.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); }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e7e6ec;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;z-index:auto;display:block; }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH > .row .container { background-color: transparent; background-image: none; }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH > .row .container > .video-iframe-container { display: none; }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH > .row > .video-iframe-container { display: none; }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH > .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); }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH > .row .container { border-width: 0; border-radius: 0; }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#bdyJNJpWFZXwyeMblUWlN4n3qz6pIZ1Q { 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; }
#bo3Cx2J8FJTmf0iGJotyUXyzun0bKbGz { 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:10.9375rem;height:3.020833375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.11328125rem;left:64.061681747438rem;display:block; }
#dh7FgF9qa5GJNOzntGelDTOMr3TzzN7A { 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:37.9375rem;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; }
#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:2.853515625rem;left:42.1875rem;overflow:hidden;display:block; }
#fbOGZ6MsOTa8V6wq05FIAZr81s170vWt { color:#0e0142;display:block;width:36.0625rem;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:11.34275rem;font-style:normal;display:block; }
#tvNEFdnkS4EZNZFBuZG3LvN8GXftllrk { 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.9375rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.875rem;left:3.75rem;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:23.625rem;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.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.125rem;left:3.4375rem;height:5.22298125rem;font-style:normal;display:block; }
#PaIkBMq8mB7ppzMzoH66D7oWg6am8kGp { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:29.6875rem;left:3.4375rem;height:6.3769375rem;display:block; }
#H8EA2pCLezqnR8XOSzXbCJyiPkCyJldH { 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.125rem;left:41.342772483826rem;height:5.22298125rem;font-style:normal;display:block; }
#Nc37QyfAmUom3yX7an9FC5vWLuLbw9ap { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:29.6875rem;left:41.342772483826rem;height:4.7827125rem;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:36.875rem;left:41.25rem;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.625rem;width:31.25rem;top:2.9375rem;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.625rem;width:31.25rem;top:2.9375rem;left:40.625rem;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:36.875rem;left:3.4375rem;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:30.0625rem;position:absolute;font-family:"euclid circular a";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:23.125rem;left:3.75rem;height:5.249025rem;font-style:normal;display:block; }
#qOPLcIktuJzPXE3E4endTU36oURiMuvB { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.375rem;left:3.75rem;height:6.905125rem;text-align:justify;text-align-last:initial;display:block; }
#cdJUft2UIsbCBbw3Rp4WKreQCRMtsW3x { color:#0e0142;display:block;width:30.125rem;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.125rem;left:41.249999046326rem;height:5.22298125rem;font-style:normal;display:block; }
#zo89NFAnebLKxAilw5X8mk68cJXf1h3Z { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.375rem;left:41.249999046326rem;height:5.5240875rem;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:10.9375rem;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.125rem;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:2.9375rem;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:10.9375rem;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:27.8125rem;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.375rem;left:3.75rem;height:2.61149375rem;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:28.75rem;left:3.75rem;height:8.4350625rem;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:27.8125rem;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.375rem;left:41.25rem;height:2.61149375rem;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:28.75rem;left:41.25rem;height:8.4350625rem;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:37.5rem;left:41.25rem;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:37.5rem;left:3.75rem;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:48.4375rem;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.3125rem;left:13.28125rem;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.625rem;width:68.75rem;top:1.8915557861328rem;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: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; }
#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:2.8125rem;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:6.25rem;left:41.25rem;height:5.22298125rem;font-style:normal;display:block; }
#tyaCr3y4FTwsIFK2rmhr2sfKTAHQ4Uf1 { color:#0e0142;display:block;width:31.25rem;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: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.9375rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:18.125rem;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.61149375rem;font-style:normal;display:block; }
#CpWwSwiT4cfso3rdE2JLtuTMGOKu392e { color:#0e0142;display:block;width:31.25rem;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:11.25rem;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.9375rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:18.125rem;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:2.8125rem;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:5.22298125rem;font-style:normal;display:block; }
#WdlIw2HiLf3JsqLl8xUghZ7CvcA52p17 { color:#0e0142;display:block;width:31.25rem;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:11.25rem;left:41.25rem;height:5.84635625rem;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:2.8125rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:18.125rem;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:2.8215942382812rem;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; }
#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk { position:relative;display:block; }#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk { background-color: transparent; background-image: none; }#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk > .row .container > .video-iframe-container { display: none; }#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk > .row > .video-iframe-container { display: none; }#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk > .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); }#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk { border-width: 0; border-radius: 0; }#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk > .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; }#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk > .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; }#Z4q7zf0ozFFDuJsIJq17Tp7kRFBMuU0X { 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.5625rem;left:3.75rem;height:2.84375rem;font-style:normal;display:block; }
#qZbqHRviWvacrwVEBk5gUuqwEVfCgupH { 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.5625rem;left:28.75rem;height:2.84375rem;font-style:normal;display:block; }
#ToSz0lKw4mhbO8oFyVkuSwNtlQ3lD4EI { 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.5625rem;left:53.75rem;height:2.84375rem;font-style:normal;display:block; }
#TD1TFsOz1az3gO9zGGuFs1M5sLJ6212h { color:#0e0142;display:block;width:16.25rem;position:absolute;font-family:"euclid circular a";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.75rem;height:4.14306875rem;display:block; }
#G0C8OBWiTcoa5IDlDcynl5aEAIVXSyzE { color:#0e0142;display:block;width:16.875rem;position:absolute;font-family:"euclid circular a";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:28.75rem;height:4.14306875rem;display:block; }
#fmHWEl7GF8R4ml6nThNNSxamRpleSpZq { color:#0e0142;display:block;width:16.875rem;position:absolute;font-family:"euclid circular a";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:53.75rem;height:2.76204375rem;display:block; }
#hw65b2550ZTEnBeES1ZIx8GWkkTfTQuf { 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:9.375rem;left:3.75rem;height:5.0097625rem;display:block; }#hw65b2550ZTEnBeES1ZIx8GWkkTfTQuf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hw65b2550ZTEnBeES1ZIx8GWkkTfTQuf li:before{  }
#TOKucAcRmV4JckQXQF6HPhuLUr4TkHw4 { color:#0e0142;display:block;width:17.8125rem;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:9.375rem;left:28.75rem;height:5.0097625rem;display:block; }#TOKucAcRmV4JckQXQF6HPhuLUr4TkHw4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TOKucAcRmV4JckQXQF6HPhuLUr4TkHw4 li:before{  }
#WTPwAfZU0cNLdW2eeuQ1Af31HT4rdfTr { color:#0e0142;display:block;width:16.875rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:9.375rem;left:53.75rem;height:7.3714375rem;display:block; }#WTPwAfZU0cNLdW2eeuQ1Af31HT4rdfTr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WTPwAfZU0cNLdW2eeuQ1Af31HT4rdfTr li:before{  }
#mRHJ9zW4aIeulFckD7zZG8Z9wesgPGkZ { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.058837890625rem;left:3.7477025985717rem;height:3.25rem;font-style:normal;display:block; }
#GvwbKkTFKH5r99zVzpUT3e45gURFTPR9 { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.999084472656rem;left:28.747700691223rem;height:3.25rem;font-style:normal;display:block; }
#vkf1TW9kBWEWvNATMIi2yaWXL8vuN0Qf { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.999084472656rem;left:53.747700691223rem;height:3.25rem;font-style:normal;display:block; }
#i67D6KSqGIAf7bgRW1BN6ap5ETTFeUxn { 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.4619125rem;display:block; }
#IQu8zshfZWBoCHZQXyQboepFxxHg99Zo { 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.4619125rem;display:block; }
#mHtXf5pMkeEdhKZGMnTAloFdm15O07iH { 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.4619125rem;display:block; }
#aQ4ANhlRMuHLTREvI34L8ehWySc8olQk { 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; }
#rlBsTztdSzz9rFqJpzHlvdGziDZwZJUR { 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; }
#aB0GdrT0ydz0indoSNX9NQkE7U4PK20t { 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; }
#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q { position:relative;display:block; }#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q { background-color: transparent; background-image: none; }#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q > .row .container > .video-iframe-container { display: none; }#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q > .row > .video-iframe-container { display: none; }#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q > .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); }#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q { border-width: 0; border-radius: 0; }#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q > .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; }#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q > .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; }#EwZXqPA1I96btWdRJ3HKQTst9sAQB0FV { 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; }
#G2oxg6876r7syK6cpy6c8KIDXbovBIiM { 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; }
#G7eKT1X8TFksvNIdTcPkR7b4xOw0U2VB { color:#ffffff;display:block;width:56.4998125rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.2633457183838rem;left:9.2488603591919rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AIJbu6pzrtu8QSZIXiQyy59ENS6KgTzH { color:#ffffff;display:block;width:41.1236991875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:9.08203125rem;left:16.9375rem;height:1.0001625rem;text-align:center;text-align-last:center;display:block; }
#xJ4fnxxux1VceDTxFtbmvIfS7cycC0nT { 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;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:#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.8955rem;height:2.95800625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.125rem;left:32.0498046875rem;display:block; }
#IybknUGsfDnD4chiDLnhRbrTHcP5TOpv { 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) { #q1QyoNlqqtDAVINgubnlJFg6T4loWFJH { display:block; }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdyJNJpWFZXwyeMblUWlN4n3qz6pIZ1Q { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bo3Cx2J8FJTmf0iGJotyUXyzun0bKbGz { width:10.9375rem;height:3rem;top:1.0625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh7FgF9qa5GJNOzntGelDTOMr3TzzN7A { 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) { #v831kdM8UDAcGp7JMJBsFVmCPudNrGL4 { top:2.8125rem;left:18.0625rem;width:29.6875rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbOGZ6MsOTa8V6wq05FIAZr81s170vWt { top:10.9375rem;left:0rem;width:36.0625rem;height:11.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvNEFdnkS4EZNZFBuZG3LvN8GXftllrk { width:10.9375rem;height:3rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42WV7JBe8r1NvdTMphycoVAR4ZVbGvL { display:block; }
 }@media only screen and (max-width: 763px) { #hNliwt3VWZ5gg4w36cseGwuutAWkhCFR { top:23.625rem;left:0rem;width:26.125rem;height:4.375rem;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:23.125rem;left:0rem;width:29.6875rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaIkBMq8mB7ppzMzoH66D7oWg6am8kGp { top:29.6875rem;left:0rem;width:29.6875rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8EA2pCLezqnR8XOSzXbCJyiPkCyJldH { top:23.125rem;left:18.0625rem;width:29.6875rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc37QyfAmUom3yX7an9FC5vWLuLbw9ap { top:29.6875rem;left:18.0625rem;width:29.6875rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOcS2NSzEzRdK11aPC7o59ConTXyXA9 { width:10.9375rem;height:3.4375rem;top:36.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STtv1IeLXPgMBD5Ba9CLcLZX64qhzCTc { display:block; }
 }@media only screen and (max-width: 763px) { #zEm5IJCEfXRKywrsAtM4RI8k7IqcS45V { top:2.9375rem;left:0rem;width:31.25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIzEEgkufoI3c4ZDatZytha6E0DPlrkw { top:2.9375rem;left:16.5rem;width:31.25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fySmmyML6Tq8Z8pc0UQbbonMZ2ugIr8M { width:10.9375rem;height:3.4375rem;top:36.875rem;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.125rem;left:0rem;width:30.0625rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOPLcIktuJzPXE3E4endTU36oURiMuvB { top:29.375rem;left:0rem;width:29.6875rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdJUft2UIsbCBbw3Rp4WKreQCRMtsW3x { top:23.125rem;left:17.625rem;width:30.125rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo89NFAnebLKxAilw5X8mk68cJXf1h3Z { top:29.375rem;left:18.0625rem;width:29.6875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8MTO8W3VMhzbezoOZ1wEnAqSLd1ELaM { width:10.9375rem;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:2.9375rem;left:16.5rem;width:31.25rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUSc6P5JDUegZpfHQ4335DD2L7xecJ6v { width:10.9375rem;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:24.375rem;left:0rem;width:27.8125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2VtUNCvm394AfL6uFqwOQcFtXXnkVa { top:28.75rem;left:0rem;width:29.6875rem;height:8.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfef9ZPw4dCnuZr2PngL54LfnMaxkMzv { top:24.375rem;left:19.9375rem;width:27.8125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE45IRLZ2xkhVTTVUrOG0mzoMyrEDIx9 { top:28.75rem;left:18.0625rem;width:29.6875rem;height:8.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn8FgICfbbq84cT5VqHwTxx9gdHTJhNz { width:10.9375rem;height:3.4375rem;top:37.5rem;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:37.5rem;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.3125rem;left:0rem;width:47.75rem;height:8rem;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.270454545454rem;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:0rem;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:2.8125rem;left:0rem;width:29.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBrdeVZx2bpZsZw2Q8BwQM0mE3q41ePP { top:6.25rem;left:20.375rem;width:27.375rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyaCr3y4FTwsIFK2rmhr2sfKTAHQ4Uf1 { top:12.5rem;left:16.5rem;width:31.25rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsqV44UXlD1Q2VIpnKFXPITP1z46Sg3i { width:10.9375rem;height:2.8125rem;top:18.125rem;left:27.625rem;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:11.25rem;left:0rem;width:31.25rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQeVMZAp2ZpFWwPBPpTkm8GxI1D0qOCJ { width:10.9375rem;height:2.8125rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnt4HoUfq766hnbfPQOs84Z6H5TGy9Xn { display:block; }
 }@media only screen and (max-width: 763px) { #FDLrvJsFhTL7ChnV7nEiAXQrisHfygv5 { top:2.8125rem;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:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdlIw2HiLf3JsqLl8xUghZ7CvcA52p17 { top:11.25rem;left:16.5rem;width:31.25rem;height:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgNuTnrSbnc5FbHBEohULuKDf4QSnBN4 { width:10.9375rem;height:2.8125rem;top:18.125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXiphB4wK2ZcTzTTOt1DuGeFP46DeVue { display:block; }
 }@media only screen and (max-width: 763px) { #kG4vl7zHfxGPG1Gx19sTcW7a5wNb8Hoo { top:2.8125rem;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) { #hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk { display:block; }#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4q7zf0ozFFDuJsIJq17Tp7kRFBMuU0X { top:1.5625rem;left:0rem;width:12.5rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZbqHRviWvacrwVEBk5gUuqwEVfCgupH { top:1.5625rem;left:15.875rem;width:12.5rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSz0lKw4mhbO8oFyVkuSwNtlQ3lD4EI { top:1.5625rem;left:30.4375rem;width:17.1875rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD1TFsOz1az3gO9zGGuFs1M5sLJ6212h { top:4.6875rem;left:0rem;width:16.25rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0C8OBWiTcoa5IDlDcynl5aEAIVXSyzE { top:4.6875rem;left:14.875rem;width:16.875rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmHWEl7GF8R4ml6nThNNSxamRpleSpZq { top:4.6875rem;left:30.75rem;width:16.875rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw65b2550ZTEnBeES1ZIx8GWkkTfTQuf { top:9.375rem;left:0rem;width:19.375rem;height:4.9375rem;font-size:1.125rem;display:block; }#hw65b2550ZTEnBeES1ZIx8GWkkTfTQuf li:before{  }
 }@media only screen and (max-width: 763px) { #TOKucAcRmV4JckQXQF6HPhuLUr4TkHw4 { top:9.375rem;left:13.9375rem;width:17.8125rem;height:4.9375rem;font-size:1.125rem;display:block; }#TOKucAcRmV4JckQXQF6HPhuLUr4TkHw4 li:before{  }
 }@media only screen and (max-width: 763px) { #WTPwAfZU0cNLdW2eeuQ1Af31HT4rdfTr { top:9.375rem;left:30.75rem;width:16.875rem;height:7.25rem;font-size:1.125rem;display:block; }#WTPwAfZU0cNLdW2eeuQ1Af31HT4rdfTr li:before{  }
 }@media only screen and (max-width: 763px) { #mRHJ9zW4aIeulFckD7zZG8Z9wesgPGkZ { top:17rem;left:0rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvwbKkTFKH5r99zVzpUT3e45gURFTPR9 { 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) { #vkf1TW9kBWEWvNATMIi2yaWXL8vuN0Qf { 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) { #i67D6KSqGIAf7bgRW1BN6ap5ETTFeUxn { top:20.1875rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQu8zshfZWBoCHZQXyQboepFxxHg99Zo { 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) { #mHtXf5pMkeEdhKZGMnTAloFdm15O07iH { 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) { #aQ4ANhlRMuHLTREvI34L8ehWySc8olQk { top:0rem;left:0rem;width:21.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlBsTztdSzz9rFqJpzHlvdGziDZwZJUR { top:0.0625rem;left:10.5rem;width:21.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB0GdrT0ydz0indoSNX9NQkE7U4PK20t { top:0rem;left:26.375rem;width:21.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q { display:block; }#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwZXqPA1I96btWdRJ3HKQTst9sAQB0FV { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2oxg6876r7syK6cpy6c8KIDXbovBIiM { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7eKT1X8TFksvNIdTcPkR7b4xOw0U2VB { top:3.25rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIJbu6pzrtu8QSZIXiQyy59ENS6KgTzH { top:9.0625rem;left:3.3125rem;width:41.0625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ4fnxxux1VceDTxFtbmvIfS7cycC0nT { width:10.875rem;height:2.9375rem;top:12.125rem;left:18.4248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IybknUGsfDnD4chiDLnhRbrTHcP5TOpv { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q1QyoNlqqtDAVINgubnlJFg6T4loWFJH { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#q1QyoNlqqtDAVINgubnlJFg6T4loWFJH > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdyJNJpWFZXwyeMblUWlN4n3qz6pIZ1Q { 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) { #bo3Cx2J8FJTmf0iGJotyUXyzun0bKbGz { 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) { #dh7FgF9qa5GJNOzntGelDTOMr3TzzN7A { display:block; }
 }@media only screen and (max-width: 763px) { #ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST { display:block; }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .row .container { width:20rem;height:44.1875rem;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) { #v831kdM8UDAcGp7JMJBsFVmCPudNrGL4 { width:20rem;height:14.566375rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbOGZ6MsOTa8V6wq05FIAZr81s170vWt { width:20rem;height:6.599125rem;top:8.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvNEFdnkS4EZNZFBuZG3LvN8GXftllrk { width:14.0205rem;height:2.95800625rem;top:25rem;left:2.9892578125rem;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:16.875rem;height:5.84635625rem;top:16.875rem;left:1.53125rem;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:3.30078125rem;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:11.8090625rem;top:20.242512702942rem;left:0.93749994039537rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8EA2pCLezqnR8XOSzXbCJyiPkCyJldH { width:17.8125rem;height:3.02571875rem;top:51.87370300293rem;left:1.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc37QyfAmUom3yX7an9FC5vWLuLbw9ap { width:18.125rem;height:10.1220625rem;top:56.333335876465rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOcS2NSzEzRdK11aPC7o59ConTXyXA9 { width:9.9375rem;height:3.5rem;top:66.875rem;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.0625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIzEEgkufoI3c4ZDatZytha6E0DPlrkw { width:17.1875rem;height:10.9375rem;top:39.0625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fySmmyML6Tq8Z8pc0UQbbonMZ2ugIr8M { width:10.625rem;height:2.8125rem;top:31.99951171875rem;left:0.84309893846512rem;font-size:1.1875rem;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:17.062175750733rem;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:10.4134375rem;top:21.123859405517rem;left:0.93749994039537rem;font-size:1.0625rem;line-height:1.4;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:8.92575rem;top:55.968423843384rem;left:0.93749994039537rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N8MTO8W3VMhzbezoOZ1wEnAqSLd1ELaM { width:10.625rem;height:3.125rem;top:67.479156494137rem;left:0.8424479961395rem;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.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTqbV9FXmtNz3Jc0dxFTTGgXFCDluROT { width:17.1875rem;height:10.125rem;top:39.0625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUSc6P5JDUegZpfHQ4335DD2L7xecJ6v { width:10.5625rem;height:3.0623375rem;top:31.875rem;left:0.84309893846512rem;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.31119725rem;height:1.6503875rem;top:15.74870300293rem;left:0.8424479961395rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2VtUNCvm394AfL6uFqwOQcFtXXnkVa { width:18.125rem;height:11.6926875rem;top:19.4375rem;left:0.90625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bfef9ZPw4dCnuZr2PngL54LfnMaxkMzv { width:17.8125rem;height:1.51285625rem;top:51.874186038971rem;left:1.0937499403954rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE45IRLZ2xkhVTTVUrOG0mzoMyrEDIx9 { width:18.125rem;height:12.4291875rem;top:53.968098640442rem;left:0.93749994039537rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Dn8FgICfbbq84cT5VqHwTxx9gdHTJhNz { width:10.625rem;height:2.8125rem;top:67.462564468381rem;left:0.84309893846512rem;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.1458435058594rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAnOVQZFRXXo7sWV9sXV99pHqMTGTJFD { width:17.1875rem;height:10.125rem;top:39.125rem;left:1.40625rem;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:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddso9lZXvT6LzRhFByVadlaZshqLTXnb { width:10.125rem;height:10.0625rem;top:18.73046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SELRgyLmsWSHsIReQvewTzszTgFHvo9W { width:10.125rem;height:10.0625rem;top:18.688812255859rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyVXMHqLKh6lel3Nc3Vsat9t4AT0l4nB { width:17.1875rem;height:13.0005rem;top:1.5625rem;left:1.405100941658rem;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:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzaWCLKKyWs65mQMNcCvancTOXdnJpq { width:20rem;height:8.75rem;top:3.0618286132812rem;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.25rem;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:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1ncBbpfVrI1clAS3TJyqRU1KOwnvMcU { width:20rem;height:29.375rem;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.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBrdeVZx2bpZsZw2Q8BwQM0mE3q41ePP { width:18.4375rem;height:3.30078125rem;top:15.625rem;left:0.78125rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tyaCr3y4FTwsIFK2rmhr2sfKTAHQ4Uf1 { width:18.125rem;height:6.905125rem;top:19.6875rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsqV44UXlD1Q2VIpnKFXPITP1z46Sg3i { width:10rem;height:3.125rem;top:26.915374755859rem;left:0.78125rem;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:14.375rem;left:0.9375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CpWwSwiT4cfso3rdE2JLtuTMGOKu392e { width:18.125rem;height:7.3079375rem;top:18.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQeVMZAp2ZpFWwPBPpTkm8GxI1D0qOCJ { width:10.625rem;height:2.8125rem;top:26rem;left:0.9375rem;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:2.5208129882812rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt { display:block; }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNflB5JXy4x4K99BvghLwcDBI7z4PiPU { width:20rem;height:32.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUl4RHRfnZrftliJPRlHcbtc2Q4y2lM9 { width:18.4375rem;height:3.30078125rem;top:15rem;left:0.9375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WdlIw2HiLf3JsqLl8xUghZ7CvcA52p17 { width:18.125rem;height:9.667125rem;top:19.4375rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgNuTnrSbnc5FbHBEohULuKDf4QSnBN4 { width:10.625rem;height:2.8125rem;top:29.4375rem;left:0.9375rem;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:3.125rem;left:1.40625rem;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:2.000325rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk { display:none; }#hwwAS9uXrn8Xyw8a4DpfKHPzH0Z3eLrk > .row .container { width:20rem;height:140rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z4q7zf0ozFFDuJsIJq17Tp7kRFBMuU0X { width:12.5rem;height:2.57352925rem;top:1.3488159179688rem;left:1.3740807771682rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZbqHRviWvacrwVEBk5gUuqwEVfCgupH { width:12.5rem;height:2.57352925rem;top:23.875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSz0lKw4mhbO8oFyVkuSwNtlQ3lD4EI { width:17.25rem;height:2.57352925rem;top:46.5rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD1TFsOz1az3gO9zGGuFs1M5sLJ6212h { 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) { #G0C8OBWiTcoa5IDlDcynl5aEAIVXSyzE { 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) { #fmHWEl7GF8R4ml6nThNNSxamRpleSpZq { 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) { #hw65b2550ZTEnBeES1ZIx8GWkkTfTQuf { width:17.1875rem;height:4.8786764375rem;top:10.6875rem;left:1.375rem;font-size:1.125rem;display:block; }#hw65b2550ZTEnBeES1ZIx8GWkkTfTQuf li:before{  }
 }@media only screen and (max-width: 763px) { #TOKucAcRmV4JckQXQF6HPhuLUr4TkHw4 { width:18.125rem;height:4.8786764375rem;top:31.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }#TOKucAcRmV4JckQXQF6HPhuLUr4TkHw4 li:before{  }
 }@media only screen and (max-width: 763px) { #WTPwAfZU0cNLdW2eeuQ1Af31HT4rdfTr { width:17.8125rem;height:4.8786764375rem;top:54.625rem;left:1.0625rem;font-size:1.125rem;display:block; }#WTPwAfZU0cNLdW2eeuQ1Af31HT4rdfTr li:before{  }
 }@media only screen and (max-width: 763px) { #mRHJ9zW4aIeulFckD7zZG8Z9wesgPGkZ { width:12.5rem;height:2.57352925rem;top:16.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvwbKkTFKH5r99zVzpUT3e45gURFTPR9 { width:12.5rem;height:2.57352925rem;top:39.4375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkf1TW9kBWEWvNATMIi2yaWXL8vuN0Qf { width:12.5rem;height:2.57352925rem;top:60.75rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i67D6KSqGIAf7bgRW1BN6ap5ETTFeUxn { 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) { #IQu8zshfZWBoCHZQXyQboepFxxHg99Zo { 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) { #mHtXf5pMkeEdhKZGMnTAloFdm15O07iH { 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) { #aQ4ANhlRMuHLTREvI34L8ehWySc8olQk { width:20rem;height:22.352941176471rem;top:67.834314609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlBsTztdSzz9rFqJpzHlvdGziDZwZJUR { width:20rem;height:22.352941176471rem;top:91.437254234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB0GdrT0ydz0indoSNX9NQkE7U4PK20t { width:20rem;height:22.352941176471rem;top:115.04019385937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q { display:block; }#FpDil10H2tUZ5FARaA2LXd9eHs5rBk4Q > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwZXqPA1I96btWdRJ3HKQTst9sAQB0FV { width:20rem;height:17.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2oxg6876r7syK6cpy6c8KIDXbovBIiM { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7eKT1X8TFksvNIdTcPkR7b4xOw0U2VB { width:16.25rem;height:3.75rem;top:2.56201171875rem;left:1.8749998807907rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AIJbu6pzrtu8QSZIXiQyy59ENS6KgTzH { width:14.2497701875rem;height:2.000325rem;top:7.4827270507812rem;left:2.8733912706375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJ4fnxxux1VceDTxFtbmvIfS7cycC0nT { width:15.9375rem;height:3rem;top:11.875rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IybknUGsfDnD4chiDLnhRbrTHcP5TOpv { display:block; }
 }