.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row .container { background-color: transparent; background-image: none; }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row .container > .video-iframe-container { display: none; }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row > .video-iframe-container { display: none; }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .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); }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row .container { border-width: 0; border-radius: 0; }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#sw3xgIT7xp6PS5KQWThNWhvCatDFlsFR { 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:3.4375rem;width:17.1875rem;top:1.25rem;left:7.375rem;overflow:hidden;display:block; }
#MwO5z1XomE5DQByxg4HeCPqtFrzXg29Q { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:1.53125rem;left:59.4375rem;display:block; }
#IJ0TulmsBwmRJml1Arq2QBWnrrNQUwLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00629d;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; }#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk > .row .container { background-color: transparent; background-image: none; }#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk > .row .container > .video-iframe-container { display: none; }#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk > .row > .video-iframe-container { display: none; }#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk > .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); }#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk > .row .container { border-width: 0; border-radius: 0; }#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#XorpOn8oZ7qot3166ZKcUDNfemS997pn { color:#000000;display:block;width:21.875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6000003814698rem;left:7.375rem;height:;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; }
#r9cd4O5bReXww0cxotqkWnZwDkuE5Mv8 { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:7.8125rem;top:6rem;left:7.375rem;display:block; }
#nAnsXQKl7T389HlWo6lR56d4Q8FCzPSw { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:7.3747606277469rem;height:3.65625rem;display:block; }
#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ { 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; }#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ > .row .container { background-color: transparent; background-image: none; }#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ > .row .container > .video-iframe-container { display: none; }#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ > .row > .video-iframe-container { display: none; }#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ > .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); }#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ > .row .container { border-width: 0; border-radius: 0; }#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#pTwvM8F8dad5n7RUxR3Ds7bxfWFK1lU5 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:9.3124990463256rem;height:13.0063625rem;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; }
#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV { 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; }#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV > .row .container { background-color: transparent; background-image: none; }#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV > .row .container > .video-iframe-container { display: none; }#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV > .row > .video-iframe-container { display: none; }#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV > .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); }#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV > .row .container { border-width: 0; border-radius: 0; }#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#vRvlrIgbCX3GVpT7AiLJDfPQ1PFHTgvB { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:9.3124990463256rem;height:27.28569375rem;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; }
#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF { 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; }#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF > .row .container { background-color: transparent; background-image: none; }#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF > .row .container > .video-iframe-container { display: none; }#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF > .row > .video-iframe-container { display: none; }#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF > .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); }#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF > .row .container { border-width: 0; border-radius: 0; }#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF > .row .container { font-size:0.875rem;font-family:arial;height:108.875rem;width:75rem;position:relative;display:block; }#J2qRHbhmSCaeBgmT2ePWK74wA4GNG12i { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:9.3124990463256rem;height:14.2925rem;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; }
#ZrOlGdmsczHX6TTVsyRKFz0780LdFJZe { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.9375rem;left:9.4375rem;height:1.2999125rem;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; }
#uTrgDS0BIOPt2nlMgo9ITkuD96SvLhWq { position:absolute;display:block;z-index:15002;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:8.375rem;width:25.875rem;top:23.3125rem;left:9.3125rem;overflow:hidden;display:block; }
#FqwdS6qKZf1bIQ3Rc3LTS8q7nTIekL89 { 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:4.5rem;width:24.6875rem;top:15.0625rem;left:9.3125rem;overflow:hidden;display:block; }
#GbKaJ4UTSZev274crtVesiZ9ueWfS8xo { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:33.48633146286rem;left:9.375rem;height:3.89795625rem;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; }
#OJzf3kM5rRxusLZvCMRuvURh2ab1JImy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:18.75rem;top:38.776588439941rem;left:9.3120670318606rem;overflow:hidden;display:block; }
#ar2eR5TOdZhhK42OKTg05uNyqSnOnyI5 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:65.298397064206rem;left:9.375rem;height:2.5986375rem;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; }
#Z2x5b1hxSVwgW7H0h9TXkDrtkHDU23OT { 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:36.9375rem;width:18.75rem;top:69.499792099rem;left:9.3120670318606rem;overflow:hidden;display:block; }
#bNGZgGfLSvQOvvPzINPzzpyWOgrwTX1c { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:18.125rem;top:69.530715942381rem;left:31.749134063721rem;overflow:hidden;display:block; }
#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL { 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; }#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL > .row .container { background-color: transparent; background-image: none; }#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL > .row .container > .video-iframe-container { display: none; }#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL > .row > .video-iframe-container { display: none; }#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL > .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); }#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL > .row .container { border-width: 0; border-radius: 0; }#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#TLT6bV2dngebuAX9Op2h3c1XITKXEQLR { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:9.3124990463256rem;height:5.197275rem;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; }
#N1EC5WfXOyv4Ozus5u2t1DhFI1R4TiA4 { 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:19.875rem;width:23.0625rem;top:14.25rem;left:9.31201171875rem;overflow:hidden;display:block; }
#bTU8hTc73cB255yCJeJU61Z5Rrg5lqsV { position:absolute;display:block;z-index:15002;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:3.875rem;width:20.75rem;top:5.999755859375rem;left:9.31201171875rem;overflow:hidden;display:block; }
#s6V3uB9k7cAQaJbXTVXIf8EUIxfTnfdu { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.062255859375rem;left:9.375rem;height:1.29931875rem;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; }
#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu { 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; }#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu > .row .container { background-color: transparent; background-image: none; }#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu > .row .container > .video-iframe-container { display: none; }#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu > .row > .video-iframe-container { display: none; }#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu > .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); }#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu > .row .container { border-width: 0; border-radius: 0; }#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#uD0zPTqGMZLVb6iv2U8N7x2zTD8zEASU { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:9.3124990463256rem;height:6.4965875rem;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; }
#vRwO97kaOC1LJN3XRdDCn6x3QyJTd6Kx { 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:19.9375rem;width:30.375rem;top:19.5rem;left:9.31201171875rem;overflow:hidden;display:block; }
#yX2DaoZZVvDvA44HK48L2uB5ma8P3sXz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:30.25rem;top:7.75rem;left:9.31201171875rem;overflow:hidden;display:block; }
#T8eOUBVdU8iAv1i854rb0K2VTM7vKy4T { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.3125rem;left:9.375rem;height:1.2999125rem;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; }
#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv { 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; }#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv > .row .container { background-color: transparent; background-image: none; }#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv > .row .container > .video-iframe-container { display: none; }#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv > .row > .video-iframe-container { display: none; }#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv > .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); }#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv > .row .container { border-width: 0; border-radius: 0; }#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#igvRCz2XTxCawBbvZsviL5UCmSKF6cpr { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:9.375rem;height:5.19726875rem;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; }
#XO0BOgqlllIusfKHTUP1gs2ctoV7KR2O { 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:19.9985625rem;width:34.124rem;top:6.73828125rem;left:9.31201171875rem;overflow:hidden;display:block; }
#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm { 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; }#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm > .row .container { background-color: transparent; background-image: none; }#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm > .row .container > .video-iframe-container { display: none; }#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm > .row > .video-iframe-container { display: none; }#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm > .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); }#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm > .row .container { border-width: 0; border-radius: 0; }#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#HJQq2VA1rUBK6oHv3HWs4JgLTLxUQIwQ { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:9.3124990463256rem;height:2.5986375rem;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; }
#L5TLe4fGy7b9HBDNUypATVFLLpM6iLZe { 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:20rem;width:19.3125rem;top:2.5964565277099rem;left:9.3107519149781rem;overflow:hidden;display:block; }
#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ { 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; }#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ > .row .container { background-color: transparent; background-image: none; }#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ > .row .container > .video-iframe-container { display: none; }#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ > .row > .video-iframe-container { display: none; }#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ > .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); }#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ > .row .container { border-width: 0; border-radius: 0; }#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#G3MxDn1S1vIG6Dz8Jk1iJ9sLuxEF6fRk { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:9.3124990463256rem;height:5.19726875rem;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; }
#uP4k4sHf3EUAgvnz7ZhOeZWceKWJtTqD { 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:19.9375rem;width:33.5625rem;top:5.1963367462158rem;left:9.3107519149781rem;overflow:hidden;display:block; }
#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl { 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; }#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl > .row .container { background-color: transparent; background-image: none; }#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl > .row .container > .video-iframe-container { display: none; }#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl > .row > .video-iframe-container { display: none; }#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl > .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); }#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl > .row .container { border-width: 0; border-radius: 0; }#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#pDgA6eCCk4wTgmiNxGWe9TsLz3tM85wQ { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:9.3124990463256rem;height:2.5986375rem;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; }
#EN8g9BlFqftbEhJScz435NC70a2EXNvE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:29.9375rem;top:3.0624656677246rem;left:9.3107519149781rem;overflow:hidden;display:block; }
#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa { 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; }#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa > .row .container { background-color: transparent; background-image: none; }#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa > .row .container > .video-iframe-container { display: none; }#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa > .row > .video-iframe-container { display: none; }#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa > .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); }#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa > .row .container { border-width: 0; border-radius: 0; }#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#EKUsSve0XOX6T3qGLeNo2xfrf8MiWdED { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:9.3124990463256rem;height:5.197275rem;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; }
#bQ5yQMSREGPB6csWRoJN449R6zEkLQy4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:22.3125rem;top:5.5518341064453rem;left:9.3107519149781rem;overflow:hidden;display:block; }
#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 { 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; }#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 > .row .container { background-color: transparent; background-image: none; }#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 > .row .container > .video-iframe-container { display: none; }#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 > .row > .video-iframe-container { display: none; }#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 > .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); }#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 > .row .container { border-width: 0; border-radius: 0; }#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#TTmDwORu9txhIcPKm5Ehl7DLPvgcweWe { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:9.375rem;height:7.7959125rem;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; }
#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv { 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; }#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv > .row .container { background-color: transparent; background-image: none; }#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv > .row .container > .video-iframe-container { display: none; }#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv > .row > .video-iframe-container { display: none; }#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv > .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); }#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv > .row .container { border-width: 0; border-radius: 0; }#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;position:relative;display:block; }#IobrfCyGCJx7RrTe7k1OuqJhos4Z80AB { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:9.375rem;height:22.08840625rem;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; }
#vzJ9bwTZdKsXL0WSwT3VMoNcgvWdPvTw { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:9.375rem;height:9.09523125rem;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; }
#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC > .row .container { background-color: transparent; background-image: none; }#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC > .row .container > .video-iframe-container { display: none; }#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC > .row > .video-iframe-container { display: none; }#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC > .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); }#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC > .row .container { border-width: 0; border-radius: 0; }#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#tWAL3rmeueMUKB574x9DS63WL4eaUoPi { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:5.75rem;left:2.0625rem;display:block; }
#IeRqdpAxqJvPTDeQm5N230CffpqTTJe4 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:5.75rem;left:5.9375rem;display:block; }
#vxTRJTXcx8kP2lA1oF4EQLGNXHZmQx79 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:5.75rem;left:10.125rem;display:block; }
#ACpItl6ZixxI7DwHcAr5DD836oMCNBgy { color:#aba6a7;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:2.875rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#slqJqs5ubu0UrlwNU3lMcWv8Fg9DL1Zp { color:#beb3b3;display:block;width:22.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.875rem;height:1.13745rem;display:block; }
#LycAlTo31fFFiLV2xfGkaNUxun322Bay { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.74951171875rem;left:2.93701171875rem;height:1.13745rem;display:block; }
#BARNX5ecL39dTdaMN29BKVoaWcZsB2px { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.7490234375rem;left:7.96875rem;height:1.13745rem;display:block; }
#Cfk1IFgLTVOcw2HDkIM4mmSTAHQxVyQK { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.75rem;left:13.625rem;height:1.13745rem;display:block; }
#on5cSI3Bz5JiNtqS8yL5dTnK8UZv3ePm { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:18.25rem;height:1.13745rem;display:block; }
#FPQ1PBS4RTbEHpPuhbi55fiIPuHA1iJW { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.74951171875rem;left:21.4990234375rem;height:1.13745rem;display:block; }
#DxPwViKq6rE34EEmzEEITCC3sciD1Teg { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:28.3115234375rem;height:1.13745rem;display:block; }
#T6LaiRaTt7aShyulH5mIUTnGlmpLEoeF { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:33.75rem;height:1.13745rem;text-align:left;text-align-last:left;display:block; }
#lrPnDumVSdF0FBiTMpL75sibbcB2lB7D { color:#ffffff;display:block;width:6.9995rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:44.375rem;height:1.13745rem;display:block; }
#IHuwnq1yZyXOhbfuarGXed6JFRzX6OHM { color:#000000;display:block;width:23rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.0625rem;left:52rem;height:1.13745rem;text-align:center;text-align-last:center;display:block; }
#iqT4HpiV0bHt15aTT054VKfc5OSofUXy { position:absolute;display:block;z-index:15022;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:3.25rem;width:8.8125rem;top:9.654296875rem;left:65.875rem;overflow:hidden;display:block; }
#diSvTPC9qORHSG4xaJO1m9PcTcKEwpqX { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8.4375rem;top:6.185546875rem;left:65.9990234375rem;overflow:hidden;display:block; }
#hHZQ33UorFi2afoddh71eKLmtLiIOMiV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:10.0625rem;top:6.185546875rem;left:55.1669921875rem;overflow:hidden;display:block; }
#CDOJRpuFp43iTb8yznzg1mC6bQgk0JKb { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:5.75rem;left:18.25rem;display:block; }
#O4swboHEZ6TZlpAPDT79sAuiQvFWbAkZ { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:5.75rem;left:14.1875rem;display:block; }
#wURDZ3x7l6vnVG65T3EOKw9WRfqLArqy { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:5.7500038146972rem;left:22.812501907349rem;display:block; }
#gBpXeHX9b62Z8SJ2uN55Z3Pem4CRDWsF { color:#beb3b3;display:block;width:22.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.875rem;height:1.1375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI { display:block; }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sw3xgIT7xp6PS5KQWThNWhvCatDFlsFR { top:1.25rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwO5z1XomE5DQByxg4HeCPqtFrzXg29Q { width:6.25rem;height:2.875rem;top:1.5rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ0TulmsBwmRJml1Arq2QBWnrrNQUwLT { display:block; }
 }@media only screen and (max-width: 763px) { #FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk { display:block; }#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XorpOn8oZ7qot3166ZKcUDNfemS997pn { top:3.5625rem;left:0rem;width:21.875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9cd4O5bReXww0cxotqkWnZwDkuE5Mv8 { top:6rem;left:0rem;width:7.8125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAnsXQKl7T389HlWo6lR56d4Q8FCzPSw { top:0rem;left:0rem;width:20.3125rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ { display:block; }#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTwvM8F8dad5n7RUxR3Ds7bxfWFK1lU5 { top:0rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV { display:block; }#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRvlrIgbCX3GVpT7AiLJDfPQ1PFHTgvB { top:0rem;left:0rem;width:47.75rem;height:27.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF { display:block; }#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2qRHbhmSCaeBgmT2ePWK74wA4GNG12i { top:0rem;left:0rem;width:47.75rem;height:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrOlGdmsczHX6TTVsyRKFz0780LdFJZe { top:20.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTrgDS0BIOPt2nlMgo9ITkuD96SvLhWq { top:23.3125rem;left:0rem;width:25.8125rem;height:8.3544753474094rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqwdS6qKZf1bIQ3Rc3LTS8q7nTIekL89 { top:15.0625rem;left:0rem;width:24.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbKaJ4UTSZev274crtVesiZ9ueWfS8xo { top:33.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJzf3kM5rRxusLZvCMRuvURh2ab1JImy { top:38.75rem;left:0rem;width:18.75rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar2eR5TOdZhhK42OKTg05uNyqSnOnyI5 { top:65.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2x5b1hxSVwgW7H0h9TXkDrtkHDU23OT { top:69.4375rem;left:0rem;width:18.75rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNGZgGfLSvQOvvPzINPzzpyWOgrwTX1c { top:69.5rem;left:18.124134063721rem;width:18.125rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL { display:block; }#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLT6bV2dngebuAX9Op2h3c1XITKXEQLR { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1EC5WfXOyv4Ozus5u2t1DhFI1R4TiA4 { top:14.25rem;left:0rem;width:23.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTU8hTc73cB255yCJeJU61Z5Rrg5lqsV { top:5.9375rem;left:0rem;width:20.75rem;height:3.8746058639967rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6V3uB9k7cAQaJbXTVXIf8EUIxfTnfdu { top:12rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu { display:block; }#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uD0zPTqGMZLVb6iv2U8N7x2zTD8zEASU { top:0rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRwO97kaOC1LJN3XRdDCn6x3QyJTd6Kx { top:19.5rem;left:0rem;width:30.375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX2DaoZZVvDvA44HK48L2uB5ma8P3sXz { top:7.75rem;left:0rem;width:30.25rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8eOUBVdU8iAv1i854rb0K2VTM7vKy4T { top:17.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv { display:block; }#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igvRCz2XTxCawBbvZsviL5UCmSKF6cpr { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO0BOgqlllIusfKHTUP1gs2ctoV7KR2O { top:6.6875rem;left:0rem;width:34.0625rem;height:19.962520078427rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm { display:block; }#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJQq2VA1rUBK6oHv3HWs4JgLTLxUQIwQ { top:0rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5TLe4fGy7b9HBDNUypATVFLLpM6iLZe { top:2.5625rem;left:0rem;width:19.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ { display:block; }#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3MxDn1S1vIG6Dz8Jk1iJ9sLuxEF6fRk { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP4k4sHf3EUAgvnz7ZhOeZWceKWJtTqD { top:5.1875rem;left:0rem;width:33.5625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl { display:block; }#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDgA6eCCk4wTgmiNxGWe9TsLz3tM85wQ { top:0rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN8g9BlFqftbEhJScz435NC70a2EXNvE { top:3rem;left:0rem;width:29.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa { display:block; }#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKUsSve0XOX6T3qGLeNo2xfrf8MiWdED { top:0rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ5yQMSREGPB6csWRoJN449R6zEkLQy4 { top:5.5rem;left:0rem;width:22.3125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 { display:block; }#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTmDwORu9txhIcPKm5Ehl7DLPvgcweWe { top:0rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv { display:block; }#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IobrfCyGCJx7RrTe7k1OuqJhos4Z80AB { top:10.625rem;left:0rem;width:47.75rem;height:22.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzJ9bwTZdKsXL0WSwT3VMoNcgvWdPvTw { top:0rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC { display:block; }#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWAL3rmeueMUKB574x9DS63WL4eaUoPi { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeRqdpAxqJvPTDeQm5N230CffpqTTJe4 { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxTRJTXcx8kP2lA1oF4EQLGNXHZmQx79 { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACpItl6ZixxI7DwHcAr5DD836oMCNBgy { top:4rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slqJqs5ubu0UrlwNU3lMcWv8Fg9DL1Zp { top:12.9375rem;left:0rem;width:22.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LycAlTo31fFFiLV2xfGkaNUxun322Bay { top:10.6875rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BARNX5ecL39dTdaMN29BKVoaWcZsB2px { top:10.6875rem;left:0rem;width:4.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfk1IFgLTVOcw2HDkIM4mmSTAHQxVyQK { top:10.75rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #on5cSI3Bz5JiNtqS8yL5dTnK8UZv3ePm { top:10.75rem;left:4.625rem;width:1.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPQ1PBS4RTbEHpPuhbi55fiIPuHA1iJW { top:10.6875rem;left:7.8740234375rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxPwViKq6rE34EEmzEEITCC3sciD1Teg { top:10.75rem;left:14.6865234375rem;width:4.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6LaiRaTt7aShyulH5mIUTnGlmpLEoeF { top:10.75rem;left:20.125rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrPnDumVSdF0FBiTMpL75sibbcB2lB7D { top:10.75rem;left:30.75rem;width:6.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHuwnq1yZyXOhbfuarGXed6JFRzX6OHM { top:4.0625rem;left:24.75rem;width:23rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqT4HpiV0bHt15aTT054VKfc5OSofUXy { top:9.625rem;left:38.9375rem;width:8.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #diSvTPC9qORHSG4xaJO1m9PcTcKEwpqX { top:6.125rem;left:39.3125rem;width:8.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHZQ33UorFi2afoddh71eKLmtLiIOMiV { top:6.125rem;left:37.6875rem;width:10.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDOJRpuFp43iTb8yznzg1mC6bQgk0JKb { top:5.75rem;left:4.625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4swboHEZ6TZlpAPDT79sAuiQvFWbAkZ { top:5.75rem;left:0.5625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wURDZ3x7l6vnVG65T3EOKw9WRfqLArqy { top:5.75rem;left:9.1875019073488rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBpXeHX9b62Z8SJ2uN55Z3Pem4CRDWsF { top:47.5625rem;left:0rem;width:17.75rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI { position:relative;z-index:auto;background-color:#0076bf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row .container { background-color: transparent; background-image: none; }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row .container > .video-iframe-container { display: none; }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row > .video-iframe-container { display: none; }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .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); }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row .container { border-width: 0; border-radius: 0; }#KeR6auhDdRlF4hlWZfppc4Gcicm0lJUI > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sw3xgIT7xp6PS5KQWThNWhvCatDFlsFR { width:8.75rem;height:1.5625rem;top:1.041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwO5z1XomE5DQByxg4HeCPqtFrzXg29Q { width:4.27083125rem;height:1.89583125rem;top:0.92643231153488rem;left:15.728516876697rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ0TulmsBwmRJml1Arq2QBWnrrNQUwLT { display:block; }
 }@media only screen and (max-width: 763px) { #FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk { display:block; }#FQp8CLzQ0vNBuHUgtRnwMggW2Zpr7LTk > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XorpOn8oZ7qot3166ZKcUDNfemS997pn { width:18.75rem;height:1.94970625rem;top:2.8499999046326rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9cd4O5bReXww0cxotqkWnZwDkuE5Mv8 { width:7.8125rem;height:0.375rem;top:4.8000001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAnsXQKl7T389HlWo6lR56d4Q8FCzPSw { width:17.625rem;height:2.92456875rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ { display:block; }#Ag2x5KwRVbCCJT1AQIfkNo01ye9XW3QQ > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTwvM8F8dad5n7RUxR3Ds7bxfWFK1lU5 { width:18.75rem;height:21.9375rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV { display:block; }#PTsO5VLx7XcWln5UAuScRwXKCQHJHnOV > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRvlrIgbCX3GVpT7AiLJDfPQ1PFHTgvB { width:18.75rem;height:30.46875rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF { display:block; }#DNXdLHov6iGeJ117PqAIG6ZGyN2MJoqF > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2qRHbhmSCaeBgmT2ePWK74wA4GNG12i { width:18.75rem;height:20.71875rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrOlGdmsczHX6TTVsyRKFz0780LdFJZe { width:19.1873125rem;height:2.4375rem;top:26.789280891419rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTrgDS0BIOPt2nlMgo9ITkuD96SvLhWq { width:20rem;height:6.473rem;top:30.863174438476rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqwdS6qKZf1bIQ3Rc3LTS8q7nTIekL89 { width:19.25rem;height:3.5rem;top:21.789280891419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbKaJ4UTSZev274crtVesiZ9ueWfS8xo { width:20rem;height:3.65625rem;top:40.358617782593rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJzf3kM5rRxusLZvCMRuvURh2ab1JImy { width:12.5rem;height:12.5rem;top:44.741212844849rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar2eR5TOdZhhK42OKTg05uNyqSnOnyI5 { width:20rem;height:4.875rem;top:59.240453720093rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2x5b1hxSVwgW7H0h9TXkDrtkHDU23OT { width:9.375rem;height:18.4375rem;top:65.811635971069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNGZgGfLSvQOvvPzINPzzpyWOgrwTX1c { width:9.375rem;height:19rem;top:65.811635971069rem;left:10.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL { display:block; }#eUkFEpe8FVrz2fAuP5HJ6m3RBeUKzZEL > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLT6bV2dngebuAX9Op2h3c1XITKXEQLR { width:18.75rem;height:6.09375rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1EC5WfXOyv4Ozus5u2t1DhFI1R4TiA4 { width:15.75rem;height:13.5rem;top:18.5390625rem;left:0.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTU8hTc73cB255yCJeJU61Z5Rrg5lqsV { width:17.68725rem;height:3.3120125rem;top:8.0625rem;left:0.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6V3uB9k7cAQaJbXTVXIf8EUIxfTnfdu { width:17.25rem;height:3.65625rem;top:13.6640625rem;left:0.624755859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu { display:block; }#X2HhI08KyTV3VVyN7DPpDMMQtPWe0BSu > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uD0zPTqGMZLVb6iv2U8N7x2zTD8zEASU { width:18.75rem;height:8.53125rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRwO97kaOC1LJN3XRdDCn6x3QyJTd6Kx { width:17.125rem;height:11.25rem;top:21.66552734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX2DaoZZVvDvA44HK48L2uB5ma8P3sXz { width:17.75rem;height:4.5rem;top:10.43798828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8eOUBVdU8iAv1i854rb0K2VTM7vKy4T { width:17.25rem;height:2.4375rem;top:17.54052734375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv { display:block; }#SleeIXlfyKUilKgyXA3AdcF8D4tOUNEv > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igvRCz2XTxCawBbvZsviL5UCmSKF6cpr { width:18.75rem;height:7.3125rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO0BOgqlllIusfKHTUP1gs2ctoV7KR2O { width:18rem;height:10.5rem;top:8.62548828125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm { display:block; }#Z72KTfQf96pt4S7FDEcWT2sFcBRtzMEm > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJQq2VA1rUBK6oHv3HWs4JgLTLxUQIwQ { width:18.75rem;height:3.65625rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5TLe4fGy7b9HBDNUypATVFLLpM6iLZe { width:10.875rem;height:11.25rem;top:4.0621566772461rem;left:0.6244860291481rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ { display:block; }#yJ4TPAUU94PXEOo7kRkpVNih9wCdTsTJ > .row .container { width:20rem;height:18.50048828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3MxDn1S1vIG6Dz8Jk1iJ9sLuxEF6fRk { width:18.75rem;height:7.3125rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP4k4sHf3EUAgvnz7ZhOeZWceKWJtTqD { width:18.875rem;height:11.1875rem;top:7.3756170272825rem;left:0.54567569494248rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl { display:block; }#KTNTc58iW8bkSgVRCpWs8T6G8mnF6Vgl > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDgA6eCCk4wTgmiNxGWe9TsLz3tM85wQ { width:18.75rem;height:3.65625rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN8g9BlFqftbEhJScz435NC70a2EXNvE { width:16.8125rem;height:11.1875rem;top:3.7160778045654rem;left:0.6244860291481rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa { display:block; }#RQvJXv4JPcnFaDwAM7hPEMos5zqgtXKa > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKUsSve0XOX6T3qGLeNo2xfrf8MiWdED { width:18.75rem;height:6.09375rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ5yQMSREGPB6csWRoJN449R6zEkLQy4 { width:13.0625rem;height:11.6875rem;top:6.15234375rem;left:0.6244860291481rem;display:block; }
 }@media only screen and (max-width: 763px) { #VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 { display:block; }#VngdA4HrTeyWAE98OcK6aKsCCWAEabE5 > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTmDwORu9txhIcPKm5Ehl7DLPvgcweWe { width:18.75rem;height:8.53125rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv { display:block; }#RuJcEeSTrg0iHfvQsTfq8zm4R9q4J7gv > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IobrfCyGCJx7RrTe7k1OuqJhos4Z80AB { width:18.75rem;height:30.46875rem;top:10.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzJ9bwTZdKsXL0WSwT3VMoNcgvWdPvTw { width:18.75rem;height:9.75rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC { position:relative;z-index:auto;display:block; }#t4ECILydQ5Z2aCn3fy9WvQTnZnlT9LOC > .row .container { width:20rem;height:51.649658203125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWAL3rmeueMUKB574x9DS63WL4eaUoPi { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:1.3330078125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeRqdpAxqJvPTDeQm5N230CffpqTTJe4 { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:4.216796875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxTRJTXcx8kP2lA1oF4EQLGNXHZmQx79 { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:7.36328125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACpItl6ZixxI7DwHcAr5DD836oMCNBgy { width:12.5rem;height:1.13745rem;top:23.3876953125rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slqJqs5ubu0UrlwNU3lMcWv8Fg9DL1Zp { width:17.75rem;height:2.2749rem;top:47rem;left:1.33203125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LycAlTo31fFFiLV2xfGkaNUxun322Bay { width:4.9375rem;height:1.13745rem;top:29.6767578125rem;left:1.3330078125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BARNX5ecL39dTdaMN29BKVoaWcZsB2px { width:5.3125rem;height:1.13745rem;top:31.796875rem;left:1.3330078125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cfk1IFgLTVOcw2HDkIM4mmSTAHQxVyQK { width:4rem;height:1.13745rem;top:33.95703125rem;left:1.33203125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #on5cSI3Bz5JiNtqS8yL5dTnK8UZv3ePm { width:2.5rem;height:1.13745rem;top:35.89453125rem;left:1.33203125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPQ1PBS4RTbEHpPuhbi55fiIPuHA1iJW { width:7.125rem;height:1.13745rem;top:37.9375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DxPwViKq6rE34EEmzEEITCC3sciD1Teg { width:4.6875rem;height:1.13745rem;top:39.9375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6LaiRaTt7aShyulH5mIUTnGlmpLEoeF { width:10.6875rem;height:1.13745rem;top:41.9375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lrPnDumVSdF0FBiTMpL75sibbcB2lB7D { width:4.875rem;height:1.13745rem;top:44rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IHuwnq1yZyXOhbfuarGXed6JFRzX6OHM { width:20rem;height:1.13745rem;top:2.4566040039062rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqT4HpiV0bHt15aTT054VKfc5OSofUXy { width:9.625rem;height:3.625rem;top:18.234375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diSvTPC9qORHSG4xaJO1m9PcTcKEwpqX { width:8.5rem;height:2.75rem;top:14.421875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHZQ33UorFi2afoddh71eKLmtLiIOMiV { width:10.625rem;height:7.9375rem;top:4.39453125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDOJRpuFp43iTb8yznzg1mC6bQgk0JKb { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:13.6455078125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4swboHEZ6TZlpAPDT79sAuiQvFWbAkZ { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:10.6142578125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wURDZ3x7l6vnVG65T3EOKw9WRfqLArqy { width:2.5rem;height:2.5rem;top:25.093730926514rem;left:16.644531607628rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBpXeHX9b62Z8SJ2uN55Z3Pem4CRDWsF { width:17.75rem;height:2.2749rem;top:49.400000572204rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }