.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;
  }
}
@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;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bde3dc;background-image:url("https://images.assets-landingi.com/Eh1ibnOg/dots.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { border-width: 0; border-radius: 0; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { font-size:14px;font-family:arial;height:699px;width:960px;position:relative;display:block; }#xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/79f527b9-0a74-4f07-8325-f351e2f08c16/GettyImages825001702.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:200px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:440px;width:370px;top:121px;left:590px;display:block; }
#xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d.adaptive-delivery-prevent-bg { background-image: none; }
#xQQakGxZuxFWTFq1bpJUFin64r4uOsM1 { color:#243064;display:block;width:585.98px;position:absolute;font-family:lato;font-size:48px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:199.98579406738px;left:0px;height:;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; }
#BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { color:#243064;display:block;width:515px;position:absolute;font-family:lato;font-size:21px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:337px;left:0px;height:54px;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; }
#GUl0rtmlnfsRcmLlHuk0E4HqtdgPATyW { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:20px;box-sizing:border-box;color:#3936c4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:210px;height:65px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:428px;left:0px;display:block; }
#AaSlU2vTHyTpEOzy0sSn87ZPNFs0nLAo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#R5qSxgnRkyhhOiXmbfwlCb3BzQslgaRZ { position:absolute;display:block;z-index:100006;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:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:0;height:90px;width:960px;top:519px;left:0px;display:block; }
#AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { background-color:#3936c4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:208.02272px;height:63.02272px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:531.49145507812px;left:732px;display:block; }
#aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#SGtDwLnTqdbK53O3qNnpPT7yAPeXTWyt { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:146px;width:192px;top:0px;left:0px;overflow:hidden;display:block; }
#qu7M242Tf1HxNQe74tpNxtKKuI8S0Tkn { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:77px;width:123px;top:525px;left:12px;overflow:hidden;display:block; }
#q9KGaeNdA03T1xaRtp8Co8kaWoxo7JaX { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41px;width:121px;top:543px;left:170px;overflow:hidden;display:block; }
#qSs4oer1cyWilEzXtUiNVQrZxDkVKWST { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:95px;top:547px;left:329px;overflow:hidden;display:block; }
#bTIwl6u6G6e185ohZ0313WlsFM9oJG7P { color:#243064;display:block;width:247px;position:absolute;font-family:lato;font-size:21px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:537px;left:468.015625px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kV50eyLwRTP1WidU34VipCINfZmaJsIc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container { background-color: transparent; background-image: none; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container > .video-iframe-container { display: none; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row > .video-iframe-container { display: none; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .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); }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container { border-width: 0; border-radius: 0; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container { font-size:14px;font-family:arial;height:152px;width:960px;position:relative;display:block; }#El67W9alzfebETPnveaQn4eHTGJwhkcp { color:#243064;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:53px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { background-color: transparent; background-image: none; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container > .video-iframe-container { display: none; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row > .video-iframe-container { display: none; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .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); }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { border-width: 0; border-radius: 0; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { font-size:14px;font-family:arial;height:521px;width:960px;position:relative;display:block; }#qTST4TevZpX6qPPovPX0cHFMvmrOnBkW { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7ec34a54-aa36-4e57-be2d-2c1eb8d75771/GettyImages1089689684.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:200px;border-bottom-right-radius:0;height:410px;width:336px;top:0px;left:0px;display:block; }
#qTST4TevZpX6qPPovPX0cHFMvmrOnBkW.adaptive-delivery-prevent-bg { background-image: none; }
#XQSkSCGRfTLpE27kXbTBOQFhJGi7qrW9 { position:absolute;display:block;z-index:100003;background-color:#fff59b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:37px;width:37px;top:0px;left:399px;display:block; }
#QkIzq7DtmXp1W6V67fTzJL4knhx2cfeB { color:#243064;display:block;width:434px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:0px;left:457px;height:31px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#osQ9KSFpV5oDxUNMIqHXPd71sQWCzaiW { color:#243064;display:block;width:433.984px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:37px;left:458.015625px;height:69px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uecihZaQBJPr3I4JCMo6GJwnWE3rQkQ2 { color:#243064;display:block;width:433.984px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:179.5px;left:456.984375px;height:69px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wtykhhk4bTyZx8FouuDhDk3nqy1U0exC { color:#243064;display:block;width:434px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:143px;left:457px;height:31px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N959GuDx7vo06puQTmVbLrZt8e04Tbg3 { position:absolute;display:block;z-index:100006;background-color:#e2c4ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:37px;width:37px;top:137px;left:399px;display:block; }
#y65IKXprdT6Gsz3chR9i3Ef7CA2O2VZc { position:absolute;display:block;z-index:100009;background-color:#ffbdbc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:37px;width:37px;top:280px;left:399px;display:block; }
#xIogvXP7XLK33eNSNH2w4xm0aKz9gA9v { color:#243064;display:block;width:434px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:283px;left:457px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hBHTaxno07zcQb8mdFcpvmvgM3B0bHV5 { color:#243064;display:block;width:433.984px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:317px;left:459px;height:69px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edffff;background-image:none;position:relative;display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { background-color: transparent; background-image: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container > .video-iframe-container { display: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container { display: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .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); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { border-width: 0; border-radius: 0; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { font-size:14px;font-family:arial;height:150px;width:960px;position:relative;display:block; }#HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { color:#243064;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:52px;left:0px;height:46px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edffff;background-image:none;position:relative;display:block; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { background-color: transparent; background-image: none; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container > .video-iframe-container { display: none; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row > .video-iframe-container { display: none; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .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); }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { border-width: 0; border-radius: 0; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { font-size:14px;font-family:arial;height:236px;width:960px;position:relative;display:block; }#FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { position:absolute;display:block;z-index:100000;background-color:#e8fff9;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:100px;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:215px;width:310px;top:0px;left:0px;display:block; }
#nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { color:#243064;display:block;width:292px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:20px;left:7px;height:31px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UGiowcUKmWJbadCwxJTSWLUfpRlZDTlM { color:#243064;display:block;width:276px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:59.09375px;left:12px;height:69px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LJdoq02EsTKwQkuH3Oc9TXdRpdpBlP7q { position:absolute;display:block;z-index:100003;background-color:#e8fff9;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:100px;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:215px;width:310px;top:0px;left:325px;display:block; }
#B8AVs25tToHHDkpITZ4o8ZuSPJpG0U0B { color:#243064;display:block;width:297px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:59.09375px;left:331.5px;height:46px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#doupZphNU0KGTbOEpevGkGlIqkdTMiBV { color:#243064;display:block;width:301px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:21px;left:330.5px;height:31px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cOvWiZmQPKyDDqXRVq80Jh4W6fVvWs1M { position:absolute;display:block;z-index:100006;background-color:#e8fff9;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:100px;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:215px;width:310px;top:0px;left:650px;display:block; }
#BhFDQR6hAQacXH7nuVBQLXIJwNVqBQK2 { color:#243064;display:block;width:276px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:59.09375px;left:662px;height:46px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okwFwt0zbDB1owQUuwAr6M7M2pl6MzDi { color:#243064;display:block;width:270px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:20px;left:665px;height:31px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fUaqRhdD7cMQk4vtFxJ5ITXwgMrC8ARb { box-sizing:content-box;color:#243064;font-size:56px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:128.09375px;left:12px;display:block; }
#PKFX4HNPMcEkv7u2Z4A2lMZbGGKbNBLD { box-sizing:content-box;color:#243064;font-size:56px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:128.09375px;left:331.5px;display:block; }
#vLkLpTW3gHf3pVfhQC8enXSKtRXcDz04 { box-sizing:content-box;color:#243064;font-size:56px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:128.09375px;left:650px;display:block; }
#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edffff;background-image:none;position:relative;display:block; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { background-color: transparent; background-image: none; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container > .video-iframe-container { display: none; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row > .video-iframe-container { display: none; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .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); }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { border-width: 0; border-radius: 0; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { font-size:14px;font-family:arial;height:295px;width:960px;position:relative;display:block; }#JdPLBxEhU45QuE6oq4Sqb9QggJoqPBcd { position:absolute;display:block;z-index:100000;background-color:#e8fff9;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:100px;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:215px;width:310px;top:0px;left:0px;display:block; }
#zbL6PhFiDHHFpGf0F78Nffzvy6iJIAWH { color:#243064;display:block;width:270px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:21px;left:9px;height:31px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PFbHExMSDHm0EnPKAse3NX5zNPT9SLcT { color:#243064;display:block;width:299px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:62.09375px;left:11px;height:46px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cHPedVb61nQXe3BQx4bR7FOk7wIl32Q2 { position:absolute;display:block;z-index:100003;background-color:#e8fff9;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:100px;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:215px;width:310px;top:0px;left:325px;display:block; }
#BvEuqFVdcTZesTmfEIKSX0GATK3JF7bH { color:#243064;display:block;width:270px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:60px;left:339px;height:46px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mSdKRfxHKgxbirNGUlaEPJrcmL2Z54at { color:#243064;display:block;width:270px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:20px;left:339px;height:31px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#L4fTprPZHTGqPNVhRv6zrJdBt6Tr8y8g { position:absolute;display:block;z-index:100006;background-color:#e8fff9;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:100px;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:215px;width:310px;top:0px;left:650px;display:block; }
#Xa7TuyiEO0s4Tqcb0h5fnBsxOLt0Hb88 { color:#243064;display:block;width:270px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:60.09375px;left:666px;height:69px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#brU6c37LHl7FzLLlxNGqhRNvpB5MrC2p { color:#243064;display:block;width:270px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:20px;left:666px;height:31px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JTDeyqW6XLJeFzmHAhdHou2uxVPABG15 { box-sizing:content-box;color:#243064;font-size:56px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:123.890625px;left:0px;display:block; }
#L03OJrSEcoQEKgzTgGCWTeFtahG6wLDw { box-sizing:content-box;color:#243064;font-size:56px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:120.890625px;left:655px;display:block; }
#mv1R9DZx69uNqgxz7QfxUDT9LzFRM1Ef { box-sizing:content-box;color:#243064;font-size:56px;font-weight:400;line-height:1;height:80px;width:80px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:123.890625px;left:325px;display:block; }
#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { background-color: transparent; background-image: none; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container > .video-iframe-container { display: none; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row > .video-iframe-container { display: none; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .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); }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { border-width: 0; border-radius: 0; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { font-size:14px;font-family:arial;height:187px;width:960px;position:relative;display:block; }#FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { color:#243064;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:70.5px;left:0px;height:46px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row .container { background-color: transparent; background-image: none; }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row .container > .video-iframe-container { display: none; }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row > .video-iframe-container { display: none; }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .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); }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row .container { border-width: 0; border-radius: 0; }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row .container { font-size:14px;font-family:arial;height:220px;width:960px;position:relative;display:block; }#lexIToGoqHc9chPQzzZt1nvddcJ2e358 { position:absolute;display:block;z-index:100001;background-color:#243064;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:190px;width:240px;top:0px;left:0px;display:block; }
#JfvHXT270yVSuh8prhnnpVw4tSmdMvWS { position:absolute;display:block;z-index:100002;background-color:#fff59b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:190px;width:240px;top:0px;left:240px;display:block; }
#sLcsHITNii1PZMSuUUXxFPWn8xcfAaDI { color:#243064;display:block;width:240px;position:absolute;font-family:lato;font-size:58px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:37px;left:240px;height:75px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CFRiHtOTmSMQAwoBnuBHEwIN2Cbokgqy { color:#243064;display:block;width:240px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:102px;left:240px;height:31px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HygbTL3iQX2RmpX9bRF9HrxlLlAKQk8d { position:absolute;display:block;z-index:100005;background-color:#aeebf7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:190px;width:240px;top:0px;left:480px;display:block; }
#BKqxAeZic2UinlPDvDg1mbV1IQRdPPFP { color:#243064;display:block;width:240px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:102px;left:480px;height:31px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETcWhTDAUM6FP66cbNOW16XZLlRUkrL6 { color:#243064;display:block;width:240px;position:absolute;font-family:lato;font-size:58px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:37px;left:480px;height:75px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w3MnPlhoFARkFaT8Ipw8t90mePU7JTUJ { position:absolute;display:block;z-index:100008;background-color:#a4fcc4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:190px;width:240px;top:0px;left:720px;display:block; }
#vETh99ztZfXk5dhQTQC3Hud8gMw5vKVt { color:#243064;display:block;width:240px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:102px;left:720px;height:31px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K7SXbXZhNIf2ENqElaFU3SAMbJQ1DDAX { color:#243064;display:block;width:240px;position:absolute;font-family:lato;font-size:58px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:37px;left:720px;height:75px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QoItEgd1foInO29gclX7sssXhTv6NWCn { position:absolute;display:block;z-index:100002;background-color:#fff59b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;height:190px;width:240px;top:0px;left:240px;display:none; }
#byiuFObDU5XaPWKe7wRB7u9ByfQBLfgc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:178px;width:360px;display:none; }
#rKFETcH7dOZWTMNvgorhXSXEIxlSxIiw { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:85px;width:173px;top:41px;left:41px;overflow:hidden;display:block; }
#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { background-color: transparent; background-image: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container > .video-iframe-container { display: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container { display: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .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); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { border-width: 0; border-radius: 0; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { font-size:14px;font-family:arial;height:305px;width:960px;position:relative;display:block; }#Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { color:#243064;display:block;width:470px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:76.5px;left:0px;height:234px;font-style:normal;display:block; }
#H6CWGkREeu4EuMES4ih21JBdUMdfhTnR { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ff5d29f6-530c-4ff7-9414-be802d1a0564/PayU_www_banner_21440x380.crop_697x380_0,0.preview.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:0;height:305px;width:470px;top:41px;left:485px;display:block; }
#H6CWGkREeu4EuMES4ih21JBdUMdfhTnR.adaptive-delivery-prevent-bg { background-image: none; }
#wLWJ9agHD42slppAbPL1RG1EevNBpc45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { background-color: transparent; background-image: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .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); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { border-width: 0; border-radius: 0; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { font-size:14px;font-family:arial;height:132px;width:960px;position:relative;display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uMk9UwFd/bg_section.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
#Db548NUrBds3HkGVpXal77R2VnMwF6B8.adaptive-delivery-prevent-bg { background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { background-color: transparent; background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .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); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { border-width: 0; border-radius: 0; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { font-size:14px;font-family:arial;height:260px;width:960px;position:relative;display:block; }#rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { color:#243064;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:63px;left:0px;height:46px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uXZBrs2pkbuXTy3uwkDHpbAZ4mDhX7Ki { background-color:#3936c4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:208.011px;height:63.0114px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:133px;left:376px;display:block; }
#Cd9kyklch4FIC5QhAxzQpZT1Nrbpdq8O { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d { width:370px;height:440px;top:121px;left:394px;display:block; }
 }@media only screen and (max-width: 763px) { #xQQakGxZuxFWTFq1bpJUFin64r4uOsM1 { width:585px;height:;top:199px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { width:515px;height:;top:337px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #GUl0rtmlnfsRcmLlHuk0E4HqtdgPATyW { width:210px;height:65px;top:428px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AaSlU2vTHyTpEOzy0sSn87ZPNFs0nLAo { display:block; }
 }@media only screen and (max-width: 763px) { #R5qSxgnRkyhhOiXmbfwlCb3BzQslgaRZ { width:764px;height:90px;top:519px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { width:208px;height:63px;top:531px;left:556px;display:block; }
 }@media only screen and (max-width: 763px) { #aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block; }
 }@media only screen and (max-width: 763px) { #SGtDwLnTqdbK53O3qNnpPT7yAPeXTWyt { top:0px;left:0px;width:192px;height:146px;display:block; }
 }@media only screen and (max-width: 763px) { #qu7M242Tf1HxNQe74tpNxtKKuI8S0Tkn { top:525px;left:0px;width:123px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #q9KGaeNdA03T1xaRtp8Co8kaWoxo7JaX { top:543px;left:72px;width:121px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #qSs4oer1cyWilEzXtUiNVQrZxDkVKWST { top:547px;left:231px;width:95px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #bTIwl6u6G6e185ohZ0313WlsFM9oJG7P { width:247px;height:;top:537px;left:370.015625px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #kV50eyLwRTP1WidU34VipCINfZmaJsIc { display:block; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El67W9alzfebETPnveaQn4eHTGJwhkcp { width:764px;height:46px;top:53px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 { display:block; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTST4TevZpX6qPPovPX0cHFMvmrOnBkW { width:336px;height:410px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XQSkSCGRfTLpE27kXbTBOQFhJGi7qrW9 { width:37px;height:37px;top:0px;left:345px;display:block; }
 }@media only screen and (max-width: 763px) { #QkIzq7DtmXp1W6V67fTzJL4knhx2cfeB { width:434px;height:31px;top:0px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #osQ9KSFpV5oDxUNMIqHXPd71sQWCzaiW { width:433px;height:69px;top:37px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uecihZaQBJPr3I4JCMo6GJwnWE3rQkQ2 { width:433px;height:69px;top:179px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wtykhhk4bTyZx8FouuDhDk3nqy1U0exC { width:434px;height:31px;top:143px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #N959GuDx7vo06puQTmVbLrZt8e04Tbg3 { width:37px;height:37px;top:137px;left:346px;display:block; }
 }@media only screen and (max-width: 763px) { #y65IKXprdT6Gsz3chR9i3Ef7CA2O2VZc { width:37px;height:37px;top:280px;left:346px;display:block; }
 }@media only screen and (max-width: 763px) { #xIogvXP7XLK33eNSNH2w4xm0aKz9gA9v { width:434px;height:31px;top:283px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hBHTaxno07zcQb8mdFcpvmvgM3B0bHV5 { width:433px;height:69px;top:317px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { width:764px;height:46px;top:52px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm { display:block; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:310px;height:215px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { width:292px;height:31px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UGiowcUKmWJbadCwxJTSWLUfpRlZDTlM { width:276px;height:69px;top:59px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LJdoq02EsTKwQkuH3Oc9TXdRpdpBlP7q { width:310px;height:215px;top:0px;left:198px;display:block; }
 }@media only screen and (max-width: 763px) { #B8AVs25tToHHDkpITZ4o8ZuSPJpG0U0B { width:297px;height:46px;top:59px;left:211px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #doupZphNU0KGTbOEpevGkGlIqkdTMiBV { width:301px;height:0;top:21px;left:207px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cOvWiZmQPKyDDqXRVq80Jh4W6fVvWs1M { width:310px;height:215px;top:0px;left:452px;display:block; }
 }@media only screen and (max-width: 763px) { #BhFDQR6hAQacXH7nuVBQLXIJwNVqBQK2 { width:276px;height:46px;top:59px;left:486px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #okwFwt0zbDB1owQUuwAr6M7M2pl6MzDi { width:270px;height:31px;top:20px;left:492px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fUaqRhdD7cMQk4vtFxJ5ITXwgMrC8ARb { top:128px;left:0px;width:80px;height:80px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #PKFX4HNPMcEkv7u2Z4A2lMZbGGKbNBLD { top:128px;left:254px;width:80px;height:80px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #vLkLpTW3gHf3pVfhQC8enXSKtRXcDz04 { top:128px;left:508px;width:80px;height:80px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p { display:block; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdPLBxEhU45QuE6oq4Sqb9QggJoqPBcd { width:310px;height:215px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zbL6PhFiDHHFpGf0F78Nffzvy6iJIAWH { width:270px;height:31px;top:21px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PFbHExMSDHm0EnPKAse3NX5zNPT9SLcT { width:299px;height:46px;top:62px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cHPedVb61nQXe3BQx4bR7FOk7wIl32Q2 { width:310px;height:215px;top:0px;left:198px;display:block; }
 }@media only screen and (max-width: 763px) { #BvEuqFVdcTZesTmfEIKSX0GATK3JF7bH { width:270px;height:46px;top:60px;left:238px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mSdKRfxHKgxbirNGUlaEPJrcmL2Z54at { width:270px;height:;top:20px;left:238px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #L4fTprPZHTGqPNVhRv6zrJdBt6Tr8y8g { width:310px;height:215px;top:0px;left:452px;display:block; }
 }@media only screen and (max-width: 763px) { #Xa7TuyiEO0s4Tqcb0h5fnBsxOLt0Hb88 { width:270px;height:69px;top:60px;left:492px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #brU6c37LHl7FzLLlxNGqhRNvpB5MrC2p { width:270px;height:;top:20px;left:492px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JTDeyqW6XLJeFzmHAhdHou2uxVPABG15 { top:123px;left:0px;width:80px;height:80px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #L03OJrSEcoQEKgzTgGCWTeFtahG6wLDw { top:120px;left:508px;width:80px;height:80px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #mv1R9DZx69uNqgxz7QfxUDT9LzFRM1Ef { top:123px;left:254px;width:80px;height:80px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV { display:block; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:764px;height:46px;top:70px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG { display:block; }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lexIToGoqHc9chPQzzZt1nvddcJ2e358 { width:240px;height:190px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JfvHXT270yVSuh8prhnnpVw4tSmdMvWS { width:240px;height:190px;top:0px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #sLcsHITNii1PZMSuUUXxFPWn8xcfAaDI { width:240px;height:;top:37px;left:142px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #CFRiHtOTmSMQAwoBnuBHEwIN2Cbokgqy { width:240px;height:;top:102px;left:142px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HygbTL3iQX2RmpX9bRF9HrxlLlAKQk8d { width:240px;height:190px;top:0px;left:333px;display:block; }
 }@media only screen and (max-width: 763px) { #BKqxAeZic2UinlPDvDg1mbV1IQRdPPFP { width:240px;height:31px;top:102px;left:333px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ETcWhTDAUM6FP66cbNOW16XZLlRUkrL6 { width:240px;height:75px;top:37px;left:333px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #w3MnPlhoFARkFaT8Ipw8t90mePU7JTUJ { width:240px;height:190px;top:0px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #vETh99ztZfXk5dhQTQC3Hud8gMw5vKVt { width:240px;height:31px;top:102px;left:524px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #K7SXbXZhNIf2ENqElaFU3SAMbJQ1DDAX { width:240px;height:75px;top:37px;left:524px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #QoItEgd1foInO29gclX7sssXhTv6NWCn { width:240px;height:190px;top:0px;left:142px;display:none; }
 }@media only screen and (max-width: 763px) { #byiuFObDU5XaPWKe7wRB7u9ByfQBLfgc { width:360px;height:178px;display:none; }
 }@media only screen and (max-width: 763px) { #rKFETcH7dOZWTMNvgorhXSXEIxlSxIiw { top:41px;left:16.5px;width:173px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:470px;height:234px;top:76px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #H6CWGkREeu4EuMES4ih21JBdUMdfhTnR { width:470px;height:305px;top:41px;left:294px;display:block; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db548NUrBds3HkGVpXal77R2VnMwF6B8 { display:block; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { width:764px;height:;top:63px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uXZBrs2pkbuXTy3uwkDHpbAZ4mDhX7Ki { width:208px;height:63px;top:133px;left:278px;display:block; }
 }@media only screen and (max-width: 763px) { #Cd9kyklch4FIC5QhAxzQpZT1Nrbpdq8O { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { background-color:#bde3dc;background-image:none;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:320px;height:1297px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d { width:240px;height:246px;top:508px;left:40px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/79f527b9-0a74-4f07-8325-f351e2f08c16/GettyImages825001702.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0;border-top-right-radius:150px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
#xeLeEUFMnAz4rxnRxiFgFeZpIExaW07d.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #xQQakGxZuxFWTFq1bpJUFin64r4uOsM1 { width:320px;height:108px;top:186px;left:0px;font-size:30px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { width:300px;height:155px;top:314px;left:10px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUl0rtmlnfsRcmLlHuk0E4HqtdgPATyW { width:208.016px;height:63.0156px;top:489px;left:55px;display:none; }
 }@media only screen and (max-width: 763px) { #AaSlU2vTHyTpEOzy0sSn87ZPNFs0nLAo { display:block; }
 }@media only screen and (max-width: 763px) { #R5qSxgnRkyhhOiXmbfwlCb3BzQslgaRZ { width:240px;height:354px;top:891px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { width:207.969px;height:62.9844px;top:775px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block; }
 }@media only screen and (max-width: 763px) { #SGtDwLnTqdbK53O3qNnpPT7yAPeXTWyt { width:192px;height:146px;top:20px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #qu7M242Tf1HxNQe74tpNxtKKuI8S0Tkn { width:150px;height:93px;top:995px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #q9KGaeNdA03T1xaRtp8Co8kaWoxo7JaX { width:156px;height:51px;top:1087px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #qSs4oer1cyWilEzXtUiNVQrZxDkVKWST { width:123px;height:41px;top:1176px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #bTIwl6u6G6e185ohZ0313WlsFM9oJG7P { width:227px;height:54px;top:921px;left:47px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kV50eyLwRTP1WidU34VipCINfZmaJsIc { background-color:transparent;background-image:none;display:block; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container { background-color: transparent; background-image: none; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container > .video-iframe-container { display: none; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row > .video-iframe-container { display: none; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .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); }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container { width:320px;height:102px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El67W9alzfebETPnveaQn4eHTGJwhkcp { width:320px;height:62px;top:31px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 { display:block; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { width:320px;height:906px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTST4TevZpX6qPPovPX0cHFMvmrOnBkW { width:220px;height:243px;top:20px;left:50px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7ec34a54-aa36-4e57-be2d-2c1eb8d75771/GettyImages1089689684.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;display:block; }
#qTST4TevZpX6qPPovPX0cHFMvmrOnBkW.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #XQSkSCGRfTLpE27kXbTBOQFhJGi7qrW9 { width:37px;height:37px;top:283px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #QkIzq7DtmXp1W6V67fTzJL4knhx2cfeB { width:320px;height:26px;top:340px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osQ9KSFpV5oDxUNMIqHXPd71sQWCzaiW { width:320px;height:80px;top:386px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uecihZaQBJPr3I4JCMo6GJwnWE3rQkQ2 { width:320px;height:80px;top:585px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtykhhk4bTyZx8FouuDhDk3nqy1U0exC { width:320px;height:26px;top:542px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N959GuDx7vo06puQTmVbLrZt8e04Tbg3 { width:36px;height:36px;top:486px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #y65IKXprdT6Gsz3chR9i3Ef7CA2O2VZc { width:36px;height:36px;top:688px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #xIogvXP7XLK33eNSNH2w4xm0aKz9gA9v { width:320px;height:26px;top:744px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBHTaxno07zcQb8mdFcpvmvgM3B0bHV5 { width:320px;height:60px;top:790px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { width:320px;height:102px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { width:320px;height:62px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm { display:block; }#Ro8PAT0eoE5ZOHCFviTpEhDGsGBKrcTm > .row .container { width:320px;height:687px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:310px;height:181px;top:20px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { width:270px;height:26px;top:42px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGiowcUKmWJbadCwxJTSWLUfpRlZDTlM { width:270px;height:40px;top:79.09375px;left:17px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LJdoq02EsTKwQkuH3Oc9TXdRpdpBlP7q { width:310px;height:181px;top:248.09375px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #B8AVs25tToHHDkpITZ4o8ZuSPJpG0U0B { width:270px;height:40px;top:309.1875px;left:17px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #doupZphNU0KGTbOEpevGkGlIqkdTMiBV { width:270px;height:26px;top:269.09375px;left:17px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cOvWiZmQPKyDDqXRVq80Jh4W6fVvWs1M { width:310px;height:181px;top:476.1875px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #BhFDQR6hAQacXH7nuVBQLXIJwNVqBQK2 { width:270px;height:40px;top:535.28125px;left:17px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #okwFwt0zbDB1owQUuwAr6M7M2pl6MzDi { width:270px;height:26px;top:496.1875px;left:20px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fUaqRhdD7cMQk4vtFxJ5ITXwgMrC8ARb { width:54px;height:54px;top:130.09375px;left:9px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #PKFX4HNPMcEkv7u2Z4A2lMZbGGKbNBLD { width:54px;height:54px;top:361.1875px;left:9px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #vLkLpTW3gHf3pVfhQC8enXSKtRXcDz04 { width:54px;height:54px;top:588.28125px;left:12px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p { display:block; }#cZSQHga8Qp61TLJ6zldIJEw8n9N2Dw9p > .row .container { width:320px;height:720px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdPLBxEhU45QuE6oq4Sqb9QggJoqPBcd { width:310px;height:181px;top:20px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #zbL6PhFiDHHFpGf0F78Nffzvy6iJIAWH { width:270px;height:26px;top:40px;left:14px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PFbHExMSDHm0EnPKAse3NX5zNPT9SLcT { width:270px;height:40px;top:82.09375px;left:14px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cHPedVb61nQXe3BQx4bR7FOk7wIl32Q2 { width:310px;height:181px;top:248px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BvEuqFVdcTZesTmfEIKSX0GATK3JF7bH { width:270px;height:40px;top:309px;left:13px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mSdKRfxHKgxbirNGUlaEPJrcmL2Z54at { width:270px;height:26px;top:268px;left:12px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L4fTprPZHTGqPNVhRv6zrJdBt6Tr8y8g { width:310px;height:181px;top:475px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xa7TuyiEO0s4Tqcb0h5fnBsxOLt0Hb88 { width:270px;height:40px;top:531px;left:12px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #brU6c37LHl7FzLLlxNGqhRNvpB5MrC2p { width:270px;height:26px;top:497px;left:12px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JTDeyqW6XLJeFzmHAhdHou2uxVPABG15 { width:54px;height:54px;top:132.890625px;left:2px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #L03OJrSEcoQEKgzTgGCWTeFtahG6wLDw { width:54px;height:54px;top:589px;left:9px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #mv1R9DZx69uNqgxz7QfxUDT9LzFRM1Ef { width:54px;height:54px;top:363px;left:4px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV { display:block; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { width:320px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:320px;height:31px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG { display:block; }#Zh49cwk9cCbh6Dr8VAm1ks6GQSfBJipG > .row .container { width:320px;height:624px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lexIToGoqHc9chPQzzZt1nvddcJ2e358 { width:162px;height:126px;top:16px;left:80px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ceedd9a3-6f6e-4521-a534-acc0524bb9fe/payulogopng.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 65px rgba(36,48,100,0.15) ;display:none; }
#lexIToGoqHc9chPQzzZt1nvddcJ2e358.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #JfvHXT270yVSuh8prhnnpVw4tSmdMvWS { width:160px;height:126px;top:166px;left:80px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:50px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #sLcsHITNii1PZMSuUUXxFPWn8xcfAaDI { width:160px;height:41px;top:184px;left:80px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #CFRiHtOTmSMQAwoBnuBHEwIN2Cbokgqy { width:160px;height:26px;top:219px;left:80px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HygbTL3iQX2RmpX9bRF9HrxlLlAKQk8d { width:160px;height:126px;top:314px;left:80px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:50px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #BKqxAeZic2UinlPDvDg1mbV1IQRdPPFP { width:160px;height:26px;top:371px;left:80px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ETcWhTDAUM6FP66cbNOW16XZLlRUkrL6 { width:160px;height:41px;top:335px;left:80px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #w3MnPlhoFARkFaT8Ipw8t90mePU7JTUJ { width:160px;height:126px;top:462px;left:80px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:50px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #vETh99ztZfXk5dhQTQC3Hud8gMw5vKVt { width:160px;height:26px;top:520px;left:80px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #K7SXbXZhNIf2ENqElaFU3SAMbJQ1DDAX { width:160px;height:41px;top:483px;left:80px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QoItEgd1foInO29gclX7sssXhTv6NWCn { width:160px;height:126px;top:18px;left:80px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:50px;border-bottom-right-radius:0;z-index:100003;background-color:#243064;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #byiuFObDU5XaPWKe7wRB7u9ByfQBLfgc { top:48.5px;left:93.5px;width:133px;height:65px;z-index:100011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rKFETcH7dOZWTMNvgorhXSXEIxlSxIiw { width:173px;height:85px;top:608px;left:73px;display:none; }
 }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:320px;height:576px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:320px;height:312px;top:20px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6CWGkREeu4EuMES4ih21JBdUMdfhTnR { width:320px;height:205px;top:352px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/128e841f-5752-44a2-9d38-d6f02c8aed93/PayU_www_banner_21440x380.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#H6CWGkREeu4EuMES4ih21JBdUMdfhTnR.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:320px;height:42px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db548NUrBds3HkGVpXal77R2VnMwF6B8 { background-color:#d4e7fe;background-image:url("https://images.assets-landingi.com/uMk9UwFd/bg_section.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#Db548NUrBds3HkGVpXal77R2VnMwF6B8.adaptive-delivery-prevent-bg { background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { background-color: transparent; background-image: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row > .video-iframe-container { display: none; }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .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); }#Db548NUrBds3HkGVpXal77R2VnMwF6B8 > .row .container { width:320px;height:225px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgQ39886aodFgSOC4a6EoWCFCl8ll3IF { width:320px;height:62px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uXZBrs2pkbuXTy3uwkDHpbAZ4mDhX7Ki { width:208px;height:63px;top:102px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #Cd9kyklch4FIC5QhAxzQpZT1Nrbpdq8O { display:block; }
 }