.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: 959px) {
    html {
        width: 960px;
    }
}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); }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q { position:relative;display:block; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q { background-color: transparent; background-image: none; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row .container > .video-iframe-container { display: none; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row > .video-iframe-container { display: none; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .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); }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q { border-width: 0; border-radius: 0; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .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; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#051e50;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xAqQZwLxdRluDPfPcZAuTeXw2XZKSGA4 { 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.9375rem;width:6.6875rem;top:0.0625rem;left:0.6318359375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#HvnfuqdZqe3QtAwOgAITIzvKXpRVzHTo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 { position:relative;display:block; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 { background-color: transparent; background-image: none; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row .container > .video-iframe-container { display: none; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row > .video-iframe-container { display: none; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .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); }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 { border-width: 0; border-radius: 0; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .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; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.175rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HrhURJv19hLi6nmMiCg8gJENOZkCee3X { color:#000000;display:block;width:58.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0.8125rem;height:2.6rem;display:block; }
#HSFwzAKpFTlwE5PmUR3Vh1IVe8BuotBQ { color:#000000;display:block;width:58.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0.8125rem;height:1.3rem;display:block; }
#yGF2ddzCa2TZ7q44PG3qUivrv6KFL9JO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:2.6875rem;top:6.3875007629394rem;left:15.85312461853rem;overflow:hidden;display:block; }
#V2DtxLDJMdnJ7OQrtCkUGtS9JgOrUGiU { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.84921875rem;left:4.3749984741211rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#cFsPKzkCIxiBiHT3TLDeTH88KtfwlWOP { box-sizing:content-box;height:4.375rem;width:13.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:7.030468940735rem;left:3.4796867370606rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.25rem solid #ff1000;border-left:0.25rem solid #ff1000;border-right:0.25rem solid #ff1000;border-bottom:0.25rem solid #ff1000;display:block; }
#FoWUOQpQCaUR5y8OqKdeumirxPkka29p { position:absolute;display:block;z-index:15010;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.1875rem;width:2.4375rem;top:6.4375rem;left:35.0625rem;overflow:hidden;display:block; }
#FQW14m6nGdMowp1d4O1Onh0kVGLZnzU5 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.696093559265rem;left:24.043748855591rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#ZlGbrx0qzeubw4BhNFplsxs9gMmaos5F { position:absolute;display:block;z-index:15013;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.625rem;width:2.5625rem;top:6.293749809265rem;left:54.893747329712rem;overflow:hidden;display:block; }
#tpkvVPLUevQUIKuRusl9S41vWBgsq64W { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.92421913147rem;left:43.324998855591rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#eAEp9F4zFEaQA20JiLAhbzOABGJcEMIN { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.9609375rem;left:4.0101547241211rem;height:5.6875rem;display:block; }
#yt90KgVOvcHAL1HPKokLvmFg3MLft8Va { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.035938262939rem;left:23.606248855591rem;height:5.6875rem;display:block; }
#I3UHT6N2Mq2CSx7TxNw1C5dzbObhVDd2 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.035938262939rem;left:42.96249961853rem;height:5.6875rem;display:block; }
#WCDs6RMMHNmo46SoUGubXBDHLnaNeUWL { box-sizing:content-box;height:4.375rem;width:13.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:7.030468940735rem;left:23.074998855591rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.25rem solid #ff1000;border-left:0.25rem solid #ff1000;border-right:0.25rem solid #ff1000;border-bottom:0.25rem solid #ff1000;display:block; }
#DRmeU7sU0EOBAmcZhhNJfI9QLAKFH7d4 { box-sizing:content-box;height:4.375rem;width:13.5rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:7.030468940735rem;left:42.356248855591rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.25rem solid #ff1000;border-left:0.25rem solid #ff1000;border-right:0.25rem solid #ff1000;border-bottom:0.25rem solid #ff1000;display:block; }
#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf { position:relative;display:block; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf { background-color: transparent; background-image: none; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .row .container > .video-iframe-container { display: none; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .row > .video-iframe-container { display: none; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .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); }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf { border-width: 0; border-radius: 0; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .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; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .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:19.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lC2Mz4cPOx0kTNtE9veBVEi9rJV2GgXQ { 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:17.6875rem;width:21.3125rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#mB91f0da4031P9zE3WMh7tNnXTi53KGt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8125rem;width:31.75rem;top:0.9375rem;left:26.507814407349rem;display:block; }
#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T { position:relative;display:block; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T { background-color: transparent; background-image: none; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row .container > .video-iframe-container { display: none; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row > .video-iframe-container { display: none; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .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); }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T { border-width: 0; border-radius: 0; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .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; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row .container { border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.925rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kTCenUycvAAS4vwzPNxdxRAKiNw9zdIS { color:#000000;display:block;width:58.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.07500076293945rem;left:0.88671875rem;height:2.6rem;display:block; }
#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC { position:relative;display:block; }#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC { background-color: transparent; background-image: none; }#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC > .row .container > .video-iframe-container { display: none; }#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC > .row > .video-iframe-container { display: none; }#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC > .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); }#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC { border-width: 0; border-radius: 0; }#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC > .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; }#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC > .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:29rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tJUgrPfBgh8JE4GJoMNdn2KATJe74TJ2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.547657012939rem;left:1.1875rem;height:1.38125rem;display:block; }
#SnSipl0bQy1utMsFrIdGTWO3LNGXrQtI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.547657012939rem;left:21.968751907349rem;height:1.38125rem;display:block; }
#KT1DST3GlXuJo4CLS7Bz9Kx6NGbpQ1dx { position:absolute;display:block;z-index:15011;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.6875rem;width:17.625rem;top:1.375rem;left:1.1875rem;overflow:hidden;display:block; }
#Kq4iuK8HNvQ5wpD7wbNIkN18oM4nfo2T { position:absolute;display:block;z-index:15012;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:22.25rem;width:17.625rem;top:1.375rem;left:21.187501907349rem;overflow:hidden;display:block; }
#vXO8Lgzuo4i08oQP4cyT3KlXFpATT0ey { position:absolute;display:block;z-index:15013;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.5rem;width:17.625rem;top:0.75rem;left:41.187501907349rem;overflow:hidden;display:block; }
#BarxG6lDlx8NItDiZFWMQAlUzW7a7GC8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.547657012939rem;left:41.187501907349rem;height:1.38125rem;display:block; }
#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd { position:relative;display:block; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd { background-color: transparent; background-image: none; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row .container > .video-iframe-container { display: none; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row > .video-iframe-container { display: none; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .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); }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd { border-width: 0; border-radius: 0; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .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; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff0000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OWREOg2nO7SXJ7RsC6l3DoIUwRcSJNTq { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.880859375rem;left:0.65625rem;height:1.625rem;font-style:normal;display:block; }
#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf { position:relative;display:block; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf { background-color: transparent; background-image: none; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .row .container > .video-iframe-container { display: none; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .row > .video-iframe-container { display: none; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .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); }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf { border-width: 0; border-radius: 0; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .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; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .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:25.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KTDcVhXxTL5UZEN3exhzAcfzOvimgtfO { 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:16.5625rem;width:14.6875rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#GLMVxb6aprMOZK9wbsDn7gT7rWSMh6Nd { 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:18.9375rem;width:12.875rem;top:1.625rem;left:16.0625rem;overflow:hidden;display:block; }
#Mn5w35ZglEyV56aqcOmpdHTNuNZxThaS { position:absolute;display:block;z-index:15008;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:16.5625rem;width:14.625rem;top:4.0625rem;left:45.1875rem;overflow:hidden;display:block; }
#RvOQqSw59rxFKmChqrN1BlfVwyHA5fA1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:14.0625rem;top:0.75rem;left:30.4375rem;overflow:hidden;display:block; }
#PTvudXnlb9BX5H5g3RgezPzdJdi4zomd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.975000143051rem;left:1.25rem;height:1.38125rem;display:block; }
#B0mdd7MirMVZqC49zxCSIBEMVvTzXlg2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.975000143051rem;left:16.250001907349rem;height:1.38125rem;display:block; }
#TtCUJChXOSyXzqtwKOTTNmynEFxTm9ZX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.975000143051rem;left:31.250001907349rem;height:1.38125rem;display:block; }
#c1AuXw0urTX9rQbMQVmEoRZfGlyDZ3zo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.975000143051rem;left:46.250001907349rem;height:1.38125rem;display:block; }
#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 { position:relative;display:block; }#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 { background-color: transparent; background-image: none; }#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 > .row .container > .video-iframe-container { display: none; }#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 > .row > .video-iframe-container { display: none; }#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 > .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); }#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 { border-width: 0; border-radius: 0; }#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 > .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; }#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 > .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:19.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VSxGMcfWs21zKgLtyGLHGwoP1MC5IUKS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:14.6875rem;top:0rem;left:0.15625rem;overflow:hidden;display:block; }
#Tn96s8zMlANy65yOBbp3oSrQsT6SznzP { 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:16.125rem;width:14.4375rem;top:0.90625rem;left:15.281251907349rem;overflow:hidden;display:block; }
#CP6DVwD4yIJFv61IVxI1KnZqxWLHyauh { position:absolute;display:block;z-index:15008;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:16rem;width:14.625rem;top:0.96875rem;left:45.187501907349rem;overflow:hidden;display:block; }
#FMrb9pfrUaZlNLyiDLbWWIwhM0hFerBz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:14.0625rem;top:0.75rem;left:30.468751907349rem;overflow:hidden;display:block; }
#CXEqpomTR4fXogmAyrCs2AfEMeT2yyIF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.03125rem;left:1.25rem;height:1.38125rem;display:block; }
#xpUTcny2umRqIb6n4lTiAqS27inKhkEN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.1875rem;left:16.250001907349rem;height:1.38125rem;display:block; }
#de1IOTkkvGMR3trbspbnrFovAsNdRC0C { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:31.250001907349rem;height:1.38125rem;display:block; }
#TlWNbm2pryemf8mSyWHEfhqX5Uo1bHcE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.03125rem;left:46.250001907349rem;height:1.38125rem;display:block; }
#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec { position:relative;display:block; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec { background-color: transparent; background-image: none; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row .container > .video-iframe-container { display: none; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row > .video-iframe-container { display: none; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .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); }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec { border-width: 0; border-radius: 0; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .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; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff0000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZeatMB56bTF2fbQsAEeNnCUVU098rBTf { color:#ff0000;display:block;width:46.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:0.59375rem;height:1.625rem;font-style:normal;display:block; }
#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT { position:relative;display:block; }#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT { background-color: transparent; background-image: none; }#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT > .row .container > .video-iframe-container { display: none; }#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT > .row > .video-iframe-container { display: none; }#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT > .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); }#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT { border-width: 0; border-radius: 0; }#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT > .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; }#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT > .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:32.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i2zTIwgpowCW6h2x81gS9SPSdlbyQymn { 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:28.25rem;width:41.9375rem;top:2.1937503814698rem;left:1.125rem;overflow:hidden;display:block; }
#Akukw7fh7QlA3wcEE57FtNQHxP7RS9k2 { 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.75rem;width:16rem;top:0rem;left:44.000001907349rem;overflow:hidden;display:block; }
#mGRkSJJ3sHVeLk1y7HbGItRCDTabSwsG { 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:8.5rem;width:16rem;top:10.749219417572rem;left:44.000001907349rem;overflow:hidden;display:block; }
#fNftFRJOemTVECXvtkBCITO6RvkdmmZW { 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:8.5rem;width:16rem;top:21.206250667572rem;left:43.937501907349rem;overflow:hidden;display:block; }
#RHaMQvQ1U6O1sCAmtrODdoXKNKVT3TIR { color:#ff1000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3125004768369rem;left:44.000001907349rem;height:2.1125rem;text-align:center;text-align-last:center;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; }
#wxhKxkIGa2OMdBmul2I1fd36JTGOFET3 { color:#ff1000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.124219417572rem;left:44.187501907349rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#wVAAZQgM40TpAK0ZMtFqnsbQH6oPNfZf { color:#ff1000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.64453125rem;left:44.250001907349rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP { position:relative;display:block; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP { background-color: transparent; background-image: none; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row .container > .video-iframe-container { display: none; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row > .video-iframe-container { display: none; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .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); }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP { border-width: 0; border-radius: 0; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .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; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff0000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TMRXXuOJp1S5PoCpiH6Q74Tu8GRbFqvS { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.65625rem;height:1.625rem;font-style:normal;display:block; }
#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l { position:relative;display:block; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l { background-color: transparent; background-image: none; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .row .container > .video-iframe-container { display: none; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .row > .video-iframe-container { display: none; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .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); }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l { border-width: 0; border-radius: 0; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .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; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .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:13.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p1AqOXznDzhhTRit8QEuuchd2JoyAGyI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:18.75rem;top:1.2812471389771rem;left:20.625001907349rem;display:block; }
#v5WlcVzZEbP3RBBt6GqHi2u8LvhxIdbq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:18.75rem;top:1.2812471389771rem;left:0.625rem;display:block; }
#KgcHTVGQfwpmF37lIDkTmOSs9DgnTLDm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:18.75rem;top:1.2812471389771rem;left:40.625001907349rem;display:block; }
#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS { position:relative;display:block; }#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS { background-color: transparent; background-image: none; }#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS > .row .container > .video-iframe-container { display: none; }#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS > .row > .video-iframe-container { display: none; }#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS > .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); }#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS { border-width: 0; border-radius: 0; }#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS > .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; }#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GNz5FuNtKHs9NTzNpFDTffk00NgupyW0 { 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:17.625rem;width:12.4375rem;top:0.56249618530274rem;left:1.28125rem;overflow:hidden;display:block; }
#MhVd3RhgxmBgeBhJZeNTTfTxsiploFEN { 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:17.5rem;width:13.625rem;top:0.5625rem;left:15.6875rem;overflow:hidden;display:block; }
#bKRtzQGESeWK2EXTc2eBgfcQGDOISWgq { 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:17.5rem;width:13.625rem;top:0.5625rem;left:30.6875rem;overflow:hidden;display:block; }
#pvzyxqhhDhXLOiTWt5tzzxPbF8TdN7yr { 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:17.5rem;width:13.625rem;top:0.5625rem;left:45.6875rem;overflow:hidden;display:block; }
#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm { position:relative;display:block; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm { background-color: transparent; background-image: none; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row .container > .video-iframe-container { display: none; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row > .video-iframe-container { display: none; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .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); }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm { border-width: 0; border-radius: 0; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .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; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OCkryBeKQvdUFZsnm1KB9MWBCtONSzHT { 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:17.625rem;width:12.3125rem;top:0.5625rem;left:1.34375rem;overflow:hidden;display:block; }
#ZFLsIT1KTixdm5iaOKP4DCSudsxBakXn { 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:17.625rem;width:12.5625rem;top:0.5625rem;left:15.6875rem;overflow:hidden;display:block; }
#gMibBiIPVXIDGWI2Rq6v2FnlB2zMRea6 { 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:17.625rem;width:12.5625rem;top:0.5625rem;left:45.6875rem;overflow:hidden;display:block; }
#NQ8rQxTEWFTrkhpWRG2rkUqEKrV7vsUI { 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:17.375rem;width:8.6875rem;top:0.6875rem;left:33.156251907349rem;overflow:hidden;display:block; }
#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 { position:relative;display:block; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 { background-color: transparent; background-image: none; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row .container > .video-iframe-container { display: none; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row > .video-iframe-container { display: none; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .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); }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 { border-width: 0; border-radius: 0; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .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; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#051e50;background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KXyALSubFMWrIq75J00Amv2Ss9FWnI6u { color:#ffd700;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.73046875rem;left:1.46875rem;height:1.7875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q { display:block; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAqQZwLxdRluDPfPcZAuTeXw2XZKSGA4 { top:0.0625rem;left:0rem;width:6.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvnfuqdZqe3QtAwOgAITIzvKXpRVzHTo { top:0rem;left:0rem;width:47.75rem;height:10.942708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 { display:block; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrhURJv19hLi6nmMiCg8gJENOZkCee3X { top:0.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSFwzAKpFTlwE5PmUR3Vh1IVe8BuotBQ { top:4.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGF2ddzCa2TZ7q44PG3qUivrv6KFL9JO { top:6.375rem;left:9.72812461853rem;width:2.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2DtxLDJMdnJ7OQrtCkUGtS9JgOrUGiU { top:7.8125rem;left:0rem;width:12.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFsPKzkCIxiBiHT3TLDeTH88KtfwlWOP { top:7rem;left:0rem;width:13.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoWUOQpQCaUR5y8OqKdeumirxPkka29p { top:6.4375rem;left:28.9375rem;width:2.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQW14m6nGdMowp1d4O1Onh0kVGLZnzU5 { top:8.6875rem;left:17.918748855591rem;width:12.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlGbrx0qzeubw4BhNFplsxs9gMmaos5F { top:6.25rem;left:45.1875rem;width:2.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpkvVPLUevQUIKuRusl9S41vWBgsq64W { top:7.875rem;left:35.6875rem;width:12.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAEp9F4zFEaQA20JiLAhbzOABGJcEMIN { top:12.9375rem;left:0rem;width:12.9375rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt90KgVOvcHAL1HPKokLvmFg3MLft8Va { top:13rem;left:17.481248855591rem;width:12.9375rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3UHT6N2Mq2CSx7TxNw1C5dzbObhVDd2 { top:13rem;left:34.8125rem;width:12.9375rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDs6RMMHNmo46SoUGubXBDHLnaNeUWL { top:7rem;left:16.949998855591rem;width:13.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRmeU7sU0EOBAmcZhhNJfI9QLAKFH7d4 { top:7rem;left:33.75rem;width:13.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf { display:block; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC2Mz4cPOx0kTNtE9veBVEi9rJV2GgXQ { top:1rem;left:0rem;width:21.3125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB91f0da4031P9zE3WMh7tNnXTi53KGt { top:0.9375rem;left:16rem;width:31.75rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T { display:block; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTCenUycvAAS4vwzPNxdxRAKiNw9zdIS { top:0.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC { display:block; }#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJUgrPfBgh8JE4GJoMNdn2KATJe74TJ2 { top:26.5rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnSipl0bQy1utMsFrIdGTWO3LNGXrQtI { top:26.5rem;left:15.875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT1DST3GlXuJo4CLS7Bz9Kx6NGbpQ1dx { top:1.375rem;left:0rem;width:17.625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq4iuK8HNvQ5wpD7wbNIkN18oM4nfo2T { top:1.375rem;left:14.125rem;width:17.625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXO8Lgzuo4i08oQP4cyT3KlXFpATT0ey { top:0.75rem;left:30rem;width:17.625rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BarxG6lDlx8NItDiZFWMQAlUzW7a7GC8 { top:26.5rem;left:31.75rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd { display:block; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWREOg2nO7SXJ7RsC6l3DoIUwRcSJNTq { top:0.875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf { display:block; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTDcVhXxTL5UZEN3exhzAcfzOvimgtfO { top:4.0625rem;left:0rem;width:14.6875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLMVxb6aprMOZK9wbsDn7gT7rWSMh6Nd { top:1.625rem;left:11rem;width:12.875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn5w35ZglEyV56aqcOmpdHTNuNZxThaS { top:4.0625rem;left:33.125rem;width:14.625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvOQqSw59rxFKmChqrN1BlfVwyHA5fA1 { top:0.75rem;left:21.75rem;width:14.0625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvudXnlb9BX5H5g3RgezPzdJdi4zomd { top:22.9375rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0mdd7MirMVZqC49zxCSIBEMVvTzXlg2 { top:22.9375rem;left:11.375rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtCUJChXOSyXzqtwKOTTNmynEFxTm9ZX { top:22.9375rem;left:23.3125rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1AuXw0urTX9rQbMQVmEoRZfGlyDZ3zo { top:22.9375rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 { display:block; }#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSxGMcfWs21zKgLtyGLHGwoP1MC5IUKS { top:0rem;left:0rem;width:14.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn96s8zMlANy65yOBbp3oSrQsT6SznzP { top:0.875rem;left:9.4375rem;width:14.4375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP6DVwD4yIJFv61IVxI1KnZqxWLHyauh { top:0.9375rem;left:33.125rem;width:14.625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMrb9pfrUaZlNLyiDLbWWIwhM0hFerBz { top:0.75rem;left:21.75rem;width:14.0625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXEqpomTR4fXogmAyrCs2AfEMeT2yyIF { top:17rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpUTcny2umRqIb6n4lTiAqS27inKhkEN { top:17.1875rem;left:11.375rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #de1IOTkkvGMR3trbspbnrFovAsNdRC0C { top:17rem;left:23.3125rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlWNbm2pryemf8mSyWHEfhqX5Uo1bHcE { top:17rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec { display:block; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeatMB56bTF2fbQsAEeNnCUVU098rBTf { top:1.25rem;left:0rem;width:46.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT { display:block; }#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2zTIwgpowCW6h2x81gS9SPSdlbyQymn { top:2.1875rem;left:0rem;width:41.9375rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akukw7fh7QlA3wcEE57FtNQHxP7RS9k2 { top:0rem;left:31.75rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGRkSJJ3sHVeLk1y7HbGItRCDTabSwsG { top:10.6875rem;left:31.75rem;width:16rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNftFRJOemTVECXvtkBCITO6RvkdmmZW { top:21.1875rem;left:31.75rem;width:16rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHaMQvQ1U6O1sCAmtrODdoXKNKVT3TIR { top:8.3125rem;left:32.125rem;width:15.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxhKxkIGa2OMdBmul2I1fd36JTGOFET3 { top:19.0625rem;left:32.125rem;width:15.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVAAZQgM40TpAK0ZMtFqnsbQH6oPNfZf { top:29.625rem;left:32.125rem;width:15.625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP { display:block; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMRXXuOJp1S5PoCpiH6Q74Tu8GRbFqvS { top:0.9375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l { display:block; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1AqOXznDzhhTRit8QEuuchd2JoyAGyI { top:1.25rem;left:13rem;width:18.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5WlcVzZEbP3RBBt6GqHi2u8LvhxIdbq { top:1.25rem;left:0rem;width:18.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgcHTVGQfwpmF37lIDkTmOSs9DgnTLDm { top:1.25rem;left:28.875rem;width:18.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS { display:block; }#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNz5FuNtKHs9NTzNpFDTffk00NgupyW0 { top:0.5rem;left:0rem;width:12.4375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhVd3RhgxmBgeBhJZeNTTfTxsiploFEN { top:0.5625rem;left:10.25rem;width:13.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKRtzQGESeWK2EXTc2eBgfcQGDOISWgq { top:0.5625rem;left:22.1875rem;width:13.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvzyxqhhDhXLOiTWt5tzzxPbF8TdN7yr { top:0.5625rem;left:34.125rem;width:13.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm { display:block; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCkryBeKQvdUFZsnm1KB9MWBCtONSzHT { top:0.5625rem;left:0rem;width:12.3125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLsIT1KTixdm5iaOKP4DCSudsxBakXn { top:0.5625rem;left:10.25rem;width:12.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMibBiIPVXIDGWI2Rq6v2FnlB2zMRea6 { top:0.5625rem;left:34.125rem;width:12.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8rQxTEWFTrkhpWRG2rkUqEKrV7vsUI { top:0.6875rem;left:25.500001907349rem;width:8.6875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 { display:block; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXyALSubFMWrIq75J00Amv2Ss9FWnI6u { top:0.6875rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q { display:block; }#RL54p6GCMCEqxOik98Vca0kDN4VEqT4Q > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAqQZwLxdRluDPfPcZAuTeXw2XZKSGA4 { width:6.6875rem;height:3.9375rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvnfuqdZqe3QtAwOgAITIzvKXpRVzHTo { width:20rem;height:4.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 { display:block; }#Q8vaOTCG8mZcnHfGriNreRHZdlhnIPx2 > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrhURJv19hLi6nmMiCg8gJENOZkCee3X { width:20rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HSFwzAKpFTlwE5PmUR3Vh1IVe8BuotBQ { width:20rem;height:3.9rem;top:9rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGF2ddzCa2TZ7q44PG3qUivrv6KFL9JO { width:2.6875rem;height:3.4375rem;top:20.275rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2DtxLDJMdnJ7OQrtCkUGtS9JgOrUGiU { width:12.0625rem;height:3.0875rem;top:14.96875038147rem;left:3.8953132629394rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFsPKzkCIxiBiHT3TLDeTH88KtfwlWOP { width:13.5rem;height:4.375rem;top:14.15rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoWUOQpQCaUR5y8OqKdeumirxPkka29p { width:2.4375rem;height:3.1875rem;top:31.0875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQW14m6nGdMowp1d4O1Onh0kVGLZnzU5 { width:12.0625rem;height:1.54375rem;top:26.628126525879rem;left:3.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlGbrx0qzeubw4BhNFplsxs9gMmaos5F { width:2.5625rem;height:3.625rem;top:41.65rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpkvVPLUevQUIKuRusl9S41vWBgsq64W { width:12.0625rem;height:3.0875rem;top:36.418751144409rem;left:3.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAEp9F4zFEaQA20JiLAhbzOABGJcEMIN { width:12.9375rem;height:5.6875rem;top:46.525rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yt90KgVOvcHAL1HPKokLvmFg3MLft8Va { width:12.9375rem;height:5.6875rem;top:53.4625rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3UHT6N2Mq2CSx7TxNw1C5dzbObhVDd2 { width:12.9375rem;height:5.6875rem;top:60.4rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCDs6RMMHNmo46SoUGubXBDHLnaNeUWL { width:13.5rem;height:4.375rem;top:24.9625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRmeU7sU0EOBAmcZhhNJfI9QLAKFH7d4 { width:13.5rem;height:4.375rem;top:35.525rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf { display:block; }#sNZkQ6vTIVO0zSdcqbGkvV0oyS0hJMGf > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC2Mz4cPOx0kTNtE9veBVEi9rJV2GgXQ { width:17rem;height:14.1875rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB91f0da4031P9zE3WMh7tNnXTi53KGt { height:11.220472440945rem;width:20rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T { display:block; }#QV8FFSNpXntnQiICqNT3zvHeT2i4gs2T > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTCenUycvAAS4vwzPNxdxRAKiNw9zdIS { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC { display:block; }#eafl5SIOrmXQ35RGSUvTdfM86aMOqXhC > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJUgrPfBgh8JE4GJoMNdn2KATJe74TJ2 { width:12.5rem;height:1.38125rem;top:26.422660827637rem;left:1.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnSipl0bQy1utMsFrIdGTWO3LNGXrQtI { width:12.5rem;height:1.38125rem;top:52.553910827637rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KT1DST3GlXuJo4CLS7Bz9Kx6NGbpQ1dx { width:17.625rem;height:23.6875rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq4iuK8HNvQ5wpD7wbNIkN18oM4nfo2T { width:17.625rem;height:22.25rem;top:29.053910827637rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXO8Lgzuo4i08oQP4cyT3KlXFpATT0ey { width:17.625rem;height:23.5rem;top:55.185160827637rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BarxG6lDlx8NItDiZFWMQAlUzW7a7GC8 { width:12.5rem;height:1.38125rem;top:79.935160827638rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd { display:block; }#e5vNZO2dlbH1UvLkZAUyCKO9R1685Rzd > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWREOg2nO7SXJ7RsC6l3DoIUwRcSJNTq { width:12.5rem;height:1.625rem;top:1.25rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf { display:block; }#GoLJPwIbrvqg6Wf8lgqQONZFBOb3RUxf > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTDcVhXxTL5UZEN3exhzAcfzOvimgtfO { width:14.6875rem;height:16.5625rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLMVxb6aprMOZK9wbsDn7gT7rWSMh6Nd { width:12.875rem;height:18.9375rem;top:21.69375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn5w35ZglEyV56aqcOmpdHTNuNZxThaS { width:14.625rem;height:16.5625rem;top:69.368748474119rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvOQqSw59rxFKmChqrN1BlfVwyHA5fA1 { width:14.0625rem;height:21.625rem;top:44.5125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvudXnlb9BX5H5g3RgezPzdJdi4zomd { width:12.5rem;height:1.38125rem;top:19.0625rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0mdd7MirMVZqC49zxCSIBEMVvTzXlg2 { width:12.5rem;height:1.38125rem;top:41.88125rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtCUJChXOSyXzqtwKOTTNmynEFxTm9ZX { width:12.5rem;height:1.38125rem;top:66.737498474119rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1AuXw0urTX9rQbMQVmEoRZfGlyDZ3zo { width:12.5rem;height:1.38125rem;top:87.181248474119rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 { display:block; }#VQrSx45IGDV8E7A5VUmNtgvNKiXurVD0 > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSxGMcfWs21zKgLtyGLHGwoP1MC5IUKS { width:14.6875rem;height:15.6875rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn96s8zMlANy65yOBbp3oSrQsT6SznzP { width:14.4375rem;height:16.125rem;top:20.912507629394rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP6DVwD4yIJFv61IVxI1KnZqxWLHyauh { width:14.625rem;height:16rem;top:58.737522888184rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMrb9pfrUaZlNLyiDLbWWIwhM0hFerBz { width:14.0625rem;height:16.4375rem;top:39.825015258789rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXEqpomTR4fXogmAyrCs2AfEMeT2yyIF { width:12.5rem;height:1.38125rem;top:18.281257629394rem;left:3.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpUTcny2umRqIb6n4lTiAqS27inKhkEN { width:12.5rem;height:1.38125rem;top:37.193765258789rem;left:3.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #de1IOTkkvGMR3trbspbnrFovAsNdRC0C { width:12.5rem;height:1.38125rem;top:56.106272888184rem;left:3.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlWNbm2pryemf8mSyWHEfhqX5Uo1bHcE { width:12.5rem;height:1.38125rem;top:74.800030517581rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec { display:block; }#HZ8PdRZ04NQeZEBd2Ac9l49qTxxkhUec > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeatMB56bTF2fbQsAEeNnCUVU098rBTf { width:12.5rem;height:8.125rem;top:1.25rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT { display:block; }#u9gaE3Q9wr1ceoNKq9GXfInQIJkXhDTT > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2zTIwgpowCW6h2x81gS9SPSdlbyQymn { width:20rem;height:13.472429210134rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akukw7fh7QlA3wcEE57FtNQHxP7RS9k2 { width:16rem;height:8.75rem;top:15.971875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGRkSJJ3sHVeLk1y7HbGItRCDTabSwsG { width:16rem;height:8.5rem;top:27.646875476837rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNftFRJOemTVECXvtkBCITO6RvkdmmZW { width:16rem;height:8.5rem;top:39.384375476837rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHaMQvQ1U6O1sCAmtrODdoXKNKVT3TIR { width:15.625rem;height:2.1125rem;top:24.284375476837rem;left:2rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxhKxkIGa2OMdBmul2I1fd36JTGOFET3 { width:15.625rem;height:2.1125rem;top:36.021875476837rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVAAZQgM40TpAK0ZMtFqnsbQH6oPNfZf { width:15.625rem;height:2.1125rem;top:47.822656059265rem;left:2.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP { display:block; }#OEyKuxxUDlh2tv1rAXxGbiyEQkgCZMLP > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMRXXuOJp1S5PoCpiH6Q74Tu8GRbFqvS { width:12.5rem;height:1.625rem;top:1.25rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l { display:block; }#vZVfs4fQCDXTUo3Jk44pUg8arWFvRF0l > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1AqOXznDzhhTRit8QEuuchd2JoyAGyI { height:10.5rem;width:18.75rem;top:13rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5WlcVzZEbP3RBBt6GqHi2u8LvhxIdbq { height:10.5rem;width:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgcHTVGQfwpmF37lIDkTmOSs9DgnTLDm { height:10.5rem;width:18.75rem;top:24.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS { display:none; }#xzMuMtTxNHbUS5CTJ9nqu2tKZ6rJb8gS > .row .container { width:20rem;height:76.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GNz5FuNtKHs9NTzNpFDTffk00NgupyW0 { width:12.4375rem;height:17.625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhVd3RhgxmBgeBhJZeNTTfTxsiploFEN { width:13.625rem;height:17.5rem;top:20.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKRtzQGESeWK2EXTc2eBgfcQGDOISWgq { width:13.625rem;height:17.5rem;top:38.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvzyxqhhDhXLOiTWt5tzzxPbF8TdN7yr { width:13.625rem;height:17.5rem;top:57.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm { display:block; }#gaTiGEc3cIN9Pcbzv1p0tsHAdlkzxQgm > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCkryBeKQvdUFZsnm1KB9MWBCtONSzHT { width:12.3125rem;height:17.625rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLsIT1KTixdm5iaOKP4DCSudsxBakXn { width:12.5625rem;height:17.625rem;top:20.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMibBiIPVXIDGWI2Rq6v2FnlB2zMRea6 { width:12.5625rem;height:17.625rem;top:57.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8rQxTEWFTrkhpWRG2rkUqEKrV7vsUI { width:8.8125rem;height:17.5rem;top:39rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 { display:block; }#rPNTF4pEHcL01sVyDXy2uV4ClfHW2277 > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXyALSubFMWrIq75J00Amv2Ss9FWnI6u { width:12.5rem;height:1.7875rem;top:1.25rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }