.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); }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb { position:relative;display:block; }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb { background-color: transparent; background-image: none; }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb > .row .container > .video-iframe-container { display: none; }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb > .row > .video-iframe-container { display: none; }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb > .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); }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb { border-width: 0; border-radius: 0; }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb > .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; }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb > .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; }#lBog5NVTLwZgx5RKpbNWeeTnXLovBz7L { 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:1.6875rem;width:8.25rem;top:1.7795139551162rem;left:3.8125rem;display:block; }
#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq { 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; }#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq > .row .container { background-color: transparent; background-image: none; }#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq > .row .container > .video-iframe-container { display: none; }#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq > .row > .video-iframe-container { display: none; }#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq > .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); }#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq > .row .container { border-width: 0; border-radius: 0; }#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#SQzgPMk5QVMuqNI45khCp5u3v8c4zvV9 { color:#0e0142;display:block;width:41.875rem;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:3.125rem;left:3.75rem;height:1.8rem;font-style:normal;display:block; }
#sviii5GgGxRQSx9b5LNGpiI5KKgZV4a6 { 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:21.875rem;width:29.6875rem;top:1.25rem;left:45.3125rem;overflow:hidden;display:block; }
#kJv85uXbfDvkt9bcykn84VsUggcM1437 { color:#0e0142;display:block;width:46.875rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.9375rem;left:3.75rem;height:7.7001875rem;font-style:normal;display:block; }
#cfqssBXuT5ZUSvQ49xbLpv5RrzfuVTXo { 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:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:16.25rem;left:3.75rem;display:block; }
#HDJ7DQP4hKS98tzdTqmBhgzbK2cIlwOl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho { 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; }#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho > .row .container { background-color: transparent; background-image: none; }#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho > .row .container > .video-iframe-container { display: none; }#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho > .row > .video-iframe-container { display: none; }#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho > .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); }#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho > .row .container { border-width: 0; border-radius: 0; }#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#x9Z6QEzvgs8NAXm3Unmb2KHTvBqvEiNc { position:absolute;display:block;z-index:15000;height:42.1875rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 { 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; }#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 > .row .container { background-color: transparent; background-image: none; }#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 > .row .container > .video-iframe-container { display: none; }#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 > .row > .video-iframe-container { display: none; }#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 > .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); }#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 > .row .container { border-width: 0; border-radius: 0; }#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#KstEIi7tXvnXAFuWzeJLTzcSI0TN3mJE { 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:13.625rem;width:13.75rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#CRFKyHikKL43oln6zv85e38rFtB5xxvU { 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:11.6875rem;width:11.1875rem;top:5.3125rem;left:63.812934875487rem;overflow:hidden;display:block; }
#T4Nw3OwSTsmVJfZ3t9JW87nETQF2H6lD { color:#0e0142;display:block;width:39.4375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3749942779541rem;left:17.781032562256rem;height:7.797875rem;text-align:center;text-align-last:center;display:block; }
#QTscS9Rx086g7s2CLXenMTQD7cxFH5k3 { 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:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.9375rem;left:31.25rem;display:block; }
#vQazQObNPoUT1y3mC1fi672VNEAOiM8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG { 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; }#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG > .row .container { background-color: transparent; background-image: none; }#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG > .row .container > .video-iframe-container { display: none; }#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG > .row > .video-iframe-container { display: none; }#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG > .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); }#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG > .row .container { border-width: 0; border-radius: 0; }#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#knM7sgxc4uXMEuu1NJ1UtAzF9TQAfkJm { box-sizing:content-box;height:46.5625rem;width:36.8120625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:6.25rem;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; }
#HlyBTsVH70ZdyrG3MMwngfkTpX4c7x8g { color:#0e0142;display:block;width:32.625rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:30.8125rem;left:4.1875rem;height:5.69824375rem;font-style:normal;display:block; }
#iI57Sif7UAUlqpOJWyGvN7T5nPowv3Rq { color:#0e0142;display:block;width:28.125rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:37.625rem;left:4.1865234375rem;height:7.597625rem;display:block; }
#qstFRrhtP0SZQAJWtZaLUzovIshbgBXa { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:30.811645507812rem;left:42.374130249024rem;height:5.69824375rem;font-style:normal;display:block; }
#oE5O9XTXw3RTzThGwhwZqt5dlRq9xfvc { color:#0e0142;display:block;width:28.125rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:37.625rem;left:42.375rem;height:7.597625rem;display:block; }
#K2HUpKBN7Kuq9s0Q0ThNBs0B1Z0BpOv8 { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:47.237531661987rem;left:42.373436927796rem;display:block; }
#lfLMsFzxVZiJqWaSNe1AmwR7sdAJet7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#np1LkXutatL0qn9Zu8gDbDi3OWiGOzW6 { 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:19.6875rem;width:28.4375rem;top:8.75rem;left:4.1875rem;overflow:hidden;display:block; }
#OmJg8uGCC2TienfWWIlOahPE73txTdUU { 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:19.6875rem;width:28.4375rem;top:8.75rem;left:42.375rem;overflow:hidden;display:block; }
#cREvhwh88QCsvNG9LRFDiGdtaw7KC10Z { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:47.1875rem;left:4.1875rem;display:block; }
#RRiVuD8p2Wmzt32hvegtFuLZTIDSr83c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKLNUC96KLTbaE4MpBMC1Qe55TOqQP9v { box-sizing:content-box;height:46.5625rem;width:36.811rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:6.2500004768369rem;left:38.189018249512rem;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; }
#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg { 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; }#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg > .row .container { background-color: transparent; background-image: none; }#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg > .row .container > .video-iframe-container { display: none; }#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg > .row > .video-iframe-container { display: none; }#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg > .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); }#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg > .row .container { border-width: 0; border-radius: 0; }#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#zF56cZTOIcQarnpbR1idK3T6RuiPMISm { color:#0e0142;display:block;width:28.875rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:25.75rem;left:4.1875rem;height:5.69824375rem;font-style:normal;display:block; }
#anFyvnLKT5USkZcHW2wGqUyfUarE72OV { color:#0e0142;display:block;width:28.4375rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:32.625rem;left:4.1875rem;height:5.69824375rem;display:block; }
#sLUTrgTpouxP3UbP3QTIJy62iZDENexF { color:#0e0142;display:block;width:30.0625rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:25.6875rem;left:42.375rem;height:5.69824375rem;font-style:normal;display:block; }
#nqJxmLoTDR1RfzF9heDJwsPFmpAaVC4s { color:#0e0142;display:block;width:28.125rem;position:absolute;font-family:"euclid circular a";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:32.625rem;left:42.375000953674rem;height:7.597625rem;display:block; }
#ATwTyrN1tdr8FOmwQamDnIpLPCakBd93 { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:40.9375rem;left:42.375rem;display:block; }
#JHp1owaU6FUJ5XiExFLrVFV2PZMvtDvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bHb3iQeqrplsyWN83NidUZADMzAosTQr { 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:19.6875rem;width:28.4375rem;top:3.1875rem;left:4.1875rem;overflow:hidden;display:block; }
#DNd2twSErimurT3E9To8ZQJQTaZOlE8D { 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:19.6875rem;width:28.4375rem;top:3.1875rem;left:42.375rem;overflow:hidden;display:block; }
#RilTyISbAnfLBn5XFmJAgI9dWFmFRE6S { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:40.937508583069rem;left:4.1861991882324rem;display:block; }
#ECDVPXRVlmSHvt9Pso079E9owoBBldP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ORLlwv6TbTZHMRri47R3nv1MszKyzMNB { box-sizing:content-box;height:46.5625rem;width:36.8120625rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:0.6875rem;left:38.187934875488rem;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; }
#GrD98etfc5nSbv0ZVG8c6SqfE6T67e0Z { box-sizing:content-box;height:46.5625rem;width:36.8120625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;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; }
#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT { 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; }#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT > .row .container { background-color: transparent; background-image: none; }#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT > .row .container > .video-iframe-container { display: none; }#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT > .row > .video-iframe-container { display: none; }#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT > .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); }#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT > .row .container { border-width: 0; border-radius: 0; }#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#vXP2mHD7N12MefZqxZHuwNT6DMUT8WtB { 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:14rem;width:14rem;top:3.75rem;left:3.125rem;overflow:hidden;display:block; }
#BUueerCSfH3qV8FLcH7DTdTu4l7hea91 { 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:3.75rem;left:58.75rem;overflow:hidden;display:block; }
#fktWo4mRsI0E8KONuuAPIzmVFmGEONcW { color:#0e0142;display:block;width:39.375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3717460632324rem;left:17.8125rem;height:7.797875rem;text-align:center;text-align-last:center;display:block; }
#cQmXgxoWyD567owP3X33aL3a0stUc4I6 { 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:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.375rem;left:31.25rem;display:block; }
#V5VxZ5BviGyhKswkEyxTq0lMAagyL737 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL { position:relative;display:block; }#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL { background-color: transparent; background-image: none; }#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL > .row .container > .video-iframe-container { display: none; }#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL > .row > .video-iframe-container { display: none; }#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL > .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); }#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL { border-width: 0; border-radius: 0; }#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL > .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; }#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL > .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:45.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KI7eNHGhnq2SxoDuIw7uAGFcFcCfCWpD { position:absolute;display:block;z-index:15000;height:33.1875rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#pTKchcKygRguJMS7yhryp27zV7tW96T7 { position:relative;display:block; }#pTKchcKygRguJMS7yhryp27zV7tW96T7 { background-color: transparent; background-image: none; }#pTKchcKygRguJMS7yhryp27zV7tW96T7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTKchcKygRguJMS7yhryp27zV7tW96T7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTKchcKygRguJMS7yhryp27zV7tW96T7 > .row .container > .video-iframe-container { display: none; }#pTKchcKygRguJMS7yhryp27zV7tW96T7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTKchcKygRguJMS7yhryp27zV7tW96T7 > .row > .video-iframe-container { display: none; }#pTKchcKygRguJMS7yhryp27zV7tW96T7 > .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); }#pTKchcKygRguJMS7yhryp27zV7tW96T7 { border-width: 0; border-radius: 0; }#pTKchcKygRguJMS7yhryp27zV7tW96T7 > .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; }#pTKchcKygRguJMS7yhryp27zV7tW96T7 > .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:45.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RWt6ewoSw0eK2IRJxk1wlBoeGO5R3brG { position:absolute;display:block;z-index:15000;height:33.1875rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ { position:relative;display:block; }#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ { background-color: transparent; background-image: none; }#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ > .row .container > .video-iframe-container { display: none; }#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ > .row > .video-iframe-container { display: none; }#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ > .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); }#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ { border-width: 0; border-radius: 0; }#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ > .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; }#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ > .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:45.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PrCvSTJ4fZ8BicNEArFO8MparPdTlAMc { position:absolute;display:block;z-index:15000;height:33.25rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ { position:relative;display:block; }#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ { background-color: transparent; background-image: none; }#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ > .row .container > .video-iframe-container { display: none; }#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ > .row > .video-iframe-container { display: none; }#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ > .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); }#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ { border-width: 0; border-radius: 0; }#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ > .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; }#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ > .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:22rem;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; }#a8QKGv4Qn5rKpEUaItsswBXtuSEaEMs7 { color:#0e0142;display:block;width:40.625rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6484375rem;left:17.186718940735rem;height:3.898925rem;display:block; }
#ohUdoa8V32FVJ66JEX19lIsGWNU7vbDX { color:#0e0142;display:block;width:23.5625rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:19.6875rem;height:3.898925rem;display:block; }
#x4CBDz9KsqzBN9P4oGMTm1RbXwTXhDcc { color:#0e0142;display:block;width:7.4375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:47.9375rem;height:3.898925rem;display:block; }
#D4zXvXwdZc1xtH1Ca6e88T2euOn6TZAl { 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:7.0625rem;width:6.75rem;top:6.625rem;left:41.8125rem;overflow:hidden;display:block; }
#imNt37ggk3eyAh0VtlNtGX4PZcdIVpF1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:11.3125rem;left:4.75rem;display:none; }
#hKT0etaRwieCuTBkrQkITinhByAc6wA2 { 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:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:14.5rem;left:31.25rem;display:block; }
#ZiILDJfxu64Q7X1a4pc8ieeUDJB8i1wu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 { 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; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container { background-color: transparent; background-image: none; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container > .video-iframe-container { display: none; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row > .video-iframe-container { display: none; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .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); }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container { border-width: 0; border-radius: 0; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#FaxWuR6wDRyTuhJJUNf2TBNo7PMf8s5g { 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; }
#GOpdd9USE6cfLH30oVRUtCPF57KDQwtR { 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.75rem;width:33.25rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#GXntHZyV5TqSERXTCK7IzABnDMtVJkkz { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5625rem;left:5.90625rem;height:2.25rem;font-style:normal;display:block; }
#f2IqPLyIq5d2vAZVLylXtGMMwtWcUkEK { color:#ffffff;display:block;width:30.375rem;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.6875rem;left:3.75rem;height:4.8rem;display:block; }
#uctZEFsP80ohBH26e9J404XqaaZoeRLJ { 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:10rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:14.875rem;left:3.75rem;display:block; }
#yM3URcT2xIgo9inz8FToVlyh9PLhCZOP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9zxMFxcDbhwb2MBuJtWy9uHrZdTpSSR { 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.25rem;width:2.1875rem;top:4.5625rem;left:3.75rem;overflow:hidden;display:block; }
#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp { 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; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container { background-color: transparent; background-image: none; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container > .video-iframe-container { display: none; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row > .video-iframe-container { display: none; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .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); }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container { border-width: 0; border-radius: 0; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#iSnJiE9akTVFcOzDaehlU5bJx6JXTiCz { color:#0e0142;display:block;width:27.1875rem;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:4.5625rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#vVUHlpZMmdtxUBhB08ggzEsgtn4iiyvi { color:#0e0142;display:block;width:31.375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7.6875rem;left:41.25rem;height:4.8rem;display:block; }
#bNItT99zTRtJsvHriqOMzCFNWORFIxvW { 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.75rem;width:33.25rem;top:2.375rem;left:3.75rem;overflow:hidden;display:block; }
#L14zFkZ2BLlnXFWgqMkckRXyKOeKDRq3 { background-color:#f3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.6;overflow:hidden;position:absolute;width:10rem;height:1.5625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:15rem;left:41.25rem;display:block; }
#VhohvWEKk6Frf2AytmRu2kWmMpf65Wn5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9BEJDFLvwJfCGirS24kILcAzAOTWBbZ { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;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; }
#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg { 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; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container { background-color: transparent; background-image: none; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container > .video-iframe-container { display: none; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row > .video-iframe-container { display: none; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .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); }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container { border-width: 0; border-radius: 0; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#AG9zq0aLO69S5hXpZOqVF1w42yIMVvw4 { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;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; }
#BoRMkuhcvD4JSuKfm3CJ7KFDc0NHpbvh { 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.8125rem;width:33.4375rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#Au8Z9Hv24gu7OOpTI2cUxAF8AFqye6aw { color:#0e0142;display:block;width:31.3115rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5625rem;left:3.75rem;height:2.25rem;font-style:normal;display:block; }
#QrFTqJQ41DkUk2cf08e4pESUiCQBMcbw { color:#0e0142;display:block;width:30.375rem;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.6875rem;left:3.75rem;height:4.8rem;display:block; }
#Z4gbyT36AfnCIhHww0utF2NUnvER0NUf { 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:#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.6;overflow:hidden;position:absolute;width:10rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:16.4375rem;left:3.75rem;display:block; }
#X9z2MOitzPGbtHas7845TeqXfkMsv8cT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG { 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; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container { background-color: transparent; background-image: none; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container > .video-iframe-container { display: none; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row > .video-iframe-container { display: none; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .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); }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container { border-width: 0; border-radius: 0; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#XpnXH8cnyq6S4cEDIEfa9T4bgroSkb4N { position:absolute;display:block;z-index:15005;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;height:15.75rem;width:33.25rem;top:2.5625rem;left:3.75rem;overflow:hidden;display:block; }
#g03qN4AOyzgG6dHTIf5TAzQkiTeMTJZz { color:#0e0142;display:block;width:24.0625rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5616149902344rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#ZcLV6y2aSTNZpknZs26REQgTcvPJ3PJ3 { color:#0e0142;display:block;width:28.4375rem;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.6875rem;left:41.25rem;height:6.4rem;display:block; }
#e0EcQ0dM1xQuKNBrit2bA6lclkToGtaR { 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:#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.6;overflow:hidden;position:absolute;width:10rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:16.4375rem;left:41.25rem;display:block; }
#yupXtm6Vk2daKOrqoDRT3lr9B5cK0GEt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRpD9ez3TtAuWSLxITrDG50bfwX0ZLQl { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;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; }
#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF { position:relative;display:block; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF { background-color: transparent; background-image: none; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row .container > .video-iframe-container { display: none; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row > .video-iframe-container { display: none; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .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); }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF { border-width: 0; border-radius: 0; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .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; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UgpASKV5SlfzmuzK7TdTMqS4bBKwGeer { 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:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:20.9375rem;left:32.500002384186rem;display:block; }
#X1HTnPzAqu5V4bkndcr1XHAssTlypWtK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKeW4WLBufMuQ9T7Gha25aHMC5e8B78U { position:absolute;display:block;z-index:15018;height:5.625rem;width:75rem;top:3.125rem;left:0rem;display:block; }
#Fi88ylakHcr2sXoKC78b6C8NgyUlm7Xo { color:#0e0142;display:block;width:40.3125rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:11.0869140625rem;left:17.34375rem;height:7.198875rem;text-align:center;text-align-last:center;display:block; }
#Q13ELQmzDpR5zLrGQRlc12r7oHTn5Tsy { position:relative;display:none; }#Q13ELQmzDpR5zLrGQRlc12r7oHTn5Tsy { border-width: 0; border-radius: 0; }#Q13ELQmzDpR5zLrGQRlc12r7oHTn5Tsy > .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; }#Q13ELQmzDpR5zLrGQRlc12r7oHTn5Tsy > .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.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rW3CZbzhlPChhxnGB4BeSmKpTs7rZPhV { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.75rem;height:2.6rem;font-style:normal;display:block; }
#DCMl4KxRCxe8i9qFvUFTsZ3zT4DFv2t3 { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:28.75rem;height:2.6rem;font-style:normal;display:block; }
#e8gIPvim17rmvtTkulrpV18ZmDPwEt8E { color:#0e0142;display:block;width:17.25rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:53.75rem;height:2.6rem;font-style:normal;display:block; }
#l77UOVEsTGkHJFXuyaEg6k0P4J0hoiv5 { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.75rem;height:2.5996125rem;display:block; }
#GuXlRsZAfp8RrgVbTCHnmKBcO4JRCv8T { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9375rem;left:28.75rem;height:2.5996125rem;display:block; }
#Mgnh3M6gVTtoTQ6tT5QytIF3mhvZnF4X { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:53.75rem;height:2.5996125rem;display:block; }
#hTiEfb1XMli2xWJ9eIvkK4BkP4FOBcLa { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:3.75rem;height:;display:block; }#hTiEfb1XMli2xWJ9eIvkK4BkP4FOBcLa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hTiEfb1XMli2xWJ9eIvkK4BkP4FOBcLa li:before{  }
#FfKU2wUKS2uqoXU0fGydkMKShzHsTPfr { color:#0e0142;display:block;width:18.125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.3125rem;left:28.75rem;height:;display:block; }#FfKU2wUKS2uqoXU0fGydkMKShzHsTPfr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FfKU2wUKS2uqoXU0fGydkMKShzHsTPfr li:before{  }
#wKmzN4HNhEr91TVNtvQ1Pl8Tn0ApPC8L { color:#0e0142;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.3125rem;left:53.75rem;height:;display:block; }#wKmzN4HNhEr91TVNtvQ1Pl8Tn0ApPC8L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wKmzN4HNhEr91TVNtvQ1Pl8Tn0ApPC8L li:before{  }
#hkwQl9PUEEUFTLKi6hmaJVuHmrdIdSkW { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.058837890625rem;left:3.7477025985717rem;height:3.25rem;font-style:normal;display:block; }
#aSTT6Xn1BDL8EPboOX0NgUPGNP4RouO5 { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.999084472656rem;left:28.747700691223rem;height:3.25rem;font-style:normal;display:block; }
#shvoGs4IBW30etWSATh0PGyz510cwsE2 { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.999084472656rem;left:53.747700691223rem;height:3.25rem;font-style:normal;display:block; }
#XaC6Q4bfeDQRlSo59bEB31O7NL4Uwian { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.234375rem;left:3.7477025985717rem;height:1.4625rem;display:block; }
#MpLGKz87lmH1wnPhdIzVU8xKw3KFLstw { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.234375rem;left:28.747700691223rem;height:1.4625rem;display:block; }
#Q79Tr2quzoh4BnuCCoxqR25so59kEnDL { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.234375rem;left:53.747700691223rem;height:1.4625rem;display:block; }
#UKJkxTEVKlgikAd4xm2oWDmCFVqc5Hep { position:absolute;display:block;z-index:14997;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:25rem;width:24.0625rem;top:7.62939453125E-6rem;left:50.9375rem;overflow:hidden;display:block; }
#RnRU3wywomEQFSXxec9JDO3XT4mdkV3r { position:absolute;display:block;z-index:14998;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:25rem;width:24.0625rem;top:7.62939453125E-6rem;left:25.46875rem;overflow:hidden;display:block; }
#xOTzMQMD908R4THcaxbm2SQBJDArE8Ft { 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:25rem;width:24.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb { position:relative;display:block; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb { background-color: transparent; background-image: none; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row .container > .video-iframe-container { display: none; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row > .video-iframe-container { display: none; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .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); }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb { border-width: 0; border-radius: 0; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .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; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .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; }#S38BLxZnSGVr9ZvQJcIxEkk6HA1U7Rpy { box-sizing:content-box;height:17.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:0.31119918823242rem;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; }
#eA8TTJsuvKf3xo8d2qB6h6xFRRFZAnNN { 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; }
#C431vH8K6zZw9yfIS2shxu3SnVgaoQ77 { color:#ffffff;display:block;width:34.4998125rem;position:absolute;font-family:"euclid circular a";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8114128112793rem;left:20.248481750488rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#ZKGaQgywvg5FtypmPkiIUV92vkd8P6Jr { 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:12.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.8369140625rem;left:31.25rem;display:block; }
#LPcJJzuivsLmvtBnit7v6lTbnbPuFCmn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb { display:block; }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBog5NVTLwZgx5RKpbNWeeTnXLovBz7L { width:8.25rem;height:1.6875rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq { display:block; }#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQzgPMk5QVMuqNI45khCp5u3v8c4zvV9 { top:3.125rem;left:0rem;width:41.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sviii5GgGxRQSx9b5LNGpiI5KKgZV4a6 { top:1.25rem;left:18.0625rem;width:29.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJv85uXbfDvkt9bcykn84VsUggcM1437 { top:5.9375rem;left:0rem;width:46.875rem;height:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfqssBXuT5ZUSvQ49xbLpv5RrzfuVTXo { width:12.5rem;height:3.125rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDJ7DQP4hKS98tzdTqmBhgzbK2cIlwOl { display:block; }
 }@media only screen and (max-width: 763px) { #RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho { display:block; }#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9Z6QEzvgs8NAXm3Unmb2KHTvBqvEiNc { top:1.5625rem;left:0rem;width:47.75rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 { display:block; }#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KstEIi7tXvnXAFuWzeJLTzcSI0TN3mJE { top:4.375rem;left:0rem;width:13.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRFKyHikKL43oln6zv85e38rFtB5xxvU { top:5.3125rem;left:36.5625rem;width:11.1875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Nw3OwSTsmVJfZ3t9JW87nETQF2H6lD { top:4.3125rem;left:4.1554689407349rem;width:39.4375rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTscS9Rx086g7s2CLXenMTQD7cxFH5k3 { width:12.5rem;height:3.125rem;top:13.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQazQObNPoUT1y3mC1fi672VNEAOiM8C { display:block; }
 }@media only screen and (max-width: 763px) { #c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG { display:none; }#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #knM7sgxc4uXMEuu1NJ1UtAzF9TQAfkJm { top:6.25rem;left:0rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlyBTsVH70ZdyrG3MMwngfkTpX4c7x8g { top:30.8125rem;left:0rem;width:32.625rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI57Sif7UAUlqpOJWyGvN7T5nPowv3Rq { top:37.625rem;left:0rem;width:28.125rem;height:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qstFRrhtP0SZQAJWtZaLUzovIshbgBXa { top:30.75rem;left:18.0625rem;width:29.6875rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE5O9XTXw3RTzThGwhwZqt5dlRq9xfvc { top:37.625rem;left:19.625rem;width:28.125rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2HUpKBN7Kuq9s0Q0ThNBs0B1Z0BpOv8 { width:10rem;height:2.1875rem;top:47.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfLMsFzxVZiJqWaSNe1AmwR7sdAJet7X { display:block; }
 }@media only screen and (max-width: 763px) { #np1LkXutatL0qn9Zu8gDbDi3OWiGOzW6 { top:8.75rem;left:0rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmJg8uGCC2TienfWWIlOahPE73txTdUU { top:8.75rem;left:19.3125rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cREvhwh88QCsvNG9LRFDiGdtaw7KC10Z { width:10rem;height:2.1875rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRiVuD8p2Wmzt32hvegtFuLZTIDSr83c { display:block; }
 }@media only screen and (max-width: 763px) { #EKLNUC96KLTbaE4MpBMC1Qe55TOqQP9v { top:6.25rem;left:10.9375rem;width:36.75rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg { display:block; }#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF56cZTOIcQarnpbR1idK3T6RuiPMISm { top:25.75rem;left:0rem;width:28.875rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anFyvnLKT5USkZcHW2wGqUyfUarE72OV { top:32.625rem;left:0rem;width:28.4375rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLUTrgTpouxP3UbP3QTIJy62iZDENexF { top:25.6875rem;left:17.6875rem;width:30.0625rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqJxmLoTDR1RfzF9heDJwsPFmpAaVC4s { top:32.625rem;left:19.3125rem;width:28.125rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwTyrN1tdr8FOmwQamDnIpLPCakBd93 { width:10rem;height:2.1875rem;top:40.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHp1owaU6FUJ5XiExFLrVFV2PZMvtDvg { display:block; }
 }@media only screen and (max-width: 763px) { #bHb3iQeqrplsyWN83NidUZADMzAosTQr { top:3.1875rem;left:0rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNd2twSErimurT3E9To8ZQJQTaZOlE8D { top:3.1875rem;left:19.3125rem;width:28.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RilTyISbAnfLBn5XFmJAgI9dWFmFRE6S { width:10rem;height:2.1875rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECDVPXRVlmSHvt9Pso079E9owoBBldP1 { display:block; }
 }@media only screen and (max-width: 763px) { #ORLlwv6TbTZHMRri47R3nv1MszKyzMNB { top:0.6875rem;left:10.9375rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrD98etfc5nSbv0ZVG8c6SqfE6T67e0Z { top:0.6875rem;left:0rem;width:36.8125rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT { display:block; }#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXP2mHD7N12MefZqxZHuwNT6DMUT8WtB { top:3.75rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUueerCSfH3qV8FLcH7DTdTu4l7hea91 { top:3.75rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fktWo4mRsI0E8KONuuAPIzmVFmGEONcW { top:4.3125rem;left:4.1874990463257rem;width:39.375rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQmXgxoWyD567owP3X33aL3a0stUc4I6 { width:12.5rem;height:3.125rem;top:13.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5VxZ5BviGyhKswkEyxTq0lMAagyL737 { display:block; }
 }@media only screen and (max-width: 763px) { #UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL { display:block; }#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI7eNHGhnq2SxoDuIw7uAGFcFcCfCWpD { top:6.25rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTKchcKygRguJMS7yhryp27zV7tW96T7 { display:block; }#pTKchcKygRguJMS7yhryp27zV7tW96T7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWt6ewoSw0eK2IRJxk1wlBoeGO5R3brG { top:6.25rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ { display:block; }#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrCvSTJ4fZ8BicNEArFO8MparPdTlAMc { top:6.25rem;left:0rem;width:47.75rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ { display:block; }#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8QKGv4Qn5rKpEUaItsswBXtuSEaEMs7 { top:3.625rem;left:3.5617189407349rem;width:40.625rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohUdoa8V32FVJ66JEX19lIsGWNU7vbDX { top:7.5rem;left:6.0625rem;width:23.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4CBDz9KsqzBN9P4oGMTm1RbXwTXhDcc { top:7.5rem;left:34.3125rem;width:7.4375rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4zXvXwdZc1xtH1Ca6e88T2euOn6TZAl { top:6.625rem;left:28.1875rem;width:6.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imNt37ggk3eyAh0VtlNtGX4PZcdIVpF1 { top:11.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKT0etaRwieCuTBkrQkITinhByAc6wA2 { width:12.5rem;height:3.125rem;top:14.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiILDJfxu64Q7X1a4pc8ieeUDJB8i1wu { display:block; }
 }@media only screen and (max-width: 763px) { #BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 { display:block; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaxWuR6wDRyTuhJJUNf2TBNo7PMf8s5g { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOpdd9USE6cfLH30oVRUtCPF57KDQwtR { top:2.375rem;left:14.3125rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXntHZyV5TqSERXTCK7IzABnDMtVJkkz { top:4.5625rem;left:0rem;width:26.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2IqPLyIq5d2vAZVLylXtGMMwtWcUkEK { top:7.6875rem;left:0rem;width:30.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uctZEFsP80ohBH26e9J404XqaaZoeRLJ { width:10rem;height:1.5625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM3URcT2xIgo9inz8FToVlyh9PLhCZOP { display:block; }
 }@media only screen and (max-width: 763px) { #K9zxMFxcDbhwb2MBuJtWy9uHrZdTpSSR { top:4.5625rem;left:0rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWTd748xmVMFsXdWI2tIFJki0iAo9mqp { display:block; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSnJiE9akTVFcOzDaehlU5bJx6JXTiCz { top:4.5625rem;left:20.5625rem;width:27.1875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVUHlpZMmdtxUBhB08ggzEsgtn4iiyvi { top:7.6875rem;left:16.375rem;width:31.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNItT99zTRtJsvHriqOMzCFNWORFIxvW { top:2.375rem;left:0rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L14zFkZ2BLlnXFWgqMkckRXyKOeKDRq3 { width:10rem;height:1.5625rem;top:15rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhohvWEKk6Frf2AytmRu2kWmMpf65Wn5 { display:block; }
 }@media only screen and (max-width: 763px) { #D9BEJDFLvwJfCGirS24kILcAzAOTWBbZ { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u42zldg63S81CmT9Lmc9CDQZd6kGUcdg { display:block; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG9zq0aLO69S5hXpZOqVF1w42yIMVvw4 { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoRMkuhcvD4JSuKfm3CJ7KFDc0NHpbvh { top:2.375rem;left:14.3125rem;width:33.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au8Z9Hv24gu7OOpTI2cUxAF8AFqye6aw { top:4.5625rem;left:0rem;width:31.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrFTqJQ41DkUk2cf08e4pESUiCQBMcbw { top:7.6875rem;left:0rem;width:30.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4gbyT36AfnCIhHww0utF2NUnvER0NUf { width:10rem;height:1.5625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9z2MOitzPGbtHas7845TeqXfkMsv8cT { display:block; }
 }@media only screen and (max-width: 763px) { #bGxUJIcttoL8TiqIsd4ke1t246X9xLoG { display:block; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpnXH8cnyq6S4cEDIEfa9T4bgroSkb4N { top:2.5625rem;left:0rem;width:33.25rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03qN4AOyzgG6dHTIf5TAzQkiTeMTJZz { top:4.5rem;left:23.6875rem;width:24.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcLV6y2aSTNZpknZs26REQgTcvPJ3PJ3 { top:7.6875rem;left:19.3125rem;width:28.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0EcQ0dM1xQuKNBrit2bA6lclkToGtaR { width:10rem;height:1.5625rem;top:16.4375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yupXtm6Vk2daKOrqoDRT3lr9B5cK0GEt { display:block; }
 }@media only screen and (max-width: 763px) { #lRpD9ez3TtAuWSLxITrDG50bfwX0ZLQl { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n08l62hqze5iW82R1Uk3gi6bSTrS9BkF { display:block; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgpASKV5SlfzmuzK7TdTMqS4bBKwGeer { width:12.5rem;height:3.125rem;top:20.9375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1HTnPzAqu5V4bkndcr1XHAssTlypWtK { display:block; }
 }@media only screen and (max-width: 763px) { #QKeW4WLBufMuQ9T7Gha25aHMC5e8B78U { top:3.125rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi88ylakHcr2sXoKC78b6C8NgyUlm7Xo { top:11.0625rem;left:3.71875rem;width:40.3125rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q13ELQmzDpR5zLrGQRlc12r7oHTn5Tsy { display:block; }#Q13ELQmzDpR5zLrGQRlc12r7oHTn5Tsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rW3CZbzhlPChhxnGB4BeSmKpTs7rZPhV { top:2.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCMl4KxRCxe8i9qFvUFTsZ3zT4DFv2t3 { top:2.1875rem;left:15.875rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8gIPvim17rmvtTkulrpV18ZmDPwEt8E { top:2.1875rem;left:30.4375rem;width:17.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l77UOVEsTGkHJFXuyaEg6k0P4J0hoiv5 { top:5.9375rem;left:0rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuXlRsZAfp8RrgVbTCHnmKBcO4JRCv8T { top:5.9375rem;left:14.5625rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgnh3M6gVTtoTQ6tT5QytIF3mhvZnF4X { top:5.9375rem;left:30.4375rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTiEfb1XMli2xWJ9eIvkK4BkP4FOBcLa { top:10.3125rem;left:0rem;width:17.1875rem;height:;font-size:1rem;display:block; }#hTiEfb1XMli2xWJ9eIvkK4BkP4FOBcLa li:before{  }
 }@media only screen and (max-width: 763px) { #FfKU2wUKS2uqoXU0fGydkMKShzHsTPfr { top:10.3125rem;left:13.625rem;width:18.125rem;height:;font-size:1rem;display:block; }#FfKU2wUKS2uqoXU0fGydkMKShzHsTPfr li:before{  }
 }@media only screen and (max-width: 763px) { #wKmzN4HNhEr91TVNtvQ1Pl8Tn0ApPC8L { top:10.3125rem;left:27.9375rem;width:19.6875rem;height:;font-size:1rem;display:block; }#wKmzN4HNhEr91TVNtvQ1Pl8Tn0ApPC8L li:before{  }
 }@media only screen and (max-width: 763px) { #hkwQl9PUEEUFTLKi6hmaJVuHmrdIdSkW { top:17rem;left:0rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSTT6Xn1BDL8EPboOX0NgUPGNP4RouO5 { top:16.9375rem;left:15.875rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #shvoGs4IBW30etWSATh0PGyz510cwsE2 { top:16.9375rem;left:31.75rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaC6Q4bfeDQRlSo59bEB31O7NL4Uwian { top:20.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpLGKz87lmH1wnPhdIzVU8xKw3KFLstw { top:20.1875rem;left:15.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q79Tr2quzoh4BnuCCoxqR25so59kEnDL { top:20.1875rem;left:31.75rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKJkxTEVKlgikAd4xm2oWDmCFVqc5Hep { top:0rem;left:23.5625rem;width:24.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnRU3wywomEQFSXxec9JDO3XT4mdkV3r { top:0rem;left:7.6875rem;width:24.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOTzMQMD908R4THcaxbm2SQBJDArE8Ft { top:0rem;left:0rem;width:24.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTeitgvrZ3wtXIwBtVfto693diFk7Hb { display:block; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S38BLxZnSGVr9ZvQJcIxEkk6HA1U7Rpy { top:0.25rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA8TTJsuvKf3xo8d2qB6h6xFRRFZAnNN { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C431vH8K6zZw9yfIS2shxu3SnVgaoQ77 { top:2.75rem;left:6.6234369277956rem;width:34.4375rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKGaQgywvg5FtypmPkiIUV92vkd8P6Jr { width:12.5rem;height:3.125rem;top:10.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPcJJzuivsLmvtBnit7v6lTbnbPuFCmn { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb { display:block; }#ToRyu9U4vd1iK8LEo0WFTyodOUT6TEzb > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBog5NVTLwZgx5RKpbNWeeTnXLovBz7L { top:0.4375rem;left:2.435546875rem;width:4.8125rem;height:1rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq { display:block; }#O9CNQOnLi3qIaFwUSICefHkmxtXB9fwq > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQzgPMk5QVMuqNI45khCp5u3v8c4zvV9 { width:15.625rem;height:3rem;top:1.875rem;left:2.1875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sviii5GgGxRQSx9b5LNGpiI5KKgZV4a6 { width:20rem;height:14.56640625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJv85uXbfDvkt9bcykn84VsUggcM1437 { width:15.9375rem;height:6.2988125rem;top:5.875rem;left:2.0312500596046rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cfqssBXuT5ZUSvQ49xbLpv5RrzfuVTXo { width:15rem;height:3.125rem;top:13.375rem;left:2.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDJ7DQP4hKS98tzdTqmBhgzbK2cIlwOl { display:block; }
 }@media only screen and (max-width: 763px) { #RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho { display:block; }#RMvr0F1L9I1NDHwJqKSgB16wkIzNb4Ho > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9Z6QEzvgs8NAXm3Unmb2KHTvBqvEiNc { width:20rem;height:40.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 { display:block; }#ovfXSEhqpR53RRdLV6sJw1cxCaJVWDr0 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KstEIi7tXvnXAFuWzeJLTzcSI0TN3mJE { width:7.5rem;height:7.4375rem;top:11.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRFKyHikKL43oln6zv85e38rFtB5xxvU { width:6.0625rem;height:6.4375rem;top:11.561416625976rem;left:10.749783813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Nw3OwSTsmVJfZ3t9JW87nETQF2H6lD { width:12.4375rem;height:7.796875rem;top:2.5rem;left:3.78125rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QTscS9Rx086g7s2CLXenMTQD7cxFH5k3 { width:9.375rem;height:3.125rem;top:23.16734375rem;left:5.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQazQObNPoUT1y3mC1fi672VNEAOiM8C { display:block; }
 }@media only screen and (max-width: 763px) { #c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG { display:block; }#c9TVxgqMKbNzq0VOCiAc1Vbb2EZPOVaG > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knM7sgxc4uXMEuu1NJ1UtAzF9TQAfkJm { width:18rem;height:35.125rem;top:1.623046875rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlyBTsVH70ZdyrG3MMwngfkTpX4c7x8g { width:15rem;height:4.94824375rem;top:14.875rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iI57Sif7UAUlqpOJWyGvN7T5nPowv3Rq { width:15rem;height:11.19725rem;top:20.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qstFRrhtP0SZQAJWtZaLUzovIshbgBXa { width:15rem;height:4.94824375rem;top:51rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE5O9XTXw3RTzThGwhwZqt5dlRq9xfvc { width:15.625rem;height:7.9980625rem;top:56.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2HUpKBN7Kuq9s0Q0ThNBs0B1Z0BpOv8 { width:9.375rem;height:1.25rem;top:66.375rem;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) { #lfLMsFzxVZiJqWaSNe1AmwR7sdAJet7X { display:block; }
 }@media only screen and (max-width: 763px) { #np1LkXutatL0qn9Zu8gDbDi3OWiGOzW6 { width:14.8125rem;height:10.25rem;top:3.125rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmJg8uGCC2TienfWWIlOahPE73txTdUU { width:14.8125rem;height:10.25rem;top:39.25rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cREvhwh88QCsvNG9LRFDiGdtaw7KC10Z { width:11.25rem;height:1.25rem;top:33.4375rem;left:2.5rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RRiVuD8p2Wmzt32hvegtFuLZTIDSr83c { display:block; }
 }@media only screen and (max-width: 763px) { #EKLNUC96KLTbaE4MpBMC1Qe55TOqQP9v { width:18rem;height:31.875rem;top:37.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg { display:block; }#TAkkrQ45AoL6DvtwmLEUccVJr58xmNdg > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF56cZTOIcQarnpbR1idK3T6RuiPMISm { width:14.6875rem;height:3.298825rem;top:13.75rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #anFyvnLKT5USkZcHW2wGqUyfUarE72OV { width:15.625rem;height:7.9980625rem;top:18rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLUTrgTpouxP3UbP3QTIJy62iZDENexF { width:13.8115rem;height:4.94824375rem;top:45.125rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqJxmLoTDR1RfzF9heDJwsPFmpAaVC4s { width:15rem;height:7.9980625rem;top:51rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwTyrN1tdr8FOmwQamDnIpLPCakBd93 { width:9.375rem;height:1.25rem;top:60.5rem;left:2.5rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JHp1owaU6FUJ5XiExFLrVFV2PZMvtDvg { display:block; }
 }@media only screen and (max-width: 763px) { #bHb3iQeqrplsyWN83NidUZADMzAosTQr { width:14.8125rem;height:10.25rem;top:2rem;left:2.4978299736977rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNd2twSErimurT3E9To8ZQJQTaZOlE8D { width:14.8125rem;height:10.25rem;top:33.375rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RilTyISbAnfLBn5XFmJAgI9dWFmFRE6S { width:9.375rem;height:1.25rem;top:27.5rem;left:2.5rem;font-size:1rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ECDVPXRVlmSHvt9Pso079E9owoBBldP1 { display:block; }
 }@media only screen and (max-width: 763px) { #ORLlwv6TbTZHMRri47R3nv1MszKyzMNB { width:18rem;height:31.875rem;top:31.875rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrD98etfc5nSbv0ZVG8c6SqfE6T67e0Z { width:18rem;height:30.25rem;top:0.5rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT { display:block; }#k9aXitReCUgJZfHMFTCwpV9OO1TxEtMT > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXP2mHD7N12MefZqxZHuwNT6DMUT8WtB { width:10.0625rem;height:10rem;top:16rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUueerCSfH3qV8FLcH7DTdTu4l7hea91 { width:10.0625rem;height:10rem;top:16rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fktWo4mRsI0E8KONuuAPIzmVFmGEONcW { width:12.5625rem;height:7.796875rem;top:1.328125rem;left:3.71875rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cQmXgxoWyD567owP3X33aL3a0stUc4I6 { width:7.5rem;height:3.125rem;top:10.9375rem;left:6.2500001192094rem;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #V5VxZ5BviGyhKswkEyxTq0lMAagyL737 { display:block; }
 }@media only screen and (max-width: 763px) { #UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL { display:block; }#UJVWh4yDwmzOfx9lnx3agEr7F8NtCzzL > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI7eNHGhnq2SxoDuIw7uAGFcFcCfCWpD { width:20rem;height:48.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTKchcKygRguJMS7yhryp27zV7tW96T7 { display:block; }#pTKchcKygRguJMS7yhryp27zV7tW96T7 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWt6ewoSw0eK2IRJxk1wlBoeGO5R3brG { width:20rem;height:51.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ { display:block; }#QPgF2vb3VMLA1pKBswUHKXRgn4lQFUoQ > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrCvSTJ4fZ8BicNEArFO8MparPdTlAMc { width:20rem;height:51.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ { display:block; }#tu88K0JQL3Q0BTwCwKnJTu74ky6Q8ZaZ > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8QKGv4Qn5rKpEUaItsswBXtuSEaEMs7 { width:15.25rem;height:4.2246125rem;top:3.375rem;left:2.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohUdoa8V32FVJ66JEX19lIsGWNU7vbDX { width:10.0625rem;height:0;top:6.6875rem;left:3.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #x4CBDz9KsqzBN9P4oGMTm1RbXwTXhDcc { width:5.0625rem;height:2.11230625rem;top:7.8125rem;left:11.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4zXvXwdZc1xtH1Ca6e88T2euOn6TZAl { width:3.125rem;height:3.125rem;top:7.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imNt37ggk3eyAh0VtlNtGX4PZcdIVpF1 { top:7.8125rem;left:3.5625rem;width:4.8125rem;height:2.11230625rem;z-index:15019;color:#0e0142;font-size:1.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hKT0etaRwieCuTBkrQkITinhByAc6wA2 { width:12.5rem;height:3.125rem;top:14.5rem;left:3.75rem;font-size:1rem;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #ZiILDJfxu64Q7X1a4pc8ieeUDJB8i1wu { display:block; }
 }@media only screen and (max-width: 763px) { #BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 { display:block; }#BJ9D2xTehTz0aC7LluD5fw8AzcRksVe3 > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaxWuR6wDRyTuhJJUNf2TBNo7PMf8s5g { width:18rem;height:30.1875rem;top:2.5rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOpdd9USE6cfLH30oVRUtCPF57KDQwtR { width:14.8125rem;height:7rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXntHZyV5TqSERXTCK7IzABnDMtVJkkz { width:13.1865rem;height:3.298825rem;top:12.5rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f2IqPLyIq5d2vAZVLylXtGMMwtWcUkEK { width:15.625rem;height:11.19725rem;top:16.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uctZEFsP80ohBH26e9J404XqaaZoeRLJ { width:10rem;height:1.875rem;top:29.25rem;left:2.5000001192093rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yM3URcT2xIgo9inz8FToVlyh9PLhCZOP { display:block; }
 }@media only screen and (max-width: 763px) { #K9zxMFxcDbhwb2MBuJtWy9uHrZdTpSSR { width:2.1875rem;height:2.25rem;top:14rem;left:7.9990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWTd748xmVMFsXdWI2tIFJki0iAo9mqp { display:block; }#WWTd748xmVMFsXdWI2tIFJki0iAo9mqp > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSnJiE9akTVFcOzDaehlU5bJx6JXTiCz { width:14.6875rem;height:1.6499rem;top:10.5625rem;left:2.65625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vVUHlpZMmdtxUBhB08ggzEsgtn4iiyvi { width:15rem;height:9.597625rem;top:13.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNItT99zTRtJsvHriqOMzCFNWORFIxvW { width:14.8125rem;height:7rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #L14zFkZ2BLlnXFWgqMkckRXyKOeKDRq3 { width:10rem;height:1.25rem;top:24.3125rem;left:2.6562501192093rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #VhohvWEKk6Frf2AytmRu2kWmMpf65Wn5 { display:block; }
 }@media only screen and (max-width: 763px) { #D9BEJDFLvwJfCGirS24kILcAzAOTWBbZ { width:18rem;height:27rem;top:0.49868774414062rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #u42zldg63S81CmT9Lmc9CDQZd6kGUcdg { display:block; }#u42zldg63S81CmT9Lmc9CDQZd6kGUcdg > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG9zq0aLO69S5hXpZOqVF1w42yIMVvw4 { width:18rem;height:30.9375rem;top:0.5rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoRMkuhcvD4JSuKfm3CJ7KFDc0NHpbvh { width:14.8125rem;height:7rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au8Z9Hv24gu7OOpTI2cUxAF8AFqye6aw { width:13.186875rem;height:3.298825rem;top:10.5625rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QrFTqJQ41DkUk2cf08e4pESUiCQBMcbw { width:15rem;height:11.19725rem;top:14.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4gbyT36AfnCIhHww0utF2NUnvER0NUf { width:10rem;height:1.875rem;top:27.5625rem;left:2.5rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X9z2MOitzPGbtHas7845TeqXfkMsv8cT { display:block; }
 }@media only screen and (max-width: 763px) { #bGxUJIcttoL8TiqIsd4ke1t246X9xLoG { display:block; }#bGxUJIcttoL8TiqIsd4ke1t246X9xLoG > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpnXH8cnyq6S4cEDIEfa9T4bgroSkb4N { width:14.75rem;height:6.9375rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03qN4AOyzgG6dHTIf5TAzQkiTeMTJZz { width:15.7498125rem;height:1.6499rem;top:10.5625rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZcLV6y2aSTNZpknZs26REQgTcvPJ3PJ3 { width:15.5625rem;height:11.19725rem;top:13.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0EcQ0dM1xQuKNBrit2bA6lclkToGtaR { width:10rem;height:1.25rem;top:25.875rem;left:2.5000001192093rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;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) { #yupXtm6Vk2daKOrqoDRT3lr9B5cK0GEt { display:block; }
 }@media only screen and (max-width: 763px) { #lRpD9ez3TtAuWSLxITrDG50bfwX0ZLQl { width:18rem;height:28.6875rem;top:0.49868774414062rem;left:0.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n08l62hqze5iW82R1Uk3gi6bSTrS9BkF { display:block; }#n08l62hqze5iW82R1Uk3gi6bSTrS9BkF > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgpASKV5SlfzmuzK7TdTMqS4bBKwGeer { width:12.5rem;height:3.125rem;top:18.1875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1HTnPzAqu5V4bkndcr1XHAssTlypWtK { display:block; }
 }@media only screen and (max-width: 763px) { #QKeW4WLBufMuQ9T7Gha25aHMC5e8B78U { width:20rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi88ylakHcr2sXoKC78b6C8NgyUlm7Xo { width:16.875rem;height:7.19825rem;top:10rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q13ELQmzDpR5zLrGQRlc12r7oHTn5Tsy { display:none; }#Q13ELQmzDpR5zLrGQRlc12r7oHTn5Tsy > .row .container { width:20rem;height:140rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rW3CZbzhlPChhxnGB4BeSmKpTs7rZPhV { width:12.5rem;height:2.57352925rem;top:1.3488159179688rem;left:1.3740807771682rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCMl4KxRCxe8i9qFvUFTsZ3zT4DFv2t3 { width:12.5rem;height:2.57352925rem;top:23.875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8gIPvim17rmvtTkulrpV18ZmDPwEt8E { width:17.25rem;height:2.57352925rem;top:46.5rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l77UOVEsTGkHJFXuyaEg6k0P4J0hoiv5 { width:17.1875rem;height:2.7941174375rem;top:5.25rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuXlRsZAfp8RrgVbTCHnmKBcO4JRCv8T { width:17.1875rem;height:2.7941174375rem;top:27.875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgnh3M6gVTtoTQ6tT5QytIF3mhvZnF4X { width:17.1875rem;height:2.7941174375rem;top:50.5625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTiEfb1XMli2xWJ9eIvkK4BkP4FOBcLa { width:17.1875rem;height:4.8786764375rem;top:10.6875rem;left:1.375rem;font-size:1.125rem;display:block; }#hTiEfb1XMli2xWJ9eIvkK4BkP4FOBcLa li:before{  }
 }@media only screen and (max-width: 763px) { #FfKU2wUKS2uqoXU0fGydkMKShzHsTPfr { width:18.125rem;height:4.8786764375rem;top:31.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }#FfKU2wUKS2uqoXU0fGydkMKShzHsTPfr li:before{  }
 }@media only screen and (max-width: 763px) { #wKmzN4HNhEr91TVNtvQ1Pl8Tn0ApPC8L { width:17.8125rem;height:4.8786764375rem;top:54.625rem;left:1.0625rem;font-size:1.125rem;display:block; }#wKmzN4HNhEr91TVNtvQ1Pl8Tn0ApPC8L li:before{  }
 }@media only screen and (max-width: 763px) { #hkwQl9PUEEUFTLKi6hmaJVuHmrdIdSkW { width:12.5rem;height:2.57352925rem;top:16.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSTT6Xn1BDL8EPboOX0NgUPGNP4RouO5 { width:12.5rem;height:2.57352925rem;top:39.4375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #shvoGs4IBW30etWSATh0PGyz510cwsE2 { width:12.5rem;height:2.57352925rem;top:60.75rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaC6Q4bfeDQRlSo59bEB31O7NL4Uwian { width:12.5rem;height:1.39705875rem;top:21.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpLGKz87lmH1wnPhdIzVU8xKw3KFLstw { width:12.5rem;height:1.39705875rem;top:43.875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q79Tr2quzoh4BnuCCoxqR25so59kEnDL { width:12.5rem;height:1.39705875rem;top:65.1875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKJkxTEVKlgikAd4xm2oWDmCFVqc5Hep { width:20rem;height:22.352941176471rem;top:115.04019385937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnRU3wywomEQFSXxec9JDO3XT4mdkV3r { width:20rem;height:22.352941176471rem;top:91.437254234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOTzMQMD908R4THcaxbm2SQBJDArE8Ft { width:20rem;height:22.352941176471rem;top:67.834314609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTeitgvrZ3wtXIwBtVfto693diFk7Hb { display:block; }#TNTeitgvrZ3wtXIwBtVfto693diFk7Hb > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S38BLxZnSGVr9ZvQJcIxEkk6HA1U7Rpy { width:20rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA8TTJsuvKf3xo8d2qB6h6xFRRFZAnNN { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C431vH8K6zZw9yfIS2shxu3SnVgaoQ77 { width:15rem;height:7.796875rem;top:1.5625rem;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) { #ZKGaQgywvg5FtypmPkiIUV92vkd8P6Jr { width:15rem;height:2.73568rem;top:10.9375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPcJJzuivsLmvtBnit7v6lTbnbPuFCmn { display:block; }
 }