.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u { position:relative;display:block; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u { background-color: transparent; background-image: none; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row .container > .video-iframe-container { display: none; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row > .video-iframe-container { display: none; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .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); }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u { border-width: 0; border-radius: 0; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .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; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .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:100px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ibMRXHRnKWIfFXxzDeuysFzctqUySlr7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:59px;width:200px;top:17.5px;left:24px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:"open sans";height:528px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#HGVa2yLmW797MemZVW4gNd9KtuhKaWKi { color:#194d64;display:block;width:344px;position:absolute;font-family:montserrat;font-size:35px;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:150px;left:67px;height:;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; }
#HnpTv9omIfLyx6OxRc2P4gbVSql0egW3 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a1e98b18-c265-4050-8de9-a7080e77bca7/headerbaseline.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:399px;width:960px;top:0px;left:0px;display:block; }#HnpTv9omIfLyx6OxRc2P4gbVSql0egW3.adaptive-delivery-prevent-bg, #HnpTv9omIfLyx6OxRc2P4gbVSql0egW3.lazyload, #HnpTv9omIfLyx6OxRc2P4gbVSql0egW3.lazyloading { background-image: none; }
#pRWId1yugDCBdBi9tvTSMQebVTUfJ9yE { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 9px #ffe6bf ;height:405px;width:372px;top:63px;left:38px;display:block; }
#GAUNkdMhyUTZ9k22NsVAyTTL6PgGolcD { background-color:#ff9d00;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:37px;border-top-right-radius:37px;border-bottom-left-radius:37px;border-bottom-right-radius:37px;box-shadow: 1px 1px 10px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:306px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:376px;left:67px;display:block; }
#XTSdE5fG20iSxRvGecGHEvWXJgrZwsyv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#e3RiuVdOfa64k4QvR6asoMrWHZWMKM3H { color:#194d64;display:block;width:481px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:466.375px;left:67px;height:;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; }
#FkQcNai5UAq1s4hoDS1D0sGfPyil0vJs { color:#ff9d00;display:block;width:327px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:100px;left:67px;height:;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; }
#HMzzORRuFNo4puB5NTVr0oX71RoMc8qI { color:#194d64;display:block;width:259px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:292px;left:67px;height:54.6px;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; }
#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl { position:relative;display:block; }#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl { background-color: transparent; background-image: none; }#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl > .row .container > .video-iframe-container { display: none; }#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl > .row > .video-iframe-container { display: none; }#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl > .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); }#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl { border-width: 0; border-radius: 0; }#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl > .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; }#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl > .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:326px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iqwEE3GdX9mBJem3kup9xMOdHe2FJ40J { position:absolute;display:block;z-index:15001;height:244px;width:960px;top:19px;left:0px;display:block; }
#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX { position:relative;display:block; }#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX { background-color: transparent; background-image: none; }#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX > .row .container > .video-iframe-container { display: none; }#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX > .row > .video-iframe-container { display: none; }#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX > .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); }#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX { border-width: 0; border-radius: 0; }#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:699px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nC7mCWR18w3Xi25lCkAxxEc7q93tDacX { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:301px;left:94.5px;display:block; }
#UwI4dD5qQVDfkXCRpwIbsycDddfsxTxk { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:347px;left:94.5px;display:block; }
#M2wmwdINDHyUwzQZzIZ35glnMfG17h3w { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:199px;left:94.5px;display:block; }
#DptnVToSl3DiHHWHdpDmRWekNZslUaCI { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:249px;left:94.5px;display:block; }
#ZDBbewdybfTuiVwVT5tW08aBpqNBRUL6 { color:#0f5972;display:block;width:809px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:210px;left:151px;height:277.0625px;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; }
#bauIna8ErtWug0cIzGAtlt4Q27deRpJm { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:399.046875px;left:94.5px;display:block; }
#PwOJFJ4DEWGpBkZR9vcSyEpABPfvKm3q { color:#0f5972;display:block;width:837px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:101.8125px;left:101.5px;height:83.2px;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; }
#sVJnEcsVBT4h7TrFWQwvBcrxSTxo7oVL { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:452.046875px;left:94.5px;display:block; }
#DyNVNxUIbqThCK5NL1gxImJkcsRFuPit { position:absolute;display:block;z-index:15005;background-color:#fff3e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:560px;width:960px;top:0px;left:-1px;display:block; }
#rHrVCXeCbfwLJBZTXadzwKVxvyQfaxdB { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 2px 9px rgba(255,206,128,0.7) ;height:589px;width:558px;top:68px;left:62px;display:block; }
#ynq88TFyJ8hdLXxmnqxxo9TTTclzbPq5 { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/62c367a7-a627-4a47-bb11-308de971809b/ungpatient.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:445px;width:395px;top:139px;left:514.5px;display:block; }#ynq88TFyJ8hdLXxmnqxxo9TTTclzbPq5.adaptive-delivery-prevent-bg, #ynq88TFyJ8hdLXxmnqxxo9TTTclzbPq5.lazyload, #ynq88TFyJ8hdLXxmnqxxo9TTTclzbPq5.lazyloading { background-image: none; }
#oSbSXJ13XmsTX1aqRHJ3JCodTeUl3vhZ { background-color:#ff9d00;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:37px;border-top-right-radius:37px;border-bottom-left-radius:37px;border-bottom-right-radius:37px;box-shadow: 1px 1px 10px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:397px;height:55px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:530px;left:94.5px;display:block; }
#PaCnazWrJrzl1lUOmcUwTLUz57iEK9kf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FaQCPBTGPxMAezm0dDF0KE5T23U0NEU6 { color:#194d64;display:block;width:481px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:614px;left:101.5px;height:20.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;font-style:normal;display:block; }
#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 { position:relative;display:block; }#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 { background-color: transparent; background-image: none; }#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 > .row .container > .video-iframe-container { display: none; }#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 > .row > .video-iframe-container { display: none; }#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 > .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); }#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 { border-width: 0; border-radius: 0; }#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 > .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; }#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 > .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:213px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SuVpWHbCISWbfmk4kRWGayDpJDNnwOAT { color:#0f5972;display:block;width:254px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:35px;left:353px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E6rV98SoGK2NlUl17wOsLnWoavLSIDtO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:57px;width:173px;top:77px;left:275px;overflow:hidden;display:block; }
#cxr58LsXRqL30WNpvg9SMgyEB5T1GzdB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:41px;width:163px;top:99px;left:534px;overflow:hidden;display:block; }
#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE { position:relative;display:block; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE { background-color: transparent; background-image: none; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row .container > .video-iframe-container { display: none; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row > .video-iframe-container { display: none; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .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); }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE { border-width: 0; border-radius: 0; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.81);background-image:none;font-size:14px;font-family:"open sans";height:653px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XCNw6sy3QzA5TrZvItraqtFdwaDQTh44 { position:absolute;display:block;z-index:15001;height:422px;width:863px;top:187px;left:48.5px;display:block; }
#T58PrlyAe6rUvl1GN6ihhJK276QITDSN { position:absolute;display:block;z-index:15000;background-color:#e4e9eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:598px;width:960px;top:-1px;left:0px;display:block; }
#gwRJCGcO4DC1ouwsWaLyD53n66zMgGBT { color:#0f5972;display:block;width:825px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:46.515625px;left:80px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d9F5MfQvv7gTbISR325Ll9TT7npJPMsE { color:#0f5972;display:block;width:594px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:102px;left:183px;height:27.2969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xToJRNrJvqACBfBPpr155yOSWUTiZ8nx { color:#0f5972;display:block;width:594px;position:absolute;font-family:montserrat;font-size:15px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:142px;left:183px;height:19.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII { position:relative;display:block; }#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII { background-color: transparent; background-image: none; }#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII > .row .container > .video-iframe-container { display: none; }#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII > .row > .video-iframe-container { display: none; }#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII > .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); }#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII { border-width: 0; border-radius: 0; }#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII > .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; }#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII > .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:905px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f51o3UFm5veghCWm443AUkzcq1eXvdu7 { position:absolute;display:block;z-index:15002;background-color:#ddedf1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:858px;width:883px;top:19.5px;left:38.5px;display:block; }
#CiUlFWiGlZUvoI2gl3mCGL1qcQ4DIA6q { color:#0f5972;display:block;width:500.994px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:48px;left:84px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yXnBXTKU64pnvDD0ieTyREp4SJLJsSIq { color:#0f5972;display:block;width:768.969px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:826px;left:84px;height:;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; }
#A0EiuKXAvHXAT2p4O6dSpVZ5VzPveVqh { color:#0f5972;display:block;width:787px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:104px;left:86.5px;height:702px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pxc5681Se6HI0GKsHngJcZuD95nCIV5u { display:block; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibMRXHRnKWIfFXxzDeuysFzctqUySlr7 { top:17px;left:0px;width:200px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGVa2yLmW797MemZVW4gNd9KtuhKaWKi { top:150px;left:0px;width:344px;height:;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #HnpTv9omIfLyx6OxRc2P4gbVSql0egW3 { top:0px;left:0px;width:764px;height:399px;display:block; }
 }@media only screen and (max-width: 763px) { #pRWId1yugDCBdBi9tvTSMQebVTUfJ9yE { top:63px;left:0px;width:372px;height:405px;display:block; }
 }@media only screen and (max-width: 763px) { #GAUNkdMhyUTZ9k22NsVAyTTL6PgGolcD { width:306px;height:55px;top:376px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XTSdE5fG20iSxRvGecGHEvWXJgrZwsyv { display:block; }
 }@media only screen and (max-width: 763px) { #e3RiuVdOfa64k4QvR6asoMrWHZWMKM3H { top:466px;left:0px;width:481px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FkQcNai5UAq1s4hoDS1D0sGfPyil0vJs { top:100px;left:0px;width:327px;height:;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #HMzzORRuFNo4puB5NTVr0oX71RoMc8qI { top:292px;left:0px;width:259px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl { display:block; }#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqwEE3GdX9mBJem3kup9xMOdHe2FJ40J { top:19px;left:0px;width:764px;height:244px;display:block; }
 }@media only screen and (max-width: 763px) { #IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX { display:block; }#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC7mCWR18w3Xi25lCkAxxEc7q93tDacX { top:301px;left:0px;width:41px;height:41px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #UwI4dD5qQVDfkXCRpwIbsycDddfsxTxk { top:347px;left:0px;width:41px;height:41px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #M2wmwdINDHyUwzQZzIZ35glnMfG17h3w { top:199px;left:0px;width:41px;height:41px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #DptnVToSl3DiHHWHdpDmRWekNZslUaCI { top:249px;left:0px;width:41px;height:41px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDBbewdybfTuiVwVT5tW08aBpqNBRUL6 { top:210px;left:0px;width:764px;height:277px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bauIna8ErtWug0cIzGAtlt4Q27deRpJm { top:399px;left:0px;width:41px;height:41px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #PwOJFJ4DEWGpBkZR9vcSyEpABPfvKm3q { top:101px;left:0px;width:764px;height:83px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #sVJnEcsVBT4h7TrFWQwvBcrxSTxo7oVL { top:452px;left:0px;width:41px;height:41px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #DyNVNxUIbqThCK5NL1gxImJkcsRFuPit { top:0px;left:0px;width:764px;height:560px;display:block; }
 }@media only screen and (max-width: 763px) { #rHrVCXeCbfwLJBZTXadzwKVxvyQfaxdB { top:68px;left:0px;width:558px;height:589px;display:block; }
 }@media only screen and (max-width: 763px) { #ynq88TFyJ8hdLXxmnqxxo9TTTclzbPq5 { top:139px;left:369px;width:395px;height:445px;display:block; }
 }@media only screen and (max-width: 763px) { #oSbSXJ13XmsTX1aqRHJ3JCodTeUl3vhZ { width:397px;height:55px;top:530px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PaCnazWrJrzl1lUOmcUwTLUz57iEK9kf { display:block; }
 }@media only screen and (max-width: 763px) { #FaQCPBTGPxMAezm0dDF0KE5T23U0NEU6 { top:614px;left:3.5px;width:481px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 { display:none; }#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SuVpWHbCISWbfmk4kRWGayDpJDNnwOAT { top:35px;left:255px;width:254px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #E6rV98SoGK2NlUl17wOsLnWoavLSIDtO { top:77px;left:177px;width:173px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #cxr58LsXRqL30WNpvg9SMgyEB5T1GzdB { top:99px;left:436px;width:163px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #vXrraaDQQDEFXVm5TCswKozVWGBlCMSE { display:none; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XCNw6sy3QzA5TrZvItraqtFdwaDQTh44 { top:187px;left:0px;width:764px;height:422px;display:block; }
 }@media only screen and (max-width: 763px) { #T58PrlyAe6rUvl1GN6ihhJK276QITDSN { top:-1px;left:0px;width:764px;height:598px;display:block; }
 }@media only screen and (max-width: 763px) { #gwRJCGcO4DC1ouwsWaLyD53n66zMgGBT { top:46px;left:0px;width:764px;height:;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #d9F5MfQvv7gTbISR325Ll9TT7npJPMsE { top:102px;left:85px;width:594px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xToJRNrJvqACBfBPpr155yOSWUTiZ8nx { top:142px;left:85px;width:594px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII { display:block; }#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f51o3UFm5veghCWm443AUkzcq1eXvdu7 { top:19px;left:0px;width:764px;height:858px;display:block; }
 }@media only screen and (max-width: 763px) { #CiUlFWiGlZUvoI2gl3mCGL1qcQ4DIA6q { top:48px;left:0px;width:501px;height:;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #yXnBXTKU64pnvDD0ieTyREp4SJLJsSIq { top:826px;left:0px;width:764px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #A0EiuKXAvHXAT2p4O6dSpVZ5VzPveVqh { top:104px;left:0px;width:764px;height:783px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pxc5681Se6HI0GKsHngJcZuD95nCIV5u { display:block; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row .container { width:320px;height:98px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibMRXHRnKWIfFXxzDeuysFzctqUySlr7 { width:200px;height:59px;top:22.5px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:668px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGVa2yLmW797MemZVW4gNd9KtuhKaWKi { width:224px;height:115.2px;top:322px;left:48px;font-size:32px;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnpTv9omIfLyx6OxRc2P4gbVSql0egW3 { width:320px;height:288px;top:0px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49419f48-357b-4379-a569-169c7604f06d/headerbaselinemobil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HnpTv9omIfLyx6OxRc2P4gbVSql0egW3.adaptive-delivery-prevent-bg, #HnpTv9omIfLyx6OxRc2P4gbVSql0egW3.lazyload, #HnpTv9omIfLyx6OxRc2P4gbVSql0egW3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pRWId1yugDCBdBi9tvTSMQebVTUfJ9yE { width:292px;height:427px;top:220px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GAUNkdMhyUTZ9k22NsVAyTTL6PgGolcD { width:269px;height:55px;top:565px;left:25.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XTSdE5fG20iSxRvGecGHEvWXJgrZwsyv { display:block; }
 }@media only screen and (max-width: 763px) { #e3RiuVdOfa64k4QvR6asoMrWHZWMKM3H { width:225px;height:0;top:634px;left:47.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FkQcNai5UAq1s4hoDS1D0sGfPyil0vJs { width:246px;height:57.5938px;top:244.625px;left:37px;font-size:24px;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HMzzORRuFNo4puB5NTVr0oX71RoMc8qI { width:240px;height:81.9px;top:457.796875px;left:40px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl { display:block; }#Htl1CK3Sn1cJmqfpHTK7xI9RnhJFFhWl > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqwEE3GdX9mBJem3kup9xMOdHe2FJ40J { width:320px;height:240px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX { display:block; }#IvWcDkt1ZKPamalxe4N3E2AlKvUa6lgX > .row .container { width:320px;height:1128px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC7mCWR18w3Xi25lCkAxxEc7q93tDacX { width:41px;height:41px;top:341px;left:28px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #UwI4dD5qQVDfkXCRpwIbsycDddfsxTxk { width:41px;height:41px;top:415px;left:28px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #M2wmwdINDHyUwzQZzIZ35glnMfG17h3w { width:41px;height:41px;top:193px;left:28px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #DptnVToSl3DiHHWHdpDmRWekNZslUaCI { width:41px;height:41px;top:265px;left:28px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDBbewdybfTuiVwVT5tW08aBpqNBRUL6 { width:221px;height:453.6px;top:199px;left:73px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bauIna8ErtWug0cIzGAtlt4Q27deRpJm { width:41px;height:41px;top:489px;left:28px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #PwOJFJ4DEWGpBkZR9vcSyEpABPfvKm3q { width:224px;height:109.2px;top:64.8125px;left:35px;font-size:28px;color:#0f5972;display:block; }
 }@media only screen and (max-width: 763px) { #sVJnEcsVBT4h7TrFWQwvBcrxSTxo7oVL { width:41px;height:41px;top:564px;left:28px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #DyNVNxUIbqThCK5NL1gxImJkcsRFuPit { width:303px;height:1089px;top:0px;left:8.5px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rHrVCXeCbfwLJBZTXadzwKVxvyQfaxdB { width:286px;height:746px;top:35px;left:17px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ynq88TFyJ8hdLXxmnqxxo9TTTclzbPq5 { width:267px;height:280px;top:677px;left:26.5px;display:block; }
 }@media only screen and (max-width: 763px) { #oSbSXJ13XmsTX1aqRHJ3JCodTeUl3vhZ { width:265px;height:55px;top:977px;left:27.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PaCnazWrJrzl1lUOmcUwTLUz57iEK9kf { display:block; }
 }@media only screen and (max-width: 763px) { #FaQCPBTGPxMAezm0dDF0KE5T23U0NEU6 { width:320px;height:20.7969px;top:1052px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 { display:block; }#XwLNqr8ic5sNGmKVIZhh89dKhPp7aKI3 > .row .container { width:320px;height:262px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuVpWHbCISWbfmk4kRWGayDpJDNnwOAT { width:254px;height:28.5938px;top:33px;left:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #E6rV98SoGK2NlUl17wOsLnWoavLSIDtO { width:173px;height:57px;top:82px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #cxr58LsXRqL30WNpvg9SMgyEB5T1GzdB { width:163px;height:41px;top:187px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #vXrraaDQQDEFXVm5TCswKozVWGBlCMSE { display:block; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE { background-color: transparent; background-image: none; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row .container > .video-iframe-container { display: none; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row > .video-iframe-container { display: none; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .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); }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE { border-width: 0; border-radius: 0; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXrraaDQQDEFXVm5TCswKozVWGBlCMSE > .row .container { width:320px;height:680px;background-color:rgba(255,255,255,0.88);background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCNw6sy3QzA5TrZvItraqtFdwaDQTh44 { width:288px;height:327px;top:256px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T58PrlyAe6rUvl1GN6ihhJK276QITDSN { width:320px;height:627px;top:20px;left:0px;z-index:14996;background-color:#e4e9eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gwRJCGcO4DC1ouwsWaLyD53n66zMgGBT { width:217px;height:;top:36px;left:52px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #d9F5MfQvv7gTbISR325Ll9TT7npJPMsE { width:292px;height:46.8px;top:137px;left:14px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xToJRNrJvqACBfBPpr155yOSWUTiZ8nx { width:320px;height:19.5px;top:206px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII { display:block; }#g9e4oXDXq7mKeHxGA27pU2FUTUsCbbII > .row .container { width:320px;height:1607px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f51o3UFm5veghCWm443AUkzcq1eXvdu7 { width:320px;height:1586px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CiUlFWiGlZUvoI2gl3mCGL1qcQ4DIA6q { width:298px;height:75.4px;top:32.5px;left:18px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #yXnBXTKU64pnvDD0ieTyREp4SJLJsSIq { width:282px;height:54px;top:1527.5px;left:19px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #A0EiuKXAvHXAT2p4O6dSpVZ5VzPveVqh { width:280px;height:1458px;top:130px;left:20px;font-size:18px;display:block; }
 }