.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { background-color:#00b0e9;background-image:none;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; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { background-color: transparent; background-image: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .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); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { border-width: 0; border-radius: 0; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { 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:3.75rem;width:13.375rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#lV3x6IbmwuqNhh7fFl42S4NqHT3QPC1q { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:figtree;font-size:5.3125rem;font-weight:700;z-index:15001;line-height:.8;letter-spacing:0;top:11.1875rem;left:0rem;height:12.75rem;font-style:normal;display:block; }
#kxzXIV7Om5S2SfvBfRKr8mF0MzkOzOQl { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:25.9375rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#Vw4bVIcLFEkbCfKfWroEd0XMQOFT3peR { background-color:#80e80c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#00237c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.6875rem;left:0rem;display:block; }
#VFf8I1ShwobvGP4RMkJkUFXUFazXoaTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0500dcdf-b912-4ddb-93c2-7e1fe8c84694/banerdent1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.9375rem;width:61.875rem;top:0.75rem;left:16.294921875rem;display:block; }#KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun.adaptive-delivery-prevent-bg, #KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun.lazyload, #KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun.lazyloading { background-image: none; }
#TeKKzZDsiVV7IZOwR3QAJ3QTA0fn5WXg { background-color:#2c4cb3;background-image:none;border-top:0;border-left:1.625rem solid #2c4cb3;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.625rem;left:15.5rem;display:block; }
#z2vaAcTK2p41EylkilsJM6UTb3FrlHga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWstbFJVXIVpFaSHrSs6uT8vqcV2X8vb { position:absolute;display:block;z-index:15001;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.25rem;width:7rem;top:1.5625rem;left:15.5rem;overflow:hidden;display:block; }
#gqA3gxt2xTwU3etXtp5Ut6l3QQxQdEgc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #80e80c;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:figtree;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:1.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.5rem;left:62.1875rem;display:block; }
#RwvXr25DNr1FkshTR8d9c0RhsunQrrX0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ReD6ewOzEmzvArvX2ENFJ3i3aaMsQZVK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.6875rem;left:16.75rem; }
#qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9n7CfCOeiDNMAuSQq3wCftSpTTU2pJu { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#DInztTyTGM4NTxkQZPnnmcdmNT9gsDN9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#JyOT3lx5Kbunv5e5kcuzx0Z2Wv5w8SoX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.375rem;left:71.5625rem; }
#JyOT3lx5Kbunv5e5kcuzx0Z2Wv5w8SoX > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#p2B64EmlcMT0tfeND1dqGC6rgsDaeae4 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#w8OyCfR6hPRsrFfbdyVb0vgqR8L8AiqR { color:#86ff00;display:block;width:8.1875rem;position:absolute;font-family:figtree;font-size:6.625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:24.875rem;left:18.1875rem;height:7.287125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kKL7gS0Cohu3zZqXMiAmg5sFUwIADM5V { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:28.5rem;left:26.5rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lpErub0xfbTbDmVQoqsRV8bSe4gmJC0A { color:#86ff00;display:block;width:4.375rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:26.75rem;left:26.3125rem;height:2.15625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bBFQv2zumRu0hTHuSFnTr8w277xsHonx { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:27.4375rem;left:15.5rem;height:2.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z5aD9Fpv5KSDkQS7FqHhBTTsSq80FhHd { color:#ffd661;display:block;width:7.5625rem;position:absolute;font-family:"font awesome 2022";font-size:0.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:39.9375rem;left:4.875rem;height:0.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mctFuvHzZhWXkhHxVNJwXJheRl2ByqPF { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:39.75rem;left:11.4375rem;height:1.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aIEIsmg5FCzturWXhPrANxfgp1bWTRgh { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:39.4375rem;left:8.8125rem;height:1.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PXKHxKp0cgcvT8xwXS73N9IVdhRmR8IO { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fb8d3577-de13-43d7-80b8-dfa233feadeb/download20250620T111917029.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.25rem;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; }#PXKHxKp0cgcvT8xwXS73N9IVdhRmR8IO.adaptive-delivery-prevent-bg, #PXKHxKp0cgcvT8xwXS73N9IVdhRmR8IO.lazyload, #PXKHxKp0cgcvT8xwXS73N9IVdhRmR8IO.lazyloading { background-image: none; }
#pOK11MTLuPo9dddPBF3Pgu7JulX4rIru { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7eabaa10-9b8d-49fb-a4a3-09258e9bc895/download20250620T111956373.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.25rem;left:1.125rem;border-top:0.125rem solid #f47934;border-left:0.125rem solid #f47934;border-right:0.125rem solid #f47934;border-bottom:0.125rem solid #f47934;display:block; }#pOK11MTLuPo9dddPBF3Pgu7JulX4rIru.adaptive-delivery-prevent-bg, #pOK11MTLuPo9dddPBF3Pgu7JulX4rIru.lazyload, #pOK11MTLuPo9dddPBF3Pgu7JulX4rIru.lazyloading { background-image: none; }
#iiUwVDaiySOPt25wTSkIkFcWQuVGzdpv { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3e0082e9-de0b-41a2-a6d8-5079eb6975c5/download20250620T111930064.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.25rem;left:2.1875rem;border-top:0.125rem solid #1de51a;border-left:0.125rem solid #1de51a;border-right:0.125rem solid #1de51a;border-bottom:0.125rem solid #1de51a;display:block; }#iiUwVDaiySOPt25wTSkIkFcWQuVGzdpv.adaptive-delivery-prevent-bg, #iiUwVDaiySOPt25wTSkIkFcWQuVGzdpv.lazyload, #iiUwVDaiySOPt25wTSkIkFcWQuVGzdpv.lazyloading { background-image: none; }
#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e87600;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; }#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v > .row .container { background-color: transparent; background-image: none; }#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v > .row .container > .video-iframe-container { display: none; }#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v > .row > .video-iframe-container { display: none; }#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v > .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); }#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v > .row .container { border-width: 0; border-radius: 0; }#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#P7co2B8grqmmTKQWCT00C0mIne4xMFok { position:absolute;display:block;z-index:15000;background-color:#0ce8a7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:46.3125rem;top:0rem;left:50.8125rem;display:block; }
#awKWKzuIF96vnfTBEr5AgcTMpAIxNX6p { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:1.9375rem;left:0rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RSMEh5TZpVOxm9P8cxT3TyvOy3XWWaTf { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iHXPCqNZtFkZIQuTokCBbTHTbz1zOiK0 { background-color:#80e80c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#00237c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.26171875rem;left:13.125rem;display:block; }
#TpPoHg7B1O2bTLWZqUxbT9D3MxoKxtyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q0MhOS455dXrRwXFlnpkZsVTan7aWAOq { background-color:#00237c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.912109375rem;left:66.9375rem;display:block; }
#S86fLlwDX2TwEZW4zI4Trmvc0BDZdTP3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTtHXDqTIRtfgMSB9X6HJqbml8UnqPt7 { color:#00237c;display:block;width:13.3125rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.625rem;left:53.625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pNw1pCqzNHZ2kXnun0fU0SMLwTvkClqm { color:#00237c;display:block;width:21.125rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:1.9375rem;left:53.625rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGRiEz36B7ZTneeSXCH517fcIDW2CvwU { position:absolute;display:block;z-index:15000;background-color:#2c4cb3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:26.4375rem;top:0rem;left:24.4375rem;display:block; }
#lNJpwQea2Bk6IauGHxW69Wk0v3X9phQh { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:1.9375rem;left:27.125rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Arz3T1JDNXOt6mXSlJINye2kXmutHZk5 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.625rem;left:27.125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IVdpVRSFdVqvbdVLZQ2kMqQ50IGRdqi9 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.9375rem;left:41.25rem;display:block; }
#kFlppkyyohZ3gDVCFi0JyTzC6iTxxd5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQo0Kqp9Ub9LUM5kLRmULaF5kxNTxvKy { position:absolute;display:block;z-index:15000;background-color:#0ce8a7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:46.3125rem;top:0rem;left:50.8125rem;display:none; }
#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00237c;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; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row .container { background-color: transparent; background-image: none; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row .container > .video-iframe-container { display: none; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row > .video-iframe-container { display: none; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .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); }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row .container { border-width: 0; border-radius: 0; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#qe2OrzUgute7mPqwafsIRB1DiZvLTO2Z { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0615234375rem;left:3.21875rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPRyV9t4PqWBn7UsIdT0spAPivTwVuE9 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:4.6875rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8d300w9dpTelZdiAtBwNPL557DzM22W { 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: none;height:2.625rem;width:2.625rem;top:5.5625rem;left:11.1875rem;overflow:hidden;display:block; }
#W3hNtxL3MzuwgPfI4UPbgxWQoDXlPyin { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:29.6875rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJJp2UFzydfbSU6MwJNkEdWW01vt3Oe5 { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28.5625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAQTfAsTVN8yeN69GPZv3230a3L9Lzsr { position:absolute;display:block;z-index:15007;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.625rem;width:2.625rem;top:5.625rem;left:36.1875rem;overflow:hidden;display:block; }
#elbnleZIcdDBH3BshhUA1ew9TRwKQMGI { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:12.0615234375rem;left:55.625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4qXlxEq3xyWJ5QLmWgorypV9VO2HUl6 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.4375rem;left:54.6875rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECz0cMmrfrwWJlw0Ft5HoR33ubHEwBeT { 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:2rem;width:4rem;top:5.875rem;left:60.5rem;overflow:hidden;display:block; }
#UzWEHKrNnViceOSINcbNnxi8sa9T8hMO { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.0625rem;top:4.9375rem;left:25rem;display:block; }
#Zgtw63NHoROQ2eZ1KbT7Te4TmNqumgfB { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.0625rem;top:4.9375rem;left:50rem;display:block; }
#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO { position:relative;display:none; }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO { border-width: 0; border-radius: 0; }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO > .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; }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO > .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:18.75rem;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:none; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c4cb3;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; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { background-color: transparent; background-image: none; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container > .video-iframe-container { display: none; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row > .video-iframe-container { display: none; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .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); }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { border-width: 0; border-radius: 0; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#OUuKXvv7izbuoOHWR2LZ05OlVpPQ4lrs { 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:45.9375rem;width:45.9375rem;top:-3.9375rem;left:-7.375rem;overflow:hidden;display:block; }
#w3RvhLqeTvWBG9n5UJCDHyrtOC8AELgK { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.2431640625rem;left:42.375rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HIqoeEhSiBGrkMCPswBttbd4UmNbk5pq { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:8.8125rem;left:44.25rem;height:15.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ykAGirXKeO8dRtPosHgZ7tUvbxEG9TaT { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:27.624755859375rem;left:44.249267578125rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qE2ZbBMJdyLWSm05ZeTtNfMy8LpR3Eph { color:#80e80c;display:block;width:1.9375rem;position:absolute;font-family:"font awesome 2022";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:8.8125rem;left:42.375rem;height:15.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i7Ay9EEIB8J45r8Z2gIJywrJafyNvENu { color:#00b0e9;display:block;width:1.9375rem;position:absolute;font-family:"font awesome 2022";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:27.624755859375rem;left:42.374267578125rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HtpCT80ubukCVwrDBKnefrx2Zi7aCFpn { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.8681640625rem;left:42.375rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bo0J4aIpqRsKEfc246QNdR0KeEZckTlx { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.68017578125rem;left:42.374267578125rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oRSoWiK9hTVVoDrq1ifAtff6ZXcJHbFp { background-color:#80e80c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#00237c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.75rem;left:42.375rem;display:block; }
#PcHRQMR4rmhWWGhDWTL8CJOVusfdLw9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm { position:relative;display:block; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm { background-color: transparent; background-image: none; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row .container > .video-iframe-container { display: none; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row > .video-iframe-container { display: none; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .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); }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm { border-width: 0; border-radius: 0; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .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; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .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:31.6875rem;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; }#u5zS6WfWUMgUi2JC568TQJvQhilMe5GD { color:#00237c;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:19rem;left:18.75rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#omcG8BpAQbeJPwGylvAoGMqnRutWxTHn { color:#00237c;display:block;width:15.4375rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:15.4375rem;left:18.75rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ov1Tz7Twd34BrAfTakzzh7ixciHLRWDB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.5625rem;left:18.75rem; }
#EUkHNJeG7ZthlWaiTx6CMXNIAVMWAwaC { color:#00237c;display:block;width:15.4375rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:15.4375rem;left:37.5rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8TZoJTKLT0DDUJKJ6p0RaEbbiZ3fRDW { color:#00237c;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:19.0625rem;left:37.5rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nIVAfOWK1oqzMa4aEl4ytTisUFE3BP71 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.625rem;left:37.5rem; }
#Bf27UbyZcI117wrVNlaC7zEwaEsvck0z { color:#00237c;display:block;width:15.6875rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:19rem;left:56.25rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zVt8asy1SZ4y4ryu6BcIZFTqlO9NFllr { color:#00237c;display:block;width:15.4375rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:15.4375rem;left:56.25rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A3U1fKzAQwxDTCDGZU0iP3ur25n1510J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.625rem;left:56.25rem; }
#hbU2Hf2XCpyhpD1tNGCdM7b4yS1FKbfH { color:#00237c;display:block;width:15.6875rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:19.0625rem;left:0rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OcAdUKNLZTTcpruyi5ucgZhdXm5zcbDn { color:#00237c;display:block;width:15.4375rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:15.5rem;left:0rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QM0im3u4u4pxl7kE3MAzCuL4ZMTUCxkB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:13.375rem;left:-0.3125rem; }
#PVSPSSn6sobv6xHsfO0VItgp3rO7MJdM { color:#00237c;display:block;width:49.1875rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.875rem;left:0rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Futf5FVZKTTEIz8c6TWDUxTnosU4T8eS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:45.25rem;top:3.40625rem;left:-15.902115741401rem;overflow:hidden;display:block; }
#yfnmV2V2dEEFJQpdQytU06ZB8WDoXyHA { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:49.5625rem;top:0.625rem;left:-18.3125rem;display:block; }
#aDaKBORqWCa7ZEyszF4s3QgfgS90wWRf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { position:relative;display:block; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { background-color: transparent; background-image: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container > .video-iframe-container { display: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container { display: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .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); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { border-width: 0; border-radius: 0; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .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; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#00237c;background-image:none;font-size:0.875rem;font-family:arial;height:15.6875rem;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; }#P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c7a735ae-f5aa-4242-a891-1a13f28056c7/iStock1357914675removebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:24.625rem;top:0rem;left:50.375rem;display:block; }#P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC.adaptive-delivery-prevent-bg, #P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC.lazyload, #P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC.lazyloading { background-image: none; }
#y5blc0hROxd4G7mnL17LpUWxIcooyGOC { color:#ffffff;display:block;width:35rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:3.5625rem;left:4.375rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BJnN7fRdb76UJIen56lxCwidaKEXSWed { background-color:#80e80c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#00237c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9.162109375rem;left:37.25rem;display:block; }
#EgP5W10eoqxOsedW8Bb9ZhTUfXfiCyFt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#su4XTZIfGALm6ewEU3bm2S2lpVJ36Z6l { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.875rem;left:4.375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTOay5zcdvmRCEHSEA4ee5ofuS558WrX { position:absolute;display:block;z-index:15011;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.625rem;width:3.375rem;top:3.1875rem;left:4.375rem;overflow:hidden;display:block; }
#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 { position:relative;display:block; }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 { background-color: transparent; background-image: none; }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 > .row .container > .video-iframe-container { display: none; }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 > .row > .video-iframe-container { display: none; }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 > .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); }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 { border-width: 0; border-radius: 0; }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 > .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; }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;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; }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f0f8;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; }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg > .row .container { background-color: transparent; background-image: none; }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg > .row .container > .video-iframe-container { display: none; }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg > .row > .video-iframe-container { display: none; }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg > .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); }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg > .row .container { border-width: 0; border-radius: 0; }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#oIZ1lGJCyhwQG6PlmfJbX1UHavIOT96H { color:#00237c;display:block;width:35rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:3.0625rem;left:20rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z969E5Xl9upn6lSET1KyIIAESTDBoIBC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f0f8;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; }#z969E5Xl9upn6lSET1KyIIAESTDBoIBC > .row .container { background-color: transparent; background-image: none; }#z969E5Xl9upn6lSET1KyIIAESTDBoIBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z969E5Xl9upn6lSET1KyIIAESTDBoIBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z969E5Xl9upn6lSET1KyIIAESTDBoIBC > .row .container > .video-iframe-container { display: none; }#z969E5Xl9upn6lSET1KyIIAESTDBoIBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z969E5Xl9upn6lSET1KyIIAESTDBoIBC > .row > .video-iframe-container { display: none; }#z969E5Xl9upn6lSET1KyIIAESTDBoIBC > .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); }#z969E5Xl9upn6lSET1KyIIAESTDBoIBC > .row .container { border-width: 0; border-radius: 0; }#z969E5Xl9upn6lSET1KyIIAESTDBoIBC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z969E5Xl9upn6lSET1KyIIAESTDBoIBC > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#K0g3WZ0tHy2vkbvr9lmkW0fxbplDf7g4 { color:#00237c;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.4375rem;left:4.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ae8cnSXCUT63A3Ngc6H2fCFgVCtr4nwo { 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: none;height:3.875rem;width:3.875rem;top:0rem;left:10.5625rem;overflow:hidden;display:block; }
#L5MLCzWpAemLLZlVVgz2c7cLOU1b8eIa { color:#00237c;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.4375rem;left:29.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tv8iyg2CH44NMglzvgL8PvAeHzSTLC3r { 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: none;height:3.875rem;width:3.875rem;top:0rem;left:35.5625rem;overflow:hidden;display:block; }
#drq8ZK9ktZAHf7lPBt5098rVxSi0T4zw { color:#00237c;display:block;width:16.5625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.4375rem;left:54.21875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWKwNW2BS0ego9pq9Qe8WgbFMkSuIHqZ { 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: none;height:3.875rem;width:3.875rem;top:0rem;left:60.5625rem;overflow:hidden;display:block; }
#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f0f8;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; }#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk > .row .container { background-color: transparent; background-image: none; }#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk > .row .container > .video-iframe-container { display: none; }#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk > .row > .video-iframe-container { display: none; }#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk > .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); }#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk > .row .container { border-width: 0; border-radius: 0; }#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#WqznbfmcqeipXTU6h8dxuk7StogvghuM { color:#00237c;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.4375rem;left:4.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBs33Kv7hRlw6Thnu65TTPUOfP122Mzp { 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: none;height:3.875rem;width:3.875rem;top:0rem;left:10.5625rem;overflow:hidden;display:block; }
#X0SyuIOaOuCy7DEHl09qhWIDWanWBhQt { color:#00237c;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.4375rem;left:29.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hmVzF1wXF28XPFM4ynMF0hnEoUdT8Nwy { 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: none;height:3.875rem;width:3.875rem;top:0rem;left:35.5625rem;overflow:hidden;display:block; }
#ce5OhTnW70y6kZKCmGty8rCyUzbg2CN6 { color:#00237c;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.4375rem;left:54.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WngG0iEn5mlhvaRupUTbbVC0vBR2oJ0h { 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: none;height:3.875rem;width:3.875rem;top:0rem;left:60.5625rem;overflow:hidden;display:block; }
#hmGuLAmFdDNI7kxb6pyV6WweE7n82JBc { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:8.662109375rem;left:55.59375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R { position:relative;display:block; }#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R { background-color: transparent; background-image: none; }#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R > .row .container > .video-iframe-container { display: none; }#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R > .row > .video-iframe-container { display: none; }#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R > .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); }#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R { border-width: 0; border-radius: 0; }#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#ynbT6DPwBx595krgWJ5GzoffKBXvDI69 { box-sizing:content-box;height:34.1875rem;width:30.6875rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/07bf7fb6-2ac7-4381-9a39-33f277b6aa56/designsemnome926776b063d5dd3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-2.9375rem;left:-1.375rem;display:block; }#ynbT6DPwBx595krgWJ5GzoffKBXvDI69.adaptive-delivery-prevent-bg, #ynbT6DPwBx595krgWJ5GzoffKBXvDI69.lazyload, #ynbT6DPwBx595krgWJ5GzoffKBXvDI69.lazyloading { background-image: none; }
#Vz3Z7NSPaltzDkNONfswEqq3hFAl3EQ3 { color:#00237c;display:block;width:27rem;position:absolute;font-family:figtree;font-size:3.3125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.8125rem;left:35.6875rem;height:9.9375rem;font-style:normal;display:block; }
#oqhrIL7bBnovTDdVCdFb1qLFsT9A4uFQ { box-sizing:content-box;height:3.3125rem;width:6.6875rem;position:absolute;display:block;z-index:14998;background-color:#02c0fe;background-image:none;top:3.8125rem;left:51.5625rem;display:block; }
#MUsi06ExITiaC4pxGdnlhJZcR7Novxrh { color:#000000;display:block;width:30.5rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.6875rem;left:35.6875rem;height:3.25rem;font-style:normal;display:block; }
#o6VTT0H6qkp8p5ThKScp4R562JRyAH0r { box-sizing:content-box;height:2.5625rem;width:7.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ccae1a7a-8574-4ff4-ac21-0e9c9057ec77/436771014_1392759097945361_1447576760276003446_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:19.875rem;left:34.9375rem;display:block; }#o6VTT0H6qkp8p5ThKScp4R562JRyAH0r.adaptive-delivery-prevent-bg, #o6VTT0H6qkp8p5ThKScp4R562JRyAH0r.lazyload, #o6VTT0H6qkp8p5ThKScp4R562JRyAH0r.lazyloading { background-image: none; }
#tt07yU6USiDvOPXVeffIJR6GR4O2qUPh { box-sizing:content-box;height:2.6875rem;width:6.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/abd79d77-c1c5-4ff3-9987-351a88f2cfa2/download20241231T105022070.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:19.6875rem;left:43.3125rem;display:block; }#tt07yU6USiDvOPXVeffIJR6GR4O2qUPh.adaptive-delivery-prevent-bg, #tt07yU6USiDvOPXVeffIJR6GR4O2qUPh.lazyload, #tt07yU6USiDvOPXVeffIJR6GR4O2qUPh.lazyloading { background-image: none; }
#Wt8Fc7zayRcKv5JcLDyXIX2a1iUSHVy5 { box-sizing:content-box;height:2.125rem;width:4.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c6d546aa-4f33-4828-a427-7edadcddb1fc/download20241231T105306582.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.25rem;left:50.8125rem;display:block; }#Wt8Fc7zayRcKv5JcLDyXIX2a1iUSHVy5.adaptive-delivery-prevent-bg, #Wt8Fc7zayRcKv5JcLDyXIX2a1iUSHVy5.lazyload, #Wt8Fc7zayRcKv5JcLDyXIX2a1iUSHVy5.lazyloading { background-image: none; }
#kKsMPig2FTR9CBK5LLyJ5x5yhUZOxhT0 { box-sizing:content-box;height:2.4375rem;width:5.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ac22f553-0988-42be-a59b-eaca8a4f937d/AFGIULIANAFLORESLOGOCV01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:19.8125rem;left:56.5rem;display:block; }#kKsMPig2FTR9CBK5LLyJ5x5yhUZOxhT0.adaptive-delivery-prevent-bg, #kKsMPig2FTR9CBK5LLyJ5x5yhUZOxhT0.lazyload, #kKsMPig2FTR9CBK5LLyJ5x5yhUZOxhT0.lazyloading { background-image: none; }
#J9EdR7agTT1COtXD5zPi9weFmQXfLPzn { box-sizing:content-box;height:2.8125rem;width:6.5625rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8b1f0ed8-b3a0-4e4b-85e5-0f2813716468/download20241114T074754181.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:19.75rem;left:61.9375rem;display:block; }#J9EdR7agTT1COtXD5zPi9weFmQXfLPzn.adaptive-delivery-prevent-bg, #J9EdR7agTT1COtXD5zPi9weFmQXfLPzn.lazyload, #J9EdR7agTT1COtXD5zPi9weFmQXfLPzn.lazyloading { background-image: none; }
#PiWVnWfdSaV1A8rs66MVbKJqqS8NwHvd { background-color:#80e80c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#00237c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.8125rem;left:35.6875rem;display:block; }
#B0qHJexPsHxNNyGkn75Cx45VIuyKNyNt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PMe4I11UzhGAO1mvr3vPuN3MV51E1biH { color:#000000;display:block;width:6.5rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:20.546875rem;left:68.5rem;height:1.21875rem;font-style:normal;display:block; }
#Ipcr0kzWNacbTZmKhDfSTckmSIrSWGWg { box-sizing:content-box;height:31.25rem;width:31.125rem;position:absolute;display:block;z-index:14997;background-color:#02c0fe;background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { background-color: transparent; background-image: none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container > .video-iframe-container { display: none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row > .video-iframe-container { display: none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .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); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { border-width: 0; border-radius: 0; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#RFioTFpZiwlpXuzThaMg1RkEW99Rw5Cn { color:#00237c;display:block;width:34.1875rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.1875rem;left:0rem;height:2.40625rem;font-style:normal;display:block; }
#PO7Dd1XuasJ7CqEHXBKUZ71JDs2kA5ZV { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9.4375rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#TWNEIJDFfddVBplcNwmZom7U1wd3VsWN { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:8.875rem;left:0rem;display:block; }
#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { background-color: transparent; background-image: none; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container > .video-iframe-container { display: none; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row > .video-iframe-container { display: none; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .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); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { border-width: 0; border-radius: 0; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#qtydZ6wJHcW07FRsNcq2Dqqxxkzh1Cyr { color:#808080;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:8.49853125rem;font-style:normal;display:block; }
#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { background-color: transparent; background-image: none; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container > .video-iframe-container { display: none; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row > .video-iframe-container { display: none; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .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); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { border-width: 0; border-radius: 0; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#kROgnm8RbivX8vEde2uf3W0yUAEpbvLt { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#zb0IcUmF64rN6B6JrguVTsovBxTDGGh2 { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#tZ7essnhz4ma83rLefLx8iO2O88zACT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { background-color: transparent; background-image: none; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container > .video-iframe-container { display: none; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row > .video-iframe-container { display: none; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .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); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { border-width: 0; border-radius: 0; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#oi2VdKqAPA3Fl2uUH6J0f1Vw83478699 { color:#808080;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:6.798825rem;font-style:normal;display:block; }
#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { background-color: transparent; background-image: none; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container > .video-iframe-container { display: none; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row > .video-iframe-container { display: none; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .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); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { border-width: 0; border-radius: 0; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#UfgN3QmK6EDb10lK3LDtFSXUHeT7xlUH { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#GilQfCae8WCKRaqOFJeVrQ7DysHtRQP8 { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { background-color: transparent; background-image: none; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container > .video-iframe-container { display: none; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row > .video-iframe-container { display: none; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .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); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { border-width: 0; border-radius: 0; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#HewEtJ0wI823qvW4XbmolvkikAgmOVKa { color:#808080;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:3.3994125rem;font-style:normal;display:block; }
#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { background-color: transparent; background-image: none; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container > .video-iframe-container { display: none; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row > .video-iframe-container { display: none; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .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); }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { border-width: 0; border-radius: 0; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#JETQmG8i7Ahmb73BiADWSuTzrRBRX6Zs { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#Z6smqPgDoBSNQqbQhIT0CnLT9wrvE2uC { box-sizing:content-box;color:#00237c;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { background-color: transparent; background-image: none; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container > .video-iframe-container { display: none; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row > .video-iframe-container { display: none; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .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); }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { border-width: 0; border-radius: 0; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#uDhJnwsC8fL62H3BRUN3JVX4mwsWfPNG { color:#808080;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09911875rem;font-style:normal;display:block; }
#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { position:relative;display:block; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { background-color: transparent; background-image: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .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); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { border-width: 0; border-radius: 0; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .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; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .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:6.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cbdef1);background-image: -moz-linear-gradient(180deg, #ffffff, #cbdef1);background-image: -ms-linear-gradient(180deg, #ffffff, #cbdef1);background-image: -o-linear-gradient(180deg, #ffffff, #cbdef1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbdef1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbdef1' );";background-image: linear-gradient(180deg, #ffffff, #cbdef1);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; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row .container { background-color: transparent; background-image: none; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row .container > .video-iframe-container { display: none; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row > .video-iframe-container { display: none; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .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); }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row .container { border-width: 0; border-radius: 0; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#D625ZiBJJB18sHp71FT1GSD7bIR9k9y5 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d0d31ebb-45e6-401f-9e78-c99ab5e55538/download2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.0625rem;width:45.5625rem;top:5.375rem;left:-8.3125rem;display:block; }#D625ZiBJJB18sHp71FT1GSD7bIR9k9y5.adaptive-delivery-prevent-bg, #D625ZiBJJB18sHp71FT1GSD7bIR9k9y5.lazyload, #D625ZiBJJB18sHp71FT1GSD7bIR9k9y5.lazyloading { background-image: none; }
#c1O0rikD6tLkBGXwT2rnEJe5ZIcwpyxT { color:#00237c;display:block;width:27rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:20rem;left:41.625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g6KmUkerv4mSarSld90hW37Om5DmomQl { color:#00237c;display:block;width:27.3125rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:9.875rem;left:41.625rem;height:9.28125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k4m3s45CN8PqB0PqN6Xy24nu3BO0MOUp { background-color:#80e80c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #80e80c;border-left:0.125rem solid #80e80c;border-right:0.125rem solid #80e80c;border-bottom:0.125rem solid #80e80c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#00237c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.875rem;left:41.625rem;display:block; }
#eKID27s9gQMImad1SxFC8KnxQ7ZG3pMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nNABGfqR5y7n4TcMU9CVknXtVC2FnHll { background-color:transparent;background-image:none;border-top:0.125rem solid #00237c;border-left:0.125rem solid #00237c;border-right:0.125rem solid #00237c;border-bottom:0.125rem solid #00237c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#00237c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.875rem;left:57.12451171875rem;display:block; }
#XO6t5CO7M5Lo9M03SbnZpxPkGL25vJ5u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tkTrgEf3B3cGyB2256WbZ1ndlIwZ5Uaf { position:absolute;display:block;z-index:15001;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:6.8125rem;top:5.8125rem;left:41.625rem;overflow:hidden;display:block; }
#W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00237c;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; } #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection *:focus-visible, #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection input[type="text"]:focus-visible, #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection input[type="email"]:focus-visible, #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection input[type="tel"]:focus-visible, #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection textarea:focus-visible { outline: none; } #nSuFTGkWGZeUOITzCFnQh1kye9wK4z8o > .row .container { background-color: transparent; background-image: none; }#nSuFTGkWGZeUOITzCFnQh1kye9wK4z8o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSuFTGkWGZeUOITzCFnQh1kye9wK4z8o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSuFTGkWGZeUOITzCFnQh1kye9wK4z8o > .row .container > .video-iframe-container { display: none; }#nSuFTGkWGZeUOITzCFnQh1kye9wK4z8o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSuFTGkWGZeUOITzCFnQh1kye9wK4z8o > .row > .video-iframe-container { display: none; }#nSuFTGkWGZeUOITzCFnQh1kye9wK4z8o > .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); }#nSuFTGkWGZeUOITzCFnQh1kye9wK4z8o > .row .container { border-width: 0; border-radius: 0; }#nSuFTGkWGZeUOITzCFnQh1kye9wK4z8o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nSuFTGkWGZeUOITzCFnQh1kye9wK4z8o > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002464;background-image:none;position:fixed;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row .container { background-color: transparent; background-image: none; }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row .container > .video-iframe-container { display: none; }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row > .video-iframe-container { display: none; }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .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); }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row .container { border-width: 0; border-radius: 0; }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#RwxGMwxb6A5eWMA37ESne0m6OazcvEUk { color:#80e80c;display:block;width:6.5rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1.125rem;left:56.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sqfLSdwgkxsgfTKFJr8tEAppwebxn3rX { background-color:transparent;background-image:none;border-top:0rem solid #0f3584;border-left:0.0625rem solid #0f3584;border-right:0.0625rem solid #0f3584;border-bottom:0rem solid #0f3584;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.6875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0rem;left:52.4375rem;display:block; }
#czNAgJOkF25ew1C51wFIG2MqAVFiEbcS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VakLe8nJntE2yTdWOTacx19qAusIe9cE { box-sizing:content-box;color:#80e80c;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:0.5625rem;left:53.625rem;display:block; }
#fQO9LPHTS1UXZML6LxhVUB443RAaxTtm { color:#ffffff;display:block;width:6.061525rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:1.03125rem;left:67.31103515625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cZWLTGUrDqb1UIMotyA5HZ3GtTDpodwT { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:0.5625rem;left:64.625rem;display:block; }
#Mi79eCLT4v4ot3ESRTKXDTkDmq17p0CR { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:1.4375rem;left:16.125rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KlcPtWVTJO66ZE8feUvSk10NEe7i714q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4985625rem;height:3.68555rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:0.0625rem;left:63.87451171875rem;display:block; }
#tZGlylGtFv3NKeTsJp3OxGf6JtbIa4Jk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { width:13.375rem;height:3.75rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3x6IbmwuqNhh7fFl42S4NqHT3QPC1q { width:31.3125rem;height:12.75rem;top:11.1875rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxzXIV7Om5S2SfvBfRKr8mF0MzkOzOQl { width:14.5625rem;height:4.0625rem;top:25.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw4bVIcLFEkbCfKfWroEd0XMQOFT3peR { width:13.9375rem;height:3.4375rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFf8I1ShwobvGP4RMkJkUFXUFazXoaTc { display:block; }
 }@media only screen and (max-width: 763px) { #KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun { width:47.75rem;height:42.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeKKzZDsiVV7IZOwR3QAJ3QTA0fn5WXg { width:11.1875rem;height:3.4375rem;top:32.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2vaAcTK2p41EylkilsJM6UTb3FrlHga { display:block; }
 }@media only screen and (max-width: 763px) { #nWstbFJVXIVpFaSHrSs6uT8vqcV2X8vb { width:7rem;height:7.25rem;top:1.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqA3gxt2xTwU3etXtp5Ut6l3QQxQdEgc { width:7.6875rem;height:1.1875rem;top:3.5rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwvXr25DNr1FkshTR8d9c0RhsunQrrX0 { display:block; }
 }@media only screen and (max-width: 763px) { #ReD6ewOzEmzvArvX2ENFJ3i3aaMsQZVK { width:1.125rem;height:1.125rem;top:33.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block; }
 }@media only screen and (max-width: 763px) { #A9n7CfCOeiDNMAuSQq3wCftSpTTU2pJu { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DInztTyTGM4NTxkQZPnnmcdmNT9gsDN9 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JyOT3lx5Kbunv5e5kcuzx0Z2Wv5w8SoX { width:3.4375rem;height:3.4375rem;top:2.375rem;left:44.3125rem;display:block; }
#JyOT3lx5Kbunv5e5kcuzx0Z2Wv5w8SoX > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #p2B64EmlcMT0tfeND1dqGC6rgsDaeae4 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8OyCfR6hPRsrFfbdyVb0vgqR8L8AiqR { width:8.1875rem;height:7.25rem;top:24.875rem;left:4.5625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKL7gS0Cohu3zZqXMiAmg5sFUwIADM5V { width:4.375rem;height:1.375rem;top:28.5rem;left:12.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpErub0xfbTbDmVQoqsRV8bSe4gmJC0A { width:4.375rem;height:2.125rem;top:26.75rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBFQv2zumRu0hTHuSFnTr8w277xsHonx { width:4.25rem;height:2.375rem;top:27.4375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5aD9Fpv5KSDkQS7FqHhBTTsSq80FhHd { width:7.5625rem;height:0.75rem;top:39.9375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mctFuvHzZhWXkhHxVNJwXJheRl2ByqPF { width:18.375rem;height:1.1875rem;top:39.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIEIsmg5FCzturWXhPrANxfgp1bWTRgh { width:2.625rem;height:1.75rem;top:39.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXKHxKp0cgcvT8xwXS73N9IVdhRmR8IO { width:2rem;height:2rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOK11MTLuPo9dddPBF3Pgu7JulX4rIru { width:2rem;height:2rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiUwVDaiySOPt25wTSkIkFcWQuVGzdpv { width:2rem;height:2rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v { display:block; }#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7co2B8grqmmTKQWCT00C0mIne4xMFok { width:46.3125rem;height:11.25rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awKWKzuIF96vnfTBEr5AgcTMpAIxNX6p { width:21.125rem;height:4.125rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSMEh5TZpVOxm9P8cxT3TyvOy3XWWaTf { width:12.75rem;height:2.75rem;top:6.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHXPCqNZtFkZIQuTokCBbTHTbz1zOiK0 { width:8.0625rem;height:2.1875rem;top:7.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpPoHg7B1O2bTLWZqUxbT9D3MxoKxtyc { display:block; }
 }@media only screen and (max-width: 763px) { #q0MhOS455dXrRwXFlnpkZsVTan7aWAOq { width:8.0625rem;height:2.1875rem;top:6.875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86fLlwDX2TwEZW4zI4Trmvc0BDZdTP3 { display:block; }
 }@media only screen and (max-width: 763px) { #mTtHXDqTIRtfgMSB9X6HJqbml8UnqPt7 { width:13.3125rem;height:2.75rem;top:6.625rem;left:33.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNw1pCqzNHZ2kXnun0fU0SMLwTvkClqm { width:21.125rem;height:4.125rem;top:1.9375rem;left:26.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGRiEz36B7ZTneeSXCH517fcIDW2CvwU { width:26.4375rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNJpwQea2Bk6IauGHxW69Wk0v3X9phQh { width:21.125rem;height:4.125rem;top:1.9375rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arz3T1JDNXOt6mXSlJINye2kXmutHZk5 { width:13.625rem;height:2.75rem;top:6.625rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVdpVRSFdVqvbdVLZQ2kMqQ50IGRdqi9 { width:8.0625rem;height:2.1875rem;top:6.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFlppkyyohZ3gDVCFi0JyTzC6iTxxd5Z { display:block; }
 }@media only screen and (max-width: 763px) { #gQo0Kqp9Ub9LUM5kLRmULaF5kxNTxvKy { width:46.3125rem;height:11.25rem;top:0rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 { display:block; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qe2OrzUgute7mPqwafsIRB1DiZvLTO2Z { width:18.5625rem;height:4.125rem;top:12rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPRyV9t4PqWBn7UsIdT0spAPivTwVuE9 { width:15.625rem;height:2rem;top:9.375rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8d300w9dpTelZdiAtBwNPL557DzM22W { width:2.625rem;height:2.625rem;top:5.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3hNtxL3MzuwgPfI4UPbgxWQoDXlPyin { width:15.625rem;height:2rem;top:9.4375rem;left:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJJp2UFzydfbSU6MwJNkEdWW01vt3Oe5 { width:17.9375rem;height:4.125rem;top:12.0625rem;left:13.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAQTfAsTVN8yeN69GPZv3230a3L9Lzsr { width:2.625rem;height:2.625rem;top:5.625rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #elbnleZIcdDBH3BshhUA1ew9TRwKQMGI { width:13.75rem;height:2.75rem;top:12rem;left:32.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4qXlxEq3xyWJ5QLmWgorypV9VO2HUl6 { width:15.625rem;height:2rem;top:9.4375rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECz0cMmrfrwWJlw0Ft5HoR33ubHEwBeT { width:4rem;height:2rem;top:5.875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzWEHKrNnViceOSINcbNnxi8sa9T8hMO { width:0.0625rem;height:15rem;top:4.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgtw63NHoROQ2eZ1KbT7Te4TmNqumgfB { width:0.0625rem;height:15rem;top:4.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO { display:none; }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp { display:block; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUuKXvv7izbuoOHWR2LZ05OlVpPQ4lrs { width:45.9375rem;height:45.9375rem;top:-3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3RvhLqeTvWBG9n5UJCDHyrtOC8AELgK { width:30.75rem;height:2.0625rem;top:4.1875rem;left:17rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIqoeEhSiBGrkMCPswBttbd4UmNbk5pq { width:23.1875rem;height:15.875rem;top:8.75rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykAGirXKeO8dRtPosHgZ7tUvbxEG9TaT { width:23.25rem;height:4.75rem;top:27.5625rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE2ZbBMJdyLWSm05ZeTtNfMy8LpR3Eph { width:1.875rem;height:15.875rem;top:8.75rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Ay9EEIB8J45r8Z2gIJywrJafyNvENu { width:1.9375rem;height:4.75rem;top:27.5625rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtpCT80ubukCVwrDBKnefrx2Zi7aCFpn { width:23.25rem;height:1.375rem;top:6.8125rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo0J4aIpqRsKEfc246QNdR0KeEZckTlx { width:23.25rem;height:1.375rem;top:25.625rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRSoWiK9hTVVoDrq1ifAtff6ZXcJHbFp { width:13.9375rem;height:2.8125rem;top:33.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcHRQMR4rmhWWGhDWTL8CJOVusfdLw9Q { display:block; }
 }@media only screen and (max-width: 763px) { #ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm { display:block; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5zS6WfWUMgUi2JC568TQJvQhilMe5GD { width:15.0625rem;height:2.75rem;top:19rem;left:8.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omcG8BpAQbeJPwGylvAoGMqnRutWxTHn { width:15.4375rem;height:3.0625rem;top:15.4375rem;left:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov1Tz7Twd34BrAfTakzzh7ixciHLRWDB { width:1.875rem;height:1.875rem;top:13.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUkHNJeG7ZthlWaiTx6CMXNIAVMWAwaC { width:15.4375rem;height:3.0625rem;top:15.4375rem;left:20.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TZoJTKLT0DDUJKJ6p0RaEbbiZ3fRDW { width:15.0625rem;height:2.75rem;top:19.0625rem;left:20.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIVAfOWK1oqzMa4aEl4ytTisUFE3BP71 { width:1.875rem;height:1.875rem;top:13.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf27UbyZcI117wrVNlaC7zEwaEsvck0z { width:15.6875rem;height:2.75rem;top:19rem;left:32.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVt8asy1SZ4y4ryu6BcIZFTqlO9NFllr { width:15.4375rem;height:3.0625rem;top:15.4375rem;left:32.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3U1fKzAQwxDTCDGZU0iP3ur25n1510J { width:1.875rem;height:1.875rem;top:13.625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbU2Hf2XCpyhpD1tNGCdM7b4yS1FKbfH { width:15.6875rem;height:2.75rem;top:19.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcAdUKNLZTTcpruyi5ucgZhdXm5zcbDn { width:15.4375rem;height:3.0625rem;top:15.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM0im3u4u4pxl7kE3MAzCuL4ZMTUCxkB { width:2.0625rem;height:2.0625rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVSPSSn6sobv6xHsfO0VItgp3rO7MJdM { width:47.75rem;height:2.375rem;top:5.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Futf5FVZKTTEIz8c6TWDUxTnosU4T8eS { width:45.25rem;height:20.4375rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfnmV2V2dEEFJQpdQytU06ZB8WDoXyHA { width:47.75rem;height:30rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDaKBORqWCa7ZEyszF4s3QgfgS90wWRf { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { display:block; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC { width:24.625rem;height:15.625rem;top:0rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5blc0hROxd4G7mnL17LpUWxIcooyGOC { width:35rem;height:4.75rem;top:3.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJnN7fRdb76UJIen56lxCwidaKEXSWed { width:12.4375rem;height:2.1875rem;top:9.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgP5W10eoqxOsedW8Bb9ZhTUfXfiCyFt { display:block; }
 }@media only screen and (max-width: 763px) { #su4XTZIfGALm6ewEU3bm2S2lpVJ36Z6l { width:27.9375rem;height:2.75rem;top:8.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOay5zcdvmRCEHSEA4ee5ofuS558WrX { width:3.375rem;height:1.625rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpi7len7GcT936MIampM8Wll8T2ZKJg4 { display:block; }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kN0HexBSIONOsAStZgv1gU1aPxpnHrsg { display:block; }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIZ1lGJCyhwQG6PlmfJbX1UHavIOT96H { width:35rem;height:4.8125rem;top:3.0625rem;left:6.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z969E5Xl9upn6lSET1KyIIAESTDBoIBC { display:block; }#z969E5Xl9upn6lSET1KyIIAESTDBoIBC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0g3WZ0tHy2vkbvr9lmkW0fxbplDf7g4 { width:15.625rem;height:3.75rem;top:4.4375rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae8cnSXCUT63A3Ngc6H2fCFgVCtr4nwo { width:3.875rem;height:3.875rem;top:0rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5MLCzWpAemLLZlVVgz2c7cLOU1b8eIa { width:15.625rem;height:3.75rem;top:4.4375rem;left:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv8iyg2CH44NMglzvgL8PvAeHzSTLC3r { width:3.875rem;height:3.875rem;top:0rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drq8ZK9ktZAHf7lPBt5098rVxSi0T4zw { width:16.5625rem;height:3.75rem;top:4.4375rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWKwNW2BS0ego9pq9Qe8WgbFMkSuIHqZ { width:3.875rem;height:3.875rem;top:0rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk { display:block; }#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqznbfmcqeipXTU6h8dxuk7StogvghuM { width:15.625rem;height:3.75rem;top:4.4375rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBs33Kv7hRlw6Thnu65TTPUOfP122Mzp { width:3.875rem;height:3.875rem;top:0rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0SyuIOaOuCy7DEHl09qhWIDWanWBhQt { width:15.625rem;height:3.75rem;top:4.4375rem;left:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmVzF1wXF28XPFM4ynMF0hnEoUdT8Nwy { width:3.875rem;height:3.875rem;top:0rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce5OhTnW70y6kZKCmGty8rCyUzbg2CN6 { width:15.625rem;height:3.75rem;top:4.4375rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WngG0iEn5mlhvaRupUTbbVC0vBR2oJ0h { width:3.875rem;height:3.875rem;top:0rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmGuLAmFdDNI7kxb6pyV6WweE7n82JBc { width:13.8125rem;height:1.75rem;top:8.625rem;left:32.78125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZUfcTTTLIoynzsB54arpHUx6VuSLv0R { display:block; }#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynbT6DPwBx595krgWJ5GzoffKBXvDI69 { width:30.6875rem;height:34.1875rem;top:-2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz3Z7NSPaltzDkNONfswEqq3hFAl3EQ3 { width:27rem;height:9.9375rem;top:3.8125rem;left:20.75rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqhrIL7bBnovTDdVCdFb1qLFsT9A4uFQ { width:6.6875rem;height:3.3125rem;top:3.8125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUsi06ExITiaC4pxGdnlhJZcR7Novxrh { width:30.5rem;height:3.25rem;top:14.6875rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6VTT0H6qkp8p5ThKScp4R562JRyAH0r { width:7.4375rem;height:2.5625rem;top:19.875rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt07yU6USiDvOPXVeffIJR6GR4O2qUPh { width:6.125rem;height:2.6875rem;top:19.6875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt8Fc7zayRcKv5JcLDyXIX2a1iUSHVy5 { width:4.0625rem;height:2.125rem;top:20.25rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKsMPig2FTR9CBK5LLyJ5x5yhUZOxhT0 { width:5.375rem;height:2.4375rem;top:19.8125rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9EdR7agTT1COtXD5zPi9weFmQXfLPzn { width:6.5625rem;height:2.8125rem;top:19.75rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiWVnWfdSaV1A8rs66MVbKJqqS8NwHvd { width:14.5625rem;height:3.4375rem;top:24.8125rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0qHJexPsHxNNyGkn75Cx45VIuyKNyNt { display:block; }
 }@media only screen and (max-width: 763px) { #PMe4I11UzhGAO1mvr3vPuN3MV51E1biH { width:6.5rem;height:1.1875rem;top:20.5rem;left:41.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipcr0kzWNacbTZmKhDfSTckmSIrSWGWg { width:31.125rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM { display:block; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFioTFpZiwlpXuzThaMg1RkEW99Rw5Cn { width:34.1875rem;height:2.375rem;top:4.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO7Dd1XuasJ7CqEHXBKUZ71JDs2kA5ZV { width:47.75rem;height:1.875rem;top:9.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNEIJDFfddVBplcNwmZom7U1wd3VsWN { width:2.4375rem;height:2.4375rem;top:8.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J06cpH8H8JUbgEauByD5Ms3m2RsULTUn { display:block; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtydZ6wJHcW07FRsNcq2Dqqxxkzh1Cyr { width:47.75rem;height:8.5rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA { display:block; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kROgnm8RbivX8vEde2uf3W0yUAEpbvLt { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb0IcUmF64rN6B6JrguVTsovBxTDGGh2 { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7essnhz4ma83rLefLx8iO2O88zACT0 { display:block; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oi2VdKqAPA3Fl2uUH6J0f1Vw83478699 { width:47.75rem;height:6.75rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM { display:block; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfgN3QmK6EDb10lK3LDtFSXUHeT7xlUH { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GilQfCae8WCKRaqOFJeVrQ7DysHtRQP8 { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB { display:block; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HewEtJ0wI823qvW4XbmolvkikAgmOVKa { width:47.75rem;height:3.375rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA { display:block; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JETQmG8i7Ahmb73BiADWSuTzrRBRX6Zs { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6smqPgDoBSNQqbQhIT0CnLT9wrvE2uC { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCfT7K0eISMh1cDfegXQELfpr1Am7rbl { display:block; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDhJnwsC8fL62H3BRUN3JVX4mwsWfPNG { width:47.75rem;height:5.0625rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { display:block; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL { display:block; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D625ZiBJJB18sHp71FT1GSD7bIR9k9y5 { width:45.5625rem;height:34.0625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1O0rikD6tLkBGXwT2rnEJe5ZIcwpyxT { width:27rem;height:3.75rem;top:20rem;left:20.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6KmUkerv4mSarSld90hW37Om5DmomQl { width:27.3125rem;height:9.25rem;top:9.875rem;left:20.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4m3s45CN8PqB0PqN6Xy24nu3BO0MOUp { width:14.6875rem;height:3.4375rem;top:25.875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKID27s9gQMImad1SxFC8KnxQ7ZG3pMM { display:block; }
 }@media only screen and (max-width: 763px) { #nNABGfqR5y7n4TcMU9CVknXtVC2FnHll { width:11.4375rem;height:3.4375rem;top:25.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO6t5CO7M5Lo9M03SbnZpxPkGL25vJ5u { display:block; }
 }@media only screen and (max-width: 763px) { #tkTrgEf3B3cGyB2256WbZ1ndlIwZ5Uaf { width:6.8125rem;height:1.9375rem;top:5.8125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection { display:block; } #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection *:focus-visible, #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection input[type="text"]:focus-visible, #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection input[type="email"]:focus-visible, #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection input[type="tel"]:focus-visible, #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection textarea:focus-visible { outline: none; } #nSuFTGkWGZeUOITzCFnQh1kye9wK4z8o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n { display:block; }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwxGMwxb6A5eWMA37ESne0m6OazcvEUk { width:6.5rem;height:1.625rem;top:1.125rem;left:41.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqfLSdwgkxsgfTKFJr8tEAppwebxn3rX { width:11.4375rem;height:3.6875rem;top:0rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czNAgJOkF25ew1C51wFIG2MqAVFiEbcS { display:block; }
 }@media only screen and (max-width: 763px) { #VakLe8nJntE2yTdWOTacx19qAusIe9cE { width:2.6875rem;height:2.6875rem;top:0.5625rem;left:40rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQO9LPHTS1UXZML6LxhVUB443RAaxTtm { width:6rem;height:1.625rem;top:1rem;left:41.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZWLTGUrDqb1UIMotyA5HZ3GtTDpodwT { width:2.6875rem;height:2.6875rem;top:0.5625rem;left:45.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi79eCLT4v4ot3ESRTKXDTkDmq17p0CR { width:34.6875rem;height:1.25rem;top:1.4375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlcPtWVTJO66ZE8feUvSk10NEe7i714q { width:10.4375rem;height:3.625rem;top:0.0625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZGlylGtFv3NKeTsJp3OxGf6JtbIa4Jk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#e5f0f8;background-image:none;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); } }@media only screen and (max-width: 763px) { #ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { background-color:#00b0e9;background-image:none;display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { background-color: transparent; background-image: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .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); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { width:11.125rem;height:2.9375rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3x6IbmwuqNhh7fFl42S4NqHT3QPC1q { width:14.3125rem;height:6.411625rem;top:11.4375rem;left:0rem;font-size:2.375rem;line-height:.9;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #kxzXIV7Om5S2SfvBfRKr8mF0MzkOzOQl { width:13.5625rem;height:2.69921875rem;top:18.75rem;left:0rem;font-size:1.125rem;line-height:1.2;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Vw4bVIcLFEkbCfKfWroEd0XMQOFT3peR { width:10.75rem;height:3.125rem;top:28.6875rem;left:0rem;font-size:1.125rem;z-index:15012;color:#00237c;background-color:#8ade29;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) { #VFf8I1ShwobvGP4RMkJkUFXUFazXoaTc { display:block; }
 }@media only screen and (max-width: 763px) { #KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun { width:17.5rem;height:25.4375rem;top:9.5625rem;left:5.4658203125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0500dcdf-b912-4ddb-93c2-7e1fe8c84694/banerdent1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun.adaptive-delivery-prevent-bg, #KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun.lazyload, #KQBCNa4tZ5MlTHq0oefVlddXc12p9Mun.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TeKKzZDsiVV7IZOwR3QAJ3QTA0fn5WXg { width:9.4375rem;height:2.75rem;top:32.6875rem;left:0rem;font-size:0.875rem;z-index:15014;background-color:#2c4cb3;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2vaAcTK2p41EylkilsJM6UTb3FrlHga { display:block; }
 }@media only screen and (max-width: 763px) { #nWstbFJVXIVpFaSHrSs6uT8vqcV2X8vb { width:6.375rem;height:6.5625rem;top:2.75rem;left:10.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqA3gxt2xTwU3etXtp5Ut6l3QQxQdEgc { width:6.125rem;height:1.12890625rem;top:33.55859375rem;left:11.4375rem;font-size:0.75rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #RwvXr25DNr1FkshTR8d9c0RhsunQrrX0 { display:block; }
 }@media only screen and (max-width: 763px) { #ReD6ewOzEmzvArvX2ENFJ3i3aaMsQZVK { display:flex;width:1.125rem;height:1.125rem;top:33.5rem;left:0.875rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block; }
 }@media only screen and (max-width: 763px) { #A9n7CfCOeiDNMAuSQq3wCftSpTTU2pJu { top:23.625rem;left:2.9375rem;width:20rem;height:11.4375rem;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #00b0e9);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #00b0e9);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #00b0e9);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #00b0e9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00b0e9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00b0e9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #00b0e9);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DInztTyTGM4NTxkQZPnnmcdmNT9gsDN9 { top:10.25rem;left:6.8125rem;width:11.3125rem;height:24.8125rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00b0e9, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #00b0e9, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #00b0e9, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #00b0e9, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0e9', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0e9', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #00b0e9, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JyOT3lx5Kbunv5e5kcuzx0Z2Wv5w8SoX { display:flex;width:3.125rem;height:3.125rem;top:1.8125rem;left:17.9375rem;font-size:2.1875rem; }
#JyOT3lx5Kbunv5e5kcuzx0Z2Wv5w8SoX > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #p2B64EmlcMT0tfeND1dqGC6rgsDaeae4 { top:23.625rem;left:0rem;width:3rem;height:11.4375rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #00b0e9);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #00b0e9);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #00b0e9);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #00b0e9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00b0e9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00b0e9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #00b0e9);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #w8OyCfR6hPRsrFfbdyVb0vgqR8L8AiqR { width:5.375rem;height:4.0625rem;top:22.2734375rem;left:1.75rem;font-size:4.0625rem;line-height:1;z-index:15016;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #kKL7gS0Cohu3zZqXMiAmg5sFUwIADM5V { width:4.375rem;height:1.04980625rem;top:24.01171875rem;left:7.1875rem;font-size:0.75rem;line-height:1.4;font-weight:400;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #lpErub0xfbTbDmVQoqsRV8bSe4gmJC0A { width:2.0625rem;height:1.3999rem;top:22.9375rem;left:7rem;font-size:1rem;line-height:1.4;font-weight:700;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bBFQv2zumRu0hTHuSFnTr8w277xsHonx { width:3rem;height:1.6494125rem;top:23.5625rem;left:0rem;font-size:0.75rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #z5aD9Fpv5KSDkQS7FqHhBTTsSq80FhHd { width:3.75rem;height:0.6186525rem;top:39.46875rem;left:4.25rem;font-size:0.5625rem;line-height:1.1;font-weight:700;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mctFuvHzZhWXkhHxVNJwXJheRl2ByqPF { width:7.25rem;height:1.375rem;top:39.087890625rem;left:10.625rem;font-size:0.625rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #aIEIsmg5FCzturWXhPrANxfgp1bWTRgh { width:2.625rem;height:1.6499rem;top:38.92578125rem;left:8rem;font-size:1.5rem;line-height:1.1;font-weight:700;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PXKHxKp0cgcvT8xwXS73N9IVdhRmR8IO { width:2rem;height:2rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOK11MTLuPo9dddPBF3Pgu7JulX4rIru { width:2rem;height:2rem;top:38.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiUwVDaiySOPt25wTSkIkFcWQuVGzdpv { width:2rem;height:2rem;top:38.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v { display:block; }#iBB8BAbkEh07izAe1gwTWsx9xhNHSI4v > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7co2B8grqmmTKQWCT00C0mIne4xMFok { width:19.9375rem;height:10.75rem;top:18.4375rem;left:-7.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #awKWKzuIF96vnfTBEr5AgcTMpAIxNX6p { width:6.1875rem;height:5rem;top:2.5625rem;left:0rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RSMEh5TZpVOxm9P8cxT3TyvOy3XWWaTf { width:8.375rem;height:3.65625rem;top:8.349609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHXPCqNZtFkZIQuTokCBbTHTbz1zOiK0 { width:5.9375rem;height:2.1875rem;top:13.380859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpPoHg7B1O2bTLWZqUxbT9D3MxoKxtyc { display:block; }
 }@media only screen and (max-width: 763px) { #q0MhOS455dXrRwXFlnpkZsVTan7aWAOq { width:5.9375rem;height:2.1875rem;top:24.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86fLlwDX2TwEZW4zI4Trmvc0BDZdTP3 { display:block; }
 }@media only screen and (max-width: 763px) { #mTtHXDqTIRtfgMSB9X6HJqbml8UnqPt7 { width:10.3125rem;height:2.4375rem;top:21rem;left:9.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNw1pCqzNHZ2kXnun0fU0SMLwTvkClqm { width:7.8125rem;height:5.5rem;top:21rem;left:0.1875rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qGRiEz36B7ZTneeSXCH517fcIDW2CvwU { width:13.8125rem;height:18.4375rem;top:0rem;left:9.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lNJpwQea2Bk6IauGHxW69Wk0v3X9phQh { width:7.8125rem;height:5rem;top:2.5625rem;left:11.5625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Arz3T1JDNXOt6mXSlJINye2kXmutHZk5 { width:8rem;height:3.65625rem;top:8.349609375rem;left:11.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVdpVRSFdVqvbdVLZQ2kMqQ50IGRdqi9 { width:5.9375rem;height:2.1875rem;top:13.380859375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFlppkyyohZ3gDVCFi0JyTzC6iTxxd5Z { display:block; }
 }@media only screen and (max-width: 763px) { #gQo0Kqp9Ub9LUM5kLRmULaF5kxNTxvKy { width:16.625rem;height:10.75rem;top:18.4375rem;left:9.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 { display:block; }#AdB0BMiUT6xoHT1URos0D4SU1rQmaaA9 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qe2OrzUgute7mPqwafsIRB1DiZvLTO2Z { width:16.4375rem;height:3.9375rem;top:4.375rem;left:3.7177734375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HPRyV9t4PqWBn7UsIdT0spAPivTwVuE9 { width:15.625rem;height:1.625rem;top:2.5625rem;left:3.71875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s8d300w9dpTelZdiAtBwNPL557DzM22W { width:2.625rem;height:2.625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3hNtxL3MzuwgPfI4UPbgxWQoDXlPyin { width:14.75rem;height:1.625rem;top:12.6875rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NJJp2UFzydfbSU6MwJNkEdWW01vt3Oe5 { width:15.5rem;height:3.9375rem;top:15.125rem;left:3.75rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rAQTfAsTVN8yeN69GPZv3230a3L9Lzsr { width:2.625rem;height:2.625rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elbnleZIcdDBH3BshhUA1ew9TRwKQMGI { width:17.4375rem;height:1.3125rem;top:25.25rem;left:3.75rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4qXlxEq3xyWJ5QLmWgorypV9VO2HUl6 { width:14.875rem;height:1.625rem;top:22.8125rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ECz0cMmrfrwWJlw0Ft5HoR33ubHEwBeT { width:3rem;height:1.375rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzWEHKrNnViceOSINcbNnxi8sa9T8hMO { width:20rem;height:0.0625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zgtw63NHoROQ2eZ1KbT7Te4TmNqumgfB { width:20rem;height:0.0625rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cc2e490c-d659-4503-b071-402e2de69909/dental21.crop_934x463_40,175.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO.adaptive-delivery-prevent-bg, #bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO.lazyload, #bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO.lazyloading { background-image: none; }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO > .row .container { background-color: transparent; background-image: none; }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO > .row .container > .video-iframe-container { display: none; }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO > .row > .video-iframe-container { display: none; }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO > .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); }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO > .row .container { border-width: 0; border-radius: 0; }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bdNkHu6qaVtXpUWTTQka5Lnm7ZbXFXqO > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp { display:block; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUuKXvv7izbuoOHWR2LZ05OlVpPQ4lrs { width:19.0625rem;height:19.0625rem;top:40.76171875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3RvhLqeTvWBG9n5UJCDHyrtOC8AELgK { width:20rem;height:6.5625rem;top:1.75rem;left:0rem;font-size:2.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HIqoeEhSiBGrkMCPswBttbd4UmNbk5pq { width:15.4375rem;height:15.9375rem;top:12.318359375rem;left:1.625rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ykAGirXKeO8dRtPosHgZ7tUvbxEG9TaT { width:17.9375rem;height:4.78125rem;top:31.75rem;left:1.625rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qE2ZbBMJdyLWSm05ZeTtNfMy8LpR3Eph { width:1.875rem;height:15.9375rem;top:12.318359375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Ay9EEIB8J45r8Z2gIJywrJafyNvENu { width:1.9375rem;height:4.78125rem;top:31.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtpCT80ubukCVwrDBKnefrx2Zi7aCFpn { width:20rem;height:1.38125rem;top:10.3125rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Bo0J4aIpqRsKEfc246QNdR0KeEZckTlx { width:20rem;height:1.38125rem;top:29.75rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oRSoWiK9hTVVoDrq1ifAtff6ZXcJHbFp { width:12.5rem;height:3.125rem;top:38.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcHRQMR4rmhWWGhDWTL8CJOVusfdLw9Q { display:block; }
 }@media only screen and (max-width: 763px) { #ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row .container { background-color: transparent; background-image: none; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row .container > .video-iframe-container { display: none; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row > .video-iframe-container { display: none; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .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); }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row .container { border-width: 0; border-radius: 0; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ErZKuXk81hzuZfDWAD1m34RcSEzbdmXm > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5zS6WfWUMgUi2JC568TQJvQhilMe5GD { width:8.5625rem;height:3.65625rem;top:15.3125rem;left:10rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #omcG8BpAQbeJPwGylvAoGMqnRutWxTHn { width:4.375rem;height:1.375rem;top:13.625rem;left:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov1Tz7Twd34BrAfTakzzh7ixciHLRWDB { display:flex;width:1.875rem;height:1.875rem;top:11.03125rem;left:9.8125rem; }
 }@media only screen and (max-width: 763px) { #EUkHNJeG7ZthlWaiTx6CMXNIAVMWAwaC { width:7.5625rem;height:1.375rem;top:24.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TZoJTKLT0DDUJKJ6p0RaEbbiZ3fRDW { width:7.875rem;height:3.65625rem;top:26.3125rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nIVAfOWK1oqzMa4aEl4ytTisUFE3BP71 { display:flex;width:1.6875rem;height:1.6875rem;top:22.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bf27UbyZcI117wrVNlaC7zEwaEsvck0z { width:7.25rem;height:3.65625rem;top:26.3125rem;left:10rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zVt8asy1SZ4y4ryu6BcIZFTqlO9NFllr { width:5.125rem;height:1.375rem;top:24.625rem;left:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3U1fKzAQwxDTCDGZU0iP3ur25n1510J { display:flex;width:1.875rem;height:1.875rem;top:22.25rem;left:10rem; }
 }@media only screen and (max-width: 763px) { #hbU2Hf2XCpyhpD1tNGCdM7b4yS1FKbfH { width:7.8125rem;height:3.65625rem;top:15.3125rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OcAdUKNLZTTcpruyi5ucgZhdXm5zcbDn { width:8.1875rem;height:1.375rem;top:13.625rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM0im3u4u4pxl7kE3MAzCuL4ZMTUCxkB { display:flex;width:2.0625rem;height:2.0625rem;top:10.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PVSPSSn6sobv6xHsfO0VItgp3rO7MJdM { width:16.1875rem;height:5.625rem;top:3.5rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Futf5FVZKTTEIz8c6TWDUxTnosU4T8eS { width:16.5rem;height:7.1875rem;top:1.6875rem;left:-2.1243811881188rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfnmV2V2dEEFJQpdQytU06ZB8WDoXyHA { width:17.75rem;height:9.6875rem;top:0.4375rem;left:-2rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDaKBORqWCa7ZEyszF4s3QgfgS90wWRf { top:31.25rem;left:0rem;width:20rem;height:16.9375rem;z-index:15021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b7c8eed7-325d-45e7-8655-7f0f516233eb/download20230401T122752077.crop_424x365_188,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aDaKBORqWCa7ZEyszF4s3QgfgS90wWRf.adaptive-delivery-prevent-bg, #aDaKBORqWCa7ZEyszF4s3QgfgS90wWRf.lazyload, #aDaKBORqWCa7ZEyszF4s3QgfgS90wWRf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { background-color:#00237c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { background-color: transparent; background-image: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container > .video-iframe-container { display: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container { display: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .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); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { border-width: 0; border-radius: 0; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC { width:20rem;height:15.625rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5blc0hROxd4G7mnL17LpUWxIcooyGOC { width:10.3125rem;height:6.1875rem;top:1.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJnN7fRdb76UJIen56lxCwidaKEXSWed { width:13.9375rem;height:3.125rem;top:15.4140625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgP5W10eoqxOsedW8Bb9ZhTUfXfiCyFt { display:block; }
 }@media only screen and (max-width: 763px) { #su4XTZIfGALm6ewEU3bm2S2lpVJ36Z6l { width:18.9375rem;height:4.142575rem;top:8.7734375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOay5zcdvmRCEHSEA4ee5ofuS558WrX { width:7.0625rem;height:3.25rem;top:4.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpi7len7GcT936MIampM8Wll8T2ZKJg4 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 > .row .container { border-width: 0; border-radius: 0; }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fpi7len7GcT936MIampM8Wll8T2ZKJg4 > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kN0HexBSIONOsAStZgv1gU1aPxpnHrsg { display:block; }#kN0HexBSIONOsAStZgv1gU1aPxpnHrsg > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIZ1lGJCyhwQG6PlmfJbX1UHavIOT96H { width:20rem;height:4.125rem;top:2.78125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z969E5Xl9upn6lSET1KyIIAESTDBoIBC { display:block; }#z969E5Xl9upn6lSET1KyIIAESTDBoIBC > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0g3WZ0tHy2vkbvr9lmkW0fxbplDf7g4 { width:15.625rem;height:3rem;top:0rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ae8cnSXCUT63A3Ngc6H2fCFgVCtr4nwo { width:3rem;height:3rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5MLCzWpAemLLZlVVgz2c7cLOU1b8eIa { width:15.625rem;height:3rem;top:5.5rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tv8iyg2CH44NMglzvgL8PvAeHzSTLC3r { width:3rem;height:3rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drq8ZK9ktZAHf7lPBt5098rVxSi0T4zw { width:14.125rem;height:3rem;top:11.25rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dWKwNW2BS0ego9pq9Qe8WgbFMkSuIHqZ { width:2.6875rem;height:2.6875rem;top:11.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk { display:block; }#T7iz56bXPNXr7beCHVRB2Q7GTyng9uyk > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqznbfmcqeipXTU6h8dxuk7StogvghuM { width:15.625rem;height:3rem;top:2.5rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fBs33Kv7hRlw6Thnu65TTPUOfP122Mzp { width:3rem;height:3rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0SyuIOaOuCy7DEHl09qhWIDWanWBhQt { width:15.625rem;height:3rem;top:8rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hmVzF1wXF28XPFM4ynMF0hnEoUdT8Nwy { width:3rem;height:3rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce5OhTnW70y6kZKCmGty8rCyUzbg2CN6 { width:12.125rem;height:3rem;top:13.75rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WngG0iEn5mlhvaRupUTbbVC0vBR2oJ0h { width:3.125rem;height:3.125rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmGuLAmFdDNI7kxb6pyV6WweE7n82JBc { width:11rem;height:1.5rem;top:17.125rem;left:3.8125rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;color:rgba(0,0,0,0.56);display:block; }
 }@media only screen and (max-width: 763px) { #FZUfcTTTLIoynzsB54arpHUx6VuSLv0R { display:block; }#FZUfcTTTLIoynzsB54arpHUx6VuSLv0R > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynbT6DPwBx595krgWJ5GzoffKBXvDI69 { width:19.375rem;height:22.3125rem;top:24.0625rem;left:0.3125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/07bf7fb6-2ac7-4381-9a39-33f277b6aa56/designsemnome926776b063d5dd3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ynbT6DPwBx595krgWJ5GzoffKBXvDI69.adaptive-delivery-prevent-bg, #ynbT6DPwBx595krgWJ5GzoffKBXvDI69.lazyload, #ynbT6DPwBx595krgWJ5GzoffKBXvDI69.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Vz3Z7NSPaltzDkNONfswEqq3hFAl3EQ3 { width:14.0625rem;height:5.25rem;top:3.1875rem;left:2.3125rem;font-size:1.75rem;line-height:1;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqhrIL7bBnovTDdVCdFb1qLFsT9A4uFQ { width:4rem;height:1.625rem;top:3.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUsi06ExITiaC4pxGdnlhJZcR7Novxrh { width:15.5rem;height:3.8994125rem;top:9.30078125rem;left:2.25rem;font-size:1rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15017;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o6VTT0H6qkp8p5ThKScp4R562JRyAH0r { width:6.25rem;height:3.6875rem;top:14.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt07yU6USiDvOPXVeffIJR6GR4O2qUPh { width:5.5rem;height:2.5rem;top:14.65625rem;left:7.8125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/abd79d77-c1c5-4ff3-9987-351a88f2cfa2/download20241231T105022070.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#tt07yU6USiDvOPXVeffIJR6GR4O2qUPh.adaptive-delivery-prevent-bg, #tt07yU6USiDvOPXVeffIJR6GR4O2qUPh.lazyload, #tt07yU6USiDvOPXVeffIJR6GR4O2qUPh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Wt8Fc7zayRcKv5JcLDyXIX2a1iUSHVy5 { width:3.875rem;height:2.25rem;top:14.90625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKsMPig2FTR9CBK5LLyJ5x5yhUZOxhT0 { width:5.0625rem;height:2.9375rem;top:17.4375rem;left:4.625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ac22f553-0988-42be-a59b-eaca8a4f937d/AFGIULIANAFLORESLOGOCV01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#kKsMPig2FTR9CBK5LLyJ5x5yhUZOxhT0.adaptive-delivery-prevent-bg, #kKsMPig2FTR9CBK5LLyJ5x5yhUZOxhT0.lazyload, #kKsMPig2FTR9CBK5LLyJ5x5yhUZOxhT0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J9EdR7agTT1COtXD5zPi9weFmQXfLPzn { width:5.4375rem;height:2.5625rem;top:17.8125rem;left:11rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8b1f0ed8-b3a0-4e4b-85e5-0f2813716468/download20241114T074754181.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#J9EdR7agTT1COtXD5zPi9weFmQXfLPzn.adaptive-delivery-prevent-bg, #J9EdR7agTT1COtXD5zPi9weFmQXfLPzn.lazyload, #J9EdR7agTT1COtXD5zPi9weFmQXfLPzn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PiWVnWfdSaV1A8rs66MVbKJqqS8NwHvd { width:12.5rem;height:3.4375rem;top:21.65625rem;left:3.75rem;font-size:1.125rem;z-index:15012;color:#00237c;background-color:#86ea17;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) { #B0qHJexPsHxNNyGkn75Cx45VIuyKNyNt { display:block; }
 }@media only screen and (max-width: 763px) { #PMe4I11UzhGAO1mvr3vPuN3MV51E1biH { width:6.5rem;height:0;top:20.875rem;left:6.75rem;font-size:0.9375rem;line-height:1.2;font-weight:400;font-style:normal;z-index:15017;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ipcr0kzWNacbTZmKhDfSTckmSIrSWGWg { width:20rem;height:22.75rem;top:23.59375rem;left:0rem;background-color:#02c0fe;background-image:none;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM { display:block; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFioTFpZiwlpXuzThaMg1RkEW99Rw5Cn { width:20rem;height:2.0625rem;top:4.375rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PO7Dd1XuasJ7CqEHXBKUZ71JDs2kA5ZV { width:14.9375rem;height:2.625rem;top:8.9375rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TWNEIJDFfddVBplcNwmZom7U1wd3VsWN { width:2.4375rem;height:2.4375rem;top:9.0625rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #J06cpH8H8JUbgEauByD5Ms3m2RsULTUn { display:block; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtydZ6wJHcW07FRsNcq2Dqqxxkzh1Cyr { width:20rem;height:14.0625rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA { display:block; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kROgnm8RbivX8vEde2uf3W0yUAEpbvLt { width:14.9375rem;height:1.3125rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zb0IcUmF64rN6B6JrguVTsovBxTDGGh2 { width:2.4375rem;height:2.4375rem;top:2.75rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7essnhz4ma83rLefLx8iO2O88zACT0 { display:block; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oi2VdKqAPA3Fl2uUH6J0f1Vw83478699 { width:20rem;height:11.25rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM { display:block; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfgN3QmK6EDb10lK3LDtFSXUHeT7xlUH { width:14.9375rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GilQfCae8WCKRaqOFJeVrQ7DysHtRQP8 { width:2.4375rem;height:2.4375rem;top:2.75rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB { display:block; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HewEtJ0wI823qvW4XbmolvkikAgmOVKa { width:20rem;height:5.625rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA { display:block; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JETQmG8i7Ahmb73BiADWSuTzrRBRX6Zs { width:14.9375rem;height:1.3125rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z6smqPgDoBSNQqbQhIT0CnLT9wrvE2uC { width:2.4375rem;height:2.4375rem;top:2.75rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #KCfT7K0eISMh1cDfegXQELfpr1Am7rbl { display:block; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDhJnwsC8fL62H3BRUN3JVX4mwsWfPNG { width:20rem;height:8.4375rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { background-color: transparent; background-image: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .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); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { border-width: 0; border-radius: 0; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL { display:block; }#f0tJGZfp8l6qt3XmDS5XbvuQFd6qpanL > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D625ZiBJJB18sHp71FT1GSD7bIR9k9y5 { width:20rem;height:16rem;top:21.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #c1O0rikD6tLkBGXwT2rnEJe5ZIcwpyxT { width:20rem;height:2.8125rem;top:14.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6KmUkerv4mSarSld90hW37Om5DmomQl { width:15.375rem;height:5.15625rem;top:8.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4m3s45CN8PqB0PqN6Xy24nu3BO0MOUp { width:11.1875rem;height:3.4375rem;top:18.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKID27s9gQMImad1SxFC8KnxQ7ZG3pMM { display:block; }
 }@media only screen and (max-width: 763px) { #nNABGfqR5y7n4TcMU9CVknXtVC2FnHll { width:7.6875rem;height:3.4375rem;top:18.6875rem;left:12.3125rem;font-size:0.9375rem;border-top:0.0625rem solid #00237c;border-left:0.0625rem solid #00237c;border-right:0.0625rem solid #00237c;border-bottom:0.0625rem solid #00237c;display:block; }
 }@media only screen and (max-width: 763px) { #XO6t5CO7M5Lo9M03SbnZpxPkGL25vJ5u { display:block; }
 }@media only screen and (max-width: 763px) { #tkTrgEf3B3cGyB2256WbZ1ndlIwZ5Uaf { width:9.4375rem;height:2.5rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection { display:block; } #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection *:focus-visible, #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection input[type="text"]:focus-visible, #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection input[type="email"]:focus-visible, #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection input[type="tel"]:focus-visible, #W54e7a5272926d31e2255e94f60ff7c9.widget-smartsection textarea:focus-visible { outline: none; } #nSuFTGkWGZeUOITzCFnQh1kye9wK4z8o > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#80e80c;background-image:none;display:block; }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row .container { background-color: transparent; background-image: none; }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row .container > .video-iframe-container { display: none; }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row > .video-iframe-container { display: none; }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .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); }#DZ8mN9SBCBG7XAD7pXHJmbrbnJPw0u9n > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwxGMwxb6A5eWMA37ESne0m6OazcvEUk { width:6.5rem;height:0;top:8.1875rem;left:4.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sqfLSdwgkxsgfTKFJr8tEAppwebxn3rX { width:3rem;height:3rem;top:0rem;left:14.15625rem;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #czNAgJOkF25ew1C51wFIG2MqAVFiEbcS { display:block; }
 }@media only screen and (max-width: 763px) { #VakLe8nJntE2yTdWOTacx19qAusIe9cE { width:3rem;height:3rem;top:0.1875rem;left:14.375rem;font-size:2.0625rem;color:#00237c;display:block; }
 }@media only screen and (max-width: 763px) { #fQO9LPHTS1UXZML6LxhVUB443RAaxTtm { width:6.5rem;height:0;top:14.375rem;left:13.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cZWLTGUrDqb1UIMotyA5HZ3GtTDpodwT { width:2.6875rem;height:2.6875rem;top:0.375rem;left:17.3125rem;font-size:1.875rem;color:#00237c;display:block; }
 }@media only screen and (max-width: 763px) { #Mi79eCLT4v4ot3ESRTKXDTkDmq17p0CR { width:14.9375rem;height:1.2246125rem;top:1.0989532470703rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;color:#00237c;display:block; }
 }@media only screen and (max-width: 763px) { #KlcPtWVTJO66ZE8feUvSk10NEe7i714q { width:2.625rem;height:2.875rem;top:0.125rem;left:17.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #tZGlylGtFv3NKeTsJp3OxGf6JtbIa4Jk { display:block; }
 }