.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;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); }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI { position:relative;display:block; }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI { background-color: transparent; background-image: none; }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI > .row .container > .video-iframe-container { display: none; }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI > .row > .video-iframe-container { display: none; }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI > .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); }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI { border-width: 0; border-radius: 0; }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:145px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZcEIroi1tTLDLWyQKneXcV11OndF9ApB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:288px;height:86px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25px;left:35px;display:block; }
#o1RhOUnaKu5SCWg9dT97ct2NVV0mgi3m { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uah5lkHpzJJGfetqCk4Q62P1ytecT9Sc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:85px;width:300px;top:25px;left:35px;overflow:hidden;display:block; }
#GbpI7gfiqONpBzbkrmEhIX6ahTVhUBxt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125px;height:46px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:50px;left:400px;display:block; }
#W4tMV6v7l9HPJe0Szra9i2y2vG0GIoTm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#L63G0qpSb80Rwk0TmO1u4QibGur1BEiK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:46px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50px;left:535px;display:block; }
#zZ3gb8DzrK7Vrf9pGOaTmhgJHrFlX0Gs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KM1UhAVJ6PphizrUa1SrrK7TplKhpJlL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:235px;height:46px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:50px;left:750px;display:block; }
#wIWxUEKke2JpGwOGUtfRfEipqkU8011C { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SqhCHtKssFodbMebQWBR1sxzTfLW2xZw { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:57px;left:966px; }
#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009fe3;background-image:url("https://images.assets-landingi.com/uc/1ff555d0-332f-4645-b471-6982593a47bb/foldbackground01.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:14px;font-family:arial;height:600px;width:1200px;position:relative;display:block; }#r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:500px;width:430px;top:50px;left:615px;overflow:hidden;display:block; }
#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:#ffffff;display:block;width:625px;position:absolute;font-family:ubuntu;font-size:48px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:50px;left:40px;height:201.5625px;font-style:normal;display:block; }
#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { color:#ffffff;display:block;width:506px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:285px;left:40px;height:100px;font-style:normal;display:block; }#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu li:before{  }
#q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { background-color:#0d3857;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 10px 10px 50px rgba(0,120,190,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:510px;height:60px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:486px;left:40px;display:block; }
#qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ldtbx00wodObG3fquEtKRUpxiTroPbV3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:39px;width:100px;top:50px;left:1070px;overflow:hidden;display:block; }
#uBku4XSon2UkM6sxz3n86PHXVwauPKyE { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10px;left:1010px;display:none; }
#DtbCsCSRPH0EFQJV5hApHMgCeRnHhsiK { background-color:rgba(255,255,255,0.8);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:0;border-top-right-radius:0;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#c4007a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:24px;font-weight:700;font-style:italic;line-height:1;overflow:hidden;position:absolute;width:500px;height:50px;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:0px;left:610px;display:none; }
#hIId6PgVL2WUUzUPlbcxkCJ0Krx0cNht { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#T9SSyEAUHzfRolxrV4URwCHqwK0O3VOX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:81px;width:170px;top:497px;left:1010px;overflow:hidden;display:block; }
#abv7PKvSuwqbI7CbTtST6u5R2Q57FIzL { position:absolute;display:block;z-index:14997;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:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:125px;width:210px;top:475px;left:990px;display:block; }
#s3V0H2s6PBr93OTkQHxUi1R2X89an7MH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#s3V0H2s6PBr93OTkQHxUi1R2X89an7MH > .row .container { border-width: 0; border-radius: 0; }#s3V0H2s6PBr93OTkQHxUi1R2X89an7MH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3V0H2s6PBr93OTkQHxUi1R2X89an7MH > .row .container { font-size:14px;font-family:arial;height:400px;width:1200px;position:relative;display:none; }#HpmZwSDrgI28TNX1Bzrw8lNxF5HMAAG3 { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:36px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:260px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30px;left:30px;display:block; }
#N9bHZ2PrnH69c4NMH3WJEGCRbKTUEf0D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gial09DATJrFsl1IkwQkzhegdJMt88Qf { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:36px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:260px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30px;left:323px;display:block; }
#VLELalGT0d3M42d0ni0EkPFkuc30IKsl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TVcTSGOycTwxvNFKirGxcIxtT72qrTNc { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:36px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:260px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30px;left:616px;display:block; }
#ueVqeLK7mHgi5vGdrgLtTv5Te0NGhMnq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aK4pnHa8ZcAqxaUuT3QaIGKX26fVewpE { background-color:transparent;background-image:none;border-top:6px solid #c4007a;border-left:6px solid #c4007a;border-right:6px solid #c4007a;border-bottom:6px solid #c4007a;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#c4007a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:67px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:317px;left:400px;display:block; }
#apnkAE7LmeeUwNKA3SW2fFJw61x5OuZO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rK3TRqVXxJWKWa9wg3BbcyyfGniz2CpK { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:36px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:260px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30px;left:909px;display:block; }
#NpdyTsTESEqTnkwckaizVigBukdTSmiR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zb0LDG0TgcvSPZzKbKiyqzMeg4sIOuGD { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10px;left:1010px;display:none; }
#svrtbMFkuWE6xsoZrgOGbhTmwkLui1vb { background-color:rgba(255,255,255,0.8);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:0;border-top-right-radius:0;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#c4007a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:24px;font-weight:700;font-style:italic;line-height:1;overflow:hidden;position:absolute;width:500px;height:50px;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:0px;left:610px;display:none; }
#cyBca2X5dginoL1DifLrpED9EMH1Ea2P { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZPVT932ay4mQAJ0kty0vSWsOfGsCRszT { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:10px solid #ffffff;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:80px;width:80px;top:217px;left:213px;display:block; }
#Tm78PvQa91tVUzR8BTcTATDDFsGu8eIu { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:10px solid #ffffff;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:80px;width:80px;top:0px;left:357px;display:block; }
#XFyui61zB2J6mVN9EaxNEyd8sDDnNy0C { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:10px solid #ffffff;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:80px;width:80px;top:260px;left:639px;display:block; }
#U6QR5iJLQrG2tMl1KhgVASTMIvIhWkKP { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:10px solid #ffffff;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:80px;width:80px;top:211px;left:893px;display:block; }
#QS885D30Q4kM411zUXGP7Jshh6f7Nn6I { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:10px solid #ffffff;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:60px;width:60px;top:252px;left:176px;display:block; }
#o88TK06ToFyNlnrG9OwbHkTF4SEyuAdp { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:10px solid #ffffff;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:60px;width:60px;top:195px;left:457px;display:block; }
#xq7dqvTq094bcrSGbggP4gJnbkEFiAh0 { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:10px solid #ffffff;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:60px;width:60px;top:16px;left:775px;display:block; }
#BXdLl5mGBAMKIash0MUzkTrgmTqMikQR { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:10px solid #ffffff;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:60px;width:60px;top:46px;left:1120px;display:block; }
#CVZJwxhFm7KcTNcEoRPTL0BD54EitdXs { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #c4007a;border-left:10px solid #c4007a;border-right:10px solid #c4007a;border-bottom:10px solid #c4007a;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:25px;width:25px;top:46px;left:52px;display:block; }
#AkCEArnmJoo5ahoVlehDKvPCKcK8vitm { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #c4007a;border-left:10px solid #c4007a;border-right:10px solid #c4007a;border-bottom:10px solid #c4007a;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:25px;width:25px;top:195px;left:443px;display:block; }
#QeNJhLS8pWGze8PkdHTvSpm30H27ct7k { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #c4007a;border-left:10px solid #c4007a;border-right:10px solid #c4007a;border-bottom:10px solid #c4007a;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:25px;width:25px;top:215px;left:713px;display:block; }
#sT211bH6VLxlQePbqnTQaEALH2eAoyJz { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #c4007a;border-left:10px solid #c4007a;border-right:10px solid #c4007a;border-bottom:10px solid #c4007a;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:25px;width:25px;top:217px;left:961px;display:block; }
#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe { position:relative;display:block; }#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe { background-color: transparent; background-image: none; }#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe > .row .container > .video-iframe-container { display: none; }#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe > .row > .video-iframe-container { display: none; }#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe > .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); }#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe { border-width: 0; border-radius: 0; }#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:180px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LGEn6Ek8OrXRSIT9twrBpsTepFiGJ5ry { color:#0d3857;display:block;width:543px;position:absolute;font-family:ubuntu;font-size:42px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:62px;left:389px;height:54.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zzuKmTxLHlxB1uzTQVIZrA9NGRXQIFxT { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #009fe3;border-left:10px solid #009fe3;border-right:10px solid #009fe3;border-bottom:10px solid #009fe3;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:80px;width:80px;top:40px;left:269px;display:block; }
#mMVGXZDm02TB4eu91LvfIpmPi8pAfrlE { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #c4007a;border-left:10px solid #c4007a;border-right:10px solid #c4007a;border-bottom:10px solid #c4007a;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:25px;width:25px;top:100px;left:265px;display:block; }
#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t { position:relative;display:block; }#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t { background-color: transparent; background-image: none; }#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t > .row .container > .video-iframe-container { display: none; }#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t > .row > .video-iframe-container { display: none; }#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t > .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); }#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t { border-width: 0; border-radius: 0; }#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:600px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BLK7KTnsd62SKVTXbDUZrTVpXRCULmzk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:400px;width:400px;top:0px;left:0px;overflow:hidden;display:block; }
#scvwhNTbEOJpE0OzVGxRFAUTVplAKMNf { color:#0d3857;display:block;width:400px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:400px;left:0px;height:140.3907px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VzXeHtJ0QCrGk2h2g3UtJwU8iSDHRAiS { color:#0d3857;display:block;width:400px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30px;left:400px;height:140.3907px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fLLR6b5kmMZ87AqTBhb639aEH7fGp3eh { color:#0d3857;display:block;width:400px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:400px;left:800px;height:140.3907px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vKhncbNmne7pTHAZWypJJLRbe4iJN0Gd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:400px;width:400px;top:140.00003051758px;left:399.98260498047px;overflow:hidden;display:block; }
#oOVJ1hepV61cVTviwS3k1dyUIc3MrMMW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:400px;width:400px;top:30px;left:800px;overflow:hidden;display:block; }
#o8WmGWKDvcH60DR8h1dBgopI9aa3NntG { box-sizing:content-box;color:rgba(93,146,255,0.35);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:15000;top:540px;left:575px;display:block; }
#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 { position:relative;display:block; }#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 { background-color: transparent; background-image: none; }#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 > .row .container > .video-iframe-container { display: none; }#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 > .row > .video-iframe-container { display: none; }#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 > .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); }#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 { border-width: 0; border-radius: 0; }#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:180px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T11T33qnCHwUtWM23Mza1yRgzbM25X59 { color:#0d3857;display:block;width:850px;position:absolute;font-family:ubuntu;font-size:42px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:62px;left:234px;height:54.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bLRleTvzvfbgXhPwB6lKfnJhr1sSxid5 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #009fe3;border-left:10px solid #009fe3;border-right:10px solid #009fe3;border-bottom:10px solid #009fe3;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:80px;width:80px;top:40px;left:116px;display:block; }
#CTXEGgUiTemKlFN1b7QzV58OQ3MaWvZF { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #c4007a;border-left:10px solid #c4007a;border-right:10px solid #c4007a;border-bottom:10px solid #c4007a;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:25px;width:25px;top:40px;left:104px;display:block; }
#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl { position:relative;display:block; }#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl { background-color: transparent; background-image: none; }#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl > .row .container > .video-iframe-container { display: none; }#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl > .row > .video-iframe-container { display: none; }#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl > .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); }#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl { border-width: 0; border-radius: 0; }#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:240px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NSXhTsRUs57qM5tGoyJ2fUdnRxI8lDIF { position:absolute;display:block;z-index:15002;background-color:#0d3857;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:1160px;top:20px;left:20px;display:block; }
#gOrwgEnrioOspdEu8Wh2UkxBAtCgcrDS { box-sizing:content-box;color:#ffffff;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:15008;top:151px;left:1111px;display:block; }
#Dz8D8dfKAaIcNzql3VOGnEFwnED3FFl1 { color:#ffffff;display:block;width:1040px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:300;z-index:15015;line-height:1.8;letter-spacing:0;top:80px;left:80px;height:81px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#OhXte4p43tGZUzuV9WigJoV0qMd45Frr { box-sizing:content-box;color:#ffffff;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:15007;top:40px;left:40px;display:block; }
#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 { position:relative;display:block; }#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 { background-color: transparent; background-image: none; }#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 > .row .container > .video-iframe-container { display: none; }#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 > .row > .video-iframe-container { display: none; }#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 > .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); }#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 { border-width: 0; border-radius: 0; }#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:650px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VN4Ja9xmCkNs5qXRxhuSTc2r9bHLguhi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:95px;left:380px;display:block; }
#saX3CCsS9LJ3T9h0U06zgmw8UMEARvVM { position:absolute;display:block;z-index:14997;background-color:rgba(0,159,227,0.25);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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:478.976px;width:477.969px;top:120px;left:105px;display:block; }
#l3I0A0MUhvFQoge58x4aUve1c9bN2wae { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:12px solid #0d3857;border-left:12px solid #0d3857;border-right:12px solid #0d3857;border-bottom:12px solid #0d3857;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:170px;width:170px;top:40.46875px;left:289.56597900391px;display:block; }
#WMoPrl7h96NRJrkazSHkqUIRpTyxNkcX { box-sizing:content-box;color:rgba(93,146,255,0.35);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:15000;top:590px;left:575.00006103516px;display:block; }
#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { position:relative;display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { background-color: transparent; background-image: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { border-width: 0; border-radius: 0; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1200px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wap0HmALC4N573BkNE7cd5J4NG7Abmm5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:292px;width:147px;top:150px;left:932px;overflow:hidden;display:block; }
#DDQh1XUNhxkZmFuZ5DZsd8BSU4EriTU8 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:12px solid #0d3857;border-left:12px solid #0d3857;border-right:12px solid #0d3857;border-bottom:12px solid #0d3857;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:128.984px;width:128.984px;top:86px;left:862px;display:block; }
#QIqBd2DhPHm8cNrXDQGIT1eTrHtmCfPl { position:absolute;display:block;z-index:15010;background-color:rgba(0,159,227,0.5);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:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:230px;left:50px;display:block; }
#VBbM9bmn6n7F1hXPJ4ZlVPQJw81aI1Sq { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:215.00009155273px;left:60px;overflow:hidden;display:block; }
#OZapRF9RqIg21yenLGhwDqOAc7e1EH7E { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #009fe3;border-left:10px solid #009fe3;border-right:10px solid #009fe3;border-bottom:10px solid #009fe3;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:80px;width:80px;top:40px;left:240px;display:block; }
#uQgTlKkqh471MSN2uqu3aleCC8XS1rWC { color:#0d3857;display:block;width:757.969px;position:absolute;font-family:ubuntu;font-size:42px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:61.97900390625px;left:359.98260498047px;height:54.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zD2H7hkECffpU2qZefmtAI4HVysf7fw9 { color:#0d3857;display:block;width:247px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:233px;left:160px;height:64px;font-style:normal;display:block; }
#xnxF4Z1rl39fZKUg0lHE5RZdlxckfQFm { position:absolute;display:block;z-index:15014;background-color:rgba(0,159,227,0.5);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:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:360px;left:50px;display:block; }
#Ag5JNVOdGQt1ukhTElE69wuLIufrr9lt { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:345px;left:60px;overflow:hidden;display:block; }
#iwbWfrDvxffhdiPtefIRDgTr5VMLoNVC { color:#0d3857;display:block;width:222px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:363px;left:160px;height:64px;font-style:normal;display:block; }
#wH4O2VWqVPsXip0wTaAg7OpkwuVuZ3b5 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:475px;left:517px;overflow:hidden;display:block; }
#Z0uXiRMn19CuWQ9DOJVOoai9Xoo3taly { position:absolute;display:block;z-index:15018;background-color:rgba(0,159,227,0.5);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:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:490px;left:507px;display:block; }
#fd7vTMdTTW6QKTlL4yDTVGZrrht4723H { color:#0d3857;display:block;width:148px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:493px;left:617px;height:64px;font-style:normal;display:block; }
#cy6mPtshMwILyq0kUgSKhgfARWrykevW { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:12px solid #0d3857;border-left:12px solid #0d3857;border-right:12px solid #0d3857;border-bottom:12px solid #0d3857;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:128.969px;width:128.969px;top:1003px;left:283px;display:block; }
#aCoLMuuVkz8ZBIgM4WAKSzu71hcrqgOl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:450px;width:300px;top:664px;left:63px;overflow:hidden;display:block; }
#mhfIelM8xXMcosTionvL83BXsGKswu3T { position:absolute;display:block;z-index:15014;background-color:rgba(0,159,227,0.5);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:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:230px;left:507px;display:block; }
#RUTut5AlV2r20TeNPHNKW1oxGG9Le2cq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:215px;left:517px;overflow:hidden;display:block; }
#GRRp3gGt2UEUhnNCwrnMpWo5pKnIkW3q { color:#0d3857;display:block;width:135px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:233px;left:617px;height:64px;font-style:normal;display:block; }
#XPvFcUHw9S3BynZIyAKedike3154wnIg { position:absolute;display:block;z-index:15018;background-color:rgba(0,159,227,0.5);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:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:880px;left:507px;display:block; }
#EmAi1ceq9lB7vC6uKZEZn9FWEvZrGpUX { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:120px;width:120px;top:855px;left:507px;overflow:hidden;display:block; }
#boFHaS4xT0dUxBP8FFGvUQTZOADFfiCh { color:#0d3857;display:block;width:316px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:899px;left:617px;height:32px;font-style:normal;display:block; }
#Rspc7PCr8lW2U9gS40KNS9tdiZIZdPm1 { position:absolute;display:block;z-index:15018;background-color:rgba(0,159,227,0.5);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:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:620px;left:507px;display:block; }
#OwBaQTQnFwRMsmQLuTi3TiQMx5lnsUFe { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:605px;left:517px;overflow:hidden;display:block; }
#SE5ghP4ioz3eKS3RKZBC7CAR8Oid0zkB { color:#0d3857;display:block;width:199px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:623px;left:617px;height:64px;font-style:normal;display:block; }
#UwNEx1t8BC6D8eEFxd8uwbfvt19DDL44 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:605px;left:926px;overflow:hidden;display:block; }
#RpiHPTlaFwxLecTzJn0xLUlB4yGkXzGp { position:absolute;display:block;z-index:15022;background-color:rgba(0,159,227,0.5);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:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:620px;left:916px;display:block; }
#VlrkpS9Jep85dsS34yKxrVHECs3WitPz { color:#0d3857;display:block;width:115px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:623px;left:1026px;height:64px;font-style:normal;display:block; }
#P7WNAm1dUAPwVawRrzbwUxKSpTUy6KB8 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:735px;left:926px;overflow:hidden;display:block; }
#Itog3f3p74DUD9EnITgXi4PMJkc6gfdt { position:absolute;display:block;z-index:15026;background-color:rgba(0,159,227,0.5);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:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:750px;left:916px;display:block; }
#zbCS4mpitWSzLzOIZFXFa7r7H1BhcVeA { color:#0d3857;display:block;width:82px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:753px;left:1025px;height:64px;font-style:normal;display:block; }
#MRtesadNT3uaST8PA9sTJorNw4fyvTFV { box-sizing:content-box;color:rgba(93,146,255,0.35);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:15002;top:1140px;left:575px;display:block; }
#AvTn4QdckJP0oXwLD5rprlMs2kZvsnFR { box-sizing:content-box;color:#5d92ff;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:15000;display:none; }
#PDUrtTyPndAqIFZDTy0GkdmkVvn4rGeH { position:absolute;display:block;z-index:15026;background-color:rgba(0,159,227,0.5);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:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:360px;left:507px;display:block; }
#xbWBBSnzpTRlfxglEEXbb2r6ECtQSbFz { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:345px;left:517px;overflow:hidden;display:block; }
#rKEuIDnQIxzdaG3IVax6TD49kE7wkOky { color:#0d3857;display:block;width:105px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:363px;left:616px;height:64px;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; }
#upTlVVTsL7TKTrtgOQqhMG0DdJzKoMJP { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:750px;left:507px;overflow:hidden;display:block; }
#TRWKiKdPwApqD4fhOybtLIMAhKPVqQx6 { position:absolute;display:block;z-index:15038;background-color:rgba(0,159,227,0.5);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:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:750px;left:507px;display:block; }
#SvIXReyvcFlLu1RcytAcnoWiBGcuLMfN { color:#0d3857;display:block;width:232px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:753px;left:613px;height:64px;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; }
#mcPrLHcaL8CA5Rani4ZPIbGBXICyoHv6 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:100px;width:100px;top:475px;left:60px;overflow:hidden;display:block; }
#pmKhLTHbT9KymCDwmOTSsBwDyXhltilB { position:absolute;display:block;z-index:15030;background-color:rgba(0,159,227,0.5);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:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:490px;left:50px;display:block; }
#c3BWc0LebyRBXKKks1qHuo2WqNLH7Nsc { color:#0d3857;display:block;width:172px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:493px;left:161px;height:64px;font-style:normal;display:block; }
#l2lBAB8az6HmhWtrp074n81NZaD2suee { position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #c4007a;border-left:10px solid #c4007a;border-right:10px solid #c4007a;border-bottom:10px solid #c4007a;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:25px;width:25px;top:109px;left:292px;display:block; }
#vDmoTm9PtpnxJ9lO8yNhtMXvIrvCalmy { position:absolute;display:block;z-index:15018;background-color:rgba(0,159,227,0.35);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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:194px;width:195px;top:921px;left:968.5px;display:block; }
#HJy6sOkp6GFkCzqHMFlroBMS9wOTg4Zx { position:absolute;display:block;z-index:15019;background-color:rgba(0,159,227,0.35);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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:78px;width:78px;top:1078.96875px;left:891.5px;display:block; }
#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK { position:relative;display:block; }#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK { background-color: transparent; background-image: none; }#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK > .row .container > .video-iframe-container { display: none; }#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK > .row > .video-iframe-container { display: none; }#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK > .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); }#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK { border-width: 0; border-radius: 0; }#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:159px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ku3zt1XOGBH03b10i5sxgmNz27cBgB12 { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #009fe3;border-left:10px solid #009fe3;border-right:10px solid #009fe3;border-bottom:10px solid #009fe3;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:80px;width:80px;top:24px;left:144px;display:block; }
#kg1E6PEQI6yaTddk2svVRBE5JOoSgi9k { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #c4007a;border-left:10px solid #c4007a;border-right:10px solid #c4007a;border-bottom:10px solid #c4007a;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:25px;width:25px;top:34px;left:125px;display:block; }
#TtSZRyULLHUN6TJoP7V4OTeN37f6eVmt { color:#0d3857;display:block;width:832px;position:absolute;font-family:ubuntu;font-size:42px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:47px;left:264px;height:54.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk { position:relative;display:block; }#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk { background-color: transparent; background-image: none; }#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk > .row .container > .video-iframe-container { display: none; }#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk > .row > .video-iframe-container { display: none; }#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk > .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); }#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk { border-width: 0; border-radius: 0; }#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:125px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A7zU4vykN0hsr7mzFfKGGi2VwAHLsHxI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:77px;width:250px;top:24px;left:75px;overflow:hidden;display:block; }
#gMlPKFMlL8fBbCh2fX0dBytmG9AdVWvO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:51px;width:250px;top:37px;left:475px;overflow:hidden;display:block; }
#pfQm4neFDhACQGsoTg5gohaadJHkcGlk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:106px;width:250px;top:9.5px;left:875px;overflow:hidden;display:block; }
#txpot2bkMsU06HdlxH14OlCvIr7ogTzW { position:relative;display:block; }#txpot2bkMsU06HdlxH14OlCvIr7ogTzW { background-color: transparent; background-image: none; }#txpot2bkMsU06HdlxH14OlCvIr7ogTzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txpot2bkMsU06HdlxH14OlCvIr7ogTzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txpot2bkMsU06HdlxH14OlCvIr7ogTzW > .row .container > .video-iframe-container { display: none; }#txpot2bkMsU06HdlxH14OlCvIr7ogTzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txpot2bkMsU06HdlxH14OlCvIr7ogTzW > .row > .video-iframe-container { display: none; }#txpot2bkMsU06HdlxH14OlCvIr7ogTzW > .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); }#txpot2bkMsU06HdlxH14OlCvIr7ogTzW { border-width: 0; border-radius: 0; }#txpot2bkMsU06HdlxH14OlCvIr7ogTzW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#txpot2bkMsU06HdlxH14OlCvIr7ogTzW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:125px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#usf92pw6yywakzpNpOEyZ4o3Nt502GHF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:72px;width:250px;top:26.5px;left:75px;overflow:hidden;display:block; }
#zybZLrPaUeUx1qLBi4BR1hzyZxRa0CMD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:250px;top:22.5px;left:475px;overflow:hidden;display:block; }
#okWrqXeXK75eo0TheKWUUlNW9M4eFySi { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:74px;width:250px;top:25.5px;left:875px;overflow:hidden;display:block; }
#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME { position:relative;display:block; }#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME { background-color: transparent; background-image: none; }#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME > .row .container > .video-iframe-container { display: none; }#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME > .row > .video-iframe-container { display: none; }#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME > .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); }#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME { border-width: 0; border-radius: 0; }#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:125px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZfsTS7rF7enZWiNvTuiPApaMTfobud4q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:75px;width:250px;top:25px;left:75px;overflow:hidden;display:block; }
#FcpVSG2RqFh8GNouxeHwp24CHDGvoeTV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:125px;width:250px;top:0px;left:475px;overflow:hidden;display:block; }
#d8ATL3s0DOmuJmRM1dpoz9qzboJGJJuc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:82px;width:250px;top:21.5px;left:875px;overflow:hidden;display:block; }
#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d { position:relative;display:block; }#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d { background-color: transparent; background-image: none; }#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d > .row .container > .video-iframe-container { display: none; }#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d > .row > .video-iframe-container { display: none; }#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d > .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); }#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d { border-width: 0; border-radius: 0; }#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:70px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hb1NefbvHg3ouZ8hDIaZWBlKBVlzQ3KF { box-sizing:content-box;color:rgba(93,146,255,0.35);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:15003;top:10px;left:575px;display:block; }
#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 { position:relative;display:block; }#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 { background-color: transparent; background-image: none; }#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 > .row .container > .video-iframe-container { display: none; }#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 > .row > .video-iframe-container { display: none; }#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 > .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); }#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 { border-width: 0; border-radius: 0; }#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:700px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V0bfaPxu2owkKyTOQhUQxXQM0AiMEdat { position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #009fe3;border-left:10px solid #009fe3;border-right:10px solid #009fe3;border-bottom:10px solid #009fe3;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:80px;width:80px;top:40px;left:90px;display:block; }
#n0T7M4XdresqS7TB0o1daT7fo4qTurkD { position:absolute;display:block;z-index:15018;background-color:rgba(0,159,227,0.25);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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:60px;width:61.9688px;top:447.40625px;left:190px;display:block; }
#bVHdI7vMGOvnOCOAJHRkxVrBKvl5lvyk { position:absolute;display:block;z-index:15017;background-color:rgba(0,159,227,0.35);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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:246.984px;width:247.984px;top:414.40625px;left:264.078125px;display:block; }
#PQmq8WFt6C5Sn6bAUFPITUQPKXk2fZgk { color:#0d3857;display:block;width:832px;position:absolute;font-family:ubuntu;font-size:42px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:63px;left:210px;height:54.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q3TzwNoOlMZ89MNpWQmZqdMwBoTLNAU2 { position:absolute;display:block;z-index:15016;background-color:rgba(0,159,227,0.5);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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:478.976px;width:477.969px;top:156.40625px;left:500px;display:block; }
#xruLTBsHskH3T0Ig8GZLI40S4tFSFshL { box-sizing:content-box;color:rgba(93,146,255,0.35);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:15025;top:640px;left:575px;display:block; }
#S4pwr30x53zG9iSoOClW4nQDX1CLGMWl { box-sizing:content-box;color:#5d92ff;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:15000;display:none; }
#Zb4zZwNustg76AX0wsiPTuCnTiVKJWnM { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:458px;width:658px;top:232px;left:373.515625px;overflow:hidden;display:block; }
#DpteCOkvlwidC3aB33L6hbVzOTM0xiIQ { position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #c4007a;border-left:10px solid #c4007a;border-right:10px solid #c4007a;border-bottom:10px solid #c4007a;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:25px;width:25px;top:114px;left:106px;display:block; }
#uL70bI25CqqTNA8dnWC8wgDQiRQP8yfB { color:#0d3857;display:block;width:183px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:321.40625px;left:283.078125px;height:57.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qOF4OFk8BkrktLR5dcSc5kGL4Rh7EXFz { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:150px;top:545px;left:90px;overflow:hidden;display:block; }
#aBenmuh6Q2JUtAhkmOQhvy6QJLMBsUiI { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:147px;top:600px;left:90px;overflow:hidden;display:block; }
#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009fe3;background-image:url("https://images.assets-landingi.com/uc/07a3f28f-dca9-4bb8-8df2-fa4f0bceb140/endodpagebackground05.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX.adaptive-delivery-prevent-bg, #LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX.lazyload, #LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX.lazyloading { background-image: none; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row .container { background-color: transparent; background-image: none; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row .container > .video-iframe-container { display: none; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row > .video-iframe-container { display: none; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .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); }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row .container { border-width: 0; border-radius: 0; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row .container { font-size:14px;font-family:arial;height:400px;width:1200px;position:relative;display:block; }#D2TOhHhLt2ABaSAuwnGTwnECw7ZxvDDm { color:#ffffff;display:block;width:429px;position:absolute;font-family:ubuntu;font-size:42px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:102px;left:620px;height:54.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QE28NJV8Bcf3OuVCivdUqnmSTsL39xEv { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:10px solid #ffffff;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:80px;width:80px;top:80px;left:500px;display:block; }
#JwzBhtFARBRmskxcaC8USZU0uxhnpPGw { box-sizing:content-box;color:rgba(255,255,255,0.25);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:15004;top:340px;left:575px;display:block; }
#MJp0woT2vTtTTmyTOrexdV0E5G8cvL1v { background-color:transparent;background-image:none;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:600px;height:76px;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:250px;left:460px;display:block; }
#DSlf8DXHgayX1gTvCZFTbU8DyLnzLPqb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PrJ90iREpFZn5reOZHSR4NxAecTVy6Zt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:400px;width:400px;top:0px;left:60px;overflow:hidden;display:block; }
#iZL6W2Te8mprPdT0HyP8eAfW4CTTlmQ1 { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #c4007a;border-left:10px solid #c4007a;border-right:10px solid #c4007a;border-bottom:10px solid #c4007a;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:25px;width:25px;top:90px;left:486px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI { display:block; }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcEIroi1tTLDLWyQKneXcV11OndF9ApB { width:288px;height:86px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o1RhOUnaKu5SCWg9dT97ct2NVV0mgi3m { display:block; }
 }@media only screen and (max-width: 763px) { #uah5lkHpzJJGfetqCk4Q62P1ytecT9Sc { top:25px;left:0px;width:300px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #GbpI7gfiqONpBzbkrmEhIX6ahTVhUBxt { width:125px;height:46px;top:50px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #W4tMV6v7l9HPJe0Szra9i2y2vG0GIoTm { display:block; }
 }@media only screen and (max-width: 763px) { #L63G0qpSb80Rwk0TmO1u4QibGur1BEiK { width:205px;height:46px;top:50px;left:317px;display:block; }
 }@media only screen and (max-width: 763px) { #zZ3gb8DzrK7Vrf9pGOaTmhgJHrFlX0Gs { display:block; }
 }@media only screen and (max-width: 763px) { #KM1UhAVJ6PphizrUa1SrrK7TplKhpJlL { width:235px;height:46px;top:50px;left:529px;display:block; }
 }@media only screen and (max-width: 763px) { #wIWxUEKke2JpGwOGUtfRfEipqkU8011C { display:block; }
 }@media only screen and (max-width: 763px) { #SqhCHtKssFodbMebQWBR1sxzTfLW2xZw { top:57px;left:734px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { top:50px;left:289px;width:430px;height:500px;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:50px;left:0px;width:625px;height:201px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { top:285px;left:0px;width:506px;height:100px;font-size:20px;display:block; }#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu li:before{  }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:510px;height:60px;top:486px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #ldtbx00wodObG3fquEtKRUpxiTroPbV3 { top:50px;left:664px;width:100px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #uBku4XSon2UkM6sxz3n86PHXVwauPKyE { top:10px;left:734px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #DtbCsCSRPH0EFQJV5hApHMgCeRnHhsiK { width:500px;height:50px;top:0px;left:264px;display:block; }
 }@media only screen and (max-width: 763px) { #hIId6PgVL2WUUzUPlbcxkCJ0Krx0cNht { display:block; }
 }@media only screen and (max-width: 763px) { #T9SSyEAUHzfRolxrV4URwCHqwK0O3VOX { top:497px;left:594px;width:170px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #abv7PKvSuwqbI7CbTtST6u5R2Q57FIzL { top:475px;left:554px;width:210px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #s3V0H2s6PBr93OTkQHxUi1R2X89an7MH { display:block; }#s3V0H2s6PBr93OTkQHxUi1R2X89an7MH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpmZwSDrgI28TNX1Bzrw8lNxF5HMAAG3 { width:260px;height:260px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N9bHZ2PrnH69c4NMH3WJEGCRbKTUEf0D { display:block; }
 }@media only screen and (max-width: 763px) { #gial09DATJrFsl1IkwQkzhegdJMt88Qf { width:260px;height:260px;top:30px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #VLELalGT0d3M42d0ni0EkPFkuc30IKsl { display:block; }
 }@media only screen and (max-width: 763px) { #TVcTSGOycTwxvNFKirGxcIxtT72qrTNc { width:260px;height:260px;top:30px;left:398px;display:block; }
 }@media only screen and (max-width: 763px) { #ueVqeLK7mHgi5vGdrgLtTv5Te0NGhMnq { display:block; }
 }@media only screen and (max-width: 763px) { #aK4pnHa8ZcAqxaUuT3QaIGKX26fVewpE { width:400px;height:67px;top:317px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #apnkAE7LmeeUwNKA3SW2fFJw61x5OuZO { display:block; }
 }@media only screen and (max-width: 763px) { #rK3TRqVXxJWKWa9wg3BbcyyfGniz2CpK { width:260px;height:260px;top:30px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #NpdyTsTESEqTnkwckaizVigBukdTSmiR { display:block; }
 }@media only screen and (max-width: 763px) { #zb0LDG0TgcvSPZzKbKiyqzMeg4sIOuGD { top:10px;left:734px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #svrtbMFkuWE6xsoZrgOGbhTmwkLui1vb { width:500px;height:50px;top:0px;left:264px;display:block; }
 }@media only screen and (max-width: 763px) { #cyBca2X5dginoL1DifLrpED9EMH1Ea2P { display:block; }
 }@media only screen and (max-width: 763px) { #ZPVT932ay4mQAJ0kty0vSWsOfGsCRszT { top:217px;left:0px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #Tm78PvQa91tVUzR8BTcTATDDFsGu8eIu { top:0px;left:139px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #XFyui61zB2J6mVN9EaxNEyd8sDDnNy0C { top:260px;left:421px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #U6QR5iJLQrG2tMl1KhgVASTMIvIhWkKP { top:211px;left:664px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #QS885D30Q4kM411zUXGP7Jshh6f7Nn6I { top:252px;left:0px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #o88TK06ToFyNlnrG9OwbHkTF4SEyuAdp { top:195px;left:239px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #xq7dqvTq094bcrSGbggP4gJnbkEFiAh0 { top:16px;left:557px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #BXdLl5mGBAMKIash0MUzkTrgmTqMikQR { top:46px;left:684px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #CVZJwxhFm7KcTNcEoRPTL0BD54EitdXs { top:46px;left:0px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #AkCEArnmJoo5ahoVlehDKvPCKcK8vitm { top:195px;left:225px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QeNJhLS8pWGze8PkdHTvSpm30H27ct7k { top:215px;left:495px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #sT211bH6VLxlQePbqnTQaEALH2eAoyJz { top:217px;left:718px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe { display:block; }#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGEn6Ek8OrXRSIT9twrBpsTepFiGJ5ry { top:62px;left:171px;width:543px;height:54px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zzuKmTxLHlxB1uzTQVIZrA9NGRXQIFxT { top:40px;left:51px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #mMVGXZDm02TB4eu91LvfIpmPi8pAfrlE { top:100px;left:47px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t { display:block; }#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLK7KTnsd62SKVTXbDUZrTVpXRCULmzk { top:0px;left:0px;width:400px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #scvwhNTbEOJpE0OzVGxRFAUTVplAKMNf { top:400px;left:0px;width:400px;height:140px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #VzXeHtJ0QCrGk2h2g3UtJwU8iSDHRAiS { top:30px;left:108px;width:400px;height:140px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #fLLR6b5kmMZ87AqTBhb639aEH7fGp3eh { top:400px;left:362px;width:400px;height:140px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vKhncbNmne7pTHAZWypJJLRbe4iJN0Gd { top:140px;left:0px;width:400px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #oOVJ1hepV61cVTviwS3k1dyUIc3MrMMW { top:30px;left:362px;width:400px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #o8WmGWKDvcH60DR8h1dBgopI9aa3NntG { top:540px;left:356px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 { display:block; }#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T11T33qnCHwUtWM23Mza1yRgzbM25X59 { top:62px;left:0px;width:764px;height:54px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #bLRleTvzvfbgXhPwB6lKfnJhr1sSxid5 { top:40px;left:0px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #CTXEGgUiTemKlFN1b7QzV58OQ3MaWvZF { top:40px;left:0px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl { display:block; }#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSXhTsRUs57qM5tGoyJ2fUdnRxI8lDIF { top:20px;left:0px;width:764px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #gOrwgEnrioOspdEu8Wh2UkxBAtCgcrDS { top:151px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Dz8D8dfKAaIcNzql3VOGnEFwnED3FFl1 { top:80px;left:0px;width:764px;height:81px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #OhXte4p43tGZUzuV9WigJoV0qMd45Frr { top:40px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 { display:block; }#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VN4Ja9xmCkNs5qXRxhuSTc2r9bHLguhi { top:95px;left:124px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #saX3CCsS9LJ3T9h0U06zgmw8UMEARvVM { top:120px;left:0px;width:477px;height:478px;display:block; }
 }@media only screen and (max-width: 763px) { #l3I0A0MUhvFQoge58x4aUve1c9bN2wae { top:40px;left:71.565979003906px;width:170px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #WMoPrl7h96NRJrkazSHkqUIRpTyxNkcX { top:590px;left:357.00006103516px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wap0HmALC4N573BkNE7cd5J4NG7Abmm5 { top:150px;left:617px;width:147px;height:292px;display:block; }
 }@media only screen and (max-width: 763px) { #DDQh1XUNhxkZmFuZ5DZsd8BSU4EriTU8 { top:86px;left:612px;width:128px;height:128px;display:block; }
 }@media only screen and (max-width: 763px) { #QIqBd2DhPHm8cNrXDQGIT1eTrHtmCfPl { top:230px;left:0px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #VBbM9bmn6n7F1hXPJ4ZlVPQJw81aI1Sq { top:215px;left:0px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #OZapRF9RqIg21yenLGhwDqOAc7e1EH7E { top:40px;left:22px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #uQgTlKkqh471MSN2uqu3aleCC8XS1rWC { top:61px;left:7px;width:757px;height:54px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zD2H7hkECffpU2qZefmtAI4HVysf7fw9 { top:233px;left:0px;width:247px;height:96px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xnxF4Z1rl39fZKUg0lHE5RZdlxckfQFm { top:360px;left:0px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #Ag5JNVOdGQt1ukhTElE69wuLIufrr9lt { top:345px;left:0px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #iwbWfrDvxffhdiPtefIRDgTr5VMLoNVC { top:363px;left:0px;width:222px;height:64px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wH4O2VWqVPsXip0wTaAg7OpkwuVuZ3b5 { top:475px;left:299px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0uXiRMn19CuWQ9DOJVOoai9Xoo3taly { top:490px;left:289px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #fd7vTMdTTW6QKTlL4yDTVGZrrht4723H { top:493px;left:399px;width:148px;height:64px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cy6mPtshMwILyq0kUgSKhgfARWrykevW { top:1003px;left:65px;width:128px;height:128px;display:block; }
 }@media only screen and (max-width: 763px) { #aCoLMuuVkz8ZBIgM4WAKSzu71hcrqgOl { top:664px;left:0px;width:300px;height:450px;display:block; }
 }@media only screen and (max-width: 763px) { #mhfIelM8xXMcosTionvL83BXsGKswu3T { top:230px;left:289px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #RUTut5AlV2r20TeNPHNKW1oxGG9Le2cq { top:215px;left:299px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #GRRp3gGt2UEUhnNCwrnMpWo5pKnIkW3q { top:233px;left:399px;width:135px;height:64px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XPvFcUHw9S3BynZIyAKedike3154wnIg { top:880px;left:289px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #EmAi1ceq9lB7vC6uKZEZn9FWEvZrGpUX { top:855px;left:289px;width:120px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #boFHaS4xT0dUxBP8FFGvUQTZOADFfiCh { top:899px;left:399px;width:316px;height:32px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Rspc7PCr8lW2U9gS40KNS9tdiZIZdPm1 { top:620px;left:289px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #OwBaQTQnFwRMsmQLuTi3TiQMx5lnsUFe { top:605px;left:299px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #SE5ghP4ioz3eKS3RKZBC7CAR8Oid0zkB { top:623px;left:399px;width:199px;height:64px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UwNEx1t8BC6D8eEFxd8uwbfvt19DDL44 { top:605px;left:664px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #RpiHPTlaFwxLecTzJn0xLUlB4yGkXzGp { top:620px;left:694px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #VlrkpS9Jep85dsS34yKxrVHECs3WitPz { top:623px;left:649px;width:115px;height:64px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #P7WNAm1dUAPwVawRrzbwUxKSpTUy6KB8 { top:735px;left:664px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #Itog3f3p74DUD9EnITgXi4PMJkc6gfdt { top:750px;left:694px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #zbCS4mpitWSzLzOIZFXFa7r7H1BhcVeA { top:753px;left:682px;width:82px;height:64px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MRtesadNT3uaST8PA9sTJorNw4fyvTFV { top:1140px;left:357px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #AvTn4QdckJP0oXwLD5rprlMs2kZvsnFR { display:none; }
 }@media only screen and (max-width: 763px) { #PDUrtTyPndAqIFZDTy0GkdmkVvn4rGeH { top:360px;left:289px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #xbWBBSnzpTRlfxglEEXbb2r6ECtQSbFz { top:345px;left:299px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #rKEuIDnQIxzdaG3IVax6TD49kE7wkOky { top:363px;left:398px;width:105px;height:64px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #upTlVVTsL7TKTrtgOQqhMG0DdJzKoMJP { top:750px;left:289px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #TRWKiKdPwApqD4fhOybtLIMAhKPVqQx6 { top:750px;left:289px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #SvIXReyvcFlLu1RcytAcnoWiBGcuLMfN { top:753px;left:395px;width:232px;height:64px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #mcPrLHcaL8CA5Rani4ZPIbGBXICyoHv6 { top:475px;left:0px;width:100px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #pmKhLTHbT9KymCDwmOTSsBwDyXhltilB { top:490px;left:0px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #c3BWc0LebyRBXKKks1qHuo2WqNLH7Nsc { top:493px;left:0px;width:172px;height:64px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #l2lBAB8az6HmhWtrp074n81NZaD2suee { top:109px;left:74px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #vDmoTm9PtpnxJ9lO8yNhtMXvIrvCalmy { top:921px;left:569px;width:195px;height:194px;display:block; }
 }@media only screen and (max-width: 763px) { #HJy6sOkp6GFkCzqHMFlroBMS9wOTg4Zx { top:1078px;left:673.5px;width:78px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK { display:block; }#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku3zt1XOGBH03b10i5sxgmNz27cBgB12 { top:24px;left:0px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #kg1E6PEQI6yaTddk2svVRBE5JOoSgi9k { top:34px;left:0px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TtSZRyULLHUN6TJoP7V4OTeN37f6eVmt { top:47px;left:0px;width:764px;height:54px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk { display:block; }#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7zU4vykN0hsr7mzFfKGGi2VwAHLsHxI { top:24px;left:2px;width:250px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #gMlPKFMlL8fBbCh2fX0dBytmG9AdVWvO { top:37px;left:256px;width:250px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #pfQm4neFDhACQGsoTg5gohaadJHkcGlk { top:9px;left:510px;width:250px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #txpot2bkMsU06HdlxH14OlCvIr7ogTzW { display:block; }#txpot2bkMsU06HdlxH14OlCvIr7ogTzW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usf92pw6yywakzpNpOEyZ4o3Nt502GHF { top:26px;left:2px;width:250px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #zybZLrPaUeUx1qLBi4BR1hzyZxRa0CMD { top:22px;left:256px;width:250px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #okWrqXeXK75eo0TheKWUUlNW9M4eFySi { top:25px;left:510px;width:250px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME { display:block; }#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfsTS7rF7enZWiNvTuiPApaMTfobud4q { top:25px;left:2px;width:250px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #FcpVSG2RqFh8GNouxeHwp24CHDGvoeTV { top:0px;left:256px;width:250px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #d8ATL3s0DOmuJmRM1dpoz9qzboJGJJuc { top:21px;left:510px;width:250px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #wG0t5q11p4zodWGC2DGqU5zKT6foxC3d { display:block; }#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb1NefbvHg3ouZ8hDIaZWBlKBVlzQ3KF { top:10px;left:357px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 { display:block; }#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0bfaPxu2owkKyTOQhUQxXQM0AiMEdat { top:40px;left:0px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #n0T7M4XdresqS7TB0o1daT7fo4qTurkD { top:447px;left:0px;width:61px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #bVHdI7vMGOvnOCOAJHRkxVrBKvl5lvyk { top:414px;left:46.078125px;width:247px;height:246px;display:block; }
 }@media only screen and (max-width: 763px) { #PQmq8WFt6C5Sn6bAUFPITUQPKXk2fZgk { top:63px;left:0px;width:764px;height:55px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Q3TzwNoOlMZ89MNpWQmZqdMwBoTLNAU2 { top:156px;left:282px;width:477px;height:478px;display:block; }
 }@media only screen and (max-width: 763px) { #xruLTBsHskH3T0Ig8GZLI40S4tFSFshL { top:640px;left:357px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #S4pwr30x53zG9iSoOClW4nQDX1CLGMWl { display:none; }
 }@media only screen and (max-width: 763px) { #Zb4zZwNustg76AX0wsiPTuCnTiVKJWnM { top:232px;left:106px;width:658px;height:458px;display:block; }
 }@media only screen and (max-width: 763px) { #DpteCOkvlwidC3aB33L6hbVzOTM0xiIQ { top:114px;left:0px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #uL70bI25CqqTNA8dnWC8wgDQiRQP8yfB { top:321px;left:65.078125px;width:183px;height:57px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qOF4OFk8BkrktLR5dcSc5kGL4Rh7EXFz { top:545px;left:0px;width:150px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #aBenmuh6Q2JUtAhkmOQhvy6QJLMBsUiI { top:600px;left:0px;width:147px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX { display:block; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2TOhHhLt2ABaSAuwnGTwnECw7ZxvDDm { top:102px;left:335px;width:429px;height:55px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #QE28NJV8Bcf3OuVCivdUqnmSTsL39xEv { top:80px;left:282px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #JwzBhtFARBRmskxcaC8USZU0uxhnpPGw { top:340px;left:357px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #MJp0woT2vTtTTmyTOrexdV0E5G8cvL1v { width:600px;height:76px;top:250px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #DSlf8DXHgayX1gTvCZFTbU8DyLnzLPqb { display:block; }
 }@media only screen and (max-width: 763px) { #PrJ90iREpFZn5reOZHSR4NxAecTVy6Zt { top:0px;left:0px;width:400px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #iZL6W2Te8mprPdT0HyP8eAfW4CTTlmQ1 { top:90px;left:268px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI { display:block; }#MWCS6qzIZTKG8OUp74BLtWAyhpGC2wuI > .row .container { width:320px;height:470px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcEIroi1tTLDLWyQKneXcV11OndF9ApB { width:300px;height:80px;top:0px;left:10px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:50px;border-bottom-right-radius:50px;display:block; }
 }@media only screen and (max-width: 763px) { #o1RhOUnaKu5SCWg9dT97ct2NVV0mgi3m { display:block; }
 }@media only screen and (max-width: 763px) { #uah5lkHpzJJGfetqCk4Q62P1ytecT9Sc { width:300px;height:85px;top:100px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #GbpI7gfiqONpBzbkrmEhIX6ahTVhUBxt { width:125px;height:46px;top:205px;left:97px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #W4tMV6v7l9HPJe0Szra9i2y2vG0GIoTm { display:block; }
 }@media only screen and (max-width: 763px) { #L63G0qpSb80Rwk0TmO1u4QibGur1BEiK { width:205px;height:46px;top:271px;left:57px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zZ3gb8DzrK7Vrf9pGOaTmhgJHrFlX0Gs { display:block; }
 }@media only screen and (max-width: 763px) { #KM1UhAVJ6PphizrUa1SrrK7TplKhpJlL { width:235px;height:46px;top:337px;left:42px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #wIWxUEKke2JpGwOGUtfRfEipqkU8011C { display:block; }
 }@media only screen and (max-width: 763px) { #SqhCHtKssFodbMebQWBR1sxzTfLW2xZw { display:flex;width:30px;height:30px;top:403px;left:145px; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:#042048;background-image:url("https://images.assets-landingi.com/uc/a9753f05-bfad-43b6-818c-52a69f4e17ac/foldbackgroundmobile04.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:320px;height:955px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { width:270px;height:315px;top:390px;left:10px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:260px;height:84px;top:210px;left:30px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { width:305px;height:60.3906px;top:309.625px;left:9px;font-size:12px;text-align:left;text-align-last:left;line-height:1.4;display:block; }#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu li:before{  }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:300px;height:50px;top:740px;left:10px;z-index:15011;font-size:12px;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #ldtbx00wodObG3fquEtKRUpxiTroPbV3 { width:70px;height:28px;top:673px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #uBku4XSon2UkM6sxz3n86PHXVwauPKyE { display:flex;width:30px;height:30px;top:90px;left:290px;display:none; }
 }@media only screen and (max-width: 763px) { #DtbCsCSRPH0EFQJV5hApHMgCeRnHhsiK { width:304px;height:50px;top:80px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #hIId6PgVL2WUUzUPlbcxkCJ0Krx0cNht { display:block; }
 }@media only screen and (max-width: 763px) { #T9SSyEAUHzfRolxrV4URwCHqwK0O3VOX { width:123px;height:59px;top:10px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #abv7PKvSuwqbI7CbTtST6u5R2Q57FIzL { width:210px;height:125px;top:810px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #s3V0H2s6PBr93OTkQHxUi1R2X89an7MH { background-color:#042048;background-image:url("https://images.assets-landingi.com/uc/a9753f05-bfad-43b6-818c-52a69f4e17ac/foldbackgroundmobile04.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#s3V0H2s6PBr93OTkQHxUi1R2X89an7MH.adaptive-delivery-prevent-bg, #s3V0H2s6PBr93OTkQHxUi1R2X89an7MH.lazyload, #s3V0H2s6PBr93OTkQHxUi1R2X89an7MH.lazyloading { background-image: none; }#s3V0H2s6PBr93OTkQHxUi1R2X89an7MH > .row .container { border-width: 0; border-radius: 0; }#s3V0H2s6PBr93OTkQHxUi1R2X89an7MH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3V0H2s6PBr93OTkQHxUi1R2X89an7MH > .row .container { width:320px;height:1031px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HpmZwSDrgI28TNX1Bzrw8lNxF5HMAAG3 { width:60px;height:32px;top:95px;left:10px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #N9bHZ2PrnH69c4NMH3WJEGCRbKTUEf0D { display:block; }
 }@media only screen and (max-width: 763px) { #gial09DATJrFsl1IkwQkzhegdJMt88Qf { width:85px;height:31.9965px;top:94.96875px;left:85px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #VLELalGT0d3M42d0ni0EkPFkuc30IKsl { display:block; }
 }@media only screen and (max-width: 763px) { #TVcTSGOycTwxvNFKirGxcIxtT72qrTNc { width:65px;height:31.9965px;top:95px;left:180px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ueVqeLK7mHgi5vGdrgLtTv5Te0NGhMnq { display:block; }
 }@media only screen and (max-width: 763px) { #aK4pnHa8ZcAqxaUuT3QaIGKX26fVewpE { width:240px;height:50px;top:141.96875px;left:40px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #apnkAE7LmeeUwNKA3SW2fFJw61x5OuZO { display:block; }
 }@media only screen and (max-width: 763px) { #rK3TRqVXxJWKWa9wg3BbcyyfGniz2CpK { width:60px;height:32px;top:95px;left:260px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #NpdyTsTESEqTnkwckaizVigBukdTSmiR { display:block; }
 }@media only screen and (max-width: 763px) { #zb0LDG0TgcvSPZzKbKiyqzMeg4sIOuGD { display:flex;width:30px;height:30px;top:90px;left:290px;display:none; }
 }@media only screen and (max-width: 763px) { #svrtbMFkuWE6xsoZrgOGbhTmwkLui1vb { width:304px;height:50px;top:80px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #cyBca2X5dginoL1DifLrpED9EMH1Ea2P { display:block; }
 }@media only screen and (max-width: 763px) { #ZPVT932ay4mQAJ0kty0vSWsOfGsCRszT { width:80px;height:80px;top:596.96875px;left:114px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #Tm78PvQa91tVUzR8BTcTATDDFsGu8eIu { width:80px;height:80px;top:256.96875px;left:114px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #XFyui61zB2J6mVN9EaxNEyd8sDDnNy0C { width:80px;height:80px;top:821.96875px;left:114px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #U6QR5iJLQrG2tMl1KhgVASTMIvIhWkKP { width:80px;height:80px;top:921.96875px;left:114px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #QS885D30Q4kM411zUXGP7Jshh6f7Nn6I { width:60px;height:60px;top:516.96875px;left:124px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #o88TK06ToFyNlnrG9OwbHkTF4SEyuAdp { width:60px;height:60px;top:696.96875px;left:124px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #xq7dqvTq094bcrSGbggP4gJnbkEFiAh0 { width:60px;height:60px;top:356.96875px;left:124px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #BXdLl5mGBAMKIash0MUzkTrgmTqMikQR { width:60px;height:60px;top:436.96875px;left:124px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #CVZJwxhFm7KcTNcEoRPTL0BD54EitdXs { width:25px;height:25px;top:211.96875px;left:141px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #AkCEArnmJoo5ahoVlehDKvPCKcK8vitm { width:25px;height:25px;top:696.96875px;left:110px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #QeNJhLS8pWGze8PkdHTvSpm30H27ct7k { width:25px;height:25px;top:776.96875px;left:141px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #sT211bH6VLxlQePbqnTQaEALH2eAoyJz { width:25px;height:25px;top:927.96875px;left:182px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe { display:block; }#CkJUvvcTIeesTGSyvmodW8sMxLTLrDUe > .row .container { width:320px;height:121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGEn6Ek8OrXRSIT9twrBpsTepFiGJ5ry { width:173px;height:31.1875px;top:25px;left:80px;font-size:24px;text-align:left;text-align-last:left;color:#0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #zzuKmTxLHlxB1uzTQVIZrA9NGRXQIFxT { width:40px;height:40px;top:15px;left:15px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #mMVGXZDm02TB4eu91LvfIpmPi8pAfrlE { width:25px;height:25px;top:76px;left:141px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t { display:block; }#fkTaDXXPWpgJK6bc8nTHsTEqkb6FTx0t > .row .container { width:320px;height:530px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLK7KTnsd62SKVTXbDUZrTVpXRCULmzk { width:160px;height:160px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #scvwhNTbEOJpE0OzVGxRFAUTVplAKMNf { width:145px;height:114.3751px;top:42.32421875px;left:160px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VzXeHtJ0QCrGk2h2g3UtJwU8iSDHRAiS { width:160px;height:85.7814px;top:222.12890625px;left:1.25px;font-size:22px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fLLR6b5kmMZ87AqTBhb639aEH7fGp3eh { width:145px;height:85.7814px;top:362.34375px;left:160px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vKhncbNmne7pTHAZWypJJLRbe4iJN0Gd { width:160px;height:160px;top:180px;left:159.98264026642px;display:block; }
 }@media only screen and (max-width: 763px) { #oOVJ1hepV61cVTviwS3k1dyUIc3MrMMW { width:160px;height:160px;top:340.00003051758px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o8WmGWKDvcH60DR8h1dBgopI9aa3NntG { top:485px;left:0px;width:40px;height:40px;z-index:15015;font-size:28px;color:rgba(0,159,227,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 { display:block; }#W73WFIcuyWiq0G2rgRmf7SEfv967P2P2 > .row .container { width:320px;height:120.390625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T11T33qnCHwUtWM23Mza1yRgzbM25X59 { width:240px;height:31.1914px;top:24.392395019531px;left:80px;font-size:24px;text-align:left;text-align-last:left;color:#0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #bLRleTvzvfbgXhPwB6lKfnJhr1sSxid5 { width:40px;height:40px;top:15px;left:15px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #CTXEGgUiTemKlFN1b7QzV58OQ3MaWvZF { width:25px;height:25px;top:75.390625px;left:141px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl { display:block; }#PgmuTU3SRziUDf2KLqg2QOEyuP73CKyl > .row .container { width:320px;height:740px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSXhTsRUs57qM5tGoyJ2fUdnRxI8lDIF { width:280px;height:700px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gOrwgEnrioOspdEu8Wh2UkxBAtCgcrDS { width:50px;height:50px;top:650px;left:230px;font-size:35px;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Dz8D8dfKAaIcNzql3VOGnEFwnED3FFl1 { width:220px;height:432px;top:169.96533203125px;left:50.000000953674px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #OhXte4p43tGZUzuV9WigJoV0qMd45Frr { width:50px;height:50px;top:35px;left:35px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 { display:block; }#xdtgNpLV8NGBemEkLwgy4pOpR9iWN5k0 > .row .container { width:320px;height:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VN4Ja9xmCkNs5qXRxhuSTc2r9bHLguhi { height:168px;width:300px;top:50px;left:10.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #saX3CCsS9LJ3T9h0U06zgmw8UMEARvVM { width:275px;height:274px;top:10px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #l3I0A0MUhvFQoge58x4aUve1c9bN2wae { width:150px;height:150px;top:98.958374023438px;left:145.12153339386px;border-top:8px solid #0d3857;border-left:8px solid #0d3857;border-right:8px solid #0d3857;border-bottom:8px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #WMoPrl7h96NRJrkazSHkqUIRpTyxNkcX { top:275px;left:0px;width:40px;height:40px;z-index:15017;font-size:28px;color:rgba(0,159,227,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:320px;height:4062px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wap0HmALC4N573BkNE7cd5J4NG7Abmm5 { width:110px;height:220px;top:67.986114501953px;left:165.83333301544px;display:block; }
 }@media only screen and (max-width: 763px) { #DDQh1XUNhxkZmFuZ5DZsd8BSU4EriTU8 { width:140px;height:140px;top:20px;left:90.000000953674px;border-top:8px solid #0d3857;border-left:8px solid #0d3857;border-right:8px solid #0d3857;border-bottom:8px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #QIqBd2DhPHm8cNrXDQGIT1eTrHtmCfPl { width:35px;height:35px;top:386.99655151367px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #VBbM9bmn6n7F1hXPJ4ZlVPQJw81aI1Sq { width:50px;height:50px;top:379.98263549805px;left:25.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #OZapRF9RqIg21yenLGhwDqOAc7e1EH7E { width:40px;height:40px;top:305.00003051758px;left:15.000000953674px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #uQgTlKkqh471MSN2uqu3aleCC8XS1rWC { width:240px;height:31.1914px;top:315.00003051758px;left:80.000004768372px;font-size:24px;text-align:left;text-align-last:left;color:#0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #zD2H7hkECffpU2qZefmtAI4HVysf7fw9 { width:220px;height:36px;top:379.98263549805px;left:80.000004768372px;font-size:15px;color:#0d3857;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xnxF4Z1rl39fZKUg0lHE5RZdlxckfQFm { width:35px;height:35px;top:681px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ag5JNVOdGQt1ukhTElE69wuLIufrr9lt { width:50px;height:50px;top:673px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iwbWfrDvxffhdiPtefIRDgTr5VMLoNVC { width:220px;height:36px;top:673px;left:80px;font-size:15px;color:#0d3857;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wH4O2VWqVPsXip0wTaAg7OpkwuVuZ3b5 { width:50px;height:50px;top:1029px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0uXiRMn19CuWQ9DOJVOoai9Xoo3taly { width:35px;height:35px;top:1036px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fd7vTMdTTW6QKTlL4yDTVGZrrht4723H { width:220px;height:24px;top:1029px;left:80px;font-size:15px;color:#0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #cy6mPtshMwILyq0kUgSKhgfARWrykevW { width:140px;height:140px;top:3490px;left:120px;border-top:8px solid #0d3857;border-left:8px solid #0d3857;border-right:8px solid #0d3857;border-bottom:8px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #aCoLMuuVkz8ZBIgM4WAKSzu71hcrqgOl { width:180px;height:270px;top:3305px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #mhfIelM8xXMcosTionvL83BXsGKswu3T { width:35px;height:35px;top:1332px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RUTut5AlV2r20TeNPHNKW1oxGG9Le2cq { width:50px;height:50px;top:1325px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GRRp3gGt2UEUhnNCwrnMpWo5pKnIkW3q { width:220px;height:24px;top:1325px;left:80px;font-size:15px;color:#0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #XPvFcUHw9S3BynZIyAKedike3154wnIg { width:35px;height:35px;top:2036px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EmAi1ceq9lB7vC6uKZEZn9FWEvZrGpUX { width:60px;height:60px;top:2023px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #boFHaS4xT0dUxBP8FFGvUQTZOADFfiCh { width:220px;height:36px;top:2028px;left:80px;font-size:15px;color:#0d3857;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Rspc7PCr8lW2U9gS40KNS9tdiZIZdPm1 { width:35px;height:35px;top:2312px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OwBaQTQnFwRMsmQLuTi3TiQMx5lnsUFe { width:50px;height:50px;top:2305px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #SE5ghP4ioz3eKS3RKZBC7CAR8Oid0zkB { width:152px;height:36px;top:2304px;left:80px;font-size:15px;color:#0d3857;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UwNEx1t8BC6D8eEFxd8uwbfvt19DDL44 { width:50px;height:50px;top:2484px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RpiHPTlaFwxLecTzJn0xLUlB4yGkXzGp { width:35px;height:35px;top:2491px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VlrkpS9Jep85dsS34yKxrVHECs3WitPz { width:220px;height:24px;top:2484px;left:80px;font-size:15px;color:#0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #P7WNAm1dUAPwVawRrzbwUxKSpTUy6KB8 { width:50px;height:50px;top:2732px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Itog3f3p74DUD9EnITgXi4PMJkc6gfdt { width:35px;height:35px;top:2739px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zbCS4mpitWSzLzOIZFXFa7r7H1BhcVeA { width:220px;height:24px;top:2732px;left:80px;font-size:15px;color:#0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #MRtesadNT3uaST8PA9sTJorNw4fyvTFV { top:3645px;left:0px;width:40px;height:40px;z-index:15017;font-size:28px;color:rgba(0,159,227,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #AvTn4QdckJP0oXwLD5rprlMs2kZvsnFR { top:3645px;left:280px;width:40px;height:40px;z-index:15018;font-size:28px;color:rgba(0,159,227,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #PDUrtTyPndAqIFZDTy0GkdmkVvn4rGeH { width:35px;height:35px;top:1659px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xbWBBSnzpTRlfxglEEXbb2r6ECtQSbFz { width:50px;height:50px;top:1652px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rKEuIDnQIxzdaG3IVax6TD49kE7wkOky { width:220px;height:24px;top:1652px;left:80px;font-size:15px;color:#0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #upTlVVTsL7TKTrtgOQqhMG0DdJzKoMJP { width:50px;height:50px;top:2932px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TRWKiKdPwApqD4fhOybtLIMAhKPVqQx6 { width:35px;height:35px;top:2932px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SvIXReyvcFlLu1RcytAcnoWiBGcuLMfN { width:220px;height:36px;top:2932px;left:80px;font-size:15px;color:#0d3857;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mcPrLHcaL8CA5Rani4ZPIbGBXICyoHv6 { width:50px;height:50px;top:3080px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pmKhLTHbT9KymCDwmOTSsBwDyXhltilB { width:35px;height:35px;top:3088px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #c3BWc0LebyRBXKKks1qHuo2WqNLH7Nsc { width:132px;height:36px;top:3080px;left:76px;font-size:15px;color:#0d3857;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l2lBAB8az6HmhWtrp074n81NZaD2suee { width:25px;height:25px;top:3705px;left:141px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #vDmoTm9PtpnxJ9lO8yNhtMXvIrvCalmy { width:195px;height:194px;top:3848px;left:62px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #HJy6sOkp6GFkCzqHMFlroBMS9wOTg4Zx { width:78px;height:78px;top:3750px;left:121px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK { display:block; }#VeynqFDyhL9t1aqv8sIPgOKulRgGzcFK > .row .container { width:320px;height:627px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku3zt1XOGBH03b10i5sxgmNz27cBgB12 { width:80px;height:80px;top:20px;left:114px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #kg1E6PEQI6yaTddk2svVRBE5JOoSgi9k { width:25px;height:25px;top:30px;left:95px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #TtSZRyULLHUN6TJoP7V4OTeN37f6eVmt { width:320px;height:0;top:120px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk { display:block; }#gmVOKZqhP8gUr7hT9Phmfir1CyFrdImk > .row .container { width:320px;height:384px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7zU4vykN0hsr7mzFfKGGi2VwAHLsHxI { width:250px;height:77px;top:20px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #gMlPKFMlL8fBbCh2fX0dBytmG9AdVWvO { width:250px;height:51px;top:117px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #pfQm4neFDhACQGsoTg5gohaadJHkcGlk { width:250px;height:106px;top:188px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #txpot2bkMsU06HdlxH14OlCvIr7ogTzW { display:block; }#txpot2bkMsU06HdlxH14OlCvIr7ogTzW > .row .container { width:320px;height:371px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usf92pw6yywakzpNpOEyZ4o3Nt502GHF { width:250px;height:72px;top:20px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zybZLrPaUeUx1qLBi4BR1hzyZxRa0CMD { width:250px;height:80px;top:112px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #okWrqXeXK75eo0TheKWUUlNW9M4eFySi { width:250px;height:74px;top:212px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME { display:block; }#GKeyZhVTVtbdwnWRhZexhCT3Gv29iXME > .row .container { width:320px;height:442px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfsTS7rF7enZWiNvTuiPApaMTfobud4q { width:250px;height:75px;top:20px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FcpVSG2RqFh8GNouxeHwp24CHDGvoeTV { width:250px;height:125px;top:115px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #d8ATL3s0DOmuJmRM1dpoz9qzboJGJJuc { width:250px;height:82px;top:260px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wG0t5q11p4zodWGC2DGqU5zKT6foxC3d { display:block; }#wG0t5q11p4zodWGC2DGqU5zKT6foxC3d > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hb1NefbvHg3ouZ8hDIaZWBlKBVlzQ3KF { top:20px;left:135px;width:50px;height:50px;z-index:15017;font-size:35px;color:rgba(0,159,227,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 { display:block; }#iRaxrMhxxWxspU2kUOqzqdTQ0LKbcta4 > .row .container { width:320px;height:837.1875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0bfaPxu2owkKyTOQhUQxXQM0AiMEdat { width:40px;height:40px;top:15px;left:15px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #n0T7M4XdresqS7TB0o1daT7fo4qTurkD { width:30px;height:30px;top:124.23828125px;left:36.97265625px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bVHdI7vMGOvnOCOAJHRkxVrBKvl5lvyk { width:70px;height:70px;top:93px;left:193px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PQmq8WFt6C5Sn6bAUFPITUQPKXk2fZgk { width:240px;height:31.1914px;top:25.346588134766px;left:79.982640266418px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Q3TzwNoOlMZ89MNpWQmZqdMwBoTLNAU2 { width:284px;height:284px;top:199px;left:10px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xruLTBsHskH3T0Ig8GZLI40S4tFSFshL { top:515px;left:0px;width:40px;height:40px;z-index:15017;font-size:28px;color:rgba(0,159,227,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #S4pwr30x53zG9iSoOClW4nQDX1CLGMWl { top:515px;left:280px;width:40px;height:40px;z-index:15019;font-size:28px;color:rgba(0,159,227,0.35);display:block; }
 }@media only screen and (max-width: 763px) { #Zb4zZwNustg76AX0wsiPTuCnTiVKJWnM { width:250px;height:172px;top:96.5px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #DpteCOkvlwidC3aB33L6hbVzOTM0xiIQ { width:25px;height:25px;top:575px;left:141px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }@media only screen and (max-width: 763px) { #uL70bI25CqqTNA8dnWC8wgDQiRQP8yfB { width:183px;height:0;top:620px;left:68px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qOF4OFk8BkrktLR5dcSc5kGL4Rh7EXFz { width:150px;height:50px;top:697.1875px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #aBenmuh6Q2JUtAhkmOQhvy6QJLMBsUiI { width:147px;height:50px;top:767.1875px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX { background-color:#52c1fd;background-image:url("https://images.assets-landingi.com/uc/a9753f05-bfad-43b6-818c-52a69f4e17ac/foldbackgroundmobile04.svg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX.adaptive-delivery-prevent-bg, #LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX.lazyload, #LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX.lazyloading { background-image: none; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row .container { background-color: transparent; background-image: none; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row .container > .video-iframe-container { display: none; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row > .video-iframe-container { display: none; }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .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); }#LkaIUwBWhaVXrp6LVQCGUTobpQX0BoNX > .row .container { width:320px;height:654.96875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2TOhHhLt2ABaSAuwnGTwnECw7ZxvDDm { width:240px;height:31.1914px;top:40.364501953125px;left:79.982640266418px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #QE28NJV8Bcf3OuVCivdUqnmSTsL39xEv { width:40px;height:40px;top:30px;left:15.000000953674px;border-top:6px solid #ffffff;border-left:6px solid #ffffff;border-right:6px solid #ffffff;border-bottom:6px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JwzBhtFARBRmskxcaC8USZU0uxhnpPGw { top:549.96875px;left:140px;width:40px;height:40px;z-index:15020;font-size:28px;color:rgba(255,255,255,0.25);display:block; }
 }@media only screen and (max-width: 763px) { #MJp0woT2vTtTTmyTOrexdV0E5G8cvL1v { width:290px;height:50px;top:460px;left:15px;font-size:12px;z-index:15032;font-weight:400;font-style:normal;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DSlf8DXHgayX1gTvCZFTbU8DyLnzLPqb { display:block; }
 }@media only screen and (max-width: 763px) { #PrJ90iREpFZn5reOZHSR4NxAecTVy6Zt { width:160px;height:160px;top:60.34375px;left:160px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #iZL6W2Te8mprPdT0HyP8eAfW4CTTlmQ1 { width:25px;height:25px;top:609.96875px;left:141px;border-top:6px solid #0d3857;border-left:6px solid #0d3857;border-right:6px solid #0d3857;border-bottom:6px solid #0d3857;display:block; }
 }