.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 .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);
}
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-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;
  }
}
@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;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d0cfc3; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d0cfc3; }#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;bottom:auto;right: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:14px;font-family:arial;height:62px;width:960px;position:relative;display:block; }#x9FBqgIfiv3s093lgVoXFMVS4Mv42VH8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#042537;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:98px;height:55px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:4px;left:457px;display:block; }
#EBZNBaPDQk34DaIbcEEBiBGDlEbVXhEB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#JbyEAISyLORixaEnhzfwXusarpvzUfsI { background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#042537;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:98px;height:55px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:4px;left:328px;display:block; }
#iT5IhPsuHfCSoIeefHtxmkcPcOv1UZ7N { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#E4WCARJ61qb3yupNsZZPRgdDwUqMUGrg { background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#042537;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:98px;height:55px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:4px;left:207px;display:block; }
#ET4lbwc6IoC1V8m2ADnD5Pc2pq8rcBi6 { display:block;position:absolute;top:50%;left:0px;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:38px;width:115px;top:12px;left:93px;overflow:hidden;display:block; }
#p5MMDo1g0ZE8BcTJtVsclH0T8Q6tsXcX { color:#042537;display:block;width:348px;position:absolute;font-family:"open sans";font-size:23px;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:16.5px;left:612px;height:29.0909px;font-style:normal;display:block; }
#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-top:5px solid #ac7900;border-left:5px solid #ac7900;border-right:5px solid #ac7900;border-bottom:5px solid #ac7900;background-color:#ffffff;background-image:none;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:14px;font-family:arial;height:680px;width:960px;position:relative;display:block; }#Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { color:#042537;display:block;width:566px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:74px;left:98px;height:90.909px;font-style:normal;display:block; }
#R62zs85ioyade7We6TCqwvCvrpvwGImw { color:#000000;display:block;width:505px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:181.859375px;left:98px;height:100px;font-style:normal;display:block; }
#xl9XQ37gMP5gHQNLDpdzFk1IbSCpkAqn { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:239px;width:241px;top:74px;left:688px;overflow:hidden;display:block; }
#FWXhCIkbqG0D55CK5VMhd3bQAbfksHkG { color:#000000;display:block;width:505px;position:absolute;font-family:roboto;font-size:30px;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:315px;left:98px;height:38.1818px;display:block; }
#upm1dTTf0vt9s2X9nJuHoW5oAC63vl56 { color:#000000;display:block;width:476px;position:absolute;font-family:roboto;font-size:28px;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:385px;left:98px;height:72.7273px;display:block; }
#i2zOGQTeGModGMV7LadLK5fnZl1ABIOg { box-sizing:content-box;color:#042537;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:315px;left:677px;display:block; }
#U0EcwiwzZcgnR97WEKJtLRP7TKWwXJ22 { color:#000000;display:block;width:200px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:330px;left:737px;height:40px;display:block; }
#G8peMLnA7JmiZeZwWw9DbTA2NXqMNpyI { color:#000000;display:block;width:200px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:385px;left:737px;height:20px;display:block; }
#lQtJ99B2LAtBs0NH7mbXQvds30vJK5b6 { color:#000000;display:block;width:210px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:433px;left:736px;height:20px;display:block; }
#dmrmCulJDmLCP1QEurTMwd6sHJkhkeaZ { z-index:100000;top:524.453125px;left:97.953125px;background-color:#40be66;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:35px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:504px;height:93px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CZ5Pmv9EagqFwyX9BHeKoKCXGC2lZNWK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#M7PwctdMP0gJMO1GH6c0D4Wd0n2acMQT { box-sizing:content-box;color:#042537;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:369px;left:674px;display:block; }
#HlT95kGhg6kKOGCU1NZJ2Z3uRgMs9y4y { box-sizing:content-box;color:#042537;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:418px;left:674px;display:block; }
#yynnb57iUGbfnf7NLqzVuFLDPedOTgUQ { box-sizing:content-box;color:#042537;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:467.99147033691px;left:673.99145507812px;display:block; }
#VwaBagwr0qWNVixEocGpoDGTFNO7S22r { color:#000000;display:block;width:200px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:481.99147033691px;left:736.98864746094px;height:20px;display:block; }
#xAcJ3pbEaUZBzfxTLIBgePEwyAs1f3vo { box-sizing:content-box;color:#042537;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:517.984375px;left:677px;display:block; }
#z13XbVTodzyiXh5lUBJppLtrJX8vLSuI { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:532.984375px;left:737px;height:20px;display:block; }
#WyT8TJW7fCbu4To6eLDLNBMyxOCZLOxQ { box-sizing:content-box;color:#042537;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:567.984375px;left:677px;display:block; }
#dVXT9Vq2bcVadJLzwIVlQ7f86T9aDaS5 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:582.4375px;left:737px;height:20px;display:block; }
#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { position:relative;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 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ac7900;background-image:none;font-size:14px;font-family:arial;height:102px;width:960px;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;position:relative;display:block; }#fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:34px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:22.53125px;left:0px;height:43.6364px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILsqwblQiK1Vwume30ii2hu9givLv92l { color:#000000;display:block;width:960px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:40.541748046875px;left:0px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bdqgRTKoqXr6SUUlycwWJqvL10brQNoZ { position:absolute;display:block;z-index:100015;background-color:#042537;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:350px;width:812.997px;top:101.9886341095px;left:95.994293212891px;display:block; }
#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { position:relative;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 { border-width: 0; border-radius: 0; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:356px;width:960px;position:relative;display:block; }#GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { color:#000000;display:block;width:511.969px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:24.875px;left:339.984375px;height:;font-style:normal;display:block; }
#COCLHiaEowI9T3tGqy3HHhfFfIndQ7gd { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:86px;width:117px;top:80px;left:139.984375px;overflow:hidden;display:block; }
#AGlfC68dfVfUct9L9e3XHcso41mXCTO3 { color:#000000;display:block;width:343px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:32.875px;left:296.5px;height:36.3636px;display:block; }
#wEEczbw3HH4zdyUrVyaxoL3H2BhszTGT { color:#ffffff;display:block;width:416px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:80px;left:296.5px;height:212.3639px;display:block; }#wEEczbw3HH4zdyUrVyaxoL3H2BhszTGT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#wEEczbw3HH4zdyUrVyaxoL3H2BhszTGT li:before{  }
#aU81rqS45FPml7RUO07bsT9XGcnDgT1I { color:#000000;display:block;width:278px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:305.96875px;left:315.484375px;height:24.5455px;display:block; }
#XS4SO7DtXUw6V2OTgzio8L3mrmzFhKP0 { background-color:#40be66;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:177px;height:47px;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:259.96875px;left:712.5px;display:block; }
#EsDqOGWKVDA6mBVUCy2LET7JczHckBTX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#gDh5OcHHlJKr1EkgF5upu0hEbOT0fC1m { background-color:#40be66;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:177px;height:47px;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:279.96875px;left:725px;display:none; }
#oXkPp8VWKyoERr8tzbqTpXeokm9pEZ2K { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP { position:relative;display:block; }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP { background-color: transparent; background-image: none; }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .row .container > .video-iframe-container { display: none; }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .row > .video-iframe-container { display: none; }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .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); }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP { border-width: 0; border-radius: 0; }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:372px;width:960px;position:relative;display:block; }#P3yDfM18qDHOWSXsKAr8VAww22uc5sdq { color:#000000;display:block;width:511.969px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:24.875px;left:339.984375px;height:;font-style:normal;display:block; }
#RfFA6miFSsTJ5OmPhZtXMqx7P1EATkaP { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:107px;width:126px;top:66px;left:136.984375px;overflow:hidden;display:block; }
#Ntl13r0EQShuHaKah9gtcRES0fe0bGro { position:absolute;display:block;z-index:100014;background-color:#042537;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:350px;width:813px;top:11px;left:98px;display:block; }
#o8e5Dt4G594sf5Rc0mfiV2bQ5efiGkTq { color:#000000;display:block;width:384px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:24.875px;left:281.5px;height:36.3636px;display:block; }
#NZ78RV8Ea2QhhS8Crzza56xni13qs9Zy { color:#ffffff;display:block;width:416px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:66px;left:281.5px;height:122.7274px;display:block; }#NZ78RV8Ea2QhhS8Crzza56xni13qs9Zy li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#NZ78RV8Ea2QhhS8Crzza56xni13qs9Zy li:before{  }
#fsTOVT1WKMcBJ6Dp7VS1mU8iFylz2oPb { color:#000000;display:block;width:278px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:328px;left:281.5px;height:24.5455px;display:block; }
#QGFik9a1lx4qofuTAXTEhiocKaLwDDmX { background-color:#40be66;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:177px;height:47px;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:300px;left:724.5px;display:block; }
#QWaN4XSReyVyUUZrPwCCEFwQLRzT9CJO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#b7oZOrJBe8XcOLZm0RyBlek9LAwKTuZH { background-color:#40be66;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:177px;height:47px;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:279.96875px;left:725px;display:none; }
#zugiGQfolnRk82ws0TxboHq1pw2N7TcC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 { position:relative;display:block; }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 { background-color: transparent; background-image: none; }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .row .container > .video-iframe-container { display: none; }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .row > .video-iframe-container { display: none; }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .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); }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 { border-width: 0; border-radius: 0; }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:387px;width:960px;position:relative;display:block; }#FOb0ZGx2IdLWKVuoDuZnFghrOKbdmcme { color:#000000;display:block;width:511.969px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:24.875px;left:339.984375px;height:;font-style:normal;display:block; }
#bwIwSB1qh4M9wUO2dJp1iTeiqufwtbns { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:126px;width:127px;top:67px;left:144px;overflow:hidden;display:block; }
#T1684IacC0958kyTBwlkTG9zo9VGHGcF { position:absolute;display:block;z-index:100014;background-color:#042537;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:350px;width:813px;top:14px;left:98px;display:block; }
#r6o57UtJkeefL3RWeGZU6UDBmUkztbVf { color:#000000;display:block;width:559px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:24.875px;left:285px;height:36.3636px;display:block; }
#SgLLLey0o46wuHhNOtog6BPS7re9nMWC { color:#ffffff;display:block;width:416px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:67px;left:285px;height:73.6365px;display:block; }#SgLLLey0o46wuHhNOtog6BPS7re9nMWC li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#SgLLLey0o46wuHhNOtog6BPS7re9nMWC li:before{  }
#WzGmhIct6CmwtVEHgoKTySenxFHUMZFM { color:#000000;display:block;width:278px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:329px;left:285px;height:24.5455px;display:block; }
#EvARis0tW33V9evir9QMAPHpQIILmOTV { background-color:#40be66;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:177px;height:47px;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:303.5px;left:725px;display:block; }
#XgcraBvGtIPDa9krc6TionGvLtvXvw6m { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#DLQAwAw5TBtzuFFBeE0LawuUxagk5cMo { background-color:#40be66;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:177px;height:47px;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:279.96875px;left:725px;display:none; }
#I4frQdXrsD63q3ZmXlFDwAAN3kIQfzf0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV { position:relative;display:block; }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV { background-color: transparent; background-image: none; }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .row .container > .video-iframe-container { display: none; }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .row > .video-iframe-container { display: none; }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .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); }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV { border-width: 0; border-radius: 0; }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:387px;width:960px;position:relative;display:block; }#x2OOT8DSoZi10XfqwuE8XkgEm7fkEZCq { color:#000000;display:block;width:511.969px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:24.875px;left:339.984375px;height:;font-style:normal;display:block; }
#dk9msnv5xqysDo20p6VITKK1nRh2bvFe { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:167px;width:100px;top:75px;left:148px;overflow:hidden;display:block; }
#ZgC1vo9AL2bnfo1ZsZ8ewLc0tIixxnb3 { position:absolute;display:block;z-index:100014;background-color:#042537;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:350px;width:813px;top:14px;left:98px;display:block; }
#kS1Q6UnmzJ2QdTa5o7hnTMep82v4BVV8 { color:#000000;display:block;width:606px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:24.875px;left:285px;height:30.9091px;display:block; }
#lSU16wV0JbHJS0BJvlksoOvnrXJpIEZW { color:#ffffff;display:block;width:416px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:67px;left:285px;height:;display:block; }#lSU16wV0JbHJS0BJvlksoOvnrXJpIEZW li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#lSU16wV0JbHJS0BJvlksoOvnrXJpIEZW li:before{  }
#AJTRtvaEikq3uk78xTkW5vGG4Ze1kWKS { color:#000000;display:block;width:316px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:329px;left:285px;height:24.5455px;display:block; }
#gNihCRcFuviT8BL6fyOx8QMmSCA41r8i { background-color:#40be66;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:177px;height:47px;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:303.5px;left:725px;display:block; }
#cnZJMmIGEJxdkCQbtrO3vaQ4TO2pgyGB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#W5dBp15Vhcxm3pkUL1tlgTTWu1UrLG6F { background-color:#40be66;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:177px;height:47px;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:279.96875px;left:725px;display:none; }
#z9hBDzf3bZHXeXBTUNEqKz3bilEM0Cqc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#voMHoVT2tzyg0qZ49XTTR0qBRwgIr1sQ { color:#ffffff;display:block;width:416px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:67.5px;left:285px;height:248.1814px;display:block; }#voMHoVT2tzyg0qZ49XTTR0qBRwgIr1sQ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#voMHoVT2tzyg0qZ49XTTR0qBRwgIr1sQ li:before{  }
#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr { position:relative;display:block; }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr { background-color: transparent; background-image: none; }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .row .container > .video-iframe-container { display: none; }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .row > .video-iframe-container { display: none; }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .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); }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr { border-width: 0; border-radius: 0; }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:387px;width:960px;position:relative;display:block; }#ZS6XX5iH5LJ0QtSv3AHNVVfdtXImqyu0 { color:#000000;display:block;width:511.969px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:24.875px;left:339.984375px;height:;font-style:normal;display:block; }
#adtXLVRyonWz7fc6oeAMHICKHlsufUwR { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:111px;width:134px;top:67px;left:138px;overflow:hidden;display:block; }
#LnKQtr2SN1aML35coX6CLmObrimOPDr3 { position:absolute;display:block;z-index:100014;background-color:#042537;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:350px;width:813px;top:14px;left:98px;display:block; }
#Oerp1Gwdf32tNUbvqOOiH8bJ5vVZ1JBX { color:#000000;display:block;width:529px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:24.875px;left:285px;height:30.9091px;display:block; }
#Ix6x4qhghdatzFxTO3LzWhVUHbxTmdlX { color:#ffffff;display:block;width:416px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:67px;left:285px;height:98.1819px;display:block; }#Ix6x4qhghdatzFxTO3LzWhVUHbxTmdlX li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Ix6x4qhghdatzFxTO3LzWhVUHbxTmdlX li:before{  }
#tZofz5rqR7aqepmTuNkmQwkZ9wlXc0bH { color:#000000;display:block;width:310px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:324.99151611328px;left:291px;height:24.5455px;display:block; }
#m02sApPzeme5t0qnd3UhKvbh4wGGC70A { background-color:#40be66;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:177px;height:47px;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:303.5px;left:725px;display:block; }
#eT4n9XaN2vrrREzTnPJxfhNpzVs9RS0T { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#mE9gXTsMTSw1cfDHbPKMpqqPNaT99PLJ { background-color:#40be66;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:177px;height:47px;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:279.96875px;left:725px;display:none; }
#rll1Knk5ZTwDvLAAwvnIzVK0Ss9108p8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { border-top:4px solid #ac7900;border-left:4px solid #ac7900;border-right:4px solid #ac7900;border-bottom:4px solid #ac7900;background-color:#ffffff;background-image:none;position:relative;display:block; }#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:14px;font-family:arial;height:219px;width:960px;position:relative;display:block; }#r9bN8TC4LZhGneIJLZQpsKhMAAHwlGAw { color:#ac7900;display:block;width:511px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:33px;left:327.5px;height:63.6364px;font-style:normal;display:block; }
#mDQPQN8FI0bpCrq7dqhtGAfoApzc5DcA { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:183px;width:183px;top:18px;left:51px;overflow:hidden;display:block; }
#TUybeCImT1aCCOiJl5xDGFlPVNVzhACk { color:#042537;display:block;width:340px;position:absolute;font-family:"open sans";font-size:29px;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:110.5px;left:327.5px;height:37.2727px;display:block; }
#rWnRSsgUplfNevSSDP4WfyW72gd5lz6M { color:#ac7900;display:block;width:106px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:137px;left:713px;height:64.5455px;display:block; }
#DHvaS9PlqTlgz9AQUz7eZg1XyJ57Xet7 { color:#042537;display:block;width:88px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:166.5px;left:818px;height:20px;font-style:normal;display:block; }
#ngUp66IPc4Ep4hRr18KOISW9niwbcI5p { color:#042537;display:block;width:12px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:166.5px;left:686.5px;height:20px;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;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#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:14px;font-family:arial;height:631px;width:960px;position:relative;display:block; }#kHMIgmJmN4FuXghCObFHD7aphQyDvrsP { color:#000000;display:block;width:381.989px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:39.971591949463px;left:59.971588134766px;height:20px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nC2rA2JShnJXXJqf5Ms4Z2vdmw5EICFl { color:#042537;display:block;width:381.989px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:58.977275848389px;left:59.985809326172px;height:45.4545px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGKdqsA29eQrhKAWDNx2pkyFrFAOJktf { color:#000000;display:block;width:381.989px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:104.38920974731px;left:59.957397460938px;height:220px;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;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;height:525.98px;width:381.989px;top:39.943222045898px;left:547.96875px;display:block; }
#t8yfPbGDfOhgi94m6MD0hCPo1f27oHE8 { color:#042537;display:block;width:381.989px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:337.1022567749px;left:59.431823730469px;height:45.4545px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yibUo9R7hGhR1s2MxQM65o6T15KzVRKL { box-sizing:content-box;color:#042537;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:392.99715423584px;left:59.957397460938px;display:block; }
#hbRKuqqMkEIp2Nu0xTSZB1r7pmbUEKLO { box-sizing:content-box;color:#042537;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:442.99715423584px;left:59.957397460938px;display:block; }
#M0uvIKQp7X3Znc1DWXUNWNqg98mTBrEe { box-sizing:content-box;color:#042537;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:492.99712371826px;left:59.957397460938px;display:block; }
#IEJiMV2tVpo53LIvgnuFXtFn4rlcAt91 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:404.95439910889px;left:109.94320678711px;height:20px;display:block; }
#yOgnQHLLQGtlKNPVRmW83lxQoLmXnzEn { color:#000000;display:block;width:292px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:457.98295593262px;left:109.94320678711px;height:20px;display:block; }
#sHX5RSsgBEZ2Zm1U0WmZ3P6oGcRt1Nv2 { color:#000000;display:block;width:291.989px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:507.99712753296px;left:109.94320678711px;height:20px;display:block; }
#WmX5ppfFgNpcirUE9rNfPHGgEiZeGv9e { box-sizing:content-box;color:#042537;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:492.99712371826px;left:59.957397460938px;display:none; }
#M0t0QyxTO9eTXV2DHtB7Kx2cv0NiXR3c { color:#000000;display:block;width:291.989px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:507.99712753296px;left:109.94320678711px;height:20px;display:none; }
#Za6gUATzzu9aoLoE4JNBsLOhuXytTPsQ { background-color:#ac7900;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:256.81817626953px;left:230.98010253906px;display:none; }
#KcUawcLiIfklE0tVm8mPa6igWaMMxA4n { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { position:relative;z-index:auto;bottom:auto;right: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:14px;font-family:arial;height:75px;width:960px;position:relative;display:block; }#erzTAqimUZvkCqAH3NaZA3sx0565H3yt { color:#ffffff;display:block;width:448px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5px;left:54px;height:68.182px;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9FBqgIfiv3s093lgVoXFMVS4Mv42VH8 { width:98px;height:55px;top:4px;left:359px;display:block; }
 }@media only screen and (max-width: 763px) { #EBZNBaPDQk34DaIbcEEBiBGDlEbVXhEB { display:block; }
 }@media only screen and (max-width: 763px) { #JbyEAISyLORixaEnhzfwXusarpvzUfsI { width:98px;height:55px;top:4px;left:230px;display:block; }
 }@media only screen and (max-width: 763px) { #iT5IhPsuHfCSoIeefHtxmkcPcOv1UZ7N { display:block; }
 }@media only screen and (max-width: 763px) { #E4WCARJ61qb3yupNsZZPRgdDwUqMUGrg { width:98px;height:55px;top:4px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #ET4lbwc6IoC1V8m2ADnD5Pc2pq8rcBi6 { display:block; }
 }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { top:12px;left:0px;width:115px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #p5MMDo1g0ZE8BcTJtVsclH0T8Q6tsXcX { top:16px;left:417px;width:347px;height:29px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { top:74px;left:0px;width:566px;height:90px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { top:181px;left:0px;width:505px;height:100px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xl9XQ37gMP5gHQNLDpdzFk1IbSCpkAqn { top:74px;left:505px;width:241px;height:239px;display:block; }
 }@media only screen and (max-width: 763px) { #FWXhCIkbqG0D55CK5VMhd3bQAbfksHkG { top:315px;left:0px;width:505px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #upm1dTTf0vt9s2X9nJuHoW5oAC63vl56 { top:385px;left:0px;width:476px;height:72px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #i2zOGQTeGModGMV7LadLK5fnZl1ABIOg { top:315px;left:579px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #U0EcwiwzZcgnR97WEKJtLRP7TKWwXJ22 { top:330px;left:564px;width:200px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G8peMLnA7JmiZeZwWw9DbTA2NXqMNpyI { top:385px;left:564px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lQtJ99B2LAtBs0NH7mbXQvds30vJK5b6 { top:433px;left:554px;width:210px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dmrmCulJDmLCP1QEurTMwd6sHJkhkeaZ { top:524px;left:0px;width:504px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5Pmv9EagqFwyX9BHeKoKCXGC2lZNWK { display:block; }
 }@media only screen and (max-width: 763px) { #M7PwctdMP0gJMO1GH6c0D4Wd0n2acMQT { top:369px;left:576px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HlT95kGhg6kKOGCU1NZJ2Z3uRgMs9y4y { top:418px;left:576px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yynnb57iUGbfnf7NLqzVuFLDPedOTgUQ { top:467px;left:575.99145507812px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #VwaBagwr0qWNVixEocGpoDGTFNO7S22r { top:481px;left:564px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xAcJ3pbEaUZBzfxTLIBgePEwyAs1f3vo { top:517px;left:579px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #z13XbVTodzyiXh5lUBJppLtrJX8vLSuI { top:532px;left:564px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WyT8TJW7fCbu4To6eLDLNBMyxOCZLOxQ { top:567px;left:579px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #dVXT9Vq2bcVadJLzwIVlQ7f86T9aDaS5 { top:582px;left:564px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { top:22px;left:0px;width:764px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ILsqwblQiK1Vwume30ii2hu9givLv92l { top:40px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bdqgRTKoqXr6SUUlycwWJqvL10brQNoZ { top:101px;left:0px;width:764px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { top:24px;left:241.984375px;width:511px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #COCLHiaEowI9T3tGqy3HHhfFfIndQ7gd { top:80px;left:41.984375px;width:117px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #AGlfC68dfVfUct9L9e3XHcso41mXCTO3 { top:32px;left:198.5px;width:343px;height:36px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #wEEczbw3HH4zdyUrVyaxoL3H2BhszTGT { top:379px;left:0px;width:293px;height:;font-size:20px;display:block; }#wEEczbw3HH4zdyUrVyaxoL3H2BhszTGT li:before{  }
 }@media only screen and (max-width: 763px) { #aU81rqS45FPml7RUO07bsT9XGcnDgT1I { top:305px;left:217.484375px;width:278px;height:24px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #XS4SO7DtXUw6V2OTgzio8L3mrmzFhKP0 { width:177px;height:47px;top:259px;left:587px;display:block; }
 }@media only screen and (max-width: 763px) { #EsDqOGWKVDA6mBVUCy2LET7JczHckBTX { display:block; }
 }@media only screen and (max-width: 763px) { #gDh5OcHHlJKr1EkgF5upu0hEbOT0fC1m { width:177px;height:47px;top:279px;left:587px;display:none; }
 }@media only screen and (max-width: 763px) { #oXkPp8VWKyoERr8tzbqTpXeokm9pEZ2K { display:block; }
 }@media only screen and (max-width: 763px) { #Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP { display:block; }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3yDfM18qDHOWSXsKAr8VAww22uc5sdq { top:24px;left:241.984375px;width:511px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RfFA6miFSsTJ5OmPhZtXMqx7P1EATkaP { top:66px;left:38.984375px;width:126px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #Ntl13r0EQShuHaKah9gtcRES0fe0bGro { top:11px;left:0px;width:764px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #o8e5Dt4G594sf5Rc0mfiV2bQ5efiGkTq { top:24px;left:183.5px;width:384px;height:36px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #NZ78RV8Ea2QhhS8Crzza56xni13qs9Zy { top:66px;left:183.5px;width:416px;height:;font-size:20px;display:block; }#NZ78RV8Ea2QhhS8Crzza56xni13qs9Zy li:before{  }
 }@media only screen and (max-width: 763px) { #fsTOVT1WKMcBJ6Dp7VS1mU8iFylz2oPb { top:328px;left:183.5px;width:278px;height:24px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #QGFik9a1lx4qofuTAXTEhiocKaLwDDmX { width:177px;height:47px;top:300px;left:587px;display:block; }
 }@media only screen and (max-width: 763px) { #QWaN4XSReyVyUUZrPwCCEFwQLRzT9CJO { display:block; }
 }@media only screen and (max-width: 763px) { #b7oZOrJBe8XcOLZm0RyBlek9LAwKTuZH { width:177px;height:47px;top:279px;left:587px;display:none; }
 }@media only screen and (max-width: 763px) { #zugiGQfolnRk82ws0TxboHq1pw2N7TcC { display:block; }
 }@media only screen and (max-width: 763px) { #g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 { display:block; }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOb0ZGx2IdLWKVuoDuZnFghrOKbdmcme { top:24px;left:241.984375px;width:511px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #bwIwSB1qh4M9wUO2dJp1iTeiqufwtbns { top:67px;left:46px;width:127px;height:126px;display:block; }
 }@media only screen and (max-width: 763px) { #T1684IacC0958kyTBwlkTG9zo9VGHGcF { top:14px;left:0px;width:764px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #r6o57UtJkeefL3RWeGZU6UDBmUkztbVf { top:24px;left:187px;width:559px;height:36px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #SgLLLey0o46wuHhNOtog6BPS7re9nMWC { top:67px;left:187px;width:416px;height:;font-size:20px;display:block; }#SgLLLey0o46wuHhNOtog6BPS7re9nMWC li:before{  }
 }@media only screen and (max-width: 763px) { #WzGmhIct6CmwtVEHgoKTySenxFHUMZFM { top:328px;left:187px;width:277px;height:24px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EvARis0tW33V9evir9QMAPHpQIILmOTV { width:177px;height:47px;top:304px;left:586px;display:block; }
 }@media only screen and (max-width: 763px) { #XgcraBvGtIPDa9krc6TionGvLtvXvw6m { display:block; }
 }@media only screen and (max-width: 763px) { #DLQAwAw5TBtzuFFBeE0LawuUxagk5cMo { width:177px;height:47px;top:279px;left:587px;display:none; }
 }@media only screen and (max-width: 763px) { #I4frQdXrsD63q3ZmXlFDwAAN3kIQfzf0 { display:block; }
 }@media only screen and (max-width: 763px) { #cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV { display:block; }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2OOT8DSoZi10XfqwuE8XkgEm7fkEZCq { top:24px;left:241.984375px;width:511px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dk9msnv5xqysDo20p6VITKK1nRh2bvFe { top:75px;left:50px;width:100px;height:167px;display:block; }
 }@media only screen and (max-width: 763px) { #ZgC1vo9AL2bnfo1ZsZ8ewLc0tIixxnb3 { top:14px;left:0px;width:764px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #kS1Q6UnmzJ2QdTa5o7hnTMep82v4BVV8 { top:24px;left:158px;width:605px;height:30px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #lSU16wV0JbHJS0BJvlksoOvnrXJpIEZW { top:67px;left:187px;width:416px;height:;font-size:15px;display:block; }#lSU16wV0JbHJS0BJvlksoOvnrXJpIEZW li:before{  }
 }@media only screen and (max-width: 763px) { #AJTRtvaEikq3uk78xTkW5vGG4Ze1kWKS { top:328px;left:187px;width:315px;height:24px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gNihCRcFuviT8BL6fyOx8QMmSCA41r8i { width:177px;height:47px;top:304px;left:586px;display:block; }
 }@media only screen and (max-width: 763px) { #cnZJMmIGEJxdkCQbtrO3vaQ4TO2pgyGB { display:block; }
 }@media only screen and (max-width: 763px) { #W5dBp15Vhcxm3pkUL1tlgTTWu1UrLG6F { width:177px;height:47px;top:279px;left:587px;display:none; }
 }@media only screen and (max-width: 763px) { #z9hBDzf3bZHXeXBTUNEqKz3bilEM0Cqc { display:block; }
 }@media only screen and (max-width: 763px) { #voMHoVT2tzyg0qZ49XTTR0qBRwgIr1sQ { top:67px;left:187px;width:416px;height:;font-size:20px;display:block; }#voMHoVT2tzyg0qZ49XTTR0qBRwgIr1sQ li:before{  }
 }@media only screen and (max-width: 763px) { #SniZAVd0UgnLuhfih6zVk6nA5kpSISQr { display:block; }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZS6XX5iH5LJ0QtSv3AHNVVfdtXImqyu0 { top:24px;left:241.984375px;width:511px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #adtXLVRyonWz7fc6oeAMHICKHlsufUwR { top:67px;left:40px;width:134px;height:111px;display:block; }
 }@media only screen and (max-width: 763px) { #LnKQtr2SN1aML35coX6CLmObrimOPDr3 { top:14px;left:0px;width:764px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #Oerp1Gwdf32tNUbvqOOiH8bJ5vVZ1JBX { top:24px;left:187px;width:528px;height:30px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Ix6x4qhghdatzFxTO3LzWhVUHbxTmdlX { top:67px;left:187px;width:416px;height:;font-size:20px;display:block; }#Ix6x4qhghdatzFxTO3LzWhVUHbxTmdlX li:before{  }
 }@media only screen and (max-width: 763px) { #tZofz5rqR7aqepmTuNkmQwkZ9wlXc0bH { top:324px;left:193px;width:310px;height:25px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #m02sApPzeme5t0qnd3UhKvbh4wGGC70A { width:177px;height:47px;top:304px;left:586px;display:block; }
 }@media only screen and (max-width: 763px) { #eT4n9XaN2vrrREzTnPJxfhNpzVs9RS0T { display:block; }
 }@media only screen and (max-width: 763px) { #mE9gXTsMTSw1cfDHbPKMpqqPNaT99PLJ { width:177px;height:47px;top:279px;left:587px;display:none; }
 }@media only screen and (max-width: 763px) { #rll1Knk5ZTwDvLAAwvnIzVK0Ss9108p8 { display:block; }
 }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9bN8TC4LZhGneIJLZQpsKhMAAHwlGAw { top:33px;left:229.5px;width:511px;height:64px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mDQPQN8FI0bpCrq7dqhtGAfoApzc5DcA { top:18px;left:0px;width:183px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #TUybeCImT1aCCOiJl5xDGFlPVNVzhACk { top:110px;left:229.5px;width:340px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #rWnRSsgUplfNevSSDP4WfyW72gd5lz6M { top:137px;left:615px;width:106px;height:65px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #DHvaS9PlqTlgz9AQUz7eZg1XyJ57Xet7 { top:166px;left:676px;width:88px;height:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ngUp66IPc4Ep4hRr18KOISW9niwbcI5p { top:166px;left:588.5px;width:12px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s { display:block; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHMIgmJmN4FuXghCObFHD7aphQyDvrsP { top:39px;left:0px;width:381px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nC2rA2JShnJXXJqf5Ms4Z2vdmw5EICFl { top:58px;left:0px;width:381px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #mGKdqsA29eQrhKAWDNx2pkyFrFAOJktf { top:104px;left:0px;width:381px;height:220px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd { top:39px;left:381px;width:381px;height:525px;display:block; }
 }@media only screen and (max-width: 763px) { #t8yfPbGDfOhgi94m6MD0hCPo1f27oHE8 { top:337px;left:1px;width:381px;height:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yibUo9R7hGhR1s2MxQM65o6T15KzVRKL { top:392px;left:10.957397460938px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hbRKuqqMkEIp2Nu0xTSZB1r7pmbUEKLO { top:442px;left:10.957397460938px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #M0uvIKQp7X3Znc1DWXUNWNqg98mTBrEe { top:492px;left:10.957397460938px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #IEJiMV2tVpo53LIvgnuFXtFn4rlcAt91 { top:404px;left:60.943206787109px;width:200px;height:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yOgnQHLLQGtlKNPVRmW83lxQoLmXnzEn { top:457px;left:60.943206787109px;width:292px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sHX5RSsgBEZ2Zm1U0WmZ3P6oGcRt1Nv2 { top:507px;left:60.943206787109px;width:291px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WmX5ppfFgNpcirUE9rNfPHGgEiZeGv9e { top:492px;left:10.957397460938px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #M0t0QyxTO9eTXV2DHtB7Kx2cv0NiXR3c { top:897px;left:10.985795021057px;width:260px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #Za6gUATzzu9aoLoE4JNBsLOhuXytTPsQ { width:280px;height:55px;top:256px;left:132.98010253906px;display:none; }
 }@media only screen and (max-width: 763px) { #KcUawcLiIfklE0tVm8mPa6igWaMMxA4n { display:block; }
 }@media only screen and (max-width: 763px) { #ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm { display:block; }#ugtaqTJvzAw42oTDyCHvIOx3S09Ueprm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erzTAqimUZvkCqAH3NaZA3sx0565H3yt { top:5px;left:0px;width:448px;height:70px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#d0cfc3;background-image:url("https://images.assets-landingi.com/6kWNKdsS/Backround2_png.png");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #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:320px;height:175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9FBqgIfiv3s093lgVoXFMVS4Mv42VH8 { width:71px;height:34px;top:86px;left:239.46875px;font-size:12px;color:#063148;display:block; }
 }@media only screen and (max-width: 763px) { #EBZNBaPDQk34DaIbcEEBiBGDlEbVXhEB { display:block; }
 }@media only screen and (max-width: 763px) { #JbyEAISyLORixaEnhzfwXusarpvzUfsI { width:77px;height:34px;top:86px;left:121.5px;font-size:12px;color:#031823;display:block; }
 }@media only screen and (max-width: 763px) { #iT5IhPsuHfCSoIeefHtxmkcPcOv1UZ7N { display:block; }
 }@media only screen and (max-width: 763px) { #E4WCARJ61qb3yupNsZZPRgdDwUqMUGrg { width:71px;height:34px;top:86px;left:10.5px;font-size:12px;color:#041d2a;display:block; }
 }@media only screen and (max-width: 763px) { #ET4lbwc6IoC1V8m2ADnD5Pc2pq8rcBi6 { display:block; }
 }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { width:118px;height:40px;top:20px;left:101px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #p5MMDo1g0ZE8BcTJtVsclH0T8Q6tsXcX { width:298.969px;height:28.1818px;top:135px;left:10.5px;font-size:22px;color:#084b6f;text-align:center;text-align-last:center;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:320px;height:1240px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { width:320px;height:122.7273px;top:29.9375px;left:0px;font-size:32px;text-align:center;text-align-last:center;color:#084b6f;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { width:305px;height:160px;top:351.9375px;left:7.5px;font-size:16px;text-align:center;text-align-last:center;color:#131212;display:block; }
 }@media only screen and (max-width: 763px) { #xl9XQ37gMP5gHQNLDpdzFk1IbSCpkAqn { width:120px;height:118px;top:213.9375px;left:100px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FWXhCIkbqG0D55CK5VMhd3bQAbfksHkG { width:285.969px;height:54.5455px;top:554.9375px;left:17px;font-size:21px;font-weight:700;font-style:normal;color:#084b6f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upm1dTTf0vt9s2X9nJuHoW5oAC63vl56 { width:285.969px;height:81.8182px;top:616.921875px;left:17px;font-size:21px;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2zOGQTeGModGMV7LadLK5fnZl1ABIOg { width:50px;height:50px;top:734px;left:17px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #U0EcwiwzZcgnR97WEKJtLRP7TKWwXJ22 { width:200px;height:40px;top:739px;left:75.46875px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G8peMLnA7JmiZeZwWw9DbTA2NXqMNpyI { width:200px;height:20px;top:812.9375px;left:75.46875px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lQtJ99B2LAtBs0NH7mbXQvds30vJK5b6 { width:225.969px;height:20px;top:888px;left:75.984375px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dmrmCulJDmLCP1QEurTMwd6sHJkhkeaZ { top:1161.9033660889px;left:0px;width:320px;height:55px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5Pmv9EagqFwyX9BHeKoKCXGC2lZNWK { display:block; }
 }@media only screen and (max-width: 763px) { #M7PwctdMP0gJMO1GH6c0D4Wd0n2acMQT { width:50px;height:50px;top:797.9375px;left:17px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HlT95kGhg6kKOGCU1NZJ2Z3uRgMs9y4y { width:50px;height:50px;top:873px;left:17px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yynnb57iUGbfnf7NLqzVuFLDPedOTgUQ { width:50px;height:50px;top:950.9375px;left:17px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #VwaBagwr0qWNVixEocGpoDGTFNO7S22r { width:200px;height:20px;top:965.9375px;left:75.46875px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xAcJ3pbEaUZBzfxTLIBgePEwyAs1f3vo { width:50px;height:50px;top:1023.921875px;left:17px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #z13XbVTodzyiXh5lUBJppLtrJX8vLSuI { width:200px;height:20px;top:1038.921875px;left:75.46875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WyT8TJW7fCbu4To6eLDLNBMyxOCZLOxQ { width:50px;height:50px;top:1098.921875px;left:17px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #dVXT9Vq2bcVadJLzwIVlQ7f86T9aDaS5 { width:200px;height:20px;top:1113.921875px;left:75.46875px;font-size:16px;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:320px;height:275px;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(172,121,0,0.92);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { width:320px;height:163.636px;top:59.159057617188px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ILsqwblQiK1Vwume30ii2hu9givLv92l { width:320px;height:0;top:233px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #bdqgRTKoqXr6SUUlycwWJqvL10brQNoZ { width:320px;height:27.9972px;top:0px;left:0px;display:none; }
 }@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 { border-width: 0; border-radius: 0; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:320px;height:765px;background-color:#042537;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { width:245px;height:0;top:36.484375px;left:61.46875px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #COCLHiaEowI9T3tGqy3HHhfFfIndQ7gd { width:283.963px;height:206.989px;top:132.41467285156px;left:17.997159004211px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AGlfC68dfVfUct9L9e3XHcso41mXCTO3 { width:290px;height:85.4545px;top:19.17626953125px;left:14.999999046326px;font-size:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEEczbw3HH4zdyUrVyaxoL3H2BhszTGT { width:293.963px;height:218.6361px;top:379.46028137207px;left:12.499999046326px;font-size:20px;display:block; }#wEEczbw3HH4zdyUrVyaxoL3H2BhszTGT li:before{  }
 }@media only screen and (max-width: 763px) { #aU81rqS45FPml7RUO07bsT9XGcnDgT1I { width:277.983px;height:61.8182px;top:605.92318725586px;left:20.994317054749px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XS4SO7DtXUw6V2OTgzio8L3mrmzFhKP0 { width:177px;height:47px;top:259px;left:71px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;display:none; }
 }@media only screen and (max-width: 763px) { #EsDqOGWKVDA6mBVUCy2LET7JczHckBTX { display:block; }
 }@media only screen and (max-width: 763px) { #gDh5OcHHlJKr1EkgF5upu0hEbOT0fC1m { width:320px;height:52px;top:693.86352539062px;left:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;z-index:100038;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #oXkPp8VWKyoERr8tzbqTpXeokm9pEZ2K { display:block; }
 }@media only screen and (max-width: 763px) { #Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP { display:block; }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP { background-color: transparent; background-image: none; }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .row .container > .video-iframe-container { display: none; }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .row > .video-iframe-container { display: none; }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .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); }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP { border-width: 0; border-radius: 0; }#Jd3VxeNHh452rNUOcPZwCqbGbzqXUbEP > .row .container { width:320px;height:780px;background-color:#042537;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3yDfM18qDHOWSXsKAr8VAww22uc5sdq { width:245px;height:0;top:103.87780761719px;left:75px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RfFA6miFSsTJ5OmPhZtXMqx7P1EATkaP { width:268.991px;height:225.994px;top:131.83237457275px;left:25.497159004211px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ntl13r0EQShuHaKah9gtcRES0fe0bGro { width:320px;height:0.994318px;top:90px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o8e5Dt4G594sf5Rc0mfiV2bQ5efiGkTq { width:260.98px;height:85.4545px;top:19.11931681633px;left:29.50283908844px;font-size:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZ78RV8Ea2QhhS8Crzza56xni13qs9Zy { width:300.966px;height:178.1817px;top:389.99146342278px;left:0px;font-size:20px;display:block; }#NZ78RV8Ea2QhhS8Crzza56xni13qs9Zy li:before{  }
 }@media only screen and (max-width: 763px) { #fsTOVT1WKMcBJ6Dp7VS1mU8iFylz2oPb { width:277.983px;height:61.8182px;top:593.98858261108px;left:20.994317054749px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGFik9a1lx4qofuTAXTEhiocKaLwDDmX { width:190px;height:26px;top:379.00573730469px;left:130px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;display:none; }
 }@media only screen and (max-width: 763px) { #QWaN4XSReyVyUUZrPwCCEFwQLRzT9CJO { display:block; }
 }@media only screen and (max-width: 763px) { #b7oZOrJBe8XcOLZm0RyBlek9LAwKTuZH { width:320px;height:50px;top:686.99713134766px;left:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;z-index:100037;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #zugiGQfolnRk82ws0TxboHq1pw2N7TcC { display:block; }
 }@media only screen and (max-width: 763px) { #g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 { display:block; }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 { background-color: transparent; background-image: none; }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .row .container > .video-iframe-container { display: none; }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .row > .video-iframe-container { display: none; }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .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); }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 { border-width: 0; border-radius: 0; }#g4IJdM1ixerXWAyCt7qNQ5artOq3GOA8 > .row .container { width:320px;height:755px;background-color:#042537;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOb0ZGx2IdLWKVuoDuZnFghrOKbdmcme { width:245px;height:0;top:100.88061523438px;left:75px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bwIwSB1qh4M9wUO2dJp1iTeiqufwtbns { width:256.989px;height:256.989px;top:159.97143554688px;left:31.491475105286px;overflow:hidden;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;display:block; }
 }@media only screen and (max-width: 763px) { #T1684IacC0958kyTBwlkTG9zo9VGHGcF { width:320px;height:0.994318px;top:90px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r6o57UtJkeefL3RWeGZU6UDBmUkztbVf { width:310px;height:128.182px;top:18.769963264465px;left:4.9857950210571px;font-size:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgLLLey0o46wuHhNOtog6BPS7re9nMWC { width:297.983px;height:127.2727px;top:449.95727539062px;left:12px;font-size:20px;display:block; }#SgLLLey0o46wuHhNOtog6BPS7re9nMWC li:before{  }
 }@media only screen and (max-width: 763px) { #WzGmhIct6CmwtVEHgoKTySenxFHUMZFM { width:320px;height:28.1818px;top:597.98291015625px;left:3.9943170547485px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvARis0tW33V9evir9QMAPHpQIILmOTV { width:177px;height:47px;top:379.50280761719px;left:143px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;display:none; }
 }@media only screen and (max-width: 763px) { #XgcraBvGtIPDa9krc6TionGvLtvXvw6m { display:block; }
 }@media only screen and (max-width: 763px) { #DLQAwAw5TBtzuFFBeE0LawuUxagk5cMo { width:320px;height:50px;top:670.99438476562px;left:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;z-index:100038;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #I4frQdXrsD63q3ZmXlFDwAAN3kIQfzf0 { display:block; }
 }@media only screen and (max-width: 763px) { #cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV { display:block; }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV { background-color: transparent; background-image: none; }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .row .container > .video-iframe-container { display: none; }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .row > .video-iframe-container { display: none; }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .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); }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV { border-width: 0; border-radius: 0; }#cDEN943JTDcZbBb5ZTbXCzA8EutnKoLV > .row .container { width:320px;height:1083px;background-color:#042537;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2OOT8DSoZi10XfqwuE8XkgEm7fkEZCq { width:245px;height:0;top:100.88067626953px;left:75px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dk9msnv5xqysDo20p6VITKK1nRh2bvFe { width:188.977px;height:310.98px;top:179.98579406738px;left:65.497155189514px;overflow:hidden;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;display:block; }
 }@media only screen and (max-width: 763px) { #ZgC1vo9AL2bnfo1ZsZ8ewLc0tIixxnb3 { width:320px;height:0.994318px;top:90px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kS1Q6UnmzJ2QdTa5o7hnTMep82v4BVV8 { width:310px;height:128.182px;top:19.147644042969px;left:4.9857950210571px;font-size:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSU16wV0JbHJS0BJvlksoOvnrXJpIEZW { width:297.983px;height:20px;top:142.99713134766px;left:22.017px;font-size:16px;display:block; }#lSU16wV0JbHJS0BJvlksoOvnrXJpIEZW li:before{  }
 }@media only screen and (max-width: 763px) { #AJTRtvaEikq3uk78xTkW5vGG4Ze1kWKS { width:277.983px;height:61.8182px;top:903.97723388672px;left:20.994317054749px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNihCRcFuviT8BL6fyOx8QMmSCA41r8i { width:177px;height:47px;top:379.50280761719px;left:143px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;display:none; }
 }@media only screen and (max-width: 763px) { #cnZJMmIGEJxdkCQbtrO3vaQ4TO2pgyGB { display:block; }
 }@media only screen and (max-width: 763px) { #W5dBp15Vhcxm3pkUL1tlgTTWu1UrLG6F { width:320px;height:50px;top:1001.9459533691px;left:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;z-index:100038;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #z9hBDzf3bZHXeXBTUNEqKz3bilEM0Cqc { display:block; }
 }@media only screen and (max-width: 763px) { #voMHoVT2tzyg0qZ49XTTR0qBRwgIr1sQ { width:320px;height:360.9086px;top:531.47724914551px;left:0px;font-size:20px;display:block; }#voMHoVT2tzyg0qZ49XTTR0qBRwgIr1sQ li:before{  }
 }@media only screen and (max-width: 763px) { #SniZAVd0UgnLuhfih6zVk6nA5kpSISQr { display:block; }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr { background-color: transparent; background-image: none; }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .row .container > .video-iframe-container { display: none; }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .row > .video-iframe-container { display: none; }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .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); }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr { border-width: 0; border-radius: 0; }#SniZAVd0UgnLuhfih6zVk6nA5kpSISQr > .row .container { width:320px;height:725px;background-color:#042537;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZS6XX5iH5LJ0QtSv3AHNVVfdtXImqyu0 { width:245px;height:0;top:100.88067626953px;left:75px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #adtXLVRyonWz7fc6oeAMHICKHlsufUwR { width:270.994px;height:223.991px;top:160.9912109375px;left:30.994317054749px;overflow:hidden;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;display:block; }
 }@media only screen and (max-width: 763px) { #LnKQtr2SN1aML35coX6CLmObrimOPDr3 { width:320px;height:0.994318px;top:90px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Oerp1Gwdf32tNUbvqOOiH8bJ5vVZ1JBX { width:310px;height:128.182px;top:18.869319915771px;left:0px;font-size:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ix6x4qhghdatzFxTO3LzWhVUHbxTmdlX { width:297.983px;height:127.2727px;top:404.97119140625px;left:10.98011302948px;font-size:20px;display:block; }#Ix6x4qhghdatzFxTO3LzWhVUHbxTmdlX li:before{  }
 }@media only screen and (max-width: 763px) { #tZofz5rqR7aqepmTuNkmQwkZ9wlXc0bH { width:277.983px;height:61.8182px;top:562.98860549927px;left:20.994317054749px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m02sApPzeme5t0qnd3UhKvbh4wGGC70A { width:177px;height:47px;top:379.50283813477px;left:143px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;display:none; }
 }@media only screen and (max-width: 763px) { #eT4n9XaN2vrrREzTnPJxfhNpzVs9RS0T { display:block; }
 }@media only screen and (max-width: 763px) { #mE9gXTsMTSw1cfDHbPKMpqqPNaT99PLJ { width:320px;height:50px;top:645.99438476562px;left:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;z-index:100038;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #rll1Knk5ZTwDvLAAwvnIzVK0Ss9108p8 { display:block; }
 }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { 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 { border-width: 0; border-radius: 0; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:320px;height:560px;background-color:#ffffff;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) { #r9bN8TC4LZhGneIJLZQpsKhMAAHwlGAw { width:305px;height:95.4545px;top:11px;left:7.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mDQPQN8FI0bpCrq7dqhtGAfoApzc5DcA { width:183px;height:183px;top:219px;left:68.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TUybeCImT1aCCOiJl5xDGFlPVNVzhACk { width:285px;height:74.5455px;top:129px;left:17.5px;font-size:29px;color:#042537;display:block; }
 }@media only screen and (max-width: 763px) { #rWnRSsgUplfNevSSDP4WfyW72gd5lz6M { width:74px;height:51.8182px;top:441px;left:123px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #DHvaS9PlqTlgz9AQUz7eZg1XyJ57Xet7 { width:200px;height:22.7273px;top:482px;left:113.5px;font-size:18px;color:#042537;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ngUp66IPc4Ep4hRr18KOISW9niwbcI5p { width:12px;height:20px;top:467.5px;left:112px;font-size:16px;color:#042537;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s { display:block; }#LyBTUPezUX7yJHbQebfT4gtP7NiM3q5s > .row .container { width:320px;height:1175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHMIgmJmN4FuXghCObFHD7aphQyDvrsP { width:320px;height:20px;top:32px;left:0px;font-size:16px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nC2rA2JShnJXXJqf5Ms4Z2vdmw5EICFl { width:320px;height:40.9091px;top:72px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGKdqsA29eQrhKAWDNx2pkyFrFAOJktf { width:310px;height:260px;top:135px;left:5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bc0NwqgdPOLtwcsQXcbe0QZ9QKazARFd { width:234px;height:282px;top:408px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #t8yfPbGDfOhgi94m6MD0hCPo1f27oHE8 { width:320px;height:40.9091px;top:734px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yibUo9R7hGhR1s2MxQM65o6T15KzVRKL { width:50px;height:50px;top:793px;left:20px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hbRKuqqMkEIp2Nu0xTSZB1r7pmbUEKLO { width:50px;height:50px;top:855px;left:20px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #M0uvIKQp7X3Znc1DWXUNWNqg98mTBrEe { width:50px;height:50px;top:928px;left:20px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #IEJiMV2tVpo53LIvgnuFXtFn4rlcAt91 { width:200px;height:20px;top:808px;left:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yOgnQHLLQGtlKNPVRmW83lxQoLmXnzEn { width:245px;height:40px;top:866px;left:75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sHX5RSsgBEZ2Zm1U0WmZ3P6oGcRt1Nv2 { width:198px;height:20px;top:943px;left:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WmX5ppfFgNpcirUE9rNfPHGgEiZeGv9e { width:50px;height:50px;top:994px;left:20px;font-size:35px;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #M0t0QyxTO9eTXV2DHtB7Kx2cv0NiXR3c { width:163px;height:20px;top:1009px;left:70px;font-size:16px;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #Za6gUATzzu9aoLoE4JNBsLOhuXytTPsQ { width:280px;height:56px;top:1079px;left:20px;z-index:100036;background-color:#40be66;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #KcUawcLiIfklE0tVm8mPa6igWaMMxA4n { display:block; }
 }@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:320px;height:200px;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:289px;height:120px;top:40px;left:15.5px;font-size:16px;display:block; }
 }