.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row .container { background-color: transparent; background-image: none; }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row .container > .video-iframe-container { display: none; }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row > .video-iframe-container { display: none; }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .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); }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row .container { border-width: 0; border-radius: 0; }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row > .video-iframe-container {  }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row .container { font-size:0.875rem;font-family:lato;height:4.3125rem;width:60rem;position:relative;display:block; }#vw0JvgfRuh3EU9a7lKWGkLITo7fwBewy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:19.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#F12JO88gp5L5CO8yfyVnI2piHvMPT23X { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.5625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:0.875rem;left:42.40625rem;display:block; }
#OO98dD14dp337tKXiP7LdbbD7qDR4PLI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ekf6Gjaf/ENT.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:lato;height:51.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { color:#515151;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:18.15625rem;left:0.71875rem;height:4.7109375rem;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; }
#VPJmTIvlVX7tzNl6F9ofg5daiC8AJsTS { color:#515151;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:20.75rem;left:0.75rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybvMytz6cnkgrA2eltmAEoc51unNVbCQ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.5rem;width:13.8125rem;top:30rem;left:0rem;display:block; }
#eFOKQHlyZhWbDEg7sKtG7MvgLI82790N { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.125rem;top:31.25rem;left:5.34375rem;overflow:hidden;display:block; }
#oiuqzqSPRtD0emXZ4vHrLGV950z8TI2A { color:#515151;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:35.5rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hF00vTVOITqGttTzWASnoh2EMBbSoMmW { color:#515151;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:37.75rem;left:1.34375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DI8yfaqmoiaVX0aTX3I7HLbBizNVD5ZO { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.4375rem;width:13.8125rem;top:30rem;left:15.5rem;display:block; }
#NH2D2ESHcOTH9vonL1WGZvKX6QVqi4oi { color:#515151;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:37.75rem;left:16.84375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIiJtg5ohK4G87aE3mNRXzXZfDzsPW5V { color:#515151;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:35.375rem;left:15.4375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AVDZFsZEuPKNsRRBqTmrObqSPOIghcTT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:2.5625rem;top:31.375rem;left:21.125rem;overflow:hidden;display:block; }
#codNnzN3Q9wyVTTJgGvSiyFbEJ24m5Dz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:7.6875rem;left:2.4375rem;display:none; }
#r21rf1ahceSRbdiNb1FUW3dXgCN2nOhU { color:#000000;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:4rem;left:0rem;display:none; }
#yIW78UvNW1GMPXpx9m5meBWDZMeyPXLg { color:#000000;display:block;width:19.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:8.3125rem;left:0.375rem;display:none; }
#Xfnd3g1qJHyV0c65cuhfx3irkV19ckgS { position:absolute;display:block;z-index:100021;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;height:12.8125rem;width:29.5rem;top:16.4375rem;left:0rem;display:block; }
#HnDsDvSWnSkUL8RU9XLZENrdpEWTkgk3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.8125rem;width:25.875rem;display:none; }
#MQHGmnadZzNW7NRJ6peFxIMBHyg577rw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:53.375rem;left:2.625rem;display:none; }
#rPD9SVyaMGfPDQihGo39lKczfgl9ntHr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:53.8125rem;left:1.5rem;display:none; }
#S1WodzRD8dN8RLxHMnZkzERoZsKMUFPx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.625rem;width:29.6875rem;display:none; }
#pK8cQkpJzRnFKIAKgaTUl3b8TIzHV5Xu { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:67.625rem;left:0.9375rem;display:none; }
#to0V4V0yHdM8GAcKRAQfETaPOPPbVomX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:69.9375rem;left:3.4375rem;display:none; }
#fHqSQwvi6rv1RcUJ4Ud6xTFX9kMS0H0d { position:absolute;display:block;z-index:100017;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.3125rem solid #0e9ae5;border-left:0.3125rem solid #0e9ae5;border-right:0.3125rem solid #0e9ae5;border-bottom:0.3125rem solid #0e9ae5;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,161,248,0.21) ;height:21rem;width:28.6875rem;top:16.4375rem;left:30.6875rem;display:block; }
#ld9FkEDKDJ5PK2TG80rpiMStngbDrlGO { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:22.5rem;top:18.4375rem;left:34.125rem;overflow:hidden;display:block; }
#ABZv5cwqsdZsXltZAPgS66AHaxkJh1fv { color:#515151;display:block;width:28.5625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:24.6875rem;left:31.4375rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#nMAzr3BGMHBOCpKRZJVVTEWq2tPcnd12 { color:#0069ab;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:31.1875rem;left:36rem;height:3.4121125rem;display:block; }
#ks4krivhNAeozBDCePhrp74vntv9qVHp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container { background-color: transparent; background-image: none; }#ks4krivhNAeozBDCePhrp74vntv9qVHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container > .video-iframe-container { display: none; }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row > .video-iframe-container { display: none; }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .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); }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container { border-width: 0; border-radius: 0; }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row > .video-iframe-container {  }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container { font-size:0.875rem;font-family:lato;height:48.9375rem;width:60rem;position:relative;display:block; }#KTkTryVNqkM5iZ4pI4b9C1I4oLTEHJFG { position:absolute;display:block;z-index:100004;background-color:#1799eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:2.25rem;left:28.4375rem;display:block; }
#lvByAezAqMLzplOgFsu13UTtdzcOf46W { color:#515151;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;font-style:normal;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;display:block; }
#HTTdmy49f0wklVL85X5uxFOaHdtVx3E8 { color:#000000;display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0rem;height:19.5rem;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; }
#SXTbIaSoRFLmUw5k1eBLWSWDDsmWCIk6 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:37.875rem;top:7.875rem;left:9.9208984375rem;overflow:hidden;display:block; }
#nQEAaQv80Es56K10DAigQOPin8Lp4d7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0069ab;background-image:none;position:relative;display:block; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { background-color: transparent; background-image: none; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container > .video-iframe-container { display: none; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row > .video-iframe-container { display: none; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .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); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { border-width: 0; border-radius: 0; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row > .video-iframe-container {  }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { font-size:0.875rem;font-family:lato;height:27.1875rem;width:60rem;position:relative;display:block; }#f3Bp3Mf9EwLCnQqPfABUmLmP5Zq5LPX9 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7LsAwofTCnL6DrotdM9PvJAwKVtnzin { position:absolute;display:block;z-index:100004;background-color:#1799eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:1.5rem;left:28.4375rem;display:block; }
#gsTUP2O8iF9Tt2I2C6cNJhbAIttBXssF { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.9375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR { position:relative;display:block; }#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR { background-color: transparent; background-image: none; }#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR > .row .container > .video-iframe-container { display: none; }#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR > .row > .video-iframe-container { display: none; }#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR > .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); }#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR { border-width: 0; border-radius: 0; }#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR > .row .container > .video-iframe-container {  }#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:lato;height:52.5625rem;width:60rem;position:relative;display:block; }#ivk4tCOEL1xKDZ2B9CXFe7KNm7RNLJP5 { color:#515151;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:36.0625rem;left:0rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JPCqbm6t13ehizVEKQVwWQquesNR59Ll { position:absolute;display:block;z-index:100005;background-color:#1799eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:1.4375rem;left:28.4375rem;display:block; }
#WbcK72lMxbleBb0aq9Kfz6ywktwgimux { position:absolute;display:block;z-index:100007;height:19.3125rem;width:58.3125rem;top:3.0625rem;left:0.84375rem;display:block; }
#K2twI8KK3tKDW9sUytP2g0uaCEHVG4i6 { color:#000000;display:block;width:5.9375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:41.6875rem;left:7.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#FwizBpE373nfmUzeb3TwmBCCi3K2xxCn { color:#000000;display:block;width:5.9375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:41.6875rem;left:26.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#biTRNqNuNP8pzAwsD0UNEzWaIUTQqHH6 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:44.6875rem;left:22.375rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#IlFrVOT9IeHMFaR7bpu8cWHJ8MF7bh8t { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:44.6875rem;left:38.75rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#el1ThQeZqNew0w3P2vdu4SittkHSqtkg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:44.6875rem;left:3.875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#aaMWKPXwd1wAyGHPXEFJxz4BGGHGy9mv { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:41.6875rem;left:43.0625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#I6JeXrQ4CI40umqV0nqVTJAdJkNxOPmF { position:absolute;display:block;z-index:100000;height:11.25rem;width:20rem;display:none; }
#Urwp8AtGGU06F288JZOWTqghTh4Xdb0g { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:48.6875rem;left:5.9375rem;height:1.54296875rem;display:block; }
#BJtsgDPADrRIkT7i6JtlPKCXEtp49yuF { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:48.6875rem;left:25.78125rem;height:1.54296875rem;display:block; }
#BeayXrNl1DTTMDK9Rh3ObnJyoLdJVJI4 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:48.6875rem;left:43.25rem;height:1.54296875rem;display:block; }
#DF8loo0ZtWWNLZJhTiacqNpipFiKgT7L { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:48.6875rem;left:43.25rem;height:1.5rem;display:none; }
#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0069ab;background-image:none;position:relative;display:block; }#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA > .row .container { background-color: transparent; background-image: none; }#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA > .row .container > .video-iframe-container { display: none; }#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA > .row > .video-iframe-container { display: none; }#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA > .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); }#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA > .row .container { border-width: 0; border-radius: 0; }#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA > .row > .video-iframe-container {  }#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA > .row .container { font-size:0.875rem;font-family:lato;height:52.0625rem;width:60rem;position:relative;display:block; }#qxmGIhKCUvlLf4qtgwIqErmb6DJtooCI { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:40.0625rem;width:26.8125rem;top:9.125rem;left:2.65625rem;display:block; }
#d9g8aIK2eH3ifi89WCvrcp5TSJJxhGvB { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/71et1Nxa/Screen_Shot_2019_03_09_at_9.53.02_PM.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:6.25rem;width:6.25rem;top:10.25rem;left:12.9375rem;display:block; }#d9g8aIK2eH3ifi89WCvrcp5TSJJxhGvB.adaptive-delivery-prevent-bg, #d9g8aIK2eH3ifi89WCvrcp5TSJJxhGvB.lazyload, #d9g8aIK2eH3ifi89WCvrcp5TSJJxhGvB.lazyloading { background-image: none; }
#Ikor0FZpMFwJnk35uNyenPR7vhwTCmQB { color:#000000;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100012;line-height:1.9;letter-spacing:0;top:20.625rem;left:5.1875rem;height:24.222625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7Vle5FOxGxQ045hy9J0CuIq6ATUuvGn { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:40.0625rem;width:25.5625rem;top:9.125rem;left:32.21875rem;display:block; }
#WSrCrNiDmNe3FyEnkDoL6VyJgQqTrLMo { color:#000000;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100017;line-height:1.9;letter-spacing:0;top:20.625rem;left:34.125rem;height:24.222625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSp72rbSsGsRIbHftKGgHCeIJXDnlsRs { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/bd4bu4d1/Screen_Shot_2019_03_09_at_9.59.33_PM.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:6.25rem;width:6.25rem;top:10.25rem;left:41.875rem;display:block; }#FSp72rbSsGsRIbHftKGgHCeIJXDnlsRs.adaptive-delivery-prevent-bg, #FSp72rbSsGsRIbHftKGgHCeIJXDnlsRs.lazyload, #FSp72rbSsGsRIbHftKGgHCeIJXDnlsRs.lazyloading { background-image: none; }
#CsaGhT4nionQVpEUiPhozWtirAwuubWh { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5NJgA8IRzxehoRd5ItSx7rhwzS4Hpbr { color:#0069ab;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:17.59375rem;left:12.28125rem;height:2.11230625rem;display:block; }
#N7vVUBsX4u5nJv4RAHByUyt212PugFhb { color:#0069ab;display:block;width:9.875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:17.59375rem;left:40.8125rem;height:2.11230625rem;display:block; }
#aJ1QbMTG7iSoWTJxoRhCwIW0kAlAcF7o { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:12.0625rem;left:3.75rem;display:none; }
#cyNHVLNurWQdnyPZC7PV2bLk8vVz1yGD { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:51.8125rem;left:6.75rem;display:none; }
#yKgN61HngJ9e0QdMvosD1mKiDli8pBJG { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:21.0625rem;top:42.84375rem;left:34.46875rem;overflow:hidden;display:block; }
#rREyMIhlXiRtXU4OR7Hu6RLBwqHDcfpR { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:21.0625rem;top:42.84375rem;left:4.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 { display:block; }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vw0JvgfRuh3EU9a7lKWGkLITo7fwBewy { width:19.9375rem;height:4.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F12JO88gp5L5CO8yfyVnI2piHvMPT23X { width:13.4375rem;height:2.5625rem;top:0.875rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO98dD14dp337tKXiP7LdbbD7qDR4PLI { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { width:27.8125rem;height:4.625rem;top:18.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPJmTIvlVX7tzNl6F9ofg5daiC8AJsTS { width:27.75rem;height:7.5rem;top:20.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybvMytz6cnkgrA2eltmAEoc51unNVbCQ { width:13.8125rem;height:13.5rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFOKQHlyZhWbDEg7sKtG7MvgLI82790N { width:3.125rem;height:3.3125rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiuqzqSPRtD0emXZ4vHrLGV950z8TI2A { width:13.9375rem;height:1.375rem;top:35.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF00vTVOITqGttTzWASnoh2EMBbSoMmW { width:11.125rem;height:3.75rem;top:37.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI8yfaqmoiaVX0aTX3I7HLbBizNVD5ZO { width:13.8125rem;height:13.4375rem;top:30rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH2D2ESHcOTH9vonL1WGZvKX6QVqi4oi { width:11.125rem;height:3.75rem;top:37.75rem;left:10.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIiJtg5ohK4G87aE3mNRXzXZfDzsPW5V { width:13.9375rem;height:1.6875rem;top:35.375rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVDZFsZEuPKNsRRBqTmrObqSPOIghcTT { width:2.5625rem;height:3.25rem;top:31.375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #codNnzN3Q9wyVTTJgGvSiyFbEJ24m5Dz { top:7.6875rem;left:0rem;width:12.5rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r21rf1ahceSRbdiNb1FUW3dXgCN2nOhU { top:4rem;left:0rem;width:19.375rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIW78UvNW1GMPXpx9m5meBWDZMeyPXLg { top:8.3125rem;left:0rem;width:19.25rem;height:9.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xfnd3g1qJHyV0c65cuhfx3irkV19ckgS { top:16.4375rem;left:0rem;width:29.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnDsDvSWnSkUL8RU9XLZENrdpEWTkgk3 { width:25.875rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQHGmnadZzNW7NRJ6peFxIMBHyg577rw { top:53.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPD9SVyaMGfPDQihGo39lKczfgl9ntHr { top:53.8125rem;left:0rem;width:12.5rem;height:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1WodzRD8dN8RLxHMnZkzERoZsKMUFPx { width:29.6875rem;height:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pK8cQkpJzRnFKIAKgaTUl3b8TIzHV5Xu { top:67.625rem;left:0rem;width:18.3125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #to0V4V0yHdM8GAcKRAQfETaPOPPbVomX { top:69.9375rem;left:0rem;width:12.5rem;height:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHqSQwvi6rv1RcUJ4Ud6xTFX9kMS0H0d { width:28.6875rem;height:21rem;top:16.4375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld9FkEDKDJ5PK2TG80rpiMStngbDrlGO { width:22.5rem;height:4.8125rem;top:18.4375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABZv5cwqsdZsXltZAPgS66AHaxkJh1fv { width:28.5625rem;height:5.3125rem;top:24.6875rem;left:19.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMAzr3BGMHBOCpKRZJVVTEWq2tPcnd12 { top:31.1875rem;left:29rem;width:18.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks4krivhNAeozBDCePhrp74vntv9qVHp { display:block; }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTkTryVNqkM5iZ4pI4b9C1I4oLTEHJFG { width:3.125rem;height:0.125rem;top:2.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvByAezAqMLzplOgFsu13UTtdzcOf46W { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTdmy49f0wklVL85X5uxFOaHdtVx3E8 { top:25.3125rem;left:0rem;width:47.75rem;height:21.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXTbIaSoRFLmUw5k1eBLWSWDDsmWCIk6 { top:7.875rem;left:3.7958984375rem;width:37.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEAaQv80Es56K10DAigQOPin8Lp4d7b { display:block; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3Bp3Mf9EwLCnQqPfABUmLmP5Zq5LPX9 { width:47.75rem;height:16.25rem;top:8rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7LsAwofTCnL6DrotdM9PvJAwKVtnzin { width:3.125rem;height:0.125rem;top:1.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsTUP2O8iF9Tt2I2C6cNJhbAIttBXssF { width:47.75rem;height:3.8125rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR { display:block; }#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivk4tCOEL1xKDZ2B9CXFe7KNm7RNLJP5 { width:47.75rem;height:6.75rem;top:36.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPCqbm6t13ehizVEKQVwWQquesNR59Ll { width:3.125rem;height:0.125rem;top:1.4375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbcK72lMxbleBb0aq9Kfz6ywktwgimux { top:3.0625rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2twI8KK3tKDW9sUytP2g0uaCEHVG4i6 { top:41.6875rem;left:1.0625rem;width:5.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwizBpE373nfmUzeb3TwmBCCi3K2xxCn { top:41.6875rem;left:20.4375rem;width:5.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #biTRNqNuNP8pzAwsD0UNEzWaIUTQqHH6 { top:44.6875rem;left:16.25rem;width:14.3125rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlFrVOT9IeHMFaR7bpu8cWHJ8MF7bh8t { top:44.6875rem;left:30.3125rem;width:17.4375rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #el1ThQeZqNew0w3P2vdu4SittkHSqtkg { top:44.6875rem;left:0rem;width:12.5rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaMWKPXwd1wAyGHPXEFJxz4BGGHGy9mv { top:41.6875rem;left:36.9375rem;width:8.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6JeXrQ4CI40umqV0nqVTJAdJkNxOPmF { display:none; }
 }@media only screen and (max-width: 763px) { #Urwp8AtGGU06F288JZOWTqghTh4Xdb0g { top:48.6875rem;left:0rem;width:8.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJtsgDPADrRIkT7i6JtlPKCXEtp49yuF { top:48.6875rem;left:19.65625rem;width:8.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeayXrNl1DTTMDK9Rh3ObnJyoLdJVJI4 { top:48.6875rem;left:37.125rem;width:8.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF8loo0ZtWWNLZJhTiacqNpipFiKgT7L { top:48.6875rem;left:37.125rem;width:8.4375rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA { display:block; }#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxmGIhKCUvlLf4qtgwIqErmb6DJtooCI { width:26.8125rem;height:40.0625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9g8aIK2eH3ifi89WCvrcp5TSJJxhGvB { width:6.25rem;height:6.25rem;top:10.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikor0FZpMFwJnk35uNyenPR7vhwTCmQB { width:21.75rem;height:24rem;top:20.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Vle5FOxGxQ045hy9J0CuIq6ATUuvGn { width:25.5625rem;height:40.0625rem;top:9.125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSrCrNiDmNe3FyEnkDoL6VyJgQqTrLMo { width:21.75rem;height:24rem;top:20.625rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSp72rbSsGsRIbHftKGgHCeIJXDnlsRs { width:6.25rem;height:6.25rem;top:10.25rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsaGhT4nionQVpEUiPhozWtirAwuubWh { width:47.75rem;height:3.8125rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5NJgA8IRzxehoRd5ItSx7rhwzS4Hpbr { top:17.5625rem;left:9.21875rem;width:7.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7vVUBsX4u5nJv4RAHByUyt212PugFhb { top:17.5625rem;left:31.625rem;width:9.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ1QbMTG7iSoWTJxoRhCwIW0kAlAcF7o { top:12.0625rem;left:0.6875rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyNHVLNurWQdnyPZC7PV2bLk8vVz1yGD { top:51.8125rem;left:3.71875rem;width:6.4375rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKgN61HngJ9e0QdMvosD1mKiDli8pBJG { top:42.8125rem;left:25.28125rem;width:21.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rREyMIhlXiRtXU4OR7Hu6RLBwqHDcfpR { top:42.8125rem;left:1.40625rem;width:21.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#0e9ae5;background-image:none;display:block; }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row .container { background-color: transparent; background-image: none; }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row .container > .video-iframe-container { display: none; }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row > .video-iframe-container { display: none; }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .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); }#Kqdbx6evqBQ62IxLylgAEZT9pwDoemA7 > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vw0JvgfRuh3EU9a7lKWGkLITo7fwBewy { width:8.9375rem;height:1.875rem;top:3.875rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F12JO88gp5L5CO8yfyVnI2piHvMPT23X { width:20rem;height:2.875rem;top:0rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO98dD14dp337tKXiP7LdbbD7qDR4PLI { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { width:20rem;height:0;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPJmTIvlVX7tzNl6F9ofg5daiC8AJsTS { width:19.1875rem;height:0;top:9.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybvMytz6cnkgrA2eltmAEoc51unNVbCQ { width:13.8125rem;height:15rem;top:25.1875rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFOKQHlyZhWbDEg7sKtG7MvgLI82790N { width:2.6875rem;height:2.8125rem;top:27.3125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiuqzqSPRtD0emXZ4vHrLGV950z8TI2A { width:13.9375rem;height:0;top:17.25rem;left:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hF00vTVOITqGttTzWASnoh2EMBbSoMmW { width:13.9375rem;height:0;top:20.1875rem;left:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DI8yfaqmoiaVX0aTX3I7HLbBizNVD5ZO { width:13.8125rem;height:15rem;top:49.375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NH2D2ESHcOTH9vonL1WGZvKX6QVqi4oi { width:13.9375rem;height:0;top:44.375rem;left:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vIiJtg5ohK4G87aE3mNRXzXZfDzsPW5V { width:13.9375rem;height:0;top:41.4375rem;left:3rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AVDZFsZEuPKNsRRBqTmrObqSPOIghcTT { width:2.25rem;height:2.8125rem;top:51.5rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #codNnzN3Q9wyVTTJgGvSiyFbEJ24m5Dz { top:6.1875rem;left:0.875rem;width:19.125rem;height:0;z-index:100018;font-family:roboto;color:#ffffff;font-weight:700;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;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #r21rf1ahceSRbdiNb1FUW3dXgCN2nOhU { top:4rem;left:0rem;width:19.375rem;height:;z-index:100019;font-family:roboto;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-size:1.4375rem;text-align:center;text-align-last:center;color:#515151;display:block; }
 }@media only screen and (max-width: 763px) { #yIW78UvNW1GMPXpx9m5meBWDZMeyPXLg { top:8.3125rem;left:0.375rem;width:19.25rem;height:9.75rem;z-index:100020;text-align:center;text-align-last:center;font-family:roboto;color:#515151;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfnd3g1qJHyV0c65cuhfx3irkV19ckgS { width:20rem;height:12.8125rem;top:45.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnDsDvSWnSkUL8RU9XLZENrdpEWTkgk3 { top:44.4375rem;left:8.4375rem;width:3.0625rem;height:3.9375rem;z-index:100024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MQHGmnadZzNW7NRJ6peFxIMBHyg577rw { top:50rem;left:1.1875rem;width:17.9375rem;height:1.8681625rem;z-index:100025;font-family:roboto;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPD9SVyaMGfPDQihGo39lKczfgl9ntHr { top:52.625rem;left:3.625rem;width:12.5rem;height:3.8994125rem;z-index:100026;font-family:lato;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1WodzRD8dN8RLxHMnZkzERoZsKMUFPx { top:57.8125rem;left:8rem;width:3.8125rem;height:4.0625rem;z-index:100027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pK8cQkpJzRnFKIAKgaTUl3b8TIzHV5Xu { top:63.3125rem;left:0.875rem;width:18.3125rem;height:1.70605625rem;z-index:100026;font-family:roboto;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #to0V4V0yHdM8GAcKRAQfETaPOPPbVomX { top:65.625rem;left:3.3125rem;width:12.5rem;height:3.8994125rem;z-index:100027;font-family:lato;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHqSQwvi6rv1RcUJ4Ud6xTFX9kMS0H0d { width:19.625rem;height:21rem;top:20.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,161,248,0.21) ;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #0e9ae5;border-left:0.1875rem solid #0e9ae5;border-right:0.1875rem solid #0e9ae5;border-bottom:0.1875rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #ld9FkEDKDJ5PK2TG80rpiMStngbDrlGO { width:20rem;height:4.2777777777778rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABZv5cwqsdZsXltZAPgS66AHaxkJh1fv { width:20rem;height:4.0625rem;top:28.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nMAzr3BGMHBOCpKRZJVVTEWq2tPcnd12 { width:14.5625rem;height:2.5996125rem;top:34.25rem;left:2.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks4krivhNAeozBDCePhrp74vntv9qVHp { display:block; }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTkTryVNqkM5iZ4pI4b9C1I4oLTEHJFG { width:3.125rem;height:0.125rem;top:1.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvByAezAqMLzplOgFsu13UTtdzcOf46W { width:18.1875rem;height:4.875rem;top:11.8125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTdmy49f0wklVL85X5uxFOaHdtVx3E8 { width:20rem;height:48.75rem;top:17.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SXTbIaSoRFLmUw5k1eBLWSWDDsmWCIk6 { width:20rem;height:7.9619375rem;top:2.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEAaQv80Es56K10DAigQOPin8Lp4d7b { display:block; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3Bp3Mf9EwLCnQqPfABUmLmP5Zq5LPX9 { width:17rem;height:42.39545rem;top:7.375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7LsAwofTCnL6DrotdM9PvJAwKVtnzin { width:3.125rem;height:0.125rem;top:2.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsTUP2O8iF9Tt2I2C6cNJhbAIttBXssF { width:20rem;height:2.4375rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR { display:block; }#lNSwpvBLluW1fmTwdqXAOMPuK5n7OlWR > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivk4tCOEL1xKDZ2B9CXFe7KNm7RNLJP5 { width:20rem;height:4.5rem;top:15.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPCqbm6t13ehizVEKQVwWQquesNR59Ll { width:3.125rem;height:0.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbcK72lMxbleBb0aq9Kfz6ywktwgimux { width:20rem;height:19.3125rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2twI8KK3tKDW9sUytP2g0uaCEHVG4i6 { width:5.9375rem;height:2.2744125rem;top:20.5625rem;left:7.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FwizBpE373nfmUzeb3TwmBCCi3K2xxCn { width:5.9375rem;height:2.2744125rem;top:30.375rem;left:7.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biTRNqNuNP8pzAwsD0UNEzWaIUTQqHH6 { width:14.3125rem;height:3.0859375rem;top:33.1875rem;left:2.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlFrVOT9IeHMFaR7bpu8cWHJ8MF7bh8t { width:17.4375rem;height:3.0859375rem;top:43.6875rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #el1ThQeZqNew0w3P2vdu4SittkHSqtkg { width:12.5rem;height:3.0859375rem;top:23.3125rem;left:3.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaMWKPXwd1wAyGHPXEFJxz4BGGHGy9mv { width:8.8125rem;height:2.2744125rem;top:40.5rem;left:6.125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6JeXrQ4CI40umqV0nqVTJAdJkNxOPmF { top:3.125rem;left:0rem;width:20rem;height:11.25rem;z-index:100053;display:block; }
 }@media only screen and (max-width: 763px) { #Urwp8AtGGU06F288JZOWTqghTh4Xdb0g { width:8.4375rem;height:1.54296875rem;top:27.34375rem;left:5.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJtsgDPADrRIkT7i6JtlPKCXEtp49yuF { width:8.4375rem;height:0;top:50.6875rem;left:5.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BeayXrNl1DTTMDK9Rh3ObnJyoLdJVJI4 { width:8.4375rem;height:1.54296875rem;top:37.125rem;left:5.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DF8loo0ZtWWNLZJhTiacqNpipFiKgT7L { width:8.4375rem;height:1.54296875rem;top:47.875rem;left:5.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA { display:block; }#Wn1p6adc0uTZvxyZEBK0pvsqz9BbZ4FA > .row .container { width:20rem;height:93rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxmGIhKCUvlLf4qtgwIqErmb6DJtooCI { width:20rem;height:41.4375rem;top:4.5rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qxmGIhKCUvlLf4qtgwIqErmb6DJtooCI.adaptive-delivery-prevent-bg, #qxmGIhKCUvlLf4qtgwIqErmb6DJtooCI.lazyload, #qxmGIhKCUvlLf4qtgwIqErmb6DJtooCI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #d9g8aIK2eH3ifi89WCvrcp5TSJJxhGvB { width:6.25rem;height:6.25rem;top:5.59375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikor0FZpMFwJnk35uNyenPR7vhwTCmQB { width:17.5625rem;height:26.5918125rem;top:14.84375rem;left:1.21875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7Vle5FOxGxQ045hy9J0CuIq6ATUuvGn { width:19.75rem;height:43.0625rem;top:48.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSrCrNiDmNe3FyEnkDoL6VyJgQqTrLMo { width:18.1875rem;height:26.5918125rem;top:59.34375rem;left:0.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSp72rbSsGsRIbHftKGgHCeIJXDnlsRs { width:6.25rem;height:6.25rem;top:49.59375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsaGhT4nionQVpEUiPhozWtirAwuubWh { width:20rem;height:2.4375rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5NJgA8IRzxehoRd5ItSx7rhwzS4Hpbr { width:7.5625rem;height:0;top:67.5625rem;left:6.21875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N7vVUBsX4u5nJv4RAHByUyt212PugFhb { width:9.875rem;height:0;top:85.625rem;left:5.0625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aJ1QbMTG7iSoWTJxoRhCwIW0kAlAcF7o { top:12.96875rem;left:6.78125rem;width:6.4375rem;height:1.94921875rem;z-index:100022;font-size:1.5rem;color:#0069ab;display:block; }
 }@media only screen and (max-width: 763px) { #cyNHVLNurWQdnyPZC7PV2bLk8vVz1yGD { top:56.71875rem;left:5.90625rem;width:8.1875rem;height:1.94921875rem;z-index:100023;font-size:1.5rem;color:#0069ab;display:block; }
 }@media only screen and (max-width: 763px) { #yKgN61HngJ9e0QdMvosD1mKiDli8pBJG { width:20rem;height:6.8842729970325rem;top:84.7275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rREyMIhlXiRtXU4OR7Hu6RLBwqHDcfpR { width:20rem;height:6.8842729970325rem;top:39.740234375rem;left:0rem;display:block; }
 }