.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:#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); }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X > .row .container { background-color: transparent; background-image: none; }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X > .row .container > .video-iframe-container { display: none; }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X > .row > .video-iframe-container { display: none; }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X > .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); }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X > .row .container { border-width: 0; border-radius: 0; }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#HGr9zQkiS9745EHGXEBswvBiMRqFzMLg { 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.6875rem;width:14.4375rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #001c59, #002576);background-image: -moz-linear-gradient(90deg, #001c59, #002576);background-image: -ms-linear-gradient(90deg, #001c59, #002576);background-image: -o-linear-gradient(90deg, #001c59, #002576);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c59', endColorstr='#002576' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c59', endColorstr='#002576' );";background-image: linear-gradient(90deg, #001c59, #002576);background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#Bxxb7U8sC9acyONlcOq9pTb7SLzqNBov { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#p5fFg6ltKIZc7THps6485EZuedEGxTJP { position:absolute;display:block;z-index:15002;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:38.75rem;top:17.28125rem;left:0rem;display:block; }
#PMTsLeI9BJrLPrKwQSkuPwmoTN8neyss { color:#ffffff;display:block;width:38.9375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:19.5625rem;left:0rem;height:3.3994125rem;text-align:justify;text-align-last:initial;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; }
#rAUEn4fWxMshVWvCLZkW1Xrfuu5p0WWI { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.125rem;width:26.9375rem;top:5.4375rem;left:45.0625rem;display:block; }
#pmVlt0MSv8ou1JllHuKuHyn8BiJSObHu { color:#000000;display:block;width:26.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6rem;left:45.3125rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTbTEbWsTPvodZEX7k8SgAQ8C37mWbb7 { position:absolute;display:block;z-index:15008;height:17.5rem;width:26.125rem;top:7.375rem;left:45.5rem;display:block; }
#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy { 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; }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy > .row .container { background-color: transparent; background-image: none; }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy > .row .container > .video-iframe-container { display: none; }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy > .row > .video-iframe-container { display: none; }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy > .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); }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy > .row .container { border-width: 0; border-radius: 0; }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#P9Ad04mAqH8nGGUJEFU2L6EN895yle5D { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3515625rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3OwvXS5ZTy65e75OtytFpigGMWHhU85 { position:absolute;display:block;z-index:15004;background-color:#001c59;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:49.375rem;top:4.05078125rem;left:12.8125rem;display:block; }
#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I { position:relative;display:block; }#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I { background-color: transparent; background-image: none; }#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I > .row .container > .video-iframe-container { display: none; }#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I > .row > .video-iframe-container { display: none; }#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I > .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); }#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I { border-width: 0; border-radius: 0; }#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I > .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; }#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I > .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:39.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aCnMFpmPL6gvs0igauJBaO8bmZ6webe9 { 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:36.5rem;width:36.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MDbK0BVeUmu0RyHcxrx4zzSiTHfUJSPu { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:36.3125rem;width:36.3125rem;top:0rem;left:38.5625rem;overflow:hidden;display:block; }
#PgPtCbe0pezUPFTyb2Wy3nI6MxupksHU { 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:none; }#PgPtCbe0pezUPFTyb2Wy3nI6MxupksHU > .row .container { border-width: 0; border-radius: 0; }#PgPtCbe0pezUPFTyb2Wy3nI6MxupksHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PgPtCbe0pezUPFTyb2Wy3nI6MxupksHU > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:none; }#VDE7rrlB4uQa1XhM2ASgCRJd7Z5EmdFB { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.875rem;width:17.875rem;top:0.63750076293944rem;left:37.887498855591rem;overflow:hidden;display:block; }
#B8O4ltU4VIe1sCmCfTKIGPOZ41H83Ha0 { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.875rem;width:17.875rem;top:0.63750076293944rem;left:56.637502670288rem;overflow:hidden;display:block; }
#KgqErLwODg3HAfRcfNCHHegTRvArmkA8 { position:relative;display:block; }#KgqErLwODg3HAfRcfNCHHegTRvArmkA8 { background-color: transparent; background-image: none; }#KgqErLwODg3HAfRcfNCHHegTRvArmkA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgqErLwODg3HAfRcfNCHHegTRvArmkA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgqErLwODg3HAfRcfNCHHegTRvArmkA8 > .row .container > .video-iframe-container { display: none; }#KgqErLwODg3HAfRcfNCHHegTRvArmkA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgqErLwODg3HAfRcfNCHHegTRvArmkA8 > .row > .video-iframe-container { display: none; }#KgqErLwODg3HAfRcfNCHHegTRvArmkA8 > .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); }#KgqErLwODg3HAfRcfNCHHegTRvArmkA8 { border-width: 0; border-radius: 0; }#KgqErLwODg3HAfRcfNCHHegTRvArmkA8 > .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; }#KgqErLwODg3HAfRcfNCHHegTRvArmkA8 > .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:8.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iZEmfDSBc8fospWQZutm8R910OsKOQk8 { background-color:#001c59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.6226119995117rem;left:39.062500953674rem;display:block; }
#gGEWRwpzZoSoX38mdv1kkREKqaGpbHNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z4VBpJtrB6QFrDN97WAMC3cMwtuNtUGg { color:#000000;display:block;width:17.061625rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1228294372559rem;left:18.624133110046rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Bs8w2xSdDcwvybd0ft1LcOwwcvfP4Bdr { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:7.3123125rem;width:45.7498125rem;top:0.68684959411619rem;left:14.624566078186rem;display:block; }
#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 { position:relative;display:block; }#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 { background-color: transparent; background-image: none; }#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 > .row .container > .video-iframe-container { display: none; }#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 > .row > .video-iframe-container { display: none; }#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 > .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); }#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 { border-width: 0; border-radius: 0; }#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 > .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; }#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 > .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:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gskIskx2FiO7CmqLX3bD6zDKHeTwyQhq { position:absolute;display:block;z-index:15003;background-color:#001c59;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:46.875rem;top:3.477343082428rem;left:14.0625rem;display:block; }
#uGNn0BdSfnoSC0sIT2rs820VUN2sDHXf { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.79765462875369rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 { position:relative;display:block; }#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 { background-color: transparent; background-image: none; }#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 > .row .container > .video-iframe-container { display: none; }#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 > .row > .video-iframe-container { display: none; }#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 > .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); }#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 { border-width: 0; border-radius: 0; }#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 > .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; }#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ue4sHwlvcDHTyanCeemOp98VXwRlfrSe { position:absolute;display:block;z-index:15000;background-color:#497cea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.625rem;width:17.125rem;top:0.81163024902344rem;left:0rem;display:block; }
#TTF24HCHdpvRbX2FCJTuJbCzTM55HP1Z { 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:5.68685rem;width:5.68685rem;top:2.248263835907rem;left:44.006077766419rem;overflow:hidden;display:block; }
#Imn01loL87cp19CWgJwbzcKrtRhKyz11 { position:absolute;display:block;z-index:15009;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:5.68685rem;width:5.68685rem;top:2.2482643127441rem;left:5.7183160781861rem;overflow:hidden;display:block; }
#dgDxGc4W7TwpFcBisi1oTMGCO2L4xeyk { color:#ffffff;display:block;width:15.1248125rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.366100311279rem;left:39.286026954651rem;height:5.60546875rem;text-align:center;text-align-last:center;display:block; }
#PgBVF7hFNTVuKufo0zH3igKKhnMChIkS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.365015029908rem;left:2.3101129531861rem;height:5.60546875rem;text-align:center;text-align-last:center;display:block; }
#Q3TPiGiTOaIEgApPLWpswEsPfiuy9cyv { color:#ffffff;display:block;width:11.436625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.366102218628rem;left:21.84353351593rem;height:5.60546875rem;text-align:center;text-align-last:center;display:block; }
#hwWqCdb3w7KvNnDc4N1lEKQdSqzdJmVB { 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:5.68685rem;width:5.68685rem;top:2.9188370704651rem;left:24.716797828674rem;overflow:hidden;display:block; }
#TBdBIIZPp9nLrlFfQdnw2kEt3Fi69m5t { position:absolute;display:block;z-index:15001;background-color:#f66d68;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.625rem;width:17.125rem;top:0.81163215637206rem;left:18.999566078186rem;display:block; }
#wh2qwRPqvCauFan5NgLxg7HgKKeWsTBO { position:absolute;display:block;z-index:15002;background-color:#66ea49;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.625rem;width:17.125rem;top:0.56206607818604rem;left:38.287762641907rem;display:block; }
#GrxkmU61ZSu6A174sTtV3ZcAG91PT5Zs { position:absolute;display:block;z-index:15005;background-color:#a835b2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.625rem;width:17.125rem;top:0.56206607818604rem;left:57.875435829162rem;display:block; }
#HsoURZ7fZo3lCi1pf0k5RXkJx9scuKPN { position:absolute;display:block;z-index:15015;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:5.68685rem;width:5.68685rem;top:2.248263835907rem;left:63.593750953675rem;overflow:hidden;display:block; }
#Z8UgIsFDtxAuJFDO8TuikFk2KkiN3StK { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.365015029908rem;left:61.281472206116rem;height:5.60546875rem;text-align:center;text-align-last:center;display:block; }
#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf { position:relative;display:block; }#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf { background-color: transparent; background-image: none; }#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf > .row .container > .video-iframe-container { display: none; }#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf > .row > .video-iframe-container { display: none; }#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf > .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); }#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf { border-width: 0; border-radius: 0; }#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf > .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; }#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf > .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:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hOOMq1ZPgseivPPulnhxn43hgcrTlZFX { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tahScXiZlR2qlnLTqgR61sIcKxWwLWut { position:absolute;display:block;z-index:15005;background-color:#001c59;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:24.375rem;top:4rem;left:25.312501907349rem;display:block; }
#abu4cdEExTQzeeaivSGEvt036bCfJ2xE { position:relative;display:block; }#abu4cdEExTQzeeaivSGEvt036bCfJ2xE { background-color: transparent; background-image: none; }#abu4cdEExTQzeeaivSGEvt036bCfJ2xE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abu4cdEExTQzeeaivSGEvt036bCfJ2xE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abu4cdEExTQzeeaivSGEvt036bCfJ2xE > .row .container > .video-iframe-container { display: none; }#abu4cdEExTQzeeaivSGEvt036bCfJ2xE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abu4cdEExTQzeeaivSGEvt036bCfJ2xE > .row > .video-iframe-container { display: none; }#abu4cdEExTQzeeaivSGEvt036bCfJ2xE > .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); }#abu4cdEExTQzeeaivSGEvt036bCfJ2xE { border-width: 0; border-radius: 0; }#abu4cdEExTQzeeaivSGEvt036bCfJ2xE > .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; }#abu4cdEExTQzeeaivSGEvt036bCfJ2xE > .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:54.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n82mLhmLhiUSdTb7VaNruERyaHp12tdF { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.25rem;width:22.5rem;top:28.5rem;left:10.625rem;overflow:hidden;display:block; }
#McMMg4ZZ2cQVCxn1RG1vSG4BrIdeKcZ9 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:21.875rem;width:23.9375rem;top:27.9375rem;left:42.5625rem;display:block; }
#DgkhTTufA45TziLNeGVgAGdWbENSKbQR { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:21.9375rem;width:23.9375rem;top:27.875rem;left:10rem;display:block; }
#cF68AWaykUgsfaOnoQ8Tx27sSVLxxvyH { color:#000000;display:block;width:22.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:40.25rem;left:43.28125rem;height:9.44335rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VRFTpBuVVpGyzlrU3NlFyKdWLAs8incb { color:#000000;display:block;width:22.7495625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:40.6875rem;left:10.625rem;height:6.5625rem;font-style:normal;display:block; }
#lumbwGqPCTekyeTNHfMurmB4RBqt4Zk7 { position:absolute;display:block;z-index:15007;background-color:#ff0000;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.12402375rem;width:3.4375rem;top:49.0625rem;left:43.53125rem;display:block; }
#T1oDJcXXQ0PQTD1B89QTuRMbwg5dTcPE { position:absolute;display:block;z-index:15011;background-color:#ff0000;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.124783125rem;width:2.9362rem;top:45.8125rem;left:10.625rem;display:block; }
#e3Zgun9VsryIfba8lRzsZr6Tq9XBcfz9 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:21.9375rem;width:23.9375rem;top:2.9375rem;left:42.75rem;display:block; }
#hFUPvS6eGCnoZaT7RLZTrrMBDBLAtkVt { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:15.6875rem;left:43.4375rem;height:8.99305625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z4L1a97Jt0zQKJsiH5mO8cZ2nt2h5emR { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.25rem;width:22.5625rem;top:3.6875rem;left:43.375rem;overflow:hidden;display:block; }
#ARvdr3VVRMCpb0p95XyDHWTpETlkJT96 { position:absolute;display:block;z-index:15008;background-color:#ff0000;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.12402375rem;width:3.4375rem;top:24.0634765625rem;left:43.875rem;display:block; }
#JIUIuLhvth4buKDTGOwaIdT0Tus6OVep { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:21.9375rem;width:23.9375rem;top:2.9375rem;left:10rem;display:block; }
#p6EGZsoVCcOA0NCfT90tUXJXITPJnt0W { color:#000000;display:block;width:22.7485rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:16.375rem;left:10.5625rem;height:10.11718125rem;font-style:normal;display:block; }
#cBgGJIsNTa5oGK1CzaaHeSo9M0NKgTIm { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.25rem;width:22.5rem;top:3.5rem;left:10.625rem;overflow:hidden;display:block; }
#T0ESh2QROCa0HbgCrEGyETZxUMuJuHke { position:absolute;display:block;z-index:15012;background-color:#ff0000;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.124783125rem;width:2.9362rem;top:22.4375rem;left:10.5625rem;display:block; }
#TrJxlqkCQuAiOOCRrmFpQORQIqA4WTTc { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.25rem;width:22.5rem;top:28.5rem;left:43.21875rem;overflow:hidden;display:block; }
#J2pk8az9nqMS0imFlevmFL7dio7Tiv7F { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.25rem;width:22.5rem;top:28.5rem;left:10.625rem;overflow:hidden;display:none; }
#XmeIPgETiXzt4ketp989b50w7iXKuBdE { position:absolute;display:block;z-index:15007;background-color:#ff0000;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.12402375rem;width:3.4375rem;top:48.0625rem;left:43.53125rem;display:none; }
#Xg6PiXehTqwA67mBe6sSBZEygzRloVTZ { position:absolute;display:block;z-index:15007;background-color:#ff0000;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.12402375rem;width:3.4375rem;top:48.0625rem;left:43.53125rem;display:none; }
#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p { position:relative;display:block; }#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p { background-color: transparent; background-image: none; }#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p > .row .container > .video-iframe-container { display: none; }#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p > .row > .video-iframe-container { display: none; }#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p > .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); }#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p { border-width: 0; border-radius: 0; }#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p > .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; }#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p > .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:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Htf36vdCerPcApDJXBETAAwo4bF9cfkV { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VJq4omG9g0y7pQpkCPMbEMTFhxcuDZJV { position:absolute;display:block;z-index:15006;background-color:#001c59;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:37.5rem;top:5.625rem;left:18.75rem;display:block; }
#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq { position:relative;display:block; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq { background-color: transparent; background-image: none; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row .container > .video-iframe-container { display: none; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row > .video-iframe-container { display: none; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .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); }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq { border-width: 0; border-radius: 0; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .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; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .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:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CglbWuixIyyKS2k5gRb3zxXkaBTUKZWa { position:absolute;display:block;z-index:15007;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9e9e9e;border-left:0.0625rem solid #9e9e9e;border-right:0.0625rem solid #9e9e9e;border-bottom:0.0625rem solid #9e9e9e;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.9375rem;width:35.1875rem;top:4.6234436035156rem;left:38.606248855591rem;display:block; }
#MEH3uDpZMLUF2ZkkUssgwVXDzy9WfWTA { color:#000000;display:block;width:17.25rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.28515625rem;left:39.9365234375rem;height:1.7068125rem;font-style:normal;display:block; }
#a9yyirK1xdSmrXlS4wTi7vOU5ZTKe331 { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.9921875rem;left:39.9375rem;height:3.8997375rem;display:block; }
#cqI3sJAcD0g8W89wb0K7mkWrXWhVlf99 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:7.4375rem;width:5.1875rem;top:1.1554718017578rem;left:42.06875038147rem;overflow:hidden;display:block; }
#eTpQ9ekPTVkdMXF9ALTplNowKpkfcb8D { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e4eee3, #f3e5da);background-image: -moz-linear-gradient(90deg, #e4eee3, #f3e5da);background-image: -ms-linear-gradient(90deg, #e4eee3, #f3e5da);background-image: -o-linear-gradient(90deg, #e4eee3, #f3e5da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eee3', endColorstr='#f3e5da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eee3', endColorstr='#f3e5da' );";background-image: linear-gradient(90deg, #e4eee3, #f3e5da);background-size:auto !important;border-top:0.125rem solid #022648;border-left:0.125rem solid #022648;border-right:0.125rem solid #022648;border-bottom:0.125rem solid #022648;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.75rem;width:7.75rem;top:0.75rem;left:40.687501907349rem;display:block; }
#h79ME9IaVqJAvgezLdsEPP5w3onoWEEH { position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9e9e9e;border-left:0.0625rem solid #9e9e9e;border-right:0.0625rem solid #9e9e9e;border-bottom:0.0625rem solid #9e9e9e;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.375rem;width:34.3125rem;top:5.0625rem;left:1.375rem;display:block; }
#AWvKnonQXWgMzpN5PIxOAecuJXpBUun2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:2.625rem;height:1.7068125rem;font-style:normal;display:block; }
#k5Mu6K6n1BBLMcIU3W0WWAFZaAT4lNp6 { color:#000000;display:block;width:32.6248125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.9375rem;left:2.625rem;height:3.8997375rem;display:block; }
#ovuMpsX34ZTnNXbosID7vcfEth8qlgcF { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0.125rem solid #022648;border-left:0.125rem solid #022648;border-right:0.125rem solid #022648;border-bottom:0.125rem solid #022648;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.8125rem;width:8rem;top:0.875rem;left:2.75rem;display:block; }
#ZU9CFCuZbJhJJRR3EbVEHLt9JIPyUTxf { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:7.561875rem;width:6.06228125rem;top:1.1529951095581rem;left:3.7858066558838rem;overflow:hidden;display:block; }
#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU { position:relative;display:block; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU { background-color: transparent; background-image: none; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row .container > .video-iframe-container { display: none; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row > .video-iframe-container { display: none; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .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); }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU { border-width: 0; border-radius: 0; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .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; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .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:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#di28rcCOk60crN4CCFXkunsSFMo7ttxJ { position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9e9e9e;border-left:0.0625rem solid #9e9e9e;border-right:0.0625rem solid #9e9e9e;border-bottom:0.0625rem solid #9e9e9e;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.9375rem;width:35.25rem;top:4.9375rem;left:1.125rem;display:block; }
#OspaLgBaLnilfvc5Mf7aswQyeGX7A3Gv { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5625rem;left:2.4375rem;height:1.7068125rem;font-style:normal;display:block; }
#MkM7Bh77pDvFVSasVggSS3Md6BATv9zH { color:#000000;display:block;width:32.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.875rem;left:2.4375rem;height:2.599825rem;display:block; }
#Grk8CDN4afdsadq1WJyBKyNTobkzdRDR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:7.4375rem;width:5.5rem;top:1.4375rem;left:4.3125rem;overflow:hidden;display:block; }
#dHaeRA3gzdJSNzLnVQozOHhOuHWL7tTS { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e4eee3, #f3e5da);background-image: -moz-linear-gradient(90deg, #e4eee3, #f3e5da);background-image: -ms-linear-gradient(90deg, #e4eee3, #f3e5da);background-image: -o-linear-gradient(90deg, #e4eee3, #f3e5da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eee3', endColorstr='#f3e5da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eee3', endColorstr='#f3e5da' );";background-image: linear-gradient(90deg, #e4eee3, #f3e5da);background-size:auto !important;border-top:0.125rem solid #022648;border-left:0.125rem solid #022648;border-right:0.125rem solid #022648;border-bottom:0.125rem solid #022648;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.75rem;width:7.75rem;top:0.9375rem;left:3.0625rem;display:block; }
#Un9TATQwiFHswIDahZsK15a2u3bvKbwR { position:absolute;display:block;z-index:15007;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9e9e9e;border-left:0.0625rem solid #9e9e9e;border-right:0.0625rem solid #9e9e9e;border-bottom:0.0625rem solid #9e9e9e;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.9375rem;width:35.1875rem;top:4.6234436035156rem;left:38.606248855591rem;display:block; }
#QBSHpxAXTfezJH2ByREmGbUW4uIdUnUB { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.28515625rem;left:39.5615234375rem;height:1.7068125rem;font-style:normal;display:block; }
#ILgTgCh4t4svBWnI57cypFIRnttD57tZ { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.9326171875rem;left:39.5625rem;height:3.8997375rem;display:block; }
#ag4H9KTainoLTAtWQUfxvyJ30ffgP3QC { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;border-top:0.125rem solid #022648;border-left:0.125rem solid #022648;border-right:0.125rem solid #022648;border-bottom:0.125rem solid #022648;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.75rem;width:7.75rem;top:0.75rem;left:40.687501907349rem;display:block; }
#fR6fegCAU3Z6rkrGsWBtsfSoTQGTlcSN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:7.5rem;width:5.68685rem;top:1.1306419372559rem;left:41.787111282349rem;overflow:hidden;display:block; }
#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc { position:relative;display:block; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc { background-color: transparent; background-image: none; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row .container > .video-iframe-container { display: none; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row > .video-iframe-container { display: none; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .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); }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc { border-width: 0; border-radius: 0; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .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; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .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:20.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XJtKSvSwCBanByRwpg60Qd3SiZxlXrOu { position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9e9e9e;border-left:0.0625rem solid #9e9e9e;border-right:0.0625rem solid #9e9e9e;border-bottom:0.0625rem solid #9e9e9e;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.9375rem;width:35.25rem;top:5.25rem;left:1.125rem;display:block; }
#wFxayOROGQcxahFvoPhSwNMT9vQxWhAD { color:#000000;display:block;width:18.25rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6875rem;left:2.4375rem;height:1.7068125rem;font-style:normal;display:block; }
#Lx9hTWnGoBiLqofQ75qkNkmufV9JDxUb { color:#000000;display:block;width:32.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.1875rem;left:2.4375rem;height:2.599825rem;display:block; }
#saxdZ85GLBeMNRDJGdTe27NoTyvkmXP1 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0.125rem solid #022648;border-left:0.125rem solid #022648;border-right:0.125rem solid #022648;border-bottom:0.125rem solid #022648;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:8rem;width:8rem;top:0.9375rem;left:3.0625rem;display:block; }
#S5oDi63vuJDIZAZdHHnIHq5yJhuIZUyP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:8.186875rem;width:5.3125rem;top:1.125rem;left:4.375rem;overflow:hidden;display:block; }
#qeUpz0m3gFTiteLtETPFmhFgXvK5ZV9r { position:absolute;display:block;z-index:15005;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9e9e9e;border-left:0.0625rem solid #9e9e9e;border-right:0.0625rem solid #9e9e9e;border-bottom:0.0625rem solid #9e9e9e;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.9375rem;width:35.25rem;top:5.25rem;left:38.5625rem;display:block; }
#L4v1AXZefRlhxrPTquiJDW7TaSACvZvQ { color:#000000;display:block;width:32.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:39.875rem;height:2.599825rem;display:block; }
#fuHe3rJavWqxASBEfDnSiEtdJo97CUTg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.75rem;left:39.875rem;height:1.7068125rem;font-style:normal;display:block; }
#qQSCAnZysTJT31mfB8eWJbaqF85JA6kg { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0.125rem solid #022648;border-left:0.125rem solid #022648;border-right:0.125rem solid #022648;border-bottom:0.125rem solid #022648;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:8rem;width:8rem;top:0.75rem;left:40.5rem;display:block; }
#eayKMtPQE0vCBqEHcyTvRbnvbtTSN3om { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:7.8125rem;width:5.81163125rem;top:0.90885353088381rem;left:41.623918533325rem;overflow:hidden;display:block; }
#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD { position:relative;display:block; }#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD { background-color: transparent; background-image: none; }#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD > .row .container > .video-iframe-container { display: none; }#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD > .row > .video-iframe-container { display: none; }#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD > .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); }#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD { border-width: 0; border-radius: 0; }#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD > .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; }#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD > .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.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M6AyxupgVyAaLP6x1SaxZn0da8oUrv5l { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hamuTQTNlRXWN0cX7ISCrkwaq1AQVUma { color:#000000;display:block;width:58.6875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:8.15625rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#vI2MW1iKgFpMbPRPtT9v2kMR1lunxfey { background-color:#001c59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:8.1148452758787rem;left:28.750001907349rem;display:block; }
#yF3FqhxqRSUBXT57TQg9thRPocEIa0Ow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #001c59, #002576);background-image: -moz-linear-gradient(90deg, #001c59, #002576);background-image: -ms-linear-gradient(90deg, #001c59, #002576);background-image: -o-linear-gradient(90deg, #001c59, #002576);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c59', endColorstr='#002576' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c59', endColorstr='#002576' );";background-image: linear-gradient(90deg, #001c59, #002576);background-size:auto !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 > .row .container { background-color: transparent; background-image: none; }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 > .row .container > .video-iframe-container { display: none; }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 > .row > .video-iframe-container { display: none; }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 > .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); }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 > .row .container { border-width: 0; border-radius: 0; }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#v9TCkzBeT0AOvbQA1Es5kdD7XOoKbpKD { color:#1f333b;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3734378814698rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #001c59, #002576);background-image: -moz-linear-gradient(90deg, #001c59, #002576);background-image: -ms-linear-gradient(90deg, #001c59, #002576);background-image: -o-linear-gradient(90deg, #001c59, #002576);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c59', endColorstr='#002576' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c59', endColorstr='#002576' );";background-image: linear-gradient(90deg, #001c59, #002576);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ > .row .container { background-color: transparent; background-image: none; }#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ > .row .container > .video-iframe-container { display: none; }#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ > .row > .video-iframe-container { display: none; }#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ > .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); }#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ > .row .container { border-width: 0; border-radius: 0; }#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#bEQrmIv0apKeTHbBqMifPqW2wAMGao85 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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:50rem;top:0rem;left:12.5rem;display:block; }
#XpcHHULQTblJr6H7qbnTmgU8BGuw94th { color:#ffffff;display:block;width:67.12375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:4.2562503814697rem;left:3.9359369277954rem;height:1.80013125rem;text-align:left;text-align-last:left;display:block; }
#JsUzoAh7UTEw7TH4t4yt3mnFiJl3zRF4 { position:absolute;display:block;z-index:15004;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.060763875rem;width:63.936875rem;top:6.9656372070312rem;left:3.9359369277954rem;display:block; }
#XpqHXBGcLNXdGeiSb8Gzp9WRmKVMXRrO { color:#ffffff;display:block;width:68.499375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:10.810150146484rem;left:3.9359369277954rem;height:1.80013125rem;text-align:left;text-align-last:left;display:block; }
#Noy89664QU3D5FIW1eyrft2OpInApRhr { position:absolute;display:block;z-index:15005;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.0596788125rem;width:63.936875rem;top:13.776580810547rem;left:3.9359369277954rem;display:block; }
#wUTqIEtbGVLvflncqdSNUEkmuHvbxUSa { color:#ffffff;display:block;width:69.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:17.57204914093rem;left:3.96484375rem;height:1.80013125rem;text-align:left;text-align-last:left;display:block; }
#VIxDXA0rmTpff58BxDtyOM8i7UUV9SpH { color:#ffffff;display:block;width:70.686875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.202251911163rem;left:3.935546875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aXEub0fEc8Hlz3UJo8B2oCeMchqOGkb2 { position:absolute;display:block;z-index:15007;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.05859375rem;width:63.936875rem;top:20.524525642395rem;left:3.935546875rem;display:block; }
#PmHxlCDWViTc1vc1XVyfzvTvTNHAcWiw { color:#ffffff;display:block;width:67.061875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.930775642395rem;left:3.96484375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E8Sh0x72vcwUhSdPmy5B3DNEphThpQft { color:#ffffff;display:block;width:68.06125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:24.055340766907rem;left:3.9344615936279rem;height:1.80013125rem;text-align:left;text-align-last:left;display:block; }
#t9uTkqNtueCb4n05dITiZvVi306Mkc7U { position:absolute;display:block;z-index:15008;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.05859375rem;width:63.936875rem;top:26.899308204651rem;left:3.935546875rem;display:block; }
#xHg7z2gdvlpOwo7qlWpoRMhWmVW94pco { color:#ffffff;display:block;width:67.435625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:30.80447101593rem;left:3.9333763122559rem;height:1.80013125rem;text-align:left;text-align-last:left;display:block; }
#N4u5W7wDHAJzzleGCXMN4Niwz61Vmi55 { color:#ffffff;display:block;width:67.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28.621312141419rem;left:3.935546875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tixrr5ey5FHyhSMc3X7aTbMaxeUnrLb6 { color:#ffffff;display:block;width:67.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4164123535156rem;left:3.9359369277954rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BIQiS0ZTc3eyNZt7caUtEiRi2RTTt5hJ { color:#ffffff;display:block;width:67.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3871526718139rem;left:3.9366321563721rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iTDHSs1BE694lrRtBQu9TyNClCBcxEKo { position:absolute;display:block;z-index:15009;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.05859375rem;width:63.936875rem;top:34.023873329162rem;left:3.9333763122559rem;display:block; }
#oAPTxaocqpeEgoITyTPs5n03m2ey5XZ9 { color:#ffffff;display:block;width:67.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.311852455139rem;left:3.9366321563721rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bm2RQftRGVOvGAq4uUsHyeaWRWvRTy8g { color:#ffffff;display:block;width:67.435625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:37.499352455139rem;left:3.9366321563721rem;height:1.80013125rem;text-align:left;text-align-last:left;display:block; }
#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG > .row .container { background-color: transparent; background-image: none; }#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG > .row .container > .video-iframe-container { display: none; }#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG > .row > .video-iframe-container { display: none; }#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG > .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); }#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG > .row .container { border-width: 0; border-radius: 0; }#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#IPtdW8fxmyhWF7HMhrm8MzgOcIK0X1G7 { background-color:#001c59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.59375rem;left:28.75rem;display:block; }
#i8vJGINspUGJc4En0ZWkAVm4ZSPdcwGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X { display:block; }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGr9zQkiS9745EHGXEBswvBiMRqFzMLg { top:0.4375rem;left:0rem;width:14.4375rem;height:3.6875rem;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) { #Bxxb7U8sC9acyONlcOq9pTb7SLzqNBov { top:12.1875rem;left:0rem;width:39.625rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5fFg6ltKIZc7THps6485EZuedEGxTJP { top:17.25rem;left:0rem;width:38.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTsLeI9BJrLPrKwQSkuPwmoTN8neyss { top:19.5625rem;left:0rem;width:38.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAUEn4fWxMshVWvCLZkW1Xrfuu5p0WWI { top:5.4375rem;left:20.8125rem;width:26.9375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmVlt0MSv8ou1JllHuKuHyn8BiJSObHu { top:6rem;left:21.25rem;width:26.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTbTEbWsTPvodZEX7k8SgAQ8C37mWbb7 { top:7.375rem;left:21.625rem;width:26.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy { display:block; }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9Ad04mAqH8nGGUJEFU2L6EN895yle5D { top:1.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3OwvXS5ZTy65e75OtytFpigGMWHhU85 { top:4rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCnroR31S9fX2sU4iT33nSHn42n4Hq8I { display:block; }#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCnMFpmPL6gvs0igauJBaO8bmZ6webe9 { top:0rem;left:0rem;width:36.5rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDbK0BVeUmu0RyHcxrx4zzSiTHfUJSPu { top:0rem;left:11.3125rem;width:36.3125rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgPtCbe0pezUPFTyb2Wy3nI6MxupksHU { display:block; }#PgPtCbe0pezUPFTyb2Wy3nI6MxupksHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDE7rrlB4uQa1XhM2ASgCRJd7Z5EmdFB { top:0.625rem;left:17.8125rem;width:17.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8O4ltU4VIe1sCmCfTKIGPOZ41H83Ha0 { top:0.625rem;left:29.75rem;width:17.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgqErLwODg3HAfRcfNCHHegTRvArmkA8 { display:block; }#KgqErLwODg3HAfRcfNCHHegTRvArmkA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZEmfDSBc8fospWQZutm8R910OsKOQk8 { width:17.5rem;height:3.4375rem;top:2.5625rem;left:25.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGEWRwpzZoSoX38mdv1kkREKqaGpbHNX { display:block; }
 }@media only screen and (max-width: 763px) { #Z4VBpJtrB6QFrDN97WAMC3cMwtuNtUGg { top:3.0625rem;left:4.9991331100464rem;width:17rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs8w2xSdDcwvybd0ft1LcOwwcvfP4Bdr { top:0.625rem;left:0.99956607818606rem;width:45.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 { display:block; }#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gskIskx2FiO7CmqLX3bD6zDKHeTwyQhq { top:3.4375rem;left:0.4375rem;width:46.875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGNn0BdSfnoSC0sIT2rs820VUN2sDHXf { top:0.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 { display:block; }#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ue4sHwlvcDHTyanCeemOp98VXwRlfrSe { top:0.75rem;left:0rem;width:17.125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTF24HCHdpvRbX2FCJTuJbCzTM55HP1Z { top:2.1875rem;left:26.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imn01loL87cp19CWgJwbzcKrtRhKyz11 { top:2.1875rem;left:1.1558160781861rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgDxGc4W7TwpFcBisi1oTMGCO2L4xeyk { top:11.3125rem;left:16.6875rem;width:15.0625rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgBVF7hFNTVuKufo0zH3igKKhnMChIkS { top:11.3125rem;left:0rem;width:12.5rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3TPiGiTOaIEgApPLWpswEsPfiuy9cyv { top:11.3125rem;left:4.5rem;width:11.375rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwWqCdb3w7KvNnDc4N1lEKQdSqzdJmVB { top:2.875rem;left:10.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBdBIIZPp9nLrlFfQdnw2kEt3Fi69m5t { top:0.75rem;left:0rem;width:17.125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh2qwRPqvCauFan5NgLxg7HgKKeWsTBO { top:0.5rem;left:14.625rem;width:17.125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrxkmU61ZSu6A174sTtV3ZcAG91PT5Zs { top:0.5rem;left:30.5rem;width:17.125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsoURZ7fZo3lCi1pf0k5RXkJx9scuKPN { top:2.1875rem;left:40.781250953674rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8UgIsFDtxAuJFDO8TuikFk2KkiN3StK { top:11.3125rem;left:37.3125rem;width:10.3125rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhLEODB9fu525zOAHu7xpZNQFdFNwBSf { display:block; }#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOOMq1ZPgseivPPulnhxn43hgcrTlZFX { top:1.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tahScXiZlR2qlnLTqgR61sIcKxWwLWut { top:4rem;left:11.687501907349rem;width:24.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abu4cdEExTQzeeaivSGEvt036bCfJ2xE { display:block; }#abu4cdEExTQzeeaivSGEvt036bCfJ2xE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n82mLhmLhiUSdTb7VaNruERyaHp12tdF { top:28.5rem;left:0rem;width:22.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #McMMg4ZZ2cQVCxn1RG1vSG4BrIdeKcZ9 { top:27.9375rem;left:7.8125rem;width:23.9375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgkhTTufA45TziLNeGVgAGdWbENSKbQR { top:27.875rem;left:0rem;width:23.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF68AWaykUgsfaOnoQ8Tx27sSVLxxvyH { top:40.25rem;left:9.5rem;width:22.25rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRFTpBuVVpGyzlrU3NlFyKdWLAs8incb { top:40.6875rem;left:0rem;width:22.6875rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lumbwGqPCTekyeTNHfMurmB4RBqt4Zk7 { top:49.0625rem;left:28.3125rem;width:3.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1oDJcXXQ0PQTD1B89QTuRMbwg5dTcPE { top:45.8125rem;left:6.0625rem;width:2.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Zgun9VsryIfba8lRzsZr6Tq9XBcfz9 { top:2.9375rem;left:7.8125rem;width:23.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFUPvS6eGCnoZaT7RLZTrrMBDBLAtkVt { top:15.6875rem;left:8.8125rem;width:22.9375rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4L1a97Jt0zQKJsiH5mO8cZ2nt2h5emR { top:3.6875rem;left:9.0625rem;width:22.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARvdr3VVRMCpb0p95XyDHWTpETlkJT96 { top:24.0625rem;left:28.3125rem;width:3.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIUIuLhvth4buKDTGOwaIdT0Tus6OVep { top:2.9375rem;left:0rem;width:23.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6EGZsoVCcOA0NCfT90tUXJXITPJnt0W { top:16.375rem;left:0rem;width:22.6875rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBgGJIsNTa5oGK1CzaaHeSo9M0NKgTIm { top:3.5rem;left:0rem;width:22.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ESh2QROCa0HbgCrEGyETZxUMuJuHke { top:22.4375rem;left:6rem;width:2.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrJxlqkCQuAiOOCRrmFpQORQIqA4WTTc { top:28.5rem;left:9.125rem;width:22.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2pk8az9nqMS0imFlevmFL7dio7Tiv7F { top:28.5rem;left:0rem;width:22.5rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmeIPgETiXzt4ketp989b50w7iXKuBdE { top:48.0625rem;left:28.3125rem;width:3.4375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xg6PiXehTqwA67mBe6sSBZEygzRloVTZ { top:48.0625rem;left:28.3125rem;width:3.4375rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p { display:block; }#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Htf36vdCerPcApDJXBETAAwo4bF9cfkV { top:3.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJq4omG9g0y7pQpkCPMbEMTFhxcuDZJV { top:5.625rem;left:5.125rem;width:37.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq { display:block; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CglbWuixIyyKS2k5gRb3zxXkaBTUKZWa { top:4.5625rem;left:12.4375rem;width:35.1875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEH3uDpZMLUF2ZkkUssgwVXDzy9WfWTA { top:9.25rem;left:23.875rem;width:17.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9yyirK1xdSmrXlS4wTi7vOU5ZTKe331 { top:10.9375rem;left:15.3125rem;width:32.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqI3sJAcD0g8W89wb0K7mkWrXWhVlf99 { top:1.125rem;left:23.875rem;width:5.1875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTpQ9ekPTVkdMXF9ALTplNowKpkfcb8D { top:0.75rem;left:23.875rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h79ME9IaVqJAvgezLdsEPP5w3onoWEEH { top:5.0625rem;left:0rem;width:34.3125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWvKnonQXWgMzpN5PIxOAecuJXpBUun2 { top:9.25rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5Mu6K6n1BBLMcIU3W0WWAFZaAT4lNp6 { top:10.9375rem;left:0rem;width:32.5625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovuMpsX34ZTnNXbosID7vcfEth8qlgcF { top:0.875rem;left:0rem;width:8rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU9CFCuZbJhJJRR3EbVEHLt9JIPyUTxf { top:1.125rem;left:0rem;width:6rem;height:7.4841875737784rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU { display:block; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di28rcCOk60crN4CCFXkunsSFMo7ttxJ { top:4.9375rem;left:0rem;width:35.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OspaLgBaLnilfvc5Mf7aswQyeGX7A3Gv { top:9.5625rem;left:0rem;width:13.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkM7Bh77pDvFVSasVggSS3Md6BATv9zH { top:11.875rem;left:0rem;width:32.625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grk8CDN4afdsadq1WJyBKyNTobkzdRDR { top:1.4375rem;left:0rem;width:5.5rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHaeRA3gzdJSNzLnVQozOHhOuHWL7tTS { top:0.9375rem;left:0rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un9TATQwiFHswIDahZsK15a2u3bvKbwR { top:4.5625rem;left:12.4375rem;width:35.1875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSHpxAXTfezJH2ByREmGbUW4uIdUnUB { top:9.25rem;left:23.875rem;width:15.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILgTgCh4t4svBWnI57cypFIRnttD57tZ { top:10.875rem;left:12.375rem;width:35.375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag4H9KTainoLTAtWQUfxvyJ30ffgP3QC { top:0.75rem;left:23.875rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR6fegCAU3Z6rkrGsWBtsfSoTQGTlcSN { top:1.125rem;left:23.875rem;width:5.625rem;height:7.4184302381811rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc { display:block; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJtKSvSwCBanByRwpg60Qd3SiZxlXrOu { top:5.25rem;left:0rem;width:35.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFxayOROGQcxahFvoPhSwNMT9vQxWhAD { top:9.6875rem;left:0rem;width:18.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx9hTWnGoBiLqofQ75qkNkmufV9JDxUb { top:12.1875rem;left:0rem;width:32.625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saxdZ85GLBeMNRDJGdTe27NoTyvkmXP1 { top:0.9375rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5oDi63vuJDIZAZdHHnIHq5yJhuIZUyP { top:1.125rem;left:0rem;width:5.3125rem;height:8.1865rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeUpz0m3gFTiteLtETPFmhFgXvK5ZV9r { top:5.25rem;left:12.375rem;width:35.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4v1AXZefRlhxrPTquiJDW7TaSACvZvQ { top:12rem;left:15.1875rem;width:32.5625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuHe3rJavWqxASBEfDnSiEtdJo97CUTg { top:9.75rem;left:23.875rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQSCAnZysTJT31mfB8eWJbaqF85JA6kg { top:0.75rem;left:23.875rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eayKMtPQE0vCBqEHcyTvRbnvbtTSN3om { top:0.875rem;left:23.875rem;width:5.75rem;height:7.7310882790786rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD { display:block; }#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6AyxupgVyAaLP6x1SaxZn0da8oUrv5l { top:0.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hamuTQTNlRXWN0cX7ISCrkwaq1AQVUma { top:3.5625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI2MW1iKgFpMbPRPtT9v2kMR1lunxfey { width:17.5rem;height:3.4375rem;top:8.0625rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF3FqhxqRSUBXT57TQg9thRPocEIa0Ow { display:block; }
 }@media only screen and (max-width: 763px) { #FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 { display:block; }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9TCkzBeT0AOvbQA1Es5kdD7XOoKbpKD { width:47.75rem;height:2.4375rem;top:1.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ { display:block; }#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEQrmIv0apKeTHbBqMifPqW2wAMGao85 { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpcHHULQTblJr6H7qbnTmgU8BGuw94th { width:47.75rem;height:1.75rem;top:4.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsUzoAh7UTEw7TH4t4yt3mnFiJl3zRF4 { top:6.9375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #XpqHXBGcLNXdGeiSb8Gzp9WRmKVMXRrO { width:47.75rem;height:1.75rem;top:10.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noy89664QU3D5FIW1eyrft2OpInApRhr { top:13.75rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #wUTqIEtbGVLvflncqdSNUEkmuHvbxUSa { width:47.75rem;height:1.75rem;top:17.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIxDXA0rmTpff58BxDtyOM8i7UUV9SpH { width:47.75rem;height:1.5625rem;top:15.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXEub0fEc8Hlz3UJo8B2oCeMchqOGkb2 { top:20.5rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PmHxlCDWViTc1vc1XVyfzvTvTNHAcWiw { width:47.75rem;height:1.625rem;top:21.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Sh0x72vcwUhSdPmy5B3DNEphThpQft { width:47.75rem;height:1.75rem;top:24rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9uTkqNtueCb4n05dITiZvVi306Mkc7U { top:26.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xHg7z2gdvlpOwo7qlWpoRMhWmVW94pco { width:47.75rem;height:1.75rem;top:30.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4u5W7wDHAJzzleGCXMN4Niwz61Vmi55 { width:47.75rem;height:1.625rem;top:28.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tixrr5ey5FHyhSMc3X7aTbMaxeUnrLb6 { width:47.75rem;height:1.625rem;top:8.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIQiS0ZTc3eyNZt7caUtEiRi2RTTt5hJ { width:47.75rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTDHSs1BE694lrRtBQu9TyNClCBcxEKo { top:34rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #oAPTxaocqpeEgoITyTPs5n03m2ey5XZ9 { width:47.75rem;height:1.625rem;top:35.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm2RQftRGVOvGAq4uUsHyeaWRWvRTy8g { width:47.75rem;height:1.75rem;top:37.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG { display:block; }#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPtdW8fxmyhWF7HMhrm8MzgOcIK0X1G7 { width:17.5rem;height:3.4375rem;top:0.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8vJGINspUGJc4En0ZWkAVm4ZSPdcwGz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#IvUTz7f3PLtKDiVGJQfHQwQCrnegt21X > .row .container { width:20rem;height:3.56228125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGr9zQkiS9745EHGXEBswvBiMRqFzMLg { width:13.875rem;height:3.5625rem;top:0rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002576, #001c59);background-image: -moz-linear-gradient(180deg, #002576, #001c59);background-image: -ms-linear-gradient(180deg, #002576, #001c59);background-image: -o-linear-gradient(180deg, #002576, #001c59);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002576', endColorstr='#001c59' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002576', endColorstr='#001c59' );";background-image: linear-gradient(180deg, #002576, #001c59);background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bxxb7U8sC9acyONlcOq9pTb7SLzqNBov { width:20rem;height:3.0859375rem;top:4.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5fFg6ltKIZc7THps6485EZuedEGxTJP { width:20rem;height:0.375rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTsLeI9BJrLPrKwQSkuPwmoTN8neyss { width:20rem;height:5.59461875rem;top:10.487500190735rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAUEn4fWxMshVWvCLZkW1Xrfuu5p0WWI { width:19.375rem;height:28.5625rem;top:16.62451171875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmVlt0MSv8ou1JllHuKuHyn8BiJSObHu { width:19.375rem;height:1.625rem;top:16.87451171875rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTbTEbWsTPvodZEX7k8SgAQ8C37mWbb7 { width:18.6875rem;height:17.875rem;top:18.6875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy { display:block; }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Zs9VTVmw1LrEPHrSXeEvowp6dCWwW6Zy > .row .container { width:20rem;height:3.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9Ad04mAqH8nGGUJEFU2L6EN895yle5D { width:20rem;height:1.7068125rem;top:0.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3OwvXS5ZTy65e75OtytFpigGMWHhU85 { width:20rem;height:0.375rem;top:3.21826171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCnroR31S9fX2sU4iT33nSHn42n4Hq8I { display:block; }#BCnroR31S9fX2sU4iT33nSHn42n4Hq8I > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCnMFpmPL6gvs0igauJBaO8bmZ6webe9 { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDbK0BVeUmu0RyHcxrx4zzSiTHfUJSPu { width:19.875rem;height:19.875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgPtCbe0pezUPFTyb2Wy3nI6MxupksHU { display:none; }#PgPtCbe0pezUPFTyb2Wy3nI6MxupksHU > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#PgPtCbe0pezUPFTyb2Wy3nI6MxupksHU > .row .container { width:20rem;height:21.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VDE7rrlB4uQa1XhM2ASgCRJd7Z5EmdFB { width:9.8125rem;height:9.8125rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8O4ltU4VIe1sCmCfTKIGPOZ41H83Ha0 { width:9.8125rem;height:9.8125rem;top:10.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgqErLwODg3HAfRcfNCHHegTRvArmkA8 { display:block; }#KgqErLwODg3HAfRcfNCHHegTRvArmkA8 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZEmfDSBc8fospWQZutm8R910OsKOQk8 { width:14.625rem;height:2.125rem;top:2.6992197036743rem;left:2.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGEWRwpzZoSoX38mdv1kkREKqaGpbHNX { display:block; }
 }@media only screen and (max-width: 763px) { #Z4VBpJtrB6QFrDN97WAMC3cMwtuNtUGg { width:20rem;height:1.625rem;top:0.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs8w2xSdDcwvybd0ft1LcOwwcvfP4Bdr { width:20rem;height:7.3125rem;top:22.0375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 { display:block; }#lrqI3XD8lT7i3UcxUBbMqp6xPId4VMs3 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gskIskx2FiO7CmqLX3bD6zDKHeTwyQhq { width:20rem;height:0.375rem;top:4.2375011444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGNn0BdSfnoSC0sIT2rs820VUN2sDHXf { width:20rem;height:3.41363125rem;top:0.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 { display:block; }#BvdHRQAqQcWfTWTmftEZeZoHFqTdzA75 > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ue4sHwlvcDHTyanCeemOp98VXwRlfrSe { width:13.875rem;height:14.375rem;top:0.69813656806944rem;left:3.0620661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTF24HCHdpvRbX2FCJTuJbCzTM55HP1Z { width:5.6875rem;height:5.6875rem;top:52.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imn01loL87cp19CWgJwbzcKrtRhKyz11 { width:5.68685rem;height:5.68685rem;top:2.3296432495117rem;left:7.1560330986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgDxGc4W7TwpFcBisi1oTMGCO2L4xeyk { width:12.4375rem;height:4.38801875rem;top:59.375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgBVF7hFNTVuKufo0zH3igKKhnMChIkS { width:12.4370625rem;height:5.12044375rem;top:8.8943185806275rem;left:3.7814670205116rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3TPiGiTOaIEgApPLWpswEsPfiuy9cyv { width:12.4375rem;height:5.12044375rem;top:41.875rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwWqCdb3w7KvNnDc4N1lEKQdSqzdJmVB { width:5.6875rem;height:5.6875rem;top:34.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBdBIIZPp9nLrlFfQdnw2kEt3Fi69m5t { width:13.875rem;height:16.0625rem;top:32.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh2qwRPqvCauFan5NgLxg7HgKKeWsTBO { width:13.875rem;height:15.1875rem;top:49.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrxkmU61ZSu6A174sTtV3ZcAG91PT5Zs { width:13.8748125rem;height:14.6245625rem;top:16.061198234558rem;left:3.0620661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsoURZ7fZo3lCi1pf0k5RXkJx9scuKPN { width:5.68685rem;height:5.68685rem;top:17.124566078186rem;left:7.1560330986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8UgIsFDtxAuJFDO8TuikFk2KkiN3StK { width:12.4370625rem;height:3.41363125rem;top:24.561633110046rem;left:3.7814670205116rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhLEODB9fu525zOAHu7xpZNQFdFNwBSf { display:block; }#BhLEODB9fu525zOAHu7xpZNQFdFNwBSf > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOOMq1ZPgseivPPulnhxn43hgcrTlZFX { width:20rem;height:1.7068125rem;top:0.9993505477905rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tahScXiZlR2qlnLTqgR61sIcKxWwLWut { width:20rem;height:0.375rem;top:3.4687519073486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abu4cdEExTQzeeaivSGEvt036bCfJ2xE { display:block; }#abu4cdEExTQzeeaivSGEvt036bCfJ2xE > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n82mLhmLhiUSdTb7VaNruERyaHp12tdF { width:19.5625rem;height:9.75rem;top:65.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #McMMg4ZZ2cQVCxn1RG1vSG4BrIdeKcZ9 { width:20rem;height:20.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgkhTTufA45TziLNeGVgAGdWbENSKbQR { width:20rem;height:22.8125rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF68AWaykUgsfaOnoQ8Tx27sSVLxxvyH { width:19.436875rem;height:11.24133125rem;top:76.8125rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRFTpBuVVpGyzlrU3NlFyKdWLAs8incb { width:19.4375rem;height:8.0034625rem;top:56.125rem;left:0.3125rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lumbwGqPCTekyeTNHfMurmB4RBqt4Zk7 { width:3.4375rem;height:0.12402375rem;top:87.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1oDJcXXQ0PQTD1B89QTuRMbwg5dTcPE { width:2.5rem;height:0.125rem;top:62.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Zgun9VsryIfba8lRzsZr6Tq9XBcfz9 { width:20rem;height:20.25rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFUPvS6eGCnoZaT7RLZTrrMBDBLAtkVt { width:20rem;height:10.11720625rem;top:32.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4L1a97Jt0zQKJsiH5mO8cZ2nt2h5emR { width:19.875rem;height:9.8125rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARvdr3VVRMCpb0p95XyDHWTpETlkJT96 { width:3.4375rem;height:0.0596788125rem;top:108.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIUIuLhvth4buKDTGOwaIdT0Tus6OVep { width:20rem;height:23.0625rem;top:65.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #p6EGZsoVCcOA0NCfT90tUXJXITPJnt0W { width:19.8125rem;height:11.0047625rem;top:11.375rem;left:0.1875rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cBgGJIsNTa5oGK1CzaaHeSo9M0NKgTIm { width:19.875rem;height:9.9375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ESh2QROCa0HbgCrEGyETZxUMuJuHke { width:2.875rem;height:0.0625rem;top:118.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrJxlqkCQuAiOOCRrmFpQORQIqA4WTTc { width:19.875rem;height:9.9375rem;top:66.4375rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #J2pk8az9nqMS0imFlevmFL7dio7Tiv7F { width:19.875rem;height:9.8125rem;top:45.0625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #XmeIPgETiXzt4ketp989b50w7iXKuBdE { width:3.4375rem;height:0.12402375rem;top:42.5009765625rem;left:0.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Xg6PiXehTqwA67mBe6sSBZEygzRloVTZ { width:2.8125rem;height:0.125rem;top:18.8134765625rem;left:0.375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p { display:block; }#Mo3diMTPGe0dloT3LQ8ZZ0ZLXi0wcr7p > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Htf36vdCerPcApDJXBETAAwo4bF9cfkV { width:20rem;height:3.41363125rem;top:0rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJq4omG9g0y7pQpkCPMbEMTFhxcuDZJV { width:20rem;height:0.375rem;top:3.5375003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row .container { background-color: transparent; background-image: none; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row .container > .video-iframe-container { display: none; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row > .video-iframe-container { display: none; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .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); }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row .container { border-width: 0; border-radius: 0; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P60wIGX7X9sMmzfNlZ8B0b4o89iXHbWq > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CglbWuixIyyKS2k5gRb3zxXkaBTUKZWa { width:20.125rem;height:11.125rem;top:22.1363125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEH3uDpZMLUF2ZkkUssgwVXDzy9WfWTA { width:17.625rem;height:1.7068125rem;top:26.1982421875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9yyirK1xdSmrXlS4wTi7vOU5ZTKe331 { width:19.0625rem;height:4.544275rem;top:28.13671875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cqI3sJAcD0g8W89wb0K7mkWrXWhVlf99 { width:5.0625rem;height:7.375rem;top:17.948598876953rem;left:1.3118489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTpQ9ekPTVkdMXF9ALTplNowKpkfcb8D { width:7.75rem;height:7.75rem;top:17.5113125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h79ME9IaVqJAvgezLdsEPP5w3onoWEEH { width:20.125rem;height:11.3125rem;top:5.5620727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWvKnonQXWgMzpN5PIxOAecuJXpBUun2 { width:12.5rem;height:1.7068125rem;top:10rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5Mu6K6n1BBLMcIU3W0WWAFZaAT4lNp6 { width:19.0625rem;height:4.87413125rem;top:11.705078125rem;left:0.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ovuMpsX34ZTnNXbosID7vcfEth8qlgcF { width:7.75rem;height:7.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU9CFCuZbJhJJRR3EbVEHLt9JIPyUTxf { width:6rem;height:7.625rem;top:1.7868928909302rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row .container { background-color: transparent; background-image: none; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row .container > .video-iframe-container { display: none; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row > .video-iframe-container { display: none; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .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); }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row .container { border-width: 0; border-radius: 0; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8xmUTtBaxloHreqTBX9oIkwCbsOWMyU > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di28rcCOk60crN4CCFXkunsSFMo7ttxJ { width:20.125rem;height:11.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OspaLgBaLnilfvc5Mf7aswQyeGX7A3Gv { width:13.25rem;height:1.7068125rem;top:10rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkM7Bh77pDvFVSasVggSS3Md6BATv9zH { width:19.0625rem;height:3.65625rem;top:12.3115234375rem;left:0.7509765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Grk8CDN4afdsadq1WJyBKyNTobkzdRDR { width:5.6875rem;height:7.6875rem;top:1.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHaeRA3gzdJSNzLnVQozOHhOuHWL7tTS { width:7.75rem;height:7.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un9TATQwiFHswIDahZsK15a2u3bvKbwR { width:20.125rem;height:11.5625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSHpxAXTfezJH2ByREmGbUW4uIdUnUB { width:13.9375rem;height:1.7068125rem;top:28.1865234375rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILgTgCh4t4svBWnI57cypFIRnttD57tZ { width:19.0625rem;height:3.65559375rem;top:30.5615234375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ag4H9KTainoLTAtWQUfxvyJ30ffgP3QC { width:7.75rem;height:7.75rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR6fegCAU3Z6rkrGsWBtsfSoTQGTlcSN { width:5.5625rem;height:7.5625rem;top:19.600053787231rem;left:1.2172310948372rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row .container { background-color: transparent; background-image: none; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row .container > .video-iframe-container { display: none; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row > .video-iframe-container { display: none; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .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); }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row .container { border-width: 0; border-radius: 0; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gt1FiKA5pVum9clsGXbZ9XxLOeybBZVc > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJtKSvSwCBanByRwpg60Qd3SiZxlXrOu { width:20.125rem;height:10.75rem;top:5.5620727539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFxayOROGQcxahFvoPhSwNMT9vQxWhAD { width:17rem;height:1.7068125rem;top:10rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx9hTWnGoBiLqofQ75qkNkmufV9JDxUb { width:19.0625rem;height:2.4370625rem;top:12.560546875rem;left:0.7490234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #saxdZ85GLBeMNRDJGdTe27NoTyvkmXP1 { width:7.75rem;height:7.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5oDi63vuJDIZAZdHHnIHq5yJhuIZUyP { width:5.0625rem;height:7.625rem;top:1.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeUpz0m3gFTiteLtETPFmhFgXvK5ZV9r { width:19.875rem;height:10.9375rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4v1AXZefRlhxrPTquiJDW7TaSACvZvQ { width:19.3125rem;height:3.65625rem;top:28.3740234375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fuHe3rJavWqxASBEfDnSiEtdJo97CUTg { width:12.5rem;height:1.7068125rem;top:26.125rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQSCAnZysTJT31mfB8eWJbaqF85JA6kg { width:7.9375rem;height:7.9375rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eayKMtPQE0vCBqEHcyTvRbnvbtTSN3om { width:6.25rem;height:8.4375rem;top:17.1875rem;left:0.99978309869769rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD { display:block; }#vsx1eNII8RieNwiONHFtNSn8Tu8tSRBD > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6AyxupgVyAaLP6x1SaxZn0da8oUrv5l { width:20rem;height:3.41363125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hamuTQTNlRXWN0cX7ISCrkwaq1AQVUma { width:20rem;height:6.0926625rem;top:5.7499923706055rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI2MW1iKgFpMbPRPtT9v2kMR1lunxfey { width:14.625rem;height:2.125rem;top:12.493750572204rem;left:2.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF3FqhxqRSUBXT57TQg9thRPocEIa0Ow { display:block; }
 }@media only screen and (max-width: 763px) { #FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 { display:block; }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#FyhHmBOEEEqDOo00FRTHRA8z6RLzzpO0 > .row .container { width:20rem;height:2.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9TCkzBeT0AOvbQA1Es5kdD7XOoKbpKD { width:20rem;height:1.86875rem;top:0.54145872592926rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ { display:block; }#zL6hesOyGw10Tm1WTcu6vpy8MS0xpITQ > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEQrmIv0apKeTHbBqMifPqW2wAMGao85 { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpcHHULQTblJr6H7qbnTmgU8BGuw94th { width:20rem;height:3.375rem;top:5.6375007629394rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JsUzoAh7UTEw7TH4t4yt3mnFiJl3zRF4 { width:20rem;height:0;top:15.975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpqHXBGcLNXdGeiSb8Gzp9WRmKVMXRrO { width:19.6875rem;height:3.375rem;top:15.262487411499rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Noy89664QU3D5FIW1eyrft2OpInApRhr { width:20rem;height:0;top:13.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUTqIEtbGVLvflncqdSNUEkmuHvbxUSa { width:20rem;height:3.375rem;top:24.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VIxDXA0rmTpff58BxDtyOM8i7UUV9SpH { width:20rem;height:3.2487rem;top:20.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXEub0fEc8Hlz3UJo8B2oCeMchqOGkb2 { width:20rem;height:0;top:20.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmHxlCDWViTc1vc1XVyfzvTvTNHAcWiw { width:20rem;height:3.2487rem;top:30.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8Sh0x72vcwUhSdPmy5B3DNEphThpQft { width:20rem;height:3.375rem;top:34.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9uTkqNtueCb4n05dITiZvVi306Mkc7U { width:20rem;height:0;top:26.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHg7z2gdvlpOwo7qlWpoRMhWmVW94pco { width:20rem;height:3.375rem;top:43.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4u5W7wDHAJzzleGCXMN4Niwz61Vmi55 { width:20rem;height:3.2487rem;top:39.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tixrr5ey5FHyhSMc3X7aTbMaxeUnrLb6 { width:20rem;height:3.2487rem;top:10.60000038147rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIQiS0ZTc3eyNZt7caUtEiRi2RTTt5hJ { width:20rem;height:3.41363125rem;top:1.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTDHSs1BE694lrRtBQu9TyNClCBcxEKo { width:20rem;height:0;top:34rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAPTxaocqpeEgoITyTPs5n03m2ey5XZ9 { width:20rem;height:3.2487rem;top:47.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bm2RQftRGVOvGAq4uUsHyeaWRWvRTy8g { width:20rem;height:3.375rem;top:52.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#p9CAEufUFt89ZlrBgL5ayJDqZmWlefKG > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPtdW8fxmyhWF7HMhrm8MzgOcIK0X1G7 { width:17.5rem;height:2.87435rem;top:1.0611991882324rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8vJGINspUGJc4En0ZWkAVm4ZSPdcwGz { display:block; }
 }