.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#008bff;background-image:url("https://images.assets-landingi.com/uc/bc866262-118e-4a44-94f2-a7fcabb47301/Header11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0.0625rem solid #00539f;border-left:0.0625rem solid #00539f;border-right:0.0625rem solid #00539f;border-bottom:0.0625rem solid #00539f;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:60rem;overflow:visible;position:relative;display:block; }#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-form-header { font-size:0.875rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #0f539c;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.3125rem;color:#0f539c;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #0f539c;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:4.375rem;color:#0f539c;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.1875rem solid #0f539c;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.5rem;color:#0f539c;font-family:lato;font-size:0.9375rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(67deg, #0f539c, #0e9ae5);background-image: -moz-linear-gradient(67deg, #0f539c, #0e9ae5);background-image: -ms-linear-gradient(67deg, #0f539c, #0e9ae5);background-image: -o-linear-gradient(67deg, #0f539c, #0e9ae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );";background-image: linear-gradient(67deg, #0f539c, #0e9ae5);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.375rem;height:3.9375rem;font-family:"open sans";overflow:hidden; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]:-moz-placeholder { color:#0f539c;font-family:lato;font-size:0.9375rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]::-moz-placeholder { color:#0f539c;font-family:lato;font-size:0.9375rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]:-ms-input-placeholder { color:#0f539c;font-family:lato;font-size:0.9375rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]::-webkit-input-placeholder { color:#0f539c;font-family:lato;font-size:0.9375rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.4;font-size:0.75rem;font-weight:700;color:#0e9ae5;vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal;float:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-container:first-of-type{padding-top:0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-container:last-of-type{padding-bottom:0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.17) ;position:absolute;top:19.71875rem;left:0rem;font-size:0.875rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd {display:block;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.17) ;position:absolute;top:19.71875rem;left:0rem;font-size:0.875rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Z9eaSiPcC4FESC05GPNI9F605P8ca2kA { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Uc7PB7prmWvcA3toWX8ySfI7vxsu8UkC { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #GIVKczGbigrzwUyeEb0i1KVmtPGhpIs5 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #tlw5BmTIoJ5EiIhRseZTPAd9smetSHU3 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #nvuWZE61HROwuNrotFWD0mptmimkoO5y { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #G81ZtS6IheLr6ZNdiCdyIKGbozhyb5EE { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hM5BfZ0m3MvhGgZxdozmJDXpDZARqbT8 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xkWM4GOTsBJuqTcntQBNKDJ8ku1DTDNa { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #yzFA8NAUMoqriU98qE4sJ1NKw6s7Ndzo { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #LX4zsiHlFGcJ7MBMRCkvzOCpwIklmQEP { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xxc6J688eiJT3UGmEqJVRAuZlHQSTTZm { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #wfSnN5nFGb6mQTEin6M9ZQAbHyTBtEvO { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #QWI7RV4HE5E00bRzzrELn2dDkb7w8WHW { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #HezTy3fo5S0Szk20CThugBMV5vGo3T4N { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ogXZzmX0JLXM2pRLS82av4iJodd7DUy3 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #VFXomQPL6lKGUuHpZ1EI8VE66qk5cFM6 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #bwt3qKMu7qZMD5SitDiKrAIi5WHo7PQQ { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #AFDo59dn9MHEOSBiqZOlEgA2RC16NNql { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #POrQVIOCfzTfes216sdBBifiLQA6yAey { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK { position:relative;z-index:2; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n { position:relative; }
#BMk9LVb9Pfkm08xuXx3eP0FqMHQTmNJG { box-sizing:content-box;height:50.1875rem;width:19.25rem;position:absolute;display:block;z-index:15001;background-color:#00539f;background-image:none;top:6.8125rem;left:1.375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#G5vaieTVx8CmUuXEpka4H15TcOfN5J3R { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:13.5625rem;top:9.09375rem;left:4.15625rem;overflow:hidden;display:block; }
#k5SqF95TIRBTkohoUqhBGezD7Lzcepb2 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:35rem;top:15.59375rem;left:25rem;overflow:hidden;display:block; }
#HkIN0yAK78iENLuQcWlwBqKTpsaLPVH2 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:35rem;top:42.849609375rem;left:25rem;overflow:hidden;display:block; }
#iS5RggItvZ0Nm5OSPTk4iGuMTBIWdhTV { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.9;letter-spacing:0;top:22.9375rem;left:25.6875rem;height:11.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GxfCdTfklTK1TRNSOoRbdg2bnQNG0QNK { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:26.125rem;top:42.849609375rem;left:25rem;overflow:hidden;display:none; }
#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { position:relative;display:block; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { background-color: transparent; background-image: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .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); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { border-width: 0; border-radius: 0; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .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; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R2uft1UpbESr0EtBZtlUNTJw3LbDXqrZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.375rem;left:4.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HyMqC5pbUH1HV8uB5EHk1hUdlcwbTeB7 { box-sizing:content-box;height:50.1875rem;width:19.25rem;position:absolute;display:block;z-index:15001;background-color:#00539f;background-image:none;top:6.8125rem;left:1.375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-form-header { font-size:0.875rem; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #0f539c;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.3125rem;color:#0f539c;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-text {padding-top: 0; padding-bottom: 0;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #0f539c;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:4.375rem;color:#0f539c;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.1875rem solid #0f539c;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.5rem;color:#0f539c;font-family:lato;font-size:0.9375rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-select {padding-top: 0; padding-bottom: 0;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(67deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(67deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(67deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(67deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(67deg, #0f539c, #ca7d9a);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.375rem;height:3.9375rem;font-family:"open sans";overflow:hidden; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr [class*="-text"]:-moz-placeholder { color:#0f539c;font-family:lato;font-size:0.9375rem; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr [class*="-text"]::-moz-placeholder { color:#0f539c;font-family:lato;font-size:0.9375rem; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr [class*="-text"]:-ms-input-placeholder { color:#0f539c;font-family:lato;font-size:0.9375rem; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr [class*="-text"]::-webkit-input-placeholder { color:#0f539c;font-family:lato;font-size:0.9375rem; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.4;font-size:0.75rem;font-weight:700;color:#ca7d9a;vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal;float:none; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-container:first-of-type{padding-top:0;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-container:last-of-type{padding-bottom:0;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.17) ;position:absolute;top:27.3125rem;left:0rem;font-size:0.875rem; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr {display:block;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.17) ;position:absolute;top:27.3125rem;left:0rem;font-size:0.875rem;display:none; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #Z7FFRUWinhXS7LBVRiyaEqlk4eF2PCyr { position:relative; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #ZLPXulFBWDBIZk1Qcm184lt9yJHKZMqo { position:relative;display:block; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #IGgW1ru5F9IuLFcX9z0nVuKIU5T3bHnJ { position:relative; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #uxNpexTeTbaulatRP7PQefJTHA5Eq9Fv { position:relative; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #V9yEqwqOedulX9SwFFWIcNn2W4HygVIz { position:relative;display:block; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #Si8GEOfK0GnhvU8gT9poXT9erC36xT6I { position:relative; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #QCoOTPtE7JS6ouIANTpVLl0Eg70JAql0 { position:relative; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #uDpvygOyFCIhCB5UvhK7Tx7Xmb1OLXty { position:relative;display:block; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #yXZUt8fkT4B0dN9xBhhI4XvISNKDTcGq { position:relative; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #TV3SU44IElvEkoPLuTkWUseXHKgp3f0V { position:relative; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #vwuylsRdFCBaXlqDmVszgHI8iL0Jwk9N { position:relative;display:block; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #KnwveC3VEfCKsFqRAMGOxFJNoQEbstfx { position:relative; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #uGXu4KVhsVOnzi4pQzrXFKmsSKkhChIH { position:relative; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #l7DfE4Ebs5vc7KeJ2lXgTeWWd0OTKEUI { position:relative;z-index:2; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #RbD4pl1c4JAgnzFZneCGJQ4HbAMEbfgV { position:relative; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #zaZpvTHD1a04qiR8qUMJm6QDA1BJeTdQ { position:relative; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #w0E3H4cVQoJdHv3TcSON4u8lSfEhTkyn { position:relative; }
#kmDVuvWbfOrOR0Fa2kl1H1TTWcGncpvB { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:48.9375rem;left:2.46875rem;height:3.16699375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qTIpNlitN5knTEksDKOZrZbempIhnCev { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:48.9375rem;left:2.46875rem;height:3.16699375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nvptNEv9ARNnmE4vLp66G1u8hJaV97ol { color:#0f539c;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.9;letter-spacing:0;top:13.2275390625rem;left:0rem;height:6.410125rem;font-style:normal;display:block; }
#OFyltccaZNTzJuOZLpZ967BCMWfvUlwh { color:#0f539c;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.9;letter-spacing:0;top:5.8291015625rem;left:0rem;height:4.2734375rem;font-style:normal;display:block; }
#mXKgyuNDZoCAFrbRFiLC61hK6vNAMogG { color:#0f539c;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.9;letter-spacing:0;top:22.76171875rem;left:0rem;height:6.41015625rem;font-style:normal;display:block; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-form-header { font-size:0.875rem; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #0f539c;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.3125rem;color:#0f539c;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-text {padding-top: 0; padding-bottom: 0;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #0f539c;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:4.375rem;color:#0f539c;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.1875rem solid #0f539c;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.5rem;color:#0f539c;font-family:lato;font-size:0.9375rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-select {padding-top: 0; padding-bottom: 0;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(67deg, #0f539c, #0e9ae5);background-image: -moz-linear-gradient(67deg, #0f539c, #0e9ae5);background-image: -ms-linear-gradient(67deg, #0f539c, #0e9ae5);background-image: -o-linear-gradient(67deg, #0f539c, #0e9ae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );";background-image: linear-gradient(67deg, #0f539c, #0e9ae5);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.375rem;height:3.9375rem;font-family:"open sans";overflow:hidden; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN [class*="-text"]:-moz-placeholder { color:#0f539c;font-family:lato;font-size:0.9375rem; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN [class*="-text"]::-moz-placeholder { color:#0f539c;font-family:lato;font-size:0.9375rem; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN [class*="-text"]:-ms-input-placeholder { color:#0f539c;font-family:lato;font-size:0.9375rem; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN [class*="-text"]::-webkit-input-placeholder { color:#0f539c;font-family:lato;font-size:0.9375rem; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.4;font-size:0.75rem;font-weight:700;color:#0e9ae5;vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal;float:none; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-container:first-of-type{padding-top:0;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-container:last-of-type{padding-bottom:0;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.17) ;position:absolute;top:19.71875rem;left:0rem;font-size:0.875rem; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN {display:block;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.17) ;position:absolute;top:19.71875rem;left:0rem;font-size:0.875rem;display:none; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #nkQcoBNM4cVETACAcMlW1i0heagnUelM { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #LHQJe1dK8uebLIKdMu9evhBh7OGyFqEP { position:relative;display:none; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #ppTTqWcLGMuLlxn1ag7m6e6FTgvcdMqO { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #F3LWZzz7XghqhnmoP4T9dWLbRhNr3gEp { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #UNEombDHGRBlf8H5k7SE8CflcTbdo6ds { position:relative;display:none; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #kQbohpO2ttd0gUJS5psdKWPoNOMkTwD0 { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #OPHhthe9p2QHAvrRTbwGvKMucX8NEFrk { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #zvNvmv2QeN27gJktL144xHR8ostLEtFV { position:relative;display:none; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #aPxezDanq3rPnv4F354sV9vQ45502LAT { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #c6tI9e45kZZ53OEcZlI2kWWyEeVKDtLF { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #PczlluFe8sScK0GnvGq2k0WVGT7BNAVT { position:relative;display:none; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #GK9REb3wTXugG9TOHI8oR0AveaAqA1aq { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #sovOvlXPEW00JEeD4UfeuLL3GKTFAuxQ { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #p4FMAZriHTvC2rf2XlkImymKO7x52d6B { position:relative;display:none; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #gxlHTlmHQhQgVVWdypycDbmF2rHs9k5d { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #gCwAw5rmLguMHm2SLLcZU2fPupvPIwUi { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #zovXy5o0GiTwhhDknIC87zaLc5R59TTs { position:relative;display:none; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #IKaT0VaVQgAN7UfvP4Tb5L5XL3e9nQJE { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #s3TFsZHi4SxdUQEzdU8GIHf4mrgAJtzT { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #rUsDxn63dBzfHzZprHIJfKHNP77fDRkQ { position:relative;z-index:2; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #FoUT1IG3xTCCscQhpTh6XT5Al79gBQcs { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #N7u4wdT4n0X7VmpKs9rfs4fxW4L6AKWZ { position:relative; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #sKSUyoaFD3elkPeFOgDhBEmvq2RdGlt5 { position:relative; }
#Oit1Tures1It7TEARcTfiTXib8hoknXR { position:relative;display:block; }#Oit1Tures1It7TEARcTfiTXib8hoknXR { background-color: transparent; background-image: none; }#Oit1Tures1It7TEARcTfiTXib8hoknXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oit1Tures1It7TEARcTfiTXib8hoknXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oit1Tures1It7TEARcTfiTXib8hoknXR > .row .container > .video-iframe-container { display: none; }#Oit1Tures1It7TEARcTfiTXib8hoknXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oit1Tures1It7TEARcTfiTXib8hoknXR > .row > .video-iframe-container { display: none; }#Oit1Tures1It7TEARcTfiTXib8hoknXR > .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); }#Oit1Tures1It7TEARcTfiTXib8hoknXR { border-width: 0; border-radius: 0; }#Oit1Tures1It7TEARcTfiTXib8hoknXR > .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; }#Oit1Tures1It7TEARcTfiTXib8hoknXR > .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:arial;height:92.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gGTA7PRuO3hFN9UKRCkFbIU9oigqVoRg { position:absolute;display:block;z-index:14989;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:42.4375rem;width:28.75rem;top:47.875rem;left:0rem;display:block; }
#oTSTPDfwVgV8MQx6l9iA0g6kvPmIaq48 { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cc3a4ecd-8b80-402e-b6a3-ece1a0816ceb/SpitalBaneasaBack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:41.125rem;width:27.5rem;top:48.5625rem;left:0.625rem;display:block; }#oTSTPDfwVgV8MQx6l9iA0g6kvPmIaq48.adaptive-delivery-prevent-bg, #oTSTPDfwVgV8MQx6l9iA0g6kvPmIaq48.lazyload, #oTSTPDfwVgV8MQx6l9iA0g6kvPmIaq48.lazyloading { background-image: none; }
#IEXe5WvgBRfIS5GdAPCXvnvbWwJxWRKc { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:42.4375rem;width:28.75rem;top:47.875rem;left:31.125rem;display:block; }
#yJ4fVazxPiHtEfSHrineVRQuPyveK25f { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7da9aa09-f6d4-4514-9fc8-0b5e0d4c8787/SpitalPelicanBack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:41.125rem;width:27.5rem;top:48.5625rem;left:31.75rem;display:block; }#yJ4fVazxPiHtEfSHrineVRQuPyveK25f.adaptive-delivery-prevent-bg, #yJ4fVazxPiHtEfSHrineVRQuPyveK25f.lazyload, #yJ4fVazxPiHtEfSHrineVRQuPyveK25f.lazyloading { background-image: none; }
#FHHH6HiTgGKfxTqT66hTeTgepMl9rd5v { position:absolute;display:block;z-index:14991;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:42.4375rem;width:28.75rem;top:1.1875rem;left:0rem;display:block; }
#ywDG8mCkLgKir8MtS6RTSPvNCIDsMi4H { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ee604f70-8b73-42e6-9782-90dc20e68f79/SpitalPiperaBack.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:41.125rem;width:27.5rem;top:1.875rem;left:0.625rem;display:block; }#ywDG8mCkLgKir8MtS6RTSPvNCIDsMi4H.adaptive-delivery-prevent-bg, #ywDG8mCkLgKir8MtS6RTSPvNCIDsMi4H.lazyload, #ywDG8mCkLgKir8MtS6RTSPvNCIDsMi4H.lazyloading { background-image: none; }
#gyED2pWqMFxEScevlAOK4znrpTgoLgsl { position:absolute;display:block;z-index:14994;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:42.4375rem;width:28.75rem;top:1.1875rem;left:31.125rem;display:block; }
#TxvUZHrfH7OFsKI9VTPA1tTCuegplQ5Q { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/08535996-f14d-4281-942e-8f0bb1ba1dc4/SpitalClujBack.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:41.125rem;width:27.5rem;top:1.875rem;left:31.75rem;display:block; }#TxvUZHrfH7OFsKI9VTPA1tTCuegplQ5Q.adaptive-delivery-prevent-bg, #TxvUZHrfH7OFsKI9VTPA1tTCuegplQ5Q.lazyload, #TxvUZHrfH7OFsKI9VTPA1tTCuegplQ5Q.lazyloading { background-image: none; }
#wPkpSCZVHSXp1ZXl8kx144OvDiIh21BB { color:#0f539c;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GiwXslgl1OILfgXvTXXf0br5KQhG1I8t { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:20.375rem;top:9.1875rem;left:5.0625rem;overflow:hidden;display:block; }
#oc6fPUMAJwiUH5znqbVKOMgkuKM9g9hx { color:#0f539c;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:28.5625rem;left:2.5625rem;height:10.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WtUlBCuMVd5kFgwxWXW7dzCxh00nzfRu { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:7.125rem;top:19.84375rem;left:4.287109375rem;overflow:hidden;display:block; }
#nRNb6fcQe9UoAhsmTZObGSFJsdiRiOrS { box-sizing:content-box;height:8.0625rem;width:11.6875rem;position:absolute;display:block;z-index:15035;background-color:#0f539c;background-image:none;top:18.9375rem;left:2.005859375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#sv3XTqi3fzC5JMRzX4b8gleUkXSX5Hls { color:#0f539c;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.125rem;left:34.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G3UnmSfGDVlpWs8X9zJAzV2hLfPMCKZB { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:20.375rem;top:9.1875rem;left:36.4375rem;overflow:hidden;display:block; }
#DbdKbVrPEHT73ItGqRpMFURdf6Zr9RkH { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.0625rem;top:21.375rem;left:34.75rem;overflow:hidden;display:block; }
#XxUDQBnGIDAb5KuFfLaxT5vQl1h3Dv6P { box-sizing:content-box;height:8.0625rem;width:11.6875rem;position:absolute;display:block;z-index:15040;background-color:#0f539c;background-image:none;top:18.9375rem;left:33.4375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#uwPTu0pCXqNO2iRSfMx28DDw6GRVv4XI { color:#0f539c;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15037;line-height:1.7;letter-spacing:0;top:28.5625rem;left:33.9375rem;height:11.8945rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#INm103ThWdr1DRE2EtL5x13uXcKiuDRh { color:#0f539c;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:52.375rem;left:3.625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0Fpg1FlTaqTLkaLb6bOxJtt6o7rL4qu { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:20.375rem;top:56.4375rem;left:5.3125rem;overflow:hidden;display:block; }
#Oi4wCJ0rfUvXAwgEbwRfTh1Fw268OHla { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.375rem;top:67.59375rem;left:5.162109375rem;overflow:hidden;display:block; }
#bWigFKnNEiz4OPmx4mp8uk55Ru0mnhAf { box-sizing:content-box;height:8.0625rem;width:11.6875rem;position:absolute;display:block;z-index:15045;background-color:#0f539c;background-image:none;top:66.1875rem;left:2.3125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#gEevq9PNClaz00HoqNRh3OipZmywyzpy { color:#0f539c;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15042;line-height:1.7;letter-spacing:0;top:75.8125rem;left:2.8125rem;height:11.8945rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dvW6g6qoTXgQHkcr8oR7Md0Wr70cN2xG { color:#0f539c;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:52.375rem;left:34.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4t0yblRtXJq6mBNVwIPS8T8uhrMZQTb { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:20.375rem;top:56.4375rem;left:36.4375rem;overflow:hidden;display:block; }
#AAM3m2amZSK914hMrd6ocdO3gk1vTDgT { box-sizing:content-box;height:8.0625rem;width:11.6875rem;position:absolute;display:block;z-index:15050;background-color:#0f539c;background-image:none;top:66.1875rem;left:33.4375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#Bti0kCpvyrdDTMGlZ1M3i0JxoOmCwHEb { color:#0f539c;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:75.8125rem;left:33.9375rem;height:11.8945rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPcy7s2KHWLyl0p1kr8o3KBXITBMiIDV { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.875rem;top:68.96875rem;left:34.34375rem;overflow:hidden;display:block; }
#aecH8JDBhK6aHXpshAH7W4MpNB2l495U { color:#0f539c;display:block;width:8.125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15053;line-height:1.7;letter-spacing:0;top:22.919921875rem;left:17.4375rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QrdngOp04RHs6UADfBrZBpFfGFqDx67v { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:22.6875rem;left:15.6875rem; }
#XQoAet5TBKW9XoyydTzeKe4kt864EG1L { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:22.6875rem;left:47.0625rem; }
#NZib3TV5uL7ceNvwHusf2lNxLBuIhwCE { color:#0f539c;display:block;width:8.125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:22.9375rem;left:48.8125rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZdXGV5aRNhyNXDGewGBUOktSNT7C54T { color:#0f539c;display:block;width:8.125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15057;line-height:1.7;letter-spacing:0;top:70.1875rem;left:17.4375rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hxQm7CVM3G9TNPh4aWygVcA1xF87Z6VM { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:69.9375rem;left:15.6875rem; }
#TKGxN6Bzo79tCHIWTJNxVttLmUweTodv { color:#0f539c;display:block;width:8.125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15059;line-height:1.7;letter-spacing:0;top:70.125rem;left:48.8125rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KbAzR1u98dnOs0SWJAzIV0TXHXc3xHP8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:69.875rem;left:47.0625rem; }
#Bp5odbko8Ju09JEKRs60TqllzDavqkV7 { color:#0f539c;display:block;width:8.125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15057;line-height:1.7;letter-spacing:0;top:70.1875rem;left:17.4375rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { position:relative;display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { background-color: transparent; background-image: none; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container > .video-iframe-container { display: none; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row > .video-iframe-container { display: none; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .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); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { border-width: 0; border-radius: 0; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .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; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#veAst9ngyX9NnoHrsIhEPTZXoMFVkFew { color:#0f539c;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.9;letter-spacing:0;top:3.125rem;left:0rem;height:6.410125rem;font-style:normal;display:block; }
#OMFJRy26lNImqqXckexa5ZGUfgV0gfWW { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:60rem;top:11.21875rem;left:0rem;overflow:hidden;display:block; }
#gEJNivvDeL1CJQsFw2T9znrWbsSltZZy { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:20rem;top:10.46875rem;left:0rem;overflow:hidden;display:none; }
#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { position:relative;display:block; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { background-color: transparent; background-image: none; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container > .video-iframe-container { display: none; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row > .video-iframe-container { display: none; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .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); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { border-width: 0; border-radius: 0; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .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; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .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:arial;height:20.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J0Fw5vUGWOKiWQvudLPMMUkyf0iLLtiX { background-color:transparent;background-image: -webkit-linear-gradient(79deg, #0f539c, #0e9ae5);background-image: -moz-linear-gradient(79deg, #0f539c, #0e9ae5);background-image: -ms-linear-gradient(79deg, #0f539c, #0e9ae5);background-image: -o-linear-gradient(79deg, #0f539c, #0e9ae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );";background-image: linear-gradient(79deg, #0f539c, #0e9ae5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.125rem;left:21.25rem;display:block; }
#grdPIit377wTEN7J7O1r1FxyZvhOufRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WtTvVqvULTtZvxleJG4WZP1H7lGFIBJT { background-color:transparent;background-image: -webkit-linear-gradient(79deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(79deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(79deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(79deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(79deg, #0f539c, #ca7d9a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.875rem;left:21.25rem;display:none; }
#I6XUBWrABG9SzvtckvOMoK7rHgk0ImQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vnfkWNfPXoR2VeXcDvLCboGKBqGKIO58 { color:#0f539c;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.9;letter-spacing:0;top:9.5rem;left:0rem;height:2.13671875rem;font-style:normal;display:block; }
#Scx8TqLceJ5urcPJro6mthUVkEqZuTkJ { background-color:transparent;background-image: -webkit-linear-gradient(79deg, #0f539c, #0e9ae5);background-image: -moz-linear-gradient(79deg, #0f539c, #0e9ae5);background-image: -ms-linear-gradient(79deg, #0f539c, #0e9ae5);background-image: -o-linear-gradient(79deg, #0f539c, #0e9ae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );";background-image: linear-gradient(79deg, #0f539c, #0e9ae5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:9.3125rem;left:45.625rem;display:block; }
#FykDfWsdThwTHP0uzscbHeDtEMOeqF0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f539c, #0e9ae5);background-image: -moz-linear-gradient(180deg, #0f539c, #0e9ae5);background-image: -ms-linear-gradient(180deg, #0f539c, #0e9ae5);background-image: -o-linear-gradient(180deg, #0f539c, #0e9ae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );";background-image: linear-gradient(180deg, #0f539c, #0e9ae5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn > .row .container { background-color: transparent; background-image: none; }#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn > .row .container > .video-iframe-container { display: none; }#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn > .row > .video-iframe-container { display: none; }#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn > .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); }#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn > .row .container { border-width: 0; border-radius: 0; }#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#PLpPJ4tLXwSCGWmr4xo8VrzM8pJP3wfd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:16.8125rem;left:7.3125rem;height:1.0556625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EdP9r6TvoAuFwqvQdZTn5ELeXcaWbkyf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.8125rem;left:23.75rem;height:1.0556625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTiwrI4I45xLUd9vBUylE4LSXoR4C9o4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.8125rem;left:40.25rem;height:1.0556625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnD5hl4w5mI4B93dzACTykvLevoUMFQ9 { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.6875rem;left:19.75rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vrinDDbeIaToLOSHg8E4WsrgMQxBlr9L { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:10.3125rem;top:5.5rem;left:0rem;overflow:hidden;display:block; }
#RGZCXOV7iFMVhBZT0GU3q51aAHhec6sT { box-sizing:content-box;height:0.9375rem;width:0.1875rem;position:absolute;display:block;z-index:15076;background-color:#ffffff;background-image:none;top:16.875rem;left:22.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OTJGC8MAKa21v8JQk3PkETaukBKX3OTq { box-sizing:content-box;height:0.9375rem;width:0.1875rem;position:absolute;display:block;z-index:15077;background-color:#ffffff;background-image:none;top:16.875rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mKbzA9l8KWL53xHA9NBgkdCJZ1dlNDMq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:13.125rem;top:6.9375rem;left:46.875rem;overflow:hidden;display:block; }
#cafbqVEoNa1FUR4wqoFWZLVQsUpgEy7V { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.1875rem;top:6.9375rem;left:32.75rem;overflow:hidden;display:block; }
#JTlTPI5DRUrlZXW5ZiG2GkFsPCbrkwFy { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.5625rem;top:5.5rem;left:13.625rem;overflow:hidden;display:block; }
#BmITAphIfSRV2lNktTvkrAPS1LNooOVs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:5.125rem;left:23.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-regular-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-textarea { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-button { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { width:19.375rem;height:auto;top:19.6875rem;left:0rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .radio-container { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd {display:block;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd { width:19.375rem;height:auto;top:19.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Z9eaSiPcC4FESC05GPNI9F605P8ca2kA {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Uc7PB7prmWvcA3toWX8ySfI7vxsu8UkC { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #GIVKczGbigrzwUyeEb0i1KVmtPGhpIs5 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #tlw5BmTIoJ5EiIhRseZTPAd9smetSHU3 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #nvuWZE61HROwuNrotFWD0mptmimkoO5y { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #G81ZtS6IheLr6ZNdiCdyIKGbozhyb5EE {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hM5BfZ0m3MvhGgZxdozmJDXpDZARqbT8 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xkWM4GOTsBJuqTcntQBNKDJ8ku1DTDNa {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #yzFA8NAUMoqriU98qE4sJ1NKw6s7Ndzo {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #LX4zsiHlFGcJ7MBMRCkvzOCpwIklmQEP {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xxc6J688eiJT3UGmEqJVRAuZlHQSTTZm {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #wfSnN5nFGb6mQTEin6M9ZQAbHyTBtEvO {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #QWI7RV4HE5E00bRzzrELn2dDkb7w8WHW {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #HezTy3fo5S0Szk20CThugBMV5vGo3T4N {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ogXZzmX0JLXM2pRLS82av4iJodd7DUy3 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #VFXomQPL6lKGUuHpZ1EI8VE66qk5cFM6 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #bwt3qKMu7qZMD5SitDiKrAIi5WHo7PQQ {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #AFDo59dn9MHEOSBiqZOlEgA2RC16NNql {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #POrQVIOCfzTfes216sdBBifiLQA6yAey {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n {  }
 }@media only screen and (max-width: 763px) { #BMk9LVb9Pfkm08xuXx3eP0FqMHQTmNJG { top:6.8125rem;left:0rem;width:19.25rem;height:50.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5vaieTVx8CmUuXEpka4H15TcOfN5J3R { top:9.0625rem;left:0rem;width:13.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5SqF95TIRBTkohoUqhBGezD7Lzcepb2 { top:15.5625rem;left:12.75rem;width:35rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkIN0yAK78iENLuQcWlwBqKTpsaLPVH2 { top:42.8125rem;left:12.75rem;width:35rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS5RggItvZ0Nm5OSPTk4iGuMTBIWdhTV { top:22.9375rem;left:13.4375rem;width:34.3125rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxfCdTfklTK1TRNSOoRbdg2bnQNG0QNK { top:42.8125rem;left:12.75rem;width:26.125rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { display:block; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2uft1UpbESr0EtBZtlUNTJw3LbDXqrZ { top:4rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyMqC5pbUH1HV8uB5EHk1hUdlcwbTeB7 { top:6.8125rem;left:0rem;width:19.25rem;height:50.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-regular-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-text { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-text {padding-top: 0; padding-bottom: 0;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-textarea { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-select { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-select {padding-top: 0; padding-bottom: 0;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-button { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr  { width:19.375rem;height:19.75rem;top:27.3125rem;left:0rem; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .radio-container { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr {display:block;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr { width:19.375rem;height:19.75rem;top:27.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #Z7FFRUWinhXS7LBVRiyaEqlk4eF2PCyr {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #ZLPXulFBWDBIZk1Qcm184lt9yJHKZMqo { display:block; }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #IGgW1ru5F9IuLFcX9z0nVuKIU5T3bHnJ {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #uxNpexTeTbaulatRP7PQefJTHA5Eq9Fv {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #V9yEqwqOedulX9SwFFWIcNn2W4HygVIz { display:block; }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #Si8GEOfK0GnhvU8gT9poXT9erC36xT6I {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #QCoOTPtE7JS6ouIANTpVLl0Eg70JAql0 {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #uDpvygOyFCIhCB5UvhK7Tx7Xmb1OLXty { display:block; }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #yXZUt8fkT4B0dN9xBhhI4XvISNKDTcGq {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #TV3SU44IElvEkoPLuTkWUseXHKgp3f0V {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #vwuylsRdFCBaXlqDmVszgHI8iL0Jwk9N { display:block; }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #KnwveC3VEfCKsFqRAMGOxFJNoQEbstfx {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #uGXu4KVhsVOnzi4pQzrXFKmsSKkhChIH {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #l7DfE4Ebs5vc7KeJ2lXgTeWWd0OTKEUI {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #RbD4pl1c4JAgnzFZneCGJQ4HbAMEbfgV {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #zaZpvTHD1a04qiR8qUMJm6QDA1BJeTdQ {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #w0E3H4cVQoJdHv3TcSON4u8lSfEhTkyn {  }
 }@media only screen and (max-width: 763px) { #kmDVuvWbfOrOR0Fa2kl1H1TTWcGncpvB { top:48.9375rem;left:0rem;width:16.9375rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTIpNlitN5knTEksDKOZrZbempIhnCev { top:48.9375rem;left:0rem;width:16.9375rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvptNEv9ARNnmE4vLp66G1u8hJaV97ol { top:13.1875rem;left:0rem;width:47.75rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFyltccaZNTzJuOZLpZ967BCMWfvUlwh { top:5.8125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXKgyuNDZoCAFrbRFiLC61hK6vNAMogG { top:22.75rem;left:0rem;width:47.75rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-regular-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-text { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-text {padding-top: 0; padding-bottom: 0;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-textarea { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-select { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-select {padding-top: 0; padding-bottom: 0;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-button { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN  { width:19.375rem;height:29.9375rem;top:19.6875rem;left:0rem; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .radio-container { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN {display:block;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN { width:19.375rem;height:29.9375rem;top:19.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #nkQcoBNM4cVETACAcMlW1i0heagnUelM {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #LHQJe1dK8uebLIKdMu9evhBh7OGyFqEP { display:none; }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #ppTTqWcLGMuLlxn1ag7m6e6FTgvcdMqO {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #F3LWZzz7XghqhnmoP4T9dWLbRhNr3gEp {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #UNEombDHGRBlf8H5k7SE8CflcTbdo6ds { display:none; }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #kQbohpO2ttd0gUJS5psdKWPoNOMkTwD0 {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #OPHhthe9p2QHAvrRTbwGvKMucX8NEFrk {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #zvNvmv2QeN27gJktL144xHR8ostLEtFV {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #aPxezDanq3rPnv4F354sV9vQ45502LAT {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #c6tI9e45kZZ53OEcZlI2kWWyEeVKDtLF {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #PczlluFe8sScK0GnvGq2k0WVGT7BNAVT {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #GK9REb3wTXugG9TOHI8oR0AveaAqA1aq {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #sovOvlXPEW00JEeD4UfeuLL3GKTFAuxQ {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #p4FMAZriHTvC2rf2XlkImymKO7x52d6B {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #gxlHTlmHQhQgVVWdypycDbmF2rHs9k5d {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #gCwAw5rmLguMHm2SLLcZU2fPupvPIwUi {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #zovXy5o0GiTwhhDknIC87zaLc5R59TTs {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #IKaT0VaVQgAN7UfvP4Tb5L5XL3e9nQJE {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #s3TFsZHi4SxdUQEzdU8GIHf4mrgAJtzT {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #rUsDxn63dBzfHzZprHIJfKHNP77fDRkQ {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #FoUT1IG3xTCCscQhpTh6XT5Al79gBQcs {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #N7u4wdT4n0X7VmpKs9rfs4fxW4L6AKWZ {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #sKSUyoaFD3elkPeFOgDhBEmvq2RdGlt5 {  }
 }@media only screen and (max-width: 763px) { #Oit1Tures1It7TEARcTfiTXib8hoknXR { display:block; }#Oit1Tures1It7TEARcTfiTXib8hoknXR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGTA7PRuO3hFN9UKRCkFbIU9oigqVoRg { top:47.875rem;left:0rem;width:28.75rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTSTPDfwVgV8MQx6l9iA0g6kvPmIaq48 { top:48.5625rem;left:0rem;width:27.5rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEXe5WvgBRfIS5GdAPCXvnvbWwJxWRKc { top:47.875rem;left:18.875rem;width:28.75rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ4fVazxPiHtEfSHrineVRQuPyveK25f { top:48.5625rem;left:20.125rem;width:27.5rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHHH6HiTgGKfxTqT66hTeTgepMl9rd5v { top:1.1875rem;left:0rem;width:28.75rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywDG8mCkLgKir8MtS6RTSPvNCIDsMi4H { top:1.875rem;left:0rem;width:27.5rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyED2pWqMFxEScevlAOK4znrpTgoLgsl { top:1.1875rem;left:18.875rem;width:28.75rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxvUZHrfH7OFsKI9VTPA1tTCuegplQ5Q { top:1.875rem;left:20.125rem;width:27.5rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPkpSCZVHSXp1ZXl8kx144OvDiIh21BB { top:5.125rem;left:0rem;width:22.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiwXslgl1OILfgXvTXXf0br5KQhG1I8t { top:9.1875rem;left:0rem;width:20.375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc6fPUMAJwiUH5znqbVKOMgkuKM9g9hx { top:28.5625rem;left:0rem;width:23.75rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtUlBCuMVd5kFgwxWXW7dzCxh00nzfRu { top:19.8125rem;left:0rem;width:7.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRNb6fcQe9UoAhsmTZObGSFJsdiRiOrS { top:18.9375rem;left:0rem;width:11.6875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv3XTqi3fzC5JMRzX4b8gleUkXSX5Hls { top:5.125rem;left:25.625rem;width:22.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3UnmSfGDVlpWs8X9zJAzV2hLfPMCKZB { top:9.1875rem;left:27.25rem;width:20.375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbdKbVrPEHT73ItGqRpMFURdf6Zr9RkH { top:21.375rem;left:28.625rem;width:9.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxUDQBnGIDAb5KuFfLaxT5vQl1h3Dv6P { top:18.9375rem;left:27.3125rem;width:11.6875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwPTu0pCXqNO2iRSfMx28DDw6GRVv4XI { top:28.5625rem;left:24rem;width:23.75rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INm103ThWdr1DRE2EtL5x13uXcKiuDRh { top:52.375rem;left:0rem;width:22.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Fpg1FlTaqTLkaLb6bOxJtt6o7rL4qu { top:56.4375rem;left:0rem;width:20.375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi4wCJ0rfUvXAwgEbwRfTh1Fw268OHla { top:67.5625rem;left:0rem;width:5.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWigFKnNEiz4OPmx4mp8uk55Ru0mnhAf { top:66.1875rem;left:0rem;width:11.6875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEevq9PNClaz00HoqNRh3OipZmywyzpy { top:75.8125rem;left:0rem;width:23.75rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvW6g6qoTXgQHkcr8oR7Md0Wr70cN2xG { top:52.375rem;left:25.625rem;width:22.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4t0yblRtXJq6mBNVwIPS8T8uhrMZQTb { top:56.4375rem;left:27.375rem;width:20.375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAM3m2amZSK914hMrd6ocdO3gk1vTDgT { top:66.1875rem;left:27.3125rem;width:11.6875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bti0kCpvyrdDTMGlZ1M3i0JxoOmCwHEb { top:75.8125rem;left:24rem;width:23.75rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPcy7s2KHWLyl0p1kr8o3KBXITBMiIDV { top:68.9375rem;left:28.21875rem;width:9.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aecH8JDBhK6aHXpshAH7W4MpNB2l495U { top:22.875rem;left:11.3125rem;width:8.125rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrdngOp04RHs6UADfBrZBpFfGFqDx67v { top:22.6875rem;left:9.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQoAet5TBKW9XoyydTzeKe4kt864EG1L { top:22.6875rem;left:40.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZib3TV5uL7ceNvwHusf2lNxLBuIhwCE { top:22.9375rem;left:39.625rem;width:8.125rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZdXGV5aRNhyNXDGewGBUOktSNT7C54T { top:70.1875rem;left:11.3125rem;width:8.125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxQm7CVM3G9TNPh4aWygVcA1xF87Z6VM { top:69.9375rem;left:9.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGxN6Bzo79tCHIWTJNxVttLmUweTodv { top:70.125rem;left:39.625rem;width:8.125rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbAzR1u98dnOs0SWJAzIV0TXHXc3xHP8 { top:69.875rem;left:40.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp5odbko8Ju09JEKRs60TqllzDavqkV7 { top:106.875rem;left:0rem;width:13.3125rem;height:1.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veAst9ngyX9NnoHrsIhEPTZXoMFVkFew { top:3.125rem;left:0rem;width:47.75rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMFJRy26lNImqqXckexa5ZGUfgV0gfWW { top:11.1875rem;left:0rem;width:47.75rem;height:1.19375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEJNivvDeL1CJQsFw2T9znrWbsSltZZy { top:10.4375rem;left:0rem;width:20rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { display:block; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0Fw5vUGWOKiWQvudLPMMUkyf0iLLtiX { width:17.5rem;height:3.4375rem;top:1.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grdPIit377wTEN7J7O1r1FxyZvhOufRi { display:block; }
 }@media only screen and (max-width: 763px) { #WtTvVqvULTtZvxleJG4WZP1H7lGFIBJT { width:17.5rem;height:3.4375rem;top:2.875rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6XUBWrABG9SzvtckvOMoK7rHgk0ImQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #vnfkWNfPXoR2VeXcDvLCboGKBqGKIO58 { top:9.5rem;left:0rem;width:47.75rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scx8TqLceJ5urcPJro6mthUVkEqZuTkJ { width:14.375rem;height:2.625rem;top:9.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FykDfWsdThwTHP0uzscbHeDtEMOeqF0l { display:block; }
 }@media only screen and (max-width: 763px) { #xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn { display:block; }#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLpPJ4tLXwSCGWmr4xo8VrzM8pJP3wfd { top:16.8125rem;left:1.1875rem;width:12.5rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdP9r6TvoAuFwqvQdZTn5ELeXcaWbkyf { top:16.8125rem;left:17.625rem;width:12.5rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTiwrI4I45xLUd9vBUylE4LSXoR4C9o4 { top:16.8125rem;left:34.125rem;width:12.5rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnD5hl4w5mI4B93dzACTykvLevoUMFQ9 { top:19.6875rem;left:13.625rem;width:20.5rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrinDDbeIaToLOSHg8E4WsrgMQxBlr9L { top:5.5rem;left:0rem;width:10.3125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGZCXOV7iFMVhBZT0GU3q51aAHhec6sT { top:16.875rem;left:16.4375rem;width:0.1875rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTJGC8MAKa21v8JQk3PkETaukBKX3OTq { top:16.875rem;left:32rem;width:0.1875rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKbzA9l8KWL53xHA9NBgkdCJZ1dlNDMq { top:6.9375rem;left:34.625rem;width:13.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cafbqVEoNa1FUR4wqoFWZLVQsUpgEy7V { top:6.9375rem;left:26.625rem;width:11.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTlTPI5DRUrlZXW5ZiG2GkFsPCbrkwFy { top:5.5rem;left:7.5rem;width:6.5625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmITAphIfSRV2lNktTvkrAPS1LNooOVs { top:5.125rem;left:17.625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5e5edfbf-7b71-46cf-8198-06c2c9338c71/heromob.png");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;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 .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { width:17.5rem;height:auto;top:34.0625rem;left:0rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd {display:block;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd { width:17.5rem;height:auto;top:34.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Z9eaSiPcC4FESC05GPNI9F605P8ca2kA {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Uc7PB7prmWvcA3toWX8ySfI7vxsu8UkC { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #GIVKczGbigrzwUyeEb0i1KVmtPGhpIs5 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #tlw5BmTIoJ5EiIhRseZTPAd9smetSHU3 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #nvuWZE61HROwuNrotFWD0mptmimkoO5y { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #G81ZtS6IheLr6ZNdiCdyIKGbozhyb5EE {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hM5BfZ0m3MvhGgZxdozmJDXpDZARqbT8 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xkWM4GOTsBJuqTcntQBNKDJ8ku1DTDNa { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #yzFA8NAUMoqriU98qE4sJ1NKw6s7Ndzo {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #LX4zsiHlFGcJ7MBMRCkvzOCpwIklmQEP {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xxc6J688eiJT3UGmEqJVRAuZlHQSTTZm {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #wfSnN5nFGb6mQTEin6M9ZQAbHyTBtEvO {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #QWI7RV4HE5E00bRzzrELn2dDkb7w8WHW {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #HezTy3fo5S0Szk20CThugBMV5vGo3T4N {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ogXZzmX0JLXM2pRLS82av4iJodd7DUy3 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #VFXomQPL6lKGUuHpZ1EI8VE66qk5cFM6 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #bwt3qKMu7qZMD5SitDiKrAIi5WHo7PQQ {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #AFDo59dn9MHEOSBiqZOlEgA2RC16NNql {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #POrQVIOCfzTfes216sdBBifiLQA6yAey {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n {  }
 }@media only screen and (max-width: 763px) { #BMk9LVb9Pfkm08xuXx3eP0FqMHQTmNJG { width:19.25rem;height:37.0625rem;top:24.8125rem;left:0.75rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #G5vaieTVx8CmUuXEpka4H15TcOfN5J3R { width:9.75rem;height:5.5rem;top:4.9375rem;left:5.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k5SqF95TIRBTkohoUqhBGezD7Lzcepb2 { width:20rem;height:1rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkIN0yAK78iENLuQcWlwBqKTpsaLPVH2 { width:20rem;height:2.6428571428571rem;top:41.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iS5RggItvZ0Nm5OSPTk4iGuMTBIWdhTV { width:20rem;height:13.295875rem;top:21.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GxfCdTfklTK1TRNSOoRbdg2bnQNG0QNK { width:20rem;height:2.625rem;top:40.0625rem;left:0rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { background-color:transparent;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;display:block; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { background-color: transparent; background-image: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .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); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { border-width: 0; border-radius: 0; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2uft1UpbESr0EtBZtlUNTJw3LbDXqrZ { width:12.5rem;height:1.29980625rem;top:2.375rem;left:3.75rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #HyMqC5pbUH1HV8uB5EHk1hUdlcwbTeB7 { width:19.25rem;height:42.25rem;top:0rem;left:0.375rem;z-index:15003;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a5dc819-b202-49ab-8879-14b6b3c0d711/Headermob.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HyMqC5pbUH1HV8uB5EHk1hUdlcwbTeB7.adaptive-delivery-prevent-bg, #HyMqC5pbUH1HV8uB5EHk1hUdlcwbTeB7.lazyload, #HyMqC5pbUH1HV8uB5EHk1hUdlcwbTeB7.lazyloading { background-image: none; }
#HyMqC5pbUH1HV8uB5EHk1hUdlcwbTeB7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#HyMqC5pbUH1HV8uB5EHk1hUdlcwbTeB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,83,159,0.97); } }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-regular-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-text { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-text {padding-top: 0; padding-bottom: 0;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-textarea { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-select { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-select {padding-top: 0; padding-bottom: 0;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-input-button { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(67deg, #0f539c, #0e9ae5);background-image: -moz-linear-gradient(67deg, #0f539c, #0e9ae5);background-image: -ms-linear-gradient(67deg, #0f539c, #0e9ae5);background-image: -o-linear-gradient(67deg, #0f539c, #0e9ae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );";background-image: linear-gradient(67deg, #0f539c, #0e9ae5);background-size:initial !important; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .widget-checkbox-label { width:13.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#0e9ae5; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr  { width:15.1875rem;height:auto;top:7.25rem;left:1.15625rem;z-index:15010; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr .radio-container { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr {display:block;}#PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr { width:15.1875rem;height:auto;top:7.25rem;left:1.15625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #Z7FFRUWinhXS7LBVRiyaEqlk4eF2PCyr {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #ZLPXulFBWDBIZk1Qcm184lt9yJHKZMqo { display:none; }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #IGgW1ru5F9IuLFcX9z0nVuKIU5T3bHnJ {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #uxNpexTeTbaulatRP7PQefJTHA5Eq9Fv {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #V9yEqwqOedulX9SwFFWIcNn2W4HygVIz { display:none; }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #Si8GEOfK0GnhvU8gT9poXT9erC36xT6I {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #QCoOTPtE7JS6ouIANTpVLl0Eg70JAql0 {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #uDpvygOyFCIhCB5UvhK7Tx7Xmb1OLXty { display:none; }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #yXZUt8fkT4B0dN9xBhhI4XvISNKDTcGq {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #TV3SU44IElvEkoPLuTkWUseXHKgp3f0V {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #vwuylsRdFCBaXlqDmVszgHI8iL0Jwk9N { display:none; }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #KnwveC3VEfCKsFqRAMGOxFJNoQEbstfx {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #uGXu4KVhsVOnzi4pQzrXFKmsSKkhChIH {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #l7DfE4Ebs5vc7KeJ2lXgTeWWd0OTKEUI {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #RbD4pl1c4JAgnzFZneCGJQ4HbAMEbfgV {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #zaZpvTHD1a04qiR8qUMJm6QDA1BJeTdQ {  }
 }@media only screen and (max-width: 763px) { #PcdIQpiPIMJtOLc9MgcAtmpmGZKTrrJr #w0E3H4cVQoJdHv3TcSON4u8lSfEhTkyn {  }
 }@media only screen and (max-width: 763px) { #kmDVuvWbfOrOR0Fa2kl1H1TTWcGncpvB { width:16.9375rem;height:0;top:34.4375rem;left:4.59375rem;font-size:0.8125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #qTIpNlitN5knTEksDKOZrZbempIhnCev { width:16.9375rem;height:0;top:32.5rem;left:2.96875rem;font-size:0.8125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #nvptNEv9ARNnmE4vLp66G1u8hJaV97ol { width:20rem;height:11.63475rem;top:55.1484375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFyltccaZNTzJuOZLpZ967BCMWfvUlwh { width:20rem;height:6.6484375rem;top:46rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXKgyuNDZoCAFrbRFiLC61hK6vNAMogG { width:20rem;height:8.31054375rem;top:69.2822265625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-regular-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-text { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-text {padding-top: 0; padding-bottom: 0;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-textarea { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-select { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-select {padding-top: 0; padding-bottom: 0;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-input-button { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .widget-checkbox-label { width:13.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN  { width:14.8125rem;height:auto;top:5.4755859375rem;left:1.34375rem;z-index:15007; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN .radio-container { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN {display:block;}#uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN { width:14.8125rem;height:auto;top:5.4755859375rem;left:1.34375rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #nkQcoBNM4cVETACAcMlW1i0heagnUelM {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #LHQJe1dK8uebLIKdMu9evhBh7OGyFqEP { display:none; }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #ppTTqWcLGMuLlxn1ag7m6e6FTgvcdMqO {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #F3LWZzz7XghqhnmoP4T9dWLbRhNr3gEp {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #UNEombDHGRBlf8H5k7SE8CflcTbdo6ds { display:none; }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #kQbohpO2ttd0gUJS5psdKWPoNOMkTwD0 {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #OPHhthe9p2QHAvrRTbwGvKMucX8NEFrk {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #zvNvmv2QeN27gJktL144xHR8ostLEtFV { display:none; }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #aPxezDanq3rPnv4F354sV9vQ45502LAT {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #c6tI9e45kZZ53OEcZlI2kWWyEeVKDtLF {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #PczlluFe8sScK0GnvGq2k0WVGT7BNAVT { display:none; }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #GK9REb3wTXugG9TOHI8oR0AveaAqA1aq {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #sovOvlXPEW00JEeD4UfeuLL3GKTFAuxQ {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #p4FMAZriHTvC2rf2XlkImymKO7x52d6B { display:none; }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #gxlHTlmHQhQgVVWdypycDbmF2rHs9k5d {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #gCwAw5rmLguMHm2SLLcZU2fPupvPIwUi {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #zovXy5o0GiTwhhDknIC87zaLc5R59TTs { display:none; }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #IKaT0VaVQgAN7UfvP4Tb5L5XL3e9nQJE {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #s3TFsZHi4SxdUQEzdU8GIHf4mrgAJtzT {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #rUsDxn63dBzfHzZprHIJfKHNP77fDRkQ {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #FoUT1IG3xTCCscQhpTh6XT5Al79gBQcs {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #N7u4wdT4n0X7VmpKs9rfs4fxW4L6AKWZ {  }
 }@media only screen and (max-width: 763px) { #uE6ihu3cEK85FPnpPtgvsNl9H8wUoWtN #sKSUyoaFD3elkPeFOgDhBEmvq2RdGlt5 {  }
 }@media only screen and (max-width: 763px) { #Oit1Tures1It7TEARcTfiTXib8hoknXR { display:block; }#Oit1Tures1It7TEARcTfiTXib8hoknXR > .row .container { width:20rem;height:175rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGTA7PRuO3hFN9UKRCkFbIU9oigqVoRg { width:19.875rem;height:39.5rem;top:87.0625rem;left:0rem;z-index:14988;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oTSTPDfwVgV8MQx6l9iA0g6kvPmIaq48 { width:19rem;height:38.5rem;top:87.5625rem;left:0.4375rem;z-index:14989;box-shadow: none;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cc3a4ecd-8b80-402e-b6a3-ece1a0816ceb/SpitalBaneasaBack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oTSTPDfwVgV8MQx6l9iA0g6kvPmIaq48.adaptive-delivery-prevent-bg, #oTSTPDfwVgV8MQx6l9iA0g6kvPmIaq48.lazyload, #oTSTPDfwVgV8MQx6l9iA0g6kvPmIaq48.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IEXe5WvgBRfIS5GdAPCXvnvbWwJxWRKc { width:19.875rem;height:39.0625rem;top:131.25rem;left:0rem;z-index:14986;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yJ4fVazxPiHtEfSHrineVRQuPyveK25f { width:19rem;height:38.0625rem;top:131.75rem;left:0.4375rem;z-index:14987;box-shadow: none;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7da9aa09-f6d4-4514-9fc8-0b5e0d4c8787/SpitalPelicanBack.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yJ4fVazxPiHtEfSHrineVRQuPyveK25f.adaptive-delivery-prevent-bg, #yJ4fVazxPiHtEfSHrineVRQuPyveK25f.lazyload, #yJ4fVazxPiHtEfSHrineVRQuPyveK25f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FHHH6HiTgGKfxTqT66hTeTgepMl9rd5v { width:19.875rem;height:37.4375rem;top:1.40625rem;left:0rem;z-index:14993;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ywDG8mCkLgKir8MtS6RTSPvNCIDsMi4H { width:19rem;height:36.4375rem;top:1.90625rem;left:0.4375rem;z-index:14993;box-shadow: none;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ee604f70-8b73-42e6-9782-90dc20e68f79/SpitalPiperaBack.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ywDG8mCkLgKir8MtS6RTSPvNCIDsMi4H.adaptive-delivery-prevent-bg, #ywDG8mCkLgKir8MtS6RTSPvNCIDsMi4H.lazyload, #ywDG8mCkLgKir8MtS6RTSPvNCIDsMi4H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gyED2pWqMFxEScevlAOK4znrpTgoLgsl { width:19.875rem;height:38.875rem;top:43.5rem;left:0rem;z-index:14990;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TxvUZHrfH7OFsKI9VTPA1tTCuegplQ5Q { width:19rem;height:37.875rem;top:44rem;left:0.4375rem;z-index:14993;box-shadow: none;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/08535996-f14d-4281-942e-8f0bb1ba1dc4/SpitalClujBack.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TxvUZHrfH7OFsKI9VTPA1tTCuegplQ5Q.adaptive-delivery-prevent-bg, #TxvUZHrfH7OFsKI9VTPA1tTCuegplQ5Q.lazyload, #TxvUZHrfH7OFsKI9VTPA1tTCuegplQ5Q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wPkpSCZVHSXp1ZXl8kx144OvDiIh21BB { width:20rem;height:1.625rem;top:5.03125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiwXslgl1OILfgXvTXXf0br5KQhG1I8t { width:15rem;height:8.875rem;top:8.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc6fPUMAJwiUH5znqbVKOMgkuKM9g9hx { width:17.5rem;height:10.411125rem;top:24.94921875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtUlBCuMVd5kFgwxWXW7dzCxh00nzfRu { width:3.75rem;height:2.8125rem;top:15.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRNb6fcQe9UoAhsmTZObGSFJsdiRiOrS { width:7.8125rem;height:5.3125rem;top:14.6875rem;left:1.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv3XTqi3fzC5JMRzX4b8gleUkXSX5Hls { width:20rem;height:1.625rem;top:47.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3UnmSfGDVlpWs8X9zJAzV2hLfPMCKZB { width:15rem;height:8.9375rem;top:50.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbdKbVrPEHT73ItGqRpMFURdf6Zr9RkH { width:6.875rem;height:2.0625rem;top:58.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxUDQBnGIDAb5KuFfLaxT5vQl1h3Dv6P { width:7.8125rem;height:5.3125rem;top:56.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwPTu0pCXqNO2iRSfMx28DDw6GRVv4XI { width:17.5rem;height:11.8984375rem;top:66.94921875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INm103ThWdr1DRE2EtL5x13uXcKiuDRh { width:20rem;height:1.625rem;top:90.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Fpg1FlTaqTLkaLb6bOxJtt6o7rL4qu { width:15rem;height:8.9375rem;top:94.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi4wCJ0rfUvXAwgEbwRfTh1Fw268OHla { width:3.875rem;height:3.8125rem;top:101.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWigFKnNEiz4OPmx4mp8uk55Ru0mnhAf { width:7.8125rem;height:5.3125rem;top:100.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEevq9PNClaz00HoqNRh3OipZmywyzpy { width:17.5rem;height:13.38575rem;top:109.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvW6g6qoTXgQHkcr8oR7Md0Wr70cN2xG { width:20rem;height:1.625rem;top:134.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4t0yblRtXJq6mBNVwIPS8T8uhrMZQTb { width:15rem;height:8.9375rem;top:138.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAM3m2amZSK914hMrd6ocdO3gk1vTDgT { width:7.8125rem;height:5.3125rem;top:144.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bti0kCpvyrdDTMGlZ1M3i0JxoOmCwHEb { width:17.5rem;height:11.8984375rem;top:154.94921875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPcy7s2KHWLyl0p1kr8o3KBXITBMiIDV { width:7.1875rem;height:1.625rem;top:146.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aecH8JDBhK6aHXpshAH7W4MpNB2l495U { width:13.3125rem;height:2.761725rem;top:20.9375rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrdngOp04RHs6UADfBrZBpFfGFqDx67v { display:flex;width:1.5625rem;height:1.5625rem;top:20.9375rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #XQoAet5TBKW9XoyydTzeKe4kt864EG1L { display:flex;width:1.5625rem;height:1.5625rem;top:62.9375rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #NZib3TV5uL7ceNvwHusf2lNxLBuIhwCE { width:13.3125rem;height:2.761725rem;top:62.9375rem;left:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZdXGV5aRNhyNXDGewGBUOktSNT7C54T { width:13.3125rem;height:0;top:106.875rem;left:4.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxQm7CVM3G9TNPh4aWygVcA1xF87Z6VM { display:flex;width:1.5625rem;height:1.5625rem;top:106.875rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #TKGxN6Bzo79tCHIWTJNxVttLmUweTodv { width:13.75rem;height:2.761725rem;top:150.9375rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbAzR1u98dnOs0SWJAzIV0TXHXc3xHP8 { display:flex;width:1.5625rem;height:1.5625rem;top:150.9375rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #Bp5odbko8Ju09JEKRs60TqllzDavqkV7 { width:13.3125rem;height:1.3808625rem;top:106.875rem;left:4.4375rem;font-size:0.8125rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veAst9ngyX9NnoHrsIhEPTZXoMFVkFew { width:20rem;height:9.972625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMFJRy26lNImqqXckexa5ZGUfgV0gfWW { width:50rem;height:1.25rem;top:12.96875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gEJNivvDeL1CJQsFw2T9znrWbsSltZZy { width:20rem;height:2rem;top:12.75rem;left:0rem;overflow:hidden;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { display:block; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0Fw5vUGWOKiWQvudLPMMUkyf0iLLtiX { width:8.75rem;height:2.5rem;top:0.6875rem;left:5.625rem;font-size:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #grdPIit377wTEN7J7O1r1FxyZvhOufRi { display:block; }
 }@media only screen and (max-width: 763px) { #WtTvVqvULTtZvxleJG4WZP1H7lGFIBJT { width:8.75rem;height:2.5rem;top:0rem;left:5.625rem;font-size:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(79deg, #0f539c, #0e9ae5);background-image: -moz-linear-gradient(79deg, #0f539c, #0e9ae5);background-image: -ms-linear-gradient(79deg, #0f539c, #0e9ae5);background-image: -o-linear-gradient(79deg, #0f539c, #0e9ae5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#0e9ae5' );";background-image: linear-gradient(79deg, #0f539c, #0e9ae5);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #I6XUBWrABG9SzvtckvOMoK7rHgk0ImQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #vnfkWNfPXoR2VeXcDvLCboGKBqGKIO58 { width:20rem;height:3.32421875rem;top:7.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Scx8TqLceJ5urcPJro6mthUVkEqZuTkJ { width:8.75rem;height:2.5rem;top:11.1875rem;left:5.625rem;font-size:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FykDfWsdThwTHP0uzscbHeDtEMOeqF0l { display:block; }
 }@media only screen and (max-width: 763px) { #xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn { display:block; }#xtpO7D8rVZkKpFxwywz8mbJ4q9cPhCMn > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLpPJ4tLXwSCGWmr4xo8VrzM8pJP3wfd { width:6.5rem;height:0.89355625rem;top:23.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdP9r6TvoAuFwqvQdZTn5ELeXcaWbkyf { width:2.8125rem;height:0.89355625rem;top:23.6875rem;left:9.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTiwrI4I45xLUd9vBUylE4LSXoR4C9o4 { width:6.125rem;height:0.89355625rem;top:23.6875rem;left:13.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnD5hl4w5mI4B93dzACTykvLevoUMFQ9 { width:10.9375rem;height:1.625rem;top:26.1875rem;left:4.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrinDDbeIaToLOSHg8E4WsrgMQxBlr9L { width:8.625rem;height:5.125rem;top:3.0234375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGZCXOV7iFMVhBZT0GU3q51aAHhec6sT { width:0.1875rem;height:0.9375rem;top:23.6875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTJGC8MAKa21v8JQk3PkETaukBKX3OTq { width:0.1875rem;height:0.9375rem;top:23.6875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKbzA9l8KWL53xHA9NBgkdCJZ1dlNDMq { width:10.0625rem;height:2.5625rem;top:16.6875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cafbqVEoNa1FUR4wqoFWZLVQsUpgEy7V { width:7.6875rem;height:2.25rem;top:11.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTlTPI5DRUrlZXW5ZiG2GkFsPCbrkwFy { width:4.1875rem;height:3.125rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmITAphIfSRV2lNktTvkrAPS1LNooOVs { width:4.1875rem;height:4.1875rem;top:10.4375rem;left:6.375rem;display:block; }
 }