.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container { display: none; }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .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); }#ph8xokU6uliWBGahz6tTOCPZdGFrJcDG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(19,25,39,0.5);background-image:url("https://images.assets-landingi.com/ubIHH1xe/Artboard_6_copy_2hero_centar.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }#ph8xokU6uliWBGahz6tTOCPZdGFrJcDG.adaptive-delivery-prevent-bg, #ph8xokU6uliWBGahz6tTOCPZdGFrJcDG.lazyload, #ph8xokU6uliWBGahz6tTOCPZdGFrJcDG.lazyloading { background-image: none; }#ph8xokU6uliWBGahz6tTOCPZdGFrJcDG > .row .container { border-width: 0; border-radius: 0; }#ph8xokU6uliWBGahz6tTOCPZdGFrJcDG > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#ph8xokU6uliWBGahz6tTOCPZdGFrJcDG > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:none; }#s1WzdUq3588zNZKzMnrLPoocZ86ruro5 { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.0625rem;left:7.5rem;height:13rem;font-style:normal;display:block; }
#GHfQALCv5JA2yHVenzkbwMp1HZeT7AZA { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:25.8125rem;left:9rem;height:5rem;font-style:normal;display:block; }
#IHaalnvp72HqiJCwhW4lIQsaXGpAc7Je { position:absolute;display:block;z-index:15002;background-color:#72eab2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:4.8125rem;width:0.3125rem;top:25.9375rem;left:7.5rem;display:block; }
#irVgTPfFZtvbHHxkkbH3qET7nQgkUycz { background-color:#ff1068;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.4375rem;left:7.5rem;display:block; }
#daXmkEGgBGQQuQHbcQAhPunBJidrgcg1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vDoNAN5sMKWuLqFBeuMrW20veZ4OCL7y { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.75rem;width:11.9375rem;position:absolute;display:block;z-index:15002;top:4.875rem;left:7.5rem;overflow:hidden;display:block; }
#KhEfqCt6omGymL0bG5OPk10HO3XfzfxM { background-color:rgba(0,0,0,0);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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:40.625rem;left:32.3125rem;display:block; }
#BeNW37TpVdge2IZZBsVdv1ap4ALWvrIF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blqw7JGnsTSBU67NDycVlGAz7zLlfr0l { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0d25ae, #0b1d42);background-image: -moz-linear-gradient(45deg, #0d25ae, #0b1d42);background-image: -ms-linear-gradient(45deg, #0d25ae, #0b1d42);background-image: -o-linear-gradient(45deg, #0d25ae, #0b1d42);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#0b1d42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#0b1d42' );";background-image: linear-gradient(45deg, #0d25ae, #0b1d42);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.26) ;height:4.25rem;width:4.25rem;top:43.875rem;left:35.375rem;display:block; }
#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(11,29,66,0.35);background-image:url("https://images.assets-landingi.com/LKFrUjwG/5040007.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz.adaptive-delivery-prevent-bg, #xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz.lazyload, #xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz.lazyloading { background-image: none; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row .container { background-color: transparent; background-image: none; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row .container > .video-iframe-container { display: none; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row > .video-iframe-container { display: none; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .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); }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row .container { border-width: 0; border-radius: 0; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row > .video-iframe-container {  }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#OsRvKddhEZWvrMlxvIZ9xd76vX01ENfV { color:#ffffff;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:10.013671875rem;left:10.0625rem;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; }
#kpdxZg9t4LfPFUVomqX47zQ5uMVLHWQs { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:21.0625rem;left:10.40625rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HoCyMK1D6ngAMe8qgcAvAVFKDfwnTUgJ { background-color:#ff3b0b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.75rem;left:29.53125rem;display:block; }
#wD4ck8CNrT4TpU9x28BZmVZHbi1QZ2uM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmOfkXdvSC9wJiwkCswblveXucCT4nrB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.5rem;width:14.25rem;position:absolute;display:block;z-index:15002;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#KICT22zAN21SmurqiTysZGoamJbWD4G2 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/ok3sUBSb/scroll_icon_animation_unscreen.gif");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;height:7.1875rem;width:7.1875rem;top:38.6875rem;left:33.90625rem;display:block; }#KICT22zAN21SmurqiTysZGoamJbWD4G2.adaptive-delivery-prevent-bg, #KICT22zAN21SmurqiTysZGoamJbWD4G2.lazyload, #KICT22zAN21SmurqiTysZGoamJbWD4G2.lazyloading { background-image: none; }
#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e42;background-image:none;position:relative;display:block; }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row .container { background-color: transparent; background-image: none; }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row .container > .video-iframe-container { display: none; }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row > .video-iframe-container { display: none; }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .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); }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row .container { border-width: 0; border-radius: 0; }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row > .video-iframe-container {  }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#LSpT65EiJsv1w9KdKouP658JHeCoUVuK { display:block;width:58.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:8.1875rem;height:;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vAGmQ9oNqTW1s68HnrdXVL2MsisBLTep { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:12rem;top:10.59375rem;left:5.4375rem;overflow:hidden;display:block; }
#fIOnezv41fz6SwNHZL75PT1dnkSBTFEF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:13.375rem;top:10.375rem;left:21.125rem;overflow:hidden;display:block; }
#lohqhsH5CoHuHU1ChbDwuXQx14oaBUKa { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:14.8125rem;top:10.125rem;left:37.6875rem;overflow:hidden;display:block; }
#PNaI7PsfpOs5nyN95vLpHiE67cdV1zmG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:12.4375rem;top:10.5625rem;left:58.125rem;overflow:hidden;display:block; }
#wRThaOvqGEH0UnuATX7UqnVDGirawUAm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:12.1875rem;top:16.5rem;left:4.3125rem;overflow:hidden;display:block; }
#ZZ3nno7wCaiWGXouemxM6wm7N62txQDr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:15.0625rem;top:16.0625rem;left:20.25rem;overflow:hidden;display:block; }
#U3w4lWlKaD1lEJRnahqTTA00cIwqLXLk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:13.25rem;top:16.3125rem;left:38.4375rem;overflow:hidden;display:block; }
#JX5iGGsZpJQNOZiseRE1aqO1M3F8xnPE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:14.8125rem;top:16.0625rem;left:56.9375rem;overflow:hidden;display:block; }
#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD > .row .container { background-color: transparent; background-image: none; }#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD > .row .container > .video-iframe-container { display: none; }#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD > .row > .video-iframe-container { display: none; }#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD > .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); }#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD > .row .container { border-width: 0; border-radius: 0; }#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD > .row > .video-iframe-container {  }#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#Nt8qHBGrV51qSxHEWwlK84iA8aG9lURN { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.5625rem;left:2.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A06kb3wPzdyWEQJAf6fPT8hwJJP2Ci9I { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:23.8125rem;left:2.875rem;height:10.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqHZFFmPcGEBsMH7rvTrDNoIzp7hxBew { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:23.8125rem;left:27.875rem;height:10.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DaGl8QmNcqtt5L9L4HSXD3BbA585LgiL { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.5625rem;left:27.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkPT3S7BR5KsgEJzB0Sp7hgRssm0v4dE { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:23.8125rem;left:52.875rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFaki4eQywi7zTtoc9zTVnTPPomwqDTf { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.5625rem;left:52.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmnT3FwCTvr2t1Z1LZZeTJJ8H6ZB08iB { color:#000e42;display:block;width:46.5625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:15.90625rem;height:;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; }
#EpglMrvXf16w3vQUsLsdmF1QbzDugUXT { position:absolute;display:block;z-index:14999;background-color:#ff3b0b;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:28.125rem;width:21.125rem;top:9.125rem;left:1.8125rem;display:block; }
#rhJuU1tAeDVUAosGnHZuhen0ytTN7gIT { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:28.0625rem;width:21.3125rem;top:9.125rem;left:26.6875rem;display:block; }
#FnKnUPJ6iZIFLv6am2ZUQynxq9lJXKEH { position:absolute;display:block;z-index:15001;background-color:#000e42;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:28rem;width:21.75rem;top:9.125rem;left:51.4375rem;display:block; }
#JdLMBwR0MKaT1I4POa2aoZGOBxD28Tqi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:12rem;top:11.3125rem;left:6.25rem;overflow:hidden;display:block; }
#AH3cDgiShymlHlLcq2aEJXyX68EznfCL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:11.0625rem;top:11.1875rem;left:31.75rem;overflow:hidden;display:block; }
#gToSCybiTZWzgqTmOsqlp1LwKeNRys0L { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:11.5625rem;top:11.5rem;left:56.5rem;overflow:hidden;display:block; }
#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G > .row .container { background-color: transparent; background-image: none; }#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G > .row .container > .video-iframe-container { display: none; }#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G > .row > .video-iframe-container { display: none; }#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G > .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); }#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G > .row .container { border-width: 0; border-radius: 0; }#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G > .row > .video-iframe-container {  }#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#W9BRo1O7l9muQNItnqc6us18g5V66bSG { color:#04253a;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5625rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QNJ5oh2ZDudzJfTKwixuLhDlngK82OJu { box-sizing:content-box;color:#064771;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:11.25rem;left:4.5625rem;display:block; }
#irNQksyRVDJxfxAscz7WvW5bOw9PZ83C { color:#6c757b;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:21.375rem;left:0rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ub9AOxhI2z6V26gZkCd8GsvoWgDXLDpx { box-sizing:content-box;color:#064771;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:11.25rem;left:24.5625rem;display:block; }
#W9OArNTNS1wXbOXTrLNIiubOxEQX81Ls { color:#04253a;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.03125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBaSKyA3XaH7FL2BAbVmr5pgqcGEKF61 { color:#6c757b;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:21.375rem;left:20rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNCr5paJDtxLAgVuBXEUQ3OnvagxUyCe { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:25rem;top:8.375rem;left:25rem;display:none; }
#zy8O8yZfSWybO8g92tG41tDUf0nCdF5J { color:#04253a;display:block;width:33.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:20.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tIy0XsGokTSA7MyzPKLntPPUaRr3XfZW { position:absolute;display:block;z-index:15007;background-color:#f36f4f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.75rem;top:7.125rem;left:35.625rem;display:block; }
#BaI6ei67y7199gBRBsB1mP4K2BgW28uL { box-sizing:content-box;color:#064771;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:11.25rem;left:65.0625rem;display:block; }
#GeqJ2DJEzhilT8UWNgzU9lkZnLw3KrJm { color:#04253a;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.5625rem;left:60.625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#psQicTIAUv2O28vKoXaUOsAzwnTZg6dT { color:#6c757b;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:21.375rem;left:60.53125rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gXtc1tJfEGfTXUJt6HugCBtmgGRB3qTW { color:#04253a;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.5625rem;left:40.46875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8o9eXMLcAeU5H9xiFwKv9RyW8pa63rE { box-sizing:content-box;color:#064771;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:11.25rem;left:45rem;display:block; }
#CuAcu4ddLz4QfzxElhuHwkh9ZT9s609A { color:#6c757b;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:21.375rem;left:40.46875rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DUdkUTmVKWCoSyIrn1y9OS23u5dS7Dfq { color:#04253a;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.03125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hx9zbQvqZUlexDyuIAUI9DmWPGulUiNu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#Hx9zbQvqZUlexDyuIAUI9DmWPGulUiNu > .row .container { border-width: 0; border-radius: 0; }#Hx9zbQvqZUlexDyuIAUI9DmWPGulUiNu > .row > .video-iframe-container {  }#Hx9zbQvqZUlexDyuIAUI9DmWPGulUiNu > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:none; }#DfS8ZL1Xf6GPmqEoyc78F8UwBGZPtmbI { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.78125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;color:#000e42;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; }
#Ely9xeBfzs531yXmTTz4TzJUDZKuzvzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#Ely9xeBfzs531yXmTTz4TzJUDZKuzvzU > .row .container { border-width: 0; border-radius: 0; }#Ely9xeBfzs531yXmTTz4TzJUDZKuzvzU > .row > .video-iframe-container {  }#Ely9xeBfzs531yXmTTz4TzJUDZKuzvzU > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:none; }#UIx5gHEevqd7pR5lATMdUofSs3gt6exW { color:#000e42;display:block;width:16.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:9rem;left:19.65625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xqc53FZ1Ur1Z2ItP2lnqsQKJoOPiXqNw { color:#000e42;display:block;width:13.8125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:9rem;left:39.96875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cZpeGrGm0ledMeTkhCOiSZHzzBeEz0Hp { color:#000e42;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:9.3125rem;left:56.5rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F0BS2sMIcofC2unCRcpdc9qtXmHn3kIQ { color:#000e42;display:block;width:13.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:9rem;left:2.78125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R7BtyNbiXlxp4pTWymLlJUS7VWPdPU3w { display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:14.28125rem;left:3.21875rem;height:12.25rem;font-style:normal;color:#000e42;text-align:center;text-align-last:center;display:block; }
#AkzPMLSmcUAuFAz5ThcFmBgKluXOTMVq { display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:13.65625rem;left:21.5rem;height:15.75rem;font-style:normal;color:#000e42;text-align:center;text-align-last:center;display:block; }
#KODzEUy572ilS37NtXUtb1nIbzxNn357 { display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.65625rem;left:40.71875rem;height:10.5rem;font-style:normal;color:#000e42;text-align:center;text-align-last:center;display:block; }
#y69kPrrtOOSfpCF841vAaDSnuCJBSBvB { display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:14.28125rem;left:59.25rem;height:8.75rem;font-style:normal;color:#000e42;text-align:center;text-align-last:center;display:block; }
#wBdpQTpkTsiAXgdJUvXimXP1Gc4DSCaQ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:3.09375rem;left:7.125rem;overflow:hidden;display:block; }
#NBnGGtwpA4H56GvD2XdTGsX8CNgtwfmx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:3.09375rem;left:25.875rem;overflow:hidden;display:block; }
#mt3UBsXmQQBlVfli61lP4NN2G5tlrSkv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:3.09375rem;left:44.625rem;overflow:hidden;display:block; }
#kirkxzF85BgDbBugzRWyPFreTmeFTZsQ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:3.09375rem;left:63.375rem;overflow:hidden;display:block; }
#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#064771;background-image:url("https://images.assets-landingi.com/Xf8pPlpS/15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9.adaptive-delivery-prevent-bg, #KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9.lazyload, #KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9.lazyloading { background-image: none; }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 > .row .container { background-color: transparent; background-image: none; }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 > .row .container > .video-iframe-container { display: none; }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 > .row > .video-iframe-container { display: none; }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 > .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); }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 > .row .container { border-width: 0; border-radius: 0; }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 > .row > .video-iframe-container {  }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#TbUUgwUp3sduBJqHsvuNTU0TybQ41LmW { background-color:#ff3704;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.90625rem;left:36.40625rem;display:block; }
#nMKA0xUpNmI3HsKgv1bDbxWTOwW1aHRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXbeLS3ueFpAFoztmO6RpBxKkJGEInT7 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:3.73046875rem;left:15.1875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yfIC34CNSCLxbHvv9hPDuPpTFicXU5vL { 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:15014;top:3.21875rem;left:31.96875rem;display:none; }
#N08xlLRcu6rE8okaWyk9Ac0rG2T2WLZf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15015;opacity:1;top:3rem;left:32.28125rem; }
#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row .container { background-color: transparent; background-image: none; }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row .container > .video-iframe-container { display: none; }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row > .video-iframe-container { display: none; }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .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); }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row .container { border-width: 0; border-radius: 0; }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row > .video-iframe-container {  }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row .container { font-size:0.875rem;font-family:arial;height:69.25rem;width:75rem;position:relative;display:block; }#fgR4m5PqXNn4Fxbm2ZviZFioKO4Sq3RT { color:#000e42;display:block;width:49.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:12.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NKpP2JZuMkfEtpGCXQJCCC8xLCpBlQ2n { color:#000e42;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.875rem;left:2.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N95RV46iATCq1EdU0r8M9nlKGabJpv91 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.9375rem;left:3.0625rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PEXPaWuTz68FoocNPhTnLQ9eq1u9zFBI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:13.5625rem;top:13.4375rem;left:6.8125rem;overflow:hidden;display:block; }
#hbZ3wuTn97TavdEGgdX0AzgJ7i1TKWGE { color:#707070;display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:28.125rem;left:27.625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7QqAcSKW2lIbJdacB3fc5t4yVX92yuW { color:#000e42;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.875rem;left:27.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NO0kT4Qn53C4GK7gFcsAEGWquJt5sPSu { background-color:#ff3e0c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:61.625rem;left:27.375rem;display:block; }
#aD0hXLrP2eSz7mG2LihmaEvyuxglp1E0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IABt4Uh54ncRfT9dfiJGZ7DJUuwlOZii { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:11.375rem;top:13.4375rem;left:31.4375rem;overflow:hidden;display:block; }
#yZgptwfsKnDf3CBFKR3UTqukM688fFfh { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:28.9375rem;left:53.4375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y4qWGhnGnQ84w72IzlkQT9JmZRtVm99e { color:#000e42;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.8125rem;left:52.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uvnb9r9sBKBSEIreTpbZuK4TWP0aAsSc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:13.375rem;top:13.4375rem;left:55.9375rem;overflow:hidden;display:block; }
#bv98Mv7nWuxkyAtiZlC47BU9uXnc2nuG { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:28.9375rem;left:27.6875rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtDTBvTOy2uzDWkk3HeS9vTa7phwWZ2A { color:#000e42;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:49.25rem;left:12.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECMV6sF4ZarVdhQK007iq07hCGTXS98T { color:#000e42;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:49.25rem;left:41.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BClECSXy0pmTL0zVASlzRzzWXQogso8X { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:52.25rem;left:13.8125rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hrf87m7Ly2WTWCT3xcWHae2oCNDMuT69 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:52.25rem;left:41.875rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRQFy7UDucK8BXNWTF5gD8E8KXBn1lBl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:11.6875rem;top:37.3125rem;left:16.4375rem;overflow:hidden;display:block; }
#Erb7iac75Oc0HO75HE1ZELPbWfHb7eWP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:13.5625rem;top:38.0625rem;left:45rem;overflow:hidden;display:block; }
#CWoGRZulwkab3RUUZFkeu461s63VThWP { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.474609375rem;left:26.90625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f8ff;background-image:none;position:relative;display:block; }#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M > .row .container { background-color: transparent; background-image: none; }#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M > .row .container > .video-iframe-container { display: none; }#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M > .row > .video-iframe-container { display: none; }#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M > .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); }#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M > .row .container { border-width: 0; border-radius: 0; }#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M > .row > .video-iframe-container {  }#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#bARwyymJ472Fbv7ZxtC9iA1QUxny2AAv { color:#0b1d42;display:block;width:67.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.15625rem;left:3.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f8ff;background-image:none;position:relative;display:block; }#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D > .row .container { background-color: transparent; background-image: none; }#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D > .row .container > .video-iframe-container { display: none; }#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D > .row > .video-iframe-container { display: none; }#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D > .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); }#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D > .row .container { border-width: 0; border-radius: 0; }#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D > .row > .video-iframe-container {  }#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#TMvwzR8JNTbpa16tWGtmlx4suUhztxWs { position:absolute;display:block;z-index:15006;background-color:#00c9cc;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:5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3rem;width:3rem;top:3.3125rem;left:64.4375rem;display:block; }
#XTbQ5TPNFN6WyLEfNqxcHpsQEhqZUZWR { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:3.1875rem;left:63.8125rem;overflow:hidden;display:block; }
#QHER5HHx6190OW5Pb5BKaW4iT3Ub0HVq { position:absolute;display:block;z-index:15005;background-color:#8390fa;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:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3rem;width:3rem;top:3.3125rem;left:45.6875rem;display:block; }
#mS2GVGhmhyBXIA65bog9uPOhcU9Zv0qE { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:3.1875rem;left:45.0625rem;overflow:hidden;display:block; }
#iqsZh2TFULfhSqq0yd8zzekrslbZSQCA { position:absolute;display:block;z-index:15006;background-color:#ffe66d;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;height:3rem;width:3rem;top:3.3125rem;left:26.625rem;display:block; }
#odhxKPbIuFu2TtfIuLCaI1OXSWNCJTI8 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:3.25rem;top:3.1875rem;left:26.5rem;overflow:hidden;display:block; }
#e62TLatMsqIUAiJAae6pZHitfQR5Wnh9 { position:absolute;display:block;z-index:15007;background-color:#ff6b6b;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;height:3rem;width:3rem;top:3.4375rem;left:8.3125rem;display:block; }
#U0KwL9uOKeDSBMdEROx9WmrkQGWSdciT { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:2.9375rem;left:7.4375rem;overflow:hidden;display:block; }
#ICPoVOUt8vafNoEz2KX8FimLnwALzCbM { color:#0b1d42;display:block;width:14.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:8.375rem;left:58.1875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftaZmZRyoS0JJOcEA0GxveVP5nLhCrEp { color:#0b1d42;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:8.375rem;left:39.375rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DxEI4tvxNlGnBEOwDZxHtZ5nbxe0CyXM { color:#0b1d42;display:block;width:15.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:8.375rem;left:20.625rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ohEmoMcIKvJCZH5hKlNwxSrrQTg6ZWq6 { color:#0b1d42;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:8.375rem;left:0rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f8ff;background-image:none;position:relative;display:block; }#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ > .row .container { background-color: transparent; background-image: none; }#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ > .row .container > .video-iframe-container { display: none; }#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ > .row > .video-iframe-container { display: none; }#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ > .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); }#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ > .row .container { border-width: 0; border-radius: 0; }#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ > .row > .video-iframe-container {  }#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#lh6prHA7kQmvhRQwvT2n2QLtxZWXrWEy { display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:2.1875rem;left:5.28125rem;height:8.75rem;font-style:normal;color:#0b1d42;display:block; }#lh6prHA7kQmvhRQwvT2n2QLtxZWXrWEy li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#lh6prHA7kQmvhRQwvT2n2QLtxZWXrWEy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
#ZDIfC6X9UdOZOtAzvDXeHCr1guXHTNdz { display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:2;letter-spacing:0;top:2.1875rem;left:42.78125rem;height:8.75rem;font-style:normal;color:#0b1d42;display:block; }#ZDIfC6X9UdOZOtAzvDXeHCr1guXHTNdz li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZDIfC6X9UdOZOtAzvDXeHCr1guXHTNdz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 > .row .container { background-color: transparent; background-image: none; }#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 > .row .container > .video-iframe-container { display: none; }#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 > .row > .video-iframe-container { display: none; }#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 > .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); }#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 > .row .container { border-width: 0; border-radius: 0; }#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 > .row > .video-iframe-container {  }#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#wc4EqzHvot1PH9vSLJ239LfqLNoQo7Ji { color:#0b1d42;display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:3.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 > .row .container { background-color: transparent; background-image: none; }#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 > .row .container > .video-iframe-container { display: none; }#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 > .row > .video-iframe-container { display: none; }#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 > .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); }#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 > .row .container { border-width: 0; border-radius: 0; }#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 > .row > .video-iframe-container {  }#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#khaq1QNANzcQK9gTHOIdwQtI9WaFD0g8 { display:block;width:23.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:2.125rem;left:42.5rem;height:;font-style:normal;color:#0b1d42;display:block; }#khaq1QNANzcQK9gTHOIdwQtI9WaFD0g8 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#khaq1QNANzcQK9gTHOIdwQtI9WaFD0g8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
#O3PxNxf9ItDdh8Nm59FUBi1JJEqyLrP4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.6875rem;width:24.75rem;top:4.4375rem;left:7.6456168831169rem;overflow:hidden;display:block; }
#nTl2u8tmkTUcMTTHR3pyspy2TVvdUSiO { position:absolute;display:block;z-index:15004;background-color:#72eab2;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:12.5rem;width:12.9375rem;top:14.375rem;left:8.75rem;display:block; }
#GhP8PZi0DOMQQkSNONlDrVwpx95y0QUT { position:absolute;display:block;z-index:15005;background-color:#dbeafa;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:12.5rem;width:24rem;top:1.9375rem;left:8.4580078125rem;display:block; }
#ePMogLD9iXK6ac41dODXnXHaoTMyA1qd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1d42;background-image:none;position:relative;display:none; }#ePMogLD9iXK6ac41dODXnXHaoTMyA1qd > .row .container { border-width: 0; border-radius: 0; }#ePMogLD9iXK6ac41dODXnXHaoTMyA1qd > .row > .video-iframe-container {  }#ePMogLD9iXK6ac41dODXnXHaoTMyA1qd > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:none; }#qgt424UcrTb2cPuEh9dZhTcgp6CSZsr4 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:4.0625rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EEwzMhHfRIVsJPRdRt5OFkElisVpuEhr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1d42;background-image:none;position:relative;display:none; }#EEwzMhHfRIVsJPRdRt5OFkElisVpuEhr > .row .container { border-width: 0; border-radius: 0; }#EEwzMhHfRIVsJPRdRt5OFkElisVpuEhr > .row > .video-iframe-container {  }#EEwzMhHfRIVsJPRdRt5OFkElisVpuEhr > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:none; }#hXwToqaPvQic7aAea9wpMv100qihTo4B { display:block;width:26.9375rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:2.8125rem;left:6.75rem;height:7.8125rem;font-style:normal;color:#ffffff;display:block; }#hXwToqaPvQic7aAea9wpMv100qihTo4B li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#hXwToqaPvQic7aAea9wpMv100qihTo4B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
#amcwn7XVOzWy6fAHNkFTZoucwnS8GTo8 { display:block;width:30rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:2.8125rem;left:41.25rem;height:7.8125rem;font-style:normal;color:#ffffff;display:block; }#amcwn7XVOzWy6fAHNkFTZoucwnS8GTo8 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#amcwn7XVOzWy6fAHNkFTZoucwnS8GTo8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
#Dh2ZgXohB7nHvWDnq3NZQJFXK02H3Jar { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:3.25rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tHnpRdiCom1fcAyb73BvqHQdV9arrKrJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1d42;background-image:none;position:relative;display:none; }#tHnpRdiCom1fcAyb73BvqHQdV9arrKrJ > .row .container { border-width: 0; border-radius: 0; }#tHnpRdiCom1fcAyb73BvqHQdV9arrKrJ > .row > .video-iframe-container {  }#tHnpRdiCom1fcAyb73BvqHQdV9arrKrJ > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:none; }#Ry9gmEtiTerFW2OPZBlJ8zCGLMm4ZFeT { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.06) ;height:14.8125rem;width:12.5rem;top:0rem;left:40.625rem;display:block; }
#trQwniTfUxP8UsTSIEZwSJGf2zoT4ox9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#0146d2;background-image:url("https://images.assets-landingi.com/OWpIuX5n/7604_colorful_background_hd_image_free_wallpaper.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:6.875rem;width:6.875rem;position:absolute;display:block;z-index:15014;top:1.875rem;left:62.1875rem;display:block; }#trQwniTfUxP8UsTSIEZwSJGf2zoT4ox9.adaptive-delivery-prevent-bg, #trQwniTfUxP8UsTSIEZwSJGf2zoT4ox9.lazyload, #trQwniTfUxP8UsTSIEZwSJGf2zoT4ox9.lazyloading { background-image: none; }
#s0MZsQol3my3rtvbU0Fb6tsuEgXpFc6c { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#0146d2;background-image:url("https://images.assets-landingi.com/OWpIuX5n/7604_colorful_background_hd_image_free_wallpaper.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:6.875rem;width:6.875rem;position:absolute;display:block;z-index:15015;top:1.875rem;left:43.4375rem;display:block; }#s0MZsQol3my3rtvbU0Fb6tsuEgXpFc6c.adaptive-delivery-prevent-bg, #s0MZsQol3my3rtvbU0Fb6tsuEgXpFc6c.lazyload, #s0MZsQol3my3rtvbU0Fb6tsuEgXpFc6c.lazyloading { background-image: none; }
#ONTObPqS53n0LFzSQv5WvpobXG7e2Ex2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#0146d2;background-image:url("https://images.assets-landingi.com/OWpIuX5n/7604_colorful_background_hd_image_free_wallpaper.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:6.875rem;width:6.875rem;position:absolute;display:block;z-index:15016;top:1.875rem;left:24.6875rem;display:block; }#ONTObPqS53n0LFzSQv5WvpobXG7e2Ex2.adaptive-delivery-prevent-bg, #ONTObPqS53n0LFzSQv5WvpobXG7e2Ex2.lazyload, #ONTObPqS53n0LFzSQv5WvpobXG7e2Ex2.lazyloading { background-image: none; }
#EkzVVJQ5fniEJBN28LdBGPL7xix0pbsZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#0146d2;background-image:url("https://images.assets-landingi.com/OWpIuX5n/7604_colorful_background_hd_image_free_wallpaper.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:6.875rem;width:6.875rem;position:absolute;display:block;z-index:15000;top:1.875rem;left:5.9375rem;display:block; }#EkzVVJQ5fniEJBN28LdBGPL7xix0pbsZ.adaptive-delivery-prevent-bg, #EkzVVJQ5fniEJBN28LdBGPL7xix0pbsZ.lazyload, #EkzVVJQ5fniEJBN28LdBGPL7xix0pbsZ.lazyloading { background-image: none; }
#mhNE1D3XuCDUfdGiVNUopTuGpZMP2XR0 { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.06) ;height:14.75rem;width:12.5rem;top:0rem;left:59.375rem;display:block; }
#zggcv13I7OV4QlTTfxVLvcuVkla58UgV { position:absolute;display:block;z-index:15003;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.06) ;height:14.875rem;width:12.5rem;top:0rem;left:21.875rem;display:block; }
#fTcC1q8RnHWdH3G02WxN0eCO6v8rohkm { position:absolute;display:block;z-index:14999;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.06) ;height:14.9375rem;width:12.5rem;top:0rem;left:3.125rem;display:block; }
#cLrM25HA1bsOqNvI0CzAmhEQ4yGJHCTa { color:#0024c0;display:block;width:11.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.1865234375rem;left:3.5rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gC1WN6r8MxXoOP6lJ7TdNyfX4DOT7e0A { display:block;width:11.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:10.0302734375rem;left:22.25rem;height:1.75rem;text-align:center;text-align-last:center;color:#0024c0;font-style:normal;display:block; }
#defIdXhWVeDRkiT36DuQpHXg8v5J6OsQ { display:block;width:11.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:10.0302734375rem;left:59.75rem;height:1.75rem;text-align:center;text-align-last:center;color:#0024c0;font-style:normal;display:block; }
#zc0htbia7zbTlxLLkPqZvnfvShHcgrN8 { display:block;width:11.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:10.0302734375rem;left:41rem;height:1.75rem;text-align:center;text-align-last:center;color:#0024c0;font-style:normal;display:block; }
#fXhIKyRHFVyGis4n1tDvkaTXaTuOncdz { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:3.28125rem;left:7.3125rem;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(0,36,192,0.5);display:block; }
#dbm9WvIO7FATD9PvJOE032VaowDNdG3y { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:3.28125rem;left:26.25rem;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(0,36,192,0.5);display:block; }
#BAQxU4s2t7mV0rrTHw51p52qTUuep9Xi { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:3.28125rem;left:44.8125rem;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(0,36,192,0.5);display:block; }
#NLdEw4BRoXd34UvMJwKKmfcP0LAAi9TU { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:3.28125rem;left:63.625rem;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(0,36,192,0.5);display:block; }
#skVpkNioCRlRaLENUgM5Ttzwzz2rKCEL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1d42;background-image:none;position:relative;display:none; }#skVpkNioCRlRaLENUgM5Ttzwzz2rKCEL > .row .container { border-width: 0; border-radius: 0; }#skVpkNioCRlRaLENUgM5Ttzwzz2rKCEL > .row > .video-iframe-container {  }#skVpkNioCRlRaLENUgM5Ttzwzz2rKCEL > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:none; }#iXoFZTTLQefmNlsbP775UCGgzyUf3eqp { background-color:transparent;background-image: -webkit-linear-gradient(33deg, #fd249e, #3f3bdf);background-image: -moz-linear-gradient(33deg, #fd249e, #3f3bdf);background-image: -ms-linear-gradient(33deg, #fd249e, #3f3bdf);background-image: -o-linear-gradient(33deg, #fd249e, #3f3bdf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd249e', endColorstr='#3f3bdf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd249e', endColorstr='#3f3bdf' );";background-image: linear-gradient(33deg, #fd249e, #3f3bdf);background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.1875rem 0.1875rem rgba(0,14,66,0.4) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.53125rem;left:27.5rem;display:block; }
#PzXm7D87C703m6pfOpcDISUzM4RIRtvA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f8ff;background-image:none;position:relative;display:block; }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row .container { background-color: transparent; background-image: none; }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row .container > .video-iframe-container { display: none; }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row > .video-iframe-container { display: none; }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .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); }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row .container { border-width: 0; border-radius: 0; }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row > .video-iframe-container {  }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#cpTWhIlyaNtzm9V7fIxNJAesr1WZkUST { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:;color:#000e42;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f8ff;background-image:none;position:relative;display:block; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container { background-color: transparent; background-image: none; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container > .video-iframe-container { display: none; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row > .video-iframe-container { display: none; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .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); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container { border-width: 0; border-radius: 0; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row > .video-iframe-container {  }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#TkWMnMz7kx2BJn88y7bwhdaD3IDbv60z { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10rem;top:21.6875rem;left:8.4375rem;display:none; }
#fPmAy2GyUZO1c38wW96BHgqzMAngqaQg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/FJ30abjO/AI.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:22.125rem;width:55.375rem;position:absolute;display:block;z-index:15000;top:0rem;left:9.8125rem;display:block; }#fPmAy2GyUZO1c38wW96BHgqzMAngqaQg.adaptive-delivery-prevent-bg, #fPmAy2GyUZO1c38wW96BHgqzMAngqaQg.lazyload, #fPmAy2GyUZO1c38wW96BHgqzMAngqaQg.lazyloading { background-image: none; }
#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f8ff;background-image:none;position:relative;display:block; }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row .container { background-color: transparent; background-image: none; }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row .container > .video-iframe-container { display: none; }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row > .video-iframe-container { display: none; }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .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); }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row .container { border-width: 0; border-radius: 0; }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row > .video-iframe-container {  }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#DRd0ryLLHkpOt37rAnpHNvznHcZyQ5Rx { display:block;width:58rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.7;letter-spacing:0;top:0rem;left:8.5rem;height:6.375rem;color:#000e42;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FlCZNAKPhUqqb62czuz7Vrn5eRI2zaE7 { color:#ff4a00;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.875rem;left:25.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vt1e0qSFTn6A4RJ3WKfQRT2vSR5JPCo5 { color:#ff4a00;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.875rem;left:33.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ateFewb6rTWdTmuqz58WfoxvN5Jw28Ed { color:#000e42;display:block;width:5.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:13.625rem;left:26.125rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gXTiV99M7VT2D7FhKW9wHJ7ZU5vvxsrz { color:#000e42;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:13.625rem;left:34.46875rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJkESPTFyaWvz0rA3JfTTJT4iKJneZbZ { color:#ff4a00;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.875rem;left:43rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vlBbqKSX1nvZdMZ36oQr9PMRkrT9OqkZ { color:#000e42;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:13.625rem;left:42.875rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#in2fhkqAFIehGl06ckgCQcZq8I7euTyn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row .container { background-color: transparent; background-image: none; }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row .container > .video-iframe-container { display: none; }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row > .video-iframe-container { display: none; }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .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); }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row .container { border-width: 0; border-radius: 0; }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row > .video-iframe-container {  }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#yw7OTzSy99TcNTTvXTQsGKTfDc2iUddh { color:#0b1d42;display:block;width:51.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.28125rem;left:11.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JE5wbhoO/Artboard_6_copy_15VR_Hero_mob.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP.adaptive-delivery-prevent-bg, #bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP.lazyload, #bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP.lazyloading { background-image: none; }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row .container { background-color: transparent; background-image: none; }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row .container > .video-iframe-container { display: none; }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row > .video-iframe-container { display: none; }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .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); }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row .container { border-width: 0; border-radius: 0; }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row > .video-iframe-container {  }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:block; }#hmJZqxK5S72qvcV5yTPyCU11XKyClxtG { display:block;width:22.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:11.5009765625rem;left:12rem;height:3.824225rem;color:#010b29;font-style:italic;text-align:center;text-align-last:center;display:block; }
#V20ILh9HN7a7es05GG4XpTJ1SvIbMQ0e { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:16.1875rem;width:24.1875rem;position:absolute;display:block;z-index:15000;top:8.2822265625rem;left:11.125rem;box-shadow: 0rem 0rem 0.9375rem rgba(63,59,223,0.2) ;display:block; }
#HxTx4yqb9rD8Jcw3IEflGydbiac5WnEd { display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:11.5009765625rem;left:42.34375rem;height:5.7363375rem;color:#010b29;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dRT4SZ2EUyhAR2pNRnLvtUHdWTlyZvP8 { display:block;width:22.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.75rem;left:41.1875rem;height:1.29980625rem;color:#010b29;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOFDtBrZ6Ita8pv4JKelpgaiXex4Txe1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:16.25rem;width:24.625rem;position:absolute;display:block;z-index:15004;top:8.2509765625rem;left:39.5625rem;box-shadow: 0rem 0rem 0.9375rem rgba(63,59,223,0.2) ;display:block; }
#qMHA3y063KI4oTTqJkgCbMgCHTs2RnQu { display:block;width:24.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4375rem;left:39.8125rem;height:1.625rem;color:#3f3bdf;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9D4cJJEahwvm7K4tKtgd1k03NGvTS4D { display:block;width:16.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.4375rem;left:14.75rem;height:1.625rem;color:#3f3bdf;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qe9d63oPTvbliftDBdnlZ2OQ4KwwUPfo { display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.75rem;left:13.5rem;height:1.29980625rem;color:#010b29;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HtL3JJng3ydcsHlaQsRaUtMkCbbpDg0A { position:absolute;display:block;z-index:15027;border-top:0.25rem solid #72eab2;border-left:0.25rem solid #72eab2;border-right:0.25rem solid #72eab2;border-bottom:0.25rem solid #72eab2;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.9375rem;width:4.9375rem;top:5.28125rem;left:20.5rem;overflow:hidden;display:block; }
#Np9T7yweJIfmJUEtyRSAuIWG9TABllTO { position:absolute;display:block;z-index:15028;border-top:0.3125rem solid #72eab2;border-left:0.3125rem solid #72eab2;border-right:0.3125rem solid #72eab2;border-bottom:0.3125rem solid #72eab2;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:4.9375rem;width:4.9375rem;top:5.21875rem;left:49.09375rem;overflow:hidden;display:block; }
#gKl5Jpo9ZX5X5K9zQbR18A1C10wQOyeL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:8.25rem;top:31.126953125rem;left:27.125rem;overflow:hidden;display:block; }
#E9E0FSDQC7ynwNzO1rW9kfZmKFxlinA1 { position:absolute;display:block;z-index:15003;height:6.4375rem;width:18.9375rem;top:34.033203125rem;left:39.5625rem;display:block; }
#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1d42;background-image:url("https://images.assets-landingi.com/zRvkZPdR/contact_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU.adaptive-delivery-prevent-bg, #rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU.lazyload, #rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU.lazyloading { background-image: none; }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row .container { background-color: transparent; background-image: none; }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row .container > .video-iframe-container { display: none; }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row > .video-iframe-container { display: none; }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .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); }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row .container { border-width: 0; border-radius: 0; }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row > .video-iframe-container {  }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#ZCBG6ewuIrF6uv4d45QGt9yqo5VQlX91 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwIOOtHteNAx6eRMizFDQysm1IZMTKkf { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:10.9375rem;left:9.875rem;height:8rem;font-style:normal;display:block; }
#gfO2BescFTQERCiRdmLsP7PQluzTzZ5I { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:21.3125rem;left:9.875rem;height:12.75rem;font-style:normal;display:block; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-form-header {  }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;width:25rem;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;overflow:hidden;font-style:normal;line-height:2; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-text { background-color:#152958;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0.1875rem solid #998a43;border-bottom: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;width:25rem;box-sizing:border-box;height:3.375rem;color:#e2edf8;font-size:1rem;overflow:hidden;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.3; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-text {padding-top: 0; padding-bottom: 0;}#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-textarea { background-color:#152958;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0.1875rem solid #998a43;border-bottom: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;width:25rem;box-sizing:border-box;height:4.375rem;color:#e2edf8;font-size:1rem;overflow:hidden;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.3; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-select {padding-top: 0; padding-bottom: 0;}#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .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; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#e63202;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:1.25rem;font-weight:400;color:#f2f9ff;width:25rem;height:3.75rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1rem; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1rem; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1rem; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1rem; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .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.2;font-size:0.875rem;font-weight:300;color:#ffffff;vertical-align:top;width:23.625rem;overflow:hidden;font-style:normal; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .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; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-container:first-of-type{padding-top:0;}#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-container:last-of-type{padding-bottom:0;}#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;position:absolute;top:9.875rem;left:40.125rem; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT {display:block;}#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;position:absolute;top:9.875rem;left:40.125rem; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #raxLGOOpzUtVdu0VqISkMdrpZZ5AVO9x { position:relative; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #DUZhdQo6kALqs6HdNOFfMpaRKKPTVtCf { position:relative;display:block; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #uqS2a90Zd3vcim4nCebhApXXAhPtZJQx { position:relative; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #eTAIGJL4UcrPK9vRfJZ4RsIsNUJL7hr8 { position:relative; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #NudiQHyth8UEkuZhBTXFQXLkSdb33cpy { position:relative;display:block; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #HyHKq7T7EXlTabpAalQCL8m5OU0Mma9T { position:relative; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #KOIKVeDg44KEc6sCBf8OckGXxqVR1IPP { position:relative; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #umeB1JaMKR8ukWx4wdM5RIsoT0PH3onV { position:relative;display:block; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #eFCvTMNkVKS7JV5fyKy3L31WfBHGdTvf { position:relative; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #lQTiQEQx8Ws4JhRF3D2OQp5AtwpPDzrr { position:relative; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #PLKLOeo6M9BVvQx4fMfOJAaqMbIKfoIg { position:relative; }
#lkSRIm8laOSkHnOJaTdnbB2QPT0fpZdb { box-sizing:content-box;color:#ffffff;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:19.75rem;left:33.8125rem;display:block; }
#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI > .row .container { background-color: transparent; background-image: none; }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI > .row .container > .video-iframe-container { display: none; }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI > .row > .video-iframe-container { display: none; }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI > .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); }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI > .row .container { border-width: 0; border-radius: 0; }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI > .row > .video-iframe-container {  }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#dHDOaT6eot3TKgWcJlUZTBTo7LLN8qqk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.125rem;width:12.75rem;position:absolute;display:block;z-index:15003;top:1.6875rem;left:2.5625rem;overflow:hidden;display:block; }
#ioPVuMclezTgTeca1FDXi4oAehLDvD5c { color:#0b1d42;display:block;width:25.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:7.25rem;left:3.125rem;height:4.0498rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hpII2p6iMBePMANLhnwvzk4kfxttXo97 { color:#0b1d42;display:block;width:25.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:7.25rem;left:49.1875rem;height:6.0747rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TblHEmRuFsdyd5wTSf9t7MPodH5prJkZ { position:absolute;display:block;z-index:15005;background-color:#f7444f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:11rem;left:5.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ph8xokU6uliWBGahz6tTOCPZdGFrJcDG { display:block; }#ph8xokU6uliWBGahz6tTOCPZdGFrJcDG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1WzdUq3588zNZKzMnrLPoocZ86ruro5 { top:10.0625rem;left:0rem;width:40.5625rem;height:13rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHfQALCv5JA2yHVenzkbwMp1HZeT7AZA { top:25.8125rem;left:0rem;width:33.75rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHaalnvp72HqiJCwhW4lIQsaXGpAc7Je { top:25.9375rem;left:0rem;width:0.3125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irVgTPfFZtvbHHxkkbH3qET7nQgkUycz { width:13.1875rem;height:3.75rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daXmkEGgBGQQuQHbcQAhPunBJidrgcg1 { display:block; }
 }@media only screen and (max-width: 763px) { #vDoNAN5sMKWuLqFBeuMrW20veZ4OCL7y { width:8.4375rem;height:1.25rem;top:11.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhEfqCt6omGymL0bG5OPk10HO3XfzfxM { width:10.3125rem;height:2.625rem;top:40.625rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeNW37TpVdge2IZZBsVdv1ap4ALWvrIF { display:block; }
 }@media only screen and (max-width: 763px) { #blqw7JGnsTSBU67NDycVlGAz7zLlfr0l { top:43.875rem;left:21.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz { display:block; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsRvKddhEZWvrMlxvIZ9xd76vX01ENfV { top:10rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpdxZg9t4LfPFUVomqX47zQ5uMVLHWQs { top:21.0625rem;left:0rem;width:47.75rem;height:9rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoCyMK1D6ngAMe8qgcAvAVFKDfwnTUgJ { width:15.9375rem;height:3.75rem;top:33.75rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD4ck8CNrT4TpU9x28BZmVZHbi1QZ2uM { display:block; }
 }@media only screen and (max-width: 763px) { #BmOfkXdvSC9wJiwkCswblveXucCT4nrB { width:8.4375rem;height:1.25rem;top:11.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KICT22zAN21SmurqiTysZGoamJbWD4G2 { top:38.6875rem;left:20.28125rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO { display:block; }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSpT65EiJsv1w9KdKouP658JHeCoUVuK { width:46.5rem;height:2.875rem;top:4.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAGmQ9oNqTW1s68HnrdXVL2MsisBLTep { top:10.5625rem;left:0rem;width:12rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIOnezv41fz6SwNHZL75PT1dnkSBTFEF { top:10.375rem;left:7.5rem;width:13.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohqhsH5CoHuHU1ChbDwuXQx14oaBUKa { top:10.125rem;left:24.0625rem;width:14.8125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNaI7PsfpOs5nyN95vLpHiE67cdV1zmG { top:10.5625rem;left:35.3125rem;width:12.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRThaOvqGEH0UnuATX7UqnVDGirawUAm { top:16.5rem;left:0rem;width:12.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ3nno7wCaiWGXouemxM6wm7N62txQDr { top:16.0625rem;left:6.625rem;width:15.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3w4lWlKaD1lEJRnahqTTA00cIwqLXLk { top:16.3125rem;left:24.8125rem;width:13.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX5iGGsZpJQNOZiseRE1aqO1M3F8xnPE { top:16.0625rem;left:32.9375rem;width:14.8125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD { display:block; }#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nt8qHBGrV51qSxHEWwlK84iA8aG9lURN { width:18.75rem;height:1.625rem;top:21.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A06kb3wPzdyWEQJAf6fPT8hwJJP2Ci9I { width:18.75rem;height:12.5625rem;top:23.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqHZFFmPcGEBsMH7rvTrDNoIzp7hxBew { width:18.75rem;height:10.75rem;top:23.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaGl8QmNcqtt5L9L4HSXD3BbA585LgiL { width:18.75rem;height:1.625rem;top:21.5625rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkPT3S7BR5KsgEJzB0Sp7hgRssm0v4dE { width:18.75rem;height:8.9375rem;top:23.8125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFaki4eQywi7zTtoc9zTVnTPPomwqDTf { width:18.75rem;height:1.625rem;top:21.5625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmnT3FwCTvr2t1Z1LZZeTJJ8H6ZB08iB { width:46.5625rem;height:2.5625rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpglMrvXf16w3vQUsLsdmF1QbzDugUXT { top:9.125rem;left:0rem;width:21.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhJuU1tAeDVUAosGnHZuhen0ytTN7gIT { top:9.125rem;left:10.4375rem;width:21.3125rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnKnUPJ6iZIFLv6am2ZUQynxq9lJXKEH { top:9.125rem;left:25.875rem;width:21.75rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdLMBwR0MKaT1I4POa2aoZGOBxD28Tqi { width:12rem;height:8.125rem;top:11.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH3cDgiShymlHlLcq2aEJXyX68EznfCL { width:11.0625rem;height:8.375rem;top:11.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gToSCybiTZWzgqTmOsqlp1LwKeNRys0L { width:11.5625rem;height:7.75rem;top:11.5rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G { display:block; }#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9BRo1O7l9muQNItnqc6us18g5V66bSG { width:14.375rem;height:3.875rem;top:16.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNJ5oh2ZDudzJfTKwixuLhDlngK82OJu { width:4.0625rem;height:4.0625rem;top:1rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irNQksyRVDJxfxAscz7WvW5bOw9PZ83C { width:14.375rem;height:11.8125rem;top:21.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub9AOxhI2z6V26gZkCd8GsvoWgDXLDpx { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9OArNTNS1wXbOXTrLNIiubOxEQX81Ls { width:14.375rem;height:3.875rem;top:16.5625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBaSKyA3XaH7FL2BAbVmr5pgqcGEKF61 { width:14.375rem;height:13.5rem;top:21.375rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNCr5paJDtxLAgVuBXEUQ3OnvagxUyCe { width:25rem;height:0.0625rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy8O8yZfSWybO8g92tG41tDUf0nCdF5J { width:33.5rem;height:2.5625rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIy0XsGokTSA7MyzPKLntPPUaRr3XfZW { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaI6ei67y7199gBRBsB1mP4K2BgW28uL { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeqJ2DJEzhilT8UWNgzU9lkZnLw3KrJm { width:14.375rem;height:3.875rem;top:16.5625rem;left:33.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psQicTIAUv2O28vKoXaUOsAzwnTZg6dT { width:14.375rem;height:11.8125rem;top:21.375rem;left:33.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXtc1tJfEGfTXUJt6HugCBtmgGRB3qTW { width:14.375rem;height:3.875rem;top:16.5625rem;left:17.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8o9eXMLcAeU5H9xiFwKv9RyW8pa63rE { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuAcu4ddLz4QfzxElhuHwkh9ZT9s609A { width:14.375rem;height:10.125rem;top:21.375rem;left:17.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUdkUTmVKWCoSyIrn1y9OS23u5dS7Dfq { width:16.875rem;height:1.4375rem;top:22.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hx9zbQvqZUlexDyuIAUI9DmWPGulUiNu { display:block; }#Hx9zbQvqZUlexDyuIAUI9DmWPGulUiNu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfS8ZL1Xf6GPmqEoyc78F8UwBGZPtmbI { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ely9xeBfzs531yXmTTz4TzJUDZKuzvzU { display:block; }#Ely9xeBfzs531yXmTTz4TzJUDZKuzvzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIx5gHEevqd7pR5lATMdUofSs3gt6exW { top:9rem;left:6.9375rem;width:16.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqc53FZ1Ur1Z2ItP2lnqsQKJoOPiXqNw { top:9rem;left:22rem;width:13.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZpeGrGm0ledMeTkhCOiSZHzzBeEz0Hp { top:9.3125rem;left:29.625rem;width:18.125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0BS2sMIcofC2unCRcpdc9qtXmHn3kIQ { top:9rem;left:0rem;width:13.1875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7BtyNbiXlxp4pTWymLlJUS7VWPdPU3w { width:18.125rem;height:2.375rem;top:3.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkzPMLSmcUAuFAz5ThcFmBgKluXOTMVq { width:18.125rem;height:2.375rem;top:3.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KODzEUy572ilS37NtXUtb1nIbzxNn357 { width:18.125rem;height:2.375rem;top:3.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y69kPrrtOOSfpCF841vAaDSnuCJBSBvB { width:18.125rem;height:2.375rem;top:3.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBdpQTpkTsiAXgdJUvXimXP1Gc4DSCaQ { top:3.0625rem;left:3.71875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBnGGtwpA4H56GvD2XdTGsX8CNgtwfmx { top:3.0625rem;left:15.65625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt3UBsXmQQBlVfli61lP4NN2G5tlrSkv { top:3.0625rem;left:27.59375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kirkxzF85BgDbBugzRWyPFreTmeFTZsQ { top:3.0625rem;left:39.53125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 { display:block; }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbUUgwUp3sduBJqHsvuNTU0TybQ41LmW { width:17.9375rem;height:3.75rem;top:2.875rem;left:22.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMKA0xUpNmI3HsKgv1bDbxWTOwW1aHRJ { display:block; }
 }@media only screen and (max-width: 763px) { #EXbeLS3ueFpAFoztmO6RpBxKkJGEInT7 { top:3.6875rem;left:1.5625rem;width:18.9375rem;height:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfIC34CNSCLxbHvv9hPDuPpTFicXU5vL { top:3.1875rem;left:18.34375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N08xlLRcu6rE8okaWyk9Ac0rG2T2WLZf { top:3rem;left:18.65625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK { display:block; }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgR4m5PqXNn4Fxbm2ZviZFioKO4Sq3RT { width:47.75rem;height:2.5625rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKpP2JZuMkfEtpGCXQJCCC8xLCpBlQ2n { width:21.125rem;height:3.25rem;top:24.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95RV46iATCq1EdU0r8M9nlKGabJpv91 { width:19.9375rem;height:4.375rem;top:28.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEXPaWuTz68FoocNPhTnLQ9eq1u9zFBI { width:13.5625rem;height:8.4375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbZ3wuTn97TavdEGgdX0AzgJ7i1TKWGE { width:19.9375rem;height:1.375rem;top:28.125rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7QqAcSKW2lIbJdacB3fc5t4yVX92yuW { width:19.9375rem;height:3.25rem;top:24.875rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO0kT4Qn53C4GK7gFcsAEGWquJt5sPSu { width:20.25rem;height:3.4375rem;top:61.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD0hXLrP2eSz7mG2LihmaEvyuxglp1E0 { display:block; }
 }@media only screen and (max-width: 763px) { #IABt4Uh54ncRfT9dfiJGZ7DJUuwlOZii { width:11.375rem;height:9.5625rem;top:13.4375rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZgptwfsKnDf3CBFKR3UTqukM688fFfh { width:18.4375rem;height:4.375rem;top:28.9375rem;left:29.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4qWGhnGnQ84w72IzlkQT9JmZRtVm99e { width:19.9375rem;height:3.25rem;top:24.8125rem;left:27.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvnb9r9sBKBSEIreTpbZuK4TWP0aAsSc { width:13.375rem;height:9.5625rem;top:13.4375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv98Mv7nWuxkyAtiZlC47BU9uXnc2nuG { width:19.9375rem;height:7.25rem;top:28.9375rem;left:14.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtDTBvTOy2uzDWkk3HeS9vTa7phwWZ2A { width:21.125rem;height:1.625rem;top:49.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECMV6sF4ZarVdhQK007iq07hCGTXS98T { width:21.125rem;height:1.625rem;top:49.25rem;left:26.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BClECSXy0pmTL0zVASlzRzzWXQogso8X { width:19.9375rem;height:5.8125rem;top:52.25rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrf87m7Ly2WTWCT3xcWHae2oCNDMuT69 { width:19.9375rem;height:5.8125rem;top:52.25rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRQFy7UDucK8BXNWTF5gD8E8KXBn1lBl { width:11.6875rem;height:9.5625rem;top:37.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erb7iac75Oc0HO75HE1ZELPbWfHb7eWP { width:13.5625rem;height:8.875rem;top:38.0625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWoGRZulwkab3RUUZFkeu461s63VThWP { top:7.4375rem;left:13.28125rem;width:21.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M { display:block; }#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bARwyymJ472Fbv7ZxtC9iA1QUxny2AAv { top:3.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D { display:block; }#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMvwzR8JNTbpa16tWGtmlx4suUhztxWs { top:3.3125rem;left:40.59375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTbQ5TPNFN6WyLEfNqxcHpsQEhqZUZWR { top:3.1875rem;left:39.96875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHER5HHx6190OW5Pb5BKaW4iT3Ub0HVq { top:3.3125rem;left:28.65625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS2GVGhmhyBXIA65bog9uPOhcU9Zv0qE { top:3.1875rem;left:28.03125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqsZh2TFULfhSqq0yd8zzekrslbZSQCA { top:3.3125rem;left:16.40625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #odhxKPbIuFu2TtfIuLCaI1OXSWNCJTI8 { top:3.1875rem;left:16.28125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e62TLatMsqIUAiJAae6pZHitfQR5Wnh9 { top:3.4375rem;left:4.90625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0KwL9uOKeDSBMdEROx9WmrkQGWSdciT { top:2.9375rem;left:4.03125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICPoVOUt8vafNoEz2KX8FimLnwALzCbM { top:8.375rem;left:32.8125rem;width:14.9375rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftaZmZRyoS0JJOcEA0GxveVP5nLhCrEp { top:8.375rem;left:20.75rem;width:15.0625rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxEI4tvxNlGnBEOwDZxHtZ5nbxe0CyXM { top:8.375rem;left:8.75rem;width:15.125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohEmoMcIKvJCZH5hKlNwxSrrQTg6ZWq6 { top:8.375rem;left:0rem;width:18.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ { display:block; }#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lh6prHA7kQmvhRQwvT2n2QLtxZWXrWEy { width:21.3125rem;height:5.5625rem;top:0rem;left:1.25rem;display:block; }#lh6prHA7kQmvhRQwvT2n2QLtxZWXrWEy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
 }@media only screen and (max-width: 763px) { #ZDIfC6X9UdOZOtAzvDXeHCr1guXHTNdz { width:21.3125rem;height:5.5625rem;top:0rem;left:1.25rem;display:block; }#ZDIfC6X9UdOZOtAzvDXeHCr1guXHTNdz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
 }@media only screen and (max-width: 763px) { #nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 { display:block; }#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wc4EqzHvot1PH9vSLJ239LfqLNoQo7Ji { top:3rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 { display:block; }#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khaq1QNANzcQK9gTHOIdwQtI9WaFD0g8 { width:21.3125rem;height:10.5rem;top:0rem;left:1.25rem;display:block; }#khaq1QNANzcQK9gTHOIdwQtI9WaFD0g8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
 }@media only screen and (max-width: 763px) { #O3PxNxf9ItDdh8Nm59FUBi1JJEqyLrP4 { top:4.4375rem;left:0rem;width:24.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTl2u8tmkTUcMTTHR3pyspy2TVvdUSiO { top:14.375rem;left:1.9375rem;width:12.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhP8PZi0DOMQQkSNONlDrVwpx95y0QUT { top:1.9375rem;left:0rem;width:24rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePMogLD9iXK6ac41dODXnXHaoTMyA1qd { display:block; }#ePMogLD9iXK6ac41dODXnXHaoTMyA1qd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgt424UcrTb2cPuEh9dZhTcgp6CSZsr4 { width:46.5rem;height:2.875rem;top:4.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEwzMhHfRIVsJPRdRt5OFkElisVpuEhr { display:block; }#EEwzMhHfRIVsJPRdRt5OFkElisVpuEhr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXwToqaPvQic7aAea9wpMv100qihTo4B { width:21.3125rem;height:5.5625rem;top:0rem;left:1.25rem;display:block; }#hXwToqaPvQic7aAea9wpMv100qihTo4B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
 }@media only screen and (max-width: 763px) { #amcwn7XVOzWy6fAHNkFTZoucwnS8GTo8 { width:21.3125rem;height:5.5625rem;top:0rem;left:25.125rem;display:block; }#amcwn7XVOzWy6fAHNkFTZoucwnS8GTo8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
 }@media only screen and (max-width: 763px) { #Dh2ZgXohB7nHvWDnq3NZQJFXK02H3Jar { width:46.5rem;height:2.875rem;top:3.5625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHnpRdiCom1fcAyb73BvqHQdV9arrKrJ { display:block; }#tHnpRdiCom1fcAyb73BvqHQdV9arrKrJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ry9gmEtiTerFW2OPZBlJ8zCGLMm4ZFeT { top:0rem;left:23.3125rem;width:12.5rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trQwniTfUxP8UsTSIEZwSJGf2zoT4ox9 { width:6.875rem;height:6.875rem;top:1.25rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0MZsQol3my3rtvbU0Fb6tsuEgXpFc6c { width:6.875rem;height:6.875rem;top:1.25rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONTObPqS53n0LFzSQv5WvpobXG7e2Ex2 { width:6.875rem;height:6.875rem;top:1.25rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkzVVJQ5fniEJBN28LdBGPL7xix0pbsZ { width:6.875rem;height:6.875rem;top:1.25rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhNE1D3XuCDUfdGiVNUopTuGpZMP2XR0 { top:0rem;left:35.25rem;width:12.5rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zggcv13I7OV4QlTTfxVLvcuVkla58UgV { top:0rem;left:11.375rem;width:12.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTcC1q8RnHWdH3G02WxN0eCO6v8rohkm { top:0rem;left:0rem;width:12.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLrM25HA1bsOqNvI0CzAmhEQ4yGJHCTa { top:10.125rem;left:0.09375rem;width:11.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC1WN6r8MxXoOP6lJ7TdNyfX4DOT7e0A { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #defIdXhWVeDRkiT36DuQpHXg8v5J6OsQ { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc0htbia7zbTlxLLkPqZvnfvShHcgrN8 { width:10.25rem;height:3rem;top:10.3125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXhIKyRHFVyGis4n1tDvkaTXaTuOncdz { width:3.75rem;height:3.75rem;top:2.8125rem;left:4rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbm9WvIO7FATD9PvJOE032VaowDNdG3y { width:3.75rem;height:3.75rem;top:2.8125rem;left:16.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAQxU4s2t7mV0rrTHw51p52qTUuep9Xi { width:3.75rem;height:3.75rem;top:2.8125rem;left:28.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLdEw4BRoXd34UvMJwKKmfcP0LAAi9TU { width:3.75rem;height:3.75rem;top:2.8125rem;left:40.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skVpkNioCRlRaLENUgM5Ttzwzz2rKCEL { display:block; }#skVpkNioCRlRaLENUgM5Ttzwzz2rKCEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXoFZTTLQefmNlsbP775UCGgzyUf3eqp { width:12rem;height:3.4375rem;top:0rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzXm7D87C703m6pfOpcDISUzM4RIRtvA { display:block; }
 }@media only screen and (max-width: 763px) { #uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn { display:block; }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpTWhIlyaNtzm9V7fIxNJAesr1WZkUST { width:46.5rem;height:2.875rem;top:4.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF { display:block; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkWMnMz7kx2BJn88y7bwhdaD3IDbv60z { top:21.6875rem;left:0rem;width:18.125rem;height:15.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPmAy2GyUZO1c38wW96BHgqzMAngqaQg { width:47.75rem;height:22.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO { display:block; }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row .container { width:47.75rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRd0ryLLHkpOt37rAnpHNvznHcZyQ5Rx { width:46.5rem;height:6.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlCZNAKPhUqqb62czuz7Vrn5eRI2zaE7 { top:9.875rem;left:12.125rem;width:6.125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt1e0qSFTn6A4RJ3WKfQRT2vSR5JPCo5 { top:9.875rem;left:19.9375rem;width:7.875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ateFewb6rTWdTmuqz58WfoxvN5Jw28Ed { top:13.625rem;left:12.5rem;width:5.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXTiV99M7VT2D7FhKW9wHJ7ZU5vvxsrz { top:13.625rem;left:20.84375rem;width:6.0625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkESPTFyaWvz0rA3JfTTJT4iKJneZbZ { top:9.875rem;left:29.375rem;width:6.125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlBbqKSX1nvZdMZ36oQr9PMRkrT9OqkZ { top:13.625rem;left:29.25rem;width:6.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2fhkqAFIehGl06ckgCQcZq8I7euTyn { display:block; }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yw7OTzSy99TcNTTvXTQsGKTfDc2iUddh { top:2.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP { display:block; }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row .container { width:47.75rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmJZqxK5S72qvcV5yTPyCU11XKyClxtG { width:20rem;height:4.5rem;top:4.75rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V20ILh9HN7a7es05GG4XpTJ1SvIbMQ0e { width:22.5rem;height:13.5rem;top:1.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxTx4yqb9rD8Jcw3IEflGydbiac5WnEd { width:20rem;height:4.5rem;top:4.8125rem;left:25.8125rem;font-size:0.9375rem;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #dRT4SZ2EUyhAR2pNRnLvtUHdWTlyZvP8 { width:20rem;height:1.25rem;top:11.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOFDtBrZ6Ita8pv4JKelpgaiXex4Txe1 { width:22.5rem;height:13.5rem;top:1.875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMHA3y063KI4oTTqJkgCbMgCHTs2RnQu { width:20rem;height:1.25rem;top:11.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9D4cJJEahwvm7K4tKtgd1k03NGvTS4D { width:20rem;height:1.25rem;top:11.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe9d63oPTvbliftDBdnlZ2OQ4KwwUPfo { width:20rem;height:1.25rem;top:11.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtL3JJng3ydcsHlaQsRaUtMkCbbpDg0A { top:5.25rem;left:13.6875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np9T7yweJIfmJUEtyRSAuIWG9TABllTO { top:5.1875rem;left:28.65625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKl5Jpo9ZX5X5K9zQbR18A1C10wQOyeL { top:31.125rem;left:15.625rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9E0FSDQC7ynwNzO1rW9kfZmKFxlinA1 { top:34rem;left:23.875rem;width:18.9375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU { display:block; }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCBG6ewuIrF6uv4d45QGt9yqo5VQlX91 { top:3.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIOOtHteNAx6eRMizFDQysm1IZMTKkf { top:10.9375rem;left:0rem;width:25.8125rem;height:8rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfO2BescFTQERCiRdmLsP7PQluzTzZ5I { top:21.3125rem;left:0rem;width:22.75rem;height:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-text {padding-top: 0; padding-bottom: 0;}#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-select {padding-top: 0; padding-bottom: 0;}#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT  { width:25rem;height:auto;top:9.875rem;left:20.25rem; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT {display:block;}#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT { width:25rem;height:auto;top:9.875rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #raxLGOOpzUtVdu0VqISkMdrpZZ5AVO9x {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #DUZhdQo6kALqs6HdNOFfMpaRKKPTVtCf { display:block; }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #uqS2a90Zd3vcim4nCebhApXXAhPtZJQx {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #eTAIGJL4UcrPK9vRfJZ4RsIsNUJL7hr8 {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #NudiQHyth8UEkuZhBTXFQXLkSdb33cpy { display:block; }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #HyHKq7T7EXlTabpAalQCL8m5OU0Mma9T {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #KOIKVeDg44KEc6sCBf8OckGXxqVR1IPP {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #umeB1JaMKR8ukWx4wdM5RIsoT0PH3onV { display:block; }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #eFCvTMNkVKS7JV5fyKy3L31WfBHGdTvf {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #lQTiQEQx8Ws4JhRF3D2OQp5AtwpPDzrr {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #PLKLOeo6M9BVvQx4fMfOJAaqMbIKfoIg {  }
 }@media only screen and (max-width: 763px) { #lkSRIm8laOSkHnOJaTdnbB2QPT0fpZdb { top:19.75rem;left:20.1875rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI { display:block; }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHDOaT6eot3TKgWcJlUZTBTo7LLN8qqk { width:5.0625rem;height:1.25rem;top:11.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPVuMclezTgTeca1FDXi4oAehLDvD5c { top:7.25rem;left:0rem;width:25.8125rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpII2p6iMBePMANLhnwvzk4kfxttXo97 { top:7.25rem;left:21.9375rem;width:25.8125rem;height:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TblHEmRuFsdyd5wTSf9t7MPodH5prJkZ { top:11rem;left:0rem;width:8.25rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ph8xokU6uliWBGahz6tTOCPZdGFrJcDG { background-color:transparent;background-image:url("https://images.assets-landingi.com/RwdAZ3Ua/Hero_2_02.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#ph8xokU6uliWBGahz6tTOCPZdGFrJcDG.adaptive-delivery-prevent-bg, #ph8xokU6uliWBGahz6tTOCPZdGFrJcDG.lazyload, #ph8xokU6uliWBGahz6tTOCPZdGFrJcDG.lazyloading { background-image: none; }#ph8xokU6uliWBGahz6tTOCPZdGFrJcDG > .row .container { width:20rem;height:39.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s1WzdUq3588zNZKzMnrLPoocZ86ruro5 { width:20rem;height:2.3125rem;top:4.5rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHfQALCv5JA2yHVenzkbwMp1HZeT7AZA { width:19.625rem;height:5.25rem;top:11.75rem;left:0.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHaalnvp72HqiJCwhW4lIQsaXGpAc7Je { width:6.25rem;height:0.375rem;top:9.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irVgTPfFZtvbHHxkkbH3qET7nQgkUycz { width:16.25rem;height:3.8125rem;top:24.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daXmkEGgBGQQuQHbcQAhPunBJidrgcg1 { display:block; }
 }@media only screen and (max-width: 763px) { #vDoNAN5sMKWuLqFBeuMrW20veZ4OCL7y { width:7.6875rem;height:1.0625rem;top:2.25rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhEfqCt6omGymL0bG5OPk10HO3XfzfxM { width:10.3125rem;height:2.625rem;top:29.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeNW37TpVdge2IZZBsVdv1ap4ALWvrIF { display:block; }
 }@media only screen and (max-width: 763px) { #blqw7JGnsTSBU67NDycVlGAz7zLlfr0l { width:4.25rem;height:4.25rem;top:33.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz { background-color:transparent;background-image:url("https://images.assets-landingi.com/LKFrUjwG/5040007.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz.adaptive-delivery-prevent-bg, #xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz.lazyload, #xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz.lazyloading { background-image: none; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row .container { background-color: transparent; background-image: none; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,23,122,0.2); }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row .container > .video-iframe-container { display: none; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,23,122,0.2); }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row > .video-iframe-container { display: none; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .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); }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row .container { border-width: 0; border-radius: 0; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#xuRfWMQVBdzBxVTd6bNOivnSn8ZDtpJz > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsRvKddhEZWvrMlxvIZ9xd76vX01ENfV { width:20rem;height:10.5rem;top:9.0625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kpdxZg9t4LfPFUVomqX47zQ5uMVLHWQs { width:16.8125rem;height:6.0732375rem;top:15.7998046875rem;left:1.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #HoCyMK1D6ngAMe8qgcAvAVFKDfwnTUgJ { width:17.875rem;height:3.125rem;top:22.0625rem;left:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wD4ck8CNrT4TpU9x28BZmVZHbi1QZ2uM { display:block; }
 }@media only screen and (max-width: 763px) { #BmOfkXdvSC9wJiwkCswblveXucCT4nrB { width:16.0625rem;height:1.6875rem;top:1.875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KICT22zAN21SmurqiTysZGoamJbWD4G2 { width:12.0625rem;height:8.4375rem;top:29.0625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO { background-color:#000e42;background-image:none;display:block; }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row .container { background-color: transparent; background-image: none; }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row .container > .video-iframe-container { display: none; }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row > .video-iframe-container { display: none; }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .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); }#WAogUuTgFbAk6DCeL1vAmTMqTf7WsZqO > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSpT65EiJsv1w9KdKouP658JHeCoUVuK { width:20rem;height:3.8994125rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vAGmQ9oNqTW1s68HnrdXVL2MsisBLTep { width:9.375rem;height:3.0625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIOnezv41fz6SwNHZL75PT1dnkSBTFEF { width:10.1875rem;height:3.3125rem;top:8.1875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohqhsH5CoHuHU1ChbDwuXQx14oaBUKa { width:10rem;height:3.1875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNaI7PsfpOs5nyN95vLpHiE67cdV1zmG { width:8.25rem;height:2.6875rem;top:13.625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRThaOvqGEH0UnuATX7UqnVDGirawUAm { width:8.25rem;height:2.75rem;top:18.5rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ3nno7wCaiWGXouemxM6wm7N62txQDr { width:9.5625rem;height:3.125rem;top:18.3125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3w4lWlKaD1lEJRnahqTTA00cIwqLXLk { width:9.9375rem;height:3.1875rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX5iGGsZpJQNOZiseRE1aqO1M3F8xnPE { width:9.9375rem;height:3.25rem;top:22.6875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD { background-color:#010b29;background-image:none;display:none; }#ROi09UlAE3MTR4t7VaNCu4GiZsNetDqD > .row .container { width:20rem;height:90.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nt8qHBGrV51qSxHEWwlK84iA8aG9lURN { width:18.75rem;height:1.4619125rem;top:10.1083984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A06kb3wPzdyWEQJAf6fPT8hwJJP2Ci9I { width:18.75rem;height:9.597625rem;top:24.7958984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqHZFFmPcGEBsMH7rvTrDNoIzp7hxBew { width:18.75rem;height:7.9980625rem;top:54.892578125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaGl8QmNcqtt5L9L4HSXD3BbA585LgiL { width:18.75rem;height:1.4619125rem;top:40.705078125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkPT3S7BR5KsgEJzB0Sp7hgRssm0v4dE { width:18.75rem;height:7.9980625rem;top:81.017578125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFaki4eQywi7zTtoc9zTVnTPPomwqDTf { width:18.75rem;height:1.29980625rem;top:66.9990234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmnT3FwCTvr2t1Z1LZZeTJJ8H6ZB08iB { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EpglMrvXf16w3vQUsLsdmF1QbzDugUXT { width:20rem;height:31.125rem;top:7.033203125rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rhJuU1tAeDVUAosGnHZuhen0ytTN7gIT { width:20rem;height:26.4375rem;top:38.095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnKnUPJ6iZIFLv6am2ZUQynxq9lJXKEH { width:20rem;height:26.1875rem;top:64.58009375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdLMBwR0MKaT1I4POa2aoZGOBxD28Tqi { width:12rem;height:8.125rem;top:13.9521484375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH3cDgiShymlHlLcq2aEJXyX68EznfCL { width:11.0625rem;height:8.375rem;top:44.423828125rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gToSCybiTZWzgqTmOsqlp1LwKeNRys0L { width:11.5625rem;height:7.75rem;top:70.798828125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G { display:block; }#W2lVLRBorSdzn2tl6AC0Tnl1zEIBW77G > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9BRo1O7l9muQNItnqc6us18g5V66bSG { width:16.875rem;height:3.0869125rem;top:14.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNJ5oh2ZDudzJfTKwixuLhDlngK82OJu { width:4.0625rem;height:4.0625rem;top:10.875rem;left:7.96875rem;font-size:2.8125rem;color:#052538;display:block; }
 }@media only screen and (max-width: 763px) { #irNQksyRVDJxfxAscz7WvW5bOw9PZ83C { width:16.875rem;height:9.5625rem;top:18.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ub9AOxhI2z6V26gZkCd8GsvoWgDXLDpx { width:4.0625rem;height:4.0625rem;top:28.375rem;left:7.96875rem;font-size:2.8125rem;color:#052538;display:block; }
 }@media only screen and (max-width: 763px) { #W9OArNTNS1wXbOXTrLNIiubOxEQX81Ls { width:16.875rem;height:2.986325rem;top:29.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBaSKyA3XaH7FL2BAbVmr5pgqcGEKF61 { width:18.1875rem;height:9.5625rem;top:34.625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dNCr5paJDtxLAgVuBXEUQ3OnvagxUyCe { width:20rem;height:0.0625rem;top:10.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zy8O8yZfSWybO8g92tG41tDUf0nCdF5J { width:20rem;height:2.5996125rem;top:3.05078125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIy0XsGokTSA7MyzPKLntPPUaRr3XfZW { width:3.75rem;height:0.1875rem;top:10.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaI6ei67y7199gBRBsB1mP4K2BgW28uL { width:4.0625rem;height:4.0625rem;top:61.3125rem;left:7.96875rem;font-size:2.8125rem;color:#052538;display:block; }
 }@media only screen and (max-width: 763px) { #GeqJ2DJEzhilT8UWNgzU9lkZnLw3KrJm { width:17.75rem;height:1.54345625rem;top:65.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psQicTIAUv2O28vKoXaUOsAzwnTZg6dT { width:17.5625rem;height:9.5625rem;top:67.8125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gXtc1tJfEGfTXUJt6HugCBtmgGRB3qTW { width:14.375rem;height:1.54345625rem;top:49.4375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8o9eXMLcAeU5H9xiFwKv9RyW8pa63rE { width:4.0625rem;height:4.0625rem;top:45.375rem;left:8rem;font-size:2.8125rem;color:#052538;display:block; }
 }@media only screen and (max-width: 763px) { #CuAcu4ddLz4QfzxElhuHwkh9ZT9s609A { width:17.375rem;height:7.96875rem;top:52rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DUdkUTmVKWCoSyIrn1y9OS23u5dS7Dfq { width:16.875rem;height:1.54345625rem;top:32.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Hx9zbQvqZUlexDyuIAUI9DmWPGulUiNu { background-color:#ffffff;background-image:none;display:none; }#Hx9zbQvqZUlexDyuIAUI9DmWPGulUiNu > .row .container { width:20rem;height:10.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DfS8ZL1Xf6GPmqEoyc78F8UwBGZPtmbI { width:16.1875rem;height:3.8984375rem;top:2.169921875rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#0b1d42;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ely9xeBfzs531yXmTTz4TzJUDZKuzvzU { display:none; }#Ely9xeBfzs531yXmTTz4TzJUDZKuzvzU > .row .container { width:20rem;height:27rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UIx5gHEevqd7pR5lATMdUofSs3gt6exW { width:11.625rem;height:1.875rem;top:7.1875rem;left:5.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Xqc53FZ1Ur1Z2ItP2lnqsQKJoOPiXqNw { width:12.8125rem;height:3.75rem;top:13.5625rem;left:5.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #cZpeGrGm0ledMeTkhCOiSZHzzBeEz0Hp { width:13.4375rem;height:3.75rem;top:19.75rem;left:5.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #F0BS2sMIcofC2unCRcpdc9qtXmHn3kIQ { width:14.3125rem;height:3.75rem;top:1.625rem;left:5.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #R7BtyNbiXlxp4pTWymLlJUS7VWPdPU3w { width:12.3125rem;height:auto;top:14.25rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #AkzPMLSmcUAuFAz5ThcFmBgKluXOTMVq { width:13.25rem;height:auto;top:13.625rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #KODzEUy572ilS37NtXUtb1nIbzxNn357 { width:12.3125rem;height:auto;top:13.625rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #y69kPrrtOOSfpCF841vAaDSnuCJBSBvB { width:13.9375rem;height:auto;top:14.25rem;left:3rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #wBdpQTpkTsiAXgdJUvXimXP1Gc4DSCaQ { width:3.125rem;height:3.125rem;top:1.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBnGGtwpA4H56GvD2XdTGsX8CNgtwfmx { width:3.125rem;height:3.125rem;top:7.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt3UBsXmQQBlVfli61lP4NN2G5tlrSkv { width:3.125rem;height:3.125rem;top:13.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kirkxzF85BgDbBugzRWyPFreTmeFTZsQ { width:3.125rem;height:3.125rem;top:20.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 { display:block; }#KmXHvfJnIv7ccdisl7OewMUG6Fg3PXN9 > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbUUgwUp3sduBJqHsvuNTU0TybQ41LmW { width:17.5625rem;height:3.125rem;top:10.5rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMKA0xUpNmI3HsKgv1bDbxWTOwW1aHRJ { display:block; }
 }@media only screen and (max-width: 763px) { #EXbeLS3ueFpAFoztmO6RpBxKkJGEInT7 { width:17.4375rem;height:5.5996125rem;top:1.125rem;left:1.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfIC34CNSCLxbHvv9hPDuPpTFicXU5vL { width:3.125rem;height:3.125rem;top:6.724609375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N08xlLRcu6rE8okaWyk9Ac0rG2T2WLZf { width:3.5625rem;height:3.5625rem;top:3rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK { background-color:transparent;background-image:none;display:block; }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row .container { background-color: transparent; background-image: none; }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row .container > .video-iframe-container { display: none; }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row > .video-iframe-container { display: none; }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .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); }#CliUh3FvJLrqqvTFHCTCxv8HZSPvgToK > .row .container { width:20rem;height:95.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgR4m5PqXNn4Fxbm2ZviZFioKO4Sq3RT { width:14rem;height:3.8994125rem;top:2.3125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NKpP2JZuMkfEtpGCXQJCCC8xLCpBlQ2n { width:19.9375rem;height:3.25rem;top:13.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000e42;display:block; }
 }@media only screen and (max-width: 763px) { #N95RV46iATCq1EdU0r8M9nlKGabJpv91 { width:19.9375rem;height:4.142575rem;top:27.6083984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEXPaWuTz68FoocNPhTnLQ9eq1u9zFBI { width:13.5625rem;height:8.4375rem;top:17.625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbZ3wuTn97TavdEGgdX0AzgJ7i1TKWGE { width:19.9375rem;height:1.3808625rem;top:51.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7QqAcSKW2lIbJdacB3fc5t4yVX92yuW { width:19.9375rem;height:3.25rem;top:29.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000e42;display:block; }
 }@media only screen and (max-width: 763px) { #NO0kT4Qn53C4GK7gFcsAEGWquJt5sPSu { width:15.4375rem;height:3.125rem;top:89.8125rem;left:2.28125rem;background-color:#ff3000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aD0hXLrP2eSz7mG2LihmaEvyuxglp1E0 { display:block; }
 }@media only screen and (max-width: 763px) { #IABt4Uh54ncRfT9dfiJGZ7DJUuwlOZii { width:11.375rem;height:9.5625rem;top:33.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZgptwfsKnDf3CBFKR3UTqukM688fFfh { width:19.9375rem;height:0;top:71.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4qWGhnGnQ84w72IzlkQT9JmZRtVm99e { width:20rem;height:3.25rem;top:45.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000e42;display:block; }
 }@media only screen and (max-width: 763px) { #Uvnb9r9sBKBSEIreTpbZuK4TWP0aAsSc { width:13.375rem;height:9.5625rem;top:49.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv98Mv7nWuxkyAtiZlC47BU9uXnc2nuG { width:19.9375rem;height:0;top:92.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtDTBvTOy2uzDWkk3HeS9vTa7phwWZ2A { width:20rem;height:1.625rem;top:61.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000e42;display:block; }
 }@media only screen and (max-width: 763px) { #ECMV6sF4ZarVdhQK007iq07hCGTXS98T { width:20rem;height:1.625rem;top:76.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000e42;display:block; }
 }@media only screen and (max-width: 763px) { #BClECSXy0pmTL0zVASlzRzzWXQogso8X { width:19.9375rem;height:0;top:114.279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrf87m7Ly2WTWCT3xcWHae2oCNDMuT69 { width:19.9375rem;height:0;top:49.427734375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRQFy7UDucK8BXNWTF5gD8E8KXBn1lBl { width:11.6875rem;height:9.5625rem;top:64rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erb7iac75Oc0HO75HE1ZELPbWfHb7eWP { width:13.5625rem;height:8.875rem;top:78.375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWoGRZulwkab3RUUZFkeu461s63VThWP { width:20rem;height:1.625rem;top:6.875rem;left:0rem;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M { display:block; }#J5y2mA4U0dmqGoElvafPQv4JmrNHGO6M > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bARwyymJ472Fbv7ZxtC9iA1QUxny2AAv { width:20rem;height:3.8994125rem;top:1.92578125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D { display:block; }#BDCTNuU18lUF7ZHsk8Sqg2mJFKVNC14D > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMvwzR8JNTbpa16tWGtmlx4suUhztxWs { width:3rem;height:3rem;top:14.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTbQ5TPNFN6WyLEfNqxcHpsQEhqZUZWR { width:3.4375rem;height:3.4375rem;top:14.1875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHER5HHx6190OW5Pb5BKaW4iT3Ub0HVq { width:3rem;height:3rem;top:14.375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS2GVGhmhyBXIA65bog9uPOhcU9Zv0qE { width:3.25rem;height:3.25rem;top:14.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqsZh2TFULfhSqq0yd8zzekrslbZSQCA { width:3rem;height:3rem;top:3.5625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odhxKPbIuFu2TtfIuLCaI1OXSWNCJTI8 { width:3.25rem;height:3.25rem;top:2.9375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e62TLatMsqIUAiJAae6pZHitfQR5Wnh9 { width:3rem;height:3rem;top:3.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0KwL9uOKeDSBMdEROx9WmrkQGWSdciT { width:3.75rem;height:3.75rem;top:2.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICPoVOUt8vafNoEz2KX8FimLnwALzCbM { width:7.5rem;height:3.82421875rem;top:18.75rem;left:2.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ftaZmZRyoS0JJOcEA0GxveVP5nLhCrEp { width:6.375rem;height:3.82421875rem;top:18.4375rem;left:12.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DxEI4tvxNlGnBEOwDZxHtZ5nbxe0CyXM { width:6.25rem;height:3.82421875rem;top:7.5625rem;left:12.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ohEmoMcIKvJCZH5hKlNwxSrrQTg6ZWq6 { width:8.0625rem;height:3.82421875rem;top:7.5625rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ { display:block; }#GEJEfJCsIFV9KKfdi2mO3drx6MEKvVvQ > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lh6prHA7kQmvhRQwvT2n2QLtxZWXrWEy { width:18.1875rem;height:7.625rem;top:2.375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.7;display:block; }#lh6prHA7kQmvhRQwvT2n2QLtxZWXrWEy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
 }@media only screen and (max-width: 763px) { #ZDIfC6X9UdOZOtAzvDXeHCr1guXHTNdz { width:18.375rem;height:11.875rem;top:11.0625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.7;display:block; }#ZDIfC6X9UdOZOtAzvDXeHCr1guXHTNdz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
 }@media only screen and (max-width: 763px) { #nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 { display:none; }#nigvCdrd8fxhKzkk6KbbTI7pmhka74m4 > .row .container { width:20rem;height:9.9858125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wc4EqzHvot1PH9vSLJ239LfqLNoQo7Ji { width:17.9375rem;height:7.7988125rem;top:2.1875rem;left:1.03125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 { display:none; }#ICpCyxXpqmKTtqtdTXdbs8dOiKSGxAs3 > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #khaq1QNANzcQK9gTHOIdwQtI9WaFD0g8 { width:16.1875rem;height:18.796875rem;top:2.5rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }#khaq1QNANzcQK9gTHOIdwQtI9WaFD0g8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
 }@media only screen and (max-width: 763px) { #O3PxNxf9ItDdh8Nm59FUBi1JJEqyLrP4 { width:20rem;height:17.551020408163rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTl2u8tmkTUcMTTHR3pyspy2TVvdUSiO { width:12.9375rem;height:12.5rem;top:23.25rem;left:5.75rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#8fb1f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GhP8PZi0DOMQQkSNONlDrVwpx95y0QUT { width:20rem;height:12.5rem;top:32.75rem;left:0rem;z-index:15004;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ePMogLD9iXK6ac41dODXnXHaoTMyA1qd { display:none; }#ePMogLD9iXK6ac41dODXnXHaoTMyA1qd > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qgt424UcrTb2cPuEh9dZhTcgp6CSZsr4 { width:18.75rem;height:2.0625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEwzMhHfRIVsJPRdRt5OFkElisVpuEhr { display:none; }#EEwzMhHfRIVsJPRdRt5OFkElisVpuEhr > .row .container { width:20rem;height:26.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hXwToqaPvQic7aAea9wpMv100qihTo4B { width:20rem;height:6.875rem;top:6.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#hXwToqaPvQic7aAea9wpMv100qihTo4B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
 }@media only screen and (max-width: 763px) { #amcwn7XVOzWy6fAHNkFTZoucwnS8GTo8 { width:20rem;height:8.75rem;top:13.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#amcwn7XVOzWy6fAHNkFTZoucwnS8GTo8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eiTRaDNF/Group_99.png); }
 }@media only screen and (max-width: 763px) { #Dh2ZgXohB7nHvWDnq3NZQJFXK02H3Jar { width:20rem;height:2.4375rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tHnpRdiCom1fcAyb73BvqHQdV9arrKrJ { display:none; }#tHnpRdiCom1fcAyb73BvqHQdV9arrKrJ > .row .container { width:20rem;height:67.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ry9gmEtiTerFW2OPZBlJ8zCGLMm4ZFeT { width:11.75rem;height:14.125rem;top:37.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trQwniTfUxP8UsTSIEZwSJGf2zoT4ox9 { width:6.875rem;height:6.875rem;top:54.3125rem;left:6.5634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0MZsQol3my3rtvbU0Fb6tsuEgXpFc6c { width:6.875rem;height:6.875rem;top:38.9375rem;left:6.5634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONTObPqS53n0LFzSQv5WvpobXG7e2Ex2 { width:6.875rem;height:6.875rem;top:23.5625rem;left:6.5634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkzVVJQ5fniEJBN28LdBGPL7xix0pbsZ { width:6.875rem;height:6.875rem;top:5.6875rem;left:6.5634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhNE1D3XuCDUfdGiVNUopTuGpZMP2XR0 { width:11.75rem;height:14.0625rem;top:52.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zggcv13I7OV4QlTTfxVLvcuVkla58UgV { width:11.75rem;height:14.125rem;top:21.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTcC1q8RnHWdH3G02WxN0eCO6v8rohkm { width:11.75rem;height:14.0625rem;top:3.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLrM25HA1bsOqNvI0CzAmhEQ4yGJHCTa { width:11.75rem;height:1.25rem;top:14.4375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC1WN6r8MxXoOP6lJ7TdNyfX4DOT7e0A { width:11.75rem;height:1.5625rem;top:32.3427734375rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #defIdXhWVeDRkiT36DuQpHXg8v5J6OsQ { width:11.75rem;height:1.5625rem;top:63.0927734375rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc0htbia7zbTlxLLkPqZvnfvShHcgrN8 { width:11.75rem;height:1.5625rem;top:47.7177734375rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXhIKyRHFVyGis4n1tDvkaTXaTuOncdz { width:3.75rem;height:3.75rem;top:7.09375rem;left:7.9697265625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbm9WvIO7FATD9PvJOE032VaowDNdG3y { width:3.75rem;height:3.75rem;top:24.96875rem;left:7.9697265625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAQxU4s2t7mV0rrTHw51p52qTUuep9Xi { width:3.75rem;height:3.75rem;top:40.34375rem;left:7.9697265625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLdEw4BRoXd34UvMJwKKmfcP0LAAi9TU { width:3.75rem;height:3.75rem;top:55.71875rem;left:8.03125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skVpkNioCRlRaLENUgM5Ttzwzz2rKCEL { display:none; }#skVpkNioCRlRaLENUgM5Ttzwzz2rKCEL > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iXoFZTTLQefmNlsbP775UCGgzyUf3eqp { width:11.25rem;height:3.125rem;top:1.25rem;left:4.375rem;font-size:1.125rem;color:#72eab2;display:block; }
 }@media only screen and (max-width: 763px) { #PzXm7D87C703m6pfOpcDISUzM4RIRtvA { display:block; }
 }@media only screen and (max-width: 763px) { #uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn { background-color:#ffffff;background-image:none;display:block; }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row .container { background-color: transparent; background-image: none; }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row .container > .video-iframe-container { display: none; }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row > .video-iframe-container { display: none; }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .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); }#uOZAIh4KBlwc8i8Odg9PwNtoCXRAJOFn > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpTWhIlyaNtzm9V7fIxNJAesr1WZkUST { width:18.75rem;height:5.36230625rem;top:0.953125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF { background-color:#ffffff;background-image:none;display:block; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container { background-color: transparent; background-image: none; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container > .video-iframe-container { display: none; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row > .video-iframe-container { display: none; }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .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); }#vdZl8FD4WcWVmlW6pVyG6ZKkAwmZgGFF > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkWMnMz7kx2BJn88y7bwhdaD3IDbv60z { top:11.6875rem;left:0.5rem;width:19rem;height:18.75rem;z-index:15010;text-align:left;text-align-last:left;font-family:"open sans";color:#000000;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fPmAy2GyUZO1c38wW96BHgqzMAngqaQg { width:20rem;height:11.6875rem;top:0rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/FJ30abjO/AI.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fPmAy2GyUZO1c38wW96BHgqzMAngqaQg.adaptive-delivery-prevent-bg, #fPmAy2GyUZO1c38wW96BHgqzMAngqaQg.lazyload, #fPmAy2GyUZO1c38wW96BHgqzMAngqaQg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO { background-color:#ffffff;background-image:none;display:block; }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row .container { background-color: transparent; background-image: none; }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row .container > .video-iframe-container { display: none; }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row > .video-iframe-container { display: none; }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .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); }#ds4FTxIzgvhoEG9HZgVSSAhuLX20TetO > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRd0ryLLHkpOt37rAnpHNvznHcZyQ5Rx { width:20rem;height:auto;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlCZNAKPhUqqb62czuz7Vrn5eRI2zaE7 { width:6.125rem;height:2.4375rem;top:0.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt1e0qSFTn6A4RJ3WKfQRT2vSR5JPCo5 { width:6.125rem;height:2.4375rem;top:0.6875rem;left:6.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ateFewb6rTWdTmuqz58WfoxvN5Jw28Ed { width:5.375rem;height:1.19970625rem;top:3.8125rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXTiV99M7VT2D7FhKW9wHJ7ZU5vvxsrz { width:5.375rem;height:2.3994125rem;top:3.8125rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkESPTFyaWvz0rA3JfTTJT4iKJneZbZ { width:6.125rem;height:2.4375rem;top:0.6875rem;left:13.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlBbqKSX1nvZdMZ36oQr9PMRkrT9OqkZ { width:6.4375rem;height:1.19970625rem;top:3.875rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2fhkqAFIehGl06ckgCQcZq8I7euTyn { background-color:#cfddfd;background-image:none;display:block; }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row .container { background-color: transparent; background-image: none; }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row .container > .video-iframe-container { display: none; }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row > .video-iframe-container { display: none; }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .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); }#in2fhkqAFIehGl06ckgCQcZq8I7euTyn > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yw7OTzSy99TcNTTvXTQsGKTfDc2iUddh { width:18.5rem;height:5.6875rem;top:2rem;left:0.75rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP { background-color:transparent;background-image:url("https://images.assets-landingi.com/e9WaHlk9/B.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP.adaptive-delivery-prevent-bg, #bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP.lazyload, #bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP.lazyloading { background-image: none; }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row .container { background-color: transparent; background-image: none; }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,59,223,0.1); }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row .container > .video-iframe-container { display: none; }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,59,223,0.1); }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row > .video-iframe-container { display: none; }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .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); }#bZvWKKAyeV5zuMmBCdAf6o6lkMeEwdFP > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmJZqxK5S72qvcV5yTPyCU11XKyClxtG { width:17.8125rem;height:3.6123rem;top:10.5625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000e42;display:block; }
 }@media only screen and (max-width: 763px) { #V20ILh9HN7a7es05GG4XpTJ1SvIbMQ0e { width:20rem;height:12.5625rem;top:7.1875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxTx4yqb9rD8Jcw3IEflGydbiac5WnEd { width:18.8125rem;height:5.41845rem;top:29.75rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000e42;display:block; }
 }@media only screen and (max-width: 763px) { #dRT4SZ2EUyhAR2pNRnLvtUHdWTlyZvP8 { width:16.25rem;height:1.29980625rem;top:41.75rem;left:1.25rem;text-align:left;text-align-last:left;color:#000e42;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOFDtBrZ6Ita8pv4JKelpgaiXex4Txe1 { width:20rem;height:19.375rem;top:25.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMHA3y063KI4oTTqJkgCbMgCHTs2RnQu { width:15.625rem;height:1.625rem;top:39.5625rem;left:1.25rem;text-align:left;text-align-last:left;color:#0024c0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9D4cJJEahwvm7K4tKtgd1k03NGvTS4D { width:15.625rem;height:1.625rem;top:15.25rem;left:1.5rem;text-align:left;text-align-last:left;color:#0024c0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe9d63oPTvbliftDBdnlZ2OQ4KwwUPfo { width:15.625rem;height:1.29980625rem;top:16.9375rem;left:1.5rem;text-align:left;text-align-last:left;color:#000e42;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtL3JJng3ydcsHlaQsRaUtMkCbbpDg0A { width:6.625rem;height:6.625rem;top:3.125rem;left:1.875rem;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Np9T7yweJIfmJUEtyRSAuIWG9TABllTO { width:6.625rem;height:6.625rem;top:21.625rem;left:1.875rem;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gKl5Jpo9ZX5X5K9zQbR18A1C10wQOyeL { width:5.875rem;height:5.875rem;top:46.8125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E9E0FSDQC7ynwNzO1rW9kfZmKFxlinA1 { width:15.3125rem;height:5.625rem;top:54.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU { background-color:#52c1fd;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU.adaptive-delivery-prevent-bg, #rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU.lazyload, #rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU.lazyloading { background-image: none; }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row .container { background-color: transparent; background-image: none; }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row .container > .video-iframe-container { display: none; }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row > .video-iframe-container { display: none; }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .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); }#rAgaF1eQR4qPlBfgdzoZJrSVZg7031qU > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCBG6ewuIrF6uv4d45QGt9yqo5VQlX91 { width:16.125rem;height:0;top:1.25rem;left:1.9375rem;font-size:2rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #FwIOOtHteNAx6eRMizFDQysm1IZMTKkf { width:16.3125rem;height:4.875rem;top:3.4296875rem;left:1.3125rem;font-size:1.625rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gfO2BescFTQERCiRdmLsP7PQluzTzZ5I { width:18.125rem;height:0;top:8.6796875rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem;border-top:0;border-left:0;border-right:0.1875rem solid #8fb1f6;border-bottom:0; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-text {padding-top: 0; padding-bottom: 0;}#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0.1875rem solid #8fb1f6;border-bottom:0; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-select {padding-top: 0; padding-bottom: 0;}#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem;font-size:1.1875rem;overflow:hidden;text-align:center;text-align-last:center;background-color:#ed3907;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT  { width:17.5rem;height:auto;top:9.1640625rem;left:0rem; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT {display:block;}#tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT { width:17.5rem;height:auto;top:9.1640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #raxLGOOpzUtVdu0VqISkMdrpZZ5AVO9x {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #DUZhdQo6kALqs6HdNOFfMpaRKKPTVtCf { display:block; }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #uqS2a90Zd3vcim4nCebhApXXAhPtZJQx {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #eTAIGJL4UcrPK9vRfJZ4RsIsNUJL7hr8 {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #NudiQHyth8UEkuZhBTXFQXLkSdb33cpy { display:block; }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #HyHKq7T7EXlTabpAalQCL8m5OU0Mma9T {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #KOIKVeDg44KEc6sCBf8OckGXxqVR1IPP {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #umeB1JaMKR8ukWx4wdM5RIsoT0PH3onV { display:block; }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #eFCvTMNkVKS7JV5fyKy3L31WfBHGdTvf {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #lQTiQEQx8Ws4JhRF3D2OQp5AtwpPDzrr {  }
 }@media only screen and (max-width: 763px) { #tt2TAvWi6Pb91U4OQAJPDRNr6216R3HT #PLKLOeo6M9BVvQx4fMfOJAaqMbIKfoIg {  }
 }@media only screen and (max-width: 763px) { #lkSRIm8laOSkHnOJaTdnbB2QPT0fpZdb { width:5.8125rem;height:5.8125rem;top:41.4765625rem;left:7.0625rem;font-size:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI { display:none; }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI { border-width: 0; border-radius: 0; }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI > .row .container > .video-iframe-container {  }#C4v2ccQEDI2QTBhGVzAL5WQfkdl1eFlI > .row .container { width:20rem;height:16.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dHDOaT6eot3TKgWcJlUZTBTo7LLN8qqk { width:12.75rem;height:3.125rem;top:1.8125rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ioPVuMclezTgTeca1FDXi4oAehLDvD5c { width:17.375rem;height:5.39941875rem;top:6.375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.8;color:#0b1d42;display:block; }
 }@media only screen and (max-width: 763px) { #hpII2p6iMBePMANLhnwvzk4kfxttXo97 { width:17.5rem;height:5.39941875rem;top:10.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.8;color:#0b1d42;display:block; }
 }@media only screen and (max-width: 763px) { #TblHEmRuFsdyd5wTSf9t7MPodH5prJkZ { width:8.25rem;height:0.375rem;top:16.125rem;left:1.3125rem;z-index:15010;background-color:#ffd920;background-image:none;display:block; }
 }