.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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); }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL { 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;z-index:auto;display:block; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container { background-color: transparent; background-image: none; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container > .video-iframe-container { display: none; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row > .video-iframe-container { display: none; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .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); }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container { border-width: 0; border-radius: 0; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container { font-size:14px;font-family:arial;height:106px;width:1200px;position:relative;display:block; }#DDFB7XWVHnkCAiXTiMqzRuDbTwpNBSbJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#124c8a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:50px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:137px;height:76px;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:15px;left:1029px;display:block; }
#CrmZbNK07FMmupsuFnPtKeyqEDg3pIli { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MhBOD8rVrT3NmtQd3dAoDV7av6kK3Fvt { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:49px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:28px;left:1105px;display:none; }
#dt78KhbdTIOIhaBSdHuPOQqdkfaRu0fd { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:49px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:28px;left:1105px;display:none; }
#tBh9QKpDqnS1gTZfp7wbGLsQ9w78PrIN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#124c8a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:137px;height:52px;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:26px;left:847px;display:none; }
#AezTdBUfgvU7JFQRvT15TwCFKLS8LHI2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E1V5ffMzTgiDvXfNlGMuhSmyPiis3SpN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#124c8a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:50px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:137px;height:76px;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:10px;left:940px;display:none; }
#UEsXbW3iN59Ns9dWFq8A2py1vrTPZ3MU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lXpOtm8UtpA3SiMUVJBLwAnCBymFefHI { position:absolute;display:block;z-index:15014;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;box-shadow: none;height:100px;width:248px;top:1px;left:0px;overflow:hidden;display:block; }
#K9N3uLmAH1WooH0M9CpPJZbBSSnAnn5r { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:65px;left:1147.5px;display:none; }
#K9N3uLmAH1WooH0M9CpPJZbBSSnAnn5r > img { max-width: 100%;max-height:100%; width:40px; height:40px; }#Q8AQSFbTRV8ySmffiATmIcJPnHvaOc6B { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:65px;left:1087.5px;display:none; }
#Q8AQSFbTRV8ySmffiATmIcJPnHvaOc6B > img { max-width: 100%;max-height:100%; width:40px; height:40px; }#eTiL4ln33fQaWTUshecu0HOeT9SE5pGL { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:33px;left:1160px; }
#eTiL4ln33fQaWTUshecu0HOeT9SE5pGL > img { max-width: 100%;max-height:100%; width:40px; height:40px; }#aHMQoMBXRG7METPdzbVvRG6CNxySmBnu { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:32px;left:1111px; }
#aHMQoMBXRG7METPdzbVvRG6CNxySmBnu > img { max-width: 100%;max-height:100%; width:40px; height:40px; }#KOwcTKvXHaNXqTQXTigD4novQGKpr8Vl { color:#124c8a;display:block;width:317px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42px;left:762px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cc0b505b-a442-4884-8726-29ace58652da/hero.png");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; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:14px;font-family:arial;height:661px;width:1200px;position:relative;display:block; }#VRbqm2Lefd4BrF0KQDkFmNfBiZMuVTSR { color:#ff00ff;display:block;width:545px;position:absolute;font-family:"open sans";font-size:46px;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:141px;left:0px;height:101.188px;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; }
#xEIsrxXAm2alvT9LiCFN9brsP2oFKNl5 { color:#124c8a;display:block;width:364px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15052;line-height:.9;letter-spacing:0;top:100px;left:0px;height:28.7969px;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; }
#gNAkK68sVsni9JPMMmdUb0V2euOG4rqB { color:#000000;display:block;width:316px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:105px;top:154px;left:4px;display:none; }
#FkwX7o5UUiaQPFAXZMTIb9IQiqk3AmfZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:531px;left:14px; }
#FkwX7o5UUiaQPFAXZMTIb9IQiqk3AmfZ > img { max-width: 100%;max-height:100%; width:34px; height:34px; }#Zc4VzySGh1XtC3oheoqZCcCTrZzc8Rh8 { z-index:15003;top:441px;left:0px;background-color:#124c8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(255,255,255,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:294px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wTBUWslIS7E8SHOOVJIn8eeJZaScnnBa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KN7EX5PAGsqZATHzabU8zTQqxrZb8bT9 { z-index:15003;top:518px;left:0px;background-color:transparent;background-image:none;border-top:2px solid #12cc94;border-left:2px solid #12cc94;border-right:2px solid #12cc94;border-bottom:2px solid #12cc94;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;box-sizing:border-box;color:#12cc94;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:295px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kyRSOgLwkRxTv8S5lMd3dIfWDyHpwWeC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { background-color: transparent; background-image: none; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container > .video-iframe-container { display: none; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row > .video-iframe-container { display: none; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .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); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { border-width: 0; border-radius: 0; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { font-size:14px;font-family:arial;height:375px;width:1200px;position:relative;display:block; }#ttsEySGtJoQVIh8CpbMkbyE2rRc4QTDQ { color:#0077b6;display:block;width:747px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:79px;left:0px;height:36.3984px;display:block; }
#ZwJJFS3ySAZbIwcPJqxPtfPVIEDS78ab { color:#124c8a;display:block;width:756px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:29px;left:0px;height:41.5938px;font-style:normal;display:block; }
#lK30EgfGm3TxzemE2KfO4bu9kETpy7Jq { position:absolute;display:block;z-index:15054;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;box-shadow: none;height:168px;width:288px;top:161px;left:0px;overflow:hidden;display:block; }
#GCwdF5Tezd9bcAEzTeJprBdKPIaTlREo { color:#124c8a;display:block;width:289px;position:absolute;font-family:"open sans";font-size:48px;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:195px;left:0px;height:62.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XRUKd1i0L20LJTOd1qFU5JBzL9Gos5Xk { color:#124c8a;display:block;width:289px;position:absolute;font-family:"open sans";font-size:48px;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:195px;left:303px;height:62.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p62hQcinoN3p6O7u5mJo8U2FvUWVrWyC { color:#124c8a;display:block;width:289px;position:absolute;font-family:"open sans";font-size:48px;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:195px;left:607px;height:62.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2Om5kP6CUDqfEhrpZ1dJqKUFZ7rpQiq { color:#124c8a;display:block;width:289px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:254px;left:0px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQR9ysMozg6IZ1yo85MeL6iDBMrSZkhr { color:#124c8a;display:block;width:289px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:254px;left:303px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZyOT2Pz4zTvkGAvP9FwzNKDBRlo7ZA76 { color:#124c8a;display:block;width:289px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:254px;left:607px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wvTDJ5wONpblTFNTn0qGDJe79xhCGspe { color:#124c8a;display:block;width:289px;position:absolute;font-family:"open sans";font-size:48px;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:195px;left:911px;height:62.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecGKkI5hOxS6Bg98Vt0SfuGrXChcdcX1 { color:#124c8a;display:block;width:289px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:254px;left:911px;height:28.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CFL1w00CZ8cnTHTPOlwZDtqGAp7d4h3V { 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;box-shadow: none;height:167px;width:288px;top:161px;left:303.5px;overflow:hidden;display:block; }
#wMG3KGKuvPGhTfm0GJs1tcu8eIuN5f2p { position:absolute;display:block;z-index:15007;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;box-shadow: none;height:167px;width:288px;top:161.5px;left:607.5px;overflow:hidden;display:block; }
#LbApylEELiIsumCGaebfqqbzRIt8TNvI { position:absolute;display:block;z-index:15008;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;box-shadow: none;height:167px;width:288px;top:161px;left:912px;overflow:hidden;display:block; }
#EJTUe2bGzAuede85RQlni5ayFrSZ4enE { position:relative;display:block; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE { background-color: transparent; background-image: none; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row .container > .video-iframe-container { display: none; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row > .video-iframe-container { display: none; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .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); }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE { border-width: 0; border-radius: 0; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .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; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .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:404px;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; }#GaIOlpkIQx58dAtdqTTNw2OfiX48muP0 { position:absolute;display:block;z-index:15000;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-shadow: none;height:403px;width:389px;top:0px;left:0px;overflow:hidden;display:block; }
#WD1wWpJlvT7zwtZHDqsUJuXl9cFGPtuL { color:#124c8a;display:block;width:390px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:31px;left:0px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFcH0tOBhVkfsu2L12dbNPrfh0nZGqR0 { color:#124c8a;display:block;width:390px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:31px;left:405px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rk7xWqa15SXxi0c5LWdIMdnTD3xlNyF4 { color:#124c8a;display:block;width:390px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:31px;left:810px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dFKgH8KLpSJ8EbpHIWThHKr6iIhubcaf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-shadow: none;height:403px;width:389px;top:0px;left:405.5px;overflow:hidden;display:block; }
#q9DdNeDQtXHJn0twt6u6oQ1dx0VwGZTR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-shadow: none;height:403px;width:389px;top:0px;left:811px;overflow:hidden;display:block; }
#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f7;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:block; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container { background-color: transparent; background-image: none; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container > .video-iframe-container { display: none; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row > .video-iframe-container { display: none; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .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); }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container { border-width: 0; border-radius: 0; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container { font-size:14px;font-family:arial;height:2012px;width:1200px;position:relative;display:block; }#Vn8udOHxV8ci5wxIkvvbhmbGhzt3C51x { color:#ff00ff;display:block;width:957px;position:absolute;font-family:"open sans";font-size:32px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:48px;left:0px;height:35.1953px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y1nTLZzVSiXRWDS7Iv9Rn6fDPFSBAreT { color:#124c8a;display:block;width:1104px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:100px;left:0px;height:332.7503px;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; }
#ylgNEulBW72RHNlvkSUKud9LPrJdKzfC { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:518px;left:0px;height:1081.4388px;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; }
#X6yfoOTzsTyToWH5Wo5lDtrPvVpKmGwR { color:#ff00ff;display:block;width:957px;position:absolute;font-family:"open sans";font-size:28px;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:467px;left:0px;height:30.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UThkkJd481mFceugoZrgcoHcCVv7nvdV { color:#ff00ff;display:block;width:957px;position:absolute;font-family:"open sans";font-size:28px;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:1586px;left:0px;height:30.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y7sCNVGlNTSzmw0EqX2Bu4Gq6MoeEyRT { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1659px;left:0px;height:103.9845px;display:none; }#y7sCNVGlNTSzmw0EqX2Bu4Gq6MoeEyRT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#y7sCNVGlNTSzmw0EqX2Bu4Gq6MoeEyRT li:before{  }
#txNfu9fLoLTSlBse1MIGEZVPURffFC6o { color:#ff00ff;display:block;width:957px;position:absolute;font-family:"open sans";font-size:28px;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:1774px;left:0px;height:30.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mI6FA7NwuZ57rhsWnSkUzdtRotWqTUpe { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:518px;left:0px;height:1039.845px;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:none; }
#rJ8qRn8Mk6ZqIrdBPcdR8WBWL4oUb9N5 { color:#ff00ff;display:block;width:957px;position:absolute;font-family:"open sans";font-size:32px;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:0px;left:73px;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#p87SwsfuV5rKlwylnwGgKnrocJiUWVXi { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:100px;left:0px;height:332.7503px;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:none; }
#RlZoez6TouMybnJSROFMoboWaxZ5zIQe { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:197px;left:0px;height:166.375px;display:block; }#RlZoez6TouMybnJSROFMoboWaxZ5zIQe li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#RlZoez6TouMybnJSROFMoboWaxZ5zIQe li:before{  }
#lXQ2XLJAwUhOyMx5o6PHV6yG8t8Gx5lL { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:100px;left:0px;height:332.7503px;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:none; }
#xpyN5s9dlTu237h7IoPRBno71KErPJuD { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:553.75px;left:0px;height:83.1875px;display:block; }#xpyN5s9dlTu237h7IoPRBno71KErPJuD li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#xpyN5s9dlTu237h7IoPRBno71KErPJuD li:before{  }
#gnzbEXQMlmqkqLEN0Jw1nESaSGgBF8aK { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:518px;left:0px;height:1039.845px;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:none; }
#N2ou3hOTpxt7Tz3nPTDz4kIn4HWOEwQW { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:697px;left:0px;height:103.984px;display:block; }#N2ou3hOTpxt7Tz3nPTDz4kIn4HWOEwQW li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#N2ou3hOTpxt7Tz3nPTDz4kIn4HWOEwQW li:before{  }
#KTu7Qy9xpczgPul6b118T3M88qRlRhiD { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:518px;left:0px;height:1039.845px;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:none; }
#zeCpuInSy4icew3Ge8uqZ1lo7EALu4h3 { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:867px;left:0px;height:0;display:none; }#zeCpuInSy4icew3Ge8uqZ1lo7EALu4h3 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#zeCpuInSy4icew3Ge8uqZ1lo7EALu4h3 li:before{  }
#BUyqBBbqwMQQVAJ4Fo3GS7RGWta1DayD { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:518px;left:0px;height:1039.845px;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:none; }
#rJb7KXKCwr2JJPFrrITFaHK2kEIeR6Zn { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:518px;left:0px;height:1039.845px;display:none; }#rJb7KXKCwr2JJPFrrITFaHK2kEIeR6Zn li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#rJb7KXKCwr2JJPFrrITFaHK2kEIeR6Zn li:before{  }
#WFPysSTb2ZRxsnwSsTn36BTe8cKJQDML { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:518px;left:0px;height:1039.845px;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:none; }
#p9yo5T7Q9pTR5QlMlE8ERzXpHef7nArL { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:518px;left:0px;height:1039.845px;display:none; }#p9yo5T7Q9pTR5QlMlE8ERzXpHef7nArL li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#p9yo5T7Q9pTR5QlMlE8ERzXpHef7nArL li:before{  }
#ZypvBIucrShdnUeOZ1LcvSpEdfoNfJm4 { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:518px;left:0px;height:1039.845px;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:none; }
#Z339TvIsbigsuST5GUoTORcHE9yZe6kM { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:518px;left:0px;height:1039.845px;display:none; }#Z339TvIsbigsuST5GUoTORcHE9yZe6kM li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Z339TvIsbigsuST5GUoTORcHE9yZe6kM li:before{  }
#WpkVdEuwqnJDkXi8zfrGOBoSkfCJtV3e { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1848px;left:0px;height:145.5783px;display:none; }#WpkVdEuwqnJDkXi8zfrGOBoSkfCJtV3e li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#WpkVdEuwqnJDkXi8zfrGOBoSkfCJtV3e li:before{  }
#IlueivRQ2hz3heWsNWKLy2d2HyUJhQ0m { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:864px;left:0px;height:187.172px;display:block; }#IlueivRQ2hz3heWsNWKLy2d2HyUJhQ0m li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#IlueivRQ2hz3heWsNWKLy2d2HyUJhQ0m li:before{  }
#qfmW56S6g60nVumSe7hgTgKhTzoE2EKm { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1117px;left:0px;height:103.984px;display:block; }#qfmW56S6g60nVumSe7hgTgKhTzoE2EKm li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#qfmW56S6g60nVumSe7hgTgKhTzoE2EKm li:before{  }
#eEDM4tGwi0FtVAQBMKX4I6gvx2dQrG7m { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1278px;left:0px;height:124.781px;display:block; }#eEDM4tGwi0FtVAQBMKX4I6gvx2dQrG7m li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#eEDM4tGwi0FtVAQBMKX4I6gvx2dQrG7m li:before{  }
#yN7torLzuyp7Tmw7fyJIAbZy6SIzy8TW { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1465px;left:0px;height:;display:block; }#yN7torLzuyp7Tmw7fyJIAbZy6SIzy8TW li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#yN7torLzuyp7Tmw7fyJIAbZy6SIzy8TW li:before{  }
#o92qabkBaMtGJP08p91phZvQ3pmLEvEC { color:#124c8a;display:block;width:927px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1636.421875px;left:0px;height:103.984px;display:block; }#o92qabkBaMtGJP08p91phZvQ3pmLEvEC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#o92qabkBaMtGJP08p91phZvQ3pmLEvEC li:before{  }
#TxPCIJ2XBN4W7ctmyLN2KXR67H6aAH9t { color:#124c8a;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1818.421875px;left:0px;height:145.578px;display:block; }#TxPCIJ2XBN4W7ctmyLN2KXR67H6aAH9t li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TxPCIJ2XBN4W7ctmyLN2KXR67H6aAH9t li:before{  }
#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP { 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:block; }#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP > .row .container { background-color: transparent; background-image: none; }#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP > .row .container > .video-iframe-container { display: none; }#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP > .row > .video-iframe-container { display: none; }#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP > .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); }#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP > .row .container { border-width: 0; border-radius: 0; }#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP > .row .container { font-size:14px;font-family:arial;height:1082px;width:1200px;position:relative;display:block; }#kyGiPIKwy8bliXvZNNkoNsDKsqQ09DZg { color:#ff00ff;display:block;width:957px;position:absolute;font-family:"open sans";font-size:32px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:48px;left:0px;height:35.1953px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dL2CzIfeBRaPvsSdmqUow5gdw0W5Sru0 { color:#124c8a;display:block;width:1075px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:109px;left:0px;height:935.8601px;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; }
#C4NrnyFp0J1RZGPd9oIVfuhukZm7oD1z { color:#000000;display:block;width:301px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:70px;top:26px;left:9px;display:none; }
#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y { position:relative;display:block; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y { background-color: transparent; background-image: none; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row .container > .video-iframe-container { display: none; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row > .video-iframe-container { display: none; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .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); }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y { border-width: 0; border-radius: 0; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .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; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .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:639px;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; }#ACU8e7nKuJChCMdiuinNFQRxIu3WkpHC { 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;box-shadow: none;height:672px;width:1200px;top:-32.415714845763px;left:0px;overflow:hidden;display:block; }
#BeBIuAG4XsJ9a4FZNEAG2QF1oT2iX3XS { color:#124c8a;display:block;width:290px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:237.59375px;left:655px;height:163.7889px;text-align:center;text-align-last:center;display:block; }
#Ff5sSdKrkITFpSUtNuaBCe6t4SgX2LA8 { 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;box-shadow: none;height:1332px;width:807px;display:none; }
#PKBIWLBByBE7SywzNmnKPocUIQeTzuC5 { color:#124c8a;display:block;width:320px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:237.59375px;left:634px;height:163.7889px;text-align:center;text-align-last:center;display:none; }
#UStJSEWuesv0qm23DVeyCMsD89C1xPif { 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:block; }#UStJSEWuesv0qm23DVeyCMsD89C1xPif > .row .container { background-color: transparent; background-image: none; }#UStJSEWuesv0qm23DVeyCMsD89C1xPif::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UStJSEWuesv0qm23DVeyCMsD89C1xPif > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UStJSEWuesv0qm23DVeyCMsD89C1xPif > .row .container > .video-iframe-container { display: none; }#UStJSEWuesv0qm23DVeyCMsD89C1xPif > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UStJSEWuesv0qm23DVeyCMsD89C1xPif > .row > .video-iframe-container { display: none; }#UStJSEWuesv0qm23DVeyCMsD89C1xPif > .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); }#UStJSEWuesv0qm23DVeyCMsD89C1xPif > .row .container { border-width: 0; border-radius: 0; }#UStJSEWuesv0qm23DVeyCMsD89C1xPif > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UStJSEWuesv0qm23DVeyCMsD89C1xPif > .row .container { font-size:14px;font-family:arial;height:726px;width:1200px;position:relative;display:block; }#kJK68mpaEt7Mk8UyXi9yW7OXK52qZK2I { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #004ea9;border-left:2px solid #004ea9;border-right:2px solid #004ea9;border-bottom:2px solid #004ea9;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 66px rgba(0,0,0,0.08) ;height:581px;width:354px;top:102.5px;left:673px;display:block; }
#tmQAxkweB9C8BnB4oKTb76tSb7PqMCyO { background-color:#005bae;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:286px;height:65px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:636px;left:709px;display:block; }
#UtDVO5L0NDHcillN6ZBfzXwPkuS2Zscv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZdxAUOCtnAZgHDkcDqG33lSwB21kaaik { color:#68b6ff;display:block;width:301px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:464.5px;left:711px;height:123px;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZdxAUOCtnAZgHDkcDqG33lSwB21kaaik li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ZdxAUOCtnAZgHDkcDqG33lSwB21kaaik li:before{  }
#BxEteqUOuBuwBUVHSQP0FlHagTTpIbmy { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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;box-shadow: 1px 1px 66px rgba(0,0,0,0.08) ;height:493px;width:327px;top:154.5px;left:190px;display:block; }
#FK51RoLtddAKQEwFmpKczJ6Duf3uKtvT { position:absolute;display:block;z-index:15019;background-color:#ededed;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;box-shadow: none;height:2px;width:250px;top:428.5px;left:228px;display:block; }
#dqLfy6yyL2pVDWHsbZBtw6TiVU6oC6ky { color:#68b6ff;display:block;width:277px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:452.5px;left:232px;height:123px;text-align:left;text-align-last:left;font-style:normal;display:block; }#dqLfy6yyL2pVDWHsbZBtw6TiVU6oC6ky li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#dqLfy6yyL2pVDWHsbZBtw6TiVU6oC6ky li:before{  }
#JT3FmAItKIguCsMRNFGtq6Ls3S8eRxDK { color:#535353;display:block;width:287px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:265.5px;left:711px;height:81px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yGHEdQOorVPHxpW7x9rfUS9p0wLvXX14 { color:#004ea9;display:block;width:41px;position:absolute;font-family:roboto;font-size:29px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:365.5px;left:702px;height:37.6953px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p2xbFHXpyeXBLprvUDCAURfL2nwbnTJT { color:#004ea9;display:block;width:205px;position:absolute;font-family:roboto;font-size:67px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:351.5px;left:717px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WnZ35mNynpUtkpnt3g40XyWG1F1c2uzf { position:absolute;display:block;z-index:15020;background-color:#ededed;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;box-shadow: none;height:2px;width:250px;top:437.5px;left:711px;display:block; }
#ByDGsRh7lWUC4aKWhg3AiZJk6uUaRDh2 { background-color:#68b6ff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:62px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:602px;left:228.5px;display:block; }
#rLF8qMfbfRbtl4RcBMTpTihypaQVQ1P0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#htG6n9J9F24Ioef5y6tghnACnlS0QXhC { color:#68b6ff;display:block;width:233px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:177.5px;left:229px;height:78px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QPviQNAJvWhTzugPn7PoM83t03m89s5C { color:#68b6ff;display:block;width:41px;position:absolute;font-family:roboto;font-size:29px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:357.15625px;left:216px;height:37.6953px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bKS4QCEsLgxtdBiKd2kpMuvrTdy5vTqO { color:#68b6ff;display:block;width:262px;position:absolute;font-family:roboto;font-size:67px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:343.4453125px;left:201px;height:87.0938px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f0uvnJh86Ev10bbMMDhd20XsQIkbpDN3 { position:absolute;display:block;z-index:15010;background-color:#004ea9;background-image:none;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:0;border-bottom-right-radius:0;box-shadow: 1px 2px 50px rgba(33,33,33,0.1) ;height:37px;width:356px;top:101.5px;left:674px;display:block; }
#FEgd8Q0P9LoENyqEIhefM73FiJdk9B4M { color:#ffffff;display:block;width:354px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:107.5px;left:675px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Mlapcdfk1Gw2AauW9T9JwWPIWNu23DDu { color:#004ea9;display:block;width:320px;position:absolute;font-family:roboto;font-size:31px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:171.5px;left:711px;height:80.5938px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WlfyQZ8bAzvOBG9NJ9oSl4LFskCWMzGx { color:#191919;display:block;width:580px;position:absolute;font-family:roboto;font-size:50px;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:38.5px;left:32px;height:65px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qwPEccz29ZonWpy28IUhH3hvXJoXHSxD { color:#535353;display:block;width:281px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:270px;left:228px;height:72px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FhtSAgXiVcaMQJBcu4VVy6ZeyTZqvL8Q { color:#535353;display:block;width:281px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:270px;left:228px;height:72px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { 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:block; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { background-color: transparent; background-image: none; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container > .video-iframe-container { display: none; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row > .video-iframe-container { display: none; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .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); }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { border-width: 0; border-radius: 0; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { font-size:14px;font-family:arial;height:128px;width:1200px;position:relative;display:block; }#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:65px;left:1111.5px; }
#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 > img { max-width: 100%;max-height:100%; width:40px; height:40px; }#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:65px;left:1160px; }
#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ > img { max-width: 100%;max-height:100%; width:40px; height:40px; }#IN9RtJ0Gqd1wJKls1pAHoAOBCyKgtf71 { color:#0077b6;display:block;width:317px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.5px;left:883px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XX5LTAbq899tlCQEymdUVxlqPrrVqROZ { 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;box-shadow: none;height:91px;width:142px;top:18.5px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL { display:block; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDFB7XWVHnkCAiXTiMqzRuDbTwpNBSbJ { width:137px;height:76px;top:15px;left:627px;display:block; }
 }@media only screen and (max-width: 763px) { #CrmZbNK07FMmupsuFnPtKeyqEDg3pIli { display:block; }
 }@media only screen and (max-width: 763px) { #MhBOD8rVrT3NmtQd3dAoDV7av6kK3Fvt { top:28px;left:728px;width:36px;height:49px;display:none; }
 }@media only screen and (max-width: 763px) { #dt78KhbdTIOIhaBSdHuPOQqdkfaRu0fd { top:28px;left:728px;width:36px;height:49px;display:none; }
 }@media only screen and (max-width: 763px) { #tBh9QKpDqnS1gTZfp7wbGLsQ9w78PrIN { width:137px;height:52px;top:26px;left:627px;display:none; }
 }@media only screen and (max-width: 763px) { #AezTdBUfgvU7JFQRvT15TwCFKLS8LHI2 { display:block; }
 }@media only screen and (max-width: 763px) { #E1V5ffMzTgiDvXfNlGMuhSmyPiis3SpN { width:137px;height:76px;top:10px;left:627px;display:none; }
 }@media only screen and (max-width: 763px) { #UEsXbW3iN59Ns9dWFq8A2py1vrTPZ3MU { display:block; }
 }@media only screen and (max-width: 763px) { #lXpOtm8UtpA3SiMUVJBLwAnCBymFefHI { width:248px;height:100px;top:1px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #K9N3uLmAH1WooH0M9CpPJZbBSSnAnn5r { top:65px;left:724px;width:40px;height:40px;display:none; }
#K9N3uLmAH1WooH0M9CpPJZbBSSnAnn5r > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #Q8AQSFbTRV8ySmffiATmIcJPnHvaOc6B { top:65px;left:724px;width:40px;height:40px;display:none; }
#Q8AQSFbTRV8ySmffiATmIcJPnHvaOc6B > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #eTiL4ln33fQaWTUshecu0HOeT9SE5pGL { top:33px;left:724px;width:40px;height:40px;display:block; }
#eTiL4ln33fQaWTUshecu0HOeT9SE5pGL > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #aHMQoMBXRG7METPdzbVvRG6CNxySmBnu { top:32px;left:724px;width:40px;height:40px;display:block; }
#aHMQoMBXRG7METPdzbVvRG6CNxySmBnu > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #KOwcTKvXHaNXqTQXTigD4novQGKpr8Vl { top:42px;left:447px;width:317px;height:26px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRbqm2Lefd4BrF0KQDkFmNfBiZMuVTSR { top:141px;left:0px;width:545px;height:101px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #xEIsrxXAm2alvT9LiCFN9brsP2oFKNl5 { top:100px;left:0px;width:364px;height:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gNAkK68sVsni9JPMMmdUb0V2euOG4rqB { top:154px;left:0px;width:316px;height:105px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #FkwX7o5UUiaQPFAXZMTIb9IQiqk3AmfZ { top:531px;left:0px;width:34px;height:34px;display:block; }
#FkwX7o5UUiaQPFAXZMTIb9IQiqk3AmfZ > img { max-width: 100%;max-height:100%; width:34px; height:34px; } }@media only screen and (max-width: 763px) { #Zc4VzySGh1XtC3oheoqZCcCTrZzc8Rh8 { top:441px;left:0px;width:294px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #wTBUWslIS7E8SHOOVJIn8eeJZaScnnBa { display:block; }
 }@media only screen and (max-width: 763px) { #KN7EX5PAGsqZATHzabU8zTQqxrZb8bT9 { top:518px;left:0px;width:295px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #kyRSOgLwkRxTv8S5lMd3dIfWDyHpwWeC { display:block; }
 }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttsEySGtJoQVIh8CpbMkbyE2rRc4QTDQ { top:79px;left:0px;width:747px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJJFS3ySAZbIwcPJqxPtfPVIEDS78ab { top:29px;left:0px;width:756px;height:41px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lK30EgfGm3TxzemE2KfO4bu9kETpy7Jq { top:161px;left:0px;width:288px;height:168px;display:block; }
 }@media only screen and (max-width: 763px) { #GCwdF5Tezd9bcAEzTeJprBdKPIaTlREo { top:195px;left:0px;width:289px;height:62px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #XRUKd1i0L20LJTOd1qFU5JBzL9Gos5Xk { top:195px;left:85px;width:289px;height:62px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #p62hQcinoN3p6O7u5mJo8U2FvUWVrWyC { top:195px;left:389px;width:289px;height:62px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #r2Om5kP6CUDqfEhrpZ1dJqKUFZ7rpQiq { top:254px;left:0px;width:289px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FQR9ysMozg6IZ1yo85MeL6iDBMrSZkhr { top:254px;left:85px;width:289px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZyOT2Pz4zTvkGAvP9FwzNKDBRlo7ZA76 { top:254px;left:389px;width:289px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wvTDJ5wONpblTFNTn0qGDJe79xhCGspe { top:195px;left:475px;width:289px;height:62px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ecGKkI5hOxS6Bg98Vt0SfuGrXChcdcX1 { top:254px;left:475px;width:289px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CFL1w00CZ8cnTHTPOlwZDtqGAp7d4h3V { top:161px;left:85.5px;width:288px;height:167px;display:block; }
 }@media only screen and (max-width: 763px) { #wMG3KGKuvPGhTfm0GJs1tcu8eIuN5f2p { top:161px;left:389.5px;width:288px;height:167px;display:block; }
 }@media only screen and (max-width: 763px) { #LbApylEELiIsumCGaebfqqbzRIt8TNvI { top:161px;left:476px;width:288px;height:167px;display:block; }
 }@media only screen and (max-width: 763px) { #EJTUe2bGzAuede85RQlni5ayFrSZ4enE { display:block; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaIOlpkIQx58dAtdqTTNw2OfiX48muP0 { top:0px;left:0px;width:389px;height:403px;display:block; }
 }@media only screen and (max-width: 763px) { #WD1wWpJlvT7zwtZHDqsUJuXl9cFGPtuL { top:31px;left:0px;width:390px;height:65px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #bFcH0tOBhVkfsu2L12dbNPrfh0nZGqR0 { top:31px;left:187px;width:390px;height:65px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Rk7xWqa15SXxi0c5LWdIMdnTD3xlNyF4 { top:31px;left:374px;width:390px;height:65px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dFKgH8KLpSJ8EbpHIWThHKr6iIhubcaf { top:0px;left:187.5px;width:389px;height:403px;display:block; }
 }@media only screen and (max-width: 763px) { #q9DdNeDQtXHJn0twt6u6oQ1dx0VwGZTR { top:0px;left:375px;width:389px;height:403px;display:block; }
 }@media only screen and (max-width: 763px) { #GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn { display:block; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn8udOHxV8ci5wxIkvvbhmbGhzt3C51x { top:48px;left:0px;width:764px;height:35px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #y1nTLZzVSiXRWDS7Iv9Rn6fDPFSBAreT { top:100px;left:0px;width:764px;height:333px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ylgNEulBW72RHNlvkSUKud9LPrJdKzfC { top:518px;left:0px;width:764px;height:1081px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X6yfoOTzsTyToWH5Wo5lDtrPvVpKmGwR { top:827px;left:0px;width:320px;height:46px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #UThkkJd481mFceugoZrgcoHcCVv7nvdV { top:1586px;left:0px;width:764px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #y7sCNVGlNTSzmw0EqX2Bu4Gq6MoeEyRT { top:2474px;left:0px;width:320px;height:;font-size:16px;display:block; }#y7sCNVGlNTSzmw0EqX2Bu4Gq6MoeEyRT li:before{  }
 }@media only screen and (max-width: 763px) { #txNfu9fLoLTSlBse1MIGEZVPURffFC6o { top:1774px;left:0px;width:764px;height:30px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #mI6FA7NwuZ57rhsWnSkUzdtRotWqTUpe { top:906px;left:0px;width:320px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #rJ8qRn8Mk6ZqIrdBPcdR8WBWL4oUb9N5 { top:0px;left:0px;width:764px;height:35px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #p87SwsfuV5rKlwylnwGgKnrocJiUWVXi { top:77px;left:0px;width:320px;height:187px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #RlZoez6TouMybnJSROFMoboWaxZ5zIQe { top:197px;left:0px;width:764px;height:166px;font-size:16px;display:none; }#RlZoez6TouMybnJSROFMoboWaxZ5zIQe li:before{  }
 }@media only screen and (max-width: 763px) { #lXQ2XLJAwUhOyMx5o6PHV6yG8t8Gx5lL { top:736px;left:0px;width:320px;height:62px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #xpyN5s9dlTu237h7IoPRBno71KErPJuD { top:553px;left:0px;width:764px;height:83px;font-size:16px;display:none; }#xpyN5s9dlTu237h7IoPRBno71KErPJuD li:before{  }
 }@media only screen and (max-width: 763px) { #gnzbEXQMlmqkqLEN0Jw1nESaSGgBF8aK { top:1120px;left:0px;width:320px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #N2ou3hOTpxt7Tz3nPTDz4kIn4HWOEwQW { top:697px;left:0px;width:764px;height:103px;font-size:16px;display:none; }#N2ou3hOTpxt7Tz3nPTDz4kIn4HWOEwQW li:before{  }
 }@media only screen and (max-width: 763px) { #KTu7Qy9xpczgPul6b118T3M88qRlRhiD { top:1386px;left:0px;width:320px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #zeCpuInSy4icew3Ge8uqZ1lo7EALu4h3 { top:867px;left:0px;width:764px;height:207px;font-size:16px;display:none; }#zeCpuInSy4icew3Ge8uqZ1lo7EALu4h3 li:before{  }
 }@media only screen and (max-width: 763px) { #BUyqBBbqwMQQVAJ4Fo3GS7RGWta1DayD { top:1771px;left:0px;width:320px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #rJb7KXKCwr2JJPFrrITFaHK2kEIeR6Zn { top:1807px;left:0px;width:320px;height:;font-size:16px;display:none; }#rJb7KXKCwr2JJPFrrITFaHK2kEIeR6Zn li:before{  }
 }@media only screen and (max-width: 763px) { #WFPysSTb2ZRxsnwSsTn36BTe8cKJQDML { top:2003px;left:0px;width:320px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #p9yo5T7Q9pTR5QlMlE8ERzXpHef7nArL { top:2038px;left:0px;width:320px;height:;font-size:16px;display:none; }#p9yo5T7Q9pTR5QlMlE8ERzXpHef7nArL li:before{  }
 }@media only screen and (max-width: 763px) { #ZypvBIucrShdnUeOZ1LcvSpEdfoNfJm4 { top:2224px;left:0px;width:320px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #Z339TvIsbigsuST5GUoTORcHE9yZe6kM { top:2260px;left:0px;width:320px;height:;font-size:16px;display:none; }#Z339TvIsbigsuST5GUoTORcHE9yZe6kM li:before{  }
 }@media only screen and (max-width: 763px) { #WpkVdEuwqnJDkXi8zfrGOBoSkfCJtV3e { top:2839px;left:0px;width:320px;height:;font-size:16px;display:none; }#WpkVdEuwqnJDkXi8zfrGOBoSkfCJtV3e li:before{  }
 }@media only screen and (max-width: 763px) { #IlueivRQ2hz3heWsNWKLy2d2HyUJhQ0m { top:864px;left:0px;width:764px;height:187px;font-size:16px;display:none; }#IlueivRQ2hz3heWsNWKLy2d2HyUJhQ0m li:before{  }
 }@media only screen and (max-width: 763px) { #qfmW56S6g60nVumSe7hgTgKhTzoE2EKm { top:1117px;left:0px;width:764px;height:103px;font-size:16px;display:none; }#qfmW56S6g60nVumSe7hgTgKhTzoE2EKm li:before{  }
 }@media only screen and (max-width: 763px) { #eEDM4tGwi0FtVAQBMKX4I6gvx2dQrG7m { top:1278px;left:0px;width:764px;height:124px;font-size:16px;display:none; }#eEDM4tGwi0FtVAQBMKX4I6gvx2dQrG7m li:before{  }
 }@media only screen and (max-width: 763px) { #yN7torLzuyp7Tmw7fyJIAbZy6SIzy8TW { top:1465px;left:0px;width:764px;height:;font-size:16px;display:none; }#yN7torLzuyp7Tmw7fyJIAbZy6SIzy8TW li:before{  }
 }@media only screen and (max-width: 763px) { #o92qabkBaMtGJP08p91phZvQ3pmLEvEC { top:1636px;left:0px;width:764px;height:104px;font-size:16px;display:none; }#o92qabkBaMtGJP08p91phZvQ3pmLEvEC li:before{  }
 }@media only screen and (max-width: 763px) { #TxPCIJ2XBN4W7ctmyLN2KXR67H6aAH9t { top:1818px;left:0px;width:764px;height:145px;font-size:16px;display:none; }#TxPCIJ2XBN4W7ctmyLN2KXR67H6aAH9t li:before{  }
 }@media only screen and (max-width: 763px) { #nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP { display:block; }#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyGiPIKwy8bliXvZNNkoNsDKsqQ09DZg { top:48px;left:0px;width:764px;height:35px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #dL2CzIfeBRaPvsSdmqUow5gdw0W5Sru0 { top:109px;left:0px;width:764px;height:935px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C4NrnyFp0J1RZGPd9oIVfuhukZm7oD1z { top:26px;left:0px;width:301px;height:70px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y { display:block; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACU8e7nKuJChCMdiuinNFQRxIu3WkpHC { top:-32px;left:0px;width:764px;height:427.84px;display:block; }
 }@media only screen and (max-width: 763px) { #BeBIuAG4XsJ9a4FZNEAG2QF1oT2iX3XS { top:237px;left:437px;width:290px;height:163px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Ff5sSdKrkITFpSUtNuaBCe6t4SgX2LA8 { width:763px;height:1261px;display:none; }
 }@media only screen and (max-width: 763px) { #PKBIWLBByBE7SywzNmnKPocUIQeTzuC5 { top:329px;left:0px;width:210px;height:124px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #UStJSEWuesv0qm23DVeyCMsD89C1xPif { display:block; }#UStJSEWuesv0qm23DVeyCMsD89C1xPif > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJK68mpaEt7Mk8UyXi9yW7OXK52qZK2I { top:102px;left:382px;width:354px;height:581px;display:block; }
 }@media only screen and (max-width: 763px) { #tmQAxkweB9C8BnB4oKTb76tSb7PqMCyO { width:286px;height:65px;top:636px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #UtDVO5L0NDHcillN6ZBfzXwPkuS2Zscv { display:block; }
 }@media only screen and (max-width: 763px) { #ZdxAUOCtnAZgHDkcDqG33lSwB21kaaik { width:301px;height:;top:464px;left:384px;font-size:15px;display:block; }#ZdxAUOCtnAZgHDkcDqG33lSwB21kaaik li:before{  }
 }@media only screen and (max-width: 763px) { #BxEteqUOuBuwBUVHSQP0FlHagTTpIbmy { top:154px;left:55px;width:327px;height:493px;display:block; }
 }@media only screen and (max-width: 763px) { #FK51RoLtddAKQEwFmpKczJ6Duf3uKtvT { top:428px;left:119px;width:250px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #dqLfy6yyL2pVDWHsbZBtw6TiVU6oC6ky { width:277px;height:;top:452px;left:105px;font-size:15px;display:block; }#dqLfy6yyL2pVDWHsbZBtw6TiVU6oC6ky li:before{  }
 }@media only screen and (max-width: 763px) { #JT3FmAItKIguCsMRNFGtq6Ls3S8eRxDK { width:287px;height:81px;top:265px;left:384px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yGHEdQOorVPHxpW7x9rfUS9p0wLvXX14 { width:41px;height:;top:365px;left:382px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #p2xbFHXpyeXBLprvUDCAURfL2nwbnTJT { width:205px;height:;top:351px;left:390px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #WnZ35mNynpUtkpnt3g40XyWG1F1c2uzf { top:437px;left:384px;width:250px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #ByDGsRh7lWUC4aKWhg3AiZJk6uUaRDh2 { width:250px;height:62px;top:602px;left:119.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rLF8qMfbfRbtl4RcBMTpTihypaQVQ1P0 { display:block; }
 }@media only screen and (max-width: 763px) { #htG6n9J9F24Ioef5y6tghnACnlS0QXhC { width:233px;height:78px;top:177px;left:120px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QPviQNAJvWhTzugPn7PoM83t03m89s5C { width:41px;height:37px;top:357px;left:107px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #bKS4QCEsLgxtdBiKd2kpMuvrTdy5vTqO { width:262px;height:87px;top:343px;left:92px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #f0uvnJh86Ev10bbMMDhd20XsQIkbpDN3 { width:356px;height:37px;top:101px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #FEgd8Q0P9LoENyqEIhefM73FiJdk9B4M { width:354px;height:;top:107px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Mlapcdfk1Gw2AauW9T9JwWPIWNu23DDu { width:320px;height:80px;top:171px;left:384px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #WlfyQZ8bAzvOBG9NJ9oSl4LFskCWMzGx { width:580px;height:65px;top:38px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #qwPEccz29ZonWpy28IUhH3hvXJoXHSxD { width:281px;height:72px;top:270px;left:101px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FhtSAgXiVcaMQJBcu4VVy6ZeyTZqvL8Q { width:279px;height:;top:178px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { display:block; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 { top:65px;left:724px;width:40px;height:40px;display:block; }
#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ { top:65px;left:724px;width:40px;height:40px;display:block; }
#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #IN9RtJ0Gqd1wJKls1pAHoAOBCyKgtf71 { top:18px;left:447px;width:317px;height:26px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XX5LTAbq899tlCQEymdUVxlqPrrVqROZ { top:18px;left:0px;width:142px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL { position:relative;z-index:auto;display:block; }#kQDXG9t0QcTArH3DRsEPXAc40nJV8EXL > .row .container { width:320px;height:81px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDFB7XWVHnkCAiXTiMqzRuDbTwpNBSbJ { width:137px;height:76px;top:213px;left:91px;display:none; }
 }@media only screen and (max-width: 763px) { #CrmZbNK07FMmupsuFnPtKeyqEDg3pIli { display:block; }
 }@media only screen and (max-width: 763px) { #MhBOD8rVrT3NmtQd3dAoDV7av6kK3Fvt { display:flex;width:36px;height:49px;top:193px;left:190px;z-index:15052;display:none; }
 }@media only screen and (max-width: 763px) { #dt78KhbdTIOIhaBSdHuPOQqdkfaRu0fd { display:flex;width:36px;height:49px;top:172px;left:236px;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #tBh9QKpDqnS1gTZfp7wbGLsQ9w78PrIN { width:104px;height:55px;top:204px;left:109px;z-index:15052;display:none; }
 }@media only screen and (max-width: 763px) { #AezTdBUfgvU7JFQRvT15TwCFKLS8LHI2 { display:block; }
 }@media only screen and (max-width: 763px) { #E1V5ffMzTgiDvXfNlGMuhSmyPiis3SpN { width:137px;height:76px;top:188px;left:202px;z-index:15053;display:none; }
 }@media only screen and (max-width: 763px) { #UEsXbW3iN59Ns9dWFq8A2py1vrTPZ3MU { display:block; }
 }@media only screen and (max-width: 763px) { #lXpOtm8UtpA3SiMUVJBLwAnCBymFefHI { width:154px;height:66px;top:10px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K9N3uLmAH1WooH0M9CpPJZbBSSnAnn5r { display:flex;width:37px;height:37px;top:22px;left:228px;z-index:15002; }
#K9N3uLmAH1WooH0M9CpPJZbBSSnAnn5r > img { max-width: 100%;max-height:100%; width:37px; height:37px; } }@media only screen and (max-width: 763px) { #Q8AQSFbTRV8ySmffiATmIcJPnHvaOc6B { display:flex;width:40px;height:40px;top:20.5px;left:265px;z-index:15001; }
#Q8AQSFbTRV8ySmffiATmIcJPnHvaOc6B > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #eTiL4ln33fQaWTUshecu0HOeT9SE5pGL { display:flex;width:40px;height:40px;top:153px;left:140px;display:none; }
#eTiL4ln33fQaWTUshecu0HOeT9SE5pGL > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #aHMQoMBXRG7METPdzbVvRG6CNxySmBnu { display:flex;width:40px;height:40px;top:93px;left:140px;display:none; }
#aHMQoMBXRG7METPdzbVvRG6CNxySmBnu > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #KOwcTKvXHaNXqTQXTigD4novQGKpr8Vl { width:317px;height:auto;top:42px;left:1px;font-size:14px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#357fdc;background-image:url("https://images.assets-landingi.com/uc/3712c447-bebd-4886-90e0-296c79142f8d/newborntoddlerboylaughingbedkopya.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:320px;height:694px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRbqm2Lefd4BrF0KQDkFmNfBiZMuVTSR { width:320px;height:auto;top:141px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xEIsrxXAm2alvT9LiCFN9brsP2oFKNl5 { width:320px;height:18px;top:40px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNAkK68sVsni9JPMMmdUb0V2euOG4rqB { top:70.4140625px;left:2px;width:316px;height:105.5859px;z-index:15053;text-align:center;text-align-last:center;color:#124c8a;font-size:32px;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FkwX7o5UUiaQPFAXZMTIb9IQiqk3AmfZ { display:flex;width:34px;height:34px;top:283.984375px;left:39px; }
#FkwX7o5UUiaQPFAXZMTIb9IQiqk3AmfZ > img { max-width: 100%;max-height:100%; width:34px; height:34px; } }@media only screen and (max-width: 763px) { #Zc4VzySGh1XtC3oheoqZCcCTrZzc8Rh8 { top:195.9920625px;left:13px;width:294px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #wTBUWslIS7E8SHOOVJIn8eeJZaScnnBa { display:block; }
 }@media only screen and (max-width: 763px) { #KN7EX5PAGsqZATHzabU8zTQqxrZb8bT9 { top:270.9920625px;left:12px;width:295px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #kyRSOgLwkRxTv8S5lMd3dIfWDyHpwWeC { display:block; }
 }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:320px;height:397px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttsEySGtJoQVIh8CpbMkbyE2rRc4QTDQ { width:320px;height:57.1875px;top:111px;left:0px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJJFS3ySAZbIwcPJqxPtfPVIEDS78ab { width:320px;height:65px;top:32px;left:0px;font-size:25px;z-index:15057;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lK30EgfGm3TxzemE2KfO4bu9kETpy7Jq { width:155px;height:88px;top:193px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GCwdF5Tezd9bcAEzTeJprBdKPIaTlREo { width:154px;height:39px;top:201px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRUKd1i0L20LJTOd1qFU5JBzL9Gos5Xk { width:154px;height:39px;top:201px;left:166px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p62hQcinoN3p6O7u5mJo8U2FvUWVrWyC { width:153px;height:39px;top:294.7421875px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2Om5kP6CUDqfEhrpZ1dJqKUFZ7rpQiq { width:154px;height:20.7969px;top:241px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQR9ysMozg6IZ1yo85MeL6iDBMrSZkhr { width:155px;height:20.7969px;top:240.9921875px;left:165px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZyOT2Pz4zTvkGAvP9FwzNKDBRlo7ZA76 { width:128px;height:35.1875px;top:333.7421875px;left:13.5px;font-size:16px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wvTDJ5wONpblTFNTn0qGDJe79xhCGspe { width:155px;height:39px;top:299.7421875px;left:165px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ecGKkI5hOxS6Bg98Vt0SfuGrXChcdcX1 { width:144px;height:20.7969px;top:336.296875px;left:171px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFL1w00CZ8cnTHTPOlwZDtqGAp7d4h3V { width:154px;height:89px;top:193px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #wMG3KGKuvPGhTfm0GJs1tcu8eIuN5f2p { width:155px;height:89px;top:291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LbApylEELiIsumCGaebfqqbzRIt8TNvI { width:156px;height:87px;top:292px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #EJTUe2bGzAuede85RQlni5ayFrSZ4enE { display:block; }#EJTUe2bGzAuede85RQlni5ayFrSZ4enE > .row .container { width:320px;height:1051px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaIOlpkIQx58dAtdqTTNw2OfiX48muP0 { width:319px;height:331px;top:0px;left:-1.6571428571428px;display:block; }
 }@media only screen and (max-width: 763px) { #WD1wWpJlvT7zwtZHDqsUJuXl9cFGPtuL { width:320px;height:57.1876px;top:31px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFcH0tOBhVkfsu2L12dbNPrfh0nZGqR0 { width:320px;height:57.1876px;top:382.1875px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rk7xWqa15SXxi0c5LWdIMdnTD3xlNyF4 { width:320px;height:57.1876px;top:736.890625px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFKgH8KLpSJ8EbpHIWThHKr6iIhubcaf { width:319px;height:331px;top:350.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q9DdNeDQtXHJn0twt6u6oQ1dx0VwGZTR { width:319px;height:331px;top:700.078125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn { display:block; }#GT8m7U7PTinNN2PRRGh0XIXkR1ZOG2mn > .row .container { width:320px;height:3223px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn8udOHxV8ci5wxIkvvbhmbGhzt3C51x { width:320px;height:auto;top:48px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y1nTLZzVSiXRWDS7Iv9Rn6fDPFSBAreT { width:320px;height:0;top:75px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ylgNEulBW72RHNlvkSUKud9LPrJdKzfC { width:320px;height:0;top:995.7265625px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X6yfoOTzsTyToWH5Wo5lDtrPvVpKmGwR { width:320px;height:46.1875px;top:831.96875px;left:0px;font-size:21px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UThkkJd481mFceugoZrgcoHcCVv7nvdV { width:320px;height:23.0938px;top:2430.984375px;left:0px;font-size:21px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y7sCNVGlNTSzmw0EqX2Bu4Gq6MoeEyRT { width:320px;height:290.359px;top:2474.4296875px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }#y7sCNVGlNTSzmw0EqX2Bu4Gq6MoeEyRT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#y7sCNVGlNTSzmw0EqX2Bu4Gq6MoeEyRT li:before{  }
 }@media only screen and (max-width: 763px) { #txNfu9fLoLTSlBse1MIGEZVPURffFC6o { width:320px;height:23.0938px;top:2792.9765625px;left:0px;font-size:21px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mI6FA7NwuZ57rhsWnSkUzdtRotWqTUpe { width:320px;height:20.7969px;top:906.7265625px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #rJ8qRn8Mk6ZqIrdBPcdR8WBWL4oUb9N5 { width:320px;height:23.0938px;top:31.96875px;left:0px;font-size:21px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p87SwsfuV5rKlwylnwGgKnrocJiUWVXi { width:320px;height:187.1718px;top:77px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15010;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #RlZoez6TouMybnJSROFMoboWaxZ5zIQe { width:316px;height:430.141px;top:286px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15011;display:block; }#RlZoez6TouMybnJSROFMoboWaxZ5zIQe li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#RlZoez6TouMybnJSROFMoboWaxZ5zIQe li:before{  }
 }@media only screen and (max-width: 763px) { #lXQ2XLJAwUhOyMx5o6PHV6yG8t8Gx5lL { width:320px;height:62.3907px;top:736px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15011;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #xpyN5s9dlTu237h7IoPRBno71KErPJuD { width:320px;height:160.578px;top:938.3828125px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15012;display:block; }#xpyN5s9dlTu237h7IoPRBno71KErPJuD li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#xpyN5s9dlTu237h7IoPRBno71KErPJuD li:before{  }
 }@media only screen and (max-width: 763px) { #gnzbEXQMlmqkqLEN0Jw1nESaSGgBF8aK { width:320px;height:20.7969px;top:1119.15625px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15013;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #N2ou3hOTpxt7Tz3nPTDz4kIn4HWOEwQW { width:320px;height:207.172px;top:1151.15625px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15014;display:block; }#N2ou3hOTpxt7Tz3nPTDz4kIn4HWOEwQW li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#N2ou3hOTpxt7Tz3nPTDz4kIn4HWOEwQW li:before{  }
 }@media only screen and (max-width: 763px) { #KTu7Qy9xpczgPul6b118T3M88qRlRhiD { width:320px;height:20.7969px;top:1379.15625px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15014;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #zeCpuInSy4icew3Ge8uqZ1lo7EALu4h3 { width:320px;height:351.953px;top:1417.15625px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15015;display:block; }#zeCpuInSy4icew3Ge8uqZ1lo7EALu4h3 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#zeCpuInSy4icew3Ge8uqZ1lo7EALu4h3 li:before{  }
 }@media only screen and (max-width: 763px) { #BUyqBBbqwMQQVAJ4Fo3GS7RGWta1DayD { width:320px;height:20.7969px;top:1782.15625px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15015;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #rJb7KXKCwr2JJPFrrITFaHK2kEIeR6Zn { width:320px;height:165.578px;top:1818.15625px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15016;display:block; }#rJb7KXKCwr2JJPFrrITFaHK2kEIeR6Zn li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#rJb7KXKCwr2JJPFrrITFaHK2kEIeR6Zn li:before{  }
 }@media only screen and (max-width: 763px) { #WFPysSTb2ZRxsnwSsTn36BTe8cKJQDML { width:320px;height:20.7969px;top:2003.15625px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15016;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #p9yo5T7Q9pTR5QlMlE8ERzXpHef7nArL { width:320px;height:149.781px;top:2038.15625px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15017;display:block; }#p9yo5T7Q9pTR5QlMlE8ERzXpHef7nArL li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#p9yo5T7Q9pTR5QlMlE8ERzXpHef7nArL li:before{  }
 }@media only screen and (max-width: 763px) { #ZypvBIucrShdnUeOZ1LcvSpEdfoNfJm4 { width:320px;height:20.7969px;top:2218.15625px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15017;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Z339TvIsbigsuST5GUoTORcHE9yZe6kM { width:320px;height:139.781px;top:2250.15625px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15018;display:block; }#Z339TvIsbigsuST5GUoTORcHE9yZe6kM li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Z339TvIsbigsuST5GUoTORcHE9yZe6kM li:before{  }
 }@media only screen and (max-width: 763px) { #WpkVdEuwqnJDkXi8zfrGOBoSkfCJtV3e { width:320px;height:362.75px;top:2836.0234375px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15014;display:block; }#WpkVdEuwqnJDkXi8zfrGOBoSkfCJtV3e li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#WpkVdEuwqnJDkXi8zfrGOBoSkfCJtV3e li:before{  }
 }@media only screen and (max-width: 763px) { #IlueivRQ2hz3heWsNWKLy2d2HyUJhQ0m { width:320px;height:auto;top:864px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15015;display:none; }#IlueivRQ2hz3heWsNWKLy2d2HyUJhQ0m li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#IlueivRQ2hz3heWsNWKLy2d2HyUJhQ0m li:before{  }
 }@media only screen and (max-width: 763px) { #qfmW56S6g60nVumSe7hgTgKhTzoE2EKm { width:320px;height:0;top:1617.5859375px;left:0px;font-size:16px;text-align:left;text-align-last:left;z-index:15017;display:none; }#qfmW56S6g60nVumSe7hgTgKhTzoE2EKm li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#qfmW56S6g60nVumSe7hgTgKhTzoE2EKm li:before{  }
 }@media only screen and (max-width: 763px) { #eEDM4tGwi0FtVAQBMKX4I6gvx2dQrG7m { width:320px;height:0;top:2048.15625px;left:10px;font-size:16px;text-align:left;text-align-last:left;z-index:15018;display:none; }#eEDM4tGwi0FtVAQBMKX4I6gvx2dQrG7m li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#eEDM4tGwi0FtVAQBMKX4I6gvx2dQrG7m li:before{  }
 }@media only screen and (max-width: 763px) { #yN7torLzuyp7Tmw7fyJIAbZy6SIzy8TW { width:320px;height:0;top:2260.15625px;left:10px;font-size:16px;text-align:left;text-align-last:left;z-index:15019;display:none; }#yN7torLzuyp7Tmw7fyJIAbZy6SIzy8TW li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#yN7torLzuyp7Tmw7fyJIAbZy6SIzy8TW li:before{  }
 }@media only screen and (max-width: 763px) { #o92qabkBaMtGJP08p91phZvQ3pmLEvEC { width:320px;height:0;top:2484.4296875px;left:10px;font-size:16px;text-align:left;text-align-last:left;z-index:15013;display:none; }#o92qabkBaMtGJP08p91phZvQ3pmLEvEC li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#o92qabkBaMtGJP08p91phZvQ3pmLEvEC li:before{  }
 }@media only screen and (max-width: 763px) { #TxPCIJ2XBN4W7ctmyLN2KXR67H6aAH9t { width:320px;height:0;top:2846.0234375px;left:10px;font-size:16px;text-align:left;text-align-last:left;z-index:15015;display:none; }#TxPCIJ2XBN4W7ctmyLN2KXR67H6aAH9t li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TxPCIJ2XBN4W7ctmyLN2KXR67H6aAH9t li:before{  }
 }@media only screen and (max-width: 763px) { #nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP { display:block; }#nU6yoscD3Gwt8m0XURAhvgpBiUyaPKxP > .row .container { width:320px;height:1948px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyGiPIKwy8bliXvZNNkoNsDKsqQ09DZg { width:320px;height:auto;top:48px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dL2CzIfeBRaPvsSdmqUow5gdw0W5Sru0 { width:311px;height:1767.7352px;top:101px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C4NrnyFp0J1RZGPd9oIVfuhukZm7oD1z { top:26px;left:9.5px;width:301px;height:54.5938px;z-index:15010;font-size:21px;text-align:left;text-align-last:left;color:#124c8a;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y { display:block; }#qhtbrBts2vcqd9pc2W3hH1p7XHPKlu8y > .row .container { width:320px;height:537px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACU8e7nKuJChCMdiuinNFQRxIu3WkpHC { width:301px;height:169px;top:25px;left:0px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #BeBIuAG4XsJ9a4FZNEAG2QF1oT2iX3XS { width:210px;height:0;top:320.0078125px;left:55px;font-size:13px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ff5sSdKrkITFpSUtNuaBCe6t4SgX2LA8 { top:5px;left:0px;width:320px;height:531px;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PKBIWLBByBE7SywzNmnKPocUIQeTzuC5 { width:210px;height:124.7504px;top:329.71875px;left:55px;font-size:12px;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #UStJSEWuesv0qm23DVeyCMsD89C1xPif { display:block; }#UStJSEWuesv0qm23DVeyCMsD89C1xPif > .row .container { width:320px;height:1124px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJK68mpaEt7Mk8UyXi9yW7OXK52qZK2I { width:316px;height:489px;top:587px;left:0px;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #tmQAxkweB9C8BnB4oKTb76tSb7PqMCyO { width:212px;height:51px;top:1051px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #UtDVO5L0NDHcillN6ZBfzXwPkuS2Zscv { display:block; }
 }@media only screen and (max-width: 763px) { #ZdxAUOCtnAZgHDkcDqG33lSwB21kaaik { width:277px;height:105px;top:910px;left:33px;text-align:left;text-align-last:left;font-size:15px;z-index:14999;line-height:1.5;display:block; }#ZdxAUOCtnAZgHDkcDqG33lSwB21kaaik li:before{  }
 }@media only screen and (max-width: 763px) { #BxEteqUOuBuwBUVHSQP0FlHagTTpIbmy { width:320px;height:429px;top:80px;left:0px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #FK51RoLtddAKQEwFmpKczJ6Duf3uKtvT { width:250px;height:2px;top:333px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #dqLfy6yyL2pVDWHsbZBtw6TiVU6oC6ky { width:277px;height:111px;top:353px;left:37px;text-align:left;text-align-last:left;font-size:15px;z-index:14999;line-height:1.6;display:block; }#dqLfy6yyL2pVDWHsbZBtw6TiVU6oC6ky li:before{  }
 }@media only screen and (max-width: 763px) { #JT3FmAItKIguCsMRNFGtq6Ls3S8eRxDK { width:277px;height:72px;top:717px;left:27px;text-align:left;text-align-last:left;font-size:15px;z-index:14999;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yGHEdQOorVPHxpW7x9rfUS9p0wLvXX14 { width:41px;height:39px;top:818.75px;left:48px;text-align:center;text-align-last:center;font-size:30px;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #p2xbFHXpyeXBLprvUDCAURfL2nwbnTJT { width:126px;height:71.5px;top:807.5px;left:91px;text-align:center;text-align-last:center;font-size:55px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WnZ35mNynpUtkpnt3g40XyWG1F1c2uzf { width:250px;height:2px;top:888px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ByDGsRh7lWUC4aKWhg3AiZJk6uUaRDh2 { width:212px;height:50px;top:486px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #rLF8qMfbfRbtl4RcBMTpTihypaQVQ1P0 { display:block; }
 }@media only screen and (max-width: 763px) { #htG6n9J9F24Ioef5y6tghnACnlS0QXhC { width:233px;height:74.3906px;top:98px;left:31px;text-align:left;text-align-last:left;font-size:31px;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QPviQNAJvWhTzugPn7PoM83t03m89s5C { width:52px;height:42.8984px;top:273.046875px;left:31px;text-align:center;text-align-last:center;font-size:33px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bKS4QCEsLgxtdBiKd2kpMuvrTdy5vTqO { width:90px;height:71.5px;top:262.5px;left:83px;text-align:center;text-align-last:center;font-size:55px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #f0uvnJh86Ev10bbMMDhd20XsQIkbpDN3 { width:320px;height:37px;top:551px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FEgd8Q0P9LoENyqEIhefM73FiJdk9B4M { width:320px;height:28.7969px;top:557px;left:0px;text-align:center;text-align-last:center;font-size:16px;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Mlapcdfk1Gw2AauW9T9JwWPIWNu23DDu { width:287px;height:75.3906px;top:623px;left:25.5px;text-align:left;text-align-last:left;font-size:29px;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WlfyQZ8bAzvOBG9NJ9oSl4LFskCWMzGx { width:320px;height:41.5938px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qwPEccz29ZonWpy28IUhH3hvXJoXHSxD { width:297px;height:0;top:187px;left:33px;text-align:left;text-align-last:left;font-size:15px;z-index:14999;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #FhtSAgXiVcaMQJBcu4VVy6ZeyTZqvL8Q { width:279px;height:67.5px;top:178.59375px;left:32px;text-align:left;text-align-last:left;font-size:15px;z-index:15000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { display:block; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { width:320px;height:94px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 { display:flex;width:40px;height:40px;top:32px;left:48px; }
#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ { display:flex;width:37px;height:37px;top:33.5px;left:0px; }
#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ > img { max-width: 100%;max-height:100%; width:37px; height:37px; } }@media only screen and (max-width: 763px) { #IN9RtJ0Gqd1wJKls1pAHoAOBCyKgtf71 { width:317px;height:18.1953px;top:4px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XX5LTAbq899tlCQEymdUVxlqPrrVqROZ { width:98px;height:61px;top:21.5px;left:222px;display:block; }
 }