.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/6kWNKdsS/Backround2_png.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: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #042537; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #042537; }#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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { position:relative;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { border-width: 0; border-radius: 0; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#x9FBqgIfiv3s093lgVoXFMVS4Mv42VH8 { background-color:rgba(0,0,0,0);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;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.25rem;left:28.5625rem;display:block; }
#EBZNBaPDQk34DaIbcEEBiBGDlEbVXhEB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JbyEAISyLORixaEnhzfwXusarpvzUfsI { background-color:rgba(0,0,0,0);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;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.25rem;left:20.5rem;display:block; }
#iT5IhPsuHfCSoIeefHtxmkcPcOv1UZ7N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E4WCARJ61qb3yupNsZZPRgdDwUqMUGrg { background-color:rgba(0,0,0,0);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:#d3dfe5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.25rem;left:12.9375rem;display:block; }
#ET4lbwc6IoC1V8m2ADnD5Pc2pq8rcBi6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UmBaDtvLZss4yenculz0ETTxVOcemENe { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:7.1875rem;top:0.75rem;left:5.8125rem;overflow:hidden;display:block; }
#p5MMDo1g0ZE8BcTJtVsclH0T8Q6tsXcX { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:1.03125rem;left:38.25rem;height:1.8684875rem;font-style:normal;display:block; }
#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-top:0.3125rem solid #008000;border-left:0.3125rem solid #008000;border-right:0.3125rem solid #008000;border-bottom:0.3125rem solid #008000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #154a72, #f7f7f7);background-image: -moz-linear-gradient(180deg, #154a72, #f7f7f7);background-image: -ms-linear-gradient(180deg, #154a72, #f7f7f7);background-image: -o-linear-gradient(180deg, #154a72, #f7f7f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#154a72', endColorstr='#f7f7f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#154a72', endColorstr='#f7f7f7' );";background-image: linear-gradient(180deg, #154a72, #f7f7f7);background-size:cover !important;position:relative;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.0224609375rem;left:1.841796875rem;height:5.6857625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R62zs85ioyade7We6TCqwvCvrpvwGImw { color:#000000;display:block;width:36.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:10.53125rem;left:1.841796875rem;height:9.2578125rem;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; }
#xl9XQ37gMP5gHQNLDpdzFk1IbSCpkAqn { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:13.4375rem;top:4.6244673728943rem;left:42.748580932618rem;overflow:hidden;display:block; }
#FWXhCIkbqG0D55CK5VMhd3bQAbfksHkG { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:20.6015625rem;left:3.685546875rem;height:2.27430625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Pcebm8elbDgUfDqNxyTybp8MxNUkussX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:5.9375rem;top:76.75rem;left:4.5625rem;display:none; }
#T3cG90mrFQF8EseSgF0mst6rhePOF301 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:5.9375rem;top:70.0625rem;left:4.5625rem;display:none; }
#uAfTTxScTbsWedlNrOkOZewuHdM3eTBm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.4375rem;left:15rem;overflow:hidden;display:none; }
#i2zOGQTeGModGMV7LadLK5fnZl1ABIOg { box-sizing:content-box;color:#008000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:19.6875rem;left:42.3125rem;display:block; }
#U0EcwiwzZcgnR97WEKJtLRP7TKWwXJ22 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:20.625rem;left:46.0625rem;height:1.2999125rem;display:block; }
#G8peMLnA7JmiZeZwWw9DbTA2NXqMNpyI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:23.875rem;left:46.0625rem;height:1.2999125rem;display:block; }
#lQtJ99B2LAtBs0NH7mbXQvds30vJK5b6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:27.0625rem;left:46.0625rem;height:1.2999125rem;display:block; }
#dmrmCulJDmLCP1QEurTMwd6sHJkhkeaZ { z-index:100000;top:33.869140625rem;left:11.748046875rem;background-color:#008000;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:roboto;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5625rem;height:6.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CZ5Pmv9EagqFwyX9BHeKoKCXGC2lZNWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M7PwctdMP0gJMO1GH6c0D4Wd0n2acMQT { box-sizing:content-box;color:#008000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:23.0625rem;left:42.125rem;display:block; }
#HlT95kGhg6kKOGCU1NZJ2Z3uRgMs9y4y { box-sizing:content-box;color:#008000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:26.125rem;left:42.125rem;display:block; }
#KXZo95x6Fu8PfzXBq8WOJTV8HBt3mAU0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.4375rem;left:15rem;overflow:hidden;display:none; }
#yynnb57iUGbfnf7NLqzVuFLDPedOTgUQ { box-sizing:content-box;color:#008000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:29.249466896057rem;left:42.124465942382rem;display:block; }
#VwaBagwr0qWNVixEocGpoDGTFNO7S22r { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:30.124466896057rem;left:46.061790466309rem;height:2.599825rem;display:block; }
#O9fMCExcWp2Ns9DdbpNRugA5rJe913GD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5rem;top:67.0625rem;left:10.75rem;display:none; }
#RIxGyHcILFkrhnJ5BaDN3uyAyFuoRGsq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:2.4375rem;left:15rem;overflow:hidden;display:none; }
#XshzIRkbULdpEIRX32r31nRyNasOTebG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:4.75rem;top:84.375rem;left:4.5625rem;display:none; }
#q8pixe4cg4oMcvbiDt0d60k5FodDVE1y { box-sizing:content-box;color:#008000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:26.25rem;left:7.373046875rem;display:block; }
#I869dtZFHATE0Ltgak8cIXdOUBlqJhTa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:29.3125rem;left:9.373046875rem;height:1.2999125rem;display:block; }
#opbiWSy9abe9TT0PqMI2ghixfv1hEC7U { box-sizing:content-box;color:#008000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:28.3623046875rem;left:7.310546875rem;display:block; }
#slmpgCZ5xemUib5DTNQbX1NRkWkexGSS { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100042;line-height:1;letter-spacing:0;top:27.2119140625rem;left:9.373046875rem;height:1.00043125rem;display:block; }
#t6NaT94dTrMfOaEzWwa9Uerlo1DqSfzk { box-sizing:content-box;color:#008000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:30.7861328125rem;left:7.310546875rem;display:block; }
#WnMoFvBB1agtZQpdBeBBeliMHoalXXsD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:31.1357421875rem;left:9.310546875rem;height:1.2999125rem;display:block; }
#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #008000);background-image: -moz-linear-gradient(180deg, #cccccc, #008000);background-image: -ms-linear-gradient(180deg, #cccccc, #008000);background-image: -o-linear-gradient(180deg, #cccccc, #008000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#008000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#008000' );";background-image: linear-gradient(180deg, #cccccc, #008000);background-size:auto !important;position:relative;display:block; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { background-color: transparent; background-image: none; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container > .video-iframe-container { display: none; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row > .video-iframe-container { display: none; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .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); }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { border-width: 0; border-radius: 0; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#xvBMwdrMUPGk0dWQp1qM9yy09EBOMKdp { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.1591796875rem;left:0.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyIRN0MiNVHdzeoQRlCET6FnZqlIpNGT { color:#000000;display:block;width:11.499rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.1240234375rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngw6NcPyIyd9PeS4qSLZ7t1aaw2LIzAS { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:3.125rem;left:18.25rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UihIFmomZtccTeHy8gOKaOVIoFdqqpxb { color:#000000;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.1591796875rem;left:15.5625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gy8TkI7TgNW7TxzDPSRoMauxuIQUvl74 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.84375rem;left:33.1875rem;height:3.8997375rem;font-style:normal;display:block; }
#d4zCWvownVN9mFeKT1lvVNFX1yTDmMT9 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.03125rem;left:33.125rem;height:1.462675rem;font-style:normal;display:block; }
#MCIs7eQJTTSOWTbbixGKtQvAiVMR25p1 { color:#000000;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:2.8125rem;left:48.625rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sXVAiGid4Mlx1W4Ns2TrbTQzmnXiWGox { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1.0625rem;left:48.625rem;height:1.462675rem;font-style:normal;display:block; }
#mJoqAf207KnNy1TsrcUZxnxd4eenrDNc { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:2.5rem;left:15rem;display:block; }
#yJzshkGTZ69f5h6I6X6MV0syVLxXN633 { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:2.5rem;left:0rem;display:block; }
#v6o2NFWUus1USx80VVpz10qRXEcdyyBU { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:2.5rem;left:30rem;display:block; }
#UOTStc0WdJz9CJF0Jrua4frTcSdWHMrn { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:2.5rem;left:45.25rem;display:block; }
#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008000, #f7f7f7);background-image: -moz-linear-gradient(180deg, #008000, #f7f7f7);background-image: -ms-linear-gradient(180deg, #008000, #f7f7f7);background-image: -o-linear-gradient(180deg, #008000, #f7f7f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#f7f7f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#f7f7f7' );";background-image: linear-gradient(180deg, #008000, #f7f7f7);background-size:auto !important;position:relative;display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { background-color: transparent; background-image: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .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); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:5.6857625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILsqwblQiK1Vwume30ii2hu9givLv92l { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.5338592529297rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UxqEwPW2U77UXVR2Vt6HtH27olXuTHaG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:72.375rem;width:26.5rem;display:none; }
#n07B9m7VEQcNvvsOuwqKIAD9JOBwq7Ci { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:5.68181875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7f7f7, #154a72);background-image: -moz-linear-gradient(180deg, #f7f7f7, #154a72);background-image: -ms-linear-gradient(180deg, #f7f7f7, #154a72);background-image: -o-linear-gradient(180deg, #f7f7f7, #154a72);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#154a72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#154a72' );";background-image: linear-gradient(180deg, #f7f7f7, #154a72);background-size:auto !important;position:relative;display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { border-width: 0; border-radius: 0; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:60rem;position:relative;display:block; }#c8uGKt1zABRvwtenZx2pukSKSrHlDCtH { color:#000000;display:block;width:31.9365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:8.787109375rem;left:2.1875rem;height:1.2999125rem;font-style:normal;display:block; }
#MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh { color:#000000;display:block;width:32.1230625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:22.150390625rem;left:27.8759765625rem;height:;font-style:normal;display:block; }#MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh li:before{  }
#COCLHiaEowI9T3tGqy3HHhfFfIndQ7gd { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.0625rem;top:2.625rem;left:43.3115234375rem;overflow:hidden;display:block; }
#BkTruLbz89ZoGWHTH5mgp95OrtHcqkuf { background-color:#008000;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:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:6.25rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:33.994140625rem;left:16.125rem;display:block; }
#BNuAuxPlbQ2Tpxg9bfnJVLo3ZT8DQuNq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ky5JJXe4EEUcqfGW7A6dOtnyAg4xVkks { position:absolute;display:block;z-index:100024;background-color:#008000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:9.375rem;width:0.25rem;top:22.994140625rem;left:2rem;display:block; }
#mxgMTk9Tnw6hSHwEwwgyTFcsVKapAQ1o { position:absolute;display:block;z-index:100025;background-color:#008000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:9.375rem;width:0.25rem;top:4.7490234375rem;left:57.4638671875rem;display:block; }
#kIW7Fpcu6xdWtWEO2KgdJT6X2lS2uz6t { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:11.0625rem;top:22.150390625rem;left:4.3388671875rem;overflow:hidden;display:block; }
#BO3hPcyFVfe6oQ6mJX7gXTSP421zEQP0 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100037;top:6.25rem;left:0rem; }
#HMiBP9dqALxKOJZHd9rTyEaEb8oTUWvV { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:6.662109375rem;left:2.1875rem;height:1.2999125rem;display:block; }
#UMuhDGF2boNK82ZtzSPHgMlq44NET0mA { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100038;top:8.2392578125rem;left:0rem; }
#KDO44oBlbzEvDwd3RcqHXItqFABe4751 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100039;top:10.0869140625rem;left:0rem; }
#Bgo6dfCBqkHTAyXKiCi2fM09tJbL3XuC { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100040;top:11.6640625rem;left:0rem; }
#MbOulFqI5qQgtzcKDfl5fxy2kRNgmUdp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100041;top:13.2265625rem;left:0rem; }
#v6zRFyToZ33G4AWKbgUURN1078pmxn6m { color:#000000;display:block;width:31.9355625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:10.76171875rem;left:2.1875rem;height:1.2999125rem;font-style:normal;display:block; }
#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aHHNI1Dn/Bacground2_png.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s.adaptive-delivery-prevent-bg, #LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s.lazyload, #LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s.lazyloading { background-image: none; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { background-color: transparent; background-image: none; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container > .video-iframe-container { display: none; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row > .video-iframe-container { display: none; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .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); }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { border-width: 0; border-radius: 0; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#nC2rA2JShnJXXJqf5Ms4Z2vdmw5EICFl { color:#042537;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:0.560546875rem;left:8.9375rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGKdqsA29eQrhKAWDNx2pkyFrFAOJktf { color:#000000;display:block;width:23.874rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:4.4609375rem;left:2.1845703125rem;height:14.2990375rem;font-style:normal;display:block; }
#bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ikIgwk3S/Depositphotos_200672362_l_2015.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;height:32.87375rem;width:23.8743125rem;top:2.4964513778686rem;left:34.248046875rem;display:block; }#bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd.adaptive-delivery-prevent-bg, #bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd.lazyload, #bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd.lazyloading { background-image: none; }
#t8yfPbGDfOhgi94m6MD0hCPo1f27oHE8 { color:#042537;display:block;width:23.874rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:18.7578125rem;left:1.1826171875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yibUo9R7hGhR1s2MxQM65o6T15KzVRKL { box-sizing:content-box;color:#008000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:21.625rem;left:1.1875rem;display:block; }
#hbRKuqqMkEIp2Nu0xTSZB1r7pmbUEKLO { box-sizing:content-box;color:#008000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:24.75rem;left:1.1875rem;display:block; }
#M0uvIKQp7X3Znc1DWXUNWNqg98mTBrEe { box-sizing:content-box;color:#008000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:27.875rem;left:1.1875rem;display:block; }
#IEJiMV2tVpo53LIvgnuFXtFn4rlcAt91 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:22.375rem;left:4.3125rem;height:1.2999125rem;display:block; }
#yOgnQHLLQGtlKNPVRmW83lxQoLmXnzEn { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:25.6875rem;left:4.3125rem;height:1.2999125rem;display:block; }
#sHX5RSsgBEZ2Zm1U0WmZ3P6oGcRt1Nv2 { color:#000000;display:block;width:18.2493125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:28.8125rem;left:4.3125rem;height:1.2999125rem;display:block; }
#WmX5ppfFgNpcirUE9rNfPHGgEiZeGv9e { box-sizing:content-box;color:#042537;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:30.812320232391rem;left:3.7473373413086rem;display:none; }
#M0t0QyxTO9eTXV2DHtB7Kx2cv0NiXR3c { color:#000000;display:block;width:18.2493125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:31.74982047081rem;left:6.8714504241944rem;height:1.25rem;display:none; }
#Za6gUATzzu9aoLoE4JNBsLOhuXytTPsQ { background-color:#ac7900;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:16.051136016846rem;left:14.436256408691rem;display:none; }
#KcUawcLiIfklE0tVm8mPa6igWaMMxA4n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kccEGgEP3Pu6V7o51QnZTQhpA3eCCxUX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100036;top:37.7568359375rem;left:49.1875rem; }
#kccEGgEP3Pu6V7o51QnZTQhpA3eCCxUX > img { max-width: 100%;max-height:100%; }#WVevwUaaaofy35rskdwhwzhHg6NC8QvW { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:43.416015625rem;left:43.625rem;height:1.055775rem;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; }
#wQUOwCKKpcSgB6LwXt7BmWzEo4upgRtl { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100040;top:37.7568359375rem;left:34.248046875rem; }
#wQUOwCKKpcSgB6LwXt7BmWzEo4upgRtl > img { max-width: 100%;max-height:100%; }#xrswV771gmRAAuvLH6qtrfmIBJMhAbtJ { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:41.056640625rem;left:36.4345703125rem;height:;display:block; }
#nNZsmgWeVTMNgZiz4GUwVqde5GexGSgG { color:#000000;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:38.5146484375rem;left:36.80859375rem;height:1.055775rem;display:block; }
#dBi1rNRIPLnhpmaGJtEKwzs88AEVl2Nu { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100045;top:37.7568359375rem;left:41.0625rem; }
#dBi1rNRIPLnhpmaGJtEKwzs88AEVl2Nu > img { max-width: 100%;max-height:100%; }#BUJy7sauO3LTULlyUGSS1UQbBvqe3HaR { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100046;top:37.7568359375rem;left:56rem; }
#BUJy7sauO3LTULlyUGSS1UQbBvqe3HaR > img { max-width: 100%;max-height:100%; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/114ca163-6b94-45e4-b3dc-7e23a643ca25/laptopgb93e9fda2_1280.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.adaptive-delivery-prevent-bg, #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.lazyload, #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.lazyloading { background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { background-color: transparent; background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .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); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { border-width: 0; border-radius: 0; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:60rem;position:relative;display:block; }#BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { color:#042537;display:block;width:46.624rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:5.7470703125rem;left:6.6875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KK9LsMenU7T2t7GNdvRlphuH6DFLC8dU { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:25.3125rem;left:9.1875rem;height:1.2999125rem;display:block; }
#AzqzM6LrUBvAraX4WAppbn1e56RZ54eO { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:22.75rem;left:9.1875rem;height:2.599825rem;display:block; }
#LusXIZLphf6nLOM81N6XGhLDv26VQXl9 { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:28.5625rem;left:9.1875rem;height:2.599825rem;display:block; }
#qlpzBWSqEWCAr9NRkEoVzhd6louR0xm3 { color:#000000;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:31.0625rem;left:9.1875rem;height:2.599825rem;display:block; }
#vtdvLeq3U9pn3vbx9oES69NCDe8KMWvy { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:35.6875rem;left:9.1875rem;height:2.599825rem;display:block; }
#A3Jb4pPrmMwD97Av1cTpy2MDXlo7MzJ8 { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:38.125rem;left:9.1875rem;height:1.2999125rem;display:block; }
#HtiSOQy0L3weyTT6RaKvBaXgppTdPOBl { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.062325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:26.4375rem;left:8.6875rem;display:block; }
#mcEN8eXV5rMlLMbgwIFqrbdQasJqZPbO { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.062325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:26.4375rem;left:10rem;display:block; }
#Gw1Di5UDLnZhFGHCnQBFUhETl1NI26hr { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.062325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:26.4375rem;left:11.4375rem;display:block; }
#kkMZEvh5fTbCVr3grsdd0N07lmxpa3Tw { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.062325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:26.4375rem;left:12.6875rem;display:block; }
#IqNfM15zG4JMO0qzpzbvqygaipfANiDT { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.062325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:26.4375rem;left:14rem;display:block; }
#bgzOMVQI1biuNhTBw4nP4R9fce6pStMk { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:33.5625rem;left:8.6875rem;display:block; }
#szHBLTuhtor4cQESNylBOwmmFzspL2Ol { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:33.5625rem;left:10rem;display:block; }
#egPbe79oZReMHyIyWVwctMIxCmASeZiy { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:33.5625rem;left:11.4375rem;display:block; }
#QEAZaa6FQoaELcTkd8Ea4C9fpBoT7g3O { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:33.5625rem;left:14.0625rem;display:block; }
#AbRpoRnTpQgJCVU0Awv4xQT9uPTn4xdG { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:33.5625rem;left:12.6875rem;display:block; }
#rWcA2HgxHlcsTSgBOo3t3QBeIWPSOAMV { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:39.3125rem;left:8.6875rem;display:block; }
#zQ44e4guONBRcvxPGTTyM1qbqUvZkLHP { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:39.3125rem;left:10rem;display:block; }
#fg7fJAOLW76pm8DR3fPsz1gPd68imkmd { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:39.3125rem;left:11.4375rem;display:block; }
#ACNDqJZDfuTH1JUIuP3JhDbGT61x7qJE { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:39.3125rem;left:12.6875rem;display:block; }
#IvFLFz0hV00Tv0y8xo1CXCPfqtBqTEvm { box-sizing:content-box;color:#042537;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:39.3125rem;left:14.375rem;display:block; }
#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { position:relative;z-index:auto;display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { background-color: transparent; background-image: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .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); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { border-width: 0; border-radius: 0; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#042537;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#erzTAqimUZvkCqAH3NaZA3sx0565H3yt { color:#ffffff;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.4375rem;left:4.4375rem;height:4.4705rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9FBqgIfiv3s093lgVoXFMVS4Mv42VH8 { width:6.125rem;height:3.4375rem;top:0.25rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBZNBaPDQk34DaIbcEEBiBGDlEbVXhEB { display:block; }
 }@media only screen and (max-width: 763px) { #JbyEAISyLORixaEnhzfwXusarpvzUfsI { width:6.125rem;height:3.4375rem;top:0.25rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT5IhPsuHfCSoIeefHtxmkcPcOv1UZ7N { display:block; }
 }@media only screen and (max-width: 763px) { #E4WCARJ61qb3yupNsZZPRgdDwUqMUGrg { width:6.125rem;height:3.4375rem;top:0.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4lbwc6IoC1V8m2ADnD5Pc2pq8rcBi6 { display:block; }
 }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { top:0.75rem;left:0rem;width:7.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5MMDo1g0ZE8BcTJtVsclH0T8Q6tsXcX { top:1rem;left:26.0625rem;width:21.6875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { top:3rem;left:0rem;width:41.3125rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { top:10.5rem;left:0rem;width:36.125rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl9XQ37gMP5gHQNLDpdzFk1IbSCpkAqn { top:4.5625rem;left:33.8125rem;width:13.4375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWXhCIkbqG0D55CK5VMhd3bQAbfksHkG { top:20.5625rem;left:0rem;width:36.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcebm8elbDgUfDqNxyTybp8MxNUkussX { top:76.75rem;left:0rem;width:12.5rem;height:5.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3cG90mrFQF8EseSgF0mst6rhePOF301 { top:70.0625rem;left:0rem;width:13.625rem;height:5.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAfTTxScTbsWedlNrOkOZewuHdM3eTBm { top:2.4375rem;left:11.9375rem;width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2zOGQTeGModGMV7LadLK5fnZl1ABIOg { top:19.6875rem;left:36.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0EcwiwzZcgnR97WEKJtLRP7TKWwXJ22 { top:20.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8peMLnA7JmiZeZwWw9DbTA2NXqMNpyI { top:23.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQtJ99B2LAtBs0NH7mbXQvds30vJK5b6 { top:27.0625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrmCulJDmLCP1QEurTMwd6sHJkhkeaZ { top:33.8125rem;left:5.623046875rem;width:37.5625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5Pmv9EagqFwyX9BHeKoKCXGC2lZNWK { display:block; }
 }@media only screen and (max-width: 763px) { #M7PwctdMP0gJMO1GH6c0D4Wd0n2acMQT { top:23.0625rem;left:36rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlT95kGhg6kKOGCU1NZJ2Z3uRgMs9y4y { top:26.125rem;left:36rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXZo95x6Fu8PfzXBq8WOJTV8HBt3mAU0 { top:2.4375rem;left:11.9375rem;width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yynnb57iUGbfnf7NLqzVuFLDPedOTgUQ { top:29.1875rem;left:35.999465942382rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwaBagwr0qWNVixEocGpoDGTFNO7S22r { top:30.0625rem;left:35.25rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9fMCExcWp2Ns9DdbpNRugA5rJe913GD { top:67.0625rem;left:4.6384940743446rem;width:12.5rem;height:2.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIxGyHcILFkrhnJ5BaDN3uyAyFuoRGsq { top:2.4375rem;left:11.9375rem;width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XshzIRkbULdpEIRX32r31nRyNasOTebG { top:84.375rem;left:0rem;width:12.5rem;height:4.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8pixe4cg4oMcvbiDt0d60k5FodDVE1y { top:26.25rem;left:1.248046875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I869dtZFHATE0Ltgak8cIXdOUBlqJhTa { top:29.3125rem;left:3.248046875rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opbiWSy9abe9TT0PqMI2ghixfv1hEC7U { top:28.3125rem;left:1.185546875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slmpgCZ5xemUib5DTNQbX1NRkWkexGSS { top:27.1875rem;left:3.248046875rem;width:19.6875rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6NaT94dTrMfOaEzWwa9Uerlo1DqSfzk { top:30.75rem;left:1.185546875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnMoFvBB1agtZQpdBeBBeliMHoalXXsD { top:31.125rem;left:3.185546875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV { display:block; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvBMwdrMUPGk0dWQp1qM9yy09EBOMKdp { top:1.125rem;left:0rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyIRN0MiNVHdzeoQRlCET6FnZqlIpNGT { top:3.3125rem;left:0.5rem;width:11.4375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngw6NcPyIyd9PeS4qSLZ7t1aaw2LIzAS { top:3.125rem;left:12.5rem;width:11.375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UihIFmomZtccTeHy8gOKaOVIoFdqqpxb { top:1.125rem;left:9.375rem;width:14.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy8TkI7TgNW7TxzDPSRoMauxuIQUvl74 { top:2.8125rem;left:25.5rem;width:10.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4zCWvownVN9mFeKT1lvVNFX1yTDmMT9 { top:1rem;left:22rem;width:13.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCIs7eQJTTSOWTbbixGKtQvAiVMR25p1 { top:2.8125rem;left:37.375rem;width:10.375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXVAiGid4Mlx1W4Ns2TrbTQzmnXiWGox { top:1.0625rem;left:36.5625rem;width:11.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJoqAf207KnNy1TsrcUZxnxd4eenrDNc { top:2.5rem;left:11.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJzshkGTZ69f5h6I6X6MV0syVLxXN633 { top:2.5rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6o2NFWUus1USx80VVpz10qRXEcdyyBU { top:2.5rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOTStc0WdJz9CJF0Jrua4frTcSdWHMrn { top:2.5rem;left:35.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { top:2.5rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILsqwblQiK1Vwume30ii2hu9givLv92l { top:2.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxqEwPW2U77UXVR2Vt6HtH27olXuTHaG { width:26.5rem;height:72.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n07B9m7VEQcNvvsOuwqKIAD9JOBwq7Ci { top:23.875rem;left:0rem;width:20rem;height:5.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8uGKt1zABRvwtenZx2pukSKSrHlDCtH { top:8.75rem;left:0rem;width:31.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh { top:22.125rem;left:15.6875rem;width:32.0625rem;height:9.3125rem;font-size:1rem;display:block; }#MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh li:before{  }
 }@media only screen and (max-width: 763px) { #COCLHiaEowI9T3tGqy3HHhfFfIndQ7gd { top:2.625rem;left:36.6875rem;width:11.0625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkTruLbz89ZoGWHTH5mgp95OrtHcqkuf { width:31.5625rem;height:6.25rem;top:33.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNuAuxPlbQ2Tpxg9bfnJVLo3ZT8DQuNq { display:block; }
 }@media only screen and (max-width: 763px) { #ky5JJXe4EEUcqfGW7A6dOtnyAg4xVkks { top:22.9375rem;left:0rem;width:0.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxgMTk9Tnw6hSHwEwwgyTFcsVKapAQ1o { top:4.6875rem;left:47.5rem;width:0.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIW7Fpcu6xdWtWEO2KgdJT6X2lS2uz6t { top:22.125rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO3hPcyFVfe6oQ6mJX7gXTSP421zEQP0 { top:6.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMiBP9dqALxKOJZHd9rTyEaEb8oTUWvV { top:6.625rem;left:0rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMuhDGF2boNK82ZtzSPHgMlq44NET0mA { top:8.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDO44oBlbzEvDwd3RcqHXItqFABe4751 { top:10.0625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgo6dfCBqkHTAyXKiCi2fM09tJbL3XuC { top:11.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbOulFqI5qQgtzcKDfl5fxy2kRNgmUdp { top:13.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6zRFyToZ33G4AWKbgUURN1078pmxn6m { top:10.75rem;left:0rem;width:31.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s { display:block; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC2rA2JShnJXXJqf5Ms4Z2vdmw5EICFl { top:0.5rem;left:5.875rem;width:12.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGKdqsA29eQrhKAWDNx2pkyFrFAOJktf { top:4.4375rem;left:0rem;width:23.8125rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd { top:2.4375rem;left:23.8125rem;width:23.8125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8yfPbGDfOhgi94m6MD0hCPo1f27oHE8 { top:18.75rem;left:0rem;width:23.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yibUo9R7hGhR1s2MxQM65o6T15KzVRKL { top:21.625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbRKuqqMkEIp2Nu0xTSZB1r7pmbUEKLO { top:24.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0uvIKQp7X3Znc1DWXUNWNqg98mTBrEe { top:27.875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEJiMV2tVpo53LIvgnuFXtFn4rlcAt91 { top:22.375rem;left:1.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOgnQHLLQGtlKNPVRmW83lxQoLmXnzEn { top:25.6875rem;left:1.25rem;width:18.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHX5RSsgBEZ2Zm1U0WmZ3P6oGcRt1Nv2 { top:28.8125rem;left:1.25rem;width:18.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmX5ppfFgNpcirUE9rNfPHGgEiZeGv9e { top:30.75rem;left:0.68483734130862rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0t0QyxTO9eTXV2DHtB7Kx2cv0NiXR3c { top:56.0625rem;left:0.68661218881606rem;width:16.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Za6gUATzzu9aoLoE4JNBsLOhuXytTPsQ { width:17.5rem;height:3.4375rem;top:16rem;left:8.3112564086912rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcUawcLiIfklE0tVm8mPa6igWaMMxA4n { display:block; }
 }@media only screen and (max-width: 763px) { #kccEGgEP3Pu6V7o51QnZTQhpA3eCCxUX { top:37.75rem;left:40rem;width:1.75rem;height:1.75rem;display:block; }
#kccEGgEP3Pu6V7o51QnZTQhpA3eCCxUX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #WVevwUaaaofy35rskdwhwzhHg6NC8QvW { top:43.375rem;left:31.375rem;width:16.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQUOwCKKpcSgB6LwXt7BmWzEo4upgRtl { top:37.75rem;left:25.060546875rem;width:1.75rem;height:1.75rem;display:block; }
#wQUOwCKKpcSgB6LwXt7BmWzEo4upgRtl > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #xrswV771gmRAAuvLH6qtrfmIBJMhAbtJ { top:41rem;left:22.75rem;width:25rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNZsmgWeVTMNgZiz4GUwVqde5GexGSgG { top:38.5rem;left:26.25rem;width:21.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBi1rNRIPLnhpmaGJtEKwzs88AEVl2Nu { top:37.75rem;left:31.875rem;width:1.75rem;height:1.75rem;display:block; }
#dBi1rNRIPLnhpmaGJtEKwzs88AEVl2Nu > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #BUJy7sauO3LTULlyUGSS1UQbBvqe3HaR { top:37.75rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#BUJy7sauO3LTULlyUGSS1UQbBvqe3HaR > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { top:5.6875rem;left:0.5625rem;width:46.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK9LsMenU7T2t7GNdvRlphuH6DFLC8dU { top:25.3125rem;left:3.0625rem;width:40.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzqzM6LrUBvAraX4WAppbn1e56RZ54eO { top:22.75rem;left:3.0625rem;width:14.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LusXIZLphf6nLOM81N6XGhLDv26VQXl9 { top:28.5625rem;left:3.0625rem;width:16.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlpzBWSqEWCAr9NRkEoVzhd6louR0xm3 { top:31.0625rem;left:3.0625rem;width:38.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdvLeq3U9pn3vbx9oES69NCDe8KMWvy { top:35.6875rem;left:3.0625rem;width:15.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Jb4pPrmMwD97Av1cTpy2MDXlo7MzJ8 { top:38.125rem;left:3.0625rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtiSOQy0L3weyTT6RaKvBaXgppTdPOBl { top:26.4375rem;left:2.5625rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcEN8eXV5rMlLMbgwIFqrbdQasJqZPbO { top:26.4375rem;left:3.875rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw1Di5UDLnZhFGHCnQBFUhETl1NI26hr { top:26.4375rem;left:5.3125rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkMZEvh5fTbCVr3grsdd0N07lmxpa3Tw { top:26.4375rem;left:6.5625rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqNfM15zG4JMO0qzpzbvqygaipfANiDT { top:26.4375rem;left:7.875rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgzOMVQI1biuNhTBw4nP4R9fce6pStMk { top:33.5625rem;left:2.5625rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szHBLTuhtor4cQESNylBOwmmFzspL2Ol { top:33.5625rem;left:3.875rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egPbe79oZReMHyIyWVwctMIxCmASeZiy { top:33.5625rem;left:5.3125rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEAZaa6FQoaELcTkd8Ea4C9fpBoT7g3O { top:33.5625rem;left:7.9375rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbRpoRnTpQgJCVU0Awv4xQT9uPTn4xdG { top:33.5625rem;left:6.5625rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWcA2HgxHlcsTSgBOo3t3QBeIWPSOAMV { top:39.3125rem;left:2.5625rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ44e4guONBRcvxPGTTyM1qbqUvZkLHP { top:39.3125rem;left:3.875rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg7fJAOLW76pm8DR3fPsz1gPd68imkmd { top:39.3125rem;left:5.3125rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACNDqJZDfuTH1JUIuP3JhDbGT61x7qJE { top:39.3125rem;left:6.5625rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvFLFz0hV00Tv0y8xo1CXCPfqtBqTEvm { top:39.3125rem;left:8.25rem;width:2rem;height:2.1222153502868rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erzTAqimUZvkCqAH3NaZA3sx0565H3yt { top:0.4375rem;left:0rem;width:28rem;height:4.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9FBqgIfiv3s093lgVoXFMVS4Mv42VH8 { width:4.4375rem;height:2.125rem;top:4.9375rem;left:14.9375rem;font-size:0.75rem;color:#063148;display:block; }
 }@media only screen and (max-width: 763px) { #EBZNBaPDQk34DaIbcEEBiBGDlEbVXhEB { display:block; }
 }@media only screen and (max-width: 763px) { #JbyEAISyLORixaEnhzfwXusarpvzUfsI { width:4.8125rem;height:2.125rem;top:4.9375rem;left:7.59375rem;font-size:0.75rem;color:#031823;display:block; }
 }@media only screen and (max-width: 763px) { #iT5IhPsuHfCSoIeefHtxmkcPcOv1UZ7N { display:block; }
 }@media only screen and (max-width: 763px) { #E4WCARJ61qb3yupNsZZPRgdDwUqMUGrg { width:4.4375rem;height:2.125rem;top:4.9375rem;left:0rem;font-size:0.75rem;color:#041d2a;display:block; }
 }@media only screen and (max-width: 763px) { #ET4lbwc6IoC1V8m2ADnD5Pc2pq8rcBi6 { display:block; }
 }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { width:7.375rem;height:2.5rem;top:1.25rem;left:6.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #p5MMDo1g0ZE8BcTJtVsclH0T8Q6tsXcX { width:18.6869375rem;height:1.75rem;top:7.0605463981631rem;left:0.65518456697463rem;font-size:1.375rem;color:#084b6f;display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { background-color:#ffffff;background-image:none;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:20rem;height:114.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { width:20rem;height:10.25rem;top:1rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#084b6f;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { width:19.0625rem;height:13.75rem;top:24.0595703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#131212;display:block; }
 }@media only screen and (max-width: 763px) { #xl9XQ37gMP5gHQNLDpdzFk1IbSCpkAqn { width:12.125rem;height:12.3125rem;top:11.25rem;left:3.3676264044944rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FWXhCIkbqG0D55CK5VMhd3bQAbfksHkG { width:17.87375rem;height:3.375rem;top:39.398969650269rem;left:1.0626775622368rem;font-size:1.3125rem;font-weight:700;font-style:normal;color:#084b6f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pcebm8elbDgUfDqNxyTybp8MxNUkussX { top:77.18359375rem;left:4.623046875rem;width:12.5rem;height:5.9375rem;z-index:100034;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3cG90mrFQF8EseSgF0mst6rhePOF301 { top:70.124288558963rem;left:4.6235795617104rem;width:13.6869375rem;height:5.9375rem;z-index:100035;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAfTTxScTbsWedlNrOkOZewuHdM3eTBm { width:3.2492875rem;height:3.2492875rem;top:70.288528442381rem;left:0.78036218881606rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #i2zOGQTeGModGMV7LadLK5fnZl1ABIOg { width:3.125rem;height:3.125rem;top:49.121980667114rem;left:0.46786218881607rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0EcwiwzZcgnR97WEKJtLRP7TKWwXJ22 { width:12.5rem;height:1.25rem;top:50.059480667114rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8peMLnA7JmiZeZwWw9DbTA2NXqMNpyI { width:12.5rem;height:1.25rem;top:52.875rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQtJ99B2LAtBs0NH7mbXQvds30vJK5b6 { width:14.124625rem;height:1.25rem;top:55.3125rem;left:3.5937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrmCulJDmLCP1QEurTMwd6sHJkhkeaZ { top:61.560720443726rem;left:0rem;width:20rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5Pmv9EagqFwyX9BHeKoKCXGC2lZNWK { display:block; }
 }@media only screen and (max-width: 763px) { #M7PwctdMP0gJMO1GH6c0D4Wd0n2acMQT { width:3.125rem;height:3.125rem;top:52rem;left:0.46786218881607rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlT95kGhg6kKOGCU1NZJ2Z3uRgMs9y4y { width:3.125rem;height:3.125rem;top:55rem;left:0.46786218881607rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXZo95x6Fu8PfzXBq8WOJTV8HBt3mAU0 { width:3.249025rem;height:3.249025rem;top:77.49609375rem;left:0.5625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #yynnb57iUGbfnf7NLqzVuFLDPedOTgUQ { width:3.125rem;height:3.125rem;top:57.6875rem;left:0.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwaBagwr0qWNVixEocGpoDGTFNO7S22r { width:12.5rem;height:2.5rem;top:58.1875rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9fMCExcWp2Ns9DdbpNRugA5rJe913GD { top:65.509584426881rem;left:0.34268468618393rem;width:19.3119375rem;height:3.5rem;z-index:100041;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIxGyHcILFkrhnJ5BaDN3uyAyFuoRGsq { width:3.24805rem;height:3.24805rem;top:84.591796875rem;left:0.5rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #XshzIRkbULdpEIRX32r31nRyNasOTebG { top:84.216796875rem;left:4.623046875rem;width:12.5rem;height:4.75rem;z-index:100035;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8pixe4cg4oMcvbiDt0d60k5FodDVE1y { width:2rem;height:2rem;top:90.216796875rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I869dtZFHATE0Ltgak8cIXdOUBlqJhTa { width:12.5rem;height:0;top:98.966146875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opbiWSy9abe9TT0PqMI2ghixfv1hEC7U { width:2rem;height:2rem;top:95.716146875rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slmpgCZ5xemUib5DTNQbX1NRkWkexGSS { width:19.6875rem;height:0;top:93.466796875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6NaT94dTrMfOaEzWwa9Uerlo1DqSfzk { width:2rem;height:2rem;top:101.514971875rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnMoFvBB1agtZQpdBeBBeliMHoalXXsD { width:12.5rem;height:0;top:104.764971875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV { display:block; }#UdzSSpb1w9G6TsBXcTPHoJ5ZdXHzHqaV > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvBMwdrMUPGk0dWQp1qM9yy09EBOMKdp { width:15.1865rem;height:1.4375rem;top:2.8955078125rem;left:2.0927734375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyIRN0MiNVHdzeoQRlCET6FnZqlIpNGT { width:15.062125rem;height:3.75rem;top:4.2711291313171rem;left:4.6253548264504rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ngw6NcPyIyd9PeS4qSLZ7t1aaw2LIzAS { width:13.75rem;height:2.5rem;top:11.26953125rem;left:4.4971590638161rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UihIFmomZtccTeHy8gOKaOVIoFdqqpxb { width:20rem;height:1.4375rem;top:9.8499641418456rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gy8TkI7TgNW7TxzDPSRoMauxuIQUvl74 { width:13.75rem;height:2.5rem;top:17.584516525269rem;left:4.2471590638161rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d4zCWvownVN9mFeKT1lvVNFX1yTDmMT9 { width:13.0619375rem;height:1.4375rem;top:16.209161758423rem;left:4.3101916909218rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MCIs7eQJTTSOWTbbixGKtQvAiVMR25p1 { width:11.8119375rem;height:3.75rem;top:23.254438400269rem;left:4.3426843285561rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sXVAiGid4Mlx1W4Ns2TrbTQzmnXiWGox { width:12.6865rem;height:1.4375rem;top:21.87890625rem;left:3.4052734375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJoqAf207KnNy1TsrcUZxnxd4eenrDNc { width:3.125rem;height:3.125rem;top:9.849609375rem;left:0.9345703125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJzshkGTZ69f5h6I6X6MV0syVLxXN633 { width:3.125rem;height:3.125rem;top:2.8506746292114rem;left:1.0289416909218rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6o2NFWUus1USx80VVpz10qRXEcdyyBU { width:3.125rem;height:3.125rem;top:16.3759765625rem;left:0.7470703125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOTStc0WdJz9CJF0Jrua4frTcSdWHMrn { width:3.125rem;height:3.125rem;top:22.75390625rem;left:0.7470703125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { background-color: transparent; background-image: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .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); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:20rem;height:39.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { width:20rem;height:12.8125rem;top:3.8408203125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILsqwblQiK1Vwume30ii2hu9givLv92l { width:20rem;height:1.25rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxqEwPW2U77UXVR2Vt6HtH27olXuTHaG { top:16.5908203125rem;left:6.9052734375rem;width:4.9375rem;height:13.8125rem;z-index:100015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #n07B9m7VEQcNvvsOuwqKIAD9JOBwq7Ci { width:20rem;height:5.125rem;top:29.77734375rem;left:0rem;font-size:2rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:20rem;height:67.91015rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8uGKt1zABRvwtenZx2pukSKSrHlDCtH { width:18.2493125rem;height:1.9375rem;top:5.1500358581543rem;left:1.6876774430275rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh { width:18.1865rem;height:8.6875rem;top:18.7109375rem;left:0.90625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#MOwcZ6Lp731Ot7dFTFScc36nJmWmklPh li:before{  }
 }@media only screen and (max-width: 763px) { #COCLHiaEowI9T3tGqy3HHhfFfIndQ7gd { width:8.8125rem;height:9.5rem;top:7.76703472052rem;left:4.7501809164018rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BkTruLbz89ZoGWHTH5mgp95OrtHcqkuf { width:18.75rem;height:3.4375rem;top:30.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNuAuxPlbQ2Tpxg9bfnJVLo3ZT8DQuNq { display:block; }
 }@media only screen and (max-width: 763px) { #ky5JJXe4EEUcqfGW7A6dOtnyAg4xVkks { width:0.3125rem;height:5rem;top:3.2491130828858rem;left:0.96679681539537rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxgMTk9Tnw6hSHwEwwgyTFcsVKapAQ1o { width:0.25rem;height:9.375rem;top:57.28515rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIW7Fpcu6xdWtWEO2KgdJT6X2lS2uz6t { width:8.8125rem;height:8.8125rem;top:11.561617791653rem;left:5.4669743180275rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BO3hPcyFVfe6oQ6mJX7gXTSP421zEQP0 { width:2.125rem;height:2.125rem;top:35.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMiBP9dqALxKOJZHd9rTyEaEb8oTUWvV { width:20rem;height:0;top:38.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMuhDGF2boNK82ZtzSPHgMlq44NET0mA { width:2.125rem;height:2.125rem;top:41.236325rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDO44oBlbzEvDwd3RcqHXItqFABe4751 { width:2.125rem;height:2.125rem;top:44.611325rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgo6dfCBqkHTAyXKiCi2fM09tJbL3XuC { width:2.125rem;height:2.125rem;top:47.986325rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbOulFqI5qQgtzcKDfl5fxy2kRNgmUdp { width:2.125rem;height:2.125rem;top:53.91015rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6zRFyToZ33G4AWKbgUURN1078pmxn6m { width:20rem;height:0;top:51.361325rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s { display:block; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC2rA2JShnJXXJqf5Ms4Z2vdmw5EICFl { width:20rem;height:2.5625rem;top:4.0616121292114rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGKdqsA29eQrhKAWDNx2pkyFrFAOJktf { width:19.375rem;height:16.25rem;top:6.6184301376344rem;left:0.62411218881607rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd { width:14.625rem;height:17.625rem;top:22.868458747864rem;left:2.6242895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8yfPbGDfOhgi94m6MD0hCPo1f27oHE8 { width:20rem;height:2.5625rem;top:43.37268781662rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yibUo9R7hGhR1s2MxQM65o6T15KzVRKL { width:3.125rem;height:3.125rem;top:46.435544967651rem;left:0.62411218881607rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbRKuqqMkEIp2Nu0xTSZB1r7pmbUEKLO { width:3.125rem;height:3.125rem;top:49.560544967651rem;left:0.62411218881607rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0uvIKQp7X3Znc1DWXUNWNqg98mTBrEe { width:3.125rem;height:3.125rem;top:52.998044967651rem;left:0.62411218881607rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEJiMV2tVpo53LIvgnuFXtFn4rlcAt91 { width:12.5rem;height:1.25rem;top:47.373044967651rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOgnQHLLQGtlKNPVRmW83lxQoLmXnzEn { width:15.3125rem;height:2.5rem;top:49.873037338257rem;left:3.7491121888161rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHX5RSsgBEZ2Zm1U0WmZ3P6oGcRt1Nv2 { width:16.25rem;height:1.25rem;top:53.935544967651rem;left:3.7491121888161rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmX5ppfFgNpcirUE9rNfPHGgEiZeGv9e { width:3.125rem;height:3.125rem;top:56.185544967651rem;left:0.62411218881607rem;font-size:2.1875rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #M0t0QyxTO9eTXV2DHtB7Kx2cv0NiXR3c { width:16.25rem;height:1.25rem;top:56.873044967651rem;left:3.7491121888161rem;font-size:1rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #Za6gUATzzu9aoLoE4JNBsLOhuXytTPsQ { width:17.5rem;height:3.4375rem;top:60.99698638916rem;left:1.2500000596046rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #KcUawcLiIfklE0tVm8mPa6igWaMMxA4n { display:block; }
 }@media only screen and (max-width: 763px) { #kccEGgEP3Pu6V7o51QnZTQhpA3eCCxUX { width:1.75rem;height:1.75rem;top:73.98936875rem;left:9.125rem;display:block; }
#kccEGgEP3Pu6V7o51QnZTQhpA3eCCxUX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #WVevwUaaaofy35rskdwhwzhHg6NC8QvW { width:16.375rem;height:0;top:81.23936875rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQUOwCKKpcSgB6LwXt7BmWzEo4upgRtl { width:1.75rem;height:1.75rem;top:65.68359375rem;left:9.125rem;display:block; }
#wQUOwCKKpcSgB6LwXt7BmWzEo4upgRtl > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #xrswV771gmRAAuvLH6qtrfmIBJMhAbtJ { width:20rem;height:0;top:79.98936875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNZsmgWeVTMNgZiz4GUwVqde5GexGSgG { width:20rem;height:0;top:68.68359375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBi1rNRIPLnhpmaGJtEKwzs88AEVl2Nu { width:1.75rem;height:1.75rem;top:70.98936875rem;left:9.125rem;display:block; }
#dBi1rNRIPLnhpmaGJtEKwzs88AEVl2Nu > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #BUJy7sauO3LTULlyUGSS1UQbBvqe3HaR { width:1.75rem;height:1.75rem;top:76.98936875rem;left:9.125rem;display:block; }
#BUJy7sauO3LTULlyUGSS1UQbBvqe3HaR > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { width:20rem;height:7.6704375rem;top:1.2482242584229rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KK9LsMenU7T2t7GNdvRlphuH6DFLC8dU { width:20rem;height:3.75rem;top:13.606168746948rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzqzM6LrUBvAraX4WAppbn1e56RZ54eO { width:12.5rem;height:3.75rem;top:10.355998039246rem;left:2.1866121888161rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LusXIZLphf6nLOM81N6XGhLDv26VQXl9 { width:12.5rem;height:2.5rem;top:17.413011074066rem;left:2.1866121888161rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlpzBWSqEWCAr9NRkEoVzhd6louR0xm3 { width:20rem;height:2.5rem;top:20.648077487946rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdvLeq3U9pn3vbx9oES69NCDe8KMWvy { width:12.5rem;height:2.5rem;top:24.772723674774rem;left:2.1866121888161rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Jb4pPrmMwD97Av1cTpy2MDXlo7MzJ8 { width:20rem;height:2.5rem;top:28.14808177948rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtiSOQy0L3weyTT6RaKvBaXgppTdPOBl { width:1.9992875rem;height:2.12091875rem;top:31.418674468994rem;left:2.1866121888161rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcEN8eXV5rMlLMbgwIFqrbdQasJqZPbO { width:1.9992875rem;height:2.12091875rem;top:31.417782306671rem;left:4.2471590638161rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw1Di5UDLnZhFGHCnQBFUhETl1NI26hr { width:1.9992875rem;height:2.12091875rem;top:31.384942054749rem;left:6.2437854409218rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkMZEvh5fTbCVr3grsdd0N07lmxpa3Tw { width:1.9992875rem;height:2.12091875rem;top:31.417789936066rem;left:8.2412992119788rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqNfM15zG4JMO0qzpzbvqygaipfANiDT { width:1.9992875rem;height:2.12091875rem;top:31.417804241181rem;left:10.238813936711rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgzOMVQI1biuNhTBw4nP4R9fce6pStMk { width:2rem;height:2.1213921181191rem;top:34.81835222168rem;left:9rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #szHBLTuhtor4cQESNylBOwmmFzspL2Ol { width:2rem;height:2.1213921181191rem;top:38.18927097168rem;left:9rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #egPbe79oZReMHyIyWVwctMIxCmASeZiy { width:2rem;height:2.1213921181191rem;top:41.56018972168rem;left:9rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEAZaa6FQoaELcTkd8Ea4C9fpBoT7g3O { width:2rem;height:2.1213921181191rem;top:48.36452722168rem;left:9rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbRpoRnTpQgJCVU0Awv4xQT9uPTn4xdG { width:2rem;height:2.1213921181191rem;top:44.99360847168rem;left:9rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWcA2HgxHlcsTSgBOo3t3QBeIWPSOAMV { width:2rem;height:2.1213921181191rem;top:51.79794597168rem;left:9rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQ44e4guONBRcvxPGTTyM1qbqUvZkLHP { width:2rem;height:2.1213921181191rem;top:55.16886472168rem;left:9rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fg7fJAOLW76pm8DR3fPsz1gPd68imkmd { width:2rem;height:2.1213921181191rem;top:58.53978347168rem;left:9rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACNDqJZDfuTH1JUIuP3JhDbGT61x7qJE { width:2rem;height:2.1213921181191rem;top:61.97320222168rem;left:9rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvFLFz0hV00Tv0y8xo1CXCPfqtBqTEvm { width:2rem;height:2.1213921181191rem;top:65.344120971681rem;left:9rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { position:relative;z-index:auto;display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { background-color: transparent; background-image: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row > .video-iframe-container { display: none; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .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); }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { border-width: 0; border-radius: 0; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { width:20rem;height:12.5rem;background-color:rgba(5,5,5,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erzTAqimUZvkCqAH3NaZA3sx0565H3yt { width:18.0625rem;height:7.5rem;top:1.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }