.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MmfZLadC/Nikkei_Asia_map_1200_628_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bf;background-image:none;position:relative;z-index:auto;display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { background-color: transparent; background-image: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .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); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { border-width: 0; border-radius: 0; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:17.1875rem;top:0.9375rem;left:2.5rem;overflow:hidden;display:block; }
#Cr8yzTnh5f8ChUaI5Py1XkF1aF9E7hHZ { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:2.09375rem;left:45.3125rem;height:1.125rem;text-align:center;text-align-last:center;display:none; }
#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { position:relative;display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { background-color: transparent; background-image: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container { display: none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .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); }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { border-width: 0; border-radius: 0; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#bFc0LzwnCIxkRw3r36lss5wifJ3p5CdV { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:45.6875rem;top:6.625rem;left:14.65625rem;overflow:hidden;display:block; }
#ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw { position:relative;display:block; }#ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw { background-color: transparent; background-image: none; }#ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw > .row .container > .video-iframe-container { display: none; }#ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw > .row > .video-iframe-container { display: none; }#ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw > .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); }#ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw { border-width: 0; border-radius: 0; }#ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#005b94;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#VdFihEodsTTBiNZaNKsapk2u51loqlOv { z-index:100002;top:0.875rem;left:2.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GR17AFzVXG3BAmlVeJcAeBUtKRf8OtSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yOSEqM8zVEW6hx7NBOdt2kF86VWtS0LK { z-index:100003;top:0.875rem;left:25.6875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#anoTUPgUn5DrX3k0onZDeca8ZpiLzrxp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zELy4cIulBnPQRXDMg5o5hPZ01zewTua { z-index:100004;top:0.84375rem;left:40.59375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Xo3mUF7WuTigJqXxaxHJTvUA75ZJ3p63 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rBTMLcmdBGoTStNTDlpzvB2TZgFPL7bE { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.75rem;top:1.625rem;left:1.875rem;overflow:hidden;display:block; }
#J9lzwyhTSBBha77fhyafNllo6G8TXVLu { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.75rem;top:1.625rem;left:23.625rem;overflow:hidden;display:block; }
#pNlSTNfgaEpuX9S0czlDbJxwA5efkgVy { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.75rem;top:1.625rem;left:58.59375rem;overflow:hidden;display:block; }
#xdDNpwntTRo8pSedpCFksHkKKpi0gmEV { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.75rem;top:1.625rem;left:39.875rem;overflow:hidden;display:block; }
#OkwUcrT9QxtA0RNa40vlpKlEmgha74yc { z-index:100006;top:0.84375rem;left:58.59375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lw8SqerhIm8qOgm7r83FVJk5IM6Sr1Ox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo { position:relative;display:block; }#RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo { background-color: transparent; background-image: none; }#RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo > .row .container > .video-iframe-container { display: none; }#RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo > .row > .video-iframe-container { display: none; }#RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo > .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); }#RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo { border-width: 0; border-radius: 0; }#RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { position:relative;display:block; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { background-color: transparent; background-image: none; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container > .video-iframe-container { display: none; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row > .video-iframe-container { display: none; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .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); }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { border-width: 0; border-radius: 0; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:130.6875rem;width:75rem;position:relative;display:block; }#nU7pfRscMK6y4esIoCqt5P0TVMwZWraN { color:#0076bf;display:block;width:32.25rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.6552734375rem;left:21.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#NF0VzNZgoWSzaVtU7nTR3LIPUQdxbRhL { position:absolute;display:block;z-index:100008;background-color:#0076bf;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;height:0.625rem;width:8.125rem;top:6.7490234375rem;left:33.4375rem;display:block; }
#o7OLeUS9INx6Z7Rx3LTaXiT2NCyELL8L { color:#0076bf;display:block;width:2.6875rem;position:absolute;font-family:"roboto slab";font-size:2.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:10.0048828125rem;left:8.8125rem;height:3.65625rem;display:block; }
#BW88Ngt2acCTXPEcWFNllvv0ptxT8KUp { color:#606060;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:14.2958984375rem;left:8.8125rem;height:1.54296875rem;display:block; }
#x2eBieJsaybxsSe6CKsMIKKnw1D5EWoS { background-color:#0076bf;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-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:"roboto slab";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:2.5rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:20.125rem;left:8.8125rem;display:block; }
#Wn62ZcSKEFB0pwZPJV9hD7KvbMQTxmbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cxMmLABsu03rmQALKB0un8DKet7sHaNS { color:#0076bf;display:block;width:2.6875rem;position:absolute;font-family:"roboto slab";font-size:2.8125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:27rem;left:8.8125rem;height:3.65625rem;display:block; }
#qfCEw8Aczkbfl7OFVSsnDrTSx1Kdihzf { color:#606060;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:31.48046875rem;left:8.8125rem;height:3.0859375rem;display:block; }
#kEtJtTiVLkhen3FVJxRyAgPEu7UwgXyR { position:absolute;display:block;z-index:100012;border-top:0.0625rem solid #606060;border-left:0.0625rem solid #606060;border-right:0.0625rem solid #606060;border-bottom:0.0625rem solid #606060;height:13.75rem;width:20.8125rem;top:10.0048828125rem;left:46.5625rem;overflow:hidden;display:block; }
#FOfBbmI8q9b3uqB067Ue7qSD4a6L5wqP { color:#606060;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:62.4375rem;left:8.8125rem;height:1.54296875rem;display:block; }
#LlxfX1lBgNCZzIpB4WW4SiWlAT7yG9v6 { color:#0076bf;display:block;width:2.6875rem;position:absolute;font-family:"roboto slab";font-size:2.8125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:57.9375rem;left:8.8125rem;height:3.65625rem;display:block; }
#RBtShVVaZlQHrTaEEoPG6iDIhsvuOEC9 { position:absolute;display:block;z-index:100014;border-top:0.0625rem solid #606060;border-left:0.0625rem solid #606060;border-right:0.0625rem solid #606060;border-bottom:0.0625rem solid #606060;height:13.75rem;width:20.8125rem;top:76.5625rem;left:46.5625rem;overflow:hidden;display:block; }
#RsvP2Z3Iq52544qAug2kg7FPH4dpnH1y { color:#0076bf;display:block;width:2.6875rem;position:absolute;font-family:"roboto slab";font-size:2.8125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:76.5625rem;left:8.8125rem;height:3.65625rem;display:block; }
#yh0wcU4QstUUeOOpt6qJ5AvrQz7MQ0wf { color:#606060;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:81.0625rem;left:8.8125rem;height:1.54296875rem;display:block; }
#xk8SpACEWTa0rVvG8TMTL6WMRwlgJDXw { color:#606060;display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:99.25rem;left:9.375rem;height:1.54296875rem;display:block; }
#nfbJ2iFslIrAuQ8LsLkpcPyyq1fvJy3u { color:#0076bf;display:block;width:2.6875rem;position:absolute;font-family:"roboto slab";font-size:2.8125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:94.75rem;left:9.375rem;height:3.65625rem;display:block; }
#DR4CfI2he09FUbg6Q62sJ3eNB78TLQHt { position:absolute;display:block;z-index:100015;background-color:#aba6a7;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;height:0.0625rem;width:62.5rem;top:25.9375rem;left:6.25rem;display:block; }
#DCwv2B4NqwJeTEt9L7PET0EOQTv5nkHm { position:absolute;display:block;z-index:100016;background-color:#aba6a7;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;height:0.0625rem;width:62.5rem;top:55.5rem;left:6.25rem;display:block; }
#Go2KWnmpTmXgOQrDcdQ0zsgeNHEyg9RC { position:absolute;display:block;z-index:100017;background-color:#aba6a7;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;height:0.0625rem;width:62.5rem;top:74.125rem;left:6.25rem;display:block; }
#BuvwRi7nNzKWEFAXP9rC0ZiO0X6ZxcsA { position:absolute;display:block;z-index:100018;background-color:#aba6a7;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;height:0.0625rem;width:62.5rem;top:92.625rem;left:6.25rem;display:block; }
#PSqgXcaf9fycRBCSSwr36wCt9AbOvaaz { position:absolute;display:block;z-index:100019;border-top:0.0625rem solid #606060;border-left:0.0625rem solid #606060;border-right:0.0625rem solid #606060;border-bottom:0.0625rem solid #606060;height:25.0625rem;width:20.8125rem;top:28.1875rem;left:46.5625rem;overflow:hidden;display:block; }
#V3gI7eiAoJtBbRrB5Sz9ULrNRxeNHAdA { position:absolute;display:block;z-index:100020;border-top:0.0625rem solid #606060;border-left:0.0625rem solid #606060;border-right:0.0625rem solid #606060;border-bottom:0.0625rem solid #606060;height:13.75rem;width:20.8125rem;top:57.9375rem;left:46.5625rem;overflow:hidden;display:block; }
#fryTnvMC39VGWLRtM47CmsRL89u4HL6t { color:#606060;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:16.3740234375rem;left:8.8125rem;height:1.13671875rem;display:block; }
#TCQiUo86CNp4DgiIGSeBucNS8EWgVUxf { position:absolute;display:block;z-index:100019;background-color:#aba6a7;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;height:0.0625rem;width:62.5rem;top:108.0625rem;left:6.25rem;display:block; }
#uSpNuKcDGVNv4A527RdRJq5nGGVf9S48 { color:#606060;display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:113.8125rem;left:8.8125rem;height:3.0859375rem;display:block; }
#n7XZU91czDgHpP1OIgW8h3Lp7aUy4qKk { color:#0076bf;display:block;width:2.6875rem;position:absolute;font-family:"roboto slab";font-size:2.8125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:109.25rem;left:8.8125rem;height:3.65625rem;display:block; }
#KzFoSgUqwpBKThiWTXTM10gXiADTuIW8 { position:absolute;display:block;z-index:100015;border-top:0.0625rem solid #606060;border-left:0.0625rem solid #606060;border-right:0.0625rem solid #606060;border-bottom:0.0625rem solid #606060;height:10.0625rem;width:20.8125rem;top:95rem;left:46.5625rem;overflow:hidden;display:block; }
#Lif5PuQDkc8z3t349IOR5hGWiZZkpozN { position:absolute;display:block;z-index:100016;border-top:0.0625rem solid #606060;border-left:0.0625rem solid #606060;border-right:0.0625rem solid #606060;border-bottom:0.0625rem solid #606060;height:12rem;width:20.8125rem;top:110.8125rem;left:46.5625rem;overflow:hidden;display:block; }
#vzn0l8W7m41fUvbAMLW1WyUT1vlPEFTg { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.5rem;width:5.625rem;top:117.625rem;left:58.312504768372rem;display:block; }
#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { position:relative;display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { background-color: transparent; background-image: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container > .video-iframe-container { display: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row > .video-iframe-container { display: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .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); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { border-width: 0; border-radius: 0; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { position:relative;display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { background-color: transparent; background-image: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .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); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { border-width: 0; border-radius: 0; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:63.625rem;width:75rem;position:relative;display:block; }#JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { color:#0076bf;display:block;width:5.5625rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.125rem;left:33.6875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { color:#606060;display:block;width:19.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.5;letter-spacing:0;top:9.21875rem;left:4.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { color:#606060;display:block;width:63.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100034;line-height:1.4;letter-spacing:0;top:11.203125rem;left:5.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fTCes0iTf77zvy1IaHqZnK4bshCILfec { color:#606060;display:block;width:60.6875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100034;line-height:1.5;letter-spacing:0;top:18.28125rem;left:4.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PKzqEXaUThoGGWKBeRFse4GfAZtE5b9Q { position:absolute;display:block;z-index:100009;background-color:#0076bf;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;height:0.625rem;width:8.125rem;top:5.71875rem;left:32.40625rem;display:block; }
#OCcCsH6klepixaklruzMOMWgp5LccXXi { color:#606060;display:block;width:63.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100035;line-height:1.4;letter-spacing:0;top:20.125rem;left:5.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W8gKuoUMXZNbpgr9g28DuueoxXnE3B9X { color:#606060;display:block;width:29.1875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100036;line-height:1.5;letter-spacing:0;top:24.6875rem;left:4.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rmMsxCTgu7CkmJ0FzpFvPT4TUeRTxX2h { color:#606060;display:block;width:63.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100037;line-height:1.4;letter-spacing:0;top:26.375rem;left:5.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bSWnW8hRe91OTooTnNgbTuDVRLFCNdPS { color:#606060;display:block;width:63.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100039;line-height:1.4;letter-spacing:0;top:47.8125rem;left:4.59375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mgU8a31TLWXH9qacwOuGperETasSk01r { color:#606060;display:block;width:29.1875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100038;line-height:1.5;letter-spacing:0;top:46rem;left:4.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o9DBO0iyGp6g3FMB0T9ql2ZX5FFgZtLU { color:#606060;display:block;width:63.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100035;line-height:1.4;letter-spacing:0;top:32.65625rem;left:5.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#slveNE9xr9KH2Um20CTGcvUITo42Ktub { color:#606060;display:block;width:29.1875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:30.8125rem;left:4.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A4EUTIGq4vMaTqvdT2197sdSWtAX10l3 { color:#606060;display:block;width:63.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100036;line-height:1.4;letter-spacing:0;top:40.90625rem;left:4.59375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hpt1CB0PrDs4oAzUFq3m58gezKdBhx2E { color:#606060;display:block;width:29.1875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100040;line-height:1.5;letter-spacing:0;top:39rem;left:4.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n9y5gIQRCdoEGcaTKT9S9apwCHaS6Fxq { color:#0076bf;display:block;width:23.9375rem;position:absolute;font-family:"roboto slab";font-size:1.4375rem;font-weight:700;z-index:100040;line-height:1.4;letter-spacing:0;top:55.125rem;left:25.53125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bhls2Q8Av6LokdukGyGDAyRsd9BBmHHu { color:#606060;display:block;width:31.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:100040;line-height:1.4;letter-spacing:0;top:57.6875rem;left:21.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AJOwV3oJe87HOFai76GvZvibNHHzvGmy { position:absolute;display:block;z-index:100041;background-color:transparent;background-image:none;border-top:0.0625rem solid #0076bf;border-left:0.0625rem solid #0076bf;border-right:0.0625rem solid #0076bf;border-bottom:0.0625rem solid #0076bf;height:6.3125rem;width:35.3125rem;top:53.6875rem;left:19.71875rem;display:block; }
#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H { position:relative;display:block; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H { background-color: transparent; background-image: none; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container > .video-iframe-container { display: none; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row > .video-iframe-container { display: none; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .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); }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H { border-width: 0; border-radius: 0; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L { position:relative;display:block; }#y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L { background-color: transparent; background-image: none; }#y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L > .row .container > .video-iframe-container { display: none; }#y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L > .row > .video-iframe-container { display: none; }#y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L > .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); }#y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L { border-width: 0; border-radius: 0; }#y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dbe6f2;background-image:none;font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#BXJU84N427B0MRuS0DvIUsWUC2UpSo4Q { position:absolute;display:block;z-index:100009;background-color:#0076bf;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;height:0.625rem;width:6.25rem;top:6.25rem;left:34.375rem;display:block; }
#AUNbD8AS4ZrfLT1Q5Jxn0S0bJ76eXCPM { color:#606060;display:block;width:19.4375rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.34375rem;left:27.78125rem;height:2.84375rem;font-style:normal;display:block; }
#Jf3Wla89NueUhvMrAZxzwhUl5TmhuBib { color:#606060;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13.875rem;left:33.3125rem;height:1.3808625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Giv4JvbnZElZoMFSWp1tixT8TgU1V6AK { color:#606060;display:block;width:56.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:9.6875rem;left:9.46875rem;height:1.625rem;font-style:normal;display:block; }
#RdPTSWOyN3B9lfbEa2SqSLyK2W4lSSGn { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.25rem;width:26.4375rem;top:21.75rem;left:2.46875rem;overflow:hidden;display:block; }
#pQht751JEBZ4gDU2wzVoECtJlbVPFMdT { color:#606060;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:15.255859375rem;left:33.6875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BXdEkfVziN6vU8ZeSrDN3IWJHHkD9ATI { color:#606060;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:20rem;left:33.3125rem;height:1.3808625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qogye646Be3oELtmxGkcmQL91F2PMWde { color:#606060;display:block;width:36.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:21.625rem;left:33.6875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EVNPFVKZalWXupsXmEaxAVpMc3h4yRWv { color:#606060;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:26.25rem;left:33.3125rem;height:1.3808625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v81CeZsnv6EFao4x0W98vdhG2a6tPxJl { color:#606060;display:block;width:36.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:27.875rem;left:33.6875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sqWfGOO29dE9egwpybJl744e06JkPLUr { color:#606060;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:32.5rem;left:33.3125rem;height:1.3808625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gWggm9AhZxsRn9Imr1uHiDmL13zT3Fkc { color:#606060;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:34.0625rem;left:33.75rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#F8LnfPdsXN7VqIRI0cNQiVKJ1yMv0cBz { z-index:100006;top:39.125rem;left:49.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #005b94;border-left:0.0625rem solid #005b94;border-right:0.0625rem solid #005b94;border-bottom:0.0625rem solid #005b94;box-sizing:border-box;color:#005b94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LR6Rh5yrdCPq1bhRFPVt4ZmfcHRRHDaI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx { position:relative;display:block; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx { background-color: transparent; background-image: none; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row .container > .video-iframe-container { display: none; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row > .video-iframe-container { display: none; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .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); }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx { border-width: 0; border-radius: 0; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#ZuMgd2XwiIofimbqtrXoZWGRl0uWApaB { color:#606060;display:block;width:9.125rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:11.64453125rem;left:40.15625rem;height:2.03125rem;font-style:normal;display:block; }
#pKBdgtuuZfoEwn71208oNIPbFvoUSMwC { position:absolute;display:block;z-index:100009;background-color:#0076bf;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;height:0.625rem;width:6.25rem;top:6.5625rem;left:33.90625rem;display:block; }
#efBTTITPmNLoFqSAt3ahd9FdG3pZFuEK { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:8.6875rem;top:19.89453125rem;left:49.2763671875rem;overflow:hidden;display:block; }
#b7XW90bPmhzB1mDdvUn1ryU2lkEdcgtO { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:8.5rem;top:19.42578125rem;left:57.1513671875rem;overflow:hidden;display:block; }
#TrEWkTVeb9nzJrFxWUwmEDwEcwNamKa9 { color:#606060;display:block;width:28.9375rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.34375rem;left:23.03125rem;height:2.84375rem;font-style:normal;display:block; }
#fJKyGedSqqMgSJ8CZpiV6T4ZxDw0GPOg { color:#606060;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:14.408203125rem;left:40.15625rem;height:4.1425875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J7daGhZmq7gVfOQsfJMcwwhdAdBivZpT { position:absolute;display:block;z-index:100000;background-color:#0076bf;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;height:13.125rem;width:28.25rem;top:10.39453125rem;left:8.84375rem;display:block; }
#MOXmBpszb8uszfT1KGyN2oHcBIyLVuQU { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #0076bf;border-left:0.0625rem solid #0076bf;border-right:0.0625rem solid #0076bf;border-bottom:0.0625rem solid #0076bf;height:13rem;width:29.375rem;top:10.37890625rem;left:38.03125rem;display:block; }
#FFcTCMOkD8599tXKSF5DIGSAPTz8oLoh { color:#606060;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:14.4072265625rem;left:10.90625rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gLpSZTv65nsqbg4ula9cV8x4JigRhc3f { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"roboto slab";font-size:1.5625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:11.64453125rem;left:10.90625rem;height:2.03125rem;font-style:normal;display:block; }
#xG8cS3SDsK8wlpqW6iS6SI9qNciIJmFW { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:19.76953125rem;left:16.78125rem;display:block; }
#NSlVlhQwGSeugnnCfihS3c3oqaoZNCE8 { z-index:100006;top:20.08203125rem;left:18.46875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:1.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a6JkkbCar8kQSmf9oTnZTGRcN6TAypEC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW { position:relative;display:block; }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW { background-color: transparent; background-image: none; }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row .container > .video-iframe-container { display: none; }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row > .video-iframe-container { display: none; }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .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); }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW { border-width: 0; border-radius: 0; }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E { position:relative;display:block; }#Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E { background-color: transparent; background-image: none; }#Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E > .row .container > .video-iframe-container { display: none; }#Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E > .row > .video-iframe-container { display: none; }#Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E > .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); }#Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E { border-width: 0; border-radius: 0; }#Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#kOditsSk4qfwBzxmpnhvFfTTGcABHzgG { position:absolute;display:block;z-index:100009;background-color:#0076bf;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;height:0.625rem;width:6.25rem;top:5.5rem;left:33.78125rem;display:block; }
#RRfvCLV5yWoKZH82XmJmSvDSmbPFDy3O { color:#606060;display:block;width:9.3125rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:32.25rem;height:2.84375rem;font-style:normal;display:block; }
#sPQDlUR5uHhHnCToFvzEabhSrrN9sGIR { color:#606060;display:block;width:43.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:11.14453125rem;left:16.28125rem;height:1.3808625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oCvbSuTAitwt4ImhrLEtFKhetxf4xXG4 { color:#0076bf;display:block;width:23.1875rem;position:absolute;font-family:"roboto slab";font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:8.3125rem;left:26.4375rem;height:1.7871125rem;display:block; }
#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 { position:relative;display:block; }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 { background-color: transparent; background-image: none; }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row .container > .video-iframe-container { display: none; }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row > .video-iframe-container { display: none; }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .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); }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 { border-width: 0; border-radius: 0; }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou > .row .container { background-color: transparent; background-image: none; }#Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou > .row .container > .video-iframe-container { display: none; }#Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou > .row > .video-iframe-container { display: none; }#Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou > .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); }#Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou > .row .container { border-width: 0; border-radius: 0; }#Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { top:0.9375rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr8yzTnh5f8ChUaI5Py1XkF1aF9E7hHZ { top:2.0625rem;left:31.6875rem;width:12.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFc0LzwnCIxkRw3r36lss5wifJ3p5CdV { top:6.625rem;left:1.03125rem;width:45.6875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw { display:block; }#ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdFihEodsTTBiNZaNKsapk2u51loqlOv { top:0.875rem;left:0rem;width:14.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR17AFzVXG3BAmlVeJcAeBUtKRf8OtSq { display:block; }
 }@media only screen and (max-width: 763px) { #yOSEqM8zVEW6hx7NBOdt2kF86VWtS0LK { top:0.875rem;left:15.46875rem;width:4.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anoTUPgUn5DrX3k0onZDeca8ZpiLzrxp { display:block; }
 }@media only screen and (max-width: 763px) { #zELy4cIulBnPQRXDMg5o5hPZ01zewTua { top:0.8125rem;left:21.75rem;width:14.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo3mUF7WuTigJqXxaxHJTvUA75ZJ3p63 { display:block; }
 }@media only screen and (max-width: 763px) { #rBTMLcmdBGoTStNTDlpzvB2TZgFPL7bE { top:1.625rem;left:0rem;width:1.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9lzwyhTSBBha77fhyafNllo6G8TXVLu { top:1.625rem;left:13.40625rem;width:1.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNlSTNfgaEpuX9S0czlDbJxwA5efkgVy { top:1.625rem;left:35.8125rem;width:1.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdDNpwntTRo8pSedpCFksHkKKpi0gmEV { top:1.625rem;left:23.875rem;width:1.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkwUcrT9QxtA0RNa40vlpKlEmgha74yc { top:0.8125rem;left:33.6875rem;width:14.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw8SqerhIm8qOgm7r83FVJk5IM6Sr1Ox { display:block; }
 }@media only screen and (max-width: 763px) { #RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo { display:block; }#RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { display:block; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU7pfRscMK6y4esIoCqt5P0TVMwZWraN { top:2.625rem;left:7.75rem;width:32.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF0VzNZgoWSzaVtU7nTR3LIPUQdxbRhL { top:6.6875rem;left:19.8125rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7OLeUS9INx6Z7Rx3LTaXiT2NCyELL8L { top:10rem;left:0rem;width:2.6875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW88Ngt2acCTXPEcWFNllvv0ptxT8KUp { top:14.25rem;left:0rem;width:31.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2eBieJsaybxsSe6CKsMIKKnw1D5EWoS { width:25.1875rem;height:2.5rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn62ZcSKEFB0pwZPJV9hD7KvbMQTxmbJ { display:block; }
 }@media only screen and (max-width: 763px) { #cxMmLABsu03rmQALKB0un8DKet7sHaNS { top:27rem;left:0rem;width:2.6875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfCEw8Aczkbfl7OFVSsnDrTSx1Kdihzf { top:31.4375rem;left:0rem;width:34.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEtJtTiVLkhen3FVJxRyAgPEu7UwgXyR { top:10rem;left:0rem;width:20.8125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOfBbmI8q9b3uqB067Ue7qSD4a6L5wqP { top:62.4375rem;left:0rem;width:34.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlxfX1lBgNCZzIpB4WW4SiWlAT7yG9v6 { top:57.9375rem;left:0rem;width:2.6875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBtShVVaZlQHrTaEEoPG6iDIhsvuOEC9 { top:76.5625rem;left:26.8125rem;width:20.8125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsvP2Z3Iq52544qAug2kg7FPH4dpnH1y { top:76.5625rem;left:0rem;width:2.6875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh0wcU4QstUUeOOpt6qJ5AvrQz7MQ0wf { top:81.0625rem;left:0rem;width:34.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk8SpACEWTa0rVvG8TMTL6WMRwlgJDXw { top:99.25rem;left:0rem;width:45.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfbJ2iFslIrAuQ8LsLkpcPyyq1fvJy3u { top:94.75rem;left:0rem;width:2.6875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR4CfI2he09FUbg6Q62sJ3eNB78TLQHt { top:25.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCwv2B4NqwJeTEt9L7PET0EOQTv5nkHm { top:55.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go2KWnmpTmXgOQrDcdQ0zsgeNHEyg9RC { top:74.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuvwRi7nNzKWEFAXP9rC0ZiO0X6ZxcsA { top:92.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSqgXcaf9fycRBCSSwr36wCt9AbOvaaz { top:28.1875rem;left:26.8125rem;width:20.8125rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3gI7eiAoJtBbRrB5Sz9ULrNRxeNHAdA { top:57.9375rem;left:26.8125rem;width:20.8125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fryTnvMC39VGWLRtM47CmsRL89u4HL6t { top:16.3125rem;left:0rem;width:31.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQiUo86CNp4DgiIGSeBucNS8EWgVUxf { top:108.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSpNuKcDGVNv4A527RdRJq5nGGVf9S48 { top:113.8125rem;left:0rem;width:45.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7XZU91czDgHpP1OIgW8h3Lp7aUy4qKk { top:109.25rem;left:0rem;width:2.6875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzFoSgUqwpBKThiWTXTM10gXiADTuIW8 { top:95rem;left:26.8125rem;width:20.8125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lif5PuQDkc8z3t349IOR5hGWiZZkpozN { top:110.8125rem;left:26.8125rem;width:20.8125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzn0l8W7m41fUvbAMLW1WyUT1vlPEFTg { top:117.625rem;left:40.75rem;width:5.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { top:2.125rem;left:20.0625rem;width:5.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { top:9.1875rem;left:0rem;width:19.125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { top:11.1875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTCes0iTf77zvy1IaHqZnK4bshCILfec { top:18.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKzqEXaUThoGGWKBeRFse4GfAZtE5b9Q { top:5.6875rem;left:18.78125rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCcCsH6klepixaklruzMOMWgp5LccXXi { top:20.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8gKuoUMXZNbpgr9g28DuueoxXnE3B9X { top:24.6875rem;left:0rem;width:29.1875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmMsxCTgu7CkmJ0FzpFvPT4TUeRTxX2h { top:26.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSWnW8hRe91OTooTnNgbTuDVRLFCNdPS { top:47.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgU8a31TLWXH9qacwOuGperETasSk01r { top:46rem;left:0rem;width:29.1875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9DBO0iyGp6g3FMB0T9ql2ZX5FFgZtLU { top:32.625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slveNE9xr9KH2Um20CTGcvUITo42Ktub { top:30.8125rem;left:0rem;width:29.1875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4EUTIGq4vMaTqvdT2197sdSWtAX10l3 { top:40.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpt1CB0PrDs4oAzUFq3m58gezKdBhx2E { top:39rem;left:0rem;width:29.1875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9y5gIQRCdoEGcaTKT9S9apwCHaS6Fxq { top:55.125rem;left:11.90625rem;width:23.9375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhls2Q8Av6LokdukGyGDAyRsd9BBmHHu { top:57.6875rem;left:8.3125rem;width:31.125rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJOwV3oJe87HOFai76GvZvibNHHzvGmy { top:53.6875rem;left:6.09375rem;width:35.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTk36qPTIRgI7qTOshcwyWJe50dlsB8H { display:block; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L { display:block; }#y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXJU84N427B0MRuS0DvIUsWUC2UpSo4Q { top:6.25rem;left:20.75rem;width:6.25rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUNbD8AS4ZrfLT1Q5Jxn0S0bJ76eXCPM { top:2.3125rem;left:14.15625rem;width:19.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf3Wla89NueUhvMrAZxzwhUl5TmhuBib { top:13.875rem;left:7.4375rem;width:40.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Giv4JvbnZElZoMFSWp1tixT8TgU1V6AK { top:9.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdPTSWOyN3B9lfbEa2SqSLyK2W4lSSGn { top:21.75rem;left:0rem;width:26.4375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQht751JEBZ4gDU2wzVoECtJlbVPFMdT { top:15.25rem;left:9.25rem;width:38.5rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXdEkfVziN6vU8ZeSrDN3IWJHHkD9ATI { top:20rem;left:7.4375rem;width:40.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qogye646Be3oELtmxGkcmQL91F2PMWde { top:21.625rem;left:10.8125rem;width:36.9375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVNPFVKZalWXupsXmEaxAVpMc3h4yRWv { top:26.25rem;left:7.4375rem;width:40.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v81CeZsnv6EFao4x0W98vdhG2a6tPxJl { top:27.875rem;left:11.3125rem;width:36.4375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqWfGOO29dE9egwpybJl744e06JkPLUr { top:32.5rem;left:7.4375rem;width:40.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWggm9AhZxsRn9Imr1uHiDmL13zT3Fkc { top:34.0625rem;left:12.4375rem;width:35.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8LnfPdsXN7VqIRI0cNQiVKJ1yMv0cBz { top:39.125rem;left:26.4375rem;width:21.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR6Rh5yrdCPq1bhRFPVt4ZmfcHRRHDaI { display:block; }
 }@media only screen and (max-width: 763px) { #ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx { display:block; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuMgd2XwiIofimbqtrXoZWGRl0uWApaB { top:11.625rem;left:26.53125rem;width:9.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKBdgtuuZfoEwn71208oNIPbFvoUSMwC { top:6.5625rem;left:20.28125rem;width:6.25rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efBTTITPmNLoFqSAt3ahd9FdG3pZFuEK { top:19.875rem;left:35.6513671875rem;width:8.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7XW90bPmhzB1mDdvUn1ryU2lkEdcgtO { top:19.375rem;left:39.25rem;width:8.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEWkTVeb9nzJrFxWUwmEDwEcwNamKa9 { top:2.3125rem;left:9.40625rem;width:28.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJKyGedSqqMgSJ8CZpiV6T4ZxDw0GPOg { top:14.375rem;left:26.53125rem;width:20.3125rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7daGhZmq7gVfOQsfJMcwwhdAdBivZpT { top:10.375rem;left:0rem;width:28.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOXmBpszb8uszfT1KGyN2oHcBIyLVuQU { top:10.375rem;left:18.25rem;width:29.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFcTCMOkD8599tXKSF5DIGSAPTz8oLoh { top:14.375rem;left:0rem;width:23.5rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLpSZTv65nsqbg4ula9cV8x4JigRhc3f { top:11.625rem;left:0rem;width:16.4375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG8cS3SDsK8wlpqW6iS6SI9qNciIJmFW { top:19.75rem;left:3.15625rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSlVlhQwGSeugnnCfihS3c3oqaoZNCE8 { top:20.0625rem;left:4.84375rem;width:17.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6JkkbCar8kQSmf9oTnZTGRcN6TAypEC { display:block; }
 }@media only screen and (max-width: 763px) { #OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW { display:block; }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E { display:block; }#Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOditsSk4qfwBzxmpnhvFfTTGcABHzgG { top:5.5rem;left:20.15625rem;width:6.25rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRfvCLV5yWoKZH82XmJmSvDSmbPFDy3O { top:1.6875rem;left:18.625rem;width:9.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPQDlUR5uHhHnCToFvzEabhSrrN9sGIR { top:11.125rem;left:2.65625rem;width:43.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCvbSuTAitwt4ImhrLEtFKhetxf4xXG4 { top:8.3125rem;left:12.8125rem;width:23.1875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 { display:block; }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou { display:block; }#Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { background-color: transparent; background-image: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .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); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { width:17.1875rem;height:3.4375rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr8yzTnh5f8ChUaI5Py1XkF1aF9E7hHZ { width:8.375rem;height:1.125rem;top:2.0625rem;left:5.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { border-width: 0; border-radius: 0; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { width:20rem;height:1.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bFc0LzwnCIxkRw3r36lss5wifJ3p5CdV { width:20rem;height:1.83203125rem;top:1.458984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw { display:block; }#ro5BlyH7AM5mO7wUu1lBQrhrOckZrShw > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdFihEodsTTBiNZaNKsapk2u51loqlOv { top:0.90625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR17AFzVXG3BAmlVeJcAeBUtKRf8OtSq { display:block; }
 }@media only screen and (max-width: 763px) { #yOSEqM8zVEW6hx7NBOdt2kF86VWtS0LK { top:4.34375rem;left:6.3125rem;width:7.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anoTUPgUn5DrX3k0onZDeca8ZpiLzrxp { display:block; }
 }@media only screen and (max-width: 763px) { #zELy4cIulBnPQRXDMg5o5hPZ01zewTua { top:7.84375rem;left:3.78125rem;width:14.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo3mUF7WuTigJqXxaxHJTvUA75ZJ3p63 { display:block; }
 }@media only screen and (max-width: 763px) { #rBTMLcmdBGoTStNTDlpzvB2TZgFPL7bE { width:1.75rem;height:1.125rem;top:2.0625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9lzwyhTSBBha77fhyafNllo6G8TXVLu { width:1.75rem;height:1.125rem;top:5.09375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNlSTNfgaEpuX9S0czlDbJxwA5efkgVy { width:1.75rem;height:1.125rem;top:8.625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdDNpwntTRo8pSedpCFksHkKKpi0gmEV { width:1.75rem;height:1.125rem;top:12.5625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkwUcrT9QxtA0RNa40vlpKlEmgha74yc { top:11.78125rem;left:2.96875rem;width:14.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw8SqerhIm8qOgm7r83FVJk5IM6Sr1Ox { display:block; }
 }@media only screen and (max-width: 763px) { #RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo { display:none; }#RNpTuFiPogRwWtpdNu0XidT6NmTW7GZo > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { display:block; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container { width:20rem;height:158.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU7pfRscMK6y4esIoCqt5P0TVMwZWraN { width:18.25rem;height:2.5996125rem;top:1.6875rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF0VzNZgoWSzaVtU7nTR3LIPUQdxbRhL { width:8.125rem;height:0.625rem;top:5.662109375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7OLeUS9INx6Z7Rx3LTaXiT2NCyELL8L { width:0.9375rem;height:2.03125rem;top:8.287109375rem;left:9.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW88Ngt2acCTXPEcWFNllvv0ptxT8KUp { width:15.75rem;height:2.76171875rem;top:10.880859375rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2eBieJsaybxsSe6CKsMIKKnw1D5EWoS { width:15.5625rem;height:2.5rem;top:17.080078125rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn62ZcSKEFB0pwZPJV9hD7KvbMQTxmbJ { display:block; }
 }@media only screen and (max-width: 763px) { #cxMmLABsu03rmQALKB0un8DKet7sHaNS { width:1.3125rem;height:2.03125rem;top:36.0791015625rem;left:9.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfCEw8Aczkbfl7OFVSsnDrTSx1Kdihzf { width:17.0625rem;height:4.142575rem;top:39.3603515625rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kEtJtTiVLkhen3FVJxRyAgPEu7UwgXyR { width:17.625rem;height:11.625rem;top:20.580078125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOfBbmI8q9b3uqB067Ue7qSD4a6L5wqP { width:16.5rem;height:1.3808625rem;top:73.720703125rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlxfX1lBgNCZzIpB4WW4SiWlAT7yG9v6 { width:1.1875rem;height:2.03125rem;top:70.439453125rem;left:9.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBtShVVaZlQHrTaEEoPG6iDIhsvuOEC9 { width:17.625rem;height:11.625rem;top:101.962890625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsvP2Z3Iq52544qAug2kg7FPH4dpnH1y { width:1.3125rem;height:2.03125rem;top:94.169921875rem;left:9.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh0wcU4QstUUeOOpt6qJ5AvrQz7MQ0wf { width:12.625rem;height:2.76171875rem;top:97.451171875rem;left:3.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xk8SpACEWTa0rVvG8TMTL6WMRwlgJDXw { width:16.375rem;height:1.3808625rem;top:120.55078125rem;left:1.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfbJ2iFslIrAuQ8LsLkpcPyyq1fvJy3u { width:1.125rem;height:2.03125rem;top:117.26953125rem;left:9.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR4CfI2he09FUbg6Q62sJ3eNB78TLQHt { width:18.75rem;height:0.0625rem;top:34.7666015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCwv2B4NqwJeTEt9L7PET0EOQTv5nkHm { width:18.75rem;height:0.0625rem;top:69.126953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go2KWnmpTmXgOQrDcdQ0zsgeNHEyg9RC { width:18.75rem;height:0.0625rem;top:92.857421875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuvwRi7nNzKWEFAXP9rC0ZiO0X6ZxcsA { width:18.75rem;height:0.0625rem;top:115.95703125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSqgXcaf9fycRBCSSwr36wCt9AbOvaaz { width:17.625rem;height:21.1875rem;top:45.443359375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3gI7eiAoJtBbRrB5Sz9ULrNRxeNHAdA { width:17.625rem;height:11.625rem;top:78.0634765625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fryTnvMC39VGWLRtM47CmsRL89u4HL6t { width:13.4375rem;height:1.7871125rem;top:14.392578125rem;left:3.28125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCQiUo86CNp4DgiIGSeBucNS8EWgVUxf { width:20rem;height:0.0625rem;top:134.873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSpNuKcDGVNv4A527RdRJq5nGGVf9S48 { width:20rem;height:2.761725rem;top:139.404296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n7XZU91czDgHpP1OIgW8h3Lp7aUy4qKk { width:2.6875rem;height:2.03125rem;top:136.685546875rem;left:9.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzFoSgUqwpBKThiWTXTM10gXiADTuIW8 { width:17.625rem;height:8.5625rem;top:123.830078125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lif5PuQDkc8z3t349IOR5hGWiZZkpozN { width:17.625rem;height:10.125rem;top:143.728515625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzn0l8W7m41fUvbAMLW1WyUT1vlPEFTg { width:5.625rem;height:0.5rem;top:149.5rem;left:11.21875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { background-color: transparent; background-image: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container > .video-iframe-container { display: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row > .video-iframe-container { display: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .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); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { border-width: 0; border-radius: 0; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { background-color: transparent; background-image: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container { display: none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .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); }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { border-width: 0; border-radius: 0; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { width:20rem;height:99.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;color:#0076bf;display:block; }
 }@media only screen and (max-width: 763px) { #ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { width:17.125rem;height:1.40625rem;top:7.4375rem;left:1.4375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { width:15.9375rem;height:13.125rem;top:9.78125rem;left:2.03125rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTCes0iTf77zvy1IaHqZnK4bshCILfec { width:17.125rem;height:4.21875rem;top:26.125rem;left:1.4375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PKzqEXaUThoGGWKBeRFse4GfAZtE5b9Q { width:8.125rem;height:0.625rem;top:4.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCcCsH6klepixaklruzMOMWgp5LccXXi { width:15.9375rem;height:6.5625rem;top:30.90625rem;left:2.03125rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W8gKuoUMXZNbpgr9g28DuueoxXnE3B9X { width:17.125rem;height:1.40625rem;top:39.3125rem;left:1.4375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rmMsxCTgu7CkmJ0FzpFvPT4TUeRTxX2h { width:15.9375rem;height:6.5625rem;top:40.71875rem;left:2.03125rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bSWnW8hRe91OTooTnNgbTuDVRLFCNdPS { width:15.9375rem;height:7.875rem;top:81.65625rem;left:2.03125rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mgU8a31TLWXH9qacwOuGperETasSk01r { width:17.125rem;height:2.8125rem;top:78.09375rem;left:1.4375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o9DBO0iyGp6g3FMB0T9ql2ZX5FFgZtLU { width:15.9375rem;height:11.8125rem;top:52.0625rem;left:2.03125rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #slveNE9xr9KH2Um20CTGcvUITo42Ktub { width:15.3125rem;height:1.40625rem;top:50.09375rem;left:1.4375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #A4EUTIGq4vMaTqvdT2197sdSWtAX10l3 { width:15.9375rem;height:9.1875rem;top:67.28125rem;left:2.03125rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hpt1CB0PrDs4oAzUFq3m58gezKdBhx2E { width:14.75rem;height:1.40625rem;top:65.625rem;left:1.4375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n9y5gIQRCdoEGcaTKT9S9apwCHaS6Fxq { width:14.5rem;height:1.3125rem;top:93.75rem;left:2.75rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bhls2Q8Av6LokdukGyGDAyRsd9BBmHHu { width:14.5rem;height:1.3496125rem;top:95.8125rem;left:2.75rem;font-size:0.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AJOwV3oJe87HOFai76GvZvibNHHzvGmy { width:17.75rem;height:5.25rem;top:92.9375rem;left:1.0625rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #gTk36qPTIRgI7qTOshcwyWJe50dlsB8H { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container { background-color: transparent; background-image: none; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container > .video-iframe-container { display: none; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row > .video-iframe-container { display: none; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .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); }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container { border-width: 0; border-radius: 0; }#gTk36qPTIRgI7qTOshcwyWJe50dlsB8H > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L { display:block; }#y9ZlWtg62C3TGJAKX1afiUh2VUCrmV1L > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXJU84N427B0MRuS0DvIUsWUC2UpSo4Q { width:8.125rem;height:0.625rem;top:5.474609375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUNbD8AS4ZrfLT1Q5Jxn0S0bJ76eXCPM { width:17.75rem;height:2.5996125rem;top:1.8125rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf3Wla89NueUhvMrAZxzwhUl5TmhuBib { width:13.125rem;height:2.2734375rem;top:24.037109375rem;left:3.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Giv4JvbnZElZoMFSWp1tixT8TgU1V6AK { width:16.25rem;height:3.8994125rem;top:17.560546875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdPTSWOyN3B9lfbEa2SqSLyK2W4lSSGn { width:13.6875rem;height:8rem;top:7.998046875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQht751JEBZ4gDU2wzVoECtJlbVPFMdT { width:14.375rem;height:4.546875rem;top:26.498046875rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXdEkfVziN6vU8ZeSrDN3IWJHHkD9ATI { width:13.125rem;height:2.2734375rem;top:32.8291015625rem;left:3.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qogye646Be3oELtmxGkcmQL91F2PMWde { width:14.375rem;height:4.546875rem;top:35.3525390625rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVNPFVKZalWXupsXmEaxAVpMc3h4yRWv { width:13.125rem;height:2.2734375rem;top:41.7587890625rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v81CeZsnv6EFao4x0W98vdhG2a6tPxJl { width:14.375rem;height:5.68359375rem;top:44.2822265625rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqWfGOO29dE9egwpybJl744e06JkPLUr { width:13.125rem;height:2.2734375rem;top:52.0947265625rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWggm9AhZxsRn9Imr1uHiDmL13zT3Fkc { width:14.375rem;height:5.68359375rem;top:54.6181640625rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8LnfPdsXN7VqIRI0cNQiVKJ1yMv0cBz { top:62.3681640625rem;left:1.3125rem;width:17.375rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR6Rh5yrdCPq1bhRFPVt4ZmfcHRRHDaI { display:block; }
 }@media only screen and (max-width: 763px) { #ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx { display:block; }#ubpHr5t8eqpJ5TWXT1F8ifeWQfZezkAx > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuMgd2XwiIofimbqtrXoZWGRl0uWApaB { width:17.1875rem;height:1.3808625rem;top:26.65625rem;left:1.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKBdgtuuZfoEwn71208oNIPbFvoUSMwC { width:8.125rem;height:0.625rem;top:7.2734375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efBTTITPmNLoFqSAt3ahd9FdG3pZFuEK { width:8.4375rem;height:2.625rem;top:33.59375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7XW90bPmhzB1mDdvUn1ryU2lkEdcgtO { width:9.125rem;height:3.4375rem;top:33.1875rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEWkTVeb9nzJrFxWUwmEDwEcwNamKa9 { width:17.9375rem;height:4.3984375rem;top:1.25rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fJKyGedSqqMgSJ8CZpiV6T4ZxDw0GPOg { width:15.9375rem;height:3.47265625rem;top:29.12109375rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7daGhZmq7gVfOQsfJMcwwhdAdBivZpT { width:18.75rem;height:12.3125rem;top:11.71875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOXmBpszb8uszfT1KGyN2oHcBIyLVuQU { width:18.75rem;height:12.3125rem;top:25.71875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFcTCMOkD8599tXKSF5DIGSAPTz8oLoh { width:15.375rem;height:3.41015625rem;top:15.294921875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLpSZTv65nsqbg4ula9cV8x4JigRhc3f { width:16.4375rem;height:1.4619125rem;top:12.78125rem;left:2.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG8cS3SDsK8wlpqW6iS6SI9qNciIJmFW { width:2.5625rem;height:2.5625rem;top:20.03125rem;left:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSlVlhQwGSeugnnCfihS3c3oqaoZNCE8 { top:20.21875rem;left:4.53125rem;width:14.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6JkkbCar8kQSmf9oTnZTGRcN6TAypEC { display:block; }
 }@media only screen and (max-width: 763px) { #OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row .container { background-color: transparent; background-image: none; }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row .container > .video-iframe-container { display: none; }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row > .video-iframe-container { display: none; }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .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); }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row .container { border-width: 0; border-radius: 0; }#OCG1g7vK8VsR7DUP9DL2tWTkEU1iH8aW > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E { display:block; }#Js2MHQ2XnlHg7BE4m1qddhfWvnEpNf8E > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOditsSk4qfwBzxmpnhvFfTTGcABHzgG { width:8.125rem;height:0.625rem;top:5.0996125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRfvCLV5yWoKZH82XmJmSvDSmbPFDy3O { width:8.25rem;height:2.5996125rem;top:1.625rem;left:5.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPQDlUR5uHhHnCToFvzEabhSrrN9sGIR { width:13.0625rem;height:3.41015625rem;top:11.474609375rem;left:3.46875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oCvbSuTAitwt4ImhrLEtFKhetxf4xXG4 { width:16.25rem;height:1.29980625rem;top:8.693359375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 { background-color:#00629d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row .container { background-color: transparent; background-image: none; }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row .container > .video-iframe-container { display: none; }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row > .video-iframe-container { display: none; }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .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); }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row .container { border-width: 0; border-radius: 0; }#gWONDNSq9w77zOtZ5KigvRiC0tRNR7Z4 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou { position:relative;z-index:auto;display:block; }#Tm0JLne2NQ2xBRfqKq81GH8yfNTJa2Ou > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }