.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container { display: none; }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d76d2be0-7ce7-44b6-9fd1-63155ac2fd54/p_44.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.adaptive-delivery-prevent-bg, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyload, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyloading { background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { background-color: transparent; background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(235,239,244,0.26); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(235,239,244,0.26); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { border-width: 0; border-radius: 0; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container {  }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:960px;height:750px;font-size:14px;font-family:arial;position:relative;display:block; }#dvb2IdsOQhJTAXBrsNa7ZEaVg02BrGuQ { color:#1d3861;display:block;width:891px;position:absolute;font-family:"dm sans";font-size:71px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:424.796875px;left:34.5px;height:170.391px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { background-color:rgba(255,255,255,0.18);background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:43px;border-top-right-radius:43px;border-bottom-left-radius:43px;border-bottom-right-radius:43px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:22px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:255px;height:57px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:644px;left:352.5px;display:block; }
#I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cv9WTXZBf8pUA89qNMav2IcuNXzzbnxt { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:163px;width:193px;top:22px;left:383.5px;overflow:hidden;display:block; }
#lQHoa1ektvZTypLvElIRPNphv5qpKbgK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { background-color: transparent; background-image: none; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container > .video-iframe-container { display: none; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row > .video-iframe-container { display: none; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .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); }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { border-width: 0; border-radius: 0; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row > .video-iframe-container {  }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { font-size:14px;font-family:arial;height:1214px;width:960px;position:relative;display:block; }#wqR7WCF85owA43RVK1mWT9C1s6AdOeeg { display:block;width:960px;position:absolute;font-family:"dm sans";font-size:40px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:34px;left:0px;height:;color:#4a6081;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9l8e2QvMlMpNk7gFiVfcxyBUPKJzoo9 { display:block;width:960px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:92px;left:0px;height:;color:#869eb6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dN3Aa7EAx4bLFwzusZROhaDIGnekHbQF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:595px;width:960px;display:none; }
#wMPywUtuLqUemCpIXFvI5N9Jrh5LUXqH { border-top:2px solid #00a2ff;border-left:2px solid #00a2ff;border-right:2px solid #00a2ff;border-bottom:2px solid #00a2ff;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;background-color:#00a2ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:38px;width:38px;position:absolute;display:block;z-index:15025;top:184px;left:120px;display:block; }
#TFBAq7E2AiJ7QRhymRQm3zIw5uQZsUdK { display:block;width:32px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:193px;left:125px;height:23.3984px;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#inWKf9bKptkZ6qNsKHXVWZBcCWEZNkbf { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:142px;width:280px;top:205px;left:8px;display:block; }
#EqOMgOZykurNirK7m0deTg2o8Sweuk27 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:142px;width:280px;top:205px;left:333px;display:block; }
#TTCAaG16HHMgZTGSKR4cHaNTgGndXIDG { display:block;width:225px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:253px;left:38px;height:58.5px;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TU0fI6rZ77zK22y0auqT43qTnPTbmTQD { display:block;width:221px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:253px;left:363px;height:19.5px;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPLRnOC7oWP5HPhDz16fO6dN4ArdLdFc { border-top:2px solid #00a2ff;border-left:2px solid #00a2ff;border-right:2px solid #00a2ff;border-bottom:2px solid #00a2ff;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;background-color:#00a2ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:38px;width:38px;position:absolute;display:block;z-index:15027;top:184px;left:452px;display:block; }
#zVIdsaLNTXxQ9RPpzJdvpAHFCvGTlqZr { display:block;width:32px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:193px;left:457px;height:23.3984px;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7lxhqrRA6CSHF5v67fhRHD2C6hVZULC { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:142px;width:280px;top:205px;left:673px;display:block; }
#ksVAATTxak6MZutXXv5bJI96QsEZG7Ki { display:block;width:221px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:253px;left:703px;height:39px;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Py2gbJNC86QyCqQBRDSdKATyJixAVXTP { border-top:2px solid #00a2ff;border-left:2px solid #00a2ff;border-right:2px solid #00a2ff;border-bottom:2px solid #00a2ff;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;background-color:#00a2ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:38px;width:38px;position:absolute;display:block;z-index:15029;top:184px;left:792px;display:block; }
#wVQKKk5TxstJc1EGCZcrqa8ziZfS46NT { display:block;width:32px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:194px;left:796px;height:23.3984px;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J0XgK5pazthTvZE94iLT1NL4yGEf6xHs { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:582px;width:572px;top:347px;left:176px;overflow:hidden;display:block; }
#Lmk601oQai3r6JyBPny4qv92EPs9VfvX { display:block;width:676px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:946px;left:142px;height:;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xz60exicumh4GBqNhztCsprlcF5CMaxx { display:block;width:214px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:1032px;left:373px;height:18.1953px;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiuVkKm1G0PMcCS3yP88bq6zCW8welNc { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:45px;width:280px;top:1074px;left:340px;display:block; }
#aSIiTlAyU8lCmtSKenoihHr0UUXuxKbO { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:45px;width:280px;top:1019px;left:340px;display:block; }
#i29xnTThmwJ3BFsZXBcg6oBiPi5KMsbt { display:block;width:163px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:1087px;left:399px;height:18.1953px;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vs3m6KlG9JaCSrkLCRw47woDqbnEzPQM { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:45px;width:280px;top:1129px;left:340px;display:block; }
#y7PwepsRBTKcJ5IAfiVp8RWV23sMsZuE { display:block;width:179px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:1133px;left:398px;height:36.3906px;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dwh7vkw8GzJbhExyWbGBvpFTNQNztDGb { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:142px;width:280px;top:237px;left:15px;display:none; }
#TBdTxUv9T6cCCwB22pLsB3ev9TD1ZRwE { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:142px;width:280px;top:237px;left:15px;display:none; }
#tv6C5UugFgiHisAsfor40QIcevyEbHkg { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:142px;width:280px;top:237px;left:15px;display:none; }
#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f4f8;background-image:none;position:relative;display:block; }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row .container { background-color: transparent; background-image: none; }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row .container > .video-iframe-container { display: none; }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row > .video-iframe-container { display: none; }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .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); }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row .container { border-width: 0; border-radius: 0; }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row > .video-iframe-container {  }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row .container { font-size:14px;font-family:arial;height:600px;width:960px;position:relative;display:block; }#tVVD0gDzVqd4NscPeaL1fTnAoZvK452F { display:block;width:102px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:253px;left:39px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#oGcesmXE05rI6kRDJTkB6S6uRVGCdT9K { display:block;width:129px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:255.5px;left:221.5px;height:19.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#ox2leM4Kt1ZzJ30wuKrDhgfwAVqPFp9h { display:block;width:82px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:255.5px;left:439px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#TreMbPQe12QMup6XmQb9CWWQe3uRAS2d { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15000;top:137px;left:20px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#ykSAsVCPR4Pz4rGUvkKtg7a1SOLJVx8b { display:block;width:117px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:243.25px;left:615.5px;height:58.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#vatCkQtoIsQ0f14QKC5D0we90X6wUDmV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:137px;left:216px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#gvPONl7fEoP3LavFz6ykNH20aGeDcLsB { display:block;width:960px;position:absolute;font-family:"dm sans";font-size:40px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:45px;left:0px;height:;color:#4a6081;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LxKk0nkfgvu4lw0cUF57SicVT8IXBc3V { display:block;width:127px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:812px;left:173px;height:72px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:none; }
#lKn19HgsKwftKGLoXTCrAsu5SnqTxfaP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15000;top:137px;left:410px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#RJOW96cFOPfldSTEEGquCCi8vPMARelO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15001;top:137px;left:604px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#Ee8o4ld6dcyTc5TL4nFKeah2KViOklS2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15002;top:137px;left:801px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#v3Ht3TI909zXrb2pTfKGeLd24N2BBcJb { display:block;width:112px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:264px;left:815px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#eLm5PArgrLalq0sx5SeNRRlv0KOFd8Tl { display:block;width:116px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:467px;left:228px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#MJcMhm5ooeXqB9PzRLbw1guUTuqXeVAf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15014;top:349px;left:20px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#wOMqeHm7hlzMmky2qBC1Zm79rDS3Ac8t { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15013;top:349px;left:216px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#qw1ANybeooReTVZeWNWzQcquwIFKg7Xk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15014;top:349px;left:410px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#rnZEU8r7aM4Vey1PCcXTpVNqLpSbp3sp { display:block;width:110px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:467px;left:35px;height:58.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#pUcDnJH2UQ8JfBeR1ZUTAmfvK38GgplH { display:block;width:85px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:467px;left:440px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#n1e1ywmn7MMttnT0e4qTRW8Zslf2n3H8 { display:block;width:120px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:467px;left:614px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#iiIp0T2e265I1arJwm4TxDPycBVGP69q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15015;top:349px;left:604px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#nPibByr6E0c8EIACSbqNX3z0i8Dled4N { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15016;top:349px;left:801px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#JRDC7P6uPgBHyPtQbV2gzNNUt3gnS0qc { display:block;width:112px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:467px;left:815px;height:19.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#Hrv438eEZyQbp3eVclpUP68sLVQ8Z4vM { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:110px;width:110px;top:348px;left:816px;overflow:hidden;display:block; }
#Sf4JT9aMHqTIZy0r2rqJD6X2cKxf3Wyk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#Pp03tEOofHe9HX82Bm1X3tW3STFkwgM1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#k7VM1G5rvworzN2do1XLcIQXRRbKEi9S { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#TiTXulK45QlZGwKQcTW9r9Hfsd2aqlfM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#HNVw7gchp4PIVnJmylbQ2hbtgWf9ucNi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#h1mlLEWUiiLoEMTXrUVCKBd938nMNttP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#MZPnztW9C84UVhHycgMtMgfkhRSTSXSA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#ym5QVIrV6CmvgGNNF6Vzy4uyRl1FFkUW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#oMpJ4eqkfUTGtTHxTz81mHtB5rC2eHKk { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:90px;top:154.25px;left:45px;overflow:hidden;display:block; }
#EomxV9ofS1RI5v3clXzRybnvaInMGmLp { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:90px;top:154.25px;left:240px;overflow:hidden;display:block; }
#Xc11rupdSV7zTCdVBPKzAk8TrIRHa2qX { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:107px;width:108px;top:137px;left:425px;overflow:hidden;display:block; }
#FkA7aRFQo2PLz1IbxmxuG25iNqhFBNOT { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:89px;top:149px;left:628px;overflow:hidden;display:block; }
#txFKqadFlhIx4HrTfKByQSTz6zlFacmu { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:89px;top:153px;left:826px;overflow:hidden;display:block; }
#M7PxyXcaWa0NSSsCoQ5U5A6BInImBkAW { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:103px;width:104px;top:358px;left:232px;overflow:hidden;display:block; }
#fWkCC3mhgk7TTRQi1l0oqwrbbh2KkCMO { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:103px;width:104px;top:365px;left:428px;overflow:hidden;display:block; }
#ePDSklR2IB9Pia9eMBhFmNSA2vmueWbJ { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:114px;width:72px;top:354px;left:638px;overflow:hidden;display:block; }
#QlrGexwkoQ6qTdZHRZSqLBiULB5L6Ilo { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:104px;width:86px;top:364px;left:47px;overflow:hidden;display:block; }
#NADi9mnUDEIWbbzS2v7iJlZc6QQw8ktF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#v2koIevuqRrPGsql2N3En9ve3BFDAokp { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#yTaKCCiNyWL73qapTp4pdzklchLpVLMI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#TzTdSkgSARDBiQaldTZ8Df4ZoTiaCKR0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#ougNaLMP5szvkGX8WzLe74LPlelQalGM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#LlWasCyqJZItzxFBbQ5qy2nSKZ4bAx17 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#i5gTaw4LdADh9979G4QbxHp6irGlDJtG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#pcef9peElWmykIqWMpa4y3cGTZKc5kWJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#UKrOHMT62d9mQUNJizsQ7IQESZMeD5dT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#Zla8tIIkrG5f5Stt9P2pGMlFHZTzXaal { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1b93d0c-a2e9-4728-a04f-9f433cf3a4c0/0202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K.adaptive-delivery-prevent-bg, #OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K.lazyload, #OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K.lazyloading { background-image: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container { background-color: transparent; background-image: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4a6081; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container > .video-iframe-container { display: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4a6081; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row > .video-iframe-container { display: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .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); }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container { border-width: 0; border-radius: 0; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row > .video-iframe-container {  }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container { font-size:14px;font-family:arial;height:791px;width:960px;position:relative;display:block; }#ZTcJaBxlUaC5WgpbBwpR24Z0zuT4EW6V { color:#4a6081;display:block;width:475px;position:absolute;font-family:"dm sans";font-size:24px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:102px;left:242.5px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cFVboTRnuUh9ODTMdTuh4oTymznFwDQT { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:573px;width:917px;top:78px;left:21.5px;display:block; }
#lwxzc6TAIswelhc6DMgUqd309RQZXp4i { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:550px;width:580px;display:none; }
#ZyOEShfPz01Op0AIG8zoTJtb4hS1zrUD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:247px;top:704.5px;left:356.5px;overflow:hidden;display:block; }
#ybVfQoRp3kmTm1sadTz9pUfxI4RVCRrG { position:absolute;display:block;z-index:15011;height:412px;width:870px;top:153px;left:45px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvb2IdsOQhJTAXBrsNa7ZEaVg02BrGuQ { top:424px;left:0px;width:764px;height:170px;font-size:71px;display:block; }
 }@media only screen and (max-width: 763px) { #baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { width:192px;height:55px;top:435px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block; }
 }@media only screen and (max-width: 763px) { #cv9WTXZBf8pUA89qNMav2IcuNXzzbnxt { top:22px;left:285.5px;width:193px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #lQHoa1ektvZTypLvElIRPNphv5qpKbgK { display:block; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { width:764px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqR7WCF85owA43RVK1mWT9C1s6AdOeeg { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #O9l8e2QvMlMpNk7gFiVfcxyBUPKJzoo9 { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #dN3Aa7EAx4bLFwzusZROhaDIGnekHbQF { width:764px;height:474px;display:none; }
 }@media only screen and (max-width: 763px) { #wMPywUtuLqUemCpIXFvI5N9Jrh5LUXqH { width:110px;height:110px;top:20px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #TFBAq7E2AiJ7QRhymRQm3zIw5uQZsUdK { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #inWKf9bKptkZ6qNsKHXVWZBcCWEZNkbf { top:205px;left:0px;width:280px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #EqOMgOZykurNirK7m0deTg2o8Sweuk27 { top:205px;left:235px;width:280px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #TTCAaG16HHMgZTGSKR4cHaNTgGndXIDG { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TU0fI6rZ77zK22y0auqT43qTnPTbmTQD { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #iPLRnOC7oWP5HPhDz16fO6dN4ArdLdFc { width:110px;height:110px;top:20px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #zVIdsaLNTXxQ9RPpzJdvpAHFCvGTlqZr { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #V7lxhqrRA6CSHF5v67fhRHD2C6hVZULC { top:205px;left:484px;width:280px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #ksVAATTxak6MZutXXv5bJI96QsEZG7Ki { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Py2gbJNC86QyCqQBRDSdKATyJixAVXTP { width:110px;height:110px;top:20px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #wVQKKk5TxstJc1EGCZcrqa8ziZfS46NT { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #J0XgK5pazthTvZE94iLT1NL4yGEf6xHs { top:347px;left:6px;width:572px;height:582px;display:block; }
 }@media only screen and (max-width: 763px) { #Lmk601oQai3r6JyBPny4qv92EPs9VfvX { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #xz60exicumh4GBqNhztCsprlcF5CMaxx { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #fiuVkKm1G0PMcCS3yP88bq6zCW8welNc { top:1074px;left:242px;width:280px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #aSIiTlAyU8lCmtSKenoihHr0UUXuxKbO { top:1019px;left:242px;width:280px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #i29xnTThmwJ3BFsZXBcg6oBiPi5KMsbt { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Vs3m6KlG9JaCSrkLCRw47woDqbnEzPQM { top:1129px;left:242px;width:280px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #y7PwepsRBTKcJ5IAfiVp8RWV23sMsZuE { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Dwh7vkw8GzJbhExyWbGBvpFTNQNztDGb { top:237px;left:0px;width:280px;height:142px;display:none; }
 }@media only screen and (max-width: 763px) { #TBdTxUv9T6cCCwB22pLsB3ev9TD1ZRwE { top:237px;left:0px;width:280px;height:142px;display:none; }
 }@media only screen and (max-width: 763px) { #tv6C5UugFgiHisAsfor40QIcevyEbHkg { top:237px;left:0px;width:280px;height:142px;display:none; }
 }@media only screen and (max-width: 763px) { #p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa { display:block; }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row .container { width:764px;height:288px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVVD0gDzVqd4NscPeaL1fTnAoZvK452F { width:164px;height:48px;top:164px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #oGcesmXE05rI6kRDJTkB6S6uRVGCdT9K { width:164px;height:48px;top:165px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #ox2leM4Kt1ZzJ30wuKrDhgfwAVqPFp9h { width:164px;height:48px;top:165px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #TreMbPQe12QMup6XmQb9CWWQe3uRAS2d { width:178px;height:255px;top:0px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #ykSAsVCPR4Pz4rGUvkKtg7a1SOLJVx8b { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #vatCkQtoIsQ0f14QKC5D0we90X6wUDmV { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #gvPONl7fEoP3LavFz6ykNH20aGeDcLsB { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #LxKk0nkfgvu4lw0cUF57SicVT8IXBc3V { width:164px;height:48px;top:164px;left:12px;display:none; }
 }@media only screen and (max-width: 763px) { #lKn19HgsKwftKGLoXTCrAsu5SnqTxfaP { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #RJOW96cFOPfldSTEEGquCCi8vPMARelO { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #Ee8o4ld6dcyTc5TL4nFKeah2KViOklS2 { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #v3Ht3TI909zXrb2pTfKGeLd24N2BBcJb { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #eLm5PArgrLalq0sx5SeNRRlv0KOFd8Tl { width:164px;height:48px;top:165px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #MJcMhm5ooeXqB9PzRLbw1guUTuqXeVAf { width:178px;height:255px;top:0px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #wOMqeHm7hlzMmky2qBC1Zm79rDS3Ac8t { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #qw1ANybeooReTVZeWNWzQcquwIFKg7Xk { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #rnZEU8r7aM4Vey1PCcXTpVNqLpSbp3sp { width:164px;height:48px;top:164px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pUcDnJH2UQ8JfBeR1ZUTAmfvK38GgplH { width:164px;height:48px;top:165px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #n1e1ywmn7MMttnT0e4qTRW8Zslf2n3H8 { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #iiIp0T2e265I1arJwm4TxDPycBVGP69q { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #nPibByr6E0c8EIACSbqNX3z0i8Dled4N { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #JRDC7P6uPgBHyPtQbV2gzNNUt3gnS0qc { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #Hrv438eEZyQbp3eVclpUP68sLVQ8Z4vM { top:348px;left:644.5px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #Sf4JT9aMHqTIZy0r2rqJD6X2cKxf3Wyk { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #Pp03tEOofHe9HX82Bm1X3tW3STFkwgM1 { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #k7VM1G5rvworzN2do1XLcIQXRRbKEi9S { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #TiTXulK45QlZGwKQcTW9r9Hfsd2aqlfM { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #HNVw7gchp4PIVnJmylbQ2hbtgWf9ucNi { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #h1mlLEWUiiLoEMTXrUVCKBd938nMNttP { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #MZPnztW9C84UVhHycgMtMgfkhRSTSXSA { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #ym5QVIrV6CmvgGNNF6Vzy4uyRl1FFkUW { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #oMpJ4eqkfUTGtTHxTz81mHtB5rC2eHKk { top:154px;left:20.5px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #EomxV9ofS1RI5v3clXzRybnvaInMGmLp { top:154px;left:191px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #Xc11rupdSV7zTCdVBPKzAk8TrIRHa2qX { top:137px;left:274px;width:108px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #FkA7aRFQo2PLz1IbxmxuG25iNqhFBNOT { top:149px;left:484px;width:89px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #txFKqadFlhIx4HrTfKByQSTz6zlFacmu { top:153px;left:654.5px;width:89px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #M7PxyXcaWa0NSSsCoQ5U5A6BInImBkAW { top:358px;left:87px;width:104px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #fWkCC3mhgk7TTRQi1l0oqwrbbh2KkCMO { top:365px;left:278px;width:104px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #ePDSklR2IB9Pia9eMBhFmNSA2vmueWbJ { top:354px;left:501px;width:72px;height:114px;display:block; }
 }@media only screen and (max-width: 763px) { #QlrGexwkoQ6qTdZHRZSqLBiULB5L6Ilo { top:364px;left:22.5px;width:86px;height:104px;display:block; }
 }@media only screen and (max-width: 763px) { #NADi9mnUDEIWbbzS2v7iJlZc6QQw8ktF { display:none; }
 }@media only screen and (max-width: 763px) { #v2koIevuqRrPGsql2N3En9ve3BFDAokp { display:none; }
 }@media only screen and (max-width: 763px) { #yTaKCCiNyWL73qapTp4pdzklchLpVLMI { display:none; }
 }@media only screen and (max-width: 763px) { #TzTdSkgSARDBiQaldTZ8Df4ZoTiaCKR0 { display:none; }
 }@media only screen and (max-width: 763px) { #ougNaLMP5szvkGX8WzLe74LPlelQalGM { display:none; }
 }@media only screen and (max-width: 763px) { #LlWasCyqJZItzxFBbQ5qy2nSKZ4bAx17 { display:none; }
 }@media only screen and (max-width: 763px) { #i5gTaw4LdADh9979G4QbxHp6irGlDJtG { display:none; }
 }@media only screen and (max-width: 763px) { #pcef9peElWmykIqWMpa4y3cGTZKc5kWJ { display:none; }
 }@media only screen and (max-width: 763px) { #UKrOHMT62d9mQUNJizsQ7IQESZMeD5dT { display:none; }
 }@media only screen and (max-width: 763px) { #Zla8tIIkrG5f5Stt9P2pGMlFHZTzXaal { display:none; }
 }@media only screen and (max-width: 763px) { #OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K { display:block; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTcJaBxlUaC5WgpbBwpR24Z0zuT4EW6V { width:475px;height:31px;top:102px;left:144.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cFVboTRnuUh9ODTMdTuh4oTymznFwDQT { width:764px;height:573px;top:78px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lwxzc6TAIswelhc6DMgUqd309RQZXp4i { width:580px;height:550px;display:none; }
 }@media only screen and (max-width: 763px) { #ZyOEShfPz01Op0AIG8zoTJtb4hS1zrUD { top:704px;left:258.5px;width:247px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #ybVfQoRp3kmTm1sadTz9pUfxI4RVCRrG { top:153px;left:0px;width:764px;height:412px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d76d2be0-7ce7-44b6-9fd1-63155ac2fd54/p_44.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.adaptive-delivery-prevent-bg, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyload, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyloading { background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { background-color: transparent; background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(240,244,248,0.26); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(240,244,248,0.26); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:320px;height:610px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dvb2IdsOQhJTAXBrsNa7ZEaVg02BrGuQ { width:320px;height:60px;top:429px;left:0px;font-size:25px;text-align:center;text-align-last:center;z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { width:140px;height:34px;top:527px;left:90px;font-size:14px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block; }
 }@media only screen and (max-width: 763px) { #cv9WTXZBf8pUA89qNMav2IcuNXzzbnxt { width:130px;height:109px;top:18px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #lQHoa1ektvZTypLvElIRPNphv5qpKbgK { display:block; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { width:320px;height:1126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqR7WCF85owA43RVK1mWT9C1s6AdOeeg { width:300px;height:32.5px;top:35px;left:10px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #O9l8e2QvMlMpNk7gFiVfcxyBUPKJzoo9 { width:320px;height:44.1875px;top:77px;left:0px;text-align:center;text-align-last:center;font-size:17px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dN3Aa7EAx4bLFwzusZROhaDIGnekHbQF { top:121px;left:0px;width:320px;height:198px;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wMPywUtuLqUemCpIXFvI5N9Jrh5LUXqH { width:38px;height:38px;top:185px;left:20px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TFBAq7E2AiJ7QRhymRQm3zIw5uQZsUdK { width:32px;height:34.1953px;top:189px;left:25px;text-align:center;text-align-last:center;font-size:18px;line-height:1.9;font-weight:400;font-style:normal;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #inWKf9bKptkZ6qNsKHXVWZBcCWEZNkbf { width:280px;height:142px;top:576px;left:20px;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #EqOMgOZykurNirK7m0deTg2o8Sweuk27 { width:280px;height:142px;top:801.1875px;left:20px;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #TTCAaG16HHMgZTGSKR4cHaNTgGndXIDG { width:228px;height:50.6953px;top:181px;left:73px;text-align:left;text-align-last:left;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TU0fI6rZ77zK22y0auqT43qTnPTbmTQD { width:221px;height:16.8984px;top:302px;left:77px;text-align:left;text-align-last:left;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iPLRnOC7oWP5HPhDz16fO6dN4ArdLdFc { width:38px;height:38px;top:290px;left:22px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zVIdsaLNTXxQ9RPpzJdvpAHFCvGTlqZr { width:32px;height:34.1953px;top:294px;left:27px;text-align:center;text-align-last:center;font-size:18px;line-height:1.9;font-weight:400;font-style:normal;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #V7lxhqrRA6CSHF5v67fhRHD2C6hVZULC { width:280px;height:142px;top:1026.375px;left:20px;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #ksVAATTxak6MZutXXv5bJI96QsEZG7Ki { width:240px;height:33.7969px;top:403px;left:80px;text-align:left;text-align-last:left;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Py2gbJNC86QyCqQBRDSdKATyJixAVXTP { width:38px;height:38px;top:399px;left:22px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wVQKKk5TxstJc1EGCZcrqa8ziZfS46NT { width:32px;height:34.1953px;top:404px;left:27px;text-align:center;text-align-last:center;font-size:18px;line-height:1.9;font-weight:400;font-style:normal;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #J0XgK5pazthTvZE94iLT1NL4yGEf6xHs { width:320px;height:325px;top:488px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Lmk601oQai3r6JyBPny4qv92EPs9VfvX { width:320px;height:67.5938px;top:821px;left:0px;text-align:left;text-align-last:left;font-size:13px;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #xz60exicumh4GBqNhztCsprlcF5CMaxx { width:214px;height:16.8984px;top:920px;left:53px;text-align:center;text-align-last:center;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fiuVkKm1G0PMcCS3yP88bq6zCW8welNc { width:280px;height:45px;top:972px;left:20px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #aSIiTlAyU8lCmtSKenoihHr0UUXuxKbO { width:280px;height:45px;top:907px;left:20px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #i29xnTThmwJ3BFsZXBcg6oBiPi5KMsbt { width:163px;height:16.8984px;top:985px;left:79px;text-align:center;text-align-last:center;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Vs3m6KlG9JaCSrkLCRw47woDqbnEzPQM { width:280px;height:45px;top:1037px;left:20px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #y7PwepsRBTKcJ5IAfiVp8RWV23sMsZuE { width:179px;height:33.7969px;top:1041px;left:78px;text-align:center;text-align-last:center;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Dwh7vkw8GzJbhExyWbGBvpFTNQNztDGb { width:320px;height:93px;top:158px;left:0px;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #TBdTxUv9T6cCCwB22pLsB3ev9TD1ZRwE { width:320px;height:93px;top:264px;left:0px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #tv6C5UugFgiHisAsfor40QIcevyEbHkg { width:320px;height:93px;top:370px;left:0px;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa { background-color:#f0f4f8;background-image:none;display:block; }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row .container { background-color: transparent; background-image: none; }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row .container > .video-iframe-container { display: none; }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row > .video-iframe-container { display: none; }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .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); }#p7fWkMER5ZGPmW4wSto6Nfw92TgIgPKa > .row .container { width:320px;height:991px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVVD0gDzVqd4NscPeaL1fTnAoZvK452F { width:181px;height:21px;top:116.5px;left:89px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oGcesmXE05rI6kRDJTkB6S6uRVGCdT9K { width:226px;height:21px;top:205px;left:92px;font-size:14px;text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #ox2leM4Kt1ZzJ30wuKrDhgfwAVqPFp9h { width:170px;height:21px;top:294px;left:89px;font-size:14px;z-index:15046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TreMbPQe12QMup6XmQb9CWWQe3uRAS2d { width:320px;height:89px;top:444.5px;left:0px;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #ykSAsVCPR4Pz4rGUvkKtg7a1SOLJVx8b { width:184px;height:42px;top:372px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #vatCkQtoIsQ0f14QKC5D0we90X6wUDmV { width:320px;height:89px;top:182px;left:0px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #gvPONl7fEoP3LavFz6ykNH20aGeDcLsB { width:320px;height:31.1953px;top:30px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LxKk0nkfgvu4lw0cUF57SicVT8IXBc3V { width:184px;height:21px;top:472px;left:89px;font-size:14px;z-index:15048;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#1d3861;display:block; }
 }@media only screen and (max-width: 763px) { #lKn19HgsKwftKGLoXTCrAsu5SnqTxfaP { width:140px;height:191px;top:1617px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #RJOW96cFOPfldSTEEGquCCi8vPMARelO { width:140px;height:191px;top:2192px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #Ee8o4ld6dcyTc5TL4nFKeah2KViOklS2 { width:140px;height:191px;top:2764px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #v3Ht3TI909zXrb2pTfKGeLd24N2BBcJb { width:203px;height:21px;top:825.5px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #eLm5PArgrLalq0sx5SeNRRlv0KOFd8Tl { width:219px;height:21px;top:648.5px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #MJcMhm5ooeXqB9PzRLbw1guUTuqXeVAf { width:140px;height:191px;top:898px;left:90px;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #wOMqeHm7hlzMmky2qBC1Zm79rDS3Ac8t { width:140px;height:191px;top:1262px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #qw1ANybeooReTVZeWNWzQcquwIFKg7Xk { width:140px;height:191px;top:1828px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #rnZEU8r7aM4Vey1PCcXTpVNqLpSbp3sp { width:213px;height:42px;top:550px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #pUcDnJH2UQ8JfBeR1ZUTAmfvK38GgplH { width:108px;height:0;top:566px;left:147px;font-size:14px;z-index:15046;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #n1e1ywmn7MMttnT0e4qTRW8Zslf2n3H8 { width:210px;height:21px;top:740px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #iiIp0T2e265I1arJwm4TxDPycBVGP69q { width:140px;height:191px;top:2403px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #nPibByr6E0c8EIACSbqNX3z0i8Dled4N { width:140px;height:191px;top:3137px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #JRDC7P6uPgBHyPtQbV2gzNNUt3gnS0qc { width:183px;height:21px;top:913px;left:88px;font-size:14px;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #Hrv438eEZyQbp3eVclpUP68sLVQ8Z4vM { width:83px;height:83px;top:882px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sf4JT9aMHqTIZy0r2rqJD6X2cKxf3Wyk { width:320px;height:89px;top:281px;left:0px;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #Pp03tEOofHe9HX82Bm1X3tW3STFkwgM1 { width:320px;height:89px;top:379px;left:0px;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #k7VM1G5rvworzN2do1XLcIQXRRbKEi9S { width:320px;height:89px;top:477px;left:0px;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #TiTXulK45QlZGwKQcTW9r9Hfsd2aqlfM { width:320px;height:89px;top:575.5px;left:0px;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #HNVw7gchp4PIVnJmylbQ2hbtgWf9ucNi { width:320px;height:89px;top:675.5px;left:0px;z-index:15048;display:none; }
 }@media only screen and (max-width: 763px) { #h1mlLEWUiiLoEMTXrUVCKBd938nMNttP { width:320px;height:89px;top:776.5px;left:0px;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #MZPnztW9C84UVhHycgMtMgfkhRSTSXSA { width:320px;height:89px;top:878px;left:0px;z-index:15050;display:none; }
 }@media only screen and (max-width: 763px) { #ym5QVIrV6CmvgGNNF6Vzy4uyRl1FFkUW { width:320px;height:89px;top:980px;left:0px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #oMpJ4eqkfUTGtTHxTz81mHtB5rC2eHKk { width:70px;height:70px;top:92px;left:7px;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #EomxV9ofS1RI5v3clXzRybnvaInMGmLp { width:74px;height:74px;top:177px;left:4px;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #Xc11rupdSV7zTCdVBPKzAk8TrIRHa2qX { width:85px;height:84px;top:262px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FkA7aRFQo2PLz1IbxmxuG25iNqhFBNOT { width:81px;height:81px;top:353px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #txFKqadFlhIx4HrTfKByQSTz6zlFacmu { width:66px;height:66px;top:803px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #M7PxyXcaWa0NSSsCoQ5U5A6BInImBkAW { width:72px;height:71px;top:535px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fWkCC3mhgk7TTRQi1l0oqwrbbh2KkCMO { width:83px;height:82px;top:442px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ePDSklR2IB9Pia9eMBhFmNSA2vmueWbJ { width:46px;height:75px;top:713px;left:14px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QlrGexwkoQ6qTdZHRZSqLBiULB5L6Ilo { width:70px;height:86px;top:616px;left:6.5px;z-index:15062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NADi9mnUDEIWbbzS2v7iJlZc6QQw8ktF { top:92px;left:0px;width:320px;height:68px;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #v2koIevuqRrPGsql2N3En9ve3BFDAokp { top:181px;left:0px;width:320px;height:68px;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #yTaKCCiNyWL73qapTp4pdzklchLpVLMI { top:270px;left:0px;width:320px;height:68px;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #TzTdSkgSARDBiQaldTZ8Df4ZoTiaCKR0 { top:359px;left:0px;width:320px;height:68px;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #ougNaLMP5szvkGX8WzLe74LPlelQalGM { top:448px;left:0px;width:320px;height:68px;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #LlWasCyqJZItzxFBbQ5qy2nSKZ4bAx17 { top:537px;left:0px;width:320px;height:68px;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #i5gTaw4LdADh9979G4QbxHp6irGlDJtG { top:625px;left:0px;width:320px;height:68px;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #pcef9peElWmykIqWMpa4y3cGTZKc5kWJ { top:714px;left:0px;width:320px;height:68px;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #UKrOHMT62d9mQUNJizsQ7IQESZMeD5dT { top:802px;left:0px;width:320px;height:68px;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #Zla8tIIkrG5f5Stt9P2pGMlFHZTzXaal { top:890px;left:0px;width:320px;height:68px;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d4314d8a-b9f5-4e79-b19e-e84a101373c5/background_img02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K.adaptive-delivery-prevent-bg, #OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K.lazyload, #OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K.lazyloading { background-image: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container { background-color: transparent; background-image: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4a6081; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container > .video-iframe-container { display: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4a6081; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row > .video-iframe-container { display: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .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); }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container { width:320px;height:885px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTcJaBxlUaC5WgpbBwpR24Z0zuT4EW6V { width:173px;height:46.7969px;top:70px;left:73.5px;text-align:center;text-align-last:center;font-size:18px;color:#00a2ff;display:block; }
 }@media only screen and (max-width: 763px) { #cFVboTRnuUh9ODTMdTuh4oTymznFwDQT { width:295px;height:711px;top:49px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lwxzc6TAIswelhc6DMgUqd309RQZXp4i { top:80px;left:228px;width:92px;height:87px;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ZyOEShfPz01Op0AIG8zoTJtb4hS1zrUD { width:218px;height:38px;top:805.9375px;left:51px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ybVfQoRp3kmTm1sadTz9pUfxI4RVCRrG { width:265px;height:536px;top:137px;left:27px;display:block; }
 }