.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:transparent;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); }#b5qTSGq4nD5l2A454DowJsASSepqysUR { z-index:auto;position:relative;display:block; }#b5qTSGq4nD5l2A454DowJsASSepqysUR { background-color: transparent; background-image: none; }#b5qTSGq4nD5l2A454DowJsASSepqysUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row .container > .video-iframe-container { display: none; }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row > .video-iframe-container { display: none; }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .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); }#b5qTSGq4nD5l2A454DowJsASSepqysUR { border-width: 0; border-radius: 0; }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #003061, #0091d6);background-image: -moz-linear-gradient(180deg, #003061, #0091d6);background-image: -ms-linear-gradient(180deg, #003061, #0091d6);background-image: -o-linear-gradient(180deg, #003061, #0091d6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#0091d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#0091d6' );";background-image: linear-gradient(180deg, #003061, #0091d6);background-size:cover !important;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#D8PQJTTdeXaOTRJAuHWg6gZKvKTQyrho { 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:5.1875rem;width:18.1875rem;top:3.07958984375rem;left:5.375rem;overflow:hidden;display:block; }
#V7luccM6MGkpt4q1eKmMTIActaPNMD15 { color:#003061;display:block;width:31rem;position:absolute;font-family:"barlow condensed";font-size:3.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:36.0625rem;left:5rem;height:3.25rem;font-style:normal;display:block; }
#bmJ0B2okJKJIzvytuTh8o9vUBPzTenxd { color:#fffdfd;display:block;width:31rem;position:absolute;font-family:"barlow condensed";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:39.625rem;left:5rem;height:1.625rem;font-style:normal;display:block; }
#zBFBT2PqO5KeuZ8orxt2gg79H02bNSh2 { color:#fdfdfd;display:block;width:47.5625rem;position:absolute;font-family:"barlow cond";font-size:8.75rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:10rem;left:4.875rem;height:23.625rem;font-style:normal;display:block; }
#J7XkNRPiT02OwWeT3Co8vs1SI9wmRdzM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.4375rem;width:22.875rem;top:0rem;left:52.0625rem;overflow:hidden;display:block; }
#ikQQnbTvpUe55pOkAAIwecara6SNluVX { z-index:;position:relative;display:block; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX { background-color: transparent; background-image: none; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row .container > .video-iframe-container { display: none; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row > .video-iframe-container { display: none; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .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); }#ikQQnbTvpUe55pOkAAIwecara6SNluVX { border-width: 0; border-radius: 0; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#F8GTEftZCQ45ofQzJfqmI0arFxuW9XZR { color:#003061;display:block;width:56.4375rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.80078125rem;left:10rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFLeyHPm1D2x6G9FxaTUG4O0LbCUR9hz { color:#003061;display:block;width:56.4375rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:8.75rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o1NZCt4IkH4LMfW0iFend9pFORETBXnK { 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:32.8125rem;width:19.875rem;top:16.8125rem;left:0rem;overflow:hidden;display:block; }
#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN { z-index:;position:relative;display:block; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN { background-color: transparent; background-image: none; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row .container > .video-iframe-container { display: none; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row > .video-iframe-container { display: none; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .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); }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN { border-width: 0; border-radius: 0; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row .container { background-color:rgba(0,145,214,0.17);background-image:none;font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qdaaFvHbx7pGbooQ6VyOxBJOZw6XUS57 { 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:5.125rem;width:18rem;top:2.125rem;left:52rem;overflow:hidden;display:block; }
#Nha6tMpa7kQBxlnDT7qDv7XHtgr1hDu2 { color:#0091d6;display:block;width:42.625rem;position:absolute;font-family:"barlow condensed";font-size:3.6875rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:10.48779296875rem;left:23.75rem;height:6.63675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tm810LuBEOHHnFiiyL26SWZAneT0BWU3 { color:#003061;display:block;width:36.6875rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:19.625rem;left:23.75rem;height:9.4482375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KOQz3usRsIJeWu3KHq87XxVXI3h64GN4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:16.0625rem;top:21.1875rem;left:58.9375rem;overflow:hidden;display:block; }
#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO { position:relative;display:block; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO { background-color: transparent; background-image: none; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row .container > .video-iframe-container { display: none; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row > .video-iframe-container { display: none; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .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); }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO { border-width: 0; border-radius: 0; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0091d6;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pqb81n74H3fZOsxLTT1TxlAzZKgzSh52 { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"barlow condensed";font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.5810546875rem;left:19.625rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l1v0etiH1SGJKTLoRth6WlZ1DPetgt9M { background-color:#003061;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;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:"barlow cond";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.90625rem;left:41.4375rem;display:block; }
#gJp1lspxRkAziDWPdhByFIJB12sBV4il { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M { position:relative;display:block; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M { background-color: transparent; background-image: none; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row .container > .video-iframe-container { display: none; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row > .video-iframe-container { display: none; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .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); }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M { border-width: 0; border-radius: 0; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .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; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #003061, rgba(0,145,214,0.9));background-image: -moz-linear-gradient(190deg, #003061, rgba(0,145,214,0.9));background-image: -ms-linear-gradient(190deg, #003061, rgba(0,145,214,0.9));background-image: -o-linear-gradient(190deg, #003061, rgba(0,145,214,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );";background-image: linear-gradient(190deg, #003061, rgba(0,145,214,0.9));background-size:auto !important;font-size:0.875rem;font-family:arial;height:4.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; }#ssuT7rLKxAPT0GN9qINV4EdD27D9faMF { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"barlow condensed";font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:0.9375rem;left:3.75rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i9BsOz42WEX94E35vDT2dslJRLvdqr55 { position:relative;display:block; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 { background-color: transparent; background-image: none; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row .container > .video-iframe-container { display: none; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row > .video-iframe-container { display: none; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .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); }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 { border-width: 0; border-radius: 0; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .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; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.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; }#i7Z10Wxr6rHLV8G7BGku4XeSTbGsO5cZ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:22.375rem;left:28.75rem;overflow:hidden;display:block; }
#Ts6SEyXN5ZmGoliLkmBv3TpTUx91Gb7U { color:#0091d6;display:block;width:11rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.8125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mqoMQgICdvhALsrlCwB9LlPFAoKXZVk4 { color:#003061;display:block;width:23.5625rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.8125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PnvT8CVc8f3eczyQNzlCMcGNeAOd0OyV { color:#003061;display:block;width:16.1875rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:23.625rem;left:37.4375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q46IJT5vhceThf0qgLCIgB0ZuSIB8kFT { color:#003061;display:block;width:15.1875rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:25.5rem;left:37.4375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jyd3gsp8McwaKKx7wA2Rug2eHgnEX5iU { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:12.375rem;left:52.5rem;overflow:hidden;display:block; }
#DlbTE3hT2o3UT2oaZgWwIr6lQ4N5MeFm { color:#003061;display:block;width:10.6875rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:15.5625rem;left:61.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fd2yzTtOlT1T4gAJ16WmQEPG5ICNWVgf { color:#003061;display:block;width:12.875rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:13.6875rem;left:61.125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#svn01N9fGcDDqgNTRFzpVBhkASdCQwTt { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:12.375rem;left:28.75rem;overflow:hidden;display:block; }
#pWKD0aLGzS4FHwnGbZUGy8o6ooPlhWI5 { color:#003061;display:block;width:12.5625rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:15.8125rem;left:37.5625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hhKi6Pwgn87ioAoRGDrwqReZ04aZuLgX { color:#003061;display:block;width:11.1875rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:13.9375rem;left:37.5625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kgCEEeZXbamAwCts1ActQLZhZDiMOdnq { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:12.375rem;left:3.75rem;overflow:hidden;display:block; }
#Zvx4CtTmexBKBLZ9ZHoBdIGyVldC3XCl { color:#003061;display:block;width:14.125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:13.8125rem;left:12.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZTawAgipTpsgqP0VNyhyTiEMovKlQ7x { color:#003061;display:block;width:14.375rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:15.6875rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aBxX5Is3lveivvg2F9b6MJ6vZTNOqp8u { color:#0091d6;display:block;width:11rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.8125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rsbkJUtROeMXBAEIUS0iKkdhBx5bWsyO { color:#003061;display:block;width:23.5625rem;position:absolute;font-family:"barlow condensed";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:3.8125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTcWApA2fNhWKd7UJvnPk2cqTSeUX1Xd { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:22.375rem;left:3.75rem;overflow:hidden;display:block; }
#B3VKCqa6Qs8H99FsJXkQDkMd8ySTpa1P { color:#003061;display:block;width:10.6875rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:26.625rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aZhSdaWqhwFTdmoHqhN6sOyTNFemUBnP { color:#003061;display:block;width:12rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:23.6875rem;left:12.375rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b8KrtSS1q3dDA0IuZP196ar2PNZSpHep { box-sizing:content-box;height:0.125rem;width:68.3125rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,48,97,0.28);background-image:none;top:6rem;left:3.75rem;display:block; }
#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK { position:relative;display:block; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK { background-color: transparent; background-image: none; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row .container > .video-iframe-container { display: none; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row > .video-iframe-container { display: none; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .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); }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK { border-width: 0; border-radius: 0; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,145,214,0.1);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-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#m9K9G4WRLf2bQh2Wu3HCyF3PqBb6N9Tp { color:#003061;display:block;width:40.9375rem;position:absolute;font-family:"barlow condensed";font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:3.75rem;height:3.0874rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CigTcoNq2l0tTgg8sFd5marNHfgbCtal { color:#0091d6;display:block;width:11rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ql0Cmsk6b9WugPHo7JJ5z3RyR2quvROI { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:8.5625rem;left:3.75rem;overflow:hidden;display:block; }
#vlHAOEM8gveoaJ05ZZoti50LBTn6JIJs { color:#003061;display:block;width:22.1875rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:12.375rem;left:12.5rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ScVPQaZRDR1K7pKSQ2Lrf0NucheT3UEd { color:#003061;display:block;width:15.1875rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:9.875rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab { position:relative;display:block; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab { background-color: transparent; background-image: none; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row .container > .video-iframe-container { display: none; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row > .video-iframe-container { display: none; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .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); }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab { border-width: 0; border-radius: 0; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .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; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .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:21.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; }#FWQ2yRA2Psn71f67JTmpfGUaUXamK3a6 { color:#003061;display:block;width:62rem;position:absolute;font-family:"barlow condensed";font-size:2.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:3.9375rem;left:3.75rem;height:5.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qmEnrtVT5WvIhTPRGukg9vMK6qxLo4P4 { color:#003061;display:block;width:20.0625rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:12.6875rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HOMwgGbwlmDOUKRleRtG1rgCyoX9twkb { color:#003061;display:block;width:22.1875rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:15.0625rem;left:12.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nvz2KsJdQ8CG8SixGhPXuCKxZpXbRnMT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:11.4375rem;left:3.75rem;overflow:hidden;display:block; }
#PqUmk9QcgS2LpKCnBPQAIE4LZT5xvrsG { color:#0091d6;display:block;width:11rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm { position:relative;display:block; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm { background-color: transparent; background-image: none; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row .container > .video-iframe-container { display: none; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row > .video-iframe-container { display: none; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .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); }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm { border-width: 0; border-radius: 0; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .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; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,145,214,0.1);background-image:none;font-size:0.875rem;font-family:arial;height:32.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; }#deeDFkhHfk2ona59RbCvwADuwS57Syyc { color:#003061;display:block;width:48.875rem;position:absolute;font-family:"barlow condensed";font-size:2.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:3.6875rem;left:3.75rem;height:5.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O51d2mBQLega6v5NQEq5I0Am3xaJkTmr { color:#003061;display:block;width:9.6875rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:25.25rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b7s878XN4uIRs0dGMqoAyrtJokKNk7Ob { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:21.5625rem;left:3.75rem;overflow:hidden;display:block; }
#P2hoDAEcvLy9i7dNlZWofAkb8T9sQyTV { color:#0091d6;display:block;width:11rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.2255859375rem;left:3.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V2eI37wOM6CiXlLB8oWoTvIN0r9v5XeS { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:11.125rem;left:27.25rem;overflow:hidden;display:block; }
#GgnTxdA1FdNoo9mRpMKqWRE1Gi5DFmWB { color:#003061;display:block;width:10.6875rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:15.0625rem;left:12.4375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aqh2mHrLTlvyLJLI4tXb6xfK2lrvrU0O { color:#003061;display:block;width:11.6875rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:17.4375rem;left:12.4375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K9EpsrWgLgcT94wEqBTrqHBkqs1pNkW8 { color:#003061;display:block;width:17.5625rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:14.75rem;left:36.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTRcv61x874Ed5J0Hes3eWqwpGIiRSlU { color:#003061;display:block;width:15.6875rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:17.25rem;left:36.1875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IHn4fm8LsKeAK2FlEbhEoTSuZyykv7ey { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:11.375rem;left:3.75rem;overflow:hidden;display:block; }
#b4Oqu9GtTDap27nFmIg8xbnbhA9Xta6H { position:absolute;display:block;z-index:15034;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:3rem;width:3rem;top:11.375rem;left:12.5rem;overflow:hidden;display:block; }
#ayChrI6fdsHJDCS3wFL8cQ7GR02IOgqF { position:absolute;display:block;z-index:15035;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:3rem;width:3rem;top:11.125rem;left:36rem;overflow:hidden;display:block; }
#ux1aT7ILw4ziWOnpPGQK2w587d7DtuzN { position:absolute;display:block;z-index:15036;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:3rem;width:3rem;top:21.5625rem;left:12.5rem;overflow:hidden;display:block; }
#Eta8kFityk3QLV9ccdAzDCwIKvG4TEfp { color:#003061;display:block;width:27.875rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:27.25rem;left:12.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago { position:relative;display:block; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago { background-color: transparent; background-image: none; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row .container > .video-iframe-container { display: none; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row > .video-iframe-container { display: none; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .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); }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago { border-width: 0; border-radius: 0; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .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; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .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:21.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; }#pVvQN5tBATlkCBZr3bXhHlJZUES4NmEq { color:#003061;display:block;width:58.1875rem;position:absolute;font-family:"barlow condensed";font-size:2.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:3.9375rem;left:3.75rem;height:5.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FwVPMtBzrt15uiNCRFzgU88Z6h0c4xJ7 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:11.25rem;left:3.75rem;overflow:hidden;display:block; }
#TT2cRw9JfF1eeM3F1Th27UxdSsORVdwt { color:#0091d6;display:block;width:11rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0NOO6cJheNFezA711RA1nXW8D8yAyzO { color:#003061;display:block;width:11rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:13.75rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nZmfdUX6xhad8Ia9oKt6vaoXO4CbBIVc { color:#003061;display:block;width:10.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:16.125rem;left:12.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TW8mJEz0nm5NQOnaJrkO3bLI3rNkPndf { color:#003061;display:block;width:12.4375rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:16.125rem;left:33.75rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Alb8d6K18Ntehd7OJZHXB8fQ98td7FEp { color:#003061;display:block;width:12.125rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:13.75rem;left:33.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DxdJLtzC8zMJ8eIKXxDTStQrvP7SAUIX { color:#003061;display:block;width:7.1875rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:16.125rem;left:56.25rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dFsSOVTPzFinXco9iDvwxxi1fo5U8lLe { color:#003061;display:block;width:10.6875rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:13.75rem;left:56.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NHFhBBazE2EX289zTor2EH2T1NCZRlap { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:11.25rem;left:47.5rem;overflow:hidden;display:block; }
#BKaC01wxikVKDDy5P728OWm1WvLmntTM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:11.25rem;left:25rem;overflow:hidden;display:block; }
#eklokewo8TLw71cfTmnlQrmDTu6O8uot { position:relative;display:block; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot { background-color: transparent; background-image: none; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row .container > .video-iframe-container { display: none; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row > .video-iframe-container { display: none; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .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); }#eklokewo8TLw71cfTmnlQrmDTu6O8uot { border-width: 0; border-radius: 0; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .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; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,145,214,0.1);background-image:none;font-size:0.875rem;font-family:arial;height:18.875rem;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; }#dt6APE8btG479wBT6URmMSBZbkSTSASm { color:#003061;display:block;width:58.1875rem;position:absolute;font-family:"barlow condensed";font-size:2.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:4.125rem;left:3.75rem;height:2.61230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZIfgDi2sNxdAa0GgboNwND2ycwMHGCk { color:#0091d6;display:block;width:11rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bcdEJ9iuzQRmTrf17fSqNPQ7yFATTqKO { color:#003061;display:block;width:20.125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:13.3125rem;left:12.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mdFD3u7u9UXTTfTSH97HXr4EhffNz1KE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:8.875rem;left:3.75rem;overflow:hidden;display:block; }
#kHqPznutnufs6WK2PXUJEckxpLOdhUCL { color:#003061;display:block;width:13.9375rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:10.8125rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 { position:relative;display:block; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 { background-color: transparent; background-image: none; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row .container > .video-iframe-container { display: none; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row > .video-iframe-container { display: none; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .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); }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 { border-width: 0; border-radius: 0; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .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; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -moz-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -ms-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -o-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );";background-image: linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-size:auto !important;font-size:0.875rem;font-family:arial;height:3.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; }#X2KTZBDcQNPiPc4vvrxtNSsywMNyDlQy { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"barlow condensed";font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:0.625rem;left:4.0625rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 { position:relative;display:block; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 { background-color: transparent; background-image: none; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row .container > .video-iframe-container { display: none; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row > .video-iframe-container { display: none; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .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); }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 { border-width: 0; border-radius: 0; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .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; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .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:21.25rem;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; }#dJeMtq1Hl9NKi8U9A6D3ZulMvVg1bvvI { color:#003061;display:block;width:44rem;position:absolute;font-family:"barlow condensed";font-size:2.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:3.875rem;left:3.75rem;height:5.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KwctPuFE72NqzhcMzQO5AMWeQatRMhTn { color:#0091d6;display:block;width:11rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:3.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ryWcBsQXmTxL867tsecAE83qP752f9lE { color:#003061;display:block;width:19.4375rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:13.6875rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GhIGn5ukkxP8V3Whhtkx7QxsiRKHt5xE { color:#003061;display:block;width:20.125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:16.0625rem;left:12.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rkSaHi2QNV2vA6JTcrzIqQtPCbl4vhX9 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:11.1875rem;left:3.75rem;overflow:hidden;display:block; }
#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o { position:relative;display:block; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o { background-color: transparent; background-image: none; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row .container > .video-iframe-container { display: none; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row > .video-iframe-container { display: none; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .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); }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o { border-width: 0; border-radius: 0; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .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; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,145,214,0.1);background-image:none;font-size:0.875rem;font-family:arial;height:21.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; }#EaWTw4Q43Jndus0TDwt1IhwpMm01TXgv { color:#003061;display:block;width:52.375rem;position:absolute;font-family:"barlow condensed";font-size:2.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:3.8125rem;left:3.75rem;height:5.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OJOTPcw9GuDGFIormnsy6boGFbJmM5uo { color:#0091d6;display:block;width:11rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3505859375rem;left:3.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SUOy3ybRA8qBCJOwFchJup5Cr3W1ED2t { color:#003061;display:block;width:13.9375rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:13.6875rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#phOgupd5EJHkV8owJX8TcMooe5rnFZ6w { color:#003061;display:block;width:20.125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:16.1875rem;left:12.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bOJXmNvz02EITWuPHuASv2hb5lN2bASs { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:11.1875rem;left:3.75rem;overflow:hidden;display:block; }
#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC { position:relative;display:block; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC { background-color: transparent; background-image: none; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row .container > .video-iframe-container { display: none; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row > .video-iframe-container { display: none; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .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); }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC { border-width: 0; border-radius: 0; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .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; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .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:19rem;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; }#L5F48L7DDcVTk40EtXbosDHh4RcOSyge { color:#003061;display:block;width:52.375rem;position:absolute;font-family:"barlow condensed";font-size:2.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:4.0625rem;left:3.75rem;height:2.61230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MV23vtOEm8MkUaod95wzggONJ3TkvMZv { color:#0091d6;display:block;width:11rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:3.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UQV5syOSHMwo0QI2l8uIqvzTuTlnkrk3 { color:#003061;display:block;width:13.9375rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:10.875rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tKMDoNPl3SVkRGHLAJRoH58XaqydQ9oi { color:#003061;display:block;width:20.125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:13.375rem;left:12.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRTRSwx2J7f8dWqn5v3pXppeDWbIJFab { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:8.5rem;left:3.75rem;overflow:hidden;display:block; }
#m9KtkKk1NxFLte112ZTVHmPJWE417ebR { position:relative;display:block; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR { background-color: transparent; background-image: none; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row .container > .video-iframe-container { display: none; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row > .video-iframe-container { display: none; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .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); }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR { border-width: 0; border-radius: 0; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .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; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -moz-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -ms-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -o-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );";background-image: linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-size:auto !important;font-size:0.875rem;font-family:arial;height:3.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; }#duCEBkAOcSwZwO1iVmrkkRP02V52gOou { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"barlow condensed";font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:0.625rem;left:4.0625rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 { position:relative;display:block; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 { background-color: transparent; background-image: none; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row .container > .video-iframe-container { display: none; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row > .video-iframe-container { display: none; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .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); }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 { border-width: 0; border-radius: 0; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .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; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,145,214,0.1);background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;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; }#pMlFx6AuVWUJv31pp2ZaMzQpbk5SK7mA { color:#003061;display:block;width:52.375rem;position:absolute;font-family:"barlow condensed";font-size:2.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:3.8125rem;left:3.75rem;height:5.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dnpn5t2n6q6HlPnepLtet0JTlBQeQMhP { color:#0091d6;display:block;width:11rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k0aaoLg1zGkEtn1bvMyCpVdSLznCuHZa { color:#003061;display:block;width:13.9375rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:12.9375rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t3Z9G9ewU5aKli8ZUA6CqF2ehf7uAqlZ { color:#003061;display:block;width:12.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:15.4375rem;left:12.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F3hBwc8DeM1UpmzCGDBz6WofyiG8W4P6 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:21rem;left:3.75rem;overflow:hidden;display:block; }
#iGimkZwP13ssO2v32wrrlm7VMvVzMdJq { color:#003061;display:block;width:17rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:25.4375rem;left:12.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B1oAW81VAzHGkpPHZCaTROdvnl0s1QUG { color:#003061;display:block;width:13.9375rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:22.9375rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qEkqSnRiEM9Iwqewy2hXNu7iS6oN4ScW { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:11.1875rem;left:32.5rem;overflow:hidden;display:block; }
#vhzIW1qNgpv1k6CvMSaXh8723vmRn0Zb { color:#003061;display:block;width:20.125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:15.5rem;left:41.25rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jv6VVfyQ230uIGJbt6x5Mo3CAFTv4A2V { color:#003061;display:block;width:13.9375rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:13rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Il941zXn2IRa3yINdeUMWvn9c2ttK6PT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:10.9375rem;left:3.75rem;overflow:hidden;display:block; }
#PgiTs1bTkpMTSCEDpJA5LXtvszN5LERt { color:#003061;display:block;width:20.125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:25.5rem;left:41.25rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#abh1tFEpfc7LZlfIFiL6v2U58tJ7mVdr { color:#003061;display:block;width:13.9375rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:23rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ySnK1TJyqvxvQDr5TQERR16yuQSi5nio { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:21.1875rem;left:32.5rem;overflow:hidden;display:block; }
#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu { position:relative;display:block; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu { background-color: transparent; background-image: none; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row .container > .video-iframe-container { display: none; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row > .video-iframe-container { display: none; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .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); }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu { border-width: 0; border-radius: 0; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .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; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .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.625rem;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; }#TPuckFRTrAfCrAEUnDXW2lGa4XTG4XLS { color:#003061;display:block;width:52.375rem;position:absolute;font-family:"barlow condensed";font-size:2.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:3.6875rem;left:3.75rem;height:2.61230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yV3oXsdppVFyD0iH4orwp3W0Xhf7P2Ui { color:#0091d6;display:block;width:11rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.2255859375rem;left:3.75rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nM5pTdJfXk4Gtl37JTHT9xeBr2hGE5v6 { color:#003061;display:block;width:20.125rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:13.5625rem;left:12.5rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o5kve5k4BtcITHBsQXvBmtDXa0wgkGvC { color:#003061;display:block;width:19.4375rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:11.1875rem;left:12.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ROmEEuTrvbKyfvUixTPeCUD9h6tygLME { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:8.6875rem;left:3.75rem;overflow:hidden;display:block; }
#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA { position:relative;display:block; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA { background-color: transparent; background-image: none; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row .container > .video-iframe-container { display: none; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row > .video-iframe-container { display: none; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .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); }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA { border-width: 0; border-radius: 0; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .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; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -moz-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -ms-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -o-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );";background-image: linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-size:auto !important;font-size:0.875rem;font-family:arial;height:3.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; }#T6OZeJTl1LW3cvZfWNtA90BCgeZIosI4 { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"barlow condensed";font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:0.625rem;left:4.0625rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TyuvEmdO1CM43K1sJXIH4FuoHbXiiWTF { position:relative;display:none; }#TyuvEmdO1CM43K1sJXIH4FuoHbXiiWTF { border-width: 0; border-radius: 0; }#TyuvEmdO1CM43K1sJXIH4FuoHbXiiWTF > .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; }#TyuvEmdO1CM43K1sJXIH4FuoHbXiiWTF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,48,97,0.51);background-image:none;font-size:0.875rem;font-family:arial;height:20.1875rem;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:none; }#PXULMaFsBA6agAybxh9HrazOtPd15dwz { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:11.5625rem;height:15.4345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 { position:relative;display:block; }#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 { background-color: transparent; background-image: none; }#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 > .row .container > .video-iframe-container { display: none; }#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 > .row > .video-iframe-container { display: none; }#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 > .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); }#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 { border-width: 0; border-radius: 0; }#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 > .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; }#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 > .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:1.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; }#ypZKadChA2WaUkv0rDbVlOhufms1GgOt { position:relative;display:none; }#ypZKadChA2WaUkv0rDbVlOhufms1GgOt { border-width: 0; border-radius: 0; }#ypZKadChA2WaUkv0rDbVlOhufms1GgOt > .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; }#ypZKadChA2WaUkv0rDbVlOhufms1GgOt > .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.1875rem;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:none; }#xdKyFBMWQmvTEJuHswXGRpVbat1FLIO9 { color:#002e5f;display:block;width:33.9366875rem;position:absolute;font-family:asap;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.75390625rem;left:20.5rem;height:1.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gendaJAq58IsN7SnRGBF5CakOx40eU4w { position:relative;display:none; }#gendaJAq58IsN7SnRGBF5CakOx40eU4w { border-width: 0; border-radius: 0; }#gendaJAq58IsN7SnRGBF5CakOx40eU4w > .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; }#gendaJAq58IsN7SnRGBF5CakOx40eU4w > .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:34.875rem;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:none; }#dUbruG7uOOlxZQ19QKJdGMmRyhrgX1gB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:13.9375rem;top:9.375rem;left:13.125rem;overflow:hidden;display:block; }
#EW9zUHmS1cWRFRT0KP2tlEEJIyJ9xApz { 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:2.5rem;width:12.3125rem;top:11.03125rem;left:32.375rem;overflow:hidden;display:block; }
#O55ukRX2VwF3NB1JPCQxmuy9Sq8L2wX9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:14.875rem;top:3.9375rem;left:9.6875rem;overflow:hidden;display:block; }
#zcoaIgBhawqfTx1pR7Aixy0Mnbe2A1QM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:6rem;top:17.875rem;left:39.9375rem;overflow:hidden;display:block; }
#asxlDsB35UlBUU88q1Sr0lpgp3i4tPlh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9rem;top:2.3125rem;left:28.9375rem;overflow:hidden;display:block; }
#fez6eruht7HKuiDarXPr587vvsdpcxiq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:13.25rem;top:10.53125rem;left:49.0625rem;overflow:hidden;display:block; }
#k5bhWqTEUkCmJyDWeIWKocqvzet0B56q { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:8.3125rem;top:1.75rem;left:40.75rem;overflow:hidden;display:block; }
#gf7MIVveHrBVTHyJhtLDJppHDS12Bd2o { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.625rem;top:2.9375rem;left:52.5rem;overflow:hidden;display:block; }
#iNCCVPdeG73genxevmo9pKIBRZZEk7sT { 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.3125rem;width:9.375rem;top:25.0625rem;left:54.8125rem;overflow:hidden;display:block; }
#s9e9IEXISnsoHkInKE2HWUaNBUz0u4mn { 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:3.625rem;width:8.8125rem;top:17.75rem;left:12rem;overflow:hidden;display:block; }
#WI6BpR7n3UeTkrxmSw3C6lZDKQGmTzyw { 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:2.3125rem;width:14.375rem;top:26.5625rem;left:10.875rem;overflow:hidden;display:block; }
#GhTxGFfhtfMA3mTNw1lub0DpupnzuFBu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.4375rem;top:26.625rem;left:28.3125rem;overflow:hidden;display:block; }
#xLB9RJ7WleXz6D4C556IrRJXe8AOAqGh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:7.5rem;top:24.5rem;left:44.1875rem;overflow:hidden;display:block; }
#mwuBbvZnJzkaWhalqbSbN2upKpUlpIW8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:12.8125rem;top:19.125rem;left:49.25rem;overflow:hidden;display:block; }
#rgmJ1yz9KpbM5SnGg944XvTzCBKZbZDo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.5625rem;top:17.375rem;left:25.1875rem;overflow:hidden;display:block; }
#WIL5D9eX5kMigxoFUJz7szxUTVZMJDkM { position:relative;display:none; }#WIL5D9eX5kMigxoFUJz7szxUTVZMJDkM { border-width: 0; border-radius: 0; }#WIL5D9eX5kMigxoFUJz7szxUTVZMJDkM > .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; }#WIL5D9eX5kMigxoFUJz7szxUTVZMJDkM > .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:11rem;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:none; }#NZtFbPUtsJnSXcgSpomrhoLfaNoOHnB0 { 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:4.1875rem;width:10.0625rem;top:0.27968788146973rem;left:27.625rem;overflow:hidden;display:block; }
#QbLqd8aTco0Hh6C1Do7xBQvCLVBQbOUz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.625rem;top:1.4984378814698rem;left:56.3125rem;overflow:hidden;display:block; }
#KkePSi8LtTTEI2rfO8TTiNtF335KNzVh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.0625rem;top:0.49843788146973rem;left:46.125rem;overflow:hidden;display:block; }
#PTn8CUh3Jeltp8EipCJmlsDFr1z3bdmo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.75rem;top:5.6125011444092rem;left:12.375rem;overflow:hidden;display:block; }
#zT3dLbdDP8wnNyfh7HDcOddTUX2pTJ3w { 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:3.375rem;width:5rem;top:5.9875011444092rem;left:29.5625rem;overflow:hidden;display:block; }
#B8fbtsqRKwW1teLF9DA88SoldxrAHCI0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:7.1875rem;top:6.0812511444092rem;left:40.0625rem;overflow:hidden;display:block; }
#QFECRci7UZ59MQfxPTGrw3h8w82dM5kF { 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:3.8125rem;width:10.3125rem;top:0.8125rem;left:7.5rem;overflow:hidden;display:block; }
#qwkxCBHJyivsg5Q3APsWOP2gT7V4lmPK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.1875rem;top:6.4250011444094rem;left:53.1875rem;overflow:hidden;display:block; }
#QpqUnTNDzB2e4eGRDlxEsRyU5EeiTEga { position:relative;display:none; }#QpqUnTNDzB2e4eGRDlxEsRyU5EeiTEga { border-width: 0; border-radius: 0; }#QpqUnTNDzB2e4eGRDlxEsRyU5EeiTEga > .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; }#QpqUnTNDzB2e4eGRDlxEsRyU5EeiTEga > .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:7.9375rem;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:none; }#doPPExakGVrOaonDl3Fkl7TJaw98nfvL { background-color:#002e5f;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:asap;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.2801094055176rem;left:24.8125rem;display:block; }
#iFAQ8gtxVFv8Ug2dVcKRzSST6TN2fUdN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AxOzKXa2utzcJkuB60JTqZUX9SOroJsB { position:relative;display:none; }#AxOzKXa2utzcJkuB60JTqZUX9SOroJsB { border-width: 0; border-radius: 0; }#AxOzKXa2utzcJkuB60JTqZUX9SOroJsB > .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; }#AxOzKXa2utzcJkuB60JTqZUX9SOroJsB > .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:3.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:none; }#gI6HKdLG3pCGmSobfUffA7d2IzRMRqrk { color:#002e5f;display:block;width:33.9371875rem;position:absolute;font-family:asap;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.8155924677849rem;left:20.5rem;height:1.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFbfiW9BxMTLygrMTzHoDMywHFclTJ71 { position:relative;display:none; }#JFbfiW9BxMTLygrMTzHoDMywHFclTJ71 { border-width: 0; border-radius: 0; }#JFbfiW9BxMTLygrMTzHoDMywHFclTJ71 > .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; }#JFbfiW9BxMTLygrMTzHoDMywHFclTJ71 > .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:14.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:none; }#w1eoyqyOhoFJ8KXTgBETiRa3dIhUmvvu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.4984375rem;top:7.875rem;left:17rem;overflow:hidden;display:block; }
#VIfZQuQwTopNt8o472NlnZK6dw2zEaAn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4.0625rem;top:1.75rem;left:30.9375rem;overflow:hidden;display:block; }
#sTKd5TqUKKVALGpJZE4VvetD9EA8icSM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8109375rem;width:4.6875rem;top:2.8132815361023rem;left:18.375rem;overflow:hidden;display:block; }
#qKrxKK9p3beTbDL3Q0JMHNdxUUEp1naU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:1.6875rem;left:25.1875rem;overflow:hidden;display:block; }
#qNk40xbGOlhFfEgmXJrcBWpUQZv6yIH7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5rem;top:2.15625rem;left:37.1875rem;overflow:hidden;display:block; }
#HNqTDkPFNsL93tITWA5uoTQmT26XSJff { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8734375rem;width:5.3125rem;top:1.7820315361023rem;left:43.4375rem;overflow:hidden;display:block; }
#TadsX02NpfSE8AolnBaysT0m2kvgrHI9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.3125rem;top:2.625rem;left:9.6875rem;overflow:hidden;display:block; }
#fKZgGgvVJ8Jioap8zoydgAFxKQaqSW1g { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.1875rem;top:2.09375rem;left:50.75rem;overflow:hidden;display:block; }
#lhSGRcMkAEidm5Z9avcCmKT6KhVzTGdz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.625rem;top:7.9375rem;left:11.3125rem;overflow:hidden;display:block; }
#nDb7tXByndpFPgZTFoknyrnVW6NRcHnr { position:absolute;display:block;z-index:15019;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.8125rem;width:3.8125rem;top:7.375rem;left:23.0625rem;overflow:hidden;display:block; }
#tGKMUMc2tgOWKCHkuWpTcDPnNdOm0Svy { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:7.46875rem;left:28.625rem;overflow:hidden;display:block; }
#uiGSg10fRlNNddqEf9co94WAsxAE7OSu { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.9375rem;top:7.40625rem;left:33.5rem;overflow:hidden;display:block; }
#FEHpgIe7m6v92Qc0X3f0rTlTuhQwvJqi { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.1875rem;top:1.59375rem;left:59.6875rem;overflow:hidden;display:block; }
#Ncgl2icJyTKlU48D5Bko8m8eG5lqr8gW { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:4.1875rem;top:7.8125rem;left:42.1875rem;overflow:hidden;display:block; }
#iu4hWJdHyWsBoQgAHJJRczyOHoZNVclk { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:18.25rem;top:7.5625rem;left:48.75rem;overflow:hidden;display:block; }
#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s { position:relative;display:block; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s { background-color: transparent; background-image: none; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row .container > .video-iframe-container { display: none; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row > .video-iframe-container { display: none; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .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); }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s { border-width: 0; border-radius: 0; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,48,97,0.35);background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NT2Iaikt8Ts44TWL7Me1NCwElaXSnEDN { color:#ffffff;display:block;width:54rem;position:absolute;font-family:"barlow cond";font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.25rem;left:10.5rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5o9w5ty47Z6QL4picFNlReg5bloFNBf { position:relative;display:block; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf { background-color: transparent; background-image: none; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row .container > .video-iframe-container { display: none; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row > .video-iframe-container { display: none; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .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); }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf { border-width: 0; border-radius: 0; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .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; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,48,97,0.35);background-image:none;font-size:0.875rem;font-family:arial;height:16.9375rem;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; }#JR61wnz6lFpsozOpfQQPmEyfghfZ5ABd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.25rem;width:16.6875rem;top:1.5rem;left:1.03125rem;display:block; }
#bVnODQvWUNPiX6gzrMx1L6LwxWlRq02e { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.09326171875rem;left:1.71875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XKvkCymcCa9IuSv3XBccV6JzZtwTzIaF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.25rem;width:16.6875rem;top:1.5rem;left:19.78125rem;display:block; }
#DtbWqWELewedMXBlA9CSXucJra9bMe3u { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.25rem;width:16.6875rem;top:1.5rem;left:38.53125rem;display:block; }
#GezaVs9WF5lF8bcERAAiWNHiXJgO6prK { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.09326171875rem;left:20.46875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNSOitT4kep24PiLyX1bArfMr5Z8n10a { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.09326171875rem;left:39.21875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdaKEiBiUI5AQ8ShSQ7LqN3gcqaI0erC { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.09326171875rem;left:57.96875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZJsib8vfkDcisi8wZkswTSPRKEcDl4c { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.25rem;width:16.6875rem;top:1.5rem;left:57.28125rem;display:block; }
#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n { position:relative;display:block; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n { background-color: transparent; background-image: none; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row .container > .video-iframe-container { display: none; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row > .video-iframe-container { display: none; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .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); }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n { border-width: 0; border-radius: 0; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .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; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .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.875rem;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; }#RCuNCTrXnUG1TTcpcogzPf21QhtUzIEX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:17.375rem;top:2.15625rem;left:10.375rem;overflow:hidden;display:block; }
#cPeUR8gu9QJPvFqZXk3s9mq6AbkXsW8F { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:31.6875rem;top:3.8125rem;left:34.94677734375rem;overflow:hidden;display:block; }
#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #002e5f, #009bd9);background-image: -moz-linear-gradient(90deg, #002e5f, #009bd9);background-image: -ms-linear-gradient(90deg, #002e5f, #009bd9);background-image: -o-linear-gradient(90deg, #002e5f, #009bd9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e5f', endColorstr='#009bd9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e5f', endColorstr='#009bd9' );";background-image: linear-gradient(90deg, #002e5f, #009bd9);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; }#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd > .row .container { background-color: transparent; background-image: none; }#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd > .row .container > .video-iframe-container { display: none; }#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd > .row > .video-iframe-container { display: none; }#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd > .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); }#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd > .row .container { border-width: 0; border-radius: 0; }#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;position:relative;display:block; }#fRDkNQTJ83OHl576tRDtQ1duMrIPfk3p { color:#ffffff;display:block;width:59.6875rem;position:absolute;font-family:asap;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:1.9303379058838rem;left:7.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b5qTSGq4nD5l2A454DowJsASSepqysUR { display:block; }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8PQJTTdeXaOTRJAuHWg6gZKvKTQyrho { width:18.1875rem;height:5.1875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7luccM6MGkpt4q1eKmMTIActaPNMD15 { width:31rem;height:3.25rem;top:36.0625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmJ0B2okJKJIzvytuTh8o9vUBPzTenxd { width:31rem;height:1.625rem;top:39.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBFBT2PqO5KeuZ8orxt2gg79H02bNSh2 { width:47.5625rem;height:23.625rem;top:10rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7XkNRPiT02OwWeT3Co8vs1SI9wmRdzM { width:22.875rem;height:43.4375rem;top:0rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikQQnbTvpUe55pOkAAIwecara6SNluVX { display:block; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8GTEftZCQ45ofQzJfqmI0arFxuW9XZR { width:47.75rem;height:1.9375rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFLeyHPm1D2x6G9FxaTUG4O0LbCUR9hz { width:47.75rem;height:7.75rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1NZCt4IkH4LMfW0iFend9pFORETBXnK { width:19.875rem;height:32.8125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUUArT9dN3uWnOHriBOvMGeGSORo7ILN { display:none; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qdaaFvHbx7pGbooQ6VyOxBJOZw6XUS57 { width:18rem;height:5.125rem;top:2.125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nha6tMpa7kQBxlnDT7qDv7XHtgr1hDu2 { width:42.625rem;height:6.625rem;top:10.4375rem;left:5.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm810LuBEOHHnFiiyL26SWZAneT0BWU3 { width:36.6875rem;height:9.4375rem;top:19.625rem;left:10.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOQz3usRsIJeWu3KHq87XxVXI3h64GN4 { width:16.0625rem;height:24.5625rem;top:21.1875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO { display:block; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqb81n74H3fZOsxLTT1TxlAzZKgzSh52 { width:20.9375rem;height:2rem;top:2.5625rem;left:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1v0etiH1SGJKTLoRth6WlZ1DPetgt9M { width:14.3125rem;height:3.375rem;top:1.875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJp1lspxRkAziDWPdhByFIJB12sBV4il { display:block; }
 }@media only screen and (max-width: 763px) { #sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M { display:block; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssuT7rLKxAPT0GN9qINV4EdD27D9faMF { width:20.9375rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9BsOz42WEX94E35vDT2dslJRLvdqr55 { display:block; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7Z10Wxr6rHLV8G7BGku4XeSTbGsO5cZ { width:7.75rem;height:7.75rem;top:22.375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6SEyXN5ZmGoliLkmBv3TpTUx91Gb7U { width:11rem;height:1.4375rem;top:7.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqoMQgICdvhALsrlCwB9LlPFAoKXZVk4 { width:23.5625rem;height:1.6875rem;top:8.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnvT8CVc8f3eczyQNzlCMcGNeAOd0OyV { width:16.1875rem;height:1.375rem;top:23.625rem;left:23.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q46IJT5vhceThf0qgLCIgB0ZuSIB8kFT { width:15.1875rem;height:2rem;top:25.5rem;left:23.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyd3gsp8McwaKKx7wA2Rug2eHgnEX5iU { width:7.75rem;height:7.75rem;top:12.375rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlbTE3hT2o3UT2oaZgWwIr6lQ4N5MeFm { width:10.6875rem;height:2rem;top:15.5625rem;left:37.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd2yzTtOlT1T4gAJ16WmQEPG5ICNWVgf { width:12.875rem;height:1.375rem;top:13.6875rem;left:34.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #svn01N9fGcDDqgNTRFzpVBhkASdCQwTt { width:7.75rem;height:7.75rem;top:12.375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWKD0aLGzS4FHwnGbZUGy8o6ooPlhWI5 { width:12.5625rem;height:2rem;top:15.8125rem;left:23.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhKi6Pwgn87ioAoRGDrwqReZ04aZuLgX { width:11.1875rem;height:1.375rem;top:13.9375rem;left:23.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgCEEeZXbamAwCts1ActQLZhZDiMOdnq { width:7.75rem;height:7.75rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvx4CtTmexBKBLZ9ZHoBdIGyVldC3XCl { width:14.125rem;height:1.375rem;top:13.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZTawAgipTpsgqP0VNyhyTiEMovKlQ7x { width:14.375rem;height:2rem;top:15.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBxX5Is3lveivvg2F9b6MJ6vZTNOqp8u { width:11rem;height:1.4375rem;top:2.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsbkJUtROeMXBAEIUS0iKkdhBx5bWsyO { width:23.5625rem;height:1.6875rem;top:3.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTcWApA2fNhWKd7UJvnPk2cqTSeUX1Xd { width:7.75rem;height:7.75rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3VKCqa6Qs8H99FsJXkQDkMd8ySTpa1P { width:10.6875rem;height:2rem;top:26.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZhSdaWqhwFTdmoHqhN6sOyTNFemUBnP { width:12rem;height:2.75rem;top:23.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8KrtSS1q3dDA0IuZP196ar2PNZSpHep { width:47.75rem;height:0.125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK { display:block; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9K9G4WRLf2bQh2Wu3HCyF3PqBb6N9Tp { width:40.9375rem;height:3.0625rem;top:3.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CigTcoNq2l0tTgg8sFd5marNHfgbCtal { width:11rem;height:1.4375rem;top:2.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql0Cmsk6b9WugPHo7JJ5z3RyR2quvROI { width:7.75rem;height:7.75rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlHAOEM8gveoaJ05ZZoti50LBTn6JIJs { width:22.1875rem;height:2.75rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScVPQaZRDR1K7pKSQ2Lrf0NucheT3UEd { width:15.1875rem;height:2rem;top:9.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab { display:block; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWQ2yRA2Psn71f67JTmpfGUaUXamK3a6 { width:47.75rem;height:5.1875rem;top:3.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmEnrtVT5WvIhTPRGukg9vMK6qxLo4P4 { width:20.0625rem;height:2rem;top:12.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOMwgGbwlmDOUKRleRtG1rgCyoX9twkb { width:22.1875rem;height:1.375rem;top:15.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvz2KsJdQ8CG8SixGhPXuCKxZpXbRnMT { width:7.75rem;height:7.75rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqUmk9QcgS2LpKCnBPQAIE4LZT5xvrsG { width:11rem;height:1.4375rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm { display:block; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deeDFkhHfk2ona59RbCvwADuwS57Syyc { width:47.75rem;height:5.1875rem;top:3.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O51d2mBQLega6v5NQEq5I0Am3xaJkTmr { width:9.6875rem;height:2rem;top:25.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7s878XN4uIRs0dGMqoAyrtJokKNk7Ob { width:7.75rem;height:7.75rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2hoDAEcvLy9i7dNlZWofAkb8T9sQyTV { width:11rem;height:1.4375rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2eI37wOM6CiXlLB8oWoTvIN0r9v5XeS { width:7.75rem;height:7.75rem;top:11.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgnTxdA1FdNoo9mRpMKqWRE1Gi5DFmWB { width:10.6875rem;height:2rem;top:15.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqh2mHrLTlvyLJLI4tXb6xfK2lrvrU0O { width:11.6875rem;height:1.375rem;top:17.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9EpsrWgLgcT94wEqBTrqHBkqs1pNkW8 { width:17.5625rem;height:2rem;top:14.75rem;left:22.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTRcv61x874Ed5J0Hes3eWqwpGIiRSlU { width:15.6875rem;height:1.375rem;top:17.25rem;left:22.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHn4fm8LsKeAK2FlEbhEoTSuZyykv7ey { width:7.75rem;height:7.75rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Oqu9GtTDap27nFmIg8xbnbhA9Xta6H { width:3rem;height:3rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayChrI6fdsHJDCS3wFL8cQ7GR02IOgqF { width:3rem;height:3rem;top:11.125rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux1aT7ILw4ziWOnpPGQK2w587d7DtuzN { width:3rem;height:3rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eta8kFityk3QLV9ccdAzDCwIKvG4TEfp { width:27.875rem;height:1.375rem;top:27.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGw3OVxvArDTX7Z4IfP7X6Abdh659ago { display:block; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVvQN5tBATlkCBZr3bXhHlJZUES4NmEq { width:47.75rem;height:5.1875rem;top:3.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwVPMtBzrt15uiNCRFzgU88Z6h0c4xJ7 { width:7.75rem;height:7.75rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT2cRw9JfF1eeM3F1Th27UxdSsORVdwt { width:11rem;height:1.4375rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0NOO6cJheNFezA711RA1nXW8D8yAyzO { width:11rem;height:2rem;top:13.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZmfdUX6xhad8Ia9oKt6vaoXO4CbBIVc { width:10.3125rem;height:1.375rem;top:16.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW8mJEz0nm5NQOnaJrkO3bLI3rNkPndf { width:12.4375rem;height:1.375rem;top:16.125rem;left:20.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alb8d6K18Ntehd7OJZHXB8fQ98td7FEp { width:12.125rem;height:2rem;top:13.75rem;left:20.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxdJLtzC8zMJ8eIKXxDTStQrvP7SAUIX { width:7.1875rem;height:1.375rem;top:16.125rem;left:40.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFsSOVTPzFinXco9iDvwxxi1fo5U8lLe { width:10.6875rem;height:2rem;top:13.75rem;left:37.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHFhBBazE2EX289zTor2EH2T1NCZRlap { width:7.75rem;height:7.75rem;top:11.25rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKaC01wxikVKDDy5P728OWm1WvLmntTM { width:7.75rem;height:7.75rem;top:11.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eklokewo8TLw71cfTmnlQrmDTu6O8uot { display:block; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dt6APE8btG479wBT6URmMSBZbkSTSASm { width:47.75rem;height:2.5625rem;top:4.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZIfgDi2sNxdAa0GgboNwND2ycwMHGCk { width:11rem;height:1.4375rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcdEJ9iuzQRmTrf17fSqNPQ7yFATTqKO { width:20.125rem;height:1.375rem;top:13.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdFD3u7u9UXTTfTSH97HXr4EhffNz1KE { width:7.75rem;height:7.75rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHqPznutnufs6WK2PXUJEckxpLOdhUCL { width:13.9375rem;height:2rem;top:10.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 { display:block; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2KTZBDcQNPiPc4vvrxtNSsywMNyDlQy { width:20.9375rem;height:2.4375rem;top:0.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwnAyKyHrZymQxHczlZvelR5nDeINvc6 { display:block; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJeMtq1Hl9NKi8U9A6D3ZulMvVg1bvvI { width:44rem;height:5.1875rem;top:3.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwctPuFE72NqzhcMzQO5AMWeQatRMhTn { width:11rem;height:1.4375rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryWcBsQXmTxL867tsecAE83qP752f9lE { width:19.4375rem;height:2rem;top:13.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhIGn5ukkxP8V3Whhtkx7QxsiRKHt5xE { width:20.125rem;height:1.375rem;top:16.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkSaHi2QNV2vA6JTcrzIqQtPCbl4vhX9 { width:7.75rem;height:7.75rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o { display:block; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaWTw4Q43Jndus0TDwt1IhwpMm01TXgv { width:47.75rem;height:5.1875rem;top:3.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJOTPcw9GuDGFIormnsy6boGFbJmM5uo { width:11rem;height:1.4375rem;top:2.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUOy3ybRA8qBCJOwFchJup5Cr3W1ED2t { width:13.9375rem;height:2rem;top:13.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phOgupd5EJHkV8owJX8TcMooe5rnFZ6w { width:20.125rem;height:1.375rem;top:16.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOJXmNvz02EITWuPHuASv2hb5lN2bASs { width:7.75rem;height:7.75rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK1a2VTDPhqDF4yubEatzsk07MH0sduC { display:block; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5F48L7DDcVTk40EtXbosDHh4RcOSyge { width:47.75rem;height:2.5625rem;top:4.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV23vtOEm8MkUaod95wzggONJ3TkvMZv { width:11rem;height:1.4375rem;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQV5syOSHMwo0QI2l8uIqvzTuTlnkrk3 { width:13.9375rem;height:2rem;top:10.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKMDoNPl3SVkRGHLAJRoH58XaqydQ9oi { width:20.125rem;height:1.375rem;top:13.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRTRSwx2J7f8dWqn5v3pXppeDWbIJFab { width:7.75rem;height:7.75rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9KtkKk1NxFLte112ZTVHmPJWE417ebR { display:block; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duCEBkAOcSwZwO1iVmrkkRP02V52gOou { width:20.9375rem;height:2.4375rem;top:0.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 { display:block; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMlFx6AuVWUJv31pp2ZaMzQpbk5SK7mA { width:47.75rem;height:5.1875rem;top:3.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnpn5t2n6q6HlPnepLtet0JTlBQeQMhP { width:11rem;height:1.4375rem;top:2.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0aaoLg1zGkEtn1bvMyCpVdSLznCuHZa { width:13.9375rem;height:2rem;top:12.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3Z9G9ewU5aKli8ZUA6CqF2ehf7uAqlZ { width:12.3125rem;height:1.375rem;top:15.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3hBwc8DeM1UpmzCGDBz6WofyiG8W4P6 { width:7.75rem;height:7.75rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGimkZwP13ssO2v32wrrlm7VMvVzMdJq { width:17rem;height:1.375rem;top:25.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1oAW81VAzHGkpPHZCaTROdvnl0s1QUG { width:13.9375rem;height:2rem;top:22.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEkqSnRiEM9Iwqewy2hXNu7iS6oN4ScW { width:7.75rem;height:7.75rem;top:11.1875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhzIW1qNgpv1k6CvMSaXh8723vmRn0Zb { width:20.125rem;height:1.375rem;top:15.5rem;left:27.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv6VVfyQ230uIGJbt6x5Mo3CAFTv4A2V { width:13.9375rem;height:2rem;top:13rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il941zXn2IRa3yINdeUMWvn9c2ttK6PT { width:7.75rem;height:7.75rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgiTs1bTkpMTSCEDpJA5LXtvszN5LERt { width:20.125rem;height:1.375rem;top:25.5rem;left:27.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #abh1tFEpfc7LZlfIFiL6v2U58tJ7mVdr { width:13.9375rem;height:2rem;top:23rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySnK1TJyqvxvQDr5TQERR16yuQSi5nio { width:7.75rem;height:7.75rem;top:21.1875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu { display:block; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPuckFRTrAfCrAEUnDXW2lGa4XTG4XLS { width:47.75rem;height:2.5625rem;top:3.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV3oXsdppVFyD0iH4orwp3W0Xhf7P2Ui { width:11rem;height:1.4375rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM5pTdJfXk4Gtl37JTHT9xeBr2hGE5v6 { width:20.125rem;height:1.375rem;top:13.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5kve5k4BtcITHBsQXvBmtDXa0wgkGvC { width:19.4375rem;height:2rem;top:11.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROmEEuTrvbKyfvUixTPeCUD9h6tygLME { width:7.75rem;height:7.75rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPqL155qUqqhtwbao6TyUTbxqAH2UBeA { display:block; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6OZeJTl1LW3cvZfWNtA90BCgeZIosI4 { width:20.9375rem;height:2.4375rem;top:0.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyuvEmdO1CM43K1sJXIH4FuoHbXiiWTF { display:block; }#TyuvEmdO1CM43K1sJXIH4FuoHbXiiWTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXULMaFsBA6agAybxh9HrazOtPd15dwz { width:47.75rem;height:15.375rem;top:2.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 { display:block; }#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypZKadChA2WaUkv0rDbVlOhufms1GgOt { display:none; }#ypZKadChA2WaUkv0rDbVlOhufms1GgOt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xdKyFBMWQmvTEJuHswXGRpVbat1FLIO9 { width:33.875rem;height:1.25rem;top:3.75rem;left:6.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gendaJAq58IsN7SnRGBF5CakOx40eU4w { display:none; }#gendaJAq58IsN7SnRGBF5CakOx40eU4w > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dUbruG7uOOlxZQ19QKJdGMmRyhrgX1gB { width:13.9375rem;height:5.8125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW9zUHmS1cWRFRT0KP2tlEEJIyJ9xApz { width:12.3125rem;height:2.5rem;top:11rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O55ukRX2VwF3NB1JPCQxmuy9Sq8L2wX9 { width:14.875rem;height:2.4375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcoaIgBhawqfTx1pR7Aixy0Mnbe2A1QM { width:6rem;height:3.375rem;top:17.875rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asxlDsB35UlBUU88q1Sr0lpgp3i4tPlh { width:9rem;height:4.125rem;top:2.3125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fez6eruht7HKuiDarXPr587vvsdpcxiq { width:13.25rem;height:3.5rem;top:10.5rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5bhWqTEUkCmJyDWeIWKocqvzet0B56q { width:8.3125rem;height:6.8125rem;top:1.75rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf7MIVveHrBVTHyJhtLDJppHDS12Bd2o { width:11.625rem;height:3.5rem;top:2.9375rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNCCVPdeG73genxevmo9pKIBRZZEk7sT { width:9.375rem;height:5.3125rem;top:25.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9e9IEXISnsoHkInKE2HWUaNBUz0u4mn { width:8.8125rem;height:3.625rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI6BpR7n3UeTkrxmSw3C6lZDKQGmTzyw { width:14.375rem;height:2.3125rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhTxGFfhtfMA3mTNw1lub0DpupnzuFBu { width:13.4375rem;height:2.1875rem;top:26.625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLB9RJ7WleXz6D4C556IrRJXe8AOAqGh { width:7.5rem;height:5rem;top:24.5rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwuBbvZnJzkaWhalqbSbN2upKpUlpIW8 { width:12.8125rem;height:2.0625rem;top:19.125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgmJ1yz9KpbM5SnGg944XvTzCBKZbZDo { width:10.5625rem;height:4.375rem;top:17.375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIL5D9eX5kMigxoFUJz7szxUTVZMJDkM { display:none; }#WIL5D9eX5kMigxoFUJz7szxUTVZMJDkM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NZtFbPUtsJnSXcgSpomrhoLfaNoOHnB0 { width:10.0625rem;height:4.1875rem;top:0.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbLqd8aTco0Hh6C1Do7xBQvCLVBQbOUz { width:7.625rem;height:1.75rem;top:1.4375rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkePSi8LtTTEI2rfO8TTiNtF335KNzVh { width:5.0625rem;height:3.75rem;top:0.4375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTn8CUh3Jeltp8EipCJmlsDFr1z3bdmo { width:9.75rem;height:4.125rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT3dLbdDP8wnNyfh7HDcOddTUX2pTJ3w { width:5rem;height:3.375rem;top:5.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8fbtsqRKwW1teLF9DA88SoldxrAHCI0 { width:7.1875rem;height:3.1875rem;top:6.0625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFECRci7UZ59MQfxPTGrw3h8w82dM5kF { width:10.3125rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwkxCBHJyivsg5Q3APsWOP2gT7V4lmPK { width:7.1875rem;height:2.5rem;top:6.375rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpqUnTNDzB2e4eGRDlxEsRyU5EeiTEga { display:none; }#QpqUnTNDzB2e4eGRDlxEsRyU5EeiTEga > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #doPPExakGVrOaonDl3Fkl7TJaw98nfvL { width:25.3125rem;height:3.4375rem;top:1.25rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFAQ8gtxVFv8Ug2dVcKRzSST6TN2fUdN { display:block; }
 }@media only screen and (max-width: 763px) { #AxOzKXa2utzcJkuB60JTqZUX9SOroJsB { display:none; }#AxOzKXa2utzcJkuB60JTqZUX9SOroJsB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gI6HKdLG3pCGmSobfUffA7d2IzRMRqrk { width:33.875rem;height:1.25rem;top:1.8125rem;left:6.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFbfiW9BxMTLygrMTzHoDMywHFclTJ71 { display:none; }#JFbfiW9BxMTLygrMTzHoDMywHFclTJ71 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w1eoyqyOhoFJ8KXTgBETiRa3dIhUmvvu { width:4.4375rem;height:2.7746398439324rem;top:7.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIfZQuQwTopNt8o472NlnZK6dw2zEaAn { width:4.0625rem;height:3.9375rem;top:1.75rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTKd5TqUKKVALGpJZE4VvetD9EA8icSM { width:4.6875rem;height:1.81055rem;top:2.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKrxKK9p3beTbDL3Q0JMHNdxUUEp1naU { width:4.0625rem;height:4.0625rem;top:1.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNk40xbGOlhFfEgmXJrcBWpUQZv6yIH7 { width:5rem;height:3.125rem;top:2.125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNqTDkPFNsL93tITWA5uoTQmT26XSJff { width:5.3125rem;height:3.87305rem;top:1.75rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadsX02NpfSE8AolnBaysT0m2kvgrHI9 { width:8rem;height:2.3931623931624rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKZgGgvVJ8Jioap8zoydgAFxKQaqSW1g { width:6.1875rem;height:3.25rem;top:2.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhSGRcMkAEidm5Z9avcCmKT6KhVzTGdz { width:3.625rem;height:2.6875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDb7tXByndpFPgZTFoknyrnVW6NRcHnr { width:3.8125rem;height:3.8125rem;top:7.375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGKMUMc2tgOWKCHkuWpTcDPnNdOm0Svy { width:3.625rem;height:3.625rem;top:7.4375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiGSg10fRlNNddqEf9co94WAsxAE7OSu { width:6.9375rem;height:3.75rem;top:7.375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEHpgIe7m6v92Qc0X3f0rTlTuhQwvJqi { width:4.1875rem;height:4.25rem;top:1.5625rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncgl2icJyTKlU48D5Bko8m8eG5lqr8gW { width:4.1875rem;height:2.9375rem;top:7.8125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4hWJdHyWsBoQgAHJJRczyOHoZNVclk { width:18.25rem;height:3.625rem;top:7.5625rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htDaKf2HUhr0Am8veiXw848Im5wkHQ7s { display:block; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT2Iaikt8Ts44TWL7Me1NCwElaXSnEDN { width:47.75rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5o9w5ty47Z6QL4picFNlReg5bloFNBf { display:block; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR61wnz6lFpsozOpfQQPmEyfghfZ5ABd { width:16.6875rem;height:9.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVnODQvWUNPiX6gzrMx1L6LwxWlRq02e { width:15.3125rem;height:3.5625rem;top:12.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKvkCymcCa9IuSv3XBccV6JzZtwTzIaF { width:16.6875rem;height:9.25rem;top:1.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbWqWELewedMXBlA9CSXucJra9bMe3u { width:16.6875rem;height:9.25rem;top:1.5rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GezaVs9WF5lF8bcERAAiWNHiXJgO6prK { width:15.3125rem;height:3.5625rem;top:12.0625rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNSOitT4kep24PiLyX1bArfMr5Z8n10a { width:15.3125rem;height:3.5625rem;top:12.0625rem;left:20.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdaKEiBiUI5AQ8ShSQ7LqN3gcqaI0erC { width:15.3125rem;height:3.5625rem;top:12.0625rem;left:32.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZJsib8vfkDcisi8wZkswTSPRKEcDl4c { width:16.6875rem;height:9.25rem;top:1.5rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n { display:block; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCuNCTrXnUG1TTcpcogzPf21QhtUzIEX { width:17.375rem;height:5.9375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPeUR8gu9QJPvFqZXk3s9mq6AbkXsW8F { width:31.6875rem;height:3.4375rem;top:3.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd { display:block; }#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRDkNQTJ83OHl576tRDtQ1duMrIPfk3p { width:47.75rem;height:1.3125rem;top:1.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b5qTSGq4nD5l2A454DowJsASSepqysUR { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(1deg, #003061, #0091d6);background-image: -moz-linear-gradient(1deg, #003061, #0091d6);background-image: -ms-linear-gradient(1deg, #003061, #0091d6);background-image: -o-linear-gradient(1deg, #003061, #0091d6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#0091d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#0091d6' );";background-image: linear-gradient(1deg, #003061, #0091d6);background-size:cover !important;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; }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row .container { background-color: transparent; background-image: none; }#b5qTSGq4nD5l2A454DowJsASSepqysUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row .container > .video-iframe-container { display: none; }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row > .video-iframe-container { display: none; }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .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); }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row .container { border-width: 0; border-radius: 0; }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5qTSGq4nD5l2A454DowJsASSepqysUR > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8PQJTTdeXaOTRJAuHWg6gZKvKTQyrho { width:11.3125rem;height:3.1875rem;top:25.90625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7luccM6MGkpt4q1eKmMTIActaPNMD15 { width:20rem;height:2rem;top:41.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#0091d6;display:block; }
 }@media only screen and (max-width: 763px) { #bmJ0B2okJKJIzvytuTh8o9vUBPzTenxd { width:20rem;height:1.375rem;top:44.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBFBT2PqO5KeuZ8orxt2gg79H02bNSh2 { width:20rem;height:9.4497rem;top:30.375rem;left:0rem;font-size:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7XkNRPiT02OwWeT3Co8vs1SI9wmRdzM { width:12.5625rem;height:24.125rem;top:0rem;left:3.71875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ikQQnbTvpUe55pOkAAIwecara6SNluVX { 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; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row .container { background-color: transparent; background-image: none; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row .container > .video-iframe-container { display: none; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row > .video-iframe-container { display: none; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .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); }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row .container { border-width: 0; border-radius: 0; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ikQQnbTvpUe55pOkAAIwecara6SNluVX > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8GTEftZCQ45ofQzJfqmI0arFxuW9XZR { width:15.8125rem;height:5.361325rem;top:1.57666015625rem;left:2.09375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFLeyHPm1D2x6G9FxaTUG4O0LbCUR9hz { width:16.375rem;height:6.173825rem;top:35.625rem;left:1.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1NZCt4IkH4LMfW0iFend9pFORETBXnK { width:16.0625rem;height:26.6875rem;top:7.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUUArT9dN3uWnOHriBOvMGeGSORo7ILN { background-color:rgba(0,145,214,0.17);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; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row .container { background-color: transparent; background-image: none; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row .container > .video-iframe-container { display: none; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row > .video-iframe-container { display: none; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .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); }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row .container { border-width: 0; border-radius: 0; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rUUArT9dN3uWnOHriBOvMGeGSORo7ILN > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdaaFvHbx7pGbooQ6VyOxBJOZw6XUS57 { width:11.9375rem;height:3.375rem;top:2.75rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nha6tMpa7kQBxlnDT7qDv7XHtgr1hDu2 { width:16.75rem;height:10.349625rem;top:7.3125rem;left:1.625rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tm810LuBEOHHnFiiyL26SWZAneT0BWU3 { width:17.8125rem;height:17.3217625rem;top:19.3359375rem;left:1.09375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOQz3usRsIJeWu3KHq87XxVXI3h64GN4 { width:13.1875rem;height:20.4375rem;top:31.25rem;left:6.7144886363638rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO { background-color:#0091d6;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; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row .container { background-color: transparent; background-image: none; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row .container > .video-iframe-container { display: none; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row > .video-iframe-container { display: none; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .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); }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row .container { border-width: 0; border-radius: 0; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ho9P4D5TNVPpTkw0U6LDVlCEWCUUZ7cO > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqb81n74H3fZOsxLTT1TxlAzZKgzSh52 { width:20rem;height:1.6499rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1v0etiH1SGJKTLoRth6WlZ1DPetgt9M { width:15.4375rem;height:3.4375rem;top:4.02392578125rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJp1lspxRkAziDWPdhByFIJB12sBV4il { display:block; }
 }@media only screen and (max-width: 763px) { #sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M { background-color:transparent;background-image: -webkit-linear-gradient(190deg, #003061, rgba(0,145,214,0.9));background-image: -moz-linear-gradient(190deg, #003061, rgba(0,145,214,0.9));background-image: -ms-linear-gradient(190deg, #003061, rgba(0,145,214,0.9));background-image: -o-linear-gradient(190deg, #003061, rgba(0,145,214,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );";background-image: linear-gradient(190deg, #003061, rgba(0,145,214,0.9));background-size:auto !important;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; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row .container { background-color: transparent; background-image: none; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row .container > .video-iframe-container { display: none; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row > .video-iframe-container { display: none; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .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); }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row .container { border-width: 0; border-radius: 0; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBBvnlr0UkXUzZn3ccwiWaGVNoGOTg8M > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssuT7rLKxAPT0GN9qINV4EdD27D9faMF { width:10.4375rem;height:2.4746125rem;top:0.8125rem;left:5rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9BsOz42WEX94E35vDT2dslJRLvdqr55 { 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; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row .container { background-color: transparent; background-image: none; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row .container > .video-iframe-container { display: none; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row > .video-iframe-container { display: none; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .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); }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row .container { border-width: 0; border-radius: 0; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i9BsOz42WEX94E35vDT2dslJRLvdqr55 > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7Z10Wxr6rHLV8G7BGku4XeSTbGsO5cZ { width:7.75rem;height:7.75rem;top:69.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6SEyXN5ZmGoliLkmBv3TpTUx91Gb7U { width:11rem;height:1.7871125rem;top:6.9375rem;left:4.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqoMQgICdvhALsrlCwB9LlPFAoKXZVk4 { width:20rem;height:2.75rem;top:8.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PnvT8CVc8f3eczyQNzlCMcGNeAOd0OyV { width:9.375rem;height:1.03125rem;top:78.125rem;left:5.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q46IJT5vhceThf0qgLCIgB0ZuSIB8kFT { width:14.8125rem;height:1.875rem;top:79.4375rem;left:2.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jyd3gsp8McwaKKx7wA2Rug2eHgnEX5iU { width:7.75rem;height:7.75rem;top:41.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlbTE3hT2o3UT2oaZgWwIr6lQ4N5MeFm { width:10.6875rem;height:1.875rem;top:51.3125rem;left:5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fd2yzTtOlT1T4gAJ16WmQEPG5ICNWVgf { width:9.25rem;height:1.03125rem;top:50rem;left:5.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svn01N9fGcDDqgNTRFzpVBhkASdCQwTt { width:7.75rem;height:7.75rem;top:27.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWKD0aLGzS4FHwnGbZUGy8o6ooPlhWI5 { width:11.5rem;height:1.875rem;top:37.1875rem;left:4.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhKi6Pwgn87ioAoRGDrwqReZ04aZuLgX { width:9.25rem;height:1.03125rem;top:35.875rem;left:5.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgCEEeZXbamAwCts1ActQLZhZDiMOdnq { width:7.75rem;height:7.75rem;top:13.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvx4CtTmexBKBLZ9ZHoBdIGyVldC3XCl { width:9.25rem;height:1.03125rem;top:22rem;left:5.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZTawAgipTpsgqP0VNyhyTiEMovKlQ7x { width:12.875rem;height:1.875rem;top:23.25rem;left:3.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBxX5Is3lveivvg2F9b6MJ6vZTNOqp8u { width:11rem;height:1.7871125rem;top:1.625rem;left:4.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsbkJUtROeMXBAEIUS0iKkdhBx5bWsyO { width:20rem;height:1.7871125rem;top:3.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTcWApA2fNhWKd7UJvnPk2cqTSeUX1Xd { width:7.75rem;height:7.75rem;top:55.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3VKCqa6Qs8H99FsJXkQDkMd8ySTpa1P { width:10.6875rem;height:1.875rem;top:65.375rem;left:5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZhSdaWqhwFTdmoHqhN6sOyTNFemUBnP { width:15.6875rem;height:1.03125rem;top:64.0625rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8KrtSS1q3dDA0IuZP196ar2PNZSpHep { width:20rem;height:0.125rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK { background-color:rgba(0,145,214,0.1);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; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row .container { background-color: transparent; background-image: none; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row .container > .video-iframe-container { display: none; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row > .video-iframe-container { display: none; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .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); }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row .container { border-width: 0; border-radius: 0; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zzr74LrBKdfMre4hKXvkwEAv4wSOgvTK > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9K9G4WRLf2bQh2Wu3HCyF3PqBb6N9Tp { width:10.5rem;height:4rem;top:3.52392578125rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CigTcoNq2l0tTgg8sFd5marNHfgbCtal { width:11rem;height:1.7871125rem;top:1.5rem;left:4.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ql0Cmsk6b9WugPHo7JJ5z3RyR2quvROI { width:7.75rem;height:7.75rem;top:8.7490234375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlHAOEM8gveoaJ05ZZoti50LBTn6JIJs { width:20rem;height:2.0625rem;top:17.1240234375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ScVPQaZRDR1K7pKSQ2Lrf0NucheT3UEd { width:15.1875rem;height:1.875rem;top:19.4365234375rem;left:2.40625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab { 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; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row .container { background-color: transparent; background-image: none; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row .container > .video-iframe-container { display: none; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row > .video-iframe-container { display: none; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .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); }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row .container { border-width: 0; border-radius: 0; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPDmvCgD7S3lTOIWryM7L1GmiMpIHfab > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWQ2yRA2Psn71f67JTmpfGUaUXamK3a6 { width:20rem;height:13.19825rem;top:3.99951171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmEnrtVT5WvIhTPRGukg9vMK6qxLo4P4 { width:20rem;height:1.875rem;top:28.2919921875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HOMwgGbwlmDOUKRleRtG1rgCyoX9twkb { width:20rem;height:1.03125rem;top:27.0107421875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nvz2KsJdQ8CG8SixGhPXuCKxZpXbRnMT { width:7.75rem;height:7.75rem;top:18.6357421875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqUmk9QcgS2LpKCnBPQAIE4LZT5xvrsG { width:11rem;height:1.7871125rem;top:1.6630859375rem;left:4.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm { background-color:rgba(0,145,214,0.1);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; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row .container { background-color: transparent; background-image: none; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row .container > .video-iframe-container { display: none; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row > .video-iframe-container { display: none; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .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); }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row .container { border-width: 0; border-radius: 0; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTstsWkTDDRypIFOoch6xCDnZ7pIJCKm > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deeDFkhHfk2ona59RbCvwADuwS57Syyc { width:20rem;height:10.9985625rem;top:4.06201171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O51d2mBQLega6v5NQEq5I0Am3xaJkTmr { width:9.6875rem;height:1.875rem;top:53.875rem;left:5.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b7s878XN4uIRs0dGMqoAyrtJokKNk7Ob { width:7.75rem;height:7.75rem;top:44.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2hoDAEcvLy9i7dNlZWofAkb8T9sQyTV { width:11rem;height:1.7871125rem;top:1.8505859375rem;left:4.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2eI37wOM6CiXlLB8oWoTvIN0r9v5XeS { width:7.75rem;height:7.75rem;top:30.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgnTxdA1FdNoo9mRpMKqWRE1Gi5DFmWB { width:10.6875rem;height:1.875rem;top:25.84375rem;left:4.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqh2mHrLTlvyLJLI4tXb6xfK2lrvrU0O { width:9.8125rem;height:1.03125rem;top:24.6875rem;left:5.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9EpsrWgLgcT94wEqBTrqHBkqs1pNkW8 { width:16.25rem;height:1.875rem;top:39.8125rem;left:1.875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTRcv61x874Ed5J0Hes3eWqwpGIiRSlU { width:10.5rem;height:1.03125rem;top:38.5rem;left:4.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHn4fm8LsKeAK2FlEbhEoTSuZyykv7ey { width:7.75rem;height:7.75rem;top:16.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Oqu9GtTDap27nFmIg8xbnbhA9Xta6H { width:3rem;height:3rem;top:18.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayChrI6fdsHJDCS3wFL8cQ7GR02IOgqF { width:3rem;height:3rem;top:32.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux1aT7ILw4ziWOnpPGQK2w587d7DtuzN { width:3rem;height:3rem;top:46.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eta8kFityk3QLV9ccdAzDCwIKvG4TEfp { width:14.25rem;height:1.03125rem;top:52.5625rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGw3OVxvArDTX7Z4IfP7X6Abdh659ago { 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; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row .container { background-color: transparent; background-image: none; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row .container > .video-iframe-container { display: none; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row > .video-iframe-container { display: none; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .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); }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row .container { border-width: 0; border-radius: 0; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGw3OVxvArDTX7Z4IfP7X6Abdh659ago > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVvQN5tBATlkCBZr3bXhHlJZUES4NmEq { width:18rem;height:10.9985375rem;top:3.99951171875rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FwVPMtBzrt15uiNCRFzgU88Z6h0c4xJ7 { width:7.75rem;height:7.75rem;top:16.43603515625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT2cRw9JfF1eeM3F1Th27UxdSsORVdwt { width:11rem;height:1.7871125rem;top:1.7255859375rem;left:4.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0NOO6cJheNFezA711RA1nXW8D8yAyzO { width:17.25rem;height:1.875rem;top:26.09228515625rem;left:1.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZmfdUX6xhad8Ia9oKt6vaoXO4CbBIVc { width:8.1875rem;height:1.03125rem;top:24.81103515625rem;left:5.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TW8mJEz0nm5NQOnaJrkO3bLI3rNkPndf { width:8.375rem;height:1.03125rem;top:38.75rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Alb8d6K18Ntehd7OJZHXB8fQ98td7FEp { width:15.3125rem;height:1.875rem;top:40.3125rem;left:2.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxdJLtzC8zMJ8eIKXxDTStQrvP7SAUIX { width:7.1875rem;height:1.03125rem;top:52.625rem;left:6.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFsSOVTPzFinXco9iDvwxxi1fo5U8lLe { width:10.6875rem;height:1.875rem;top:53.9375rem;left:5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHFhBBazE2EX289zTor2EH2T1NCZRlap { width:7.75rem;height:7.75rem;top:44.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKaC01wxikVKDDy5P728OWm1WvLmntTM { width:7.75rem;height:7.75rem;top:30.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eklokewo8TLw71cfTmnlQrmDTu6O8uot { background-color:rgba(0,145,214,0.1);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; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row .container { background-color: transparent; background-image: none; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row .container > .video-iframe-container { display: none; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row > .video-iframe-container { display: none; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .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); }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row .container { border-width: 0; border-radius: 0; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eklokewo8TLw71cfTmnlQrmDTu6O8uot > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dt6APE8btG479wBT6URmMSBZbkSTSASm { width:20rem;height:2.19970625rem;top:3.12451171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZIfgDi2sNxdAa0GgboNwND2ycwMHGCk { width:11rem;height:1.7871125rem;top:1.3994140625rem;left:4.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcdEJ9iuzQRmTrf17fSqNPQ7yFATTqKO { width:20rem;height:1.03125rem;top:15rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdFD3u7u9UXTTfTSH97HXr4EhffNz1KE { width:7.75rem;height:7.75rem;top:6.57373046875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHqPznutnufs6WK2PXUJEckxpLOdhUCL { width:13.9375rem;height:1.875rem;top:16.5rem;left:2.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -moz-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -ms-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -o-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );";background-image: linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-size:auto !important;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; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row .container { background-color: transparent; background-image: none; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row .container > .video-iframe-container { display: none; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row > .video-iframe-container { display: none; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .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); }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row .container { border-width: 0; border-radius: 0; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yeTBiXTu0XT6IkxFlxyEgtFRwGVfmeH0 > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2KTZBDcQNPiPc4vvrxtNSsywMNyDlQy { width:20rem;height:2.25rem;top:0.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SwnAyKyHrZymQxHczlZvelR5nDeINvc6 { 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; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row .container { background-color: transparent; background-image: none; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row .container > .video-iframe-container { display: none; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row > .video-iframe-container { display: none; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .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); }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row .container { border-width: 0; border-radius: 0; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwnAyKyHrZymQxHczlZvelR5nDeINvc6 > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJeMtq1Hl9NKi8U9A6D3ZulMvVg1bvvI { width:20rem;height:8.7988125rem;top:3.33642578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwctPuFE72NqzhcMzQO5AMWeQatRMhTn { width:11rem;height:1.7871125rem;top:1.25rem;left:4.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryWcBsQXmTxL867tsecAE83qP752f9lE { width:19.4375rem;height:1.875rem;top:23.666015625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhIGn5ukkxP8V3Whhtkx7QxsiRKHt5xE { width:20rem;height:1.03125rem;top:22.384765625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkSaHi2QNV2vA6JTcrzIqQtPCbl4vhX9 { width:7.75rem;height:7.75rem;top:14.010225rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o { background-color:rgba(0,145,214,0.1);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; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row .container { background-color: transparent; background-image: none; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row .container > .video-iframe-container { display: none; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row > .video-iframe-container { display: none; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .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); }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row .container { border-width: 0; border-radius: 0; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cgX9u4SXo8NteA1rMyJp1kWlgI8qM90o > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaWTw4Q43Jndus0TDwt1IhwpMm01TXgv { width:18.75rem;height:10.9985625rem;top:4.37451171875rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJOTPcw9GuDGFIormnsy6boGFbJmM5uo { width:11rem;height:1.7871125rem;top:1.7255859375rem;left:4.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUOy3ybRA8qBCJOwFchJup5Cr3W1ED2t { width:13.9375rem;height:1.875rem;top:26.49853515625rem;left:3.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #phOgupd5EJHkV8owJX8TcMooe5rnFZ6w { width:20rem;height:1.03125rem;top:25.21728515625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOJXmNvz02EITWuPHuASv2hb5lN2bASs { width:7.75rem;height:7.75rem;top:16.84228515625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK1a2VTDPhqDF4yubEatzsk07MH0sduC { 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; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row .container { background-color: transparent; background-image: none; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row .container > .video-iframe-container { display: none; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row > .video-iframe-container { display: none; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .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); }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row .container { border-width: 0; border-radius: 0; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZK1a2VTDPhqDF4yubEatzsk07MH0sduC > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5F48L7DDcVTk40EtXbosDHh4RcOSyge { width:20rem;height:2.19970625rem;top:3.12451171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MV23vtOEm8MkUaod95wzggONJ3TkvMZv { width:11rem;height:1.7871125rem;top:0.9755859375rem;left:4.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQV5syOSHMwo0QI2l8uIqvzTuTlnkrk3 { width:13.9375rem;height:1.875rem;top:16.50537109375rem;left:3.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKMDoNPl3SVkRGHLAJRoH58XaqydQ9oi { width:20rem;height:1.03125rem;top:15.22412109375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRTRSwx2J7f8dWqn5v3pXppeDWbIJFab { width:7.75rem;height:7.75rem;top:6.84912109375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9KtkKk1NxFLte112ZTVHmPJWE417ebR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -moz-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -ms-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -o-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );";background-image: linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-size:auto !important;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; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row .container { background-color: transparent; background-image: none; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row .container > .video-iframe-container { display: none; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row > .video-iframe-container { display: none; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .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); }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row .container { border-width: 0; border-radius: 0; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9KtkKk1NxFLte112ZTVHmPJWE417ebR > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duCEBkAOcSwZwO1iVmrkkRP02V52gOou { width:20rem;height:2.25rem;top:0.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 { background-color:rgba(0,145,214,0.1);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; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row .container { background-color: transparent; background-image: none; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row .container > .video-iframe-container { display: none; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row > .video-iframe-container { display: none; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .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); }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row .container { border-width: 0; border-radius: 0; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvMzxqRdxXTTZt7ONpy6TmT9BVrGHTx2 > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMlFx6AuVWUJv31pp2ZaMzQpbk5SK7mA { width:16.0625rem;height:10.9985625rem;top:3.64892578125rem;left:1.96875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dnpn5t2n6q6HlPnepLtet0JTlBQeQMhP { width:11rem;height:1.7871125rem;top:1.25rem;left:4.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0aaoLg1zGkEtn1bvMyCpVdSLznCuHZa { width:13.9375rem;height:1.875rem;top:26.103515625rem;left:3.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3Z9G9ewU5aKli8ZUA6CqF2ehf7uAqlZ { width:20rem;height:1.03125rem;top:24.822265625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F3hBwc8DeM1UpmzCGDBz6WofyiG8W4P6 { width:7.75rem;height:7.75rem;top:44.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGimkZwP13ssO2v32wrrlm7VMvVzMdJq { width:14.1875rem;height:1.03125rem;top:52.875rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1oAW81VAzHGkpPHZCaTROdvnl0s1QUG { width:13.9375rem;height:1.875rem;top:53.90625rem;left:3.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEkqSnRiEM9Iwqewy2hXNu7iS6oN4ScW { width:7.75rem;height:7.75rem;top:30.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhzIW1qNgpv1k6CvMSaXh8723vmRn0Zb { width:20rem;height:1.03125rem;top:38.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jv6VVfyQ230uIGJbt6x5Mo3CAFTv4A2V { width:13.9375rem;height:1.875rem;top:40.125rem;left:3.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Il941zXn2IRa3yINdeUMWvn9c2ttK6PT { width:7.75rem;height:7.75rem;top:16.447265625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgiTs1bTkpMTSCEDpJA5LXtvszN5LERt { width:20rem;height:1.03125rem;top:66.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abh1tFEpfc7LZlfIFiL6v2U58tJ7mVdr { width:13.9375rem;height:1.875rem;top:67.3125rem;left:3rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySnK1TJyqvxvQDr5TQERR16yuQSi5nio { width:7.75rem;height:7.75rem;top:58.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu { 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; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row .container { background-color: transparent; background-image: none; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row .container > .video-iframe-container { display: none; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row > .video-iframe-container { display: none; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .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); }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row .container { border-width: 0; border-radius: 0; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a1Dgk1vsRXlDFmz02HRE76mivWIHe4Bu > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPuckFRTrAfCrAEUnDXW2lGa4XTG4XLS { width:20rem;height:2.19970625rem;top:3.56201171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yV3oXsdppVFyD0iH4orwp3W0Xhf7P2Ui { width:11rem;height:1.7871125rem;top:1.5380859375rem;left:4.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nM5pTdJfXk4Gtl37JTHT9xeBr2hGE5v6 { width:20rem;height:1.03125rem;top:15.46875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5kve5k4BtcITHBsQXvBmtDXa0wgkGvC { width:19.4375rem;height:1.875rem;top:16.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROmEEuTrvbKyfvUixTPeCUD9h6tygLME { width:7.75rem;height:7.75rem;top:7.01123046875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPqL155qUqqhtwbao6TyUTbxqAH2UBeA { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -moz-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -ms-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-image: -o-linear-gradient(90deg, #003061, rgba(0,145,214,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003061', endColorstr='#e50091d6' );";background-image: linear-gradient(90deg, #003061, rgba(0,145,214,0.9));background-size:auto !important;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; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row .container { background-color: transparent; background-image: none; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row .container > .video-iframe-container { display: none; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row > .video-iframe-container { display: none; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .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); }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row .container { border-width: 0; border-radius: 0; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iPqL155qUqqhtwbao6TyUTbxqAH2UBeA > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6OZeJTl1LW3cvZfWNtA90BCgeZIosI4 { width:20rem;height:2.25rem;top:0.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyuvEmdO1CM43K1sJXIH4FuoHbXiiWTF { display:none; }#TyuvEmdO1CM43K1sJXIH4FuoHbXiiWTF > .row .container { width:20rem;height:44.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PXULMaFsBA6agAybxh9HrazOtPd15dwz { width:19.125rem;height:0;top:1.25rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 { display:block; }#K2kcSRrd4wcnuXaXRyFqrEbVh8mNWqA2 > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypZKadChA2WaUkv0rDbVlOhufms1GgOt { display:none; }#ypZKadChA2WaUkv0rDbVlOhufms1GgOt > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xdKyFBMWQmvTEJuHswXGRpVbat1FLIO9 { width:20rem;height:1.30615rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gendaJAq58IsN7SnRGBF5CakOx40eU4w { display:none; }#gendaJAq58IsN7SnRGBF5CakOx40eU4w > .row .container { width:20rem;height:77rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dUbruG7uOOlxZQ19QKJdGMmRyhrgX1gB { width:12rem;height:5.0625rem;top:22.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW9zUHmS1cWRFRT0KP2tlEEJIyJ9xApz { width:13.6875rem;height:2.875rem;top:28.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O55ukRX2VwF3NB1JPCQxmuy9Sq8L2wX9 { width:14.875rem;height:2.4375rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcoaIgBhawqfTx1pR7Aixy0Mnbe2A1QM { width:7rem;height:4.0625rem;top:48.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #asxlDsB35UlBUU88q1Sr0lpgp3i4tPlh { width:7.5625rem;height:3.5625rem;top:4.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fez6eruht7HKuiDarXPr587vvsdpcxiq { width:14.3125rem;height:3.875rem;top:33rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5bhWqTEUkCmJyDWeIWKocqvzet0B56q { width:8.3125rem;height:6.8125rem;top:9.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf7MIVveHrBVTHyJhtLDJppHDS12Bd2o { width:11.625rem;height:3.5rem;top:17.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNCCVPdeG73genxevmo9pKIBRZZEk7sT { width:9.375rem;height:5.3125rem;top:70.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9e9IEXISnsoHkInKE2HWUaNBUz0u4mn { width:9.25rem;height:3.875rem;top:38.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI6BpR7n3UeTkrxmSw3C6lZDKQGmTzyw { width:13rem;height:2rem;top:57.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhTxGFfhtfMA3mTNw1lub0DpupnzuFBu { width:13.4375rem;height:2.1875rem;top:60.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLB9RJ7WleXz6D4C556IrRJXe8AOAqGh { width:7.5rem;height:5rem;top:64.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwuBbvZnJzkaWhalqbSbN2upKpUlpIW8 { width:12.8125rem;height:2.0625rem;top:54.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgmJ1yz9KpbM5SnGg944XvTzCBKZbZDo { width:10.5625rem;height:4.375rem;top:43.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIL5D9eX5kMigxoFUJz7szxUTVZMJDkM { display:none; }#WIL5D9eX5kMigxoFUJz7szxUTVZMJDkM > .row .container { width:20rem;height:43.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NZtFbPUtsJnSXcgSpomrhoLfaNoOHnB0 { width:12.6865rem;height:5.34668125rem;top:6.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbLqd8aTco0Hh6C1Do7xBQvCLVBQbOUz { width:11.8125rem;height:2.8125rem;top:18.65918125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkePSi8LtTTEI2rfO8TTiNtF335KNzVh { width:6rem;height:4.5rem;top:12.90918125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTn8CUh3Jeltp8EipCJmlsDFr1z3bdmo { width:11.0605625rem;height:4.72168125rem;top:22.72168125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT3dLbdDP8wnNyfh7HDcOddTUX2pTJ3w { width:7.3125rem;height:5.0625rem;top:28.6933625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8fbtsqRKwW1teLF9DA88SoldxrAHCI0 { width:9.0625rem;height:3.9375rem;top:35.0058625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFECRci7UZ59MQfxPTGrw3h8w82dM5kF { width:10.3125rem;height:3.8125rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwkxCBHJyivsg5Q3APsWOP2gT7V4lmPK { width:7.1875rem;height:2.5rem;top:40.1933625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpqUnTNDzB2e4eGRDlxEsRyU5EeiTEga { display:none; }#QpqUnTNDzB2e4eGRDlxEsRyU5EeiTEga > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #doPPExakGVrOaonDl3Fkl7TJaw98nfvL { width:18.9998125rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFAQ8gtxVFv8Ug2dVcKRzSST6TN2fUdN { display:block; }
 }@media only screen and (max-width: 763px) { #AxOzKXa2utzcJkuB60JTqZUX9SOroJsB { display:none; }#AxOzKXa2utzcJkuB60JTqZUX9SOroJsB > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gI6HKdLG3pCGmSobfUffA7d2IzRMRqrk { width:20rem;height:1.3056625rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFbfiW9BxMTLygrMTzHoDMywHFclTJ71 { display:none; }#JFbfiW9BxMTLygrMTzHoDMywHFclTJ71 > .row .container { width:20rem;height:70.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w1eoyqyOhoFJ8KXTgBETiRa3dIhUmvvu { width:4.49805rem;height:2.8125rem;top:42.43165rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIfZQuQwTopNt8o472NlnZK6dw2zEaAn { width:4.375rem;height:4.25rem;top:13.4961rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTKd5TqUKKVALGpJZE4VvetD9EA8icSM { width:4.6875rem;height:1.81055rem;top:4.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKrxKK9p3beTbDL3Q0JMHNdxUUEp1naU { width:4.49805rem;height:4.49805rem;top:7.74805rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNk40xbGOlhFfEgmXJrcBWpUQZv6yIH7 { width:5rem;height:3.125rem;top:18.9961rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNqTDkPFNsL93tITWA5uoTQmT26XSJff { width:5.3125rem;height:3.87305rem;top:23.3711rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadsX02NpfSE8AolnBaysT0m2kvgrHI9 { width:7.3125rem;height:2.1875rem;top:1.25rem;left:6.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fKZgGgvVJ8Jioap8zoydgAFxKQaqSW1g { width:6.1875rem;height:3.25rem;top:28.49415rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhSGRcMkAEidm5Z9avcCmKT6KhVzTGdz { width:3.625rem;height:2.6875rem;top:38.49415rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDb7tXByndpFPgZTFoknyrnVW6NRcHnr { width:3.8125rem;height:3.8125rem;top:46.49415rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGKMUMc2tgOWKCHkuWpTcDPnNdOm0Svy { width:3.625rem;height:3.625rem;top:51.55665rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiGSg10fRlNNddqEf9co94WAsxAE7OSu { width:6.9375rem;height:3.75rem;top:56.43165rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEHpgIe7m6v92Qc0X3f0rTlTuhQwvJqi { width:4.1875rem;height:4.25rem;top:32.99415rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncgl2icJyTKlU48D5Bko8m8eG5lqr8gW { width:4.1875rem;height:2.9375rem;top:61.43165rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4hWJdHyWsBoQgAHJJRczyOHoZNVclk { width:18.25rem;height:3.625rem;top:65.61915rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htDaKf2HUhr0Am8veiXw848Im5wkHQ7s { background-color:rgba(0,48,97,0.35);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; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row .container { background-color: transparent; background-image: none; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row .container > .video-iframe-container { display: none; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row > .video-iframe-container { display: none; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .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); }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row .container { border-width: 0; border-radius: 0; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htDaKf2HUhr0Am8veiXw848Im5wkHQ7s > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT2Iaikt8Ts44TWL7Me1NCwElaXSnEDN { width:17.5625rem;height:1.375rem;top:1.8125rem;left:1.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5o9w5ty47Z6QL4picFNlReg5bloFNBf { background-color:rgba(0,48,97,0.35);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; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row .container { background-color: transparent; background-image: none; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row .container > .video-iframe-container { display: none; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row > .video-iframe-container { display: none; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .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); }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row .container { border-width: 0; border-radius: 0; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5o9w5ty47Z6QL4picFNlReg5bloFNBf > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR61wnz6lFpsozOpfQQPmEyfghfZ5ABd { height:11.24025rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVnODQvWUNPiX6gzrMx1L6LwxWlRq02e { width:20rem;height:3.25rem;top:13.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKvkCymcCa9IuSv3XBccV6JzZtwTzIaF { height:11.24025rem;width:20rem;top:17.75196875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbWqWELewedMXBlA9CSXucJra9bMe3u { height:11.25rem;width:20rem;top:34.2539375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GezaVs9WF5lF8bcERAAiWNHiXJgO6prK { width:15.3125rem;height:3.25rem;top:29.5625rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNSOitT4kep24PiLyX1bArfMr5Z8n10a { width:15.3125rem;height:3.25rem;top:46.25rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdaKEiBiUI5AQ8ShSQ7LqN3gcqaI0erC { width:15.3125rem;height:3.25rem;top:62.8125rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZJsib8vfkDcisi8wZkswTSPRKEcDl4c { height:11.2285rem;width:20rem;top:50.76565625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n { 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; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row .container { background-color: transparent; background-image: none; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row .container > .video-iframe-container { display: none; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row > .video-iframe-container { display: none; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .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); }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row .container { border-width: 0; border-radius: 0; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTTUKDzq12fUwpBdzp1SPWRNcVbGhF1n > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCuNCTrXnUG1TTcpcogzPf21QhtUzIEX { width:15.5625rem;height:5.375rem;top:1.625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPeUR8gu9QJPvFqZXk3s9mq6AbkXsW8F { width:15.1875rem;height:1.5625rem;top:8.0390625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd { display:block; }#wypyv6EZSw2nZygSb1hv4Bx8caWd3ypd > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRDkNQTJ83OHl576tRDtQ1duMrIPfk3p { width:20rem;height:1.923825rem;top:1.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }