.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a3055;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#R6RKcsJDUvkOrBZB4hZt26PRCOeX8RBa { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.573863625rem;height:3.323863625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.40625rem;left:49.811790466309rem;display:block; }
#bummOJPczJ4s4VM9xuKIxeFMUznTVhhP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKHSIMvoShqsi0mTZff9MpxbLTQ3IVKs { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.573863625rem;height:3.323863625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.40625rem;left:63.623931884762rem;display:block; }
#AQyG4uFWTre6G4SzM7Wn0fF2TyAF99AD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CreLD1u7b1rhUBTzR2uD335VrT9AKAe8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:7.75rem;top:1.1248223781586rem;left:0rem;overflow:hidden;display:block; }
#evSiMWp1hzwsGOE8Vf8cNLG3m1HQDQnL { background-color:#1a3055;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.6875rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:0.78125rem;left:6.90625rem;display:block; }
#Qk5DUBiTl3yBVMTLICIDO3ZFebmiX1gU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c3ebb963-3a1c-462e-9193-099c461486e6/lgpic39.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:75rem;height:48.9375rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#Kk57f1CK30SPdbKTJP6Ei0GCgv6AwftT { position:absolute;display:block;z-index:15011;background-color:#6a6f83;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:3.8125rem;left:72.5625rem;display:block; }
#KUNz7Z35OevIx6BJpNtSGcqQoaLh36dI { position:absolute;display:block;z-index:15012;background-color:#6a6f83;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:24.9375rem;left:72.5625rem;display:block; }
#i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:3.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.25);top:9.3119659423825rem;left:3.9373226165771rem;height:9.75rem;font-style:normal;display:block; }
#hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { color:#ffffff;display:block;width:33rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:19.874820709229rem;left:3.9373226165771rem;height:4rem;display:block; }
#E3XHIZPBUwISDxEOiug366LTc1iyFAxS { box-sizing:content-box;height:36.3125rem;width:44.875rem;position:absolute;display:block;z-index:15010;background-color:#1a3055;background-image:none;top:-0.12428998947144rem;left:0rem;display:block; }
#LJpZ6eqXDSFnGPe2fheNSSKT5ZTcRqdw { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.693359375rem;left:71.8125rem; }
#HHGgwEoQuzZ2UF42GnR75WeBdOq6GCDI { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.573863625rem;height:3.323863625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.249286651611rem;left:3.9373226165771rem;display:block; }
#GirBPLuAgFwqWhzN0nv9oNVkyyrKiwbG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VlsyZsv5TRd1J8TAwiQFwozRHKPB54kQ { box-sizing:content-box;height:40rem;width:49.375rem;position:absolute;display:block;z-index:15010;background-color:#1a3055;background-image:none;top:-0.125rem;left:0rem;display:none; }
#XwDbkEhV0hE4f0JDfntWu7mZZ9ILVhqO { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:3.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.25);top:9.3119659423825rem;left:3.9373226165771rem;height:9.749625rem;font-style:normal;display:none; }
#GlheqS95yAgnrvoTUpAdfXN9NC3yX3nG { color:#ffffff;display:block;width:33rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:19.874820709229rem;left:3.9373226165771rem;height:3.99858125rem;display:none; }
#g3pSzEoJnNHPpmGpVTkBg8TwUm9OoIc5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.573863625rem;height:3.323863625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.249286651611rem;left:3.9373226165771rem;display:none; }
#tHtEqm1NJJtdLoua1SwMxRkxQ9ci9DrN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { position:relative;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { color:#1a3055;display:block;width:19.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { color:#1a3055;display:block;width:21.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:7.3117866516112rem;left:12.436079025269rem;height:5.59765625rem;display:block; }
#kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { position:absolute;display:block;z-index:15014;background-color:#6a6f83;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:5.8125rem;left:2.5625rem;display:block; }
#sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { position:absolute;display:block;z-index:15015;background-color:#6a6f83;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:26.75rem;left:2.5625rem;display:block; }
#FcrcizfhIXzGIzgz95Hv3tno26JB57DL { color:#1a3055;display:block;width:21.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:18.37357711792rem;left:12.436079025269rem;height:4.19824375rem;display:block; }
#mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { color:#1a3055;display:block;width:19.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.75rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#iM0a7qBZggIxJVSxArPX7S6iowgnG0sT { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #1a3055;border-left:0.0625rem solid #1a3055;border-right:0.0625rem solid #1a3055;border-bottom:0.0625rem solid #1a3055;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:21.5625rem;width:34.6875rem;top:24.635120391846rem;left:37.347297668457rem;overflow:hidden;display:block; }
#tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { color:#1a3055;display:block;width:22.4375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:37.873752593994rem;left:12.436079025269rem;height:4.19824375rem;display:block; }
#oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { color:#1a3055;display:block;width:19.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:36.25rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#MQ58xboWX490i7l3FDVDwHV0aCVyAWao { color:#1a3055;display:block;width:22.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:26.81196975708rem;left:12.436079025269rem;height:5.59765625rem;display:block; }
#JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { color:#1a3055;display:block;width:19.0625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.1875rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#epRGlaZFTvsJ4yUQMSoM8yaOCwE20KFG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:23rem;width:34.5rem;top:0rem;left:37.499996185302rem;overflow:hidden;display:block; }
#nOp8KPkXq9w4yd4LnpctHutBwQaTKTki { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.375rem;left:1.8125rem; }
#xsvmfwbJIv8ETJvisaNpZrWlui7OuUo8 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:2.6242875rem;top:6.9841976165769rem;left:7.71484375rem;overflow:hidden;display:block; }
#oCak6wDdNF5nl7Q0JsvAtprA5LNyBie8 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:18.046874046326rem;left:7.4627113342288rem;overflow:hidden;display:block; }
#HtApTAFH7MPsa6VEsHaLEQN2iEyiLytx { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:4.6875rem;top:37.546164393425rem;left:6.6814613342288rem;overflow:hidden;display:block; }
#T3cnASNOyGiKv6gZuRrDU2QILah6eGsy { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:1.625rem;top:26.749823570251rem;left:8.212890625rem;overflow:hidden;display:block; }
#fAzbTDn5Z2tyWftGQHaDUsbQwN3Ep8EC { background-color:transparent;background-image:none;border-top:0.0625rem solid #1a3055;border-left:0.0625rem solid #1a3055;border-right:0.0625rem solid #1a3055;border-bottom:0.0625rem solid #1a3055;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1a3055;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.460238625rem;height:3.210226125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:46.311256408691rem;left:17.237215042114rem;display:block; }
#yFGTAcAiTqUXVdNsw6GHB3nv1HJXJus5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JkTAT51f4Tr5pzA1EIvJxg9uJpdpllp5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.573863625rem;height:3.323863625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.40625rem;left:49.811790466309rem;display:none; }
#OXBTE3xvfRZGOc0CcOQnNBwOShd2MTT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { position:relative;display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#anyX8VFk8X5tLPCdN8BartsM7WfXsx1c { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/87065cf5-c443-4b5a-b366-1d3b4d451162/lgpic46.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:33.25rem;top:5.6875rem;left:4.375rem;display:block; }#anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.adaptive-delivery-prevent-bg, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyload, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyloading { background-image: none; }
#SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:41.875rem;top:9rem;left:27.75rem;display:block; }
#h4optaO8pV62lcoVG2etbd9FT6dhkdgF { color:#1a3055;display:block;width:12.5rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.375rem;left:30.5625rem;height:1.38139375rem;font-style:normal;display:block; }
#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { color:#1a3055;display:block;width:36.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:13.124114990234rem;left:30.561965942382rem;height:2.9746125rem;display:block; }
#MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1a69b2ba-7dc2-41fc-bace-db76cbe5392b/Screenshot20250312190400.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:33.25rem;top:23.4375rem;left:4.375rem;display:block; }#MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.adaptive-delivery-prevent-bg, #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.lazyload, #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP.lazyloading { background-image: none; }
#ocOOKcdODELfElFnoOIrA4Cyh2mhPGbv { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:41.875rem;top:26.75rem;left:27.75rem;display:block; }
#A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { color:#1a3055;display:block;width:38.125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:30.875rem;left:30.5625rem;height:2.9746125rem;display:block; }
#eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { color:#1a3055;display:block;width:38.125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.125rem;left:30.5625rem;height:1.38139375rem;font-style:normal;display:block; }
#BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { position:absolute;display:block;z-index:15017;background-color:#6a6f83;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:5.375rem;left:72.5625rem;display:block; }
#Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { position:absolute;display:block;z-index:15018;background-color:#6a6f83;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:26.3125rem;left:72.5625rem;display:block; }
#uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { box-sizing:content-box;height:46.875rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#1a3055;background-image:none;top:0rem;left:0rem;display:block; }
#maOo2lp6dPFxaNi6fRi0bp10Lq6l47HV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.53125rem;left:71.8125rem; }
#sRtoTRTLxwErDbgdaMaTlt59IBx4U6md { background-color:transparent;background-image:none;border-top:0.0625rem solid #1a3055;border-left:0.0625rem solid #1a3055;border-right:0.0625rem solid #1a3055;border-bottom:0.0625rem solid #1a3055;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1a3055;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.346613625rem;height:3.095701125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:43.780179977417rem;left:56.191404342651rem;display:block; }
#ov7NTnmaevhnHKilbck5Eza7FAbehFQQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lFG4b7IE/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn.adaptive-delivery-prevent-bg, #lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn.lazyload, #lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn.lazyloading { background-image: none; }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn > .row .container { background-color: transparent; background-image: none; }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn > .row .container > .video-iframe-container { display: none; }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn > .row > .video-iframe-container { display: none; }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn > .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); }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn > .row .container { border-width: 0; border-radius: 0; }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#CsNMoesNLb4Cy01a6TN4TU85FO0sIH1W { color:#1a3055;display:block;width:75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9998235702514rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zpL7br4K5aVmcPSA2MviviWTIlnCc5Z6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.0617875rem;width:5.812325rem;top:8.8520965576175rem;left:34.592506408691rem;overflow:hidden;display:block; }
#IpJmPqtEikI55mpRzECVduWqSJMInFoT { color:#1a3055;display:block;width:43.8743125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.208806991577rem;left:15.56107711792rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RGoXmI98DQzt8TWBwTdzqQ8lnLqubyS6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9992875rem;width:2.8125rem;top:17.507102966309rem;left:9.3119659423825rem;overflow:hidden;display:block; }
#loqgGu7OseS54miil1W1TSGavXATRwtG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9992875rem;width:2.8125rem;top:17.507102966309rem;left:63.187141418456rem;overflow:hidden;display:block; }
#ctS2PnCSLQd7ergzkzJrdmCm6KQtKDZg { color:#1a3055;display:block;width:75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:21.166198730469rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#HaAATPad4cGk4UTsr4EDvsZVrFdfaJFU { color:rgba(34,34,34,0.5);display:block;width:75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.852981567382rem;left:0rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZIRmt99uTkRhR8ZNptFeqMRobRmGpZbZ { color:#1a3055;display:block;width:27.560375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:27.32332611084rem;left:6.2757453918456rem;height:3.8994125rem;font-style:normal;display:block; }
#utrIiAX2IksblZTSvbHl6So286lTw0KD { color:#1a3055;display:block;width:26.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:32.815338134766rem;left:6.9318180084231rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#SZSbVTkHi1QSWIlubphIhRaWvaf3CMwt { color:rgba(34,34,34,0.5);display:block;width:26.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:34.628189086914rem;left:6.9318180084231rem;height:1.13725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QCfkH0xiLHLVQaLchSrwwsVk9L2eGp6s { color:#1a3055;display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:27.321552276611rem;left:40.40482711792rem;height:3.8994125rem;font-style:normal;display:block; }
#HRAx79tu4dRtT6LzMbwl4m574wlgJBxy { color:#1a3055;display:block;width:26.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:32.815338134766rem;left:40.249465942382rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#clVSRTc9ebr0aznfDKXOTR69M5kvRifT { color:rgba(34,34,34,0.5);display:block;width:26.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.629089355469rem;left:40.249465942382rem;height:1.13725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RpqPX3iC0iUAK2nMTGFOrrvVeM2RCnuV { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.573863625rem;height:3.323863625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.40625rem;left:49.811790466309rem;display:none; }
#So6DaK6fQa876GJrUSZOtnDvxn1b7euu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { border-width: 0; border-radius: 0; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { color:#1a3055;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.0625rem;left:10.875rem;height:2.92480625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { color:#1a3055;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:2;letter-spacing:0;top:19.248934268951rem;left:2.4994659423828rem;height:5rem;text-align:right;text-align-last:right;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-form-header {  }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:16.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.5rem;box-sizing:border-box;height:6.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(180deg, #1a3055, #ffffff);background-image: -moz-linear-gradient(180deg, #1a3055, #ffffff);background-image: -ms-linear-gradient(180deg, #1a3055, #ffffff);background-image: -o-linear-gradient(180deg, #1a3055, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3055', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3055', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #1a3055, #ffffff);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:8.375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#1a3055;width:8.375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-moz-placeholder { color:#9b9c9d;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-moz-placeholder { color:#9b9c9d;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-ms-input-placeholder { color:#9b9c9d;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-webkit-input-placeholder { color:#9b9c9d;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .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; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container:first-of-type{padding-top:0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container:last-of-type{padding-bottom:0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:5.4705238342285rem;left:46.249111175537rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .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; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:5.4705238342285rem;left:46.249111175537rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { position:relative;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #HoCLdTTimK1ndZSfMSSt1I6TRqhZ09uk { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Obom1r1QFTvmKa32MLwF2C3z286L1SZB { position:relative;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yswSCGpcoRlIQBSM6dLK9Nk8srqN19yn { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #JgSfeq0kOEpnIgDweqo2nOl1nWTgGZEm { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #TtUxXudJwu2TlQchyVABFRWTLhDVuIrD { position:relative;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yHsMhpI2A1R3IFOtILlUepDcfZfSyi9A { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN { position:relative; }
#ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:31.25rem;left:0.625rem; }
#yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { box-sizing:content-box;height:33.4375rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:#1a3055;background-image:none;top:0rem;left:37.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#FXNNoKBOpkgH7vHqlbDANiMOaoSkhAhD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:19.567648410797rem;left:32.056282043457rem; }
#nCIUB2OTMPCnbNZu3N8bkrhBIRhKKfdF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:22.242363452911rem;left:31.868782043457rem; }
#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f { position:relative;display:block; }#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f { background-color: transparent; background-image: none; }#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f > .row .container > .video-iframe-container { display: none; }#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f > .row > .video-iframe-container { display: none; }#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f > .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); }#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f { border-width: 0; border-radius: 0; }#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV { position:relative;display:block; }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV { background-color: transparent; background-image: none; }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV > .row .container > .video-iframe-container { display: none; }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV > .row > .video-iframe-container { display: none; }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV > .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); }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV { border-width: 0; border-radius: 0; }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a3055;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y4KpexTB8HLg4bmIhuK8mSRdXr1cMRWz { color:#ffffff;display:block;width:28.5618125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.911750793457rem;left:23.21732711792rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6RKcsJDUvkOrBZB4hZt26PRCOeX8RBa { width:9.5625rem;height:3.3125rem;top:1.375rem;left:36.186790466309rem;display:block; }
 }@media only screen and (max-width: 763px) { #bummOJPczJ4s4VM9xuKIxeFMUznTVhhP { display:block; }
 }@media only screen and (max-width: 763px) { #TKHSIMvoShqsi0mTZff9MpxbLTQ3IVKs { width:9.5625rem;height:3.3125rem;top:1.375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQyG4uFWTre6G4SzM7Wn0fF2TyAF99AD { display:block; }
 }@media only screen and (max-width: 763px) { #CreLD1u7b1rhUBTzR2uD335VrT9AKAe8 { top:1.0625rem;left:0rem;width:7.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #evSiMWp1hzwsGOE8Vf8cNLG3m1HQDQnL { width:21.875rem;height:4.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk5DUBiTl3yBVMTLICIDO3ZFebmiX1gU { display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:35.9375rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kk57f1CK30SPdbKTJP6Ei0GCgv6AwftT { top:3.8125rem;left:47.6875rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUNz7Z35OevIx6BJpNtSGcqQoaLh36dI { top:24.9375rem;left:47.6875rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { top:9.25rem;left:0rem;width:30.625rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { top:19.8125rem;left:0rem;width:33rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { top:-0.0625rem;left:0rem;width:44.875rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJpZ6eqXDSFnGPe2fheNSSKT5ZTcRqdw { top:20.6875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHGgwEoQuzZ2UF42GnR75WeBdOq6GCDI { width:9.5625rem;height:3.3125rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GirBPLuAgFwqWhzN0nv9oNVkyyrKiwbG { display:block; }
 }@media only screen and (max-width: 763px) { #VlsyZsv5TRd1J8TAwiQFwozRHKPB54kQ { top:-0.125rem;left:0rem;width:47.75rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwDbkEhV0hE4f0JDfntWu7mZZ9ILVhqO { top:9.25rem;left:0rem;width:30.625rem;height:9.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlheqS95yAgnrvoTUpAdfXN9NC3yX3nG { top:19.8125rem;left:0rem;width:33rem;height:4rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3pSzEoJnNHPpmGpVTkBg8TwUm9OoIc5 { width:9.5625rem;height:3.3125rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHtEqm1NJJtdLoua1SwMxRkxQ9ci9DrN { display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { top:5.625rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { top:7.25rem;left:0rem;width:21.8125rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { top:5.8125rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { top:26.75rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { top:18.3125rem;left:0rem;width:21.4375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { top:16.6875rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM0a7qBZggIxJVSxArPX7S6iowgnG0sT { top:24.625rem;left:12.9375rem;width:34.6875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { top:37.8125rem;left:0rem;width:22.4375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { top:36.25rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { top:26.75rem;left:0rem;width:22.25rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { top:25.125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epRGlaZFTvsJ4yUQMSoM8yaOCwE20KFG { top:0rem;left:13.25rem;width:34.5rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOp8KPkXq9w4yd4LnpctHutBwQaTKTki { top:22.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsvmfwbJIv8ETJvisaNpZrWlui7OuUo8 { top:6.9375rem;left:0rem;width:2.5625rem;height:4.5771352224175rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCak6wDdNF5nl7Q0JsvAtprA5LNyBie8 { top:18rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtApTAFH7MPsa6VEsHaLEQN2iEyiLytx { top:37.5rem;left:0rem;width:4.6875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3cnASNOyGiKv6gZuRrDU2QILah6eGsy { top:26.6875rem;left:0rem;width:1.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAzbTDn5Z2tyWftGQHaDUsbQwN3Ep8EC { width:9.4375rem;height:3.1875rem;top:46.25rem;left:3.6122150421142rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFGTAcAiTqUXVdNsw6GHB3nv1HJXJus5 { display:block; }
 }@media only screen and (max-width: 763px) { #JkTAT51f4Tr5pzA1EIvJxg9uJpdpllp5 { width:9.5625rem;height:3.3125rem;top:1.375rem;left:36.186790466309rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXBTE3xvfRZGOc0CcOQnNBwOShd2MTT7 { display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c { top:5.6875rem;left:0rem;width:33.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { top:9rem;left:5.875rem;width:41.875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { top:11.3125rem;left:16.936965942382rem;width:12.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { top:13.0625rem;left:10.75rem;width:36.9375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP { top:23.4375rem;left:0rem;width:33.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocOOKcdODELfElFnoOIrA4Cyh2mhPGbv { top:26.75rem;left:5.875rem;width:41.875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { top:30.8125rem;left:9.625rem;width:38.125rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { top:29.0625rem;left:9.625rem;width:38.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { top:5.375rem;left:47.6875rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { top:26.3125rem;left:47.6875rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { top:0rem;left:0rem;width:44.3125rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maOo2lp6dPFxaNi6fRi0bp10Lq6l47HV { top:21.5rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRtoTRTLxwErDbgdaMaTlt59IBx4U6md { width:9.3125rem;height:3.0625rem;top:43.75rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov7NTnmaevhnHKilbck5Eza7FAbehFQQ { display:block; }
 }@media only screen and (max-width: 763px) { #lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn { display:block; }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsNMoesNLb4Cy01a6TN4TU85FO0sIH1W { width:47.75rem;height:3.1875rem;top:2.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpL7br4K5aVmcPSA2MviviWTIlnCc5Z6 { width:5.75rem;height:5.9967875376893rem;top:8.8125rem;left:20.967506408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpJmPqtEikI55mpRzECVduWqSJMInFoT { width:43.8125rem;height:2.5625rem;top:17.1875rem;left:1.9360771179199rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGoXmI98DQzt8TWBwTdzqQ8lnLqubyS6 { width:2.8125rem;height:1.9992875rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #loqgGu7OseS54miil1W1TSGavXATRwtG { width:2.8125rem;height:1.9992875rem;top:17.5rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctS2PnCSLQd7ergzkzJrdmCm6KQtKDZg { width:47.75rem;height:1.25rem;top:21.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaAATPad4cGk4UTsr4EDvsZVrFdfaJFU { width:47.75rem;height:1.125rem;top:22.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIRmt99uTkRhR8ZNptFeqMRobRmGpZbZ { width:27.5rem;height:3.875rem;top:27.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utrIiAX2IksblZTSvbHl6So286lTw0KD { width:26.25rem;height:1.25rem;top:32.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZSbVTkHi1QSWIlubphIhRaWvaf3CMwt { width:26.25rem;height:1.125rem;top:34.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCfkH0xiLHLVQaLchSrwwsVk9L2eGp6s { width:31.25rem;height:3.875rem;top:27.3125rem;left:16.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRAx79tu4dRtT6LzMbwl4m574wlgJBxy { width:26.25rem;height:1.25rem;top:32.8125rem;left:21.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clVSRTc9ebr0aznfDKXOTR69M5kvRifT { width:26.25rem;height:1.125rem;top:34.625rem;left:21.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpqPX3iC0iUAK2nMTGFOrrvVeM2RCnuV { width:9.5625rem;height:3.3125rem;top:1.375rem;left:36.186790466309rem;display:none; }
 }@media only screen and (max-width: 763px) { #So6DaK6fQa876GJrUSZOtnDvxn1b7euu { display:block; }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { top:8rem;left:1.0625rem;width:22.8125rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { top:19.1875rem;left:0rem;width:28.75rem;height:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { width:17.5rem;height:auto;top:5.4375rem;left:25.811611175537rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { width:17.5rem;height:auto;top:5.4375rem;left:25.811611175537rem; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #HoCLdTTimK1ndZSfMSSt1I6TRqhZ09uk {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Obom1r1QFTvmKa32MLwF2C3z286L1SZB { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yswSCGpcoRlIQBSM6dLK9Nk8srqN19yn {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #JgSfeq0kOEpnIgDweqo2nOl1nWTgGZEm {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #TtUxXudJwu2TlQchyVABFRWTLhDVuIrD {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yHsMhpI2A1R3IFOtILlUepDcfZfSyi9A {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN {  }
 }@media only screen and (max-width: 763px) { #ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { top:31.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { top:0rem;left:10.25rem;width:37.5rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXNNoKBOpkgH7vHqlbDANiMOaoSkhAhD { top:19.5625rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCIUB2OTMPCnbNZu3N8bkrhBIRhKKfdF { top:22.1875rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f { display:none; }#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV { display:block; }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4KpexTB8HLg4bmIhuK8mSRdXr1cMRWz { top:0.875rem;left:9.59232711792rem;width:28.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #1a3055, #5471a0);background-image: -moz-linear-gradient(150deg, #1a3055, #5471a0);background-image: -ms-linear-gradient(150deg, #1a3055, #5471a0);background-image: -o-linear-gradient(150deg, #1a3055, #5471a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3055', endColorstr='#5471a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3055', endColorstr='#5471a0' );";background-image: linear-gradient(150deg, #1a3055, #5471a0);background-size:auto !important;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6RKcsJDUvkOrBZB4hZt26PRCOeX8RBa { width:7.5rem;height:1.875rem;top:5.6845703125rem;left:1.6220703125rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bummOJPczJ4s4VM9xuKIxeFMUznTVhhP { display:block; }
 }@media only screen and (max-width: 763px) { #TKHSIMvoShqsi0mTZff9MpxbLTQ3IVKs { width:7.5rem;height:1.875rem;top:5.6845703125rem;left:11.4970703125rem;font-family:tahoma, arial, sans-serif;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AQyG4uFWTre6G4SzM7Wn0fF2TyAF99AD { display:block; }
 }@media only screen and (max-width: 763px) { #CreLD1u7b1rhUBTzR2uD335VrT9AKAe8 { width:6.25rem;height:3.125rem;top:2.0283203125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evSiMWp1hzwsGOE8Vf8cNLG3m1HQDQnL { width:12.5rem;height:3.125rem;top:1.9033203125rem;left:5.6845703125rem;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;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qk5DUBiTl3yBVMTLICIDO3ZFebmiX1gU { display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c3ebb963-3a1c-462e-9193-099c461486e6/lgpic39.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #1a3055;border-left:0.0625rem solid #1a3055;border-right:0.0625rem solid #1a3055;border-bottom:0.0625rem solid #1a3055;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kk57f1CK30SPdbKTJP6Ei0GCgv6AwftT { width:0.0625rem;height:13.75rem;top:38.0875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUNz7Z35OevIx6BJpNtSGcqQoaLh36dI { width:0.0625rem;height:13.75rem;top:71.325rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { width:17.1244375rem;height:0;top:12.120916366577rem;left:1.4373224377632rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { width:14.8118125rem;height:0;top:14.617897033691rem;left:2.5932171940804rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { width:18.75rem;height:12.5rem;top:10.435901641846rem;left:0.62411218881607rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJpZ6eqXDSFnGPe2fheNSSKT5ZTcRqdw { display:flex;width:1.5625rem;height:1.5625rem;top:34.071368164062rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHGgwEoQuzZ2UF42GnR75WeBdOq6GCDI { width:7.698863625rem;height:2.386363625rem;top:19.094459533691rem;left:6.0928621888161rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GirBPLuAgFwqWhzN0nv9oNVkyyrKiwbG { display:block; }
 }@media only screen and (max-width: 763px) { #VlsyZsv5TRd1J8TAwiQFwozRHKPB54kQ { width:20rem;height:12.5rem;top:17.696377754211rem;left:-0.625rem;border-top:0.3125rem solid #1a3055;border-left:0.3125rem solid #1a3055;border-right:0.3125rem solid #1a3055;border-bottom:0.3125rem solid #1a3055;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #1a3055, #4a6797);background-image: -moz-linear-gradient(150deg, #1a3055, #4a6797);background-image: -ms-linear-gradient(150deg, #1a3055, #4a6797);background-image: -o-linear-gradient(150deg, #1a3055, #4a6797);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3055', endColorstr='#4a6797' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3055', endColorstr='#4a6797' );";background-image: linear-gradient(150deg, #1a3055, #4a6797);background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XwDbkEhV0hE4f0JDfntWu7mZZ9ILVhqO { width:17.1218125rem;height:1.3496125rem;top:20rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #GlheqS95yAgnrvoTUpAdfXN9NC3yX3nG { width:14.8118125rem;height:3.16699375rem;top:22.987393379211rem;left:2.593217253685rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #g3pSzEoJnNHPpmGpVTkBg8TwUm9OoIc5 { width:7.5rem;height:1.875rem;top:27.6875rem;left:6.1875rem;font-size:0.8125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #tHtEqm1NJJtdLoua1SwMxRkxQ9ci9DrN { display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { width:13.8743125rem;height:1.21875rem;top:1.9186782836914rem;left:5.1242895722389rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { width:14.3119375rem;height:5.27831875rem;top:3.3915138244629rem;left:5.1242895722389rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { width:0.0625rem;height:13.75rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { width:0.0625rem;height:13.75rem;top:58.0875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { width:13.3735625rem;height:4.22265625rem;top:12.589839935302rem;left:5.3737569451332rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { width:13.125rem;height:1.21875rem;top:11.117008209229rem;left:5.4989343285561rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iM0a7qBZggIxJVSxArPX7S6iowgnG0sT { width:20rem;height:12.3748125rem;top:55.137605667114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { width:13.875rem;height:4.22265625rem;top:44.509227752686rem;left:5.8735795617104rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { width:9.8118125rem;height:1.21875rem;top:43.036396026611rem;left:5.8735795617104rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { width:14.25rem;height:5.27831875rem;top:35.365055084229rem;left:5.4998221993446rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { width:11.0618125rem;height:1.21875rem;top:33.892223358154rem;left:5.6241121888161rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #epRGlaZFTvsJ4yUQMSoM8yaOCwE20KFG { width:18.75rem;height:12.375rem;top:18.882457733154rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOp8KPkXq9w4yd4LnpctHutBwQaTKTki { display:flex;width:1.5625rem;height:1.5625rem;top:23.69675rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsvmfwbJIv8ETJvisaNpZrWlui7OuUo8 { width:2.43696875rem;height:4.375rem;top:2.6848373413086rem;left:1.1807528138161rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCak6wDdNF5nl7Q0JsvAtprA5LNyBie8 { width:3.125rem;height:3.125rem;top:12.562320709229rem;left:0.99964481592181rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtApTAFH7MPsa6VEsHaLEQN2iEyiLytx { width:4.6875rem;height:2.062325rem;top:45.071201324463rem;left:0.43501418828964rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3cnASNOyGiKv6gZuRrDU2QILah6eGsy { width:1.62464375rem;height:4.6875rem;top:35.365055084229rem;left:1.8075283169746rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAzbTDn5Z2tyWftGQHaDUsbQwN3Ep8EC { width:9.4375rem;height:3.1875rem;top:46.25rem;left:5.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFGTAcAiTqUXVdNsw6GHB3nv1HJXJus5 { display:block; }
 }@media only screen and (max-width: 763px) { #JkTAT51f4Tr5pzA1EIvJxg9uJpdpllp5 { width:7.5rem;height:1.875rem;top:50.59659576416rem;left:7.085404753685rem;font-size:0.8125rem;font-weight:700;font-style:normal;z-index:15021;color:#1a3055;border-top:0.0625rem solid #1a3055;border-left:0.0625rem solid #1a3055;border-right:0.0625rem solid #1a3055;border-bottom:0.0625rem solid #1a3055;display:block; }
 }@media only screen and (max-width: 763px) { #OXBTE3xvfRZGOc0CcOQnNBwOShd2MTT7 { display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c { width:20rem;height:14.0625rem;top:8.3016691207888rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/87065cf5-c443-4b5a-b366-1d3b4d451162/lgpic46.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.adaptive-delivery-prevent-bg, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyload, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { width:16.5625rem;height:10.9375rem;top:53.81125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { width:9.4993125rem;height:0;top:1.8332762718201rem;left:2.5621448159218rem;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { width:14.8739375rem;height:0;top:3.3620386123658rem;left:2.5621448159218rem;font-size:0.8125rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #MDxiVdu8TU8evTFvy32bMvyFoCmuCxtP { width:20rem;height:14.0625rem;top:33.437500953674rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocOOKcdODELfElFnoOIrA4Cyh2mhPGbv { width:16.5625rem;height:10.9375rem;top:58.93465089798rem;left:3.4366121888161rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { width:13.9364375rem;height:0;top:27.062321662903rem;left:3.0308948159218rem;font-size:0.8125rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { width:8.812125rem;height:0;top:23.621271133423rem;left:4.3430395722389rem;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { width:0.0625rem;height:13.75rem;top:18.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { width:0.0625rem;height:13.75rem;top:53.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { width:20rem;height:51.31125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #maOo2lp6dPFxaNi6fRi0bp10Lq6l47HV { display:flex;width:1.5625rem;height:1.5625rem;top:65.99875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRtoTRTLxwErDbgdaMaTlt59IBx4U6md { width:9.3125rem;height:3.0625rem;top:43.75rem;left:5.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ov7NTnmaevhnHKilbck5Eza7FAbehFQQ { display:block; }
 }@media only screen and (max-width: 763px) { #lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn { display:block; }#lGm8QSw7LFTcJUzt2XuVAJXBqm3RQEEn > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsNMoesNLb4Cy01a6TN4TU85FO0sIH1W { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpL7br4K5aVmcPSA2MviviWTIlnCc5Z6 { width:5.87446875rem;height:6.124825rem;top:4.53125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpJmPqtEikI55mpRzECVduWqSJMInFoT { width:19.437125rem;height:4.22265625rem;top:11.218039512634rem;left:0.2805398106575rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGoXmI98DQzt8TWBwTdzqQ8lnLqubyS6 { width:2.1875rem;height:1.4375rem;top:9.2746801376344rem;left:0.9987570643425rem;display:block; }
 }@media only screen and (max-width: 763px) { #loqgGu7OseS54miil1W1TSGavXATRwtG { width:1.875rem;height:1.3125rem;top:15.751952171326rem;left:18.124111711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctS2PnCSLQd7ergzkzJrdmCm6KQtKDZg { width:6.8119375rem;height:0.9375rem;top:16.182528495789rem;left:6.5935721993444rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaAATPad4cGk4UTsr4EDvsZVrFdfaJFU { width:20rem;height:1.0556625rem;top:17.392045021057rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIRmt99uTkRhR8ZNptFeqMRobRmGpZbZ { width:17.6873125rem;height:4.22265625rem;top:21.439985275269rem;left:1.1550070643425rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utrIiAX2IksblZTSvbHl6So286lTw0KD { width:20rem;height:0.9375rem;top:26.301490783691rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZSbVTkHi1QSWIlubphIhRaWvaf3CMwt { width:20rem;height:1.0556625rem;top:27.565517425537rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCfkH0xiLHLVQaLchSrwwsVk9L2eGp6s { width:19.2498125rem;height:4.22265625rem;top:30.619672775269rem;left:0.3737570643425rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRAx79tu4dRtT6LzMbwl4m574wlgJBxy { width:20rem;height:0.9375rem;top:35.425247192382rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clVSRTc9ebr0aznfDKXOTR69M5kvRifT { width:20rem;height:1.0556625rem;top:36.675247192382rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpqPX3iC0iUAK2nMTGFOrrvVeM2RCnuV { width:7.5rem;height:1.875rem;top:39.97869348526rem;left:6.362748503685rem;font-size:0.8125rem;font-weight:700;font-style:normal;z-index:15022;color:#1a3055;border-top:0.0625rem solid #1a3055;border-left:0.0625rem solid #1a3055;border-right:0.0625rem solid #1a3055;border-bottom:0.0625rem solid #1a3055;display:block; }
 }@media only screen and (max-width: 763px) { #So6DaK6fQa876GJrUSZOtnDvxn1b7euu { display:block; }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { background-color:transparent;background-image:none;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { width:20rem;height:2.03125rem;top:1.5625rem;left:0rem;font-size:1.5625rem;color:#1a3055;text-align:center;text-align-last:center;font-family:tahoma, arial, sans-serif;display:block; }
 }@media only screen and (max-width: 763px) { #Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { width:14.1875rem;height:3.75rem;top:4.3030893206596rem;left:0.62499994039536rem;font-size:0.9375rem;text-align:right;text-align-last:right;color:#1a3055;font-family:tahoma, arial, sans-serif;display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { width:17.5rem;height:auto;top:13.169389247894rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { width:17.5rem;height:auto;top:9.3013135790825rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #HoCLdTTimK1ndZSfMSSt1I6TRqhZ09uk {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Obom1r1QFTvmKa32MLwF2C3z286L1SZB { display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yswSCGpcoRlIQBSM6dLK9Nk8srqN19yn {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #JgSfeq0kOEpnIgDweqo2nOl1nWTgGZEm {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #TtUxXudJwu2TlQchyVABFRWTLhDVuIrD { display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yHsMhpI2A1R3IFOtILlUepDcfZfSyi9A {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN {  }
 }@media only screen and (max-width: 763px) { #ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { display:flex;width:1.5625rem;height:1.5625rem;top:10.35955rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { width:20rem;height:25.2494375rem;top:9.4220523834231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXNNoKBOpkgH7vHqlbDANiMOaoSkhAhD { display:flex;width:1.5625rem;height:1.5625rem;top:4.3030891418457rem;left:15.561079561711rem; }
 }@media only screen and (max-width: 763px) { #nCIUB2OTMPCnbNZu3N8bkrhBIRhKKfdF { display:flex;width:1.875rem;height:1.875rem;top:6.2349071502686rem;left:15.404829561711rem; }
 }@media only screen and (max-width: 763px) { #bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f { display:block; }#bzrGiJeNDoOnCmIGonBR60tsVA1K0L4f > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV { display:block; }#yWu6u16DSr9v3zuHyBTkPvhbbec9R0MV > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4KpexTB8HLg4bmIhuK8mSRdXr1cMRWz { width:20rem;height:0.9747875rem;top:0.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }