.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline: 2px solid rgba(0, 0, 0, 1); } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ccd49ca8-4104-43b4-89e9-0b2e0360e406/73.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:37.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:3rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:6.125rem;left:0rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { color:#ffffff;display:block;width:53.3123125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:15.75rem;left:3.5625rem;height:1.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GdMcTQhE0AoolGZRyGHE4HIskZkHEktZ { background-color:#ff6501;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.187125rem;height:4.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.5rem;left:18.1875rem;display:block; }
#U5vl2DQKOyuZS9A92mT9KzH3AOcQETU0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQhRgASnOf8HZU3CXv5zzHb6rIhZBpen { color:#ffffff;display:block;width:53.3105625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:18.3125rem;left:3.125rem;height:3.85rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fO6Ax6UPUdPL13fZZDZdgFV0UwuGX6uH { color:#ffffff;display:block;width:53.3105625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:26.3125rem;left:3.375rem;height:1.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JfrvRU7DLZSQoqEh2giNA4ZAIP0y0s6O { 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:2.1875rem;width:8.25rem;top:1.3125rem;left:51rem;overflow:hidden;display:block; }
#Bmz2CwxTQNWPuRQOuzCFygMk5ZTgq0gi { color:#b50000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.2373046875rem;left:26.7177734375rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { 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; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { color:#202f5a;display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.0625rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:5.6875rem;left:3.5rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#wTc6sHhHa7Q1Q20ttC6qxouFKsHrPiy3 { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:12.0625rem;left:3.5625rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#cCKNi2WO7mOGSxpHga8WMxKnPibzwGRT { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:15.1875rem;left:3.5625rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#oiB2lrgOUfMx1eevoBBAd1xmIXM3QGXh { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:18.3125rem;left:3.5625rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#muSb4IcaQ1Wvz5HEaFQzVW1IUPksWblL { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.8125rem;left:3.5rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#zmgExmTm677D9vp5Lzk5Vb5mfkucwlO3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:6.0625rem;left:2.3125rem; }
#qt4CzTGoHixVi24ne9LPUOGBdKAV0Mx4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9.25rem;left:2.3125rem; }
#sEA6k3lrTolP7bwuGgirM7Timmq5Bxgu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:12.4375rem;left:2.375rem; }
#uPuCBXHZcAQGnMHTivOhC8bdqvSae871 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:15.5625rem;left:2.375rem; }
#alJNVnfRFacF44tB6Q81ViQz7Birr4oA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:18.6875rem;left:2.375rem; }
#MBzKHigNJsOZeRHblSiJQIlXFgOhT9py { position:absolute;display:block;z-index:15038;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.25rem;width:21.875rem;top:7.3125rem;left:38.125rem;overflow:hidden;display:block; }
#ZO1Oh8un3ZGlHV9iOvaSZoeDEEKGhN0L { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:21.9375rem;left:2.3125rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#cx2bAbTywTmpFOmeEIVrxkZWXTpSiLdQ { background-color:#ff6501;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.187125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.5rem;left:18.1875rem;display:none; }
#DT5KqwiTtRcTnghZTIsx14TJ1PrBZzaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCHyywLinfaCMIoXlSy0rpChkefMcEWG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#zCHyywLinfaCMIoXlSy0rpChkefMcEWG > .row .container { background-color: transparent; background-image: none; }#zCHyywLinfaCMIoXlSy0rpChkefMcEWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCHyywLinfaCMIoXlSy0rpChkefMcEWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCHyywLinfaCMIoXlSy0rpChkefMcEWG > .row .container > .video-iframe-container { display: none; }#zCHyywLinfaCMIoXlSy0rpChkefMcEWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCHyywLinfaCMIoXlSy0rpChkefMcEWG > .row > .video-iframe-container { display: none; }#zCHyywLinfaCMIoXlSy0rpChkefMcEWG > .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); }#zCHyywLinfaCMIoXlSy0rpChkefMcEWG > .row .container { border-width: 0; border-radius: 0; }#zCHyywLinfaCMIoXlSy0rpChkefMcEWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zCHyywLinfaCMIoXlSy0rpChkefMcEWG > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:60rem;position:relative;display:block; }#KckWbQW5EdUi9nnJThhm6d1mitlWOQrq { color:#202f5a;display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.0625rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q3lwcoQXAPWR0WrcypwLD6Cy2oIy8wHF { position:absolute;display:block;z-index:15038;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.25rem;width:21.875rem;top:7.5625rem;left:0rem;overflow:hidden;display:block; }
#ZFkCfz299Wbl5gdwU7PBcHRhRr7SaSzg { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.6875rem;left:23.625rem;height:5.6rem;font-style:normal;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;overflow:hidden;display:block; }
#NfdLFprqM6IprElvq5eIFWs7e0VXqgMX { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:11.787109375rem;left:23.625rem;height:1.4rem;font-style:normal;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;overflow:hidden;display:block; }
#Qh1tJE5336KcFRUgBFbbJTtKTJUy4QTL { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:13.7763671875rem;left:23.625rem;height:7.9375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Qh1tJE5336KcFRUgBFbbJTtKTJUy4QTL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qh1tJE5336KcFRUgBFbbJTtKTJUy4QTL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a09b608c28cfdad01947e2474f646043b8edd54e.svg); }
#P0SdVmOJt8gBbKuDMq9iV0Dzu7eoTpgT { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:22.3125rem;left:23.625rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 { 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; }#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 > .row .container { background-color: transparent; background-image: none; }#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 > .row .container > .video-iframe-container { display: none; }#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 > .row > .video-iframe-container { display: none; }#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 > .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); }#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 > .row .container { border-width: 0; border-radius: 0; }#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#teQbfSJWtmtJlNMwe3rkvTgQOZzeq67u { color:#202f5a;display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.0625rem;left:0rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uP8ytHKxJHUSOntdkE4lZslIKlL6NbGJ { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:7.75rem;left:2.3125rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#HHJI7dAbtW1Tp4rUdT4TTvTgPUoXTIlD { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.1875rem;left:3.5rem;height:1.4rem;font-style:normal;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;overflow:hidden;display:block; }
#doBdvrxl8cG2b6zqBNu0OMkz39IS36Ve { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:11.5625rem;left:2.3125rem; }
#gRgN9mXusSW1v2AgWQuMoKCo5xe85Xk6 { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:12.875rem;left:3.5rem;height:1.4rem;font-style:normal;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;overflow:hidden;display:block; }
#QPimsiaN7Gf4Qsqdo2OghKc7XTed4yS6 { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.5625rem;left:3.5rem;height:1.4rem;font-style:normal;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;overflow:hidden;display:block; }
#bl3G9DhyhAJyT3HQcegdFehGiua2GRFC { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:16.3125rem;left:3.5rem;height:1.4rem;font-style:normal;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;overflow:hidden;display:block; }
#J4fL5nuByrw49rtsclsHDDOrJul8OSBI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:13.25rem;left:2.3125rem; }
#qK9BIcJeKG56qi84cHGJC7EJ6SSPIWCk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:15rem;left:2.3125rem; }
#FGx0VXTSEO96InpWu9nTQJ3pDhnoD53K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:16.75rem;left:2.3125rem; }
#COKfUSwJ4gHMbI412PH20T4XkQolymqu { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:18.9609375rem;left:2.3125rem;height:1.4rem;font-style:normal;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;overflow:hidden;display:block; }
#hSDWMUHzygi6H5B5sptiIc9NDUVaGmM0 { background-color:#ff6501;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:4.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.748046875rem;left:19.15625rem;display:block; }
#J9M7ZGRFvkadWoyldWUc7f9gQOmOxbv8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkpex50pysHRRC7GZctExUTGxZ4pisiX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33a87ff1-595d-4cd3-9bdd-27e80252cd4f/6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gkpex50pysHRRC7GZctExUTGxZ4pisiX.adaptive-delivery-prevent-bg, #gkpex50pysHRRC7GZctExUTGxZ4pisiX.lazyload, #gkpex50pysHRRC7GZctExUTGxZ4pisiX.lazyloading { background-image: none; }#gkpex50pysHRRC7GZctExUTGxZ4pisiX > .row .container { background-color: transparent; background-image: none; }#gkpex50pysHRRC7GZctExUTGxZ4pisiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#gkpex50pysHRRC7GZctExUTGxZ4pisiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkpex50pysHRRC7GZctExUTGxZ4pisiX > .row .container > .video-iframe-container { display: none; }#gkpex50pysHRRC7GZctExUTGxZ4pisiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#gkpex50pysHRRC7GZctExUTGxZ4pisiX > .row > .video-iframe-container { display: none; }#gkpex50pysHRRC7GZctExUTGxZ4pisiX > .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); }#gkpex50pysHRRC7GZctExUTGxZ4pisiX > .row .container { border-width: 0; border-radius: 0; }#gkpex50pysHRRC7GZctExUTGxZ4pisiX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gkpex50pysHRRC7GZctExUTGxZ4pisiX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gkpex50pysHRRC7GZctExUTGxZ4pisiX > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:block; }#hTFVDT022P3aqKZxNk2E9PWP1fxOha7B { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.0625rem;left:0rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZTEnCX4zxH4PQxZdmPMOVw5auuZGV2P { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:8.375rem;left:2.3125rem;height:4.2rem;font-style:normal;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;overflow:hidden;display:block; }
#z8XexnXzorDXHiMtWe9RAyNZIcVw6lZK { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:15.1875rem;left:2.3125rem;height:12.1375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#z8XexnXzorDXHiMtWe9RAyNZIcVw6lZK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z8XexnXzorDXHiMtWe9RAyNZIcVw6lZK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af7b3d142ec0650f0374fc526620a12ce7739ea5.svg); }
#so7GUZ6cRBmPGlxTCPrpE41n08n9Ic8y { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:13.1875rem;left:2.3125rem;height:1.4rem;font-style:normal;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;overflow:hidden;display:block; }
#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33a87ff1-595d-4cd3-9bdd-27e80252cd4f/6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry.adaptive-delivery-prevent-bg, #g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry.lazyload, #g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry.lazyloading { background-image: none; }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry > .row .container { background-color: transparent; background-image: none; }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry > .row .container > .video-iframe-container { display: none; }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry > .row > .video-iframe-container { display: none; }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry > .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); }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry > .row .container { border-width: 0; border-radius: 0; }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:block; }#fgNR2KwA8XeoZFgbTBHEhCiSlQZqG9mu { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.5625rem 4.625rem rgba(5,11,38,0.1) ;height:33.4375rem;width:19.125rem;top:4.5625rem;left:0.4375rem;display:block; }
#QxXxJTuVeC5Hys8Ji3s2oxFUyTf4wzD2 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:32.0625rem;left:1.0625rem;height:4.825rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#QxXxJTuVeC5Hys8Ji3s2oxFUyTf4wzD2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QxXxJTuVeC5Hys8Ji3s2oxFUyTf4wzD2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df2a6a6e3e97a61f6c053fbe5d587118.svg); }
#F0OzaTqfSB2Ms2g7PJCh4wkT3vAyKtvP { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:30.0625rem;left:1.0625rem;height:1.4rem;font-style:normal;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;overflow:hidden;display:block; }
#dK0T6IrE4vt1QkAFpRRhc7yaNQKdfLKx { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:11.25rem;left:1.0625rem;height:18.2rem;font-style:normal;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;overflow:hidden;display:block; }
#oqWX7JquTlHvG2WGA2uJNqiSC5JI0vPT { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:9.25rem;left:1.0625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#R797Q9lC0WAZGxZT7JTcMzBNFXHhKr11 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8.125rem;width:8.125rem;top:0.5rem;left:5.9375rem;display:block; }
#aHImw4QzbVhFqkxrDFM6yQKUriLsbR2o { position:absolute;display:block;z-index:15012;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.875rem;width:7.875rem;top:0.625rem;left:6.0625rem;overflow:hidden;display:block; }
#lymahbpn0iZVJODEoZxpflBLody14KQC { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.5625rem 4.625rem rgba(5,11,38,0.1) ;height:33.4375rem;width:19.125rem;top:4.5625rem;left:20.4375rem;display:block; }
#kT12tBzSh2PDPTX17NVwrOETIsn89hMM { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:30.6875rem;left:21.0625rem;height:6.225rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#kT12tBzSh2PDPTX17NVwrOETIsn89hMM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kT12tBzSh2PDPTX17NVwrOETIsn89hMM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df2a6a6e3e97a61f6c053fbe5d587118.svg); }
#NyUnsPTTl1TT7DkyGcEQuVkfRcWvawgO { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:11.25rem;left:21.0625rem;height:15.4rem;font-style:normal;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;overflow:hidden;display:block; }
#IVCdDhEL5yUABpCdaT2iTO988UUaiHgn { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:28.6875rem;left:21.0625rem;height:1.4rem;font-style:normal;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;overflow:hidden;display:block; }
#wrhqh84E50dlkt3NF1LUXX4a011ska9h { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8.125rem;width:8.125rem;top:0.5rem;left:25.9375rem;display:block; }
#LdDv8XbhmzKFMDQr9bLAziKQMKhUgThs { position:absolute;display:block;z-index:15014;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.875rem;width:7.875rem;top:0.625rem;left:26.0625rem;overflow:hidden;display:block; }
#OT18HTi6SyG6ONRzAUF1hmFThiH4v82U { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:9.25rem;left:21.0625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#k95ZDMus0cqsdxKUUxSxTO2eVlwevZI2 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.5625rem 4.625rem rgba(5,11,38,0.1) ;height:33.4375rem;width:19.125rem;top:4.5625rem;left:40.4375rem;display:block; }
#QX6C8rT5RIJWs5Uo9HFVtvBMd3cUQ3ag { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:30.6875rem;left:41.0625rem;height:6.225rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#QX6C8rT5RIJWs5Uo9HFVtvBMd3cUQ3ag li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QX6C8rT5RIJWs5Uo9HFVtvBMd3cUQ3ag li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df2a6a6e3e97a61f6c053fbe5d587118.svg); }
#egO1eZCTIQKUkfHrU5vHyTpn1ZWlK97G { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:28.6875rem;left:41.0625rem;height:1.4rem;font-style:normal;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;overflow:hidden;display:block; }
#QEANCmzECctE1sIk0ZHHLuVzTSg3Ec64 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:11.25rem;left:41.0625rem;height:16.8rem;font-style:normal;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;overflow:hidden;display:block; }
#rHBHwZbssDT98HWsM7gIlNUC4HOwJFF4 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:9.25rem;left:41.0625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#VkTXoWnoHO7V0ANqtPk69eA1ki5wst6h { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8.125rem;width:8.125rem;top:0.5rem;left:45.9375rem;display:block; }
#xQDAma1Fbe9AXO40V77biEFJZl6Bw8P0 { position:absolute;display:block;z-index:15016;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.875rem;width:7.875rem;top:0.625rem;left:46.0625rem;overflow:hidden;display:block; }
#skZhKEBH4qroA733v8J9todLTxTe8HmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33a87ff1-595d-4cd3-9bdd-27e80252cd4f/6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#skZhKEBH4qroA733v8J9todLTxTe8HmB.adaptive-delivery-prevent-bg, #skZhKEBH4qroA733v8J9todLTxTe8HmB.lazyload, #skZhKEBH4qroA733v8J9todLTxTe8HmB.lazyloading { background-image: none; }#skZhKEBH4qroA733v8J9todLTxTe8HmB > .row .container { background-color: transparent; background-image: none; }#skZhKEBH4qroA733v8J9todLTxTe8HmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#skZhKEBH4qroA733v8J9todLTxTe8HmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skZhKEBH4qroA733v8J9todLTxTe8HmB > .row .container > .video-iframe-container { display: none; }#skZhKEBH4qroA733v8J9todLTxTe8HmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#skZhKEBH4qroA733v8J9todLTxTe8HmB > .row > .video-iframe-container { display: none; }#skZhKEBH4qroA733v8J9todLTxTe8HmB > .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); }#skZhKEBH4qroA733v8J9todLTxTe8HmB > .row .container { border-width: 0; border-radius: 0; }#skZhKEBH4qroA733v8J9todLTxTe8HmB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#skZhKEBH4qroA733v8J9todLTxTe8HmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#skZhKEBH4qroA733v8J9todLTxTe8HmB > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#dBcO8pUTnRwkygoM02MWbCLmJD9sArtl { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.25rem;left:2.3125rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#BfzZs0lnocdVk9PimT9XoSCORTFrTDPJ { background-color:#ff6501;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:4.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.625rem;left:19.15625rem;display:block; }
#ohdGlE0pU9xXPyuJosS47nfiel8Q70rE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 { 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; }#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 > .row .container { background-color: transparent; background-image: none; }#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 > .row .container > .video-iframe-container { display: none; }#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 > .row > .video-iframe-container { display: none; }#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 > .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); }#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 > .row .container { border-width: 0; border-radius: 0; }#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#iWHB2a98pA2MoBHuTrkduXTCB3ONKMws { color:#202f5a;display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:2.0625rem;left:0.125rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eFo29tNsIzJVQc6RQNXuGVvUBMrE2OOd { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:7.75rem;left:2.4375rem;height:4.2rem;font-style:normal;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;overflow:hidden;display:block; }
#aLMaE8HmMH6IWHrJrcdPkUQEvcam7PaC { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:14.625rem;left:3.5rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#sbPsg5lDTAtFy8Gm1PpRwnxvS87Tl3ZE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:15rem;left:2.3125rem; }
#dvLtS0TE2xk1OAI8XQ6K6ZXcSQHkVofO { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:17.75rem;left:3.5rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#UdB5x3PhfvUwfL6ehL2hT0VMqRnNlWup { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:20.875rem;left:3.5rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#rPnUIthQXmQ1zNSpxSyr7UQ8fsRzOtha { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:18.125rem;left:2.3125rem; }
#V8AGiSxxy1T6dLvyqz1zK7KMv8POfcRm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:21.3125rem;left:2.3125rem; }
#ETVL06TBJ1h5Ms7r3m1RZxD1JoaN8fh8 { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:24rem;left:3.5rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#Xiyf2CyltR9mFrolOZaMx9dzCictTFKQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:24.4375rem;left:2.3125rem; }
#hdvhBixIBcAATFLdiPIEwIxqo0QBl8Mu { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:28.046875rem;left:2.3125rem;height:1.4rem;font-style:normal;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;overflow:hidden;display:block; }
#TNNzvtBDZtHO9N1mT4LD9XmZisxOcgHc { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:12.5732421875rem;left:2.3125rem;height:1.4rem;font-style:normal;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;overflow:hidden;display:block; }
#Ip6MfbWQK1P2PE5oh39A3BwrRJkmkeqZ { background-color:#ff6501;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.187125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.5rem;left:18.1875rem;display:none; }
#qrXqCCLXrMkx5IC6S43TdFTnx491KJft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 > .row .container { background-color: transparent; background-image: none; }#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 > .row .container > .video-iframe-container { display: none; }#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 > .row > .video-iframe-container { display: none; }#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 > .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); }#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 > .row .container { border-width: 0; border-radius: 0; }#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;position:relative;display:block; }#TSMZZ9STrTi1TRkmKQv81uTNBDO7Dkpf { color:#202f5a;display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:2.0625rem;left:0.125rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dqFSTTP83DCU6nfyk2IvIg3fu8t4GOS8 { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:6.1875rem;left:2.375rem;height:7rem;font-style:normal;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;overflow:hidden;display:block; }
#AnXWNqJBhqWkyyNMXeNWXWmATL4VKq1A { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:13.6875rem;left:2.375rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#rQ5czNpXS2LNHEBoorf2c1Z1AO7xofG6 { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:17.125rem;left:2.4375rem;height:7rem;font-style:normal;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;overflow:hidden;display:block; }
#v0SyEUONPWVTDMigRpB4om6MmWHdUxbA { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:24.6875rem;left:2.375rem;height:2.8rem;font-style:normal;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;overflow:hidden;display:block; }
#htsy91pxNyLGygSe5wTNdodm0bglALxr { position:absolute;display:block;z-index:15039;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.25rem;width:21.875rem;top:10.6875rem;left:38.125rem;overflow:hidden;display:block; }
#Z8ZrkpTsOTgsUlV0QdZxt3TnST2ixKCl { 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:none; }#Z8ZrkpTsOTgsUlV0QdZxt3TnST2ixKCl > .row .container { border-width: 0; border-radius: 0; }#Z8ZrkpTsOTgsUlV0QdZxt3TnST2ixKCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z8ZrkpTsOTgsUlV0QdZxt3TnST2ixKCl > .row .container { font-size:0.875rem;font-family:arial;height:60.875rem;width:60rem;position:relative;display:none; }#Vmp7kZFSR2y63gLq6k6JykTdXXCGU1cN { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.51171875rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MfrAtITUSbRXwKZEW4JZSazKshU67VAX { color:#202f5a;display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:2.0625rem;left:0rem;height:2.44921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oBkfZLHH14O8KsTDrBgsNDZTLe2HRary { box-sizing:content-box;height:2.8125rem;width:56.8125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91f70832-3fdb-4684-ae93-e74645e0f24e/11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:7.63671875rem;left:1.59375rem;display:block; }#oBkfZLHH14O8KsTDrBgsNDZTLe2HRary.adaptive-delivery-prevent-bg, #oBkfZLHH14O8KsTDrBgsNDZTLe2HRary.lazyload, #oBkfZLHH14O8KsTDrBgsNDZTLe2HRary.lazyloading { background-image: none; }
#oBkfZLHH14O8KsTDrBgsNDZTLe2HRary::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#QUKng4KJ0FFiD2rwsMiH03OC3n6Uz39D { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:8.34375rem;left:2.3125rem;height:1.3994125rem;font-style:normal;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;overflow:hidden;display:block; }
#RbAeTHhL7qRpbnyypZwPzVq48Q1SHn67 { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:10.853515625rem;left:2.3125rem;height:1.3994125rem;font-style:normal;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;overflow:hidden;display:block; }
#Gh5MBK0xbarlHhn8TvXTPOpxx8TRMVZR { box-sizing:content-box;height:2.8125rem;width:56.8125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91f70832-3fdb-4684-ae93-e74645e0f24e/11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:13.5rem;left:1.625rem;display:block; }#Gh5MBK0xbarlHhn8TvXTPOpxx8TRMVZR.adaptive-delivery-prevent-bg, #Gh5MBK0xbarlHhn8TvXTPOpxx8TRMVZR.lazyload, #Gh5MBK0xbarlHhn8TvXTPOpxx8TRMVZR.lazyloading { background-image: none; }
#Gh5MBK0xbarlHhn8TvXTPOpxx8TRMVZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#E9VJRg4SHJHwoDocrkNK1VPVE1uQXUSa { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:14.1875rem;left:2.3125rem;height:1.3994125rem;font-style:normal;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;overflow:hidden;display:block; }
#b0zUWFXgZo5irgApLJAooxglafX3iDD8 { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:16.75rem;left:2.3125rem;height:1.3994125rem;font-style:normal;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;overflow:hidden;display:block; }
#dMC5JNkN7fZdMUTcdRR7mMomcTGlz14q { box-sizing:content-box;height:2.8125rem;width:56.8125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91f70832-3fdb-4684-ae93-e74645e0f24e/11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:19.375rem;left:1.625rem;display:block; }#dMC5JNkN7fZdMUTcdRR7mMomcTGlz14q.adaptive-delivery-prevent-bg, #dMC5JNkN7fZdMUTcdRR7mMomcTGlz14q.lazyload, #dMC5JNkN7fZdMUTcdRR7mMomcTGlz14q.lazyloading { background-image: none; }
#dMC5JNkN7fZdMUTcdRR7mMomcTGlz14q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#WWJ31TfIobSbrIUiZPFckFa7WN1Z5HFP { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:20.125rem;left:2.3125rem;height:1.3994125rem;font-style:normal;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;overflow:hidden;display:block; }
#nDOTxU9Np7MVpAizlH0rdKNIvs57LK7n { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:22.625rem;left:2.3125rem;height:2.798825rem;font-style:normal;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;overflow:hidden;display:block; }
#LhF5kKAesaJmiPKqnmihVgySS3qHEZIc { box-sizing:content-box;height:2.8125rem;width:56.8125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91f70832-3fdb-4684-ae93-e74645e0f24e/11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:26.6875rem;left:1.5rem;display:block; }#LhF5kKAesaJmiPKqnmihVgySS3qHEZIc.adaptive-delivery-prevent-bg, #LhF5kKAesaJmiPKqnmihVgySS3qHEZIc.lazyload, #LhF5kKAesaJmiPKqnmihVgySS3qHEZIc.lazyloading { background-image: none; }
#LhF5kKAesaJmiPKqnmihVgySS3qHEZIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#GNFqJ37xnAbLnyyctxJGy5502hcvU8M3 { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:27.375rem;left:2.25rem;height:1.3994125rem;font-style:normal;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;overflow:hidden;display:block; }
#vtTgZ5c8vDQ35NxDbv4ICOwkevOetnhS { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:29.875rem;left:2.25rem;height:4.19824375rem;font-style:normal;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;overflow:hidden;display:block; }
#kONn0IInkBAd7LWRr2LGywgae0TSFAph { box-sizing:content-box;height:2.8125rem;width:56.8125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91f70832-3fdb-4684-ae93-e74645e0f24e/11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:35.3125rem;left:1.625rem;display:block; }#kONn0IInkBAd7LWRr2LGywgae0TSFAph.adaptive-delivery-prevent-bg, #kONn0IInkBAd7LWRr2LGywgae0TSFAph.lazyload, #kONn0IInkBAd7LWRr2LGywgae0TSFAph.lazyloading { background-image: none; }
#kONn0IInkBAd7LWRr2LGywgae0TSFAph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#RPkPDe9sBx7oUtPepFrxkBBxULPfpFiC { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:36rem;left:2.3125rem;height:1.3994125rem;font-style:normal;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;overflow:hidden;display:block; }
#idWtKaGLZqlwbUUWPPdhkFiaCEO4uBKT { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:38.5625rem;left:2.3125rem;height:4.19824375rem;font-style:normal;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;overflow:hidden;display:block; }
#XBR51uD3Q40W4ZTh4kZJvFMpVuOJQo7h { box-sizing:content-box;height:2.8125rem;width:56.8125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91f70832-3fdb-4684-ae93-e74645e0f24e/11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:44rem;left:1.625rem;display:block; }#XBR51uD3Q40W4ZTh4kZJvFMpVuOJQo7h.adaptive-delivery-prevent-bg, #XBR51uD3Q40W4ZTh4kZJvFMpVuOJQo7h.lazyload, #XBR51uD3Q40W4ZTh4kZJvFMpVuOJQo7h.lazyloading { background-image: none; }
#XBR51uD3Q40W4ZTh4kZJvFMpVuOJQo7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#xzE0cXN6hgXFqhHXLli0b3FIeiwof3X0 { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:44.6875rem;left:2.3125rem;height:1.3994125rem;font-style:normal;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;overflow:hidden;display:block; }
#AnuCgQkNGMIkWcT5AGSXVLBgvP84kXqf { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:47.25rem;left:2.3125rem;height:4.19824375rem;font-style:normal;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;overflow:hidden;display:block; }
#x4SsJos4r7hREXzPuuB9BAEBRKUB6tcW { box-sizing:content-box;height:2.8125rem;width:56.8125rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91f70832-3fdb-4684-ae93-e74645e0f24e/11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:52.6875rem;left:1.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x4SsJos4r7hREXzPuuB9BAEBRKUB6tcW.adaptive-delivery-prevent-bg, #x4SsJos4r7hREXzPuuB9BAEBRKUB6tcW.lazyload, #x4SsJos4r7hREXzPuuB9BAEBRKUB6tcW.lazyloading { background-image: none; }
#x4SsJos4r7hREXzPuuB9BAEBRKUB6tcW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x4SsJos4r7hREXzPuuB9BAEBRKUB6tcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#X2sr0xTa13pAysBWITi8WS8XWM2cMcZI { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:53.375rem;left:2.3125rem;height:1.3994125rem;font-style:normal;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;overflow:hidden;display:block; }
#LynCWDS5xkp13bCGqP6KFyZ6hoqWOe4b { color:#000000;display:block;width:55.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:55.9375rem;left:2.3125rem;height:2.798825rem;font-style:normal;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;overflow:hidden;display:block; }
#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D { 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; }#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D > .row .container { background-color: transparent; background-image: none; }#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D > .row .container > .video-iframe-container { display: none; }#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D > .row > .video-iframe-container { display: none; }#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D > .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); }#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D > .row .container { border-width: 0; border-radius: 0; }#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#uyOHyFo9Wwa4ueoy1NQRZ0zwVTOrq4QG { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.51171875rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LMn4wqOfPrZ2wCb1WgvFiFe3AEpChenD { color:#202f5a;display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:2.0625rem;left:0rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f5f5f5;background-image:none;vertical-align:top; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:#172243;font-family:"open sans";line-height:1.4;overflow:hidden;height:auto; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:#000000;font-family:"open sans";height:auto;line-height:1.4;overflow:hidden; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_e076c7b9de2eacb03238d92c5044250bbca3c3ae.svg");background-size:contain !important; }#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-trigger.adaptive-delivery-prevent-bg, #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-trigger.lazyload, #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-trigger.lazyloading { background-image: none; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15042;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.8115234375rem;left:0rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #EMIGNQrlaAfEHgWr7Q9qh8ZRSDLGV8Jt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #uR3dOgWPq4PSy1EvDfTtGLTFr5VBtyJJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #ltDPRSRKG9RfrSwtsSeOhZHubW8u5idq { display:block;position:relative; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #HgvfSwSd9PNAL3H1n7wDPpfNWUh9QXTN {  }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #u3V6cxClwmnzC7GozU7i4KETsUI5E2Fp {  }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #dOlPPXE2BpWqWwIgTQtW3brV0ChU618W { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #FxHSI815cKKgIdO7FSSXq8DT6vXUTnKQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #QSHuhsIvpodqNKlVkK6EEbILvy9e8K1t { display:block;position:relative; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #BU0BtUxrJJIg5zyIpnntTDv9MOPZpFTc {  }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #hHVDAkStBE5ByyFWd9O5cxeTi75Kmq8Z { display:none; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #pa5BfDm8XwdCX3h49XidI3UF6JdLzXsn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #pLdwS3dZ3vB8GLmv4bR3Hdwc7TMbaMOi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #RSsgHVWWwMCMehpvvI01g4oKoQPzGF0n { display:block;position:relative; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #FQoDf5TOTm1at8d8gVqWoWsfTuDTwfHG {  }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #q0U7srg35W1xzbotAvimi9paLVc6BFaZ { display:none; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #QwiT5x6tmsxcnUK7h9QhqdbqzidDai1D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #FOxsKWafm5l0DMvaUAPs722DmToyFblp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #fmQ728eMWiGJrwER2Q9qLpQbseJfDnqu { display:block;position:relative; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #KPwESlGXHhofs11MExdz6xAkzK5CHGc6 {  }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #GVh8ZCg81fwll90JOBhQ59AF3G3iOTfq { display:none; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #WlEZee3zA8xvSSwz5lHU442o34pS07LA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #dXubzbL8V3svMVosAezlqlcRsyvugOPC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #kJDu8i2DSTOGT6DsTzxvzFe04K2T22M3 { display:block;position:relative; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #grFQA91vF1slVlnla5qTaU3B5D00LLr1 {  }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #UVGxF9mRTWkSw8QnnXHua4AgDHG6yLb4 { display:none; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #Dfau9CBLveA0wy3Q3Udt5igG1VRil6Wc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #e67UUxGsqHolakGFr2xVTPzBiM3mnyVS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #TeZA8sNaQ93zXyPUSUweKcTDXxoUGI0t { display:block;position:relative; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #Nk4EMlXfUF14yTTvZT0ILQ0AiZ7dPsP1 {  }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #JvNn9Wi5J6kENEyKW5uxFq7CGW8EhO4G { display:none; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #hmkUFBqL8Lg8PyJoSk3y5HpUO4nFrpkU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #EyXE0MfC0ryyAcpH6IJB1L71gdafV4X2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #phKwUoAe95HSZEHNRdItPLkUzDvapRs6 { display:block;position:relative; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #XGUAV1hZvovTCRAtkUdyFO1C1xiqAPpB {  }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #vFBGTOWGki5QfW70kOJoAmGDOwhSqPhD { display:none; }
#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ce04168-8557-4b6c-9ca2-f12c73955b4f/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso.adaptive-delivery-prevent-bg, #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso.lazyload, #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso.lazyloading { background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { background-color: transparent; background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,34,67,0.95); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .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); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { border-width: 0; border-radius: 0; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:11.625rem;left:5.9375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wralgLm7XvynO6VhyziotQeNiKUMEV2T { background-color:#ff6501;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:4.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19.3125rem;left:19.1875rem;display:block; }
#Ho0xiqLcNqJDdKQ56Gr2k67BGTBQLLAe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrVwP8DuO1HrLTp0vCqfpRmMb5AJz1iS { box-sizing:content-box;height:14.375rem;width:0.0625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:7.0625rem;left:2.125rem;display:block; }
#sBr4IkZ5WuEigL2v5ZO8AnB7yIqGNxR6 { box-sizing:content-box;height:14.375rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:7.0625rem;left:57.8125rem;display:block; }
#Teumhqfq35OAInW4uFMWBdfBhEVqppZm { box-sizing:content-box;height:0.0625rem;width:55.75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:21.4375rem;left:2.125rem;display:block; }
#frwpW6wS0QctlbSfTFAkSKiVZWiZMBrx { box-sizing:content-box;height:0.0625rem;width:9.625rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:7.0625rem;left:2.125rem;display:block; }
#xnEsfR5TXz3x2HvcWfLIKIqEnsOCFa9g { box-sizing:content-box;height:0.0625rem;width:9.625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:7.0625rem;left:48.25rem;display:block; }
#IWQPo6GRxxl0rMNOU1XcFZGOW8km5VHg { color:#8e0000;display:block;width:48.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:14.25rem;left:5.90625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gz6IyGlHWTJBfXJeR8mzI30xoVQTXzRr { box-sizing:content-box;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15011;background-color:#b50000;background-image:none;top:15.5rem;left:39.3125rem;display:block; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.58rem;padding-right:0.5375rem;padding-bottom:0.58rem;padding-left:0.5375rem;display:block;align-items:center;width:3.228125rem;min-width:3.228125rem;height:3.116875rem;position:relative;font-family:"open sans";font-size:2.32125rem;font-weight:700;line-height:49.87px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.363125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.301875rem;height:1.230625rem;position:relative;font-family:"open sans";font-size:0.870625rem;font-weight:400;line-height:19.69px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.1875rem;height:5.870625rem;padding-top:0.725rem;padding-right:0.769375rem;padding-bottom:0.725rem;padding-left:0.769375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.4609375rem;left:18.1982421875rem;z-index:15006; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #DDF2wfBMwqL4TMtdfRA0KmwbqPr7dz6a { display:flex;position:relative;top:0rem;left:0rem; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #g7FeMXLzz9QphPuAZHUKrbgODCRsr98f { width:auto; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #wUVCn6J3C1EyinV5XAw5rqZmA1SLEdfk {  }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #c07el8bAkaJsqSEeGJVI80P7E2HXxfzw { display:flex;position:relative;top:0rem;left:0rem; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #v6pd1biZMbCgqKLZ6DfPDbdMciZ2iSdy {  }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #fIxHimyx9uR12QUiq1EpQqS07wJOUAIl {  }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #TkKidGiV5Jdba34y27Biz9TJVD04fmT1 { display:flex;position:relative;top:0rem;left:0rem; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #Oo9uJt8BoCz0AJyB5k6rEQAX2O0qaJQT {  }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #KzOUzvuLcZk9DzJZioPaqULlZ2nRvv01 {  }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #d3iNa4kNXCxH5gAICauuIFr01XZpc0aI { display:flex;position:relative;top:0rem;left:0rem; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #GA6hGbBUHOIDua8d4FIprqPqeu9pQTpw {  }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #tktmiMxglyUrPzCcuoSAGMcfyevKyHTF {  }
#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP { 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; }#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP > .row .container { background-color: transparent; background-image: none; }#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP > .row .container > .video-iframe-container { display: none; }#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP > .row > .video-iframe-container { display: none; }#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP > .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); }#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP > .row .container { border-width: 0; border-radius: 0; }#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#mz04HTCThZELeR2DnOpPR4P62xLPyany { position:absolute;display:block;z-index:15017;background-color:#000000;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:0.0625rem;width:12.5rem;top:10.8125rem;left:0rem;display:none; }
#HTIiTx4BuKWVTNltZ4apRnwrQbc4rK2Q { color:#111b1e;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:1.6875rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#cIW9pA2VC6AZzdfhRlnZNhILO2vh13lc { color:#000000;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:1.6875rem;left:31.625rem;height:1.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T8n9t3VVZQazlspzbJ3KbEqKbUdwJEJX { position:absolute;display:block;z-index:15018;height:3.5625rem;width:6.375rem;top:0.53125rem;left:22.4375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:47.75rem;height:8.375rem;top:6.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:47.75rem;height:1.875rem;top:15.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdMcTQhE0AoolGZRyGHE4HIskZkHEktZ { width:23.1875rem;height:4.3125rem;top:29.5rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5vl2DQKOyuZS9A92mT9KzH3AOcQETU0 { display:block; }
 }@media only screen and (max-width: 763px) { #nQhRgASnOf8HZU3CXv5zzHb6rIhZBpen { width:47.75rem;height:;top:18.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO6Ax6UPUdPL13fZZDZdgFV0UwuGX6uH { width:47.75rem;height:1.875rem;top:26.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfrvRU7DLZSQoqEh2giNA4ZAIP0y0s6O { top:1.3125rem;left:38.75rem;width:8.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bmz2CwxTQNWPuRQOuzCFygMk5ZTgq0gi { width:6.125rem;height:;top:23.1875rem;left:20.5927734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { width:47.75rem;height:1.75rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { width:33.4375rem;height:2.75rem;top:5.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTc6sHhHa7Q1Q20ttC6qxouFKsHrPiy3 { width:33.4375rem;height:2.75rem;top:12.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCKNi2WO7mOGSxpHga8WMxKnPibzwGRT { width:33.4375rem;height:2.75rem;top:15.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiB2lrgOUfMx1eevoBBAd1xmIXM3QGXh { width:33.4375rem;height:2.75rem;top:18.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSb4IcaQ1Wvz5HEaFQzVW1IUPksWblL { width:33.4375rem;height:2.75rem;top:8.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmgExmTm677D9vp5Lzk5Vb5mfkucwlO3 { top:6.0625rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt4CzTGoHixVi24ne9LPUOGBdKAV0Mx4 { top:9.25rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEA6k3lrTolP7bwuGgirM7Timmq5Bxgu { top:12.4375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPuCBXHZcAQGnMHTivOhC8bdqvSae871 { top:15.5625rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alJNVnfRFacF44tB6Q81ViQz7Birr4oA { top:18.6875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzKHigNJsOZeRHblSiJQIlXFgOhT9py { top:7.3125rem;left:25.875rem;width:21.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO1Oh8un3ZGlHV9iOvaSZoeDEEKGhN0L { width:34.4375rem;height:1.375rem;top:21.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx2bAbTywTmpFOmeEIVrxkZWXTpSiLdQ { width:23.125rem;height:3.4375rem;top:29.5rem;left:12.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DT5KqwiTtRcTnghZTIsx14TJ1PrBZzaP { display:block; }
 }@media only screen and (max-width: 763px) { #zCHyywLinfaCMIoXlSy0rpChkefMcEWG { display:block; }#zCHyywLinfaCMIoXlSy0rpChkefMcEWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KckWbQW5EdUi9nnJThhm6d1mitlWOQrq { width:47.75rem;height:1.75rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3lwcoQXAPWR0WrcypwLD6Cy2oIy8wHF { top:7.5625rem;left:0rem;width:21.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFkCfz299Wbl5gdwU7PBcHRhRr7SaSzg { width:34.5625rem;height:5.5625rem;top:5.6875rem;left:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfdLFprqM6IprElvq5eIFWs7e0VXqgMX { width:34.5625rem;height:1.375rem;top:11.75rem;left:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh1tJE5336KcFRUgBFbbJTtKTJUy4QTL { width:33.4375rem;height:7.875rem;top:13.75rem;left:14.3125rem;font-size:0.875rem;display:block; }#Qh1tJE5336KcFRUgBFbbJTtKTJUy4QTL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a09b608c28cfdad01947e2474f646043b8edd54e.svg); }
 }@media only screen and (max-width: 763px) { #P0SdVmOJt8gBbKuDMq9iV0Dzu7eoTpgT { width:34.5625rem;height:2.75rem;top:22.3125rem;left:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 { display:block; }#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teQbfSJWtmtJlNMwe3rkvTgQOZzeq67u { width:47.75rem;height:4.875rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP8ytHKxJHUSOntdkE4lZslIKlL6NbGJ { width:47.75rem;height:2.75rem;top:7.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHJI7dAbtW1Tp4rUdT4TTvTgPUoXTIlD { width:33.4375rem;height:1.375rem;top:11.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doBdvrxl8cG2b6zqBNu0OMkz39IS36Ve { top:11.5625rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRgN9mXusSW1v2AgWQuMoKCo5xe85Xk6 { width:33.4375rem;height:1.375rem;top:12.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPimsiaN7Gf4Qsqdo2OghKc7XTed4yS6 { width:33.4375rem;height:1.375rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl3G9DhyhAJyT3HQcegdFehGiua2GRFC { width:33.4375rem;height:1.375rem;top:16.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4fL5nuByrw49rtsclsHDDOrJul8OSBI { top:13.25rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK9BIcJeKG56qi84cHGJC7EJ6SSPIWCk { top:15rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGx0VXTSEO96InpWu9nTQJ3pDhnoD53K { top:16.75rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COKfUSwJ4gHMbI412PH20T4XkQolymqu { width:47.75rem;height:2.8125rem;top:18.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSDWMUHzygi6H5B5sptiIc9NDUVaGmM0 { width:21.6875rem;height:4.3125rem;top:22.6875rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9M7ZGRFvkadWoyldWUc7f9gQOmOxbv8 { display:block; }
 }@media only screen and (max-width: 763px) { #gkpex50pysHRRC7GZctExUTGxZ4pisiX { display:block; }#gkpex50pysHRRC7GZctExUTGxZ4pisiX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTFVDT022P3aqKZxNk2E9PWP1fxOha7B { width:47.75rem;height:4.875rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTEnCX4zxH4PQxZdmPMOVw5auuZGV2P { width:47.75rem;height:4.1875rem;top:8.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8XexnXzorDXHiMtWe9RAyNZIcVw6lZK { width:47.75rem;height:;top:15.1875rem;left:0rem;font-size:0.875rem;display:block; }#z8XexnXzorDXHiMtWe9RAyNZIcVw6lZK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af7b3d142ec0650f0374fc526620a12ce7739ea5.svg); }
 }@media only screen and (max-width: 763px) { #so7GUZ6cRBmPGlxTCPrpE41n08n9Ic8y { width:34.5625rem;height:1.375rem;top:13.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry { display:block; }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgNR2KwA8XeoZFgbTBHEhCiSlQZqG9mu { width:19.125rem;height:33.4375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxXxJTuVeC5Hys8Ji3s2oxFUyTf4wzD2 { width:17.9375rem;height:4.8125rem;top:32.0625rem;left:0rem;font-size:0.875rem;display:block; }#QxXxJTuVeC5Hys8Ji3s2oxFUyTf4wzD2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df2a6a6e3e97a61f6c053fbe5d587118.svg); }
 }@media only screen and (max-width: 763px) { #F0OzaTqfSB2Ms2g7PJCh4wkT3vAyKtvP { width:17.9375rem;height:1.375rem;top:30.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK0T6IrE4vt1QkAFpRRhc7yaNQKdfLKx { width:17.9375rem;height:18.1875rem;top:11.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqWX7JquTlHvG2WGA2uJNqiSC5JI0vPT { width:17.9375rem;height:1.375rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R797Q9lC0WAZGxZT7JTcMzBNFXHhKr11 { top:0.5rem;left:3.875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHImw4QzbVhFqkxrDFM6yQKUriLsbR2o { top:0.625rem;left:4rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lymahbpn0iZVJODEoZxpflBLody14KQC { width:19.125rem;height:33.4375rem;top:4.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT12tBzSh2PDPTX17NVwrOETIsn89hMM { width:17.9375rem;height:6.1875rem;top:30.6875rem;left:13.8125rem;font-size:0.875rem;display:block; }#kT12tBzSh2PDPTX17NVwrOETIsn89hMM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df2a6a6e3e97a61f6c053fbe5d587118.svg); }
 }@media only screen and (max-width: 763px) { #NyUnsPTTl1TT7DkyGcEQuVkfRcWvawgO { width:17.9375rem;height:15.375rem;top:11.25rem;left:13.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVCdDhEL5yUABpCdaT2iTO988UUaiHgn { width:17.9375rem;height:1.375rem;top:28.6875rem;left:13.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrhqh84E50dlkt3NF1LUXX4a011ska9h { top:0.5rem;left:19.75rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdDv8XbhmzKFMDQr9bLAziKQMKhUgThs { top:0.625rem;left:19.875rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT18HTi6SyG6ONRzAUF1hmFThiH4v82U { width:17.9375rem;height:1.375rem;top:9.25rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k95ZDMus0cqsdxKUUxSxTO2eVlwevZI2 { width:19.125rem;height:33.4375rem;top:4.5625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX6C8rT5RIJWs5Uo9HFVtvBMd3cUQ3ag { width:17.9375rem;height:6.1875rem;top:30.6875rem;left:29.6875rem;font-size:0.875rem;display:block; }#QX6C8rT5RIJWs5Uo9HFVtvBMd3cUQ3ag li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df2a6a6e3e97a61f6c053fbe5d587118.svg); }
 }@media only screen and (max-width: 763px) { #egO1eZCTIQKUkfHrU5vHyTpn1ZWlK97G { width:17.9375rem;height:1.375rem;top:28.6875rem;left:29.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEANCmzECctE1sIk0ZHHLuVzTSg3Ec64 { width:17.9375rem;height:16.75rem;top:11.25rem;left:29.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHBHwZbssDT98HWsM7gIlNUC4HOwJFF4 { width:17.9375rem;height:1.375rem;top:9.25rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkTXoWnoHO7V0ANqtPk69eA1ki5wst6h { top:0.5rem;left:35.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQDAma1Fbe9AXO40V77biEFJZl6Bw8P0 { top:0.625rem;left:35.75rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skZhKEBH4qroA733v8J9todLTxTe8HmB { display:block; }#skZhKEBH4qroA733v8J9todLTxTe8HmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBcO8pUTnRwkygoM02MWbCLmJD9sArtl { width:47.75rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfzZs0lnocdVk9PimT9XoSCORTFrTDPJ { width:21.6875rem;height:4.3125rem;top:3.625rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdGlE0pU9xXPyuJosS47nfiel8Q70rE { display:block; }
 }@media only screen and (max-width: 763px) { #ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 { display:block; }#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWHB2a98pA2MoBHuTrkduXTCB3ONKMws { width:47.75rem;height:4.875rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFo29tNsIzJVQc6RQNXuGVvUBMrE2OOd { width:47.75rem;height:4.1875rem;top:7.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLMaE8HmMH6IWHrJrcdPkUQEvcam7PaC { width:47.75rem;height:2.75rem;top:14.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbPsg5lDTAtFy8Gm1PpRwnxvS87Tl3ZE { top:15rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvLtS0TE2xk1OAI8XQ6K6ZXcSQHkVofO { width:47.75rem;height:2.75rem;top:17.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdB5x3PhfvUwfL6ehL2hT0VMqRnNlWup { width:47.75rem;height:2.75rem;top:20.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPnUIthQXmQ1zNSpxSyr7UQ8fsRzOtha { top:18.125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8AGiSxxy1T6dLvyqz1zK7KMv8POfcRm { top:21.3125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETVL06TBJ1h5Ms7r3m1RZxD1JoaN8fh8 { width:47.75rem;height:2.75rem;top:24rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiyf2CyltR9mFrolOZaMx9dzCictTFKQ { top:24.4375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdvhBixIBcAATFLdiPIEwIxqo0QBl8Mu { width:47.75rem;height:1.375rem;top:28rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNNzvtBDZtHO9N1mT4LD9XmZisxOcgHc { width:47.75rem;height:1.375rem;top:12.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip6MfbWQK1P2PE5oh39A3BwrRJkmkeqZ { width:23.125rem;height:3.4375rem;top:29.5rem;left:12.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrXqCCLXrMkx5IC6S43TdFTnx491KJft { display:block; }
 }@media only screen and (max-width: 763px) { #lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 { display:block; }#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSMZZ9STrTi1TRkmKQv81uTNBDO7Dkpf { width:47.75rem;height:2.4375rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqFSTTP83DCU6nfyk2IvIg3fu8t4GOS8 { width:34.5625rem;height:6.9375rem;top:6.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnXWNqJBhqWkyyNMXeNWXWmATL4VKq1A { width:34.5625rem;height:2.75rem;top:13.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ5czNpXS2LNHEBoorf2c1Z1AO7xofG6 { width:34.5625rem;height:6.9375rem;top:17.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0SyEUONPWVTDMigRpB4om6MmWHdUxbA { width:34.5625rem;height:2.75rem;top:24.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htsy91pxNyLGygSe5wTNdodm0bglALxr { top:10.6875rem;left:25.875rem;width:21.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZrkpTsOTgsUlV0QdZxt3TnST2ixKCl { display:block; }#Z8ZrkpTsOTgsUlV0QdZxt3TnST2ixKCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vmp7kZFSR2y63gLq6k6JykTdXXCGU1cN { width:43.75rem;height:1.25rem;top:4.5rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfrAtITUSbRXwKZEW4JZSazKshU67VAX { width:47.75rem;height:2.4375rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBkfZLHH14O8KsTDrBgsNDZTLe2HRary { top:7.625rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUKng4KJ0FFiD2rwsMiH03OC3n6Uz39D { width:47.75rem;height:1.375rem;top:8.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbAeTHhL7qRpbnyypZwPzVq48Q1SHn67 { width:47.75rem;height:1.375rem;top:10.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh5MBK0xbarlHhn8TvXTPOpxx8TRMVZR { top:13.5rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9VJRg4SHJHwoDocrkNK1VPVE1uQXUSa { width:47.75rem;height:1.375rem;top:14.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0zUWFXgZo5irgApLJAooxglafX3iDD8 { width:47.75rem;height:1.375rem;top:16.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMC5JNkN7fZdMUTcdRR7mMomcTGlz14q { top:19.375rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWJ31TfIobSbrIUiZPFckFa7WN1Z5HFP { width:47.75rem;height:1.375rem;top:20.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDOTxU9Np7MVpAizlH0rdKNIvs57LK7n { width:47.75rem;height:2.75rem;top:22.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhF5kKAesaJmiPKqnmihVgySS3qHEZIc { top:26.6875rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNFqJ37xnAbLnyyctxJGy5502hcvU8M3 { width:47.75rem;height:1.375rem;top:27.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtTgZ5c8vDQ35NxDbv4ICOwkevOetnhS { width:47.75rem;height:4.1875rem;top:29.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kONn0IInkBAd7LWRr2LGywgae0TSFAph { top:35.3125rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPkPDe9sBx7oUtPepFrxkBBxULPfpFiC { width:47.75rem;height:1.375rem;top:36rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idWtKaGLZqlwbUUWPPdhkFiaCEO4uBKT { width:47.75rem;height:4.1875rem;top:38.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBR51uD3Q40W4ZTh4kZJvFMpVuOJQo7h { top:44rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzE0cXN6hgXFqhHXLli0b3FIeiwof3X0 { width:47.75rem;height:1.375rem;top:44.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnuCgQkNGMIkWcT5AGSXVLBgvP84kXqf { width:47.75rem;height:4.1875rem;top:47.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4SsJos4r7hREXzPuuB9BAEBRKUB6tcW { top:52.6875rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2sr0xTa13pAysBWITi8WS8XWM2cMcZI { width:47.75rem;height:1.375rem;top:53.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LynCWDS5xkp13bCGqP6KFyZ6hoqWOe4b { width:47.75rem;height:2.75rem;top:55.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D { display:block; }#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyOHyFo9Wwa4ueoy1NQRZ0zwVTOrq4QG { width:43.75rem;height:1.25rem;top:4.5rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMn4wqOfPrZ2wCb1WgvFiFe3AEpChenD { width:47.75rem;height:2.4375rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 { display:flex;height:auto;width:27.8125rem;top:8.3125rem;left:12.53125rem; }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #EMIGNQrlaAfEHgWr7Q9qh8ZRSDLGV8Jt {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #uR3dOgWPq4PSy1EvDfTtGLTFr5VBtyJJ {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #ltDPRSRKG9RfrSwtsSeOhZHubW8u5idq {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #HgvfSwSd9PNAL3H1n7wDPpfNWUh9QXTN {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #u3V6cxClwmnzC7GozU7i4KETsUI5E2Fp {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #dOlPPXE2BpWqWwIgTQtW3brV0ChU618W {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #FxHSI815cKKgIdO7FSSXq8DT6vXUTnKQ {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #QSHuhsIvpodqNKlVkK6EEbILvy9e8K1t {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #BU0BtUxrJJIg5zyIpnntTDv9MOPZpFTc {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #hHVDAkStBE5ByyFWd9O5cxeTi75Kmq8Z {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #pa5BfDm8XwdCX3h49XidI3UF6JdLzXsn {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #pLdwS3dZ3vB8GLmv4bR3Hdwc7TMbaMOi {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #RSsgHVWWwMCMehpvvI01g4oKoQPzGF0n {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #FQoDf5TOTm1at8d8gVqWoWsfTuDTwfHG {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #q0U7srg35W1xzbotAvimi9paLVc6BFaZ {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #QwiT5x6tmsxcnUK7h9QhqdbqzidDai1D {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #FOxsKWafm5l0DMvaUAPs722DmToyFblp {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #fmQ728eMWiGJrwER2Q9qLpQbseJfDnqu {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #KPwESlGXHhofs11MExdz6xAkzK5CHGc6 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #GVh8ZCg81fwll90JOBhQ59AF3G3iOTfq {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #WlEZee3zA8xvSSwz5lHU442o34pS07LA {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #dXubzbL8V3svMVosAezlqlcRsyvugOPC {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #kJDu8i2DSTOGT6DsTzxvzFe04K2T22M3 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #grFQA91vF1slVlnla5qTaU3B5D00LLr1 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #UVGxF9mRTWkSw8QnnXHua4AgDHG6yLb4 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #Dfau9CBLveA0wy3Q3Udt5igG1VRil6Wc {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #e67UUxGsqHolakGFr2xVTPzBiM3mnyVS {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #TeZA8sNaQ93zXyPUSUweKcTDXxoUGI0t {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #Nk4EMlXfUF14yTTvZT0ILQ0AiZ7dPsP1 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #JvNn9Wi5J6kENEyKW5uxFq7CGW8EhO4G {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #hmkUFBqL8Lg8PyJoSk3y5HpUO4nFrpkU {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #EyXE0MfC0ryyAcpH6IJB1L71gdafV4X2 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #phKwUoAe95HSZEHNRdItPLkUzDvapRs6 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #XGUAV1hZvovTCRAtkUdyFO1C1xiqAPpB {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #vFBGTOWGki5QfW70kOJoAmGDOwhSqPhD {  }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { width:47.75rem;height:2.625rem;top:11.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wralgLm7XvynO6VhyziotQeNiKUMEV2T { width:21.6875rem;height:4.3125rem;top:19.3125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho0xiqLcNqJDdKQ56Gr2k67BGTBQLLAe { display:block; }
 }@media only screen and (max-width: 763px) { #rrVwP8DuO1HrLTp0vCqfpRmMb5AJz1iS { top:7.0625rem;left:0rem;width:0.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBr4IkZ5WuEigL2v5ZO8AnB7yIqGNxR6 { top:7.0625rem;left:47.6875rem;width:0.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teumhqfq35OAInW4uFMWBdfBhEVqppZm { top:21.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frwpW6wS0QctlbSfTFAkSKiVZWiZMBrx { top:7.0625rem;left:0rem;width:9.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnEsfR5TXz3x2HvcWfLIKIqEnsOCFa9g { top:7.0625rem;left:38.125rem;width:9.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWQPo6GRxxl0rMNOU1XcFZGOW8km5VHg { width:47.75rem;height:;top:14.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz6IyGlHWTJBfXJeR8mzI30xoVQTXzRr { top:15.5rem;left:33.1875rem;width:5.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 { width:18rem;height:5.0625rem;display:flex;top:30rem;left:16.2783203125rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #DDF2wfBMwqL4TMtdfRA0KmwbqPr7dz6a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #g7FeMXLzz9QphPuAZHUKrbgODCRsr98f {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #wUVCn6J3C1EyinV5XAw5rqZmA1SLEdfk {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #c07el8bAkaJsqSEeGJVI80P7E2HXxfzw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #v6pd1biZMbCgqKLZ6DfPDbdMciZ2iSdy {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #fIxHimyx9uR12QUiq1EpQqS07wJOUAIl {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #TkKidGiV5Jdba34y27Biz9TJVD04fmT1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #Oo9uJt8BoCz0AJyB5k6rEQAX2O0qaJQT {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #KzOUzvuLcZk9DzJZioPaqULlZ2nRvv01 {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #d3iNa4kNXCxH5gAICauuIFr01XZpc0aI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #GA6hGbBUHOIDua8d4FIprqPqeu9pQTpw {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #tktmiMxglyUrPzCcuoSAGMcfyevKyHTF {  }
 }@media only screen and (max-width: 763px) { #EtKFiOmynoRscbKLzqMqR59HRmW0oDqP { display:block; }#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mz04HTCThZELeR2DnOpPR4P62xLPyany { top:10.8125rem;left:0rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTIiTx4BuKWVTNltZ4apRnwrQbc4rK2Q { top:1.6875rem;left:0rem;width:28.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIW9pA2VC6AZzdfhRlnZNhILO2vh13lc { top:1.6875rem;left:19.375rem;width:28.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8n9t3VVZQazlspzbJ3KbEqKbUdwJEJX { top:0.5rem;left:16.3125rem;width:6.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/k07WL2Tq/bg_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:17.8125rem;height:7.1979375rem;top:4.6875rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:18.75rem;height:4.72395625rem;top:13.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GdMcTQhE0AoolGZRyGHE4HIskZkHEktZ { width:16.0625rem;height:3.4375rem;top:34.3125rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5vl2DQKOyuZS9A92mT9KzH3AOcQETU0 { display:block; }
 }@media only screen and (max-width: 763px) { #nQhRgASnOf8HZU3CXv5zzHb6rIhZBpen { width:20rem;height:6.298625rem;top:19rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fO6Ax6UPUdPL13fZZDZdgFV0UwuGX6uH { width:20rem;height:1.8369125rem;top:29.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JfrvRU7DLZSQoqEh2giNA4ZAIP0y0s6O { width:8.25rem;height:2.1875rem;top:1.25rem;left:5.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Bmz2CwxTQNWPuRQOuzCFygMk5ZTgq0gi { width:6.125rem;height:2.099825rem;top:27.0625rem;left:6.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { width:20rem;height:2.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { width:18.25rem;height:3.67448125rem;top:4.4375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTc6sHhHa7Q1Q20ttC6qxouFKsHrPiy3 { width:18.25rem;height:2.44965rem;top:11.8125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCKNi2WO7mOGSxpHga8WMxKnPibzwGRT { width:18.25rem;height:3.67448125rem;top:14.875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiB2lrgOUfMx1eevoBBAd1xmIXM3QGXh { width:18.25rem;height:2.44965rem;top:19.1875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSb4IcaQ1Wvz5HEaFQzVW1IUPksWblL { width:18.25rem;height:2.44965rem;top:8.75rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmgExmTm677D9vp5Lzk5Vb5mfkucwlO3 { display:flex;width:0.625rem;height:0.625rem;top:4.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #qt4CzTGoHixVi24ne9LPUOGBdKAV0Mx4 { display:flex;width:0.625rem;height:0.625rem;top:9.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #sEA6k3lrTolP7bwuGgirM7Timmq5Bxgu { display:flex;width:0.625rem;height:0.625rem;top:12.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #uPuCBXHZcAQGnMHTivOhC8bdqvSae871 { display:flex;width:0.625rem;height:0.625rem;top:15.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #alJNVnfRFacF44tB6Q81ViQz7Birr4oA { display:flex;width:0.625rem;height:0.625rem;top:19.5rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #MBzKHigNJsOZeRHblSiJQIlXFgOhT9py { width:20rem;height:11.19925rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO1Oh8un3ZGlHV9iOvaSZoeDEEKGhN0L { width:20rem;height:3.67448125rem;top:35.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx2bAbTywTmpFOmeEIVrxkZWXTpSiLdQ { width:16.0625rem;height:3.4375rem;top:40.25rem;left:2rem;font-size:1rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DT5KqwiTtRcTnghZTIsx14TJ1PrBZzaP { display:block; }
 }@media only screen and (max-width: 763px) { #zCHyywLinfaCMIoXlSy0rpChkefMcEWG { display:block; }#zCHyywLinfaCMIoXlSy0rpChkefMcEWG > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KckWbQW5EdUi9nnJThhm6d1mitlWOQrq { width:20rem;height:2.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3lwcoQXAPWR0WrcypwLD6Cy2oIy8wHF { width:20rem;height:11.19925rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFkCfz299Wbl5gdwU7PBcHRhRr7SaSzg { width:20rem;height:6.12413125rem;top:17.19921875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfdLFprqM6IprElvq5eIFWs7e0VXqgMX { width:20rem;height:1.224825rem;top:24.7998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh1tJE5336KcFRUgBFbbJTtKTJUy4QTL { width:20rem;height:11.9609375rem;top:26.6494140625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#Qh1tJE5336KcFRUgBFbbJTtKTJUy4QTL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a09b608c28cfdad01947e2474f646043b8edd54e.svg); }
 }@media only screen and (max-width: 763px) { #P0SdVmOJt8gBbKuDMq9iV0Dzu7eoTpgT { width:20rem;height:2.44965rem;top:39.8583984375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 { display:block; }#aNcNF66l6v1TqW8cOEwFs5adT4H2VKk7 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teQbfSJWtmtJlNMwe3rkvTgQOZzeq67u { width:20rem;height:4.72395625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP8ytHKxJHUSOntdkE4lZslIKlL6NbGJ { width:20rem;height:7.3489375rem;top:6.59765625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHJI7dAbtW1Tp4rUdT4TTvTgPUoXTIlD { width:18.25rem;height:2.44965rem;top:14.875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doBdvrxl8cG2b6zqBNu0OMkz39IS36Ve { display:flex;width:0.625rem;height:0.625rem;top:15.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #gRgN9mXusSW1v2AgWQuMoKCo5xe85Xk6 { width:18.25rem;height:1.224825rem;top:17.9375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPimsiaN7Gf4Qsqdo2OghKc7XTed4yS6 { width:18.25rem;height:2.44965rem;top:19.8125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl3G9DhyhAJyT3HQcegdFehGiua2GRFC { width:18.25rem;height:2.44965rem;top:22.875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4fL5nuByrw49rtsclsHDDOrJul8OSBI { display:flex;width:0.625rem;height:0.625rem;top:18.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #qK9BIcJeKG56qi84cHGJC7EJ6SSPIWCk { display:flex;width:0.625rem;height:0.625rem;top:20.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #FGx0VXTSEO96InpWu9nTQJ3pDhnoD53K { display:flex;width:0.625rem;height:0.625rem;top:23.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #COKfUSwJ4gHMbI412PH20T4XkQolymqu { width:20rem;height:2.44965rem;top:26.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSDWMUHzygi6H5B5sptiIc9NDUVaGmM0 { width:19rem;height:4.3125rem;top:30.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9M7ZGRFvkadWoyldWUc7f9gQOmOxbv8 { display:block; }
 }@media only screen and (max-width: 763px) { #gkpex50pysHRRC7GZctExUTGxZ4pisiX { display:block; }#gkpex50pysHRRC7GZctExUTGxZ4pisiX > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTFVDT022P3aqKZxNk2E9PWP1fxOha7B { width:20rem;height:4.72395625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTEnCX4zxH4PQxZdmPMOVw5auuZGV2P { width:20rem;height:7.3489375rem;top:7.22265625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8XexnXzorDXHiMtWe9RAyNZIcVw6lZK { width:20rem;height:20.53475rem;top:17.6689453125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#z8XexnXzorDXHiMtWe9RAyNZIcVw6lZK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_af7b3d142ec0650f0374fc526620a12ce7739ea5.svg); }
 }@media only screen and (max-width: 763px) { #so7GUZ6cRBmPGlxTCPrpE41n08n9Ic8y { width:20rem;height:1.224825rem;top:15.8193359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry { display:block; }#g9i9EwUukGM2d5ezEKQ6CEGcHnsJS3ry > .row .container { width:20rem;height:98.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgNR2KwA8XeoZFgbTBHEhCiSlQZqG9mu { width:19.125rem;height:28.0625rem;top:4.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxXxJTuVeC5Hys8Ji3s2oxFUyTf4wzD2 { width:17.9375rem;height:4.29948125rem;top:27.1875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#QxXxJTuVeC5Hys8Ji3s2oxFUyTf4wzD2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df2a6a6e3e97a61f6c053fbe5d587118.svg); }
 }@media only screen and (max-width: 763px) { #F0OzaTqfSB2Ms2g7PJCh4wkT3vAyKtvP { width:17.9375rem;height:1.224825rem;top:25.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK0T6IrE4vt1QkAFpRRhc7yaNQKdfLKx { width:17.9375rem;height:13.4730625rem;top:11.0625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqWX7JquTlHvG2WGA2uJNqiSC5JI0vPT { width:17.9375rem;height:1.3994125rem;top:9.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R797Q9lC0WAZGxZT7JTcMzBNFXHhKr11 { width:8.125rem;height:8.125rem;top:0.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHImw4QzbVhFqkxrDFM6yQKUriLsbR2o { width:7.875rem;height:7.875rem;top:0.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lymahbpn0iZVJODEoZxpflBLody14KQC { width:19.125rem;height:28.125rem;top:37.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT12tBzSh2PDPTX17NVwrOETIsn89hMM { width:17.9375rem;height:5.52430625rem;top:59.1875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#kT12tBzSh2PDPTX17NVwrOETIsn89hMM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df2a6a6e3e97a61f6c053fbe5d587118.svg); }
 }@media only screen and (max-width: 763px) { #NyUnsPTTl1TT7DkyGcEQuVkfRcWvawgO { width:17.9375rem;height:12.24825rem;top:44.3125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVCdDhEL5yUABpCdaT2iTO988UUaiHgn { width:17.9375rem;height:1.224825rem;top:57.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrhqh84E50dlkt3NF1LUXX4a011ska9h { width:8.125rem;height:8.125rem;top:33.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdDv8XbhmzKFMDQr9bLAziKQMKhUgThs { width:7.875rem;height:7.875rem;top:33.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT18HTi6SyG6ONRzAUF1hmFThiH4v82U { width:17.9375rem;height:1.3994125rem;top:42.3125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k95ZDMus0cqsdxKUUxSxTO2eVlwevZI2 { width:19.125rem;height:27.0625rem;top:70.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX6C8rT5RIJWs5Uo9HFVtvBMd3cUQ3ag { width:17.9375rem;height:4.29948125rem;top:92.4375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#QX6C8rT5RIJWs5Uo9HFVtvBMd3cUQ3ag li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df2a6a6e3e97a61f6c053fbe5d587118.svg); }
 }@media only screen and (max-width: 763px) { #egO1eZCTIQKUkfHrU5vHyTpn1ZWlK97G { width:17.9375rem;height:1.224825rem;top:90.4375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEANCmzECctE1sIk0ZHHLuVzTSg3Ec64 { width:17.9375rem;height:12.24825rem;top:77.5625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHBHwZbssDT98HWsM7gIlNUC4HOwJFF4 { width:17.9375rem;height:1.3994125rem;top:75.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkTXoWnoHO7V0ANqtPk69eA1ki5wst6h { width:8.125rem;height:8.125rem;top:67rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQDAma1Fbe9AXO40V77biEFJZl6Bw8P0 { width:7.875rem;height:7.875rem;top:67.125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skZhKEBH4qroA733v8J9todLTxTe8HmB { display:block; }#skZhKEBH4qroA733v8J9todLTxTe8HmB > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBcO8pUTnRwkygoM02MWbCLmJD9sArtl { width:20rem;height:4.72395625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfzZs0lnocdVk9PimT9XoSCORTFrTDPJ { width:16.25rem;height:3.5625rem;top:6.9482421875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdGlE0pU9xXPyuJosS47nfiel8Q70rE { display:block; }
 }@media only screen and (max-width: 763px) { #ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 { display:block; }#ZbRwzP1ZrsrPKIydgJmZ7D0HlSQV6kZ1 > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWHB2a98pA2MoBHuTrkduXTCB3ONKMws { width:20rem;height:4.72395625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFo29tNsIzJVQc6RQNXuGVvUBMrE2OOd { width:20rem;height:8.5738125rem;top:7.22265625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLMaE8HmMH6IWHrJrcdPkUQEvcam7PaC { width:18.25rem;height:4.89930625rem;top:19.1875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbPsg5lDTAtFy8Gm1PpRwnxvS87Tl3ZE { display:flex;width:0.625rem;height:0.625rem;top:19.5rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #dvLtS0TE2xk1OAI8XQ6K6ZXcSQHkVofO { width:18.25rem;height:6.12413125rem;top:24.6875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdB5x3PhfvUwfL6ehL2hT0VMqRnNlWup { width:18.25rem;height:4.89930625rem;top:31.4375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPnUIthQXmQ1zNSpxSyr7UQ8fsRzOtha { display:flex;width:0.625rem;height:0.625rem;top:25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #V8AGiSxxy1T6dLvyqz1zK7KMv8POfcRm { display:flex;width:0.625rem;height:0.625rem;top:31.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #ETVL06TBJ1h5Ms7r3m1RZxD1JoaN8fh8 { width:18.25rem;height:4.89930625rem;top:36.9375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiyf2CyltR9mFrolOZaMx9dzCictTFKQ { display:flex;width:0.625rem;height:0.625rem;top:37.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #hdvhBixIBcAATFLdiPIEwIxqo0QBl8Mu { width:20rem;height:3.67448125rem;top:43.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNNzvtBDZtHO9N1mT4LD9XmZisxOcgHc { width:20rem;height:1.224825rem;top:17.0439453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip6MfbWQK1P2PE5oh39A3BwrRJkmkeqZ { width:16.0625rem;height:3.4375rem;top:48rem;left:2rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #qrXqCCLXrMkx5IC6S43TdFTnx491KJft { display:block; }
 }@media only screen and (max-width: 763px) { #lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 { display:block; }#lSkDiPhPiDN7pb3AJf24d9PMzrXa99T8 > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSMZZ9STrTi1TRkmKQv81uTNBDO7Dkpf { width:20rem;height:3.14930625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqFSTTP83DCU6nfyk2IvIg3fu8t4GOS8 { width:20rem;height:8.5738125rem;top:18.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnXWNqJBhqWkyyNMXeNWXWmATL4VKq1A { width:20rem;height:3.67448125rem;top:27.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ5czNpXS2LNHEBoorf2c1Z1AO7xofG6 { width:20rem;height:8.5738125rem;top:31.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0SyEUONPWVTDMigRpB4om6MmWHdUxbA { width:20rem;height:3.67448125rem;top:40.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htsy91pxNyLGygSe5wTNdodm0bglALxr { width:20rem;height:11.2rem;top:5.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZrkpTsOTgsUlV0QdZxt3TnST2ixKCl { display:none; }#Z8ZrkpTsOTgsUlV0QdZxt3TnST2ixKCl > .row .container { width:20rem;height:82.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vmp7kZFSR2y63gLq6k6JykTdXXCGU1cN { width:20rem;height:1.29980625rem;top:2.82421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfrAtITUSbRXwKZEW4JZSazKshU67VAX { width:20rem;height:1.57421875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBkfZLHH14O8KsTDrBgsNDZTLe2HRary { width:20rem;height:2.8125rem;top:5.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUKng4KJ0FFiD2rwsMiH03OC3n6Uz39D { width:19.375rem;height:2.44921875rem;top:5.5556640625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbAeTHhL7qRpbnyypZwPzVq48Q1SHn67 { width:19.375rem;height:3.673825rem;top:8.8115234375rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh5MBK0xbarlHhn8TvXTPOpxx8TRMVZR { width:20rem;height:2.8125rem;top:13.7333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9VJRg4SHJHwoDocrkNK1VPVE1uQXUSa { width:19.375rem;height:1.2246125rem;top:14.5263671875rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0zUWFXgZo5irgApLJAooxglafX3iDD8 { width:19.375rem;height:3.673825rem;top:17.1708984375rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMC5JNkN7fZdMUTcdRR7mMomcTGlz14q { width:20rem;height:2.8125rem;top:22.0927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWJ31TfIobSbrIUiZPFckFa7WN1Z5HFP { width:19.375rem;height:2.44921875rem;top:22.2744140625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDOTxU9Np7MVpAizlH0rdKNIvs57LK7n { width:19.375rem;height:6.12305rem;top:25.5302734375rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhF5kKAesaJmiPKqnmihVgySS3qHEZIc { width:20rem;height:2.8125rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNFqJ37xnAbLnyyctxJGy5502hcvU8M3 { width:19.375rem;height:2.44921875rem;top:33.056640625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtTgZ5c8vDQ35NxDbv4ICOwkevOetnhS { width:19.375rem;height:8.57225rem;top:36.3125rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kONn0IInkBAd7LWRr2LGywgae0TSFAph { width:20rem;height:2.8125rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPkPDe9sBx7oUtPepFrxkBBxULPfpFiC { width:19.375rem;height:2.44921875rem;top:46.306640625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idWtKaGLZqlwbUUWPPdhkFiaCEO4uBKT { width:19.375rem;height:9.796875rem;top:49.5625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBR51uD3Q40W4ZTh4kZJvFMpVuOJQo7h { width:20rem;height:2.8125rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzE0cXN6hgXFqhHXLli0b3FIeiwof3X0 { width:19.375rem;height:2.44921875rem;top:60.806640625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnuCgQkNGMIkWcT5AGSXVLBgvP84kXqf { width:19.375rem;height:7.347625rem;top:64.0625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4SsJos4r7hREXzPuuB9BAEBRKUB6tcW { width:20rem;height:2.8125rem;top:72.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2sr0xTa13pAysBWITi8WS8XWM2cMcZI { width:19.375rem;height:1.2246125rem;top:73.4814453125rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LynCWDS5xkp13bCGqP6KFyZ6hoqWOe4b { width:19.375rem;height:4.8984375rem;top:76.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D { display:block; }#Q6tAp8ki7ZHbVgchS36xhT9HR8cQ1B1D > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyOHyFo9Wwa4ueoy1NQRZ0zwVTOrq4QG { width:20rem;height:1.29980625rem;top:2.82421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMn4wqOfPrZ2wCb1WgvFiFe3AEpChenD { width:20rem;height:1.57465rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-element-container { background-color:#f5f5f5;background-image:none; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-heading-text { font-size:0.875rem;height:auto;color:#172243; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-desc-text { font-size:0.875rem;height:auto;color:#000000; }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_fc431b4a4a42621c06c83860248237eef9f44854.svg"); }
#bS41af01ieMbf9sF696Z5RCqHHpnAOk3 { display:flex;height:auto;width:18.75rem;top:4.7490234375rem;left:0.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;gap:0.625rem; }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #EMIGNQrlaAfEHgWr7Q9qh8ZRSDLGV8Jt {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #uR3dOgWPq4PSy1EvDfTtGLTFr5VBtyJJ {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #ltDPRSRKG9RfrSwtsSeOhZHubW8u5idq {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #HgvfSwSd9PNAL3H1n7wDPpfNWUh9QXTN {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #u3V6cxClwmnzC7GozU7i4KETsUI5E2Fp {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #dOlPPXE2BpWqWwIgTQtW3brV0ChU618W {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #FxHSI815cKKgIdO7FSSXq8DT6vXUTnKQ {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #QSHuhsIvpodqNKlVkK6EEbILvy9e8K1t {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #BU0BtUxrJJIg5zyIpnntTDv9MOPZpFTc {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #hHVDAkStBE5ByyFWd9O5cxeTi75Kmq8Z {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #pa5BfDm8XwdCX3h49XidI3UF6JdLzXsn {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #pLdwS3dZ3vB8GLmv4bR3Hdwc7TMbaMOi {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #RSsgHVWWwMCMehpvvI01g4oKoQPzGF0n {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #FQoDf5TOTm1at8d8gVqWoWsfTuDTwfHG {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #q0U7srg35W1xzbotAvimi9paLVc6BFaZ {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #QwiT5x6tmsxcnUK7h9QhqdbqzidDai1D {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #FOxsKWafm5l0DMvaUAPs722DmToyFblp {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #fmQ728eMWiGJrwER2Q9qLpQbseJfDnqu {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #KPwESlGXHhofs11MExdz6xAkzK5CHGc6 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #GVh8ZCg81fwll90JOBhQ59AF3G3iOTfq {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #WlEZee3zA8xvSSwz5lHU442o34pS07LA {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #dXubzbL8V3svMVosAezlqlcRsyvugOPC {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #kJDu8i2DSTOGT6DsTzxvzFe04K2T22M3 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #grFQA91vF1slVlnla5qTaU3B5D00LLr1 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #UVGxF9mRTWkSw8QnnXHua4AgDHG6yLb4 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #Dfau9CBLveA0wy3Q3Udt5igG1VRil6Wc {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #e67UUxGsqHolakGFr2xVTPzBiM3mnyVS {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #TeZA8sNaQ93zXyPUSUweKcTDXxoUGI0t {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #Nk4EMlXfUF14yTTvZT0ILQ0AiZ7dPsP1 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #JvNn9Wi5J6kENEyKW5uxFq7CGW8EhO4G {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #hmkUFBqL8Lg8PyJoSk3y5HpUO4nFrpkU {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #EyXE0MfC0ryyAcpH6IJB1L71gdafV4X2 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #phKwUoAe95HSZEHNRdItPLkUzDvapRs6 {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #XGUAV1hZvovTCRAtkUdyFO1C1xiqAPpB {  }
 }@media only screen and (max-width: 763px) { #bS41af01ieMbf9sF696Z5RCqHHpnAOk3 #vFBGTOWGki5QfW70kOJoAmGDOwhSqPhD {  }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { width:14.9375rem;height:1.8369125rem;top:9.8125rem;left:2.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wralgLm7XvynO6VhyziotQeNiKUMEV2T { width:16.9375rem;height:3.5rem;top:16.6962890625rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho0xiqLcNqJDdKQ56Gr2k67BGTBQLLAe { display:block; }
 }@media only screen and (max-width: 763px) { #rrVwP8DuO1HrLTp0vCqfpRmMb5AJz1iS { width:0.0625rem;height:14.375rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBr4IkZ5WuEigL2v5ZO8AnB7yIqGNxR6 { width:0.0625rem;height:14.375rem;top:43.00883125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Teumhqfq35OAInW4uFMWBdfBhEVqppZm { width:20rem;height:0.0625rem;top:58.63383125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #frwpW6wS0QctlbSfTFAkSKiVZWiZMBrx { width:9.625rem;height:0.0625rem;top:2.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnEsfR5TXz3x2HvcWfLIKIqEnsOCFa9g { width:9.625rem;height:0.0625rem;top:8.5849609375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWQPo6GRxxl0rMNOU1XcFZGOW8km5VHg { width:13.0625rem;height:3.673825rem;top:11.9375rem;left:3.46875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gz6IyGlHWTJBfXJeR8mzI30xoVQTXzRr { width:3.75rem;height:0.125rem;top:14.6337890625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 .widget-text.counter-number { padding-top:0.375rem;padding-right:0.3325rem;padding-bottom:0.375rem;padding-left:0.3325rem;width:1.995rem;min-width:1.995rem;height:2.015625rem;font-size:1.5rem;line-height:32.25px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.659375rem;height:0.796875rem;font-size:0.5625rem;line-height:12.75px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 { width:14.625rem;height:3.796875rem;display:flex;top:2.7998046875rem;left:2.5703125rem;z-index:15004;padding-top:0.54375rem;padding-right:0.584375rem;padding-bottom:0.54375rem;padding-left:0.584375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #DDF2wfBMwqL4TMtdfRA0KmwbqPr7dz6a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #g7FeMXLzz9QphPuAZHUKrbgODCRsr98f {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #wUVCn6J3C1EyinV5XAw5rqZmA1SLEdfk {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #c07el8bAkaJsqSEeGJVI80P7E2HXxfzw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #v6pd1biZMbCgqKLZ6DfPDbdMciZ2iSdy {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #fIxHimyx9uR12QUiq1EpQqS07wJOUAIl {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #TkKidGiV5Jdba34y27Biz9TJVD04fmT1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #Oo9uJt8BoCz0AJyB5k6rEQAX2O0qaJQT {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #KzOUzvuLcZk9DzJZioPaqULlZ2nRvv01 {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #d3iNa4kNXCxH5gAICauuIFr01XZpc0aI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #GA6hGbBUHOIDua8d4FIprqPqeu9pQTpw {  }
 }@media only screen and (max-width: 763px) { #cDvIs31hFnl4CT6QHHRqKdHJEKFR5ft9 #tktmiMxglyUrPzCcuoSAGMcfyevKyHTF {  }
 }@media only screen and (max-width: 763px) { #EtKFiOmynoRscbKLzqMqR59HRmW0oDqP { display:block; }#EtKFiOmynoRscbKLzqMqR59HRmW0oDqP > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mz04HTCThZELeR2DnOpPR4P62xLPyany { width:12.5rem;height:0.0625rem;top:5.71875rem;left:3.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #HTIiTx4BuKWVTNltZ4apRnwrQbc4rK2Q { width:20rem;height:1.3125rem;top:6.34375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIW9pA2VC6AZzdfhRlnZNhILO2vh13lc { width:12.8125rem;height:2.625rem;top:2rem;left:3.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8n9t3VVZQazlspzbJ3KbEqKbUdwJEJX { width:6.375rem;height:3.5625rem;top:8.90625rem;left:6.8125rem;display:block; }
 }