.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e7e6ec;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 > .row .container { background-color: transparent; background-image: none; }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 > .row .container > .video-iframe-container { display: none; }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 > .row > .video-iframe-container { display: none; }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 > .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); }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 > .row .container { border-width: 0; border-radius: 0; }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#H32AdUlJ1tnTwU03SVSNKwLvocaJBlrV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:8.25rem;top:1.75rem;left:3.8125rem;display:block; }
#cKnbvGg5goCmtObDLcs6kXHDrDmhGw1m { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#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:9.375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:65.625rem;display:block; }
#LburTL2a4sckrFbKWH6XxgWIClIsTXHb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST { 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; }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .row .container { background-color: transparent; background-image: none; }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .row .container > .video-iframe-container { display: none; }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .row > .video-iframe-container { display: none; }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .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); }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .row .container { border-width: 0; border-radius: 0; }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#k6S1rspCLUPvcCdP3gsCHPyxOGlBvhAs { color:#0e0142;display:block;width:19.25rem;position:absolute;font-family:"euclid circular a";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:9.125rem;left:3.7500009536743rem;height:1.875rem;display:block; }
#ibQQRmR1KTKQVGdiNMphiHhe1O8IpadQ { 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:10.3125rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.5625rem;left:3.75rem;display:block; }
#tftQqv6lSrrLhJko0u7QvTAOX5TBQAok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v831kdM8UDAcGp7JMJBsFVmCPudNrGL4 { 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.625rem;width:29.6875rem;top:9.25rem;left:37.8125rem;overflow:hidden;display:block; }
#fbOGZ6MsOTa8V6wq05FIAZr81s170vWt { color:#0e0142;display:block;width:36.125rem;position:absolute;font-family:"euclid circular a";font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10.9375rem;left:3.75rem;height:7.561875rem;font-style:normal;display:block; }
#tvNEFdnkS4EZNZFBuZG3LvN8GXftllrk { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.3125rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.5625rem;left:14.6875rem;display:block; }
#o42WV7JBe8r1NvdTMphycoVAR4ZVbGvL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNliwt3VWZ5gg4w36cseGwuutAWkhCFR { color:#0e0142;display:block;width:26.1875rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.0625rem;left:3.75rem;height:4.3847625rem;display:block; }
#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi { 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; }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi > .row .container { background-color: transparent; background-image: none; }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi > .row .container > .video-iframe-container { display: none; }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi > .row > .video-iframe-container { display: none; }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi > .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); }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi > .row .container { border-width: 0; border-radius: 0; }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#mF6gb95C2Ib2V1dwyq5fztzxI0QfXFDt { box-sizing:content-box;height:40.625rem;width:34.375rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:1.5625rem;left:1.5625rem;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; }
#m3sSPiky9VJgMX6H8sii2uMIgeqDPCr9 { box-sizing:content-box;height:40.625rem;width:34.375rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:1.53125rem;left:39.03125rem;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; }
#wDvN5TPvtkT0OicVNbV5bEOfZbsmSO5M { color:#0e0142;display:block;width:29.1875rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:24.427083492279rem;left:3.4375rem;height:2.6117625rem;font-style:normal;display:block; }
#PaIkBMq8mB7ppzMzoH66D7oWg6am8kGp { color:#0e0142;display:block;width:26.4993095625rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:28.564792633057rem;left:3.4352025985717rem;height:8.4350625rem;display:block; }
#H8EA2pCLezqnR8XOSzXbCJyiPkCyJldH { color:#0e0142;display:block;width:29.812rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:24.427083015442rem;left:41.342772483826rem;height:2.6117625rem;font-style:normal;display:block; }
#Nc37QyfAmUom3yX7an9FC5vWLuLbw9ap { color:#0e0142;display:block;width:26.4993095625rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:28.510799407959rem;left:41.340760231018rem;height:6.7480625rem;display:block; }
#SvOcS2NSzEzRdK11aPC7o59ConTXyXA9 { 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.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.9375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:37.391773223877rem;left:41.340760231018rem;display:block; }
#STtv1IeLXPgMBD5Ba9CLcLZX64qhzCTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zEm5IJCEfXRKywrsAtM4RI8k7IqcS45V { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.375rem;width:31.25rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#HIzEEgkufoI3c4ZDatZytha6E0DPlrkw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.3743095625rem;width:31.25rem;top:3.125rem;left:40.6238489151rem;overflow:hidden;display:block; }
#fySmmyML6Tq8Z8pc0UQbbonMZ2ugIr8M { 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.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.9375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:37.445766448974rem;left:3.4352025985717rem;display:block; }
#BmlZXl56AVON6rdBAhA663pkp4cagfi9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU { 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; }#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU > .row .container { background-color: transparent; background-image: none; }#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU > .row .container > .video-iframe-container { display: none; }#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU > .row > .video-iframe-container { display: none; }#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU > .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); }#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU > .row .container { border-width: 0; border-radius: 0; }#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#SrkMT8kLtFPKbqTTEbPltCEcLut52ULP { box-sizing:content-box;height:40.625rem;width:34.375rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:1.5625rem;left:1.5625rem;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; }
#lzkE3A0Dh1L1rLE6v98WMGnqSkPBkEmB { box-sizing:content-box;height:40.625rem;width:34.375rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:1.53125rem;left:39.03125rem;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; }
#flipFnvBNNFKuTSxQt14WJsIxhCgoe1k { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:23.75rem;left:3.75rem;height:5.223525rem;font-style:normal;display:block; }
#qOPLcIktuJzPXE3E4endTU36oURiMuvB { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:29.375rem;left:3.90625rem;height:6.7480625rem;text-align:justify;text-align-last:initial;display:block; }
#cdJUft2UIsbCBbw3Rp4WKreQCRMtsW3x { 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.1;letter-spacing:0;top:23.75rem;left:41.249999046326rem;height:5.223525rem;font-style:normal;display:block; }
#zo89NFAnebLKxAilw5X8mk68cJXf1h3Z { color:#0e0142;display:block;width:27.8125rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:29.375rem;left:41.249999046326rem;height:6.7480625rem;text-align:justify;text-align-last:initial;display:block; }
#N8MTO8W3VMhzbezoOZ1wEnAqSLd1ELaM { 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.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:37.5rem;left:41.25rem;display:block; }
#auNczo7JnHhdvXu5wkdKd5TavdTOarDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GE0wKV1IQ2ITaBd0wghXK7mhUcLPKvC1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.375rem;width:31.25rem;top:3.125rem;left:3.1227025985717rem;overflow:hidden;display:block; }
#eTqbV9FXmtNz3Jc0dxFTTGgXFCDluROT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.375rem;width:31.25rem;top:3.125rem;left:40.625rem;overflow:hidden;display:block; }
#TUSc6P5JDUegZpfHQ4335DD2L7xecJ6v { 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.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:37.5rem;left:3.75rem;display:block; }
#k0iLiWSkk54d15Xt0rawmAT3tkneieLG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 { 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; }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 > .row .container { background-color: transparent; background-image: none; }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 > .row .container > .video-iframe-container { display: none; }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 > .row > .video-iframe-container { display: none; }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 > .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); }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 > .row .container { border-width: 0; border-radius: 0; }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#gUlX5t0N9LKTedkEiASqBgJQLF8txcci { box-sizing:content-box;height:40.625rem;width:34.375rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:1.5625rem;left:1.5625rem;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; }
#uTtQVxwW4gQD3RNPMTEpL6CUObL2IWl1 { box-sizing:content-box;height:40.625rem;width:34.375rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:1.53125rem;left:39.03125rem;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; }
#g55UFnZDcL8Ily665ZVGDUMm0OFETAH7 { color:#0e0142;display:block;width:29.5621875rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:23.4375rem;left:3.75rem;height:5.223525rem;font-style:normal;display:block; }
#Lt2VtUNCvm394AfL6uFqwOQcFtXXnkVa { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:29.375rem;left:3.75rem;height:6.7480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#bfef9ZPw4dCnuZr2PngL54LfnMaxkMzv { color:#0e0142;display:block;width:29.5625rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:23.4375rem;left:41.249999046326rem;height:5.223525rem;font-style:normal;display:block; }
#pE45IRLZ2xkhVTTVUrOG0mzoMyrEDIx9 { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:29.6875rem;left:41.406249046326rem;height:5.0610375rem;display:block; }
#Dn8FgICfbbq84cT5VqHwTxx9gdHTJhNz { 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.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.9375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:36.68701171875rem;left:41.406249046326rem;display:block; }
#tD1GJGXKOWLueUi1XsGLJJt9CttE3xKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0LmZsf8FeTdnxIBItTpwuNRVz1hbqI2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.375rem;width:31.25rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#uAnOVQZFRXXo7sWV9sXV99pHqMTGTJFD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.375rem;width:31.25rem;top:3.125rem;left:40.625rem;overflow:hidden;display:block; }
#AxyE7LOhADMxEpUW8DIh9wWAq6pXFmFR { 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.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.9375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:36.685546875rem;left:3.810546875rem;display:block; }
#d02lWcJFAl52hG8yAfatg529xmqkT7tV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw { 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; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container { background-color: transparent; background-image: none; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container > .video-iframe-container { display: none; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row > .video-iframe-container { display: none; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .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); }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container { border-width: 0; border-radius: 0; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ddso9lZXvT6LzRhFByVadlaZshqLTXnb { 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:10.0625rem;width:10.125rem;top:4.3125rem;left:4.375rem;overflow:hidden;display:block; }
#SELRgyLmsWSHsIReQvewTzszTgFHvo9W { 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.625rem;width:10.125rem;top:4.0625rem;left:61.1875rem;overflow:hidden;display:block; }
#AyVXMHqLKh6lel3Nc3Vsat9t4AT0l4nB { color:#0e0142;display:block;width:45.3125rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9837245941162rem;left:14.843749046326rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV { 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; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row .container { background-color: transparent; background-image: none; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row .container > .video-iframe-container { display: none; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row > .video-iframe-container { display: none; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .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); }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row .container { border-width: 0; border-radius: 0; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#uxzaWCLKKyWs65mQMNcCvancTOXdnJpq { 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:30.6875rem;width:68.75rem;top:1.8773040771484rem;left:3.1227025985717rem;overflow:hidden;display:block; }
#OKeqiNC5dQ8T6dfyaKsbq4c09FAQ2o9B { color:#0e0142;display:block;width:36.1868095625rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:32.566631317139rem;left:19.404870033264rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mgGBAeeMhb20ILzbkDhaWBD3FT5U8m6y { color:#0e0142;display:block;width:43.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:36.31640625rem;left:15.65625rem;height:5.0610375rem;text-align:center;text-align-last:center;display:block; }
#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd { 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; }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .row .container { background-color: transparent; background-image: none; }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .row .container > .video-iframe-container { display: none; }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .row > .video-iframe-container { display: none; }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .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); }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .row .container { border-width: 0; border-radius: 0; }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#nHc5wSuTivAb7X8U718MON9TeSSdPK2q { color:#0e0142;display:block;width:27.999125rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:0.46874046325684rem;left:3.75rem;height:3.125rem;font-style:normal;display:block; }
#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 { 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; }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 > .row .container { background-color: transparent; background-image: none; }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 > .row .container > .video-iframe-container { display: none; }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 > .row > .video-iframe-container { display: none; }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 > .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); }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 > .row .container { border-width: 0; border-radius: 0; }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#D1ncBbpfVrI1clAS3TJyqRU1KOwnvMcU { box-sizing:content-box;height:21.875rem;width:71.5625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:1.5625rem;left:1.6875rem;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; }
#Iw8bMqsaPSAXPrCyaTuKCkQTVB8zMaIw { 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:18.75rem;width:29.6875rem;top:3.125rem;left:3.75rem;overflow:hidden;display:block; }
#sBrdeVZx2bpZsZw2Q8BwQM0mE3q41ePP { color:#0e0142;display:block;width:27.4375rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:41.25rem;height:2.6117625rem;font-style:normal;display:block; }
#tyaCr3y4FTwsIFK2rmhr2sfKTAHQ4Uf1 { color:#0e0142;display:block;width:26.75rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.4375rem;left:41.25rem;height:4.3847625rem;display:block; }
#OsqV44UXlD1Q2VIpnKFXPITP1z46Sg3i { 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.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.8125rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:17.1875rem;left:41.249999046326rem;display:block; }
#t9qcbaMOfoNBVWth80PhXzUPMhOr7THn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb { 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; }#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb > .row .container { background-color: transparent; background-image: none; }#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb > .row .container > .video-iframe-container { display: none; }#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb > .row > .video-iframe-container { display: none; }#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb > .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); }#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb > .row .container { border-width: 0; border-radius: 0; }#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#TtR8rITIs3kuF4r5PVkfg4BTP89k5eFa { box-sizing:content-box;height:21.875rem;width:71.5625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:1.5625rem;left:1.6875rem;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; }
#lFlcxsd25kzRTJUZTNMazVIrgresKqWz { color:#0e0142;display:block;width:27.4375rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.25rem;left:3.75rem;height:2.6117625rem;font-style:normal;display:block; }
#CpWwSwiT4cfso3rdE2JLtuTMGOKu392e { color:#0e0142;display:block;width:27.625rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5rem;left:3.75rem;height:4.3847625rem;display:block; }
#NQeVMZAp2ZpFWwPBPpTkm8GxI1D0qOCJ { 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.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.75rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:17.1875rem;left:3.75rem;display:block; }
#tnt4HoUfq766hnbfPQOs84Z6H5TGy9Xn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FDLrvJsFhTL7ChnV7nEiAXQrisHfygv5 { 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:18.75rem;width:29.6875rem;top:3.125rem;left:41.25rem;overflow:hidden;display:block; }
#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt { 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; }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .row .container { background-color: transparent; background-image: none; }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .row .container > .video-iframe-container { display: none; }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .row > .video-iframe-container { display: none; }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .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); }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .row .container { border-width: 0; border-radius: 0; }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#eNflB5JXy4x4K99BvghLwcDBI7z4PiPU { box-sizing:content-box;height:21.875rem;width:71.5625rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:1.5625rem;left:1.6875rem;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; }
#TUl4RHRfnZrftliJPRlHcbtc2Q4y2lM9 { color:#0e0142;display:block;width:27.4375rem;position:absolute;font-family:"euclid circular a";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:41.25rem;height:2.6117625rem;font-style:normal;display:block; }
#WdlIw2HiLf3JsqLl8xUghZ7CvcA52p17 { color:#0e0142;display:block;width:26.75rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.3125rem;left:41.25rem;height:7.3079375rem;display:block; }
#lgNuTnrSbnc5FbHBEohULuKDf4QSnBN4 { 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.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.9375rem;height:3.49935rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:18.497718811035rem;left:41.249999046326rem;display:block; }
#mXiphB4wK2ZcTzTTOt1DuGeFP46DeVue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kG4vl7zHfxGPG1Gx19sTcW7a5wNb8Hoo { 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:18.75rem;width:29.6875rem;top:3.125rem;left:3.75rem;overflow:hidden;display:block; }
#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 { 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; }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 > .row .container { background-color: transparent; background-image: none; }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 > .row .container > .video-iframe-container { display: none; }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 > .row > .video-iframe-container { display: none; }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 > .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); }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 > .row .container { border-width: 0; border-radius: 0; }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#FWNtbt8ATkdsk1E8wpW70oXoU0cSgOId { color:#0e0142;display:block;width:28rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:0.0625rem;left:3.75rem;height:3.125rem;font-style:normal;display:block; }
#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 { position:relative;display:block; }#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 { background-color: transparent; background-image: none; }#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 > .row .container > .video-iframe-container { display: none; }#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 > .row > .video-iframe-container { display: none; }#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 > .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); }#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 { border-width: 0; border-radius: 0; }#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 > .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; }#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vcv9HTalp4scgdxIpleWGcap1q34pTyl { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:3.75rem;height:2.843425rem;font-style:normal;display:block; }
#aowtRTgyhHFcceXIOST07EmEifXaTe4M { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:28.75rem;height:2.843425rem;font-style:normal;display:block; }
#Rx9IKfMtmcyVdqFQQ7cCInhHs3L2VB4g { color:#0e0142;display:block;width:17.25rem;position:absolute;font-family:"euclid circular a";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:53.75rem;height:2.843425rem;font-style:normal;display:block; }
#TVxinPp0qOZgys63JBa5fAAxhOF8mMSI { color:#0e0142;display:block;width:19.375rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:3.7500009536743rem;height:4.3847625rem;display:block; }
#cwqHCis8wirgG2PVZEWxmZLs8m7nnLDF { color:#0e0142;display:block;width:19.375rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.625rem;left:28.75rem;height:2.923175rem;display:block; }
#cfx1tmq7gVEpouukp9RSEBNGVKd7qdQH { color:#0e0142;display:block;width:19.375rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:53.75rem;height:2.923175rem;display:block; }
#wgTLdE1BNGDxaSXMA1snbTFx3Nm61irg { color:#0e0142;display:block;width:19.375rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.324436187744rem;left:3.75rem;height:5.0097625rem;display:block; }#wgTLdE1BNGDxaSXMA1snbTFx3Nm61irg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wgTLdE1BNGDxaSXMA1snbTFx3Nm61irg li:before{  }
#DeBZOF2boyIPV5txHvMpJtv6lV9nCrUD { color:#0e0142;display:block;width:19.0625rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.324436187744rem;left:28.75rem;height:5.0097625rem;display:block; }#DeBZOF2boyIPV5txHvMpJtv6lV9nCrUD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DeBZOF2boyIPV5txHvMpJtv6lV9nCrUD li:before{  }
#aBFsHPMgnVm5LTPqt8mddIiqHcUILUHy { color:#0e0142;display:block;width:19.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.324436187744rem;left:53.75rem;height:5.0097625rem;display:block; }#aBFsHPMgnVm5LTPqt8mddIiqHcUILUHy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aBFsHPMgnVm5LTPqt8mddIiqHcUILUHy li:before{  }
#mgeeTWuHW4dWFaMCHAfiVq9JkFcXKJsT { 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.24978125rem;font-style:normal;display:block; }
#oegys1STSG4QQM2Q3qAskMq5st626Tp9 { 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.24978125rem;font-style:normal;display:block; }
#QdRtR0W1mHUxDKCotxh46WbQf6gSy3qL { 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.24978125rem;font-style:normal;display:block; }
#SxyHMp1CA3esFmVzQoSqGVaNrMSS1EIq { 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.4615875rem;display:block; }
#M3kWIZriKZRSufwv8yoIGqS8F7P6SmFa { 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.4615875rem;display:block; }
#KckkBBFAtGmaslgBVWiTlro4qcKo57FF { 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.4615875rem;display:block; }
#XZSadXetOJbEEPrre0mhdx3wuGqS4F71 { 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:23.75rem;width:21.25rem;top:0rem;left:1.875rem;overflow:hidden;display:block; }
#BtLpK6zQlyulH5AX3zCwZrnCoxZaGcH1 { 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:23.75rem;width:21.25rem;top:0.0625rem;left:26.875rem;overflow:hidden;display:block; }
#Ax9foyHgMoG59T9Q8crbXue7hSgRrm4n { 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:23.75rem;width:21.25rem;top:0rem;left:51.875rem;overflow:hidden;display:block; }
#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ { position:relative;display:block; }#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ { background-color: transparent; background-image: none; }#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ > .row .container > .video-iframe-container { display: none; }#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ > .row > .video-iframe-container { display: none; }#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ > .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); }#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ { border-width: 0; border-radius: 0; }#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ > .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; }#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ > .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; }#whTax5RDRpgdMDNI3GWa7ifPt5FLVfHw { box-sizing:content-box;height:17.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:0.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tLIVkAWLILrxaF6VdFSru6cE2lcKITk1 { 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; }
#pIeDeFPlsFnAXHTCKKBxaXi2TNC8fgRV { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3984375rem;left:16.6875rem;height:4.0625rem;display:block; }
#bhRyToI6zb4RcmGfUvH0RKu9zNiQN5zp { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:8.1875rem;left:15.25rem;height:1.00043125rem;text-align:center;text-align-last:center;display:block; }
#ai6kX3udxQA6R6b7TMRtUUbUzT31UoAe { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.8984375rem;left:26.5625rem;display:block; }
#TDmhSiCSsKzVzl4znaW5mb1uIHDewZZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TU2Z4BQVrn0FHOmJoSeutBsEVhWq6S6l { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.8984375rem;left:38.4375rem;display:block; }
#WUlZMygftRdaJztaAUI9WysfQSwb20qv { 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) { #Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 { display:block; }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H32AdUlJ1tnTwU03SVSNKwLvocaJBlrV { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKnbvGg5goCmtObDLcs6kXHDrDmhGw1m { width:9.375rem;height:3.125rem;top:1.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LburTL2a4sckrFbKWH6XxgWIClIsTXHb { display:block; }
 }@media only screen and (max-width: 763px) { #ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST { display:block; }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6S1rspCLUPvcCdP3gsCHPyxOGlBvhAs { top:9.125rem;left:0rem;width:19.25rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibQQRmR1KTKQVGdiNMphiHhe1O8IpadQ { width:10.3125rem;height:3rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tftQqv6lSrrLhJko0u7QvTAOX5TBQAok { display:block; }
 }@media only screen and (max-width: 763px) { #v831kdM8UDAcGp7JMJBsFVmCPudNrGL4 { top:9.25rem;left:18.0625rem;width:29.6875rem;height:21.624375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbOGZ6MsOTa8V6wq05FIAZr81s170vWt { top:10.9375rem;left:0rem;width:36.0625rem;height:7.5rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvNEFdnkS4EZNZFBuZG3LvN8GXftllrk { width:10.3125rem;height:3rem;top:26.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42WV7JBe8r1NvdTMphycoVAR4ZVbGvL { display:block; }
 }@media only screen and (max-width: 763px) { #hNliwt3VWZ5gg4w36cseGwuutAWkhCFR { top:20.0625rem;left:0rem;width:26.1875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi { display:block; }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF6gb95C2Ib2V1dwyq5fztzxI0QfXFDt { top:1.5625rem;left:0rem;width:34.375rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3sSPiky9VJgMX6H8sii2uMIgeqDPCr9 { top:1.5rem;left:13.375rem;width:34.375rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDvN5TPvtkT0OicVNbV5bEOfZbsmSO5M { top:24.375rem;left:0rem;width:29.125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaIkBMq8mB7ppzMzoH66D7oWg6am8kGp { top:28.5625rem;left:0rem;width:26.4375rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8EA2pCLezqnR8XOSzXbCJyiPkCyJldH { top:24.375rem;left:18rem;width:29.75rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc37QyfAmUom3yX7an9FC5vWLuLbw9ap { top:28.5rem;left:21.3125rem;width:26.4375rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOcS2NSzEzRdK11aPC7o59ConTXyXA9 { width:10.9375rem;height:3.4375rem;top:37.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STtv1IeLXPgMBD5Ba9CLcLZX64qhzCTc { display:block; }
 }@media only screen and (max-width: 763px) { #zEm5IJCEfXRKywrsAtM4RI8k7IqcS45V { top:3.125rem;left:0rem;width:31.25rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIzEEgkufoI3c4ZDatZytha6E0DPlrkw { top:3.125rem;left:16.5rem;width:31.25rem;height:18.373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fySmmyML6Tq8Z8pc0UQbbonMZ2ugIr8M { width:10.9375rem;height:3.4375rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmlZXl56AVON6rdBAhA663pkp4cagfi9 { display:block; }
 }@media only screen and (max-width: 763px) { #SZeUowXvoWh8omkoxTWLC5hWGrZW64AU { display:block; }#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrkMT8kLtFPKbqTTEbPltCEcLut52ULP { top:1.5625rem;left:0rem;width:34.375rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzkE3A0Dh1L1rLE6v98WMGnqSkPBkEmB { top:1.5rem;left:13.375rem;width:34.375rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flipFnvBNNFKuTSxQt14WJsIxhCgoe1k { top:23.75rem;left:0rem;width:29.6875rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOPLcIktuJzPXE3E4endTU36oURiMuvB { top:29.375rem;left:0rem;width:29.6875rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdJUft2UIsbCBbw3Rp4WKreQCRMtsW3x { top:23.75rem;left:18.0625rem;width:29.6875rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo89NFAnebLKxAilw5X8mk68cJXf1h3Z { top:29.375rem;left:19.9375rem;width:27.8125rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8MTO8W3VMhzbezoOZ1wEnAqSLd1ELaM { width:10rem;height:3.4375rem;top:37.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auNczo7JnHhdvXu5wkdKd5TavdTOarDL { display:block; }
 }@media only screen and (max-width: 763px) { #GE0wKV1IQ2ITaBd0wghXK7mhUcLPKvC1 { top:3.125rem;left:0rem;width:31.25rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTqbV9FXmtNz3Jc0dxFTTGgXFCDluROT { top:3.125rem;left:16.5rem;width:31.25rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUSc6P5JDUegZpfHQ4335DD2L7xecJ6v { width:10rem;height:3.4375rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0iLiWSkk54d15Xt0rawmAT3tkneieLG { display:block; }
 }@media only screen and (max-width: 763px) { #o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 { display:block; }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUlX5t0N9LKTedkEiASqBgJQLF8txcci { top:1.5625rem;left:0rem;width:34.375rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTtQVxwW4gQD3RNPMTEpL6CUObL2IWl1 { top:1.5rem;left:13.375rem;width:34.375rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g55UFnZDcL8Ily665ZVGDUMm0OFETAH7 { top:23.4375rem;left:0rem;width:29.5rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2VtUNCvm394AfL6uFqwOQcFtXXnkVa { top:29.375rem;left:0rem;width:29.6875rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfef9ZPw4dCnuZr2PngL54LfnMaxkMzv { top:23.4375rem;left:18.1875rem;width:29.5625rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE45IRLZ2xkhVTTVUrOG0mzoMyrEDIx9 { top:29.6875rem;left:18.0625rem;width:29.6875rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn8FgICfbbq84cT5VqHwTxx9gdHTJhNz { width:10.9375rem;height:3.4375rem;top:36.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD1GJGXKOWLueUi1XsGLJJt9CttE3xKP { display:block; }
 }@media only screen and (max-width: 763px) { #m0LmZsf8FeTdnxIBItTpwuNRVz1hbqI2 { top:3.125rem;left:0rem;width:31.25rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAnOVQZFRXXo7sWV9sXV99pHqMTGTJFD { top:3.125rem;left:16.5rem;width:31.25rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxyE7LOhADMxEpUW8DIh9wWAq6pXFmFR { width:10.9375rem;height:3.4375rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d02lWcJFAl52hG8yAfatg529xmqkT7tV { display:block; }
 }@media only screen and (max-width: 763px) { #Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw { display:block; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddso9lZXvT6LzRhFByVadlaZshqLTXnb { top:4.3125rem;left:0rem;width:10.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SELRgyLmsWSHsIReQvewTzszTgFHvo9W { top:4.0625rem;left:37.625rem;width:10.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyVXMHqLKh6lel3Nc3Vsat9t4AT0l4nB { top:4.9375rem;left:1.2187490463257rem;width:45.3125rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw1c8kySmu6KuATKlrPBVgA9ThODhboV { display:block; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzaWCLKKyWs65mQMNcCvancTOXdnJpq { top:1.875rem;left:0rem;width:47.75rem;height:21.313863636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKeqiNC5dQ8T6dfyaKsbq4c09FAQ2o9B { top:32.5625rem;left:5.7792959213257rem;width:36.125rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgGBAeeMhb20ILzbkDhaWBD3FT5U8m6y { top:36.3125rem;left:2.0309247970581rem;width:43.625rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd { display:block; }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHc5wSuTivAb7X8U718MON9TeSSdPK2q { top:0.4375rem;left:0rem;width:27.9375rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 { display:block; }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1ncBbpfVrI1clAS3TJyqRU1KOwnvMcU { top:1.5625rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8bMqsaPSAXPrCyaTuKCkQTVB8zMaIw { top:3.125rem;left:0rem;width:29.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBrdeVZx2bpZsZw2Q8BwQM0mE3q41ePP { top:4.6875rem;left:20.375rem;width:27.375rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyaCr3y4FTwsIFK2rmhr2sfKTAHQ4Uf1 { top:10.375rem;left:21.0625rem;width:26.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsqV44UXlD1Q2VIpnKFXPITP1z46Sg3i { width:10.8125rem;height:3.5rem;top:17.1875rem;left:27.624999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9qcbaMOfoNBVWth80PhXzUPMhOr7THn { display:block; }
 }@media only screen and (max-width: 763px) { #Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb { display:block; }#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtR8rITIs3kuF4r5PVkfg4BTP89k5eFa { top:1.5625rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFlcxsd25kzRTJUZTNMazVIrgresKqWz { top:6.25rem;left:0rem;width:27.375rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpWwSwiT4cfso3rdE2JLtuTMGOKu392e { top:12.5rem;left:0rem;width:27.5625rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQeVMZAp2ZpFWwPBPpTkm8GxI1D0qOCJ { width:10.75rem;height:3.5rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnt4HoUfq766hnbfPQOs84Z6H5TGy9Xn { display:block; }
 }@media only screen and (max-width: 763px) { #FDLrvJsFhTL7ChnV7nEiAXQrisHfygv5 { top:3.125rem;left:18.0625rem;width:29.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt { display:block; }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNflB5JXy4x4K99BvghLwcDBI7z4PiPU { top:1.5625rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUl4RHRfnZrftliJPRlHcbtc2Q4y2lM9 { top:4.6875rem;left:20.375rem;width:27.375rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdlIw2HiLf3JsqLl8xUghZ7CvcA52p17 { top:10.3125rem;left:21.0625rem;width:26.6875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgNuTnrSbnc5FbHBEohULuKDf4QSnBN4 { width:10.9375rem;height:3.4375rem;top:18.4375rem;left:27.624999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXiphB4wK2ZcTzTTOt1DuGeFP46DeVue { display:block; }
 }@media only screen and (max-width: 763px) { #kG4vl7zHfxGPG1Gx19sTcW7a5wNb8Hoo { top:3.125rem;left:0rem;width:29.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 { display:block; }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWNtbt8ATkdsk1E8wpW70oXoU0cSgOId { top:0rem;left:0rem;width:27.9375rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 { display:block; }#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcv9HTalp4scgdxIpleWGcap1q34pTyl { top:1.6875rem;left:0rem;width:12.5rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aowtRTgyhHFcceXIOST07EmEifXaTe4M { top:1.6875rem;left:15.875rem;width:12.5rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx9IKfMtmcyVdqFQQ7cCInhHs3L2VB4g { top:1.6875rem;left:30.4375rem;width:17.1875rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVxinPp0qOZgys63JBa5fAAxhOF8mMSI { top:5.625rem;left:0rem;width:19.375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwqHCis8wirgG2PVZEWxmZLs8m7nnLDF { top:5.625rem;left:12.375rem;width:19.375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfx1tmq7gVEpouukp9RSEBNGVKd7qdQH { top:5.625rem;left:28.25rem;width:19.375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTLdE1BNGDxaSXMA1snbTFx3Nm61irg { top:10.3125rem;left:0rem;width:19.375rem;height:5rem;font-size:1.125rem;display:block; }#wgTLdE1BNGDxaSXMA1snbTFx3Nm61irg li:before{  }
 }@media only screen and (max-width: 763px) { #DeBZOF2boyIPV5txHvMpJtv6lV9nCrUD { top:10.3125rem;left:12.6875rem;width:19.0625rem;height:5rem;font-size:1.125rem;display:block; }#DeBZOF2boyIPV5txHvMpJtv6lV9nCrUD li:before{  }
 }@media only screen and (max-width: 763px) { #aBFsHPMgnVm5LTPqt8mddIiqHcUILUHy { top:10.3125rem;left:27.9375rem;width:19.6875rem;height:5rem;font-size:1.125rem;display:block; }#aBFsHPMgnVm5LTPqt8mddIiqHcUILUHy li:before{  }
 }@media only screen and (max-width: 763px) { #mgeeTWuHW4dWFaMCHAfiVq9JkFcXKJsT { top:17rem;left:0rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oegys1STSG4QQM2Q3qAskMq5st626Tp9 { 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) { #QdRtR0W1mHUxDKCotxh46WbQf6gSy3qL { 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) { #SxyHMp1CA3esFmVzQoSqGVaNrMSS1EIq { top:20.1875rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3kWIZriKZRSufwv8yoIGqS8F7P6SmFa { top:20.1875rem;left:15.875rem;width:12.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KckkBBFAtGmaslgBVWiTlro4qcKo57FF { top:20.1875rem;left:31.75rem;width:12.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZSadXetOJbEEPrre0mhdx3wuGqS4F71 { top:0rem;left:0rem;width:21.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtLpK6zQlyulH5AX3zCwZrnCoxZaGcH1 { top:0.0625rem;left:10.5rem;width:21.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax9foyHgMoG59T9Q8crbXue7hSgRrm4n { top:0rem;left:26.375rem;width:21.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ { display:block; }#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whTax5RDRpgdMDNI3GWa7ifPt5FLVfHw { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLIVkAWLILrxaF6VdFSru6cE2lcKITk1 { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIeDeFPlsFnAXHTCKKBxaXi2TNC8fgRV { top:3.375rem;left:3.0625rem;width:41.625rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhRyToI6zb4RcmGfUvH0RKu9zNiQN5zp { top:8.125rem;left:1.6248369216919rem;width:44.4375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai6kX3udxQA6R6b7TMRtUUbUzT31UoAe { width:10.9375rem;height:3rem;top:10.875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmhSiCSsKzVzl4znaW5mb1uIHDewZZK { display:block; }
 }@media only screen and (max-width: 763px) { #TU2Z4BQVrn0FHOmJoSeutBsEVhWq6S6l { width:10.9375rem;height:3rem;top:10.875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUlZMygftRdaJztaAUI9WysfQSwb20qv { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Wd0cFf6BpauGEOoAo9KzrAyoeoqTJ9o2 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H32AdUlJ1tnTwU03SVSNKwLvocaJBlrV { top:1.69580078125rem;left:1.125rem;width:4.81055rem;height:0.982425rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cKnbvGg5goCmtObDLcs6kXHDrDmhGw1m { width:7.5rem;height:1.875rem;top:1.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LburTL2a4sckrFbKWH6XxgWIClIsTXHb { display:block; }
 }@media only screen and (max-width: 763px) { #ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST { display:block; }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6S1rspCLUPvcCdP3gsCHPyxOGlBvhAs { width:10.4365806875rem;height:1.40625rem;top:7.0625rem;left:4.7805603742599rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibQQRmR1KTKQVGdiNMphiHhe1O8IpadQ { width:14.0625rem;height:3rem;top:25.4375rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tftQqv6lSrrLhJko0u7QvTAOX5TBQAok { display:block; }
 }@media only screen and (max-width: 763px) { #v831kdM8UDAcGp7JMJBsFVmCPudNrGL4 { width:20rem;height:14.56640625rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbOGZ6MsOTa8V6wq05FIAZr81s170vWt { width:20rem;height:4.3994125rem;top:9.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvNEFdnkS4EZNZFBuZG3LvN8GXftllrk { width:14.020833375rem;height:2.958333375rem;top:29.6875rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42WV7JBe8r1NvdTMphycoVAR4ZVbGvL { display:block; }
 }@media only screen and (max-width: 763px) { #hNliwt3VWZ5gg4w36cseGwuutAWkhCFR { width:13.6875rem;height:7.3079375rem;top:15.9375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi { display:block; }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF6gb95C2Ib2V1dwyq5fztzxI0QfXFDt { width:20rem;height:34.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3sSPiky9VJgMX6H8sii2uMIgeqDPCr9 { width:20rem;height:34.375rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDvN5TPvtkT0OicVNbV5bEOfZbsmSO5M { width:18.3125rem;height:1.6503875rem;top:16.25rem;left:0.84375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PaIkBMq8mB7ppzMzoH66D7oWg6am8kGp { width:18.125rem;height:13.4960625rem;top:19.554849624634rem;left:0.93749994039537rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8EA2pCLezqnR8XOSzXbCJyiPkCyJldH { width:17.8125rem;height:1.51285625rem;top:53.187042236328rem;left:1.1247701644898rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc37QyfAmUom3yX7an9FC5vWLuLbw9ap { width:18.125rem;height:8.4350625rem;top:57.21875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOcS2NSzEzRdK11aPC7o59ConTXyXA9 { width:9.9373125rem;height:3.49935rem;top:66.780597686769rem;left:0.84309893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #STtv1IeLXPgMBD5Ba9CLcLZX64qhzCTc { display:block; }
 }@media only screen and (max-width: 763px) { #zEm5IJCEfXRKywrsAtM4RI8k7IqcS45V { width:17.1875rem;height:10.9375rem;top:3.125rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIzEEgkufoI3c4ZDatZytha6E0DPlrkw { width:17.1875rem;height:10.9375rem;top:39.0625rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #fySmmyML6Tq8Z8pc0UQbbonMZ2ugIr8M { width:10.625rem;height:2.8125rem;top:33.177082061767rem;left:0.84309893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmlZXl56AVON6rdBAhA663pkp4cagfi9 { display:block; }
 }@media only screen and (max-width: 763px) { #SZeUowXvoWh8omkoxTWLC5hWGrZW64AU { display:block; }#SZeUowXvoWh8omkoxTWLC5hWGrZW64AU > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrkMT8kLtFPKbqTTEbPltCEcLut52ULP { width:20rem;height:34.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzkE3A0Dh1L1rLE6v98WMGnqSkPBkEmB { width:20rem;height:34.375rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flipFnvBNNFKuTSxQt14WJsIxhCgoe1k { width:18.3121875rem;height:3.30078125rem;top:15.372720718384rem;left:0.84309893846512rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qOPLcIktuJzPXE3E4endTU36oURiMuvB { width:18.125rem;height:11.6926875rem;top:19.236652374267rem;left:0.93749994039537rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cdJUft2UIsbCBbw3Rp4WKreQCRMtsW3x { width:17.8125rem;height:3.02571875rem;top:51.998697280884rem;left:0.84309893846512rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo89NFAnebLKxAilw5X8mk68cJXf1h3Z { width:18.125rem;height:11.8090625rem;top:55.968423843384rem;left:0.93749994039537rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8MTO8W3VMhzbezoOZ1wEnAqSLd1ELaM { width:9.8747701875rem;height:3.4995403125rem;top:67.321922302244rem;left:0.84214150905606rem;display:block; }
 }@media only screen and (max-width: 763px) { #auNczo7JnHhdvXu5wkdKd5TavdTOarDL { display:block; }
 }@media only screen and (max-width: 763px) { #GE0wKV1IQ2ITaBd0wghXK7mhUcLPKvC1 { width:17.1875rem;height:10.125rem;top:3.125rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTqbV9FXmtNz3Jc0dxFTTGgXFCDluROT { width:17.1875rem;height:10.125rem;top:39.0625rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUSc6P5JDUegZpfHQ4335DD2L7xecJ6v { width:10.186121rem;height:3.0618105rem;top:31.453346252441rem;left:0.84214150905606rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0iLiWSkk54d15Xt0rawmAT3tkneieLG { display:block; }
 }@media only screen and (max-width: 763px) { #o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 { display:block; }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUlX5t0N9LKTedkEiASqBgJQLF8txcci { width:20rem;height:34.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTtQVxwW4gQD3RNPMTEpL6CUObL2IWl1 { width:20rem;height:34.375rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g55UFnZDcL8Ily665ZVGDUMm0OFETAH7 { width:18.311121rem;height:3.30078125rem;top:15.625rem;left:0.84329044818881rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2VtUNCvm394AfL6uFqwOQcFtXXnkVa { width:18.125rem;height:11.8090625rem;top:19.375rem;left:0.90418195724488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfef9ZPw4dCnuZr2PngL54LfnMaxkMzv { width:17.8125rem;height:3.02571875rem;top:51.324447631836rem;left:1.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE45IRLZ2xkhVTTVUrOG0mzoMyrEDIx9 { width:18.125rem;height:8.4350625rem;top:55.614654541016rem;left:0.90418195724488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn8FgICfbbq84cT5VqHwTxx9gdHTJhNz { width:10.685891125rem;height:3.498391375rem;top:66.93589782715rem;left:0.84329044818881rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD1GJGXKOWLueUi1XsGLJJt9CttE3xKP { display:block; }
 }@media only screen and (max-width: 763px) { #m0LmZsf8FeTdnxIBItTpwuNRVz1hbqI2 { width:17.1875rem;height:10.125rem;top:3.125rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAnOVQZFRXXo7sWV9sXV99pHqMTGTJFD { width:17.1875rem;height:10.125rem;top:39.0625rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxyE7LOhADMxEpUW8DIh9wWAq6pXFmFR { width:10.625rem;height:3.5rem;top:31.25rem;left:1.1246744990349rem;display:block; }
 }@media only screen and (max-width: 763px) { #d02lWcJFAl52hG8yAfatg529xmqkT7tV { display:block; }
 }@media only screen and (max-width: 763px) { #Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw { display:block; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddso9lZXvT6LzRhFByVadlaZshqLTXnb { width:10.125rem;height:10.0625rem;top:11.85546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SELRgyLmsWSHsIReQvewTzszTgFHvo9W { width:10.125rem;height:10.0625rem;top:11.85546875rem;left:9.8759182691575rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyVXMHqLKh6lel3Nc3Vsat9t4AT0l4nB { width:19.812rem;height:10.400375rem;top:1.5079746246338rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw1c8kySmu6KuATKlrPBVgA9ThODhboV { background-color:#f3efff;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;display:block; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row .container { background-color: transparent; background-image: none; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row .container > .video-iframe-container { display: none; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row > .video-iframe-container { display: none; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .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); }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row .container { border-width: 0; border-radius: 0; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dw1c8kySmu6KuATKlrPBVgA9ThODhboV > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzaWCLKKyWs65mQMNcCvancTOXdnJpq { width:20rem;height:8.8120403125rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OKeqiNC5dQ8T6dfyaKsbq4c09FAQ2o9B { width:17.3115806875rem;height:4.79980625rem;top:15rem;left:1.3442095518112rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mgGBAeeMhb20ILzbkDhaWBD3FT5U8m6y { width:20rem;height:10.1220625rem;top:21.999084472656rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd { display:block; }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHc5wSuTivAb7X8U718MON9TeSSdPK2q { width:20rem;height:2.000325rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 { display:block; }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1ncBbpfVrI1clAS3TJyqRU1KOwnvMcU { width:20rem;height:27.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8bMqsaPSAXPrCyaTuKCkQTVB8zMaIw { width:17.1875rem;height:10.9375rem;top:3.125rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBrdeVZx2bpZsZw2Q8BwQM0mE3q41ePP { width:17.25rem;height:1.6503875rem;top:15.687042236328rem;left:0.9375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tyaCr3y4FTwsIFK2rmhr2sfKTAHQ4Uf1 { width:18.125rem;height:5.84635625rem;top:18.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsqV44UXlD1Q2VIpnKFXPITP1z46Sg3i { width:9.6875rem;height:3.5rem;top:25.927734375rem;left:1.0620116591454rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9qcbaMOfoNBVWth80PhXzUPMhOr7THn { display:block; }
 }@media only screen and (max-width: 763px) { #Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb { display:block; }#Bgg4ZaFPb6HyvIXEXmLQofxtgc6rInQb > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtR8rITIs3kuF4r5PVkfg4BTP89k5eFa { width:20rem;height:27.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFlcxsd25kzRTJUZTNMazVIrgresKqWz { width:18.4375rem;height:1.6503875rem;top:15.625rem;left:0.78125rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CpWwSwiT4cfso3rdE2JLtuTMGOKu392e { width:18.125rem;height:6.905125rem;top:19.381195068359rem;left:0.90418195724488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQeVMZAp2ZpFWwPBPpTkm8GxI1D0qOCJ { width:9.8746875rem;height:3.49935rem;top:25.927734375rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnt4HoUfq766hnbfPQOs84Z6H5TGy9Xn { display:block; }
 }@media only screen and (max-width: 763px) { #FDLrvJsFhTL7ChnV7nEiAXQrisHfygv5 { width:17.1875rem;height:10.9375rem;top:3.125rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt { display:block; }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNflB5JXy4x4K99BvghLwcDBI7z4PiPU { width:20rem;height:30.875rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUl4RHRfnZrftliJPRlHcbtc2Q4y2lM9 { width:18.4375rem;height:1.6503875rem;top:13.992431640625rem;left:0.78125rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WdlIw2HiLf3JsqLl8xUghZ7CvcA52p17 { width:18.0615rem;height:10.231125rem;top:16.443685531616rem;left:0.96842449903488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgNuTnrSbnc5FbHBEohULuKDf4QSnBN4 { width:11.6245403125rem;height:3.4995403125rem;top:26.225402832031rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXiphB4wK2ZcTzTTOt1DuGeFP46DeVue { display:block; }
 }@media only screen and (max-width: 763px) { #kG4vl7zHfxGPG1Gx19sTcW7a5wNb8Hoo { width:17.1875rem;height:10.9375rem;top:1.5625rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 { display:none; }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FWNtbt8ATkdsk1E8wpW70oXoU0cSgOId { width:20rem;height:1.985294125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 { display:none; }#UDwP9SBJmcHwR92I3S1DkrXNFt1Om9y3 > .row .container { width:20rem;height:140rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vcv9HTalp4scgdxIpleWGcap1q34pTyl { width:12.5rem;height:2.57352925rem;top:1.3488159179688rem;left:1.3740807771682rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aowtRTgyhHFcceXIOST07EmEifXaTe4M { width:12.5rem;height:2.57352925rem;top:23.875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx9IKfMtmcyVdqFQQ7cCInhHs3L2VB4g { width:17.25rem;height:2.57352925rem;top:46.5rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVxinPp0qOZgys63JBa5fAAxhOF8mMSI { 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) { #cwqHCis8wirgG2PVZEWxmZLs8m7nnLDF { 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) { #cfx1tmq7gVEpouukp9RSEBNGVKd7qdQH { 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) { #wgTLdE1BNGDxaSXMA1snbTFx3Nm61irg { width:17.1875rem;height:4.8786764375rem;top:10.6875rem;left:1.375rem;font-size:1.125rem;display:block; }#wgTLdE1BNGDxaSXMA1snbTFx3Nm61irg li:before{  }
 }@media only screen and (max-width: 763px) { #DeBZOF2boyIPV5txHvMpJtv6lV9nCrUD { width:18.125rem;height:4.8786764375rem;top:31.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }#DeBZOF2boyIPV5txHvMpJtv6lV9nCrUD li:before{  }
 }@media only screen and (max-width: 763px) { #aBFsHPMgnVm5LTPqt8mddIiqHcUILUHy { width:17.8125rem;height:4.8786764375rem;top:54.625rem;left:1.0625rem;font-size:1.125rem;display:block; }#aBFsHPMgnVm5LTPqt8mddIiqHcUILUHy li:before{  }
 }@media only screen and (max-width: 763px) { #mgeeTWuHW4dWFaMCHAfiVq9JkFcXKJsT { width:12.5rem;height:2.57352925rem;top:16.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oegys1STSG4QQM2Q3qAskMq5st626Tp9 { width:12.5rem;height:2.57352925rem;top:39.4375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdRtR0W1mHUxDKCotxh46WbQf6gSy3qL { width:12.5rem;height:2.57352925rem;top:60.75rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxyHMp1CA3esFmVzQoSqGVaNrMSS1EIq { 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) { #M3kWIZriKZRSufwv8yoIGqS8F7P6SmFa { 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) { #KckkBBFAtGmaslgBVWiTlro4qcKo57FF { 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) { #XZSadXetOJbEEPrre0mhdx3wuGqS4F71 { width:20rem;height:22.352941176471rem;top:67.834314609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtLpK6zQlyulH5AX3zCwZrnCoxZaGcH1 { width:20rem;height:22.352941176471rem;top:91.437254234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax9foyHgMoG59T9Q8crbXue7hSgRrm4n { width:20rem;height:22.352941176471rem;top:115.04019385937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ { display:block; }#Lhg1SAg9TQT3EELex0NCUGNgIJ7vtbHQ > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whTax5RDRpgdMDNI3GWa7ifPt5FLVfHw { width:20rem;height:22.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLIVkAWLILrxaF6VdFSru6cE2lcKITk1 { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIeDeFPlsFnAXHTCKKBxaXi2TNC8fgRV { width:15rem;height:3.75rem;top:1.5625rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bhRyToI6zb4RcmGfUvH0RKu9zNiQN5zp { width:14.25rem;height:3.0004875rem;top:6.4375rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ai6kX3udxQA6R6b7TMRtUUbUzT31UoAe { width:15.9375rem;height:2.75rem;top:12.125rem;left:2.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmhSiCSsKzVzl4znaW5mb1uIHDewZZK { display:block; }
 }@media only screen and (max-width: 763px) { #TU2Z4BQVrn0FHOmJoSeutBsEVhWq6S6l { width:15.9375rem;height:3rem;top:15.625rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUlZMygftRdaJztaAUI9WysfQSwb20qv { display:block; }
 }