.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#3377ff;background-image:url("https://images.assets-landingi.com/uc/02da653d-7a37-46da-a2e9-34d112729829/Untitleddesign20250921T151514616.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:70.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#stihOnBWfhFyfhnMtdh9pOnVVggJCIOM { 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:5rem;width:14.6875rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#vALNmqr9o7NQ2rPAlX1d4nXOTH0kPxdx { 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:5.375rem;width:14.6875rem;top:5rem;left:0rem;overflow:hidden;display:none; }
#yCHtCoQgAo6vd317xWzSKCJICS4opzwu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:14.6875rem;top:10.375rem;left:0rem;overflow:hidden;display:none; }
#qhvpA9TezqrSmrT35DeBFXmbPO9rTI2n { position:absolute;display:block;z-index:15010;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:5rem;width:14.6875rem;top:15.75rem;left:0rem;overflow:hidden;display:none; }
#RivxHm0RzU2lZNMqTfCFJesgbmAt6uQU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:14.6875rem;top:20.75rem;left:0rem;overflow:hidden;display:none; }
#vqnfb3KHibCKwzKC8LMBC7WhbnSU6CA4 { position:absolute;display:block;z-index:15010;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:5rem;width:14.6875rem;top:25.4375rem;left:0rem;overflow:hidden;display:none; }
#gKcBOyizGSU6OQnQzpJsS68JPyhSv1aB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:14.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FKwSgiWPgsrhIOIU4bRhM3TNHBrnt2bs { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:10.125rem;top:1.25rem;left:2.28125rem;overflow:hidden;display:block; }
#q62Dyb0RqcygXdIPcDSDhicmokBk9cC0 { color:#3377ff;display:block;width:54.1875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.6875rem;left:10.40625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yhDkRNk7xeHpPOUBs5mgeFg3f5SPs9Ww { background-color:#3377ff;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:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.5rem;left:56.03125rem;display:block; }
#TlQR4hHql8Wt6bqy4tU4dc7NROKuAzOi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OuQaqOxClrZRoelRaiw01NRdT8LxFD2I { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.880859375rem;left:10.40625rem;height:6.9863125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BkPBA4BOoPbqUTb8VMuTtdoQaLT9iiFx { color:#ffffff;display:block;width:40.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.5625rem;left:17.40625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FCOL5eG7zFWdAu53kTr0vMFZFESyqx9y { color:#ffffff;display:block;width:34rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37rem;left:20.5rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-form-header {  }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:33.625rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:33.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-text {padding-top: 0; padding-bottom: 0;}#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:33.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-select {padding-top: 0; padding-bottom: 0;}#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .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; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:33.625rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn [class*="-text"]:-moz-placeholder { color:#000000;font-family:arial;font-size:0.875rem; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn [class*="-text"]::-moz-placeholder { color:#000000;font-family:arial;font-size:0.875rem; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:arial;font-size:0.875rem; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:arial;font-size:0.875rem; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:32.4375rem;overflow:hidden;font-style:normal;float:none; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .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; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-container:first-of-type{padding-top:0;}#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-container:last-of-type{padding-bottom:0;}#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn  { background-color:#3377ff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:41.1875rem;left:19.4375rem; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.625rem;display:block;vertical-align:top; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-info-text { display:block;height:auto;font-family:arial;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; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn {display:block;}#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn { background-color:#3377ff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:41.1875rem;left:19.4375rem; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #gZNJrBZcEwlCtioGTkkLmPUZiFw4Pe4U { position:relative; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #F9VKCn1k1oHLWi4wXkr8dQqbK0CulkZd { position:relative;display:none; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #rQuikaF20lvQROlB6BgfwEOnVHMWgqSN { position:relative; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #SJTAd3oMxWeTuNC4bMrR3VNmFIkfG2cE { position:relative; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #x7DueuFdZPNNMwMOA4TNGyKNmInFkSVx { position:relative;display:none; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #QD5ieE1DEX0S7MsLu06Taw3eL0SeCNud { position:relative; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #gqH4XrHZKUdxdC7DnEMxJ6qrpzFsK9zk { position:relative; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #hyhpNVyD32XJTTgUrLzPr9FfQ1hELOhg { position:relative;display:none; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #dL7w6ufCrW8btbEAV3yp8rKf8TfBVpCz { position:relative; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #uvFQz1mrN4HFBzeuViC9uJAd8nTFMeyd { position:relative; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #HMsZZokLrOq71yy9ZMGGFUKi2zGKdX7K { position:relative;display:none; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #V7R8qyUFy0E4GaPbXlRTRCCoUGZaXPTU { position:relative; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #Ny6lCGGP3edJIH3ndqolrxZhnevStcpb { position:relative; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #Fh6u1G7sfdOt4S3qDqLQXxzVUp2FJL0P { position:relative;display:none; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #mQNsQ64Gpo4Jsd3puCMfkD4JTsc0hgUD { position:relative; }
#sCkgFXKloOW4RUl9BKoQbGTOHCVrnvTd { position:relative;display:block; }
#qkQZxeB2gCfTsIcBArNTggp1LBJiVJ9s { position:relative;display:block; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #KtmnJFWg5V8Iwq9ZXWBVRkPbnTdiTJ9n { position:relative; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #c3QdVs5odk8zl3GinS0Q3IIXZ7DQTBD7 { position:relative; }
#kke6ufT1WHN1TQBtBfSaFhhzMJtTaTwV { box-sizing:content-box;height:5.25rem;width:36.125rem;position:absolute;display:block;z-index:15003;background-color:#3377ff;background-image:none;top:36.0625rem;left:19.4375rem;display:block; }
#FTc6fCbO71LTqc8Mxgu6iAHG8dJ6CrOX { color:#ffffff;display:block;width:34rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37rem;left:20.5rem;height:3.4121125rem;text-align:center;text-align-last:center;display:none; }
#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o { position:relative;display:block; }#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o { background-color: transparent; background-image: none; }#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o > .row .container > .video-iframe-container { display: none; }#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o > .row > .video-iframe-container { display: none; }#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o > .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); }#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o { border-width: 0; border-radius: 0; }#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o > .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; }#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o > .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:50.1875rem;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; }#OTMHJEs3IafOMbPZ5Zm60T33Rd1FwXmJ { position:absolute;display:block;z-index:15032;border-top:0.125rem solid #013553;border-left:0.125rem solid #013553;border-right:0.125rem solid #013553;border-bottom:0.125rem solid #013553;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.6875rem;width:12.5625rem;top:8.25rem;left:49.0625rem;overflow:hidden;display:block; }
#U6F16AyTHraN5PUysWlME9zx1ea3EfW6 { position:absolute;display:block;z-index:15031;border-top:0.125rem solid #013553;border-left:0.125rem solid #013553;border-right:0.125rem solid #013553;border-bottom:0.125rem solid #013553;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.6875rem;width:12.5rem;top:20.25rem;left:35.75rem;overflow:hidden;display:block; }
#TUberEtbhSzm1cQ7swF4UDUvcBMRCq71 { position:absolute;display:block;z-index:15028;border-top:0.125rem solid #013553;border-left:0.125rem solid #013553;border-right:0.125rem solid #013553;border-bottom:0.125rem solid #013553;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.75rem;width:12.5625rem;top:24.8125rem;left:49.0625rem;overflow:hidden;display:block; }
#W49VWJ6cfPKNfM2Ls4q1abNabrC1NKfQ { position:absolute;display:block;z-index:15031;border-top:0.125rem solid #013553;border-left:0.125rem solid #013553;border-right:0.125rem solid #013553;border-bottom:0.125rem solid #013553;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.6875rem;width:12.5625rem;top:20.25rem;left:62.4375rem;overflow:hidden;display:block; }
#lIT0lELwyPynorvENQAUUGNTTr93pm5D { position:absolute;display:block;z-index:15027;border-top:0.125rem solid #013553;border-left:0.125rem solid #013553;border-right:0.125rem solid #013553;border-bottom:0.125rem solid #013553;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.6875rem;width:12.5rem;top:3.8125rem;left:35.75rem;overflow:hidden;display:block; }
#LCBOux4v4Z085u20EWisq0bQLglm51Du { position:absolute;display:block;z-index:15029;border-top:0.125rem solid #013553;border-left:0.125rem solid #013553;border-right:0.125rem solid #013553;border-bottom:0.125rem solid #013553;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.6875rem;width:12.5rem;top:3.8125rem;left:62.5rem;overflow:hidden;display:block; }
#QKI4U7cuGtF9QwTn2VaT9LfJGgai2rrI { color:#013553;display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kL0OvicSQnbwtv3TyEizMSd0xrJel6Hv { color:#013553;display:block;width:30.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.96875rem;left:0rem;height:6.5rem;display:block; }
#ipqtT3Pf9lxDCURxcand5u1iRJKwN9yR { color:#013553;display:block;width:30.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.40625rem;left:0rem;height:1.54296875rem;display:block; }
#BRbxfr5GizAdWF7F8gN9wAaETUeTV0WP { 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:2.875rem;width:2.875rem;top:24.1875rem;left:0rem;overflow:hidden;display:block; }
#E4TOk31gOe5sgo6UGcf6ICCkagsPmLq9 { color:#013553;display:block;width:26.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.8125rem;left:2.875rem;height:1.29980625rem;display:block; }
#zqe7Bu33PhgKa1PBBHJW9VnPdAiTJ5wk { color:#013553;display:block;width:26.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:27.875rem;left:2.8125rem;height:1.29980625rem;display:block; }
#sXtbDgkSdRl9aBkM6kFfktIKnpCb3WaT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:27.0625rem;left:0rem;overflow:hidden;display:block; }
#zWOPDM9kLyQ69XtovDOCcZ9pLToDKAAc { color:#013553;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:30.75rem;left:2.625rem;height:1.29980625rem;display:block; }
#K1Vd5CD75upymcdSfyMl7i7ZlfMccCre { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:29.9375rem;left:0rem;overflow:hidden;display:block; }
#y6HPrvLMDWsn8uTQvXMzedmba4c65OJr { color:#013553;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:33.125rem;left:2.875rem;height:2.5996125rem;display:block; }
#VdkWNIB4zM4uWLNUv3oaJxT5Zbe2sQ9X { position:absolute;display:block;z-index:15032;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.875rem;width:2.875rem;top:32.8125rem;left:0rem;overflow:hidden;display:block; }
#BBMi1zC4t87oB1tJZH03r6ATdQyROiGQ { position:absolute;display:block;z-index:15010;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:7.5rem;width:39rem;top:37.6875rem;left:0rem;overflow:hidden;display:block; }
#x3uwLKOshZSmWLCVRCPVrQwCr4sGlr8b { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:38.876953125rem;left:1.59375rem;height:5.18066875rem;font-style:normal;display:block; }
#RFPOTzzz6WOWI8n8m2F8zDlDd9hx5GCV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2bded588-0faf-4806-a817-99ad6ae916f5/Untitleddesign20250921T172009090.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP.adaptive-delivery-prevent-bg, #mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP.lazyload, #mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP.lazyloading { background-image: none; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row .container { background-color: transparent; background-image: none; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row .container > .video-iframe-container { display: none; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row > .video-iframe-container { display: none; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .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); }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row .container { border-width: 0; border-radius: 0; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row .container { font-size:0.875rem;font-family:arial;height:61.1875rem;width:75rem;position:relative;display:block; }#rgiaMGKNeS8NoDGPHESGZ6ycE7IUC8eO { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.5rem;left:21.8125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P3OE2H8Fh9MQGVv3JDf6u7oy5dH3UyGT { color:#ffffff;display:block;width:40.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.3125rem;left:17.4375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTeosWVq6HUJzVuZqam9XQAtrLoXzwhH { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.8125rem;left:22.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#LOPC8B9QKOmXpSeCTH5S6MtZHKqB7bVv { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5) ;height:12.8125rem;width:12.8125rem;top:23.0625rem;left:0.75rem;overflow:hidden;display:block; }
#N5SHyCk9TRO84AGyLXZKGwyLfbbBiiDy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:27.51953125rem;left:0.90625rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWzUcXk3KZr8zT3W7alB5TSMCTvheiqm { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5) ;height:12.8125rem;width:12.8125rem;top:23.0625rem;left:31.125rem;overflow:hidden;display:block; }
#Jv4OzxEiqZDnTIqUg0S8HHy0SoNMb2pL { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:28.53515625rem;left:31.03125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLnaeAD3WuhoBEOLLZpwIktIH6Z8mxSN { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5) ;height:12.8125rem;width:12.8125rem;top:23.0625rem;left:61.3125rem;overflow:hidden;display:block; }
#gQHLTAmpLWlIUbpN8R4fPE27iulFbOX2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:27.5rem;left:61.4375rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3XcAtULBTzLgsyhOGUVTwqXBTZ7TiEQ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5) ;height:12.8125rem;width:12.8125rem;top:23.0625rem;left:16.0625rem;overflow:hidden;display:block; }
#bU4aRsZ9woGwbur5EpEIf6EoVzE1ylQ9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:27.5rem;left:16.1875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMktBgTLJdWMX768KXLMCQHswOI7cdVf { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5) ;height:12.8125rem;width:12.8125rem;top:23.0625rem;left:46.25rem;overflow:hidden;display:block; }
#tNdGTkGrpTIcy2sXEkNAP5sWF9Tlw7xx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:28.494140625rem;left:46.40625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zv4VNWZLbdC4iicxQlCy5X7uTUbFHLSN { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5) ;height:12.8125rem;width:12.8125rem;top:38rem;left:0.8125rem;overflow:hidden;display:block; }
#Rhqx3TdMmcMZtFpb4D8blOlTbET9DUl2 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5) ;height:12.8125rem;width:12.8125rem;top:38rem;left:16.125rem;overflow:hidden;display:block; }
#tzMg5468PScP9LQIhhT1amRlahv8lAFH { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5) ;height:12.8125rem;width:12.8125rem;top:38rem;left:31.1875rem;overflow:hidden;display:block; }
#xvbmw0HqWG2PXIxo2fUmZpPcbbTBAR6P { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:42.4375rem;left:1rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fw7E9zEBT6COq3ab0E9fgCFR7CsLTNgs { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:42.4375rem;left:31.3125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kE9tGzFLKcoNhxW2TunKuvqMeVofmzDx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:42.4375rem;left:16.25rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdX8usUz1iH0QSEd4UbTmh146QTGLSoN { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5) ;height:12.8125rem;width:12.8125rem;top:38rem;left:46.3125rem;overflow:hidden;display:block; }
#ce4pvg2CFaxzIwpviEEcKiMCflfk3bzk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:42.45703125rem;left:46.40625rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dB30mylxffOdxRFeKlmQ9aWEtwIwTlhW { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5) ;height:12.8125rem;width:12.8125rem;top:38rem;left:61.375rem;overflow:hidden;display:block; }
#MUf1oyWdpJ0VaRWsMboH6xb9KZkcJ3i6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:42.45703125rem;left:61.46875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiRzStLBXIaJMbF7dkZEebc5fh5Xut4x { background-color:#013553;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:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:55.0625rem;left:20.8125rem;display:block; }
#TuHBJOg8nsWxxv1L9Rdth9zOVNlNNKka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dAhTL4mMZLOMeS4h47vMLeEJFIvt7hx8 { background-color:#3377ff;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:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:55.0625rem;left:38.875rem;display:block; }
#rJFNeGuTr1JRtkU6gQ3JxyTZ2WIuROv9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h { position:relative;display:block; }#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h { background-color: transparent; background-image: none; }#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h > .row .container > .video-iframe-container { display: none; }#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h > .row > .video-iframe-container { display: none; }#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h > .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); }#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h { border-width: 0; border-radius: 0; }#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h > .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; }#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h > .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:36.0625rem;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; }#MrP4t1Q3O7SeE0xPOUiulyOhdAmnVsVt { color:#013553;display:block;width:40.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.75rem;left:30.4375rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PaL6gD99RU6RTl4TL2fI5GL7DaDyOgb6 { position:absolute;display:block;z-index:15023;border-top:0.125rem solid #013553;border-left:0.125rem solid #013553;border-right:0.125rem solid #013553;border-bottom:0.125rem solid #013553;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:21.25rem;top:4.75rem;left:2.5625rem;overflow:hidden;display:block; }
#Qm7qTy20WZu9GN5uJ0dXRKLAKhyU5plF { color:#013553;display:block;width:41.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.6875rem;left:30.4375rem;height:4.875rem;display:block; }
#e6WfDRWwhhFEX54kWgI5ZtlUgLPrUWhJ { color:#013553;display:block;width:30.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:16.4375rem;left:30.4375rem;height:1.54296875rem;display:block; }
#Gvnq7Syt20rTkzy1G9XLdW95AGwOpt39 { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:17.9375rem;left:30.4375rem;height:;display:block; }#Gvnq7Syt20rTkzy1G9XLdW95AGwOpt39 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gvnq7Syt20rTkzy1G9XLdW95AGwOpt39 li:before{  }
#Xxm7M6aeUT9CAGnLzfxKI93QaOX3QoST { color:#013553;display:block;width:41.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:27.4375rem;left:29.4375rem;height:1.625rem;display:block; }
#Cs5uAU6Z7PrU8JrLNv0hNwuT6iz8vcT8 { color:#013553;display:block;width:42.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:29.0625rem;left:29.4375rem;height:1.625rem;font-style:normal;display:block; }
#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3377ff;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; }#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C > .row .container { background-color: transparent; background-image: none; }#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C > .row .container > .video-iframe-container { display: none; }#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C > .row > .video-iframe-container { display: none; }#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C > .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); }#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C > .row .container { border-width: 0; border-radius: 0; }#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#xZcEFOKxMSQDWbS9TMGdgAqWykP0VhxQ { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:8.28515625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wCEBQMq8hoZT91uZhdE1vrFURICoqduo { position:absolute;display:block;z-index:15024;height:20.25rem;width:36.4375rem;top:1.65625rem;left:38.5625rem;display:block; }
#TpTdtMeuurWWVx7XONneiMd06GzXeeOF { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:10.3125rem;left:0rem;height:18.89845rem;font-style:normal;display:block; }
#ZrBRoBMPeEx2WaZG6EEixZx9ifGPVJdb { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:10.931640625rem;left:0rem;height:18.89845rem;font-style:normal;display:none; }
#TDc20eE9RT9PZ4TpPne4aIpl8v13SZVH { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:10.931640625rem;left:0rem;height:18.89845rem;font-style:normal;display:none; }
#W2MaQS0rMUOy7rMowVF1WLgDqNx3AdRT { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.6875rem;top:11.0625rem;left:0rem;display:none; }
#CRhbhfLkV1HHhbpsMnoW4nesyzbFgEJ3 { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:30.9375rem;left:1.125rem;height:6.94925rem;font-style:normal;display:block; }
#adPxX7pwKToGGfvw27fxtq7qS8rfAvME { box-sizing:content-box;height:9.875rem;width:30rem;position:absolute;display:block;z-index:14999;background-color:#013553;background-image:none;top:30.2021484375rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#A3aQNduPG1waQzoZShepgALzihISE6Ic { position:relative;display:block; }#A3aQNduPG1waQzoZShepgALzihISE6Ic { background-color: transparent; background-image: none; }#A3aQNduPG1waQzoZShepgALzihISE6Ic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3aQNduPG1waQzoZShepgALzihISE6Ic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3aQNduPG1waQzoZShepgALzihISE6Ic > .row .container > .video-iframe-container { display: none; }#A3aQNduPG1waQzoZShepgALzihISE6Ic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3aQNduPG1waQzoZShepgALzihISE6Ic > .row > .video-iframe-container { display: none; }#A3aQNduPG1waQzoZShepgALzihISE6Ic > .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); }#A3aQNduPG1waQzoZShepgALzihISE6Ic { border-width: 0; border-radius: 0; }#A3aQNduPG1waQzoZShepgALzihISE6Ic > .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; }#A3aQNduPG1waQzoZShepgALzihISE6Ic > .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:39.3125rem;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; }#G7RH5ZFRsnIvoulii17iJGThIdeMIncO { position:absolute;display:block;z-index:15000;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:33.3125rem;width:26.625rem;top:4.6875rem;left:41.3515625rem;overflow:hidden;display:block; }
#SgbSmHEPu1BFLfi2KrROnMKZUJFmMFE7 { color:#013553;display:block;width:40.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.6875rem;left:2.15625rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KEqfByHZW66km5fHbcnCx126SVZNWVXq { color:#013553;display:block;width:41.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.6123046875rem;left:2.15625rem;height:1.625rem;display:block; }
#QUKSKaayStWrxZfDnV7aEpTr7WbWQ7wx { color:#013553;display:block;width:30.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:12.125rem;left:2.15625rem;height:1.54296875rem;display:block; }
#vgIg6pb0iwA0KxmKcxgl4HS5MogfI3K9 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:14.8740234375rem;left:2.15625rem;overflow:hidden;display:block; }
#R8HMg1AyeMyQpPVeI9TwikGG7NrqKfnk { color:#013553;display:block;width:32.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:15.1923828125rem;left:4.65625rem;height:2.5996125rem;display:block; }
#DbUsve1hQxxTEOSAgWGepbZ3UNPPtOTc { color:#013553;display:block;width:32.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:18rem;left:4.6875rem;height:1.29980625rem;display:block; }
#tqTAf2mUuJoHr7p2O1XQbGiQGEEKbgyr { 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:1.9375rem;width:1.9375rem;top:17.6875rem;left:2.1875rem;overflow:hidden;display:block; }
#mCgKrTkOy0XxJT3oX0BTkw69flGBaBSy { color:#013553;display:block;width:32.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:20.6875rem;left:4.75rem;height:1.29980625rem;display:block; }
#b1DTN91vIwfAWLN8EtsITBHxTaTwbf5I { 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:1.9375rem;width:1.9375rem;top:20.375rem;left:2.15625rem;overflow:hidden;display:block; }
#TIy8LfcsSSopJFEJvzsAgdpQfkIfTMWm { color:#3377ff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:15041;line-height:.8;letter-spacing:0;top:24.375rem;left:4.78125rem;height:6.14941875rem;font-style:normal;display:block; }
#xdQUpdqEo4aukJnQAa3KsK7X1tpvnodT { background-color:#013553;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:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.25rem;left:4.6875rem;display:block; }
#ftH4PA7wi1TZDwzehs1M7mNnn717E6ah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTCRSQ7yTmrkKZ85Gt6sZdO0oDO0Vnpw { background-color:#3377ff;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:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.25rem;left:22.75rem;display:block; }
#xvPNQLvOuDy7lJ75LwVpTTwkl1rCNs0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTehniFtESFrA1arwvzNdXz60voZtr2Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c24ffb9b-613c-4061-abb3-3442b19980eb/Untitleddesign8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oTehniFtESFrA1arwvzNdXz60voZtr2Q.adaptive-delivery-prevent-bg, #oTehniFtESFrA1arwvzNdXz60voZtr2Q.lazyload, #oTehniFtESFrA1arwvzNdXz60voZtr2Q.lazyloading { background-image: none; }#oTehniFtESFrA1arwvzNdXz60voZtr2Q > .row .container { background-color: transparent; background-image: none; }#oTehniFtESFrA1arwvzNdXz60voZtr2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTehniFtESFrA1arwvzNdXz60voZtr2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTehniFtESFrA1arwvzNdXz60voZtr2Q > .row .container > .video-iframe-container { display: none; }#oTehniFtESFrA1arwvzNdXz60voZtr2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTehniFtESFrA1arwvzNdXz60voZtr2Q > .row > .video-iframe-container { display: none; }#oTehniFtESFrA1arwvzNdXz60voZtr2Q > .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); }#oTehniFtESFrA1arwvzNdXz60voZtr2Q > .row .container { border-width: 0; border-radius: 0; }#oTehniFtESFrA1arwvzNdXz60voZtr2Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTehniFtESFrA1arwvzNdXz60voZtr2Q > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#Hqai5nCqSqaAga08Cmzg7fhFPT6ODqQx { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:6.1875rem;left:4.3125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TwQOPO59ZKHgk18ldHzDutgGlMNNcQWt { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:10.0625rem;left:4.3125rem;height:5.1181625rem;display:block; }
#Us7thdKJPnRw6divdQrJlS7TsGk4buOO { color:#3377ff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:4.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:18.6875rem;left:4.3125rem;height:5.9306625rem;font-style:normal;display:block; }
#z4rrkI9pH1BLpJ0MFf3QGXZPwlLG7Fuk { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:23.9375rem;left:4.3125rem;height:1.70605625rem;display:block; }
#GkeHh9E65nezeokxSawoDXnafzh30y1R { color:#3377ff;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:4.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:27.9375rem;left:4.3125rem;height:5.9306625rem;font-style:normal;display:block; }
#fmnutlquu8ykBbq5DLV7NIOsfwAErJi8 { color:#ffffff;display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:33.0625rem;left:4.3125rem;height:1.70605625rem;display:block; }
#Q52NrSV8Dvlp36Hrl4d9uk8aIzUVZoii { color:#3377ff;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:4.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:36.9375rem;left:4.3125rem;height:5.9306625rem;font-style:normal;display:block; }
#twSLFfn0dim6LFeq0i0FXQumk3tU7Fwn { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:42.1875rem;left:4.3125rem;height:1.70605625rem;display:block; }
#OeITPyB5kWEqSsaZpDK6yscHKxk6GFsm { position:absolute;display:block;z-index:15034;border-top:0.125rem solid #3377ff;border-left:0.125rem solid #3377ff;border-right:0.125rem solid #3377ff;border-bottom:0.125rem solid #3377ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.6875rem;top:7.4375rem;left:52.0625rem;overflow:hidden;display:block; }
#kXyvENDg2p1edVfUF6hV6bfNiiZS7Fxr { position:absolute;display:block;z-index:15035;border-top:0.125rem solid #3377ff;border-left:0.125rem solid #3377ff;border-right:0.125rem solid #3377ff;border-bottom:0.125rem solid #3377ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.6875rem;top:23.4375rem;left:43.0625rem;overflow:hidden;display:block; }
#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3377ff;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; }#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 > .row .container { background-color: transparent; background-image: none; }#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 > .row .container > .video-iframe-container { display: none; }#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 > .row > .video-iframe-container { display: none; }#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 > .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); }#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 > .row .container { border-width: 0; border-radius: 0; }#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 > .row .container { font-size:0.875rem;font-family:arial;height:58.25rem;width:75rem;position:relative;display:block; }#e5xNqG4W5TObVpnuteU71KqneKKlocAW { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8125rem;left:19.875rem;height:7.55566875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#StvNvi4IKaLIFdXspm5kuOlgm9MyisFJ { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.9375rem;left:17.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tU7b9TBwZeuxJCp18MEPSOCm0itZONes { position:absolute;display:block;z-index:15004;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: 0.375rem 0.375rem 1.4375rem rgba(0,0,0,0.5) ;height:26.125rem;width:33rem;top:13.625rem;left:21rem;overflow:hidden;display:block; }
#r25BXr5VpdBgNdV05kgLfAZhydR9eX2n { color:#ffffff;display:block;width:44.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:41.9375rem;left:15.4375rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#vybwAzNGxMwgVNwggJlFz86eAle7tmhB { position:relative;display:block; }#vybwAzNGxMwgVNwggJlFz86eAle7tmhB { background-color: transparent; background-image: none; }#vybwAzNGxMwgVNwggJlFz86eAle7tmhB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vybwAzNGxMwgVNwggJlFz86eAle7tmhB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vybwAzNGxMwgVNwggJlFz86eAle7tmhB > .row .container > .video-iframe-container { display: none; }#vybwAzNGxMwgVNwggJlFz86eAle7tmhB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vybwAzNGxMwgVNwggJlFz86eAle7tmhB > .row > .video-iframe-container { display: none; }#vybwAzNGxMwgVNwggJlFz86eAle7tmhB > .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); }#vybwAzNGxMwgVNwggJlFz86eAle7tmhB { border-width: 0; border-radius: 0; }#vybwAzNGxMwgVNwggJlFz86eAle7tmhB > .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; }#vybwAzNGxMwgVNwggJlFz86eAle7tmhB > .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:30.875rem;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; }#SC6Luhd6BMfCMZNd5GTdPJyPZMhUGStB { color:#013553;display:block;width:34.0625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3rem;left:20.5rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uAbHX5hm5PUn7ZU568mib7R1iITcMnCy { color:#013553;display:block;width:44.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9rem;left:15.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#spTlPShNpTJ1dgG7UNwJft0WMEhxo6Dn { color:#013553;display:block;width:32.6875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.4375rem;left:21.1875rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AmUCJc80usrdmI9gooPkzvoxcIgfViNH { background-color:#013553;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:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:15.1875rem;left:20.8125rem;display:block; }
#Zy0oSDXU7Bp72HPDyH0H3eeeCuKfZuD2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UvM97w4LV34a2NJol5IUvAP8UTTOTNeK { background-color:#3377ff;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:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:15.1875rem;left:38.875rem;display:block; }
#LkLDOTRBSx8z2hE6rFoZT6NEvTAf88SO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrJ8wd2NGhBLqZvcTQfc9nwXF7ENGUFQ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:11.6875rem;top:20.4375rem;left:31.6875rem;overflow:hidden;display:block; }
#AGJHPuNhWwdeeScBzf6bV0k9OdcIeg4J { color:#000000;display:block;width:62.3125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:28.125rem;left:6.375rem;height:1.7871125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stihOnBWfhFyfhnMtdh9pOnVVggJCIOM { top:0rem;left:0rem;width:14.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNmqr9o7NQ2rPAlX1d4nXOTH0kPxdx { top:5rem;left:0rem;width:14.6875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCHtCoQgAo6vd317xWzSKCJICS4opzwu { top:10.375rem;left:0rem;width:14.6875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhvpA9TezqrSmrT35DeBFXmbPO9rTI2n { top:15.75rem;left:0rem;width:14.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RivxHm0RzU2lZNMqTfCFJesgbmAt6uQU { top:20.75rem;left:0rem;width:14.6875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqnfb3KHibCKwzKC8LMBC7WhbnSU6CA4 { top:25.4375rem;left:0rem;width:14.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKcBOyizGSU6OQnQzpJsS68JPyhSv1aB { top:0rem;left:0rem;width:14.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKwSgiWPgsrhIOIU4bRhM3TNHBrnt2bs { top:1.25rem;left:0rem;width:10.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q62Dyb0RqcygXdIPcDSDhicmokBk9cC0 { top:18.6875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhDkRNk7xeHpPOUBs5mgeFg3f5SPs9Ww { width:15.3125rem;height:3.4375rem;top:2.5rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlQR4hHql8Wt6bqy4tU4dc7NROKuAzOi { display:block; }
 }@media only screen and (max-width: 763px) { #OuQaqOxClrZRoelRaiw01NRdT8LxFD2I { top:20.875rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkPBA4BOoPbqUTb8VMuTtdoQaLT9iiFx { top:28.5625rem;left:3.78125rem;width:40.1875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCOL5eG7zFWdAu53kTr0vMFZFESyqx9y { top:37rem;left:6.875rem;width:34rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-regular-label { width:33.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-text { width:33.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-text {padding-top: 0; padding-bottom: 0;}#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-textarea { width:33.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-select { width:33.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-select {padding-top: 0; padding-bottom: 0;}#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-button { width:33.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-checkbox-label { width:32.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn  { width:33.625rem;height:23.5625rem;top:41.1875rem;left:5.8125rem; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .radio-container { width:33.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn {display:block;}#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn { width:33.625rem;height:23.5625rem;top:41.1875rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #gZNJrBZcEwlCtioGTkkLmPUZiFw4Pe4U {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #F9VKCn1k1oHLWi4wXkr8dQqbK0CulkZd {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #rQuikaF20lvQROlB6BgfwEOnVHMWgqSN {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #SJTAd3oMxWeTuNC4bMrR3VNmFIkfG2cE {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #x7DueuFdZPNNMwMOA4TNGyKNmInFkSVx {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #QD5ieE1DEX0S7MsLu06Taw3eL0SeCNud {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #gqH4XrHZKUdxdC7DnEMxJ6qrpzFsK9zk {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #hyhpNVyD32XJTTgUrLzPr9FfQ1hELOhg {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #dL7w6ufCrW8btbEAV3yp8rKf8TfBVpCz {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #uvFQz1mrN4HFBzeuViC9uJAd8nTFMeyd {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #HMsZZokLrOq71yy9ZMGGFUKi2zGKdX7K {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #V7R8qyUFy0E4GaPbXlRTRCCoUGZaXPTU {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #Ny6lCGGP3edJIH3ndqolrxZhnevStcpb {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #Fh6u1G7sfdOt4S3qDqLQXxzVUp2FJL0P {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #mQNsQ64Gpo4Jsd3puCMfkD4JTsc0hgUD {  }
 }@media only screen and (max-width: 763px) { #sCkgFXKloOW4RUl9BKoQbGTOHCVrnvTd { display:block; }
 }@media only screen and (max-width: 763px) { #qkQZxeB2gCfTsIcBArNTggp1LBJiVJ9s { display:block; }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #KtmnJFWg5V8Iwq9ZXWBVRkPbnTdiTJ9n {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #c3QdVs5odk8zl3GinS0Q3IIXZ7DQTBD7 {  }
 }@media only screen and (max-width: 763px) { #kke6ufT1WHN1TQBtBfSaFhhzMJtTaTwV { top:36.0625rem;left:5.8125rem;width:36.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTc6fCbO71LTqc8Mxgu6iAHG8dJ6CrOX { top:67.9375rem;left:0rem;width:16rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o { display:block; }#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTMHJEs3IafOMbPZ5Zm60T33Rd1FwXmJ { top:8.25rem;left:35.1875rem;width:12.5625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6F16AyTHraN5PUysWlME9zx1ea3EfW6 { top:20.25rem;left:22.125rem;width:12.5rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUberEtbhSzm1cQ7swF4UDUvcBMRCq71 { top:24.8125rem;left:35.1875rem;width:12.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W49VWJ6cfPKNfM2Ls4q1abNabrC1NKfQ { top:20.25rem;left:35.1875rem;width:12.5625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIT0lELwyPynorvENQAUUGNTTr93pm5D { top:3.8125rem;left:22.125rem;width:12.5rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCBOux4v4Z085u20EWisq0bQLglm51Du { top:3.8125rem;left:35.25rem;width:12.5rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKI4U7cuGtF9QwTn2VaT9LfJGgai2rrI { top:5.5625rem;left:0rem;width:31.4375rem;height:5.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0OvicSQnbwtv3TyEizMSd0xrJel6Hv { top:12.9375rem;left:0rem;width:30.6875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipqtT3Pf9lxDCURxcand5u1iRJKwN9yR { top:21.375rem;left:0rem;width:30.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRbxfr5GizAdWF7F8gN9wAaETUeTV0WP { top:24.1875rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4TOk31gOe5sgo6UGcf6ICCkagsPmLq9 { top:24.8125rem;left:0rem;width:26.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqe7Bu33PhgKa1PBBHJW9VnPdAiTJ5wk { top:27.875rem;left:0rem;width:26.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXtbDgkSdRl9aBkM6kFfktIKnpCb3WaT { top:27.0625rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWOPDM9kLyQ69XtovDOCcZ9pLToDKAAc { top:30.75rem;left:0rem;width:28.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Vd5CD75upymcdSfyMl7i7ZlfMccCre { top:29.9375rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6HPrvLMDWsn8uTQvXMzedmba4c65OJr { top:33.125rem;left:0rem;width:28.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdkWNIB4zM4uWLNUv3oaJxT5Zbe2sQ9X { top:32.8125rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBMi1zC4t87oB1tJZH03r6ATdQyROiGQ { top:37.6875rem;left:0rem;width:39rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3uwLKOshZSmWLCVRCPVrQwCr4sGlr8b { top:38.875rem;left:0rem;width:35.8125rem;height:5.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFPOTzzz6WOWI8n8m2F8zDlDd9hx5GCV { display:none; }
 }@media only screen and (max-width: 763px) { #mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP { display:block; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgiaMGKNeS8NoDGPHESGZ6ycE7IUC8eO { top:5.5rem;left:8.1875rem;width:31.4375rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3OE2H8Fh9MQGVv3JDf6u7oy5dH3UyGT { top:9.3125rem;left:3.8125rem;width:40.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTeosWVq6HUJzVuZqam9XQAtrLoXzwhH { top:17.8125rem;left:8.53125rem;width:30.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOPC8B9QKOmXpSeCTH5S6MtZHKqB7bVv { top:23.0625rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5SHyCk9TRO84AGyLXZKGwyLfbbBiiDy { top:27.5rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWzUcXk3KZr8zT3W7alB5TSMCTvheiqm { top:23.0625rem;left:17.5rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4OzxEiqZDnTIqUg0S8HHy0SoNMb2pL { top:28.5rem;left:17.40625rem;width:12.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLnaeAD3WuhoBEOLLZpwIktIH6Z8mxSN { top:23.0625rem;left:34.9375rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQHLTAmpLWlIUbpN8R4fPE27iulFbOX2 { top:27.5rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3XcAtULBTzLgsyhOGUVTwqXBTZ7TiEQ { top:23.0625rem;left:2.4375rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU4aRsZ9woGwbur5EpEIf6EoVzE1ylQ9 { top:27.5rem;left:2.5625rem;width:12.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMktBgTLJdWMX768KXLMCQHswOI7cdVf { top:23.0625rem;left:32.625rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNdGTkGrpTIcy2sXEkNAP5sWF9Tlw7xx { top:28.4375rem;left:32.78125rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv4VNWZLbdC4iicxQlCy5X7uTUbFHLSN { top:38rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhqx3TdMmcMZtFpb4D8blOlTbET9DUl2 { top:38rem;left:2.5rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzMg5468PScP9LQIhhT1amRlahv8lAFH { top:38rem;left:17.5625rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvbmw0HqWG2PXIxo2fUmZpPcbbTBAR6P { top:42.4375rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7E9zEBT6COq3ab0E9fgCFR7CsLTNgs { top:42.4375rem;left:17.6875rem;width:12.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE9tGzFLKcoNhxW2TunKuvqMeVofmzDx { top:42.4375rem;left:2.625rem;width:12.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdX8usUz1iH0QSEd4UbTmh146QTGLSoN { top:38rem;left:32.6875rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce4pvg2CFaxzIwpviEEcKiMCflfk3bzk { top:42.4375rem;left:32.78125rem;width:12.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB30mylxffOdxRFeKlmQ9aWEtwIwTlhW { top:38rem;left:34.9375rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUf1oyWdpJ0VaRWsMboH6xb9KZkcJ3i6 { top:42.4375rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiRzStLBXIaJMbF7dkZEebc5fh5Xut4x { width:15.3125rem;height:3.4375rem;top:55.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuHBJOg8nsWxxv1L9Rdth9zOVNlNNKka { display:block; }
 }@media only screen and (max-width: 763px) { #dAhTL4mMZLOMeS4h47vMLeEJFIvt7hx8 { width:15.3125rem;height:3.4375rem;top:55.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJFNeGuTr1JRtkU6gQ3JxyTZ2WIuROv9 { display:block; }
 }@media only screen and (max-width: 763px) { #fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h { display:block; }#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrP4t1Q3O7SeE0xPOUiulyOhdAmnVsVt { top:4.75rem;left:7.25rem;width:40.5rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaL6gD99RU6RTl4TL2fI5GL7DaDyOgb6 { top:4.75rem;left:0rem;width:21.25rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm7qTy20WZu9GN5uJ0dXRKLAKhyU5plF { top:8.6875rem;left:6.25rem;width:41.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6WfDRWwhhFEX54kWgI5ZtlUgLPrUWhJ { top:16.4375rem;left:16.8125rem;width:30.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gvnq7Syt20rTkzy1G9XLdW95AGwOpt39 { top:17.9375rem;left:13.5625rem;width:34.1875rem;height:;font-size:1rem;display:block; }#Gvnq7Syt20rTkzy1G9XLdW95AGwOpt39 li:before{  }
 }@media only screen and (max-width: 763px) { #Xxm7M6aeUT9CAGnLzfxKI93QaOX3QoST { top:27.4375rem;left:6.25rem;width:41.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs5uAU6Z7PrU8JrLNv0hNwuT6iz8vcT8 { top:29.0625rem;left:5.1875rem;width:42.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C { display:block; }#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZcEFOKxMSQDWbS9TMGdgAqWykP0VhxQ { top:3.625rem;left:0rem;width:32.5625rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCEBQMq8hoZT91uZhdE1vrFURICoqduo { top:1.625rem;left:11.3125rem;width:36.4375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTdtMeuurWWVx7XONneiMd06GzXeeOF { top:10.3125rem;left:0rem;width:33.4375rem;height:18.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrBRoBMPeEx2WaZG6EEixZx9ifGPVJdb { top:10.875rem;left:0rem;width:33.4375rem;height:18.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDc20eE9RT9PZ4TpPne4aIpl8v13SZVH { top:10.875rem;left:0rem;width:33.4375rem;height:18.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2MaQS0rMUOy7rMowVF1WLgDqNx3AdRT { top:11.0625rem;left:0rem;width:20rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRhbhfLkV1HHhbpsMnoW4nesyzbFgEJ3 { top:30.9375rem;left:0rem;width:29.0625rem;height:8.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adPxX7pwKToGGfvw27fxtq7qS8rfAvME { top:30.1875rem;left:0rem;width:30rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3aQNduPG1waQzoZShepgALzihISE6Ic { display:block; }#A3aQNduPG1waQzoZShepgALzihISE6Ic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7RH5ZFRsnIvoulii17iJGThIdeMIncO { top:4.6875rem;left:21.125rem;width:26.625rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgbSmHEPu1BFLfi2KrROnMKZUJFmMFE7 { top:4.6875rem;left:0rem;width:40.5rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEqfByHZW66km5fHbcnCx126SVZNWVXq { top:7.5625rem;left:0rem;width:41.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUKSKaayStWrxZfDnV7aEpTr7WbWQ7wx { top:12.125rem;left:0rem;width:30.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgIg6pb0iwA0KxmKcxgl4HS5MogfI3K9 { top:14.8125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8HMg1AyeMyQpPVeI9TwikGG7NrqKfnk { top:15.1875rem;left:0rem;width:32.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbUsve1hQxxTEOSAgWGepbZ3UNPPtOTc { top:18rem;left:0rem;width:32.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqTAf2mUuJoHr7p2O1XQbGiQGEEKbgyr { top:17.6875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCgKrTkOy0XxJT3oX0BTkw69flGBaBSy { top:20.6875rem;left:0rem;width:32.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1DTN91vIwfAWLN8EtsITBHxTaTwbf5I { top:20.375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIy8LfcsSSopJFEJvzsAgdpQfkIfTMWm { top:24.375rem;left:0rem;width:28.125rem;height:6.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdQUpdqEo4aukJnQAa3KsK7X1tpvnodT { width:15.3125rem;height:3.4375rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftH4PA7wi1TZDwzehs1M7mNnn717E6ah { display:block; }
 }@media only screen and (max-width: 763px) { #DTCRSQ7yTmrkKZ85Gt6sZdO0oDO0Vnpw { width:15.3125rem;height:3.4375rem;top:33.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvPNQLvOuDy7lJ75LwVpTTwkl1rCNs0W { display:block; }
 }@media only screen and (max-width: 763px) { #oTehniFtESFrA1arwvzNdXz60voZtr2Q { display:block; }#oTehniFtESFrA1arwvzNdXz60voZtr2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hqai5nCqSqaAga08Cmzg7fhFPT6ODqQx { top:6.1875rem;left:0rem;width:42.75rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwQOPO59ZKHgk18ldHzDutgGlMNNcQWt { top:10.0625rem;left:0rem;width:38.0625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us7thdKJPnRw6divdQrJlS7TsGk4buOO { top:18.6875rem;left:0rem;width:12.5rem;height:5.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4rrkI9pH1BLpJ0MFf3QGXZPwlLG7Fuk { top:23.9375rem;left:0rem;width:31.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkeHh9E65nezeokxSawoDXnafzh30y1R { top:27.9375rem;left:0rem;width:21.25rem;height:5.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmnutlquu8ykBbq5DLV7NIOsfwAErJi8 { top:33.0625rem;left:0rem;width:33.5rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q52NrSV8Dvlp36Hrl4d9uk8aIzUVZoii { top:36.9375rem;left:0rem;width:21.25rem;height:5.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twSLFfn0dim6LFeq0i0FXQumk3tU7Fwn { top:42.1875rem;left:0rem;width:25.8125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeITPyB5kWEqSsaZpDK6yscHKxk6GFsm { top:7.4375rem;left:28.8125rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXyvENDg2p1edVfUF6hV6bfNiiZS7Fxr { top:23.4375rem;left:28.8125rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 { display:block; }#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5xNqG4W5TObVpnuteU71KqneKKlocAW { top:2.8125rem;left:6.25rem;width:35.25rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StvNvi4IKaLIFdXspm5kuOlgm9MyisFJ { top:10.9375rem;left:3.625rem;width:40.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU7b9TBwZeuxJCp18MEPSOCm0itZONes { top:13.625rem;left:7.375rem;width:33rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r25BXr5VpdBgNdV05kgLfAZhydR9eX2n { top:41.9375rem;left:1.8125rem;width:44.125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vybwAzNGxMwgVNwggJlFz86eAle7tmhB { display:block; }#vybwAzNGxMwgVNwggJlFz86eAle7tmhB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC6Luhd6BMfCMZNd5GTdPJyPZMhUGStB { top:3rem;left:6.875rem;width:34.0625rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAbHX5hm5PUn7ZU568mib7R1iITcMnCy { top:9rem;left:1.8125rem;width:44.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spTlPShNpTJ1dgG7UNwJft0WMEhxo6Dn { top:12.4375rem;left:7.5625rem;width:32.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmUCJc80usrdmI9gooPkzvoxcIgfViNH { width:15.3125rem;height:3.4375rem;top:15.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy0oSDXU7Bp72HPDyH0H3eeeCuKfZuD2 { display:block; }
 }@media only screen and (max-width: 763px) { #UvM97w4LV34a2NJol5IUvAP8UTTOTNeK { width:15.3125rem;height:3.4375rem;top:15.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkLDOTRBSx8z2hE6rFoZT6NEvTAf88SO { display:block; }
 }@media only screen and (max-width: 763px) { #MrJ8wd2NGhBLqZvcTQfc9nwXF7ENGUFQ { top:20.4375rem;left:18.0625rem;width:11.6875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGJHPuNhWwdeeScBzf6bV0k9OdcIeg4J { top:28.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#3377ff;background-image:url("https://images.assets-landingi.com/uc/0ecacb8e-74e3-4257-a065-27a9b2a0893c/Untitleddesign20250924T192203653.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stihOnBWfhFyfhnMtdh9pOnVVggJCIOM { width:14.6875rem;height:5rem;top:1.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vALNmqr9o7NQ2rPAlX1d4nXOTH0kPxdx { width:14.6875rem;height:5.375rem;top:0rem;left:2.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCHtCoQgAo6vd317xWzSKCJICS4opzwu { width:14.6875rem;height:5.375rem;top:11.625rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhvpA9TezqrSmrT35DeBFXmbPO9rTI2n { width:14.6875rem;height:5rem;top:23.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RivxHm0RzU2lZNMqTfCFJesgbmAt6uQU { width:14.6875rem;height:5.375rem;top:6.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqnfb3KHibCKwzKC8LMBC7WhbnSU6CA4 { width:14.6875rem;height:5rem;top:10.90625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKcBOyizGSU6OQnQzpJsS68JPyhSv1aB { width:14.6875rem;height:16.0625rem;top:0rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKwSgiWPgsrhIOIU4bRhM3TNHBrnt2bs { width:10.125rem;height:4.625rem;top:2.40625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q62Dyb0RqcygXdIPcDSDhicmokBk9cC0 { width:20rem;height:5.1181625rem;top:24.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhDkRNk7xeHpPOUBs5mgeFg3f5SPs9Ww { width:15.3125rem;height:3.4375rem;top:18rem;left:2.34375rem;background-color:#013553;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TlQR4hHql8Wt6bqy4tU4dc7NROKuAzOi { display:block; }
 }@media only screen and (max-width: 763px) { #OuQaqOxClrZRoelRaiw01NRdT8LxFD2I { width:20rem;height:8.7734375rem;top:29.1796875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkPBA4BOoPbqUTb8VMuTtdoQaLT9iiFx { width:20rem;height:3.8994125rem;top:39rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCOL5eG7zFWdAu53kTr0vMFZFESyqx9y { width:18.1875rem;height:0;top:66.2294921875rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-text {padding-top: 0; padding-bottom: 0;}#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-select {padding-top: 0; padding-bottom: 0;}#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn  { width:17.5rem;height:auto;top:51.0625rem;left:0rem; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn {display:block;}#vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn { width:17.5rem;height:auto;top:51.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #gZNJrBZcEwlCtioGTkkLmPUZiFw4Pe4U {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #F9VKCn1k1oHLWi4wXkr8dQqbK0CulkZd {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #rQuikaF20lvQROlB6BgfwEOnVHMWgqSN {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #SJTAd3oMxWeTuNC4bMrR3VNmFIkfG2cE {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #x7DueuFdZPNNMwMOA4TNGyKNmInFkSVx {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #QD5ieE1DEX0S7MsLu06Taw3eL0SeCNud {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #gqH4XrHZKUdxdC7DnEMxJ6qrpzFsK9zk {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #hyhpNVyD32XJTTgUrLzPr9FfQ1hELOhg {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #dL7w6ufCrW8btbEAV3yp8rKf8TfBVpCz {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #uvFQz1mrN4HFBzeuViC9uJAd8nTFMeyd {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #HMsZZokLrOq71yy9ZMGGFUKi2zGKdX7K {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #V7R8qyUFy0E4GaPbXlRTRCCoUGZaXPTU {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #Ny6lCGGP3edJIH3ndqolrxZhnevStcpb {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #Fh6u1G7sfdOt4S3qDqLQXxzVUp2FJL0P {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #mQNsQ64Gpo4Jsd3puCMfkD4JTsc0hgUD {  }
 }@media only screen and (max-width: 763px) { #sCkgFXKloOW4RUl9BKoQbGTOHCVrnvTd { display:block; }
 }@media only screen and (max-width: 763px) { #qkQZxeB2gCfTsIcBArNTggp1LBJiVJ9s { display:block; }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #KtmnJFWg5V8Iwq9ZXWBVRkPbnTdiTJ9n {  }
 }@media only screen and (max-width: 763px) { #vP9Qtwe8K4AZeckUaah6hLKFwzXZ2lhn #c3QdVs5odk8zl3GinS0Q3IIXZ7DQTBD7 {  }
 }@media only screen and (max-width: 763px) { #kke6ufT1WHN1TQBtBfSaFhhzMJtTaTwV { width:20rem;height:5.25rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTc6fCbO71LTqc8Mxgu6iAHG8dJ6CrOX { width:16rem;height:3.4121125rem;top:46.75rem;left:2rem;font-size:1.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o { display:block; }#uFzPDqe7FzK588nL1gMk8WLDgUIO4h8o > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTMHJEs3IafOMbPZ5Zm60T33Rd1FwXmJ { width:8.375rem;height:10.5rem;top:15.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6F16AyTHraN5PUysWlME9zx1ea3EfW6 { width:8.25rem;height:10.3125rem;top:24.5625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUberEtbhSzm1cQ7swF4UDUvcBMRCq71 { width:8.375rem;height:10.5rem;top:3.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W49VWJ6cfPKNfM2Ls4q1abNabrC1NKfQ { width:8.375rem;height:10.5rem;top:26.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIT0lELwyPynorvENQAUUGNTTr93pm5D { width:8.3125rem;height:10.5rem;top:0.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCBOux4v4Z085u20EWisq0bQLglm51Du { width:8.3125rem;height:10.5rem;top:12.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKI4U7cuGtF9QwTn2VaT9LfJGgai2rrI { width:20rem;height:10.3984375rem;top:39.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0OvicSQnbwtv3TyEizMSd0xrJel6Hv { width:20rem;height:9.75rem;top:50.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipqtT3Pf9lxDCURxcand5u1iRJKwN9yR { width:20rem;height:1.54296875rem;top:63.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRbxfr5GizAdWF7F8gN9wAaETUeTV0WP { width:2.875rem;height:2.875rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4TOk31gOe5sgo6UGcf6ICCkagsPmLq9 { width:15.8125rem;height:2.5996125rem;top:65.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqe7Bu33PhgKa1PBBHJW9VnPdAiTJ5wk { width:14.9375rem;height:2.5996125rem;top:69.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXtbDgkSdRl9aBkM6kFfktIKnpCb3WaT { width:2.875rem;height:2.875rem;top:69.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWOPDM9kLyQ69XtovDOCcZ9pLToDKAAc { width:16rem;height:2.5996125rem;top:73.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Vd5CD75upymcdSfyMl7i7ZlfMccCre { width:2.875rem;height:2.875rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6HPrvLMDWsn8uTQvXMzedmba4c65OJr { width:15rem;height:3.8994125rem;top:76.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdkWNIB4zM4uWLNUv3oaJxT5Zbe2sQ9X { width:2.875rem;height:2.875rem;top:76.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBMi1zC4t87oB1tJZH03r6ATdQyROiGQ { width:20rem;height:3.8461538461538rem;top:37.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3uwLKOshZSmWLCVRCPVrQwCr4sGlr8b { width:17.0625rem;height:7.71484375rem;top:83.6875rem;left:1.5rem;font-size:1.1875rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFPOTzzz6WOWI8n8m2F8zDlDd9hx5GCV { top:82.375rem;left:0rem;width:20rem;height:10.375rem;z-index:15009;background-color:#013553;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0316ec03-3cb8-4cd7-b0cf-62ec7be69b01/Untitleddesign20250924T194401934.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP.adaptive-delivery-prevent-bg, #mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP.lazyload, #mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP.lazyloading { background-image: none; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row .container { background-color: transparent; background-image: none; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row .container > .video-iframe-container { display: none; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row > .video-iframe-container { display: none; }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .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); }#mXoKNWf4ha4gZHU5t3gAHqDv3hHZqVAP > .row .container { width:20rem;height:93.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgiaMGKNeS8NoDGPHESGZ6ycE7IUC8eO { width:17.3125rem;height:5.19921875rem;top:3.6875rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3OE2H8Fh9MQGVv3JDf6u7oy5dH3UyGT { width:20rem;height:8.125rem;top:10.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTeosWVq6HUJzVuZqam9XQAtrLoXzwhH { width:20rem;height:3.57421875rem;top:19.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOPC8B9QKOmXpSeCTH5S6MtZHKqB7bVv { width:9.625rem;height:9.625rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5SHyCk9TRO84AGyLXZKGwyLfbbBiiDy { width:8.75rem;height:3.25rem;top:28.1875rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWzUcXk3KZr8zT3W7alB5TSMCTvheiqm { width:9.625rem;height:9.625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4OzxEiqZDnTIqUg0S8HHy0SoNMb2pL { width:9.625rem;height:1.4619125rem;top:39.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLnaeAD3WuhoBEOLLZpwIktIH6Z8mxSN { width:9.625rem;height:9.625rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQHLTAmpLWlIUbpN8R4fPE27iulFbOX2 { width:7.8125rem;height:3.25rem;top:49.0625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3XcAtULBTzLgsyhOGUVTwqXBTZ7TiEQ { width:9.625rem;height:9.625rem;top:25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU4aRsZ9woGwbur5EpEIf6EoVzE1ylQ9 { width:5.3125rem;height:3.25rem;top:28.1875rem;left:12.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMktBgTLJdWMX768KXLMCQHswOI7cdVf { width:9.625rem;height:9.625rem;top:35.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNdGTkGrpTIcy2sXEkNAP5sWF9Tlw7xx { width:7.125rem;height:1.625rem;top:38.625rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv4VNWZLbdC4iicxQlCy5X7uTUbFHLSN { width:9.625rem;height:9.625rem;top:45.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhqx3TdMmcMZtFpb4D8blOlTbET9DUl2 { width:9.625rem;height:9.625rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzMg5468PScP9LQIhhT1amRlahv8lAFH { width:9.625rem;height:9.625rem;top:56.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvbmw0HqWG2PXIxo2fUmZpPcbbTBAR6P { width:8.125rem;height:3.25rem;top:49.0625rem;left:11.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7E9zEBT6COq3ab0E9fgCFR7CsLTNgs { width:7.5rem;height:3.25rem;top:59.4375rem;left:11.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE9tGzFLKcoNhxW2TunKuvqMeVofmzDx { width:8.875rem;height:4.875rem;top:58.625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdX8usUz1iH0QSEd4UbTmh146QTGLSoN { width:9.625rem;height:9.625rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce4pvg2CFaxzIwpviEEcKiMCflfk3bzk { width:9.75rem;height:3.25rem;top:70.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB30mylxffOdxRFeKlmQ9aWEtwIwTlhW { width:9.625rem;height:9.625rem;top:66.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUf1oyWdpJ0VaRWsMboH6xb9KZkcJ3i6 { width:9.4375rem;height:3.25rem;top:70.625rem;left:10.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiRzStLBXIaJMbF7dkZEebc5fh5Xut4x { width:15.3125rem;height:3.4375rem;top:80.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuHBJOg8nsWxxv1L9Rdth9zOVNlNNKka { display:block; }
 }@media only screen and (max-width: 763px) { #dAhTL4mMZLOMeS4h47vMLeEJFIvt7hx8 { width:15.3125rem;height:3.4375rem;top:85.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJFNeGuTr1JRtkU6gQ3JxyTZ2WIuROv9 { display:block; }
 }@media only screen and (max-width: 763px) { #fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h { display:block; }#fnltvAwNBtnKyMUJxsxGZOgTIXp2Jr7h > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrP4t1Q3O7SeE0xPOUiulyOhdAmnVsVt { width:20rem;height:5.19921875rem;top:27.495125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaL6gD99RU6RTl4TL2fI5GL7DaDyOgb6 { width:19.75rem;height:24.745588235294rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm7qTy20WZu9GN5uJ0dXRKLAKhyU5plF { width:20rem;height:8.125rem;top:33.94434375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6WfDRWwhhFEX54kWgI5ZtlUgLPrUWhJ { width:20rem;height:1.54296875rem;top:43.31934375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gvnq7Syt20rTkzy1G9XLdW95AGwOpt39 { width:20rem;height:12.32325rem;top:45.4443359375rem;left:0rem;font-size:1rem;display:block; }#Gvnq7Syt20rTkzy1G9XLdW95AGwOpt39 li:before{  }
 }@media only screen and (max-width: 763px) { #Xxm7M6aeUT9CAGnLzfxKI93QaOX3QoST { width:20rem;height:1.625rem;top:59.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs5uAU6Z7PrU8JrLNv0hNwuT6iz8vcT8 { width:20rem;height:4.875rem;top:60.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C { display:block; }#oJ1MfdkAxTR2wdrB7AEIpH0l1gfQJI2C > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZcEFOKxMSQDWbS9TMGdgAqWykP0VhxQ { width:20rem;height:7.79883125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCEBQMq8hoZT91uZhdE1vrFURICoqduo { width:20rem;height:20.25rem;top:35.5478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTdtMeuurWWVx7XONneiMd06GzXeeOF { width:20rem;height:auto;top:10.3125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrBRoBMPeEx2WaZG6EEixZx9ifGPVJdb { width:20rem;height:0;top:16.25rem;left:1.53125rem;font-size:1.3125rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #TDc20eE9RT9PZ4TpPne4aIpl8v13SZVH { width:20rem;height:0;top:24.1875rem;left:2.15625rem;font-size:1.3125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #W2MaQS0rMUOy7rMowVF1WLgDqNx3AdRT { top:11.0625rem;left:0rem;width:20rem;height:11.69825625rem;z-index:15028;font-family:poppins;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CRhbhfLkV1HHhbpsMnoW4nesyzbFgEJ3 { width:20rem;height:9.2578125rem;top:24.375rem;left:0rem;font-size:1.1875rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adPxX7pwKToGGfvw27fxtq7qS8rfAvME { width:19.75rem;height:9.875rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3aQNduPG1waQzoZShepgALzihISE6Ic { display:block; }#A3aQNduPG1waQzoZShepgALzihISE6Ic > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7RH5ZFRsnIvoulii17iJGThIdeMIncO { width:20rem;height:25.023474178404rem;top:53.15235rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgbSmHEPu1BFLfi2KrROnMKZUJFmMFE7 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEqfByHZW66km5fHbcnCx126SVZNWVXq { width:20rem;height:4.875rem;top:7.69921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUKSKaayStWrxZfDnV7aEpTr7WbWQ7wx { width:20rem;height:1.54296875rem;top:13.82421875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgIg6pb0iwA0KxmKcxgl4HS5MogfI3K9 { width:1.9375rem;height:1.9375rem;top:16.5546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8HMg1AyeMyQpPVeI9TwikGG7NrqKfnk { width:13.6875rem;height:3.8994125rem;top:16.5546875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbUsve1hQxxTEOSAgWGepbZ3UNPPtOTc { width:14.25rem;height:2.5996125rem;top:21.341796875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqTAf2mUuJoHr7p2O1XQbGiQGEEKbgyr { width:1.9375rem;height:1.9375rem;top:21.341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCgKrTkOy0XxJT3oX0BTkw69flGBaBSy { width:16rem;height:2.5996125rem;top:25.25390625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1DTN91vIwfAWLN8EtsITBHxTaTwbf5I { width:1.9375rem;height:1.9375rem;top:25.25390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIy8LfcsSSopJFEJvzsAgdpQfkIfTMWm { width:18.8125rem;height:4.7988375rem;top:29.478515625rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdQUpdqEo4aukJnQAa3KsK7X1tpvnodT { width:15.3125rem;height:3.4375rem;top:38.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftH4PA7wi1TZDwzehs1M7mNnn717E6ah { display:block; }
 }@media only screen and (max-width: 763px) { #DTCRSQ7yTmrkKZ85Gt6sZdO0oDO0Vnpw { width:15.3125rem;height:3.4375rem;top:43rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvPNQLvOuDy7lJ75LwVpTTwkl1rCNs0W { display:block; }
 }@media only screen and (max-width: 763px) { #oTehniFtESFrA1arwvzNdXz60voZtr2Q { display:block; }#oTehniFtESFrA1arwvzNdXz60voZtr2Q > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hqai5nCqSqaAga08Cmzg7fhFPT6ODqQx { width:20rem;height:5.19921875rem;top:19.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwQOPO59ZKHgk18ldHzDutgGlMNNcQWt { width:20rem;height:8.53025rem;top:24.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us7thdKJPnRw6divdQrJlS7TsGk4buOO { width:12.5rem;height:2.2744125rem;top:40.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4rrkI9pH1BLpJ0MFf3QGXZPwlLG7Fuk { width:20rem;height:2.76171875rem;top:42.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkeHh9E65nezeokxSawoDXnafzh30y1R { width:20rem;height:2.2744125rem;top:33.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmnutlquu8ykBbq5DLV7NIOsfwAErJi8 { width:20rem;height:2.76171875rem;top:36.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q52NrSV8Dvlp36Hrl4d9uk8aIzUVZoii { width:20rem;height:2.2744125rem;top:46.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twSLFfn0dim6LFeq0i0FXQumk3tU7Fwn { width:18.875rem;height:1.3808625rem;top:48.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeITPyB5kWEqSsaZpDK6yscHKxk6GFsm { width:10.8125rem;height:10.8125rem;top:6.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXyvENDg2p1edVfUF6hV6bfNiiZS7Fxr { width:10.8125rem;height:10.8125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 { display:block; }#O0A0eILZFke4kruGsfAbgoTcqwz2eMH0 > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5xNqG4W5TObVpnuteU71KqneKKlocAW { width:20rem;height:15.1113625rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StvNvi4IKaLIFdXspm5kuOlgm9MyisFJ { width:20rem;height:3.8984375rem;top:17.6113125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU7b9TBwZeuxJCp18MEPSOCm0itZONes { width:20rem;height:15.833333333333rem;top:22.75975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r25BXr5VpdBgNdV05kgLfAZhydR9eX2n { width:20rem;height:22.0966875rem;top:39.84275rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vybwAzNGxMwgVNwggJlFz86eAle7tmhB { display:block; }#vybwAzNGxMwgVNwggJlFz86eAle7tmhB > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC6Luhd6BMfCMZNd5GTdPJyPZMhUGStB { width:20rem;height:7.5556875rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAbHX5hm5PUn7ZU568mib7R1iITcMnCy { width:20rem;height:5.19921875rem;top:10.0556875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spTlPShNpTJ1dgG7UNwJft0WMEhxo6Dn { width:20rem;height:3.4121125rem;top:16.50490625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmUCJc80usrdmI9gooPkzvoxcIgfViNH { width:15.3125rem;height:3.4375rem;top:21.16701875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy0oSDXU7Bp72HPDyH0H3eeeCuKfZuD2 { display:block; }
 }@media only screen and (max-width: 763px) { #UvM97w4LV34a2NJol5IUvAP8UTTOTNeK { width:15.3125rem;height:3.4375rem;top:25.85451875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkLDOTRBSx8z2hE6rFoZT6NEvTAf88SO { display:block; }
 }@media only screen and (max-width: 763px) { #MrJ8wd2NGhBLqZvcTQfc9nwXF7ENGUFQ { width:11.6875rem;height:5.375rem;top:30.54201875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGJHPuNhWwdeeScBzf6bV0k9OdcIeg4J { width:20rem;height:5.361325rem;top:37.16701875rem;left:0rem;font-size:0.6875rem;display:block; }
 }