.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/lOt5UxYu/lab_post_offer_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,41,60,0.1); }#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(10,41,60,0.1); }#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 { font-size:0.875rem;font-family:"open sans";height:41rem;width:60rem;overflow:visible;position:relative;display:block; }#h6MkU1btEFZXm43o0yTKvHuKctsC3fCu { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:12.625rem;top:0rem;left:11.75rem;overflow:hidden;display:block; }
#bbwIbcLWaPMaQvXDa7dka04dG8WSBTND { position:absolute;display:block;z-index:100005;background-color:rgba(255,255,255,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;height:23.6875rem;width:19.0625rem;top:12.125rem;left:5.125rem;display:block; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-form-header {  }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.75rem;font-weight:700;color:#ffffff;width:15.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2;text-align:right;text-align-last:right; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-text { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:15.0625rem;box-sizing:border-box;height:3.0625rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:cairo;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-textarea { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:15.0625rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:cairo;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-select { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:15.0625rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:"open sans";font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#03276f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:0.875rem;font-weight:bold;color:#f2f9ff;width:15.0625rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.5) ; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .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.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:13.6875rem;overflow:hidden;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .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; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .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:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-container:first-of-type{padding-top:0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-container:last-of-type{padding-bottom:0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0  { background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(0,70,255,0.48), rgba(87,0,253,0.34));background-image: -moz-linear-gradient(216deg, rgba(0,70,255,0.48), rgba(87,0,253,0.34));background-image: -ms-linear-gradient(216deg, rgba(0,70,255,0.48), rgba(87,0,253,0.34));background-image: -o-linear-gradient(216deg, rgba(0,70,255,0.48), rgba(87,0,253,0.34));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0046ff', endColorstr='#565700fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0046ff', endColorstr='#565700fd' );";background-image: linear-gradient(216deg, rgba(0,70,255,0.48), rgba(87,0,253,0.34));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5.9375rem;top:13.775390625rem;z-index:100012;position:absolute; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.0625rem; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 {display:block;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 { background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(0,70,255,0.48), rgba(87,0,253,0.34));background-image: -moz-linear-gradient(216deg, rgba(0,70,255,0.48), rgba(87,0,253,0.34));background-image: -ms-linear-gradient(216deg, rgba(0,70,255,0.48), rgba(87,0,253,0.34));background-image: -o-linear-gradient(216deg, rgba(0,70,255,0.48), rgba(87,0,253,0.34));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0046ff', endColorstr='#565700fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0046ff', endColorstr='#565700fd' );";background-image: linear-gradient(216deg, rgba(0,70,255,0.48), rgba(87,0,253,0.34));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5.9375rem;top:13.775390625rem;z-index:100012;position:absolute; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #y6ryLaSeAZKsks1JCRE0D7prr3beCcGn { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #gKffAcrtCiZnpgebUqNq1S9MuESiJ4bP { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #wwW89CoheDrWb3iMAhBT7Qg7roDUGmCT { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #C9WyPFa7kfTDbxry6Zu7xBRw8LA3rbiy { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #QWzIhC8WQmbJHnqyp0xS7GhByGUQmqHt { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #sLftGcgSetenbz8MxRTwqrQI5oHl2UvF { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #vtPisaZWD9tp7JqJcLnKQG1zV5GVn4fU { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #znaLFhze4cDDwCZulN828c3GI3VmNZig { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #zaZloBBfneiXrzwiitvgqd2woMs9Wq7y { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #lnh4zdLkMcXCiqMvZNsptbnRNx0T6xDK { position:relative; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #z3dq8GQyDo4ccDKIpkw5hCbT2UDMmFQK { position:relative; }
#zdqiTMVLV19NGvC3UP9ar2ID2VG7L4lS { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:2.875rem;height:4.6875rem;width:37.8125rem;top:0rem;left:0rem;display:block; }
#hRMgN3RKrgr0JExGv70cTH3MmUNSQEH7 { color:#15158d;display:block;width:39.812rem;position:absolute;font-family:cairo;font-size:2.4375rem;font-weight:700;z-index:100013;line-height:2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #fdfeff;top:5.2490234375rem;left:4.561767578125rem;height:9.813475rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U8kPWl89h0WPk4Bzt07Q14Wa5UurCDRk { color:#ff0015;display:block;width:39.812rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100014;line-height:2;letter-spacing:0;top:9.20166015625rem;left:6.810302734375rem;height:3.0004875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qpRD8zyyTXgEc72apDkKe6i9tcwAXIok { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;height:2.68676875rem;width:17.06175rem;top:9.51416015625rem;left:6.201171875rem;display:block; }
#ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 { position:relative;display:block; }#ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 { background-color: transparent; background-image: none; }#ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 > .row .container > .video-iframe-container { display: none; }#ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 > .row > .video-iframe-container { display: none; }#ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 > .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); }#ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 { border-width: 0; border-radius: 0; }#ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 > .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:21.1875rem;width:60rem;position:relative;display:block; }#OLMtwZpyNHNepgmauNTrIfIpQipynpKD { color:#494949;display:block;width:20rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DMGScacBF9XhmQTPWMyPSpWDRemvREc6 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:2.0625rem;left:46.9375rem;overflow:hidden;display:block; }
#h7qrmW40Ku4H8oIfGDKxwJaARVqmzpE3 { color:#000000;display:block;width:18.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100025;line-height:1.7;letter-spacing:0;top:12.5rem;left:40.8125rem;height:6.4345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tSHJK9QeGJgv891wpNdiROl6l6XqLuiR { color:#494949;display:block;width:20rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:9.619140625rem;left:20rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kgepP5Vd3dueHalbJADqsGQb0wJK5SuT { color:#494949;display:block;width:20rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:9.619140625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ILXWE3w81pfs0nRbRewvIele4N4Sl1zc { color:#000000;display:block;width:18.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100026;line-height:1.7;letter-spacing:0;top:12.5rem;left:21.8125rem;height:4.77905rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OrgC9ly6rnTfsPB4dCVD9D77IzvG0avP { color:#000000;display:block;width:18.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100027;line-height:1.7;letter-spacing:0;top:12.5625rem;left:0.875rem;height:4.77905rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJZ1HXL6MEJBbqH475cpotFP3GHfWT86 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:2.0625rem;left:27.5rem;overflow:hidden;display:block; }
#wBiSiRcmfrkbIfOKD37RyXaJt4U2FzGD { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:2.0625rem;left:7.5rem;overflow:hidden;display:block; }
#Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT { position:relative;display:block; }#Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT { background-color: transparent; background-image: none; }#Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT > .row .container > .video-iframe-container { display: none; }#Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT > .row > .video-iframe-container { display: none; }#Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT > .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); }#Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT { border-width: 0; border-radius: 0; }#Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT > .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:21.1875rem;width:60rem;position:relative;display:block; }#PTRDTiSA7PviVeCNxkmiSTdAnkWNZwbM { color:#494949;display:block;width:20rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KrNXHVO9NVnG7GZDt7zQxPTESc3qRcFK { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:2.0625rem;left:46.9375rem;overflow:hidden;display:block; }
#MC75gTHNBx8C3ozyn3CwTLFT2iKOytms { color:#000000;display:block;width:18.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100025;line-height:1.7;letter-spacing:0;top:12.5rem;left:40.8125rem;height:4.77905rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mrgIDZ9DVuUT2VExWRHlUO4IxeSHNIUx { color:#494949;display:block;width:20rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:9.619140625rem;left:20rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RmAyT9sPtxwDa16TLendS4XEPrt62QgM { color:#494949;display:block;width:20rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:9.619140625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M1CCVeguwgeOfFMCde6XD4OahthJZTnX { color:#000000;display:block;width:18.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100026;line-height:1.7;letter-spacing:0;top:12.5rem;left:21.8125rem;height:4.77905rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yxPR1eGFagHtPMc6ngXHuFb2EwlRo0Bg { color:#000000;display:block;width:18.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100027;line-height:1.7;letter-spacing:0;top:12.5625rem;left:0.875rem;height:4.77905rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lnybvhw4fuQB6CffmqTUdyEbkBcbUR7w { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:2.0625rem;left:27.5rem;overflow:hidden;display:block; }
#zQUTBSCwwoVp9cFRrsPFs6Bmthu0FQD1 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:2.0625rem;left:7.5rem;overflow:hidden;display:block; }
#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/anjDJhpo/22.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl.adaptive-delivery-prevent-bg, #k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl.lazyload, #k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl.lazyloading { background-image: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container { background-color: transparent; background-image: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,38,72,0.54); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container > .video-iframe-container { display: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,38,72,0.54); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row > .video-iframe-container { display: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .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); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container { border-width: 0; border-radius: 0; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#wEcuG2HlXmJp0397tKZ24MpGb2m4JXC5 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.3120125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d91KTVuRA181bVCXoTUgBIr4KdQVoKWk { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:8.8125rem;left:34.5rem;display:block; }
#xc7SZDPUDAcggoRFzAM86cwoyTmLHKle { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:8.75rem;left:36.6875rem;display:block; }
#w2UBXLy2QrVUwm5mO9mHAa50UXXk4LIp { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:8.75rem;left:39.0625rem;display:block; }
#ipv6ogGq6F6axZVnvSus90ZNwFuTxeZ7 { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:8.75rem;left:41.375rem;display:block; }
#Qw2tLF1wQmh2Ws5DuislTQxs6DHWyv1D { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:8.75rem;left:43.6875rem;display:block; }
#T8a8McMID85txukRvQgraQdh4gO36bAR { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:none;border-top:0.0625rem solid #009dec;border-left:0.0625rem solid #009dec;border-right:0.0625rem solid #009dec;border-bottom:0.0625rem solid #009dec;height:12.875rem;width:26.875rem;top:8.8125rem;left:32.375rem;display:block; }
#U7x4gCWhCm9SLLrl7692GrEB49UJTw2z { color:#e4c431;display:block;width:16.9375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:18.5625rem;left:34.5625rem;height:1.9494625rem;font-style:normal;display:block; }
#vz91LDBymRLTqx0blhp31butaa92y8Gf { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:11.25rem;left:35.46875rem;height:5.09765625rem;text-align:right;text-align-last:right;display:block; }
#KQqqQ1GPm6CQI9w65Wdztu0L3wrM7AXk { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RszOzkNr/10_512.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #008bd1;border-left:0.125rem solid #008bd1;border-right:0.125rem solid #008bd1;border-bottom:0.125rem solid #008bd1;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.0625rem;width:3.0625rem;top:18.125rem;left:55.3125rem;display:block; }#KQqqQ1GPm6CQI9w65Wdztu0L3wrM7AXk.adaptive-delivery-prevent-bg, #KQqqQ1GPm6CQI9w65Wdztu0L3wrM7AXk.lazyload, #KQqqQ1GPm6CQI9w65Wdztu0L3wrM7AXk.lazyloading { background-image: none; }
#bX2f3AlFrBBTMBRWen7sdvIiDJgoymee { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:7.25rem;left:56.34375rem;display:block; }
#kMpyK9vUsUirb2rEmQ3tWMFOIaVPvfDz { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:7.4375rem;left:25.5625rem;display:block; }
#gECqWS15VRocoQ7iH6bxNAZdf0Qkryzv { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0.0625rem solid #009dec;border-left:0.0625rem solid #009dec;border-right:0.0625rem solid #009dec;border-bottom:0.0625rem solid #009dec;height:12.875rem;width:26.875rem;top:9rem;left:1.5625rem;display:block; }
#Tf2bEGMHce2gyz5x35EkyKTtIkTuk4OI { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100017;line-height:1.7;letter-spacing:0;top:11.4375rem;left:4.6875rem;height:3.4609375rem;text-align:right;text-align-last:right;display:block; }
#s1D9wNFdDTc5Utl8lmrBcTxT7l4lJVxS { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:8.9375rem;left:10.5625rem;display:block; }
#WRTUsTWIkCph2sREhRrX2Z0ob7SWCI1i { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:8.9375rem;left:8.25rem;display:block; }
#m4ydPn3VTC6N6lwwns0OFvQZVaqycTXG { color:#e4c431;display:block;width:16.9375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:18.75rem;left:3.75rem;height:1.9494625rem;font-style:normal;display:block; }
#yJrradEzCK5Ft6pVo9Fmhc3qvIRAnvsR { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/W8U0IdJD/iconfinder_10_2694137_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #008bd1;border-left:0.125rem solid #008bd1;border-right:0.125rem solid #008bd1;border-bottom:0.125rem solid #008bd1;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.0625rem;width:3.0625rem;top:18.3125rem;left:24.5rem;display:block; }#yJrradEzCK5Ft6pVo9Fmhc3qvIRAnvsR.adaptive-delivery-prevent-bg, #yJrradEzCK5Ft6pVo9Fmhc3qvIRAnvsR.lazyload, #yJrradEzCK5Ft6pVo9Fmhc3qvIRAnvsR.lazyloading { background-image: none; }
#w7WoPHKEvavFZXa3pnKVyIxSrfX8n76L { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:9rem;left:3.6875rem;display:block; }
#RvqdbAQRA1zZ9y6WtAxGxeFmCTaOnpa2 { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:8.9375rem;left:5.875rem;display:block; }
#y8DHhvNZm7BM31c7vXaK1sGu4v5NEdHl { box-sizing:content-box;color:#e4c431;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:8.9375rem;left:12.8125rem;display:block; }
#Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc { position:relative;display:block; }#Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc { background-color: transparent; background-image: none; }#Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc > .row .container > .video-iframe-container { display: none; }#Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc > .row > .video-iframe-container { display: none; }#Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc > .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); }#Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc { border-width: 0; border-radius: 0; }#Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc > .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:0.6875rem;width:60rem;position:relative;display:block; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#112f5b;background-image:none;position:relative;display:block; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container { background-color: transparent; background-image: none; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container > .video-iframe-container { display: none; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row > .video-iframe-container { display: none; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .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); }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container { border-width: 0; border-radius: 0; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#kb42nBMhMZMymieMWIfkdQNFb7lfz69L { display:block;width:19.125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.811767578125rem;left:40.75rem;height:1.9494625rem;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#n2tovDv88p0QhHr1bzplv2EbJAShmdp5 { display:block;width:23.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:34.75rem;height:2.2753875rem;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#hcw8Xop6LBM59rkdhtDcRMxK8komBOWG { box-sizing:content-box;color:#ffffff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:2.8125rem;left:57.3125rem;display:block; }
#VNCAyRzX8tUHFcl3aBwhlplUOeFV8WTL { box-sizing:content-box;color:#ffffff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:6rem;left:57.6875rem;display:block; }
#d2vkTnBonc1tDwCCSwcJ6b0M7ZqEAucu { display:block;width:23.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:6.375rem;left:34.75rem;height:2.2753875rem;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#UnCxRItZkWfJAh6tKIoZqk2UGW0pw1WM { display:block;width:23.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:9.125rem;left:34.9375rem;height:2.2753875rem;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#nA5v9Bi6dZh1nk9AxWPmfReAGiXUK7wp { box-sizing:content-box;color:#ffffff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:8.5625rem;left:57.75rem;display:block; }
#i4eIRBRCRI1dZoSOA82As9y2VycQCyMD { display:block;width:23.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:12rem;left:35.0625rem;height:2.2753875rem;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#uw15UkuISscgptE2b80QW5xLKFI4qkG4 { box-sizing:content-box;color:#ffffff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:11.5rem;left:57.875rem;display:block; }
#Pw5wd0tL5NsfVMeNHCiEIGw91WfFMETw { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.18706875rem;width:13.8748125rem;top:3.0615234375rem;left:3.8798828125rem;overflow:hidden;display:block; }
#sJvstiEMkiNh8TKw3Ab2q1hWCxO7pR7s { color:#000000;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:11.375rem;left:6.59375rem;height:1.767825rem;text-align:center;text-align-last:center;display:block; }
#I55ExHAg5ly22PCsr6cEpnbQBi8MFWgN { box-sizing:content-box;color:#ffffff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:10.1875rem;left:3.71875rem;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) { #h6MkU1btEFZXm43o0yTKvHuKctsC3fCu { top:0rem;left:5.625rem;width:12.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbwIbcLWaPMaQvXDa7dka04dG8WSBTND { top:12.125rem;left:0rem;width:19.0625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-regular-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-text { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-textarea { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-select { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-checkbox-label { width:13.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0  { width:15.0625rem;height:18.625rem;top:13.75rem;left:0rem; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .radio-container { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 {display:block;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 { width:15.0625rem;height:18.625rem;top:13.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #y6ryLaSeAZKsks1JCRE0D7prr3beCcGn {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #gKffAcrtCiZnpgebUqNq1S9MuESiJ4bP {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #wwW89CoheDrWb3iMAhBT7Qg7roDUGmCT {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #C9WyPFa7kfTDbxry6Zu7xBRw8LA3rbiy {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #QWzIhC8WQmbJHnqyp0xS7GhByGUQmqHt {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #sLftGcgSetenbz8MxRTwqrQI5oHl2UvF {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #vtPisaZWD9tp7JqJcLnKQG1zV5GVn4fU {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #znaLFhze4cDDwCZulN828c3GI3VmNZig {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #zaZloBBfneiXrzwiitvgqd2woMs9Wq7y {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #lnh4zdLkMcXCiqMvZNsptbnRNx0T6xDK {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #z3dq8GQyDo4ccDKIpkw5hCbT2UDMmFQK {  }
 }@media only screen and (max-width: 763px) { #zdqiTMVLV19NGvC3UP9ar2ID2VG7L4lS { top:0rem;left:0rem;width:37.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRMgN3RKrgr0JExGv70cTH3MmUNSQEH7 { top:5.1875rem;left:0rem;width:39.75rem;height:9.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8kPWl89h0WPk4Bzt07Q14Wa5UurCDRk { top:9.1875rem;left:0.685302734375rem;width:39.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpRD8zyyTXgEc72apDkKe6i9tcwAXIok { top:9.5rem;left:0.076171875rem;width:17rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 { display:block; }#ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLMtwZpyNHNepgmauNTrIfIpQipynpKD { width:20rem;height:;top:9.3125rem;left:27.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMGScacBF9XhmQTPWMyPSpWDRemvREc6 { width:5rem;height:5rem;top:2.0625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7qrmW40Ku4H8oIfGDKxwJaARVqmzpE3 { width:18.25rem;height:7.9375rem;top:12.5rem;left:29.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSHJK9QeGJgv891wpNdiROl6l6XqLuiR { width:20rem;height:;top:9.5625rem;left:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgepP5Vd3dueHalbJADqsGQb0wJK5SuT { width:20rem;height:;top:9.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILXWE3w81pfs0nRbRewvIele4N4Sl1zc { width:18.25rem;height:6.375rem;top:12.5rem;left:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrgC9ly6rnTfsPB4dCVD9D77IzvG0avP { width:18.25rem;height:4.75rem;top:12.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJZ1HXL6MEJBbqH475cpotFP3GHfWT86 { width:5rem;height:5rem;top:2.0625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBiSiRcmfrkbIfOKD37RyXaJt4U2FzGD { width:5rem;height:5rem;top:2.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT { display:block; }#Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTRDTiSA7PviVeCNxkmiSTdAnkWNZwbM { width:20rem;height:;top:9.3125rem;left:27.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrNXHVO9NVnG7GZDt7zQxPTESc3qRcFK { width:5rem;height:5rem;top:2.0625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC75gTHNBx8C3ozyn3CwTLFT2iKOytms { width:18.25rem;height:4.75rem;top:12.5rem;left:29.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrgIDZ9DVuUT2VExWRHlUO4IxeSHNIUx { width:20rem;height:;top:9.5625rem;left:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmAyT9sPtxwDa16TLendS4XEPrt62QgM { width:20rem;height:;top:9.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1CCVeguwgeOfFMCde6XD4OahthJZTnX { width:18.25rem;height:4.75rem;top:12.5rem;left:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxPR1eGFagHtPMc6ngXHuFb2EwlRo0Bg { width:18.25rem;height:4.75rem;top:12.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnybvhw4fuQB6CffmqTUdyEbkBcbUR7w { width:5rem;height:5rem;top:2.0625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQUTBSCwwoVp9cFRrsPFs6Bmthu0FQD1 { width:5rem;height:5rem;top:2.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl { display:block; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEcuG2HlXmJp0397tKZ24MpGb2m4JXC5 { width:47.75rem;height:;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d91KTVuRA181bVCXoTUgBIr4KdQVoKWk { width:2.1875rem;height:2.375rem;top:8.8125rem;left:28.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc7SZDPUDAcggoRFzAM86cwoyTmLHKle { width:2.375rem;height:2.375rem;top:8.75rem;left:30.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2UBXLy2QrVUwm5mO9mHAa50UXXk4LIp { width:2.375rem;height:2.375rem;top:8.75rem;left:32.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipv6ogGq6F6axZVnvSus90ZNwFuTxeZ7 { width:2.375rem;height:2.375rem;top:8.75rem;left:35.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw2tLF1wQmh2Ws5DuislTQxs6DHWyv1D { width:2.375rem;height:2.375rem;top:8.75rem;left:37.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8a8McMID85txukRvQgraQdh4gO36bAR { width:23.1875rem;height:11.5625rem;top:14.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7x4gCWhCm9SLLrl7692GrEB49UJTw2z { width:22.5rem;height:0;top:22.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz91LDBymRLTqx0blhp31butaa92y8Gf { width:22.5rem;height:0;top:17.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQqqQ1GPm6CQI9w65Wdztu0L3wrM7AXk { width:3.0625rem;height:3.0625rem;top:18.125rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX2f3AlFrBBTMBRWen7sdvIiDJgoymee { top:7.25rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpyK9vUsUirb2rEmQ3tWMFOIaVPvfDz { top:7.4375rem;left:19.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gECqWS15VRocoQ7iH6bxNAZdf0Qkryzv { width:23.1875rem;height:11.5625rem;top:14.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf2bEGMHce2gyz5x35EkyKTtIkTuk4OI { width:22.5rem;height:0;top:17.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1D9wNFdDTc5Utl8lmrBcTxT7l4lJVxS { width:2.375rem;height:2.375rem;top:8.9375rem;left:4.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTUsTWIkCph2sREhRrX2Z0ob7SWCI1i { width:2.375rem;height:2.375rem;top:8.9375rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4ydPn3VTC6N6lwwns0OFvQZVaqycTXG { width:22.5rem;height:0;top:22.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJrradEzCK5Ft6pVo9Fmhc3qvIRAnvsR { width:3.0625rem;height:3.0625rem;top:18.3125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7WoPHKEvavFZXa3pnKVyIxSrfX8n76L { width:2.1875rem;height:2.375rem;top:9rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvqdbAQRA1zZ9y6WtAxGxeFmCTaOnpa2 { width:2.375rem;height:2.375rem;top:8.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8DHhvNZm7BM31c7vXaK1sGu4v5NEdHl { width:2.375rem;height:2.375rem;top:8.9375rem;left:6.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc { display:block; }#Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg { display:block; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kb42nBMhMZMymieMWIfkdQNFb7lfz69L { width:19.125rem;height:1.875rem;top:0.75rem;left:28.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2tovDv88p0QhHr1bzplv2EbJAShmdp5 { width:23.1875rem;height:2.25rem;top:3.3125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcw8Xop6LBM59rkdhtDcRMxK8komBOWG { top:2.8125rem;left:44.625rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNCAyRzX8tUHFcl3aBwhlplUOeFV8WTL { top:6rem;left:44.625rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2vkTnBonc1tDwCCSwcJ6b0M7ZqEAucu { width:23.1875rem;height:2.25rem;top:6.375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnCxRItZkWfJAh6tKIoZqk2UGW0pw1WM { width:23.1875rem;height:2.25rem;top:9.125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA5v9Bi6dZh1nk9AxWPmfReAGiXUK7wp { top:8.5625rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4eIRBRCRI1dZoSOA82As9y2VycQCyMD { width:23.1875rem;height:2.25rem;top:12rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw15UkuISscgptE2b80QW5xLKFI4qkG4 { top:11.5rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw5wd0tL5NsfVMeNHCiEIGw91WfFMETw { top:3rem;left:0rem;width:13.8125rem;height:6.1591016694897rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJvstiEMkiNh8TKw3Ab2q1hWCxO7pR7s { top:11.375rem;left:0.46875rem;width:9.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I55ExHAg5ly22PCsr6cEpnbQBi8MFWgN { top:10.1875rem;left:0rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/lOt5UxYu/lab_post_offer_02.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(10,41,60,0.14); }#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(10,41,60,0.14); }#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:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6MkU1btEFZXm43o0yTKvHuKctsC3fCu { width:10.68725rem;height:3.061525rem;top:0rem;left:4.654541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbwIbcLWaPMaQvXDa7dka04dG8WSBTND { width:19.0625rem;height:21.75rem;top:16rem;left:0.5rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-form-header {  }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;color:#ffffff;width:15rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2;text-align:right;text-align-last:right;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-text { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:15rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:cairo;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-textarea { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:15rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:cairo;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-select { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:15rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:cairo;font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#03205a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:0.875rem;font-weight:bold;color:#f2f9ff;width:15rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.5) ; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .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.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:13.625rem;overflow:hidden;font-style:normal; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .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; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .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:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-container:first-of-type{padding-top:0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-container:last-of-type{padding-bottom:0;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0  { background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(0,122,253,0.38), rgba(3,58,157,0.41));background-image: -moz-linear-gradient(216deg, rgba(0,122,253,0.38), rgba(3,58,157,0.41));background-image: -ms-linear-gradient(216deg, rgba(0,122,253,0.38), rgba(3,58,157,0.41));background-image: -o-linear-gradient(216deg, rgba(0,122,253,0.38), rgba(3,58,157,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60007afd', endColorstr='#68033a9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60007afd', endColorstr='#68033a9d' );";background-image: linear-gradient(216deg, rgba(0,122,253,0.38), rgba(3,58,157,0.41));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.3125rem;top:16.625rem;z-index:100001; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 {display:block;}#gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 { background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(0,122,253,0.38), rgba(3,58,157,0.41));background-image: -moz-linear-gradient(216deg, rgba(0,122,253,0.38), rgba(3,58,157,0.41));background-image: -ms-linear-gradient(216deg, rgba(0,122,253,0.38), rgba(3,58,157,0.41));background-image: -o-linear-gradient(216deg, rgba(0,122,253,0.38), rgba(3,58,157,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60007afd', endColorstr='#68033a9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60007afd', endColorstr='#68033a9d' );";background-image: linear-gradient(216deg, rgba(0,122,253,0.38), rgba(3,58,157,0.41));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.3125rem;top:16.625rem;z-index:100001; }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #y6ryLaSeAZKsks1JCRE0D7prr3beCcGn {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #gKffAcrtCiZnpgebUqNq1S9MuESiJ4bP {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #wwW89CoheDrWb3iMAhBT7Qg7roDUGmCT {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #C9WyPFa7kfTDbxry6Zu7xBRw8LA3rbiy {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #QWzIhC8WQmbJHnqyp0xS7GhByGUQmqHt {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #sLftGcgSetenbz8MxRTwqrQI5oHl2UvF {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #vtPisaZWD9tp7JqJcLnKQG1zV5GVn4fU {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #znaLFhze4cDDwCZulN828c3GI3VmNZig {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #zaZloBBfneiXrzwiitvgqd2woMs9Wq7y {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #lnh4zdLkMcXCiqMvZNsptbnRNx0T6xDK {  }
 }@media only screen and (max-width: 763px) { #gWXxER5MywQRNl1yV4B2XgpH0NeZX9k0 #z3dq8GQyDo4ccDKIpkw5hCbT2UDMmFQK {  }
 }@media only screen and (max-width: 763px) { #zdqiTMVLV19NGvC3UP9ar2ID2VG7L4lS { width:20rem;height:4.6875rem;top:38.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRMgN3RKrgr0JExGv70cTH3MmUNSQEH7 { width:20rem;height:8rem;top:43.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U8kPWl89h0WPk4Bzt07Q14Wa5UurCDRk { width:20rem;height:3rem;top:52.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qpRD8zyyTXgEc72apDkKe6i9tcwAXIok { width:17rem;height:2.625rem;top:39rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 { display:block; }#ufensTCTqLCeVJuXWXoxdkqlQzTdeyX2 > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLMtwZpyNHNepgmauNTrIfIpQipynpKD { width:20rem;height:1.94921875rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMGScacBF9XhmQTPWMyPSpWDRemvREc6 { width:5rem;height:5rem;top:1.48828125rem;left:6.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h7qrmW40Ku4H8oIfGDKxwJaARVqmzpE3 { width:18.0625rem;height:5.94921875rem;top:9.38671875rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSHJK9QeGJgv891wpNdiROl6l6XqLuiR { width:20rem;height:1.94921875rem;top:38.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgepP5Vd3dueHalbJADqsGQb0wJK5SuT { width:20rem;height:1.94921875rem;top:23.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILXWE3w81pfs0nRbRewvIele4N4Sl1zc { width:18.25rem;height:4.4619125rem;top:40.875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrgC9ly6rnTfsPB4dCVD9D77IzvG0avP { width:18.25rem;height:4.4619125rem;top:25.75rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJZ1HXL6MEJBbqH475cpotFP3GHfWT86 { width:5rem;height:5rem;top:32.5625rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wBiSiRcmfrkbIfOKD37RyXaJt4U2FzGD { width:5rem;height:5rem;top:17.5rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT { display:block; }#Uy1WMhPm4I4xOI4iQLr09rDXmEkgS2oT > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTRDTiSA7PviVeCNxkmiSTdAnkWNZwbM { width:20rem;height:1.94921875rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrNXHVO9NVnG7GZDt7zQxPTESc3qRcFK { width:5rem;height:5rem;top:1.48828125rem;left:6.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MC75gTHNBx8C3ozyn3CwTLFT2iKOytms { width:18.0625rem;height:4.4619125rem;top:10.375rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrgIDZ9DVuUT2VExWRHlUO4IxeSHNIUx { width:20rem;height:1.94921875rem;top:37rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmAyT9sPtxwDa16TLendS4XEPrt62QgM { width:20rem;height:1.94921875rem;top:22.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1CCVeguwgeOfFMCde6XD4OahthJZTnX { width:18.25rem;height:4.4619125rem;top:39.75rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxPR1eGFagHtPMc6ngXHuFb2EwlRo0Bg { width:18.25rem;height:4.4619125rem;top:24.625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnybvhw4fuQB6CffmqTUdyEbkBcbUR7w { width:5rem;height:5rem;top:16.4375rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zQUTBSCwwoVp9cFRrsPFs6Bmthu0FQD1 { width:5rem;height:5rem;top:31.25rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl { background-color:transparent;background-image:url("https://images.assets-landingi.com/bddhfqe0/bg_sectio_1v2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl.adaptive-delivery-prevent-bg, #k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl.lazyload, #k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl.lazyloading { background-image: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container { background-color: transparent; background-image: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,38,72,0.72); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container > .video-iframe-container { display: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,38,72,0.72); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row > .video-iframe-container { display: none; }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .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); }#k3T2aV4LJ8mRxSCdLiT5PPUIiJfIiHvl > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEcuG2HlXmJp0397tKZ24MpGb2m4JXC5 { width:18.625rem;height:1.94921875rem;top:1.05078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d91KTVuRA181bVCXoTUgBIr4KdQVoKWk { width:2.375rem;height:2.375rem;top:7.1875rem;left:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc7SZDPUDAcggoRFzAM86cwoyTmLHKle { width:2.375rem;height:2.375rem;top:7.1875rem;left:5.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2UBXLy2QrVUwm5mO9mHAa50UXXk4LIp { width:2.375rem;height:2.375rem;top:7.1875rem;left:8.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipv6ogGq6F6axZVnvSus90ZNwFuTxeZ7 { width:2.375rem;height:2.375rem;top:7.1875rem;left:11.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw2tLF1wQmh2Ws5DuislTQxs6DHWyv1D { width:2.375rem;height:2.375rem;top:7.1875rem;left:14.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8a8McMID85txukRvQgraQdh4gO36bAR { width:19.875rem;height:17rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7x4gCWhCm9SLLrl7692GrEB49UJTw2z { width:10.625rem;height:1.4619125rem;top:20.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz91LDBymRLTqx0blhp31butaa92y8Gf { width:18.75rem;height:6.796875rem;top:10.53125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQqqQ1GPm6CQI9w65Wdztu0L3wrM7AXk { width:3.0625rem;height:3.0625rem;top:18.25rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX2f3AlFrBBTMBRWen7sdvIiDJgoymee { width:3.125rem;height:3.125rem;top:2.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpyK9vUsUirb2rEmQ3tWMFOIaVPvfDz { width:3.125rem;height:3.125rem;top:21.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gECqWS15VRocoQ7iH6bxNAZdf0Qkryzv { width:19.875rem;height:11.5rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf2bEGMHce2gyz5x35EkyKTtIkTuk4OI { width:20rem;height:3.3984375rem;top:27.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1D9wNFdDTc5Utl8lmrBcTxT7l4lJVxS { width:2.375rem;height:2.375rem;top:24.625rem;left:11.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTUsTWIkCph2sREhRrX2Z0ob7SWCI1i { width:2.375rem;height:2.375rem;top:24.625rem;left:8.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4ydPn3VTC6N6lwwns0OFvQZVaqycTXG { width:9.4375rem;height:1.4619125rem;top:33.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJrradEzCK5Ft6pVo9Fmhc3qvIRAnvsR { width:3.0625rem;height:3.0625rem;top:32.375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7WoPHKEvavFZXa3pnKVyIxSrfX8n76L { width:2.1875rem;height:2.375rem;top:24.625rem;left:2.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvqdbAQRA1zZ9y6WtAxGxeFmCTaOnpa2 { width:2.375rem;height:2.375rem;top:24.625rem;left:5.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8DHhvNZm7BM31c7vXaK1sGu4v5NEdHl { width:2.375rem;height:2.375rem;top:24.625rem;left:14.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc { display:block; }#Koqi4sRhoZLrpPJsA0uu4dcyGr9ZM7Jc > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg { display:block; }#y6Zn86LRvXPKlPiFhxZKyFbock1TQqfg > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kb42nBMhMZMymieMWIfkdQNFb7lfz69L { width:20rem;height:2.03125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2tovDv88p0QhHr1bzplv2EbJAShmdp5 { width:17rem;height:3.8994125rem;top:4.7490234375rem;left:0.4375rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hcw8Xop6LBM59rkdhtDcRMxK8komBOWG { width:2.375rem;height:2.375rem;top:4.686279296875rem;left:17.60498046875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNCAyRzX8tUHFcl3aBwhlplUOeFV8WTL { width:2.3125rem;height:2.3125rem;top:10.936279296875rem;left:17.7001953125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2vkTnBonc1tDwCCSwcJ6b0M7ZqEAucu { width:16.125rem;height:3.8994125rem;top:11.3115234375rem;left:1.62451171875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnCxRItZkWfJAh6tKIoZqk2UGW0pw1WM { width:17.5625rem;height:3.8994125rem;top:17.810546875rem;left:0.38232421875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA5v9Bi6dZh1nk9AxWPmfReAGiXUK7wp { width:1.9375rem;height:2.0625rem;top:17.559814453125rem;left:18.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4eIRBRCRI1dZoSOA82As9y2VycQCyMD { width:17.75rem;height:3.8994125rem;top:23.5625rem;left:0.1875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw15UkuISscgptE2b80QW5xLKFI4qkG4 { width:1.625rem;height:2.1875rem;top:23.24951171875rem;left:18.363037109375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw5wd0tL5NsfVMeNHCiEIGw91WfFMETw { width:11.624rem;height:5.124025rem;top:39.6845703125rem;left:4.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJvstiEMkiNh8TKw3Ab2q1hWCxO7pR7s { width:9.125rem;height:1.70605625rem;top:32.75rem;left:6.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I55ExHAg5ly22PCsr6cEpnbQBi8MFWgN { width:3.5625rem;height:3.5625rem;top:31.75rem;left:4rem;font-size:2.4375rem;display:block; }
 }