.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); }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e7e6ec;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA > .row .container { background-color: transparent; background-image: none; }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA > .row .container > .video-iframe-container { display: none; }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA > .row > .video-iframe-container { display: none; }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA > .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); }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA > .row .container { border-width: 0; border-radius: 0; }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#QtkFUOWrM774tfwo4lKWlvUnuOEu2pho { 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; }
#vu3v6433QmV0BBTikgsvq1KSxG41COkX { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:65.625rem;display:block; }
#gcvver0VXCgTWHlcgA3m3V8pXshXLJMp { 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:31.25rem;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:700;z-index:15000;line-height:1.5;letter-spacing:0;top:8.125rem;left:3.7500009536743rem;height:1.875rem;font-style:normal;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:20.375rem;width:28rem;top:7.8125rem;left:45.3125rem;overflow:hidden;display:block; }
#fbOGZ6MsOTa8V6wq05FIAZr81s170vWt { color:#0e0142;display:block;width:43.125rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10.625rem;left:3.75rem;height:7.7001875rem;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.3125rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.25rem;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:38.75rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20rem;left:3.75rem;height:2.59928125rem;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:39.75rem;width:75rem;position:relative;display:block; }#mF6gb95C2Ib2V1dwyq5fztzxI0QfXFDt { box-sizing:content-box;height:37.5rem;width:36.875rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:1.5625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#m3sSPiky9VJgMX6H8sii2uMIgeqDPCr9 { box-sizing:content-box;height:37.5rem;width:36.875rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:1.5625rem;left:38.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wDvN5TPvtkT0OicVNbV5bEOfZbsmSO5M { color:#0e0142;display:block;width:29.1875rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:22.5rem;left:3.75rem;height:2.19970625rem;font-style:normal;display:block; }
#PaIkBMq8mB7ppzMzoH66D7oWg6am8kGp { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:26.5625rem;left:3.75rem;height:6rem;display:block; }
#H8EA2pCLezqnR8XOSzXbCJyiPkCyJldH { color:#0e0142;display:block;width:29.812rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:22.5rem;left:41.342772483826rem;height:2.19970625rem;font-style:normal;display:block; }
#Nc37QyfAmUom3yX7an9FC5vWLuLbw9ap { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:26.5625rem;left:41.25rem;height:4.5rem;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:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:34.375rem;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:17.4375rem;width:29.75rem;top:3.125rem;left:3.75rem;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:17.4375rem;width:29.75rem;top:3.125rem;left:41.25rem;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:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:34.375rem;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:39.1875rem;width:75rem;position:relative;display:block; }#SrkMT8kLtFPKbqTTEbPltCEcLut52ULP { box-sizing:content-box;height:37.8125rem;width:36.875rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lzkE3A0Dh1L1rLE6v98WMGnqSkPBkEmB { box-sizing:content-box;height:37.8125rem;width:36.875rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:0.68684577941894rem;left:38.125rem;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.1875rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:21.5625rem;left:3.75rem;height:4.3994125rem;font-style:normal;display:block; }
#qOPLcIktuJzPXE3E4endTU36oURiMuvB { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:27.1875rem;left:3.75rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#cdJUft2UIsbCBbw3Rp4WKreQCRMtsW3x { color:#0e0142;display:block;width:30.125rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:21.5625rem;left:41.249999046326rem;height:2.19970625rem;font-style:normal;display:block; }
#zo89NFAnebLKxAilw5X8mk68cJXf1h3Z { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:27.1875rem;left:41.25rem;height:6rem;text-align:left;text-align-last:left;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:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:35rem;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:17.4375rem;width:29.75rem;top:2.25rem;left:3.75rem;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:17.5rem;width:29.75rem;top:2.25rem;left:41.25rem;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:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:35rem;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:38.75rem;width:75rem;position:relative;display:block; }#gUlX5t0N9LKTedkEiASqBgJQLF8txcci { box-sizing:content-box;height:37.8125rem;width:36.875rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uTtQVxwW4gQD3RNPMTEpL6CUObL2IWl1 { box-sizing:content-box;height:37.8125rem;width:36.875rem;position:absolute;display:block;z-index:15001;background-color:#f3efff;background-image:none;top:0.6875rem;left:37.96875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#g55UFnZDcL8Ily665ZVGDUMm0OFETAH7 { color:#0e0142;display:block;width:29.3125rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:21.5625rem;left:3.75rem;height:2.19970625rem;font-style:normal;display:block; }
#Lt2VtUNCvm394AfL6uFqwOQcFtXXnkVa { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:25.625rem;left:3.75rem;height:6rem;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:left;text-align-last:left;display:block; }
#bfef9ZPw4dCnuZr2PngL54LfnMaxkMzv { color:#0e0142;display:block;width:27.8125rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:21.5625rem;left:41.25rem;height:2.19970625rem;font-style:normal;display:block; }
#pE45IRLZ2xkhVTTVUrOG0mzoMyrEDIx9 { color:#0e0142;display:block;width:29.6875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:25.625rem;left:41.25rem;height:6rem;display:block; }
#Dn8FgICfbbq84cT5VqHwTxx9gdHTJhNz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:34.0625rem;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:17.4375rem;width:29.75rem;top:2.25rem;left:3.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:34.0625rem;left:3.75rem;display:block; }
#d02lWcJFAl52hG8yAfatg529xmqkT7tV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RFIMEVOiN2oGW84iCdcZeGzBl2AvKP0S { 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:17.4375rem;width:29.75rem;top:2.25rem;left:41.25rem;overflow:hidden;display:block; }
#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container { background-color: transparent; background-image: none; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container > .video-iframe-container { display: none; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row > .video-iframe-container { display: none; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container { border-width: 0; border-radius: 0; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ddso9lZXvT6LzRhFByVadlaZshqLTXnb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:10.125rem;top:4.3125rem;left:4.375rem;overflow:hidden;display:block; }
#SELRgyLmsWSHsIReQvewTzszTgFHvo9W { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.125rem;top:4.0625rem;left:61.1875rem;overflow:hidden;display:block; }
#AyVXMHqLKh6lel3Nc3Vsat9t4AT0l4nB { color:#0e0142;display:block;width:45.3125rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.28125rem;left:14.84375rem;height:12.1875rem;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.9212036132812rem;left:3.1227025985717rem;overflow:hidden;display:block; }
#OKeqiNC5dQ8T6dfyaKsbq4c09FAQ2o9B { color:#0e0142;display:block;width:36.1868095625rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:33.615570068359rem;left:19.404870033264rem;height:3.0004875rem;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:40.3125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:37.315032958984rem;left:17.341450691223rem;height:3rem;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:16.1870625rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:0.78125rem;left:3.4993495941162rem;height:2.5rem;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:22.25rem;width:75rem;position:relative;display:block; }#D1ncBbpfVrI1clAS3TJyqRU1KOwnvMcU { box-sizing:content-box;height:20rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:1.5625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#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:17.4375rem;width:27.5625rem;top:2.8428783416748rem;left:3.75rem;overflow:hidden;display:block; }
#sBrdeVZx2bpZsZw2Q8BwQM0mE3q41ePP { color:#0e0142;display:block;width:31.125rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.3125rem;left:41.25rem;height:2.19970625rem;font-style:normal;display:block; }
#tyaCr3y4FTwsIFK2rmhr2sfKTAHQ4Uf1 { color:#0e0142;display:block;width:26.749125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:41.25rem;height:2.599825rem;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:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:16.625rem;left:41.25rem;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:21.375rem;width:75rem;position:relative;display:block; }#TtR8rITIs3kuF4r5PVkfg4BTP89k5eFa { box-sizing:content-box;height:20rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lFlcxsd25kzRTJUZTNMazVIrgresKqWz { color:#0e0142;display:block;width:27.4375rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.75rem;left:3.75rem;height:2.19970625rem;font-style:normal;display:block; }
#CpWwSwiT4cfso3rdE2JLtuTMGOKu392e { color:#0e0142;display:block;width:30.686875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8125rem;left:3.75rem;height:3.8997375rem;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:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:15.75rem;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:17.4375rem;width:27.625rem;top:1.9672317504882rem;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:22.25rem;width:75rem;position:relative;display:block; }#eNflB5JXy4x4K99BvghLwcDBI7z4PiPU { box-sizing:content-box;height:20rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TUl4RHRfnZrftliJPRlHcbtc2Q4y2lM9 { color:#0e0142;display:block;width:27.4375rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.75rem;left:41.25rem;height:2.19970625rem;font-style:normal;display:block; }
#WdlIw2HiLf3JsqLl8xUghZ7CvcA52p17 { color:#0e0142;display:block;width:26.75rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8125rem;left:41.125rem;height:5.19856875rem;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:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:15.75rem;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:17.4375rem;width:27.625rem;top:1.9672393798828rem;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:2.5rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:0.8125rem;left:3.75rem;height:2.5rem;font-style:normal;display:block; }
#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N { position:relative;display:block; }#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N { background-color: transparent; background-image: none; }#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N > .row .container > .video-iframe-container { display: none; }#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N > .row > .video-iframe-container { display: none; }#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N > .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); }#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N { border-width: 0; border-radius: 0; }#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N > .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; }#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N > .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; }#aQzEoJeCgzMfhfv0gprMkX8WdIq6oLbB { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.75rem;height:2.6001rem;font-style:normal;display:block; }
#oxUI6z0mVEJE1PMXH1HElnHLxyNTDrPp { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:28.75rem;height:2.6001rem;font-style:normal;display:block; }
#OmnOa8CGTgcLCI4L7z6BgPHxwnuGly4c { color:#0e0142;display:block;width:17.25rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:53.75rem;height:2.6001rem;font-style:normal;display:block; }
#U2JUSxT6tU5IkUgrmD8PbIOh05OEMi4c { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.75rem;height:2.599825rem;display:block; }
#XrsKTLTBf9kzvpR1DvbpiAJSdF4RQpi4 { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9375rem;left:28.75rem;height:2.599825rem;display:block; }
#Qkb0mnd65B3nAeDsxXSBez6vm3dIWS2P { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:53.75rem;height:2.599825rem;display:block; }
#nlcwtaC0rdcEHTg4Nrt0psTqevLAAsb4 { color:#0e0142;display:block;width:17.1875rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:3.75rem;height:4.5247375rem;display:block; }#nlcwtaC0rdcEHTg4Nrt0psTqevLAAsb4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nlcwtaC0rdcEHTg4Nrt0psTqevLAAsb4 li:before{  }
#KtPMWkvxmnEITlvhSl0bm5Q5zd2wP0ut { color:#0e0142;display:block;width:18.125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.3125rem;left:28.75rem;height:4.5247375rem;display:block; }#KtPMWkvxmnEITlvhSl0bm5Q5zd2wP0ut li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KtPMWkvxmnEITlvhSl0bm5Q5zd2wP0ut li:before{  }
#qHsTayZyil81u8WHuoD4X8uTXec3kLfT { color:#0e0142;display:block;width:18.125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.774740219116rem;left:53.75rem;height:4.5247375rem;display:block; }#qHsTayZyil81u8WHuoD4X8uTXec3kLfT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qHsTayZyil81u8WHuoD4X8uTXec3kLfT li:before{  }
#m4ZH60QBp7USyXlpTKgEJJCFs9q0tVhN { 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; }
#czf2vFnWGtgHW7h2MQ0SXZaTUhoRooGm { 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; }
#fK0BnU3wELqc5IQeMxQ6ZDTzy23z50CV { 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; }
#Wa955q3WR6Cw9rc8OaTGSRsV5BDvenha { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.234375rem;left:3.7477025985717rem;height:1.4615875rem;display:block; }
#CvtMX2yxOL05oexSEbLTX5ERhdXIk27D { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.234375rem;left:28.747700691223rem;height:1.4615875rem;display:block; }
#TV6ekWyUufZbvJVSq6eIC3Qde1Nxt8lt { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.234375rem;left:53.747700691223rem;height:1.4615875rem;display:block; }
#lEyfZNfudL373PebcBTB47aoZsQO0yCh { 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; }
#ufZIeO5XEZr6nHOoEvyI5oUFikTlUypQ { 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; }
#WWBTschNOBu57KMCJJZgaAeKtip0DwFd { 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; }
#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL { position:relative;display:block; }#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL { background-color: transparent; background-image: none; }#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL > .row .container > .video-iframe-container { display: none; }#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL > .row > .video-iframe-container { display: none; }#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL > .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); }#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL { border-width: 0; border-radius: 0; }#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL > .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; }#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL > .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; }#b71yLcREAm7SWJpnFMAwG4s0b3OkSrzu { 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; }
#SFHUVgKi7Hvfrra5Ao4Ip1VOhpAg7zon { 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; }
#JBZiLrK8wXfNhcJG8lRCWPs02z0nmXIs { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:"euclid circular a";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3984375rem;left:17.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#gRu7RMOcZ4GkJX2DHbHgyQIEq556rM9f { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:8.1875rem;left:16.9375rem;height:1.00043125rem;text-align:center;text-align-last:center;display:block; }
#WLetBSS18NHQNT85GD3PLvaJ8nIlVXw5 { 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.9375rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.8994140625rem;left:32.03125rem;display:block; }
#NKQNpl0VHoZx65Fq0XNcolWizLm2GHLk { 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) { #g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA { display:block; }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtkFUOWrM774tfwo4lKWlvUnuOEu2pho { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vu3v6433QmV0BBTikgsvq1KSxG41COkX { width:9.375rem;height:3.125rem;top:1.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcvver0VXCgTWHlcgA3m3V8pXshXLJMp { 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:8.125rem;left:0rem;width:19.25rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v831kdM8UDAcGp7JMJBsFVmCPudNrGL4 { top:7.8125rem;left:19.75rem;width:28rem;height:20.374602395116rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbOGZ6MsOTa8V6wq05FIAZr81s170vWt { top:10.625rem;left:0rem;width:43.125rem;height:7.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvNEFdnkS4EZNZFBuZG3LvN8GXftllrk { width:10.3125rem;height:3rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42WV7JBe8r1NvdTMphycoVAR4ZVbGvL { display:block; }
 }@media only screen and (max-width: 763px) { #hNliwt3VWZ5gg4w36cseGwuutAWkhCFR { top:20rem;left:0rem;width:38.75rem;height:2.5625rem;font-size:1rem;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:36.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3sSPiky9VJgMX6H8sii2uMIgeqDPCr9 { top:1.5625rem;left:10.875rem;width:36.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDvN5TPvtkT0OicVNbV5bEOfZbsmSO5M { top:22.5rem;left:0rem;width:29.125rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaIkBMq8mB7ppzMzoH66D7oWg6am8kGp { top:26.5625rem;left:0rem;width:29.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8EA2pCLezqnR8XOSzXbCJyiPkCyJldH { top:22.5rem;left:18rem;width:29.75rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc37QyfAmUom3yX7an9FC5vWLuLbw9ap { top:26.5625rem;left:18.0625rem;width:29.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOcS2NSzEzRdK11aPC7o59ConTXyXA9 { width:9.375rem;height:1.875rem;top:34.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STtv1IeLXPgMBD5Ba9CLcLZX64qhzCTc { display:block; }
 }@media only screen and (max-width: 763px) { #zEm5IJCEfXRKywrsAtM4RI8k7IqcS45V { top:3.125rem;left:0rem;width:29.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIzEEgkufoI3c4ZDatZytha6E0DPlrkw { top:3.125rem;left:16.5rem;width:29.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fySmmyML6Tq8Z8pc0UQbbonMZ2ugIr8M { width:9.375rem;height:1.875rem;top:34.375rem;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:0.6875rem;left:0rem;width:36.875rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzkE3A0Dh1L1rLE6v98WMGnqSkPBkEmB { top:0.625rem;left:10.875rem;width:36.875rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flipFnvBNNFKuTSxQt14WJsIxhCgoe1k { top:21.5625rem;left:0rem;width:30.1875rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOPLcIktuJzPXE3E4endTU36oURiMuvB { top:27.1875rem;left:0rem;width:29.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdJUft2UIsbCBbw3Rp4WKreQCRMtsW3x { top:21.5625rem;left:17.6875rem;width:30.0625rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo89NFAnebLKxAilw5X8mk68cJXf1h3Z { top:27.1875rem;left:18.0625rem;width:29.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8MTO8W3VMhzbezoOZ1wEnAqSLd1ELaM { width:9.375rem;height:1.875rem;top:35rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auNczo7JnHhdvXu5wkdKd5TavdTOarDL { display:block; }
 }@media only screen and (max-width: 763px) { #GE0wKV1IQ2ITaBd0wghXK7mhUcLPKvC1 { top:2.25rem;left:0rem;width:29.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTqbV9FXmtNz3Jc0dxFTTGgXFCDluROT { top:2.25rem;left:18rem;width:29.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUSc6P5JDUegZpfHQ4335DD2L7xecJ6v { width:9.375rem;height:1.875rem;top:35rem;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:0.6875rem;left:0rem;width:36.875rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTtQVxwW4gQD3RNPMTEpL6CUObL2IWl1 { top:0.6875rem;left:10.875rem;width:36.875rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g55UFnZDcL8Ily665ZVGDUMm0OFETAH7 { top:21.5625rem;left:0rem;width:29.25rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2VtUNCvm394AfL6uFqwOQcFtXXnkVa { top:25.625rem;left:0rem;width:29.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfef9ZPw4dCnuZr2PngL54LfnMaxkMzv { top:21.5625rem;left:19.9375rem;width:27.8125rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE45IRLZ2xkhVTTVUrOG0mzoMyrEDIx9 { top:25.625rem;left:18.0625rem;width:29.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn8FgICfbbq84cT5VqHwTxx9gdHTJhNz { width:9.375rem;height:1.875rem;top:34.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD1GJGXKOWLueUi1XsGLJJt9CttE3xKP { display:block; }
 }@media only screen and (max-width: 763px) { #m0LmZsf8FeTdnxIBItTpwuNRVz1hbqI2 { top:2.25rem;left:0rem;width:29.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxyE7LOhADMxEpUW8DIh9wWAq6pXFmFR { width:9.375rem;height:1.875rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d02lWcJFAl52hG8yAfatg529xmqkT7tV { display:block; }
 }@media only screen and (max-width: 763px) { #RFIMEVOiN2oGW84iCdcZeGzBl2AvKP0S { top:2.25rem;left:18rem;width:29.75rem;height:17.4375rem;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:3.25rem;left:1.21875rem;width:45.3125rem;height:12.1875rem;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:33.5625rem;left:5.779296875rem;width:36.125rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgGBAeeMhb20ILzbkDhaWBD3FT5U8m6y { top:37.3125rem;left:3.7154960632324rem;width:40.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd { display:block; }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHc5wSuTivAb7X8U718MON9TeSSdPK2q { top:0.75rem;left:0rem;width:16.125rem;height:2.5rem;font-size:2.5rem;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:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8bMqsaPSAXPrCyaTuKCkQTVB8zMaIw { top:2.8125rem;left:0rem;width:27.5625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBrdeVZx2bpZsZw2Q8BwQM0mE3q41ePP { top:5.3125rem;left:16.625rem;width:31.125rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyaCr3y4FTwsIFK2rmhr2sfKTAHQ4Uf1 { top:9.375rem;left:21.0625rem;width:26.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsqV44UXlD1Q2VIpnKFXPITP1z46Sg3i { width:9.375rem;height:1.875rem;top:16.625rem;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:0.6875rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFlcxsd25kzRTJUZTNMazVIrgresKqWz { top:4.75rem;left:0rem;width:27.375rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpWwSwiT4cfso3rdE2JLtuTMGOKu392e { top:8.8125rem;left:0rem;width:30.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQeVMZAp2ZpFWwPBPpTkm8GxI1D0qOCJ { width:9.375rem;height:1.875rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnt4HoUfq766hnbfPQOs84Z6H5TGy9Xn { display:block; }
 }@media only screen and (max-width: 763px) { #FDLrvJsFhTL7ChnV7nEiAXQrisHfygv5 { top:1.9375rem;left:20.125rem;width:27.625rem;height:17.4375rem;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:0.6875rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUl4RHRfnZrftliJPRlHcbtc2Q4y2lM9 { top:4.75rem;left:20.375rem;width:27.375rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdlIw2HiLf3JsqLl8xUghZ7CvcA52p17 { top:8.8125rem;left:21.0625rem;width:26.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgNuTnrSbnc5FbHBEohULuKDf4QSnBN4 { width:9.375rem;height:1.875rem;top:15.75rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXiphB4wK2ZcTzTTOt1DuGeFP46DeVue { display:block; }
 }@media only screen and (max-width: 763px) { #kG4vl7zHfxGPG1Gx19sTcW7a5wNb8Hoo { top:1.9375rem;left:0rem;width:27.625rem;height:17.4375rem;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:0.75rem;left:0rem;width:27.9375rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N { display:block; }#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQzEoJeCgzMfhfv0gprMkX8WdIq6oLbB { top:2.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUI6z0mVEJE1PMXH1HElnHLxyNTDrPp { top:2.1875rem;left:15.875rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmnOa8CGTgcLCI4L7z6BgPHxwnuGly4c { top:2.1875rem;left:30.4375rem;width:17.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2JUSxT6tU5IkUgrmD8PbIOh05OEMi4c { top:5.9375rem;left:0rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrsKTLTBf9kzvpR1DvbpiAJSdF4RQpi4 { top:5.9375rem;left:14.5625rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkb0mnd65B3nAeDsxXSBez6vm3dIWS2P { top:5.9375rem;left:30.4375rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlcwtaC0rdcEHTg4Nrt0psTqevLAAsb4 { top:10.3125rem;left:0rem;width:17.1875rem;height:4.5rem;font-size:1rem;display:block; }#nlcwtaC0rdcEHTg4Nrt0psTqevLAAsb4 li:before{  }
 }@media only screen and (max-width: 763px) { #KtPMWkvxmnEITlvhSl0bm5Q5zd2wP0ut { top:10.3125rem;left:13.625rem;width:18.125rem;height:4.5rem;font-size:1rem;display:block; }#KtPMWkvxmnEITlvhSl0bm5Q5zd2wP0ut li:before{  }
 }@media only screen and (max-width: 763px) { #qHsTayZyil81u8WHuoD4X8uTXec3kLfT { top:10.75rem;left:29.5rem;width:18.125rem;height:4.5rem;font-size:1rem;display:block; }#qHsTayZyil81u8WHuoD4X8uTXec3kLfT li:before{  }
 }@media only screen and (max-width: 763px) { #m4ZH60QBp7USyXlpTKgEJJCFs9q0tVhN { top:17rem;left:0rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czf2vFnWGtgHW7h2MQ0SXZaTUhoRooGm { 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) { #fK0BnU3wELqc5IQeMxQ6ZDTzy23z50CV { 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) { #Wa955q3WR6Cw9rc8OaTGSRsV5BDvenha { top:20.1875rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvtMX2yxOL05oexSEbLTX5ERhdXIk27D { 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) { #TV6ekWyUufZbvJVSq6eIC3Qde1Nxt8lt { 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) { #lEyfZNfudL373PebcBTB47aoZsQO0yCh { top:0rem;left:0rem;width:21.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufZIeO5XEZr6nHOoEvyI5oUFikTlUypQ { top:0.0625rem;left:10.5rem;width:21.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWBTschNOBu57KMCJJZgaAeKtip0DwFd { top:0rem;left:26.375rem;width:21.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TFTxZAptziZdLR3ed8dXEEVXo1EerL { display:block; }#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b71yLcREAm7SWJpnFMAwG4s0b3OkSrzu { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFHUVgKi7Hvfrra5Ao4Ip1VOhpAg7zon { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBZiLrK8wXfNhcJG8lRCWPs02z0nmXIs { top:3.375rem;left:3.7497682571411rem;width:40.1875rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRu7RMOcZ4GkJX2DHbHgyQIEq556rM9f { top:8.125rem;left:3.3118486404419rem;width:41.0625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLetBSS18NHQNT85GD3PLvaJ8nIlVXw5 { width:10.9375rem;height:3rem;top:10.875rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKQNpl0VHoZx65Fq0XNcolWizLm2GHLk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#g7HzL9FE5cGpnr7kJnIGMJqBsOZWzAlA > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtkFUOWrM774tfwo4lKWlvUnuOEu2pho { 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) { #vu3v6433QmV0BBTikgsvq1KSxG41COkX { 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) { #gcvver0VXCgTWHlcgA3m3V8pXshXLJMp { display:block; }
 }@media only screen and (max-width: 763px) { #ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST { display:block; }#ra58Ud0B94Pp94fQtr9WaR1wx8hSx1ST > .row .container { width:20rem;height:29.6875rem;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.56640625rem;top:29.6875rem;left:0rem;display:none; }
 }@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.9873046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42WV7JBe8r1NvdTMphycoVAR4ZVbGvL { display:block; }
 }@media only screen and (max-width: 763px) { #hNliwt3VWZ5gg4w36cseGwuutAWkhCFR { width:13.6875rem;height:7.3079375rem;top:15.9375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi { display:block; }#Xc6rMzR54WctmuOBybwAiSKO4uRMhdhi > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF6gb95C2Ib2V1dwyq5fztzxI0QfXFDt { width:20rem;height:34.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3sSPiky9VJgMX6H8sii2uMIgeqDPCr9 { width:20rem;height:34.375rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDvN5TPvtkT0OicVNbV5bEOfZbsmSO5M { width:18.3125rem;height: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:19.375rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8EA2pCLezqnR8XOSzXbCJyiPkCyJldH { width:17.8125rem;height:3.02571875rem;top:53.187042236328rem;left:1.1247701644898rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc37QyfAmUom3yX7an9FC5vWLuLbw9ap { width:18.125rem;height:8.4350625rem;top:57.21875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOcS2NSzEzRdK11aPC7o59ConTXyXA9 { width:9.4995rem;height:3.49935rem;top:66.155605316162rem;left:1.1246744990349rem;display:block; }
 }@media only screen and (max-width: 763px) { #STtv1IeLXPgMBD5Ba9CLcLZX64qhzCTc { display:block; }
 }@media only screen and (max-width: 763px) { #zEm5IJCEfXRKywrsAtM4RI8k7IqcS45V { width:17.1875rem;height:11.25rem;top:2.8039741516113rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIzEEgkufoI3c4ZDatZytha6E0DPlrkw { width:17.1875rem;height:11.25rem;top:39.0625rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #fySmmyML6Tq8Z8pc0UQbbonMZ2ugIr8M { width:9.25rem;height:2.8125rem;top:31.25rem;left:1.125rem;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.1220625rem;top:21.1865234375rem;left:0.93749994039537rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdJUft2UIsbCBbw3Rp4WKreQCRMtsW3x { width:17.8125rem;height:1.51285625rem;top:51.25rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo89NFAnebLKxAilw5X8mk68cJXf1h3Z { width:18.125rem;height:11.8090625rem;top:54.0625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8MTO8W3VMhzbezoOZ1wEnAqSLd1ELaM { width:9.5rem;height:3.5rem;top:67.135421752931rem;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.3752297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTqbV9FXmtNz3Jc0dxFTTGgXFCDluROT { width:17.1875rem;height:10.125rem;top:38.999305725097rem;left:1.405100941658rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TUSc6P5JDUegZpfHQ4335DD2L7xecJ6v { width:9.2496875rem;height:3.0623375rem;top:31.988931059838rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0iLiWSkk54d15Xt0rawmAT3tkneieLG { display:block; }
 }@media only screen and (max-width: 763px) { #o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 { display:block; }#o2NDKKqkP6vv4s1mSQS9peTV1l3B2A19 > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUlX5t0N9LKTedkEiASqBgJQLF8txcci { width:20rem;height:34.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTtQVxwW4gQD3RNPMTEpL6CUObL2IWl1 { width:20rem;height:34.375rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g55UFnZDcL8Ily665ZVGDUMm0OFETAH7 { width:18.311121rem;height:1.6503875rem;top:15.998397827149rem;left:0.84329044818881rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lt2VtUNCvm394AfL6uFqwOQcFtXXnkVa { width:18.125rem;height:11.8090625rem;top:19.273895263672rem;left:0.90418195724488rem;font-size:1.125rem;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:11.1596875rem;top:55.62109375rem;left:0.90418195724488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn8FgICfbbq84cT5VqHwTxx9gdHTJhNz { width:9.4995rem;height:3.49935rem;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.125rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxyE7LOhADMxEpUW8DIh9wWAq6pXFmFR { width:9.25rem;height:3.5rem;top:31.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d02lWcJFAl52hG8yAfatg529xmqkT7tV { display:block; }
 }@media only screen and (max-width: 763px) { #RFIMEVOiN2oGW84iCdcZeGzBl2AvKP0S { width:17.8125rem;height:10.4375rem;top:39.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw { display:block; }#Af1ungi5NnCxJdyNzGM8iiEdSul1ZJsw > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddso9lZXvT6LzRhFByVadlaZshqLTXnb { width:10.125rem;height:10.0625rem;top:11.85546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SELRgyLmsWSHsIReQvewTzszTgFHvo9W { width:10.125rem;height:10.0625rem;top:11.85546875rem;left:9.8759182691575rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyVXMHqLKh6lel3Nc3Vsat9t4AT0l4nB { width:19.436875rem;height:10.400375rem;top:0.68684864044187rem;left:0.28076171875rem;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:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzaWCLKKyWs65mQMNcCvancTOXdnJpq { width:20rem;height:8.75rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OKeqiNC5dQ8T6dfyaKsbq4c09FAQ2o9B { width:17.3125rem;height:4.79980625rem;top:15.625rem;left:1.34375rem;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:8.4350625rem;top:21.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd { display:block; }#CWiqb9IQ1gQ3bwx2yvJPdtmIysBc5NWd > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHc5wSuTivAb7X8U718MON9TeSSdPK2q { width:20rem;height:2.000325rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 { display:block; }#Pxr7O9iK7G8ef2S9wZkv9WDz10zdWTm0 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1ncBbpfVrI1clAS3TJyqRU1KOwnvMcU { width:20rem;height:27.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8bMqsaPSAXPrCyaTuKCkQTVB8zMaIw { width:17.1875rem;height:10.625rem;top:2.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBrdeVZx2bpZsZw2Q8BwQM0mE3q41ePP { width:18.4375rem;height:3.30078125rem;top:14.375rem;left:0.9375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tyaCr3y4FTwsIFK2rmhr2sfKTAHQ4Uf1 { width:18.125rem;height:5.5240875rem;top:18.125rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsqV44UXlD1Q2VIpnKFXPITP1z46Sg3i { width:8.5rem;height:3.5rem;top:24.375rem;left:0.9375rem;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:6.905125rem;top:17.211099624634rem;left:0.93749994039537rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQeVMZAp2ZpFWwPBPpTkm8GxI1D0qOCJ { width:8.499375rem;height:3.49935rem;top:25.927749633789rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnt4HoUfq766hnbfPQOs84Z6H5TGy9Xn { display:block; }
 }@media only screen and (max-width: 763px) { #FDLrvJsFhTL7ChnV7nEiAXQrisHfygv5 { width:17.1875rem;height:10.625rem;top:3.125rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt { display:block; }#bKmpDB3ZDE6E3yuQLanX3ucScPPZRbIt > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNflB5JXy4x4K99BvghLwcDBI7z4PiPU { width:20rem;height:28.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUl4RHRfnZrftliJPRlHcbtc2Q4y2lM9 { width:18.4375rem;height:1.6503875rem;top:14.655334472656rem;left:0.78125rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WdlIw2HiLf3JsqLl8xUghZ7CvcA52p17 { width:18.623621rem;height:8.286125rem;top:16.857757568359rem;left:0.68704044818881rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgNuTnrSbnc5FbHBEohULuKDf4QSnBN4 { width:8.498391125rem;height:3.498391375rem;top:26.3818359375rem;left:0.779296875rem;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.625rem;top:3.125rem;left:1.405100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 { display:none; }#J5gzoNgnmTcaxWThFQl3lX5XdwPluhG7 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FWNtbt8ATkdsk1E8wpW70oXoU0cSgOId { width:20rem;height:1.985294125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N { display:none; }#pKAnqqMgs9QHzNTIHlonxzvGMHRtk79N > .row .container { width:20rem;height:140rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aQzEoJeCgzMfhfv0gprMkX8WdIq6oLbB { width:12.5rem;height:2.57352925rem;top:1.3488159179688rem;left:1.3740807771682rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUI6z0mVEJE1PMXH1HElnHLxyNTDrPp { width:12.5rem;height:2.57352925rem;top:23.875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmnOa8CGTgcLCI4L7z6BgPHxwnuGly4c { width:17.25rem;height:2.57352925rem;top:46.5rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2JUSxT6tU5IkUgrmD8PbIOh05OEMi4c { 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) { #XrsKTLTBf9kzvpR1DvbpiAJSdF4RQpi4 { 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) { #Qkb0mnd65B3nAeDsxXSBez6vm3dIWS2P { 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) { #nlcwtaC0rdcEHTg4Nrt0psTqevLAAsb4 { width:17.1875rem;height:4.8786764375rem;top:10.6875rem;left:1.375rem;font-size:1.125rem;display:block; }#nlcwtaC0rdcEHTg4Nrt0psTqevLAAsb4 li:before{  }
 }@media only screen and (max-width: 763px) { #KtPMWkvxmnEITlvhSl0bm5Q5zd2wP0ut { width:18.125rem;height:4.8786764375rem;top:31.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }#KtPMWkvxmnEITlvhSl0bm5Q5zd2wP0ut li:before{  }
 }@media only screen and (max-width: 763px) { #qHsTayZyil81u8WHuoD4X8uTXec3kLfT { width:17.8125rem;height:4.8786764375rem;top:54.625rem;left:1.0625rem;font-size:1.125rem;display:block; }#qHsTayZyil81u8WHuoD4X8uTXec3kLfT li:before{  }
 }@media only screen and (max-width: 763px) { #m4ZH60QBp7USyXlpTKgEJJCFs9q0tVhN { width:12.5rem;height:2.57352925rem;top:16.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #czf2vFnWGtgHW7h2MQ0SXZaTUhoRooGm { width:12.5rem;height:2.57352925rem;top:39.4375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK0BnU3wELqc5IQeMxQ6ZDTzy23z50CV { width:12.5rem;height:2.57352925rem;top:60.75rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa955q3WR6Cw9rc8OaTGSRsV5BDvenha { 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) { #CvtMX2yxOL05oexSEbLTX5ERhdXIk27D { 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) { #TV6ekWyUufZbvJVSq6eIC3Qde1Nxt8lt { 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) { #lEyfZNfudL373PebcBTB47aoZsQO0yCh { width:20rem;height:22.352941176471rem;top:67.833743359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufZIeO5XEZr6nHOoEvyI5oUFikTlUypQ { width:20rem;height:22.352941176471rem;top:91.436430859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWBTschNOBu57KMCJJZgaAeKtip0DwFd { width:20rem;height:22.352941176471rem;top:115.03911835937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TFTxZAptziZdLR3ed8dXEEVXo1EerL { display:block; }#R8TFTxZAptziZdLR3ed8dXEEVXo1EerL > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b71yLcREAm7SWJpnFMAwG4s0b3OkSrzu { width:20rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFHUVgKi7Hvfrra5Ao4Ip1VOhpAg7zon { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBZiLrK8wXfNhcJG8lRCWPs02z0nmXIs { width:15rem;height:3.75rem;top:1.5625rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gRu7RMOcZ4GkJX2DHbHgyQIEq556rM9f { width:14.25rem;height:2.599825rem;top:6.4375rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WLetBSS18NHQNT85GD3PLvaJ8nIlVXw5 { width:15.9375rem;height:3.125rem;top:9.90625rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKQNpl0VHoZx65Fq0XNcolWizLm2GHLk { display:block; }
 }