.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:222,225,228;--color-primary-1:144,157,164;--color-primary-2:32,58,73;--color-primary-3:16,29,37;--color-primary-4:5,9,11;--color-secondary-0:247,223,224;--color-secondary-1:228,148,151;--color-secondary-2:201,40,47;--color-secondary-3:101,20,24;--color-secondary-4:30,6,7;--color-tertiary-0:255,255,255;--color-tertiary-1:102,102,102;--color-tertiary-2:32,32,32;--color-tertiary-3:12,11,11;--color-tertiary-4:0,0,0;--headlines-font-family:Titillium Web;--paragraphs-font-family:Titillium Web; }body { background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { background-color: transparent; background-image: none; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container > .video-iframe-container { display: none; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row > .video-iframe-container { display: none; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .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); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { border-width: 0; border-radius: 0; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#pHOIaUr151Gqqs0CT4JBF57py8BRK1wx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:16.4375rem;top:2.40625rem;left:2.15625rem;overflow:hidden;display:block; }
#WalEIyOniv7aKC4Z0eB2AUSqgzl3Im3J { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.15625rem;left:30.75rem;height:;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;text-align:center;text-align-last:center;display:block; }
#eiW36GvvOqxE8w40SKDvFGzAuQtbvDdT { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.15625rem;left:41.625rem;height:1.62539375rem;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;text-align:center;text-align-last:center;display:block; }
#fKCsgpOspFBvNai5f7aGTWGRxuN9KtT0 { background-color:#07b900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:2.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.5rem;left:54.5rem;display:block; }
#q22SeRCGeL5ynMIDZvK0zVRGEm0vpzVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e58404df-a591-4077-9aad-22e1dc4634de/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU.adaptive-delivery-prevent-bg, #cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU.lazyload, #cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU.lazyloading { background-image: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { background-color: transparent; background-image: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container > .video-iframe-container { display: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container { display: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .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); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { border-width: 0; border-radius: 0; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#RBfxIygsN94LTh5ZSXRJs0mJ71JIrDoG { background-color:#07b900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.625rem;left:0.625rem;display:block; }
#ic3uVefh7o76OXNe8DlATFzghFL7SOvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yFJNIxBDlt9acsC7hthXDtZHMg1Q4uWZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.9375rem;display:none; }
#kKdA1n6lcdRFNS60npoetbcDxOeLZRWJ { position:absolute;display:block;z-index:15002;background-color:#06b48c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.625rem;width:37.5rem;top:5.375rem;left:0.625rem;display:block; }
#uVGyeN0nOMdbST8bes9oudsKivRClMiE { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:1.875rem;left:0.625rem;height:2.92480625rem;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; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .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; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#090134;padding-top:0.434375rem;padding-right:0.396875rem;padding-bottom:0.434375rem;padding-left:0.396875rem;display:block;align-items:center;width:2.380625rem;min-width:2.380625rem;height:2.33375rem;position:relative;font-family:poppins;font-size:1.7375rem;font-weight:700;line-height:37.34px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .widget-text.counter-label { background-color:;background-image:none;color:#939393;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.17375rem;height:0.921875rem;position:relative;font-family:poppins;font-size:0.65125rem;font-weight:400;line-height:14.75px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#d7d6de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.6875rem;height:4.395625rem;padding-top:0.543125rem;padding-right:0.566875rem;padding-bottom:0.543125rem;padding-left:0.566875rem;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:30.0625rem;left:23.9375rem;z-index:15007; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #doT9uh2zgRMwFsqABIwhOzFSivJfLfCc { display:flex;position:relative;top:0rem;left:0rem; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #BmykfieFQFNwgVR5Lbpbp1IsI8Z0IRzK { width:auto; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #IrkpeeAgfTUcBPLBQ3K1946AUNHqa0GA {  }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Rb2XfMWg4wHi5iIO7k6GylJwZOXI6kcf { display:flex;position:relative;top:0rem;left:0rem; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #dP4Cp3OUWLKd7TXTIg2VVmSCEr3Bb9UF {  }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #fRlTaIimntfRis4ioM56QzlaOkmghi3w {  }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Mr6n5ZvaSp5UZsBnqAHuTXw1TrmJIeT4 { display:flex;position:relative;top:0rem;left:0rem; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Qerswxr1PfqA1vczniRKWCuv1vt8m5Zh {  }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #WXpCf8yJDR4IheoBKpx0VcKpMEnGKPus {  }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #fOBIzStl2B53P6UiTd2BSuLDn9GpNqmQ { display:flex;position:relative;top:0rem;left:0rem; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #OuT81sCaNFMJG6rOF3fmuask9JRELTPz {  }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #U4SzczoHdBy8ExqiQa8oaTKy2uQBGX4e {  }
#rF52krJQqNbUaGmP0tGONHiaDXOOfxKr { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.4375rem;left:23.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTbMTv6WqtdkLpXAccUg7HuRPMK1War6 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.625rem;height:1.7871125rem;display:block; }
#fR2bTL6Ib9TpvxXM0Eo8uD0aQz04d2l5 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:0.625rem;height:1.625rem;display:block; }
#vh6lRgaI8NNaEiQJ9vzG9TGtrsnTX1xU { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.4375rem;left:0.625rem;height:1.625rem;display:block; }
#dIeJc8ezxxPkrTiTHzflN4X1teehsQaH { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.875rem;left:0.625rem;height:1.625rem;display:block; }
#ZtDNcTdxUsTCiRnfLST85NV5x1S91mqx { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:7.591796875rem;left:0.625rem;height:;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; }
#DEWqsg2vT4Gy9P7JiAZZTydMngNpCk34 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:10.529296875rem;left:0.625rem;height:9.375rem;font-style:normal;display:block; }#DEWqsg2vT4Gy9P7JiAZZTydMngNpCk34 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DEWqsg2vT4Gy9P7JiAZZTydMngNpCk34 li:before{  }
#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { background-color: transparent; background-image: none; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container > .video-iframe-container { display: none; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row > .video-iframe-container { display: none; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .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); }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { border-width: 0; border-radius: 0; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#L9tzbbbTl5Q5kVOmbM0keQC2l2NaONPC { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:37.4375rem;height:1.7871125rem;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;text-align:left;text-align-last:left;display:block; }
#l1IvZT33zyXxpdmZJlPo1udSdqAbsPWH { background-color:#07b901;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.34) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.49935rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.749364852905rem;left:37.500003814698rem;display:block; }
#vMhy93bqWzXGOJKIOtT2LT36Rn1Sktnv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:5.9375rem;left:37.5rem;height:4.82324375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB li:before{  }
#nSAtAc2VJ79L0B2zulIKp3V1vZzX7Ad0 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.9375rem;left:37.4375rem;height:1.7871125rem;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;text-align:left;text-align-last:left;display:block; }
#pWrB28ABt4h5WoigiIry4XiClBWTtsr1 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:17.375rem;left:37.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#pWrB28ABt4h5WoigiIry4XiClBWTtsr1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pWrB28ABt4h5WoigiIry4XiClBWTtsr1 li:before{  }
#n6kLsRxAyWeOWuSgisa4ekI4X4yQtWzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:5.9375rem;left:0rem;height:36.384725rem;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;display:block; }
#pqKbnLI8B6WPlIHzT3NQi1Z87lNSo4Ri { color:rgba(var(--color-tertiary-2),1);display:block;width:37.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:;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;text-align:left;text-align-last:left;display:block; }
#SwHBVe1RZVHer9kTLFnLryUexk9capsG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#SwHBVe1RZVHer9kTLFnLryUexk9capsG > .row .container { background-color: transparent; background-image: none; }#SwHBVe1RZVHer9kTLFnLryUexk9capsG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwHBVe1RZVHer9kTLFnLryUexk9capsG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwHBVe1RZVHer9kTLFnLryUexk9capsG > .row .container > .video-iframe-container { display: none; }#SwHBVe1RZVHer9kTLFnLryUexk9capsG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwHBVe1RZVHer9kTLFnLryUexk9capsG > .row > .video-iframe-container { display: none; }#SwHBVe1RZVHer9kTLFnLryUexk9capsG > .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); }#SwHBVe1RZVHer9kTLFnLryUexk9capsG > .row .container { border-width: 0; border-radius: 0; }#SwHBVe1RZVHer9kTLFnLryUexk9capsG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SwHBVe1RZVHer9kTLFnLryUexk9capsG > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#kNE7z1Q8z6McU1khJhU9R1RrTlpVs5uD { display:block;width:74.99875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUbJSmAiuTQe6zqlHwJVN84UZq5ScCpN { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.5rem;top:6.5rem;left:31.25rem;display:block; }
#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh > .row .container { background-color: transparent; background-image: none; }#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh > .row .container > .video-iframe-container { display: none; }#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh > .row > .video-iframe-container { display: none; }#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh > .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); }#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh > .row .container { border-width: 0; border-radius: 0; }#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#PIOsHHpXJDMrArJ7WdqpxhQvq6T2HqbQ { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:;color:rgba(var(--color-secondary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq.adaptive-delivery-prevent-bg, #q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq.lazyload, #q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq.lazyloading { background-image: none; }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row .container { background-color: transparent; background-image: none; }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row .container > .video-iframe-container { display: none; }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row > .video-iframe-container { display: none; }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .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); }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row .container { border-width: 0; border-radius: 0; }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#Spr2qnOQHhU7TT1vvpbPv25Bk2v78yfe { display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1rem;left:-0.875rem;height:12.79688125rem;color:rgba(var(--color-tertiary-1),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GAmxiDx67T4nDkNZGgIy1HO6IT7eKgNb { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1rem;left:36.875rem;display:block; }
#rpw2inlpUR626HFsr8LzMKmCTtz3mxw6 { color:rgba(var(--color-tertiary-1),1);display:block;width:35.246125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.734375rem;left:38.125rem;height:16.172875rem;display:block; }#rpw2inlpUR626HFsr8LzMKmCTtz3mxw6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rpw2inlpUR626HFsr8LzMKmCTtz3mxw6 li:before{  }
#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc > .row .container { background-color: transparent; background-image: none; }#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc > .row .container > .video-iframe-container { display: none; }#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc > .row > .video-iframe-container { display: none; }#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc > .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); }#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc > .row .container { border-width: 0; border-radius: 0; }#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#dzBvG1GbVoBtFbK7B493AaN18mLFXGv0 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:;color:rgba(var(--color-secondary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4.adaptive-delivery-prevent-bg, #OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4.lazyload, #OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4.lazyloading { background-image: none; }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row .container { background-color: transparent; background-image: none; }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row .container > .video-iframe-container { display: none; }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row > .video-iframe-container { display: none; }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .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); }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row .container { border-width: 0; border-radius: 0; }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#bZmtXh0GBasbeIuPo3nvRxOMtDiPi3RW { display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1rem;left:2.8125rem;height:19.19530625rem;color:rgba(var(--color-tertiary-1),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#R0LaE12xfiasls1DRyIoMve2qOQURCEV { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1rem;left:36.875rem;display:block; }
#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH > .row .container { background-color: transparent; background-image: none; }#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH > .row .container > .video-iframe-container { display: none; }#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH > .row > .video-iframe-container { display: none; }#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH > .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); }#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH > .row .container { border-width: 0; border-radius: 0; }#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#xXf1tClfqkI9KApFd4aBiqDwTvy7znzt { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:;color:rgba(var(--color-secondary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J.adaptive-delivery-prevent-bg, #VVIaHruFoLSDaHIyglpFyUiRh24mMC5J.lazyload, #VVIaHruFoLSDaHIyglpFyUiRh24mMC5J.lazyloading { background-image: none; }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row .container { background-color: transparent; background-image: none; }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row .container > .video-iframe-container { display: none; }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row > .video-iframe-container { display: none; }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .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); }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row .container { border-width: 0; border-radius: 0; }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#bmdw2ukpW659lz7DzM1PTPmTyacq0dtf { display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0.99934768676756rem;left:1.4375019073486rem;height:17.59569375rem;color:rgba(var(--color-tertiary-1),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VDP4HG8EPKE1D5b22hIcfoWufTRBGBi6 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1rem;left:36.875rem;display:block; }
#bTfGbmkyTFeST80oKO9fak7NZxhQgL9P { color:rgba(var(--color-tertiary-1),1);display:block;width:35.246125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.6953125rem;left:38.125rem;height:10.348625rem;display:block; }#bTfGbmkyTFeST80oKO9fak7NZxhQgL9P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bTfGbmkyTFeST80oKO9fak7NZxhQgL9P li:before{  }
#HDf31pZBobgmvr8ll6DE8auanXA2feSC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#HDf31pZBobgmvr8ll6DE8auanXA2feSC > .row .container { background-color: transparent; background-image: none; }#HDf31pZBobgmvr8ll6DE8auanXA2feSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDf31pZBobgmvr8ll6DE8auanXA2feSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDf31pZBobgmvr8ll6DE8auanXA2feSC > .row .container > .video-iframe-container { display: none; }#HDf31pZBobgmvr8ll6DE8auanXA2feSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDf31pZBobgmvr8ll6DE8auanXA2feSC > .row > .video-iframe-container { display: none; }#HDf31pZBobgmvr8ll6DE8auanXA2feSC > .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); }#HDf31pZBobgmvr8ll6DE8auanXA2feSC > .row .container { border-width: 0; border-radius: 0; }#HDf31pZBobgmvr8ll6DE8auanXA2feSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HDf31pZBobgmvr8ll6DE8auanXA2feSC > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#LfJklqmZfIDHvTFTGHUVh98yJBrRpugV { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:;color:rgba(var(--color-secondary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eckh70y6spczITNQuuznZMKn8Mn5IzZm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm.adaptive-delivery-prevent-bg, #Eckh70y6spczITNQuuznZMKn8Mn5IzZm.lazyload, #Eckh70y6spczITNQuuznZMKn8Mn5IzZm.lazyloading { background-image: none; }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row .container { background-color: transparent; background-image: none; }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row .container > .video-iframe-container { display: none; }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row > .video-iframe-container { display: none; }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .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); }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row .container { border-width: 0; border-radius: 0; }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#OCNkEbwLr8Tdp1u0VpM1o7Dsbhes6sLq { display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1rem;left:2.8125rem;height:12.7969rem;color:rgba(var(--color-tertiary-1),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CTKtXEiGBLM6dsEUDF5TTlK45Iko7XCx { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1rem;left:36.875rem;display:block; }
#oTln1XbbLQbcDvH5M9ZPA1edhkPb8ZRZ { color:rgba(var(--color-tertiary-1),1);display:block;width:35.246125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.7578125rem;left:38.125rem;height:;display:block; }#oTln1XbbLQbcDvH5M9ZPA1edhkPb8ZRZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oTln1XbbLQbcDvH5M9ZPA1edhkPb8ZRZ li:before{  }
#CJeGgggK1tPcw4K99FVnz14Cq7DBFned { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#CJeGgggK1tPcw4K99FVnz14Cq7DBFned > .row .container { background-color: transparent; background-image: none; }#CJeGgggK1tPcw4K99FVnz14Cq7DBFned::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJeGgggK1tPcw4K99FVnz14Cq7DBFned > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJeGgggK1tPcw4K99FVnz14Cq7DBFned > .row .container > .video-iframe-container { display: none; }#CJeGgggK1tPcw4K99FVnz14Cq7DBFned > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJeGgggK1tPcw4K99FVnz14Cq7DBFned > .row > .video-iframe-container { display: none; }#CJeGgggK1tPcw4K99FVnz14Cq7DBFned > .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); }#CJeGgggK1tPcw4K99FVnz14Cq7DBFned > .row .container { border-width: 0; border-radius: 0; }#CJeGgggK1tPcw4K99FVnz14Cq7DBFned > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CJeGgggK1tPcw4K99FVnz14Cq7DBFned > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#liJH5GBGTHoiMRiyHWMOPPR3ppvNpXu0 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:;color:rgba(var(--color-secondary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD.adaptive-delivery-prevent-bg, #pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD.lazyload, #pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD.lazyloading { background-image: none; }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row .container { background-color: transparent; background-image: none; }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row .container > .video-iframe-container { display: none; }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row > .video-iframe-container { display: none; }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .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); }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row .container { border-width: 0; border-radius: 0; }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#M9XDR29BzUcuGhVMSdWWdGbQvSWOpasU { display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1rem;left:2.8125rem;height:17.59568125rem;color:rgba(var(--color-tertiary-1),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JSU12Ofw5lI8G4oUqaWB08V75cKUCinT { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1rem;left:36.875rem;display:block; }
#dVatcKRrncezGSoskFCqCf8BEfaBftOF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#dVatcKRrncezGSoskFCqCf8BEfaBftOF > .row .container { background-color: transparent; background-image: none; }#dVatcKRrncezGSoskFCqCf8BEfaBftOF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVatcKRrncezGSoskFCqCf8BEfaBftOF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVatcKRrncezGSoskFCqCf8BEfaBftOF > .row .container > .video-iframe-container { display: none; }#dVatcKRrncezGSoskFCqCf8BEfaBftOF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVatcKRrncezGSoskFCqCf8BEfaBftOF > .row > .video-iframe-container { display: none; }#dVatcKRrncezGSoskFCqCf8BEfaBftOF > .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); }#dVatcKRrncezGSoskFCqCf8BEfaBftOF > .row .container { border-width: 0; border-radius: 0; }#dVatcKRrncezGSoskFCqCf8BEfaBftOF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dVatcKRrncezGSoskFCqCf8BEfaBftOF > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#w5V3RFeQ5a1OLNIhg8ZC2rfEXA4vJETO { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.25rem;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GPTTKcHbQ04zbkDixttVohcSAiEbPeTG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.5rem;top:5.9375rem;left:31.25rem;display:block; }
#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN > .row .container { background-color: transparent; background-image: none; }#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN > .row .container > .video-iframe-container { display: none; }#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN > .row > .video-iframe-container { display: none; }#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN > .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); }#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN > .row .container { border-width: 0; border-radius: 0; }#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#mSnh9loPfsuDB7VmZv10SIK0zoERNaDA { position:absolute;display:block;z-index:15007;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.125rem;width:36.8125rem;top:1.6232643127441rem;left:0rem;display:block; }
#dyP5TaeJCtSWspiWdGd8T1zHtmbEFPk2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:4.4303398132324rem;left:12.124568939209rem;height:6.12305rem;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;display:block; }
#ynG1MNEOyTaIEC1EADPT19fXNLfWhqlG { position:absolute;display:block;z-index:15023;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:6.25rem;width:6.25rem;top:0.49911499023438rem;left:2.5618495941162rem;overflow:hidden;display:block; }
#DTTdXa47vs5Neru4cCJsUDfbvSAxJeKG { color:#203949;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:2.3125rem;left:12.125rem;height:1.575rem;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;display:block; }
#prPwG2uGgrh6fCEQV341HTXAzRbTVG07 { position:absolute;display:block;z-index:15026;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.625rem;width:36.8125rem;top:1.623046875rem;left:38.1865234375rem;display:block; }
#CMnODqpkKTfKkggVwHD8Jg2TuTIIzvgW { color:rgba(var(--color-tertiary-3),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:4.4303398132324rem;left:49.561634063721rem;height:12.246125rem;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;display:block; }
#mLF8utZJCOdEXtKN0trHERXk5xV6qvql { position:absolute;display:block;z-index:15042;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:6.1875rem;width:6.25rem;top:0.4990234375rem;left:39.560546875rem;overflow:hidden;display:block; }
#GeDCukz9NLUWUInzRNLGDSeHAhf4fOkh { color:#203949;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:2.375rem;left:49.5625rem;height:1.57421875rem;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;display:block; }
#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV > .row .container { background-color: transparent; background-image: none; }#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV > .row .container > .video-iframe-container { display: none; }#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV > .row > .video-iframe-container { display: none; }#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV > .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); }#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV > .row .container { border-width: 0; border-radius: 0; }#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#voFxo0DcUBFJKu7e2fdkI2fogZf5Rf8K { position:absolute;display:block;z-index:15007;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.375rem;width:36.8125rem;top:1.6240234375rem;left:0rem;display:block; }
#CIC2srMffV4HxFeiwFEQbwJprmkdUbFr { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:4.4303398132324rem;left:12.124568939209rem;height:8.57225rem;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;display:block; }
#EMAbQ5XBKzhL4obnWH0lQa2lopPQgSM1 { position:absolute;display:block;z-index:15023;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:6.25rem;width:6.25rem;top:0.5302734375rem;left:2.3740234375rem;overflow:hidden;display:block; }
#CNfhEsnZatmTuN8wrg4gLGMiHdQNCJcC { color:#203949;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:2.3125rem;left:12.125rem;height:1.57421875rem;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;display:block; }
#TndPowIp3yEXnqRRy5DbqOoRMtMzXrzB { position:absolute;display:block;z-index:15026;background-color:#f4f4f4;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.3125rem;width:36.8125rem;top:1.6240234375rem;left:38.1865234375rem;display:block; }
#u1kiDnpMTNKss6yDUwtobp9UNLJTu627 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:4.4303398132324rem;left:49.561634063721rem;height:8.57225rem;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;display:block; }
#Lmr7zUegHAWMyNIMxrkA6kgO72W2SCBB { position:absolute;display:block;z-index:15042;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:6.25rem;width:6.25rem;top:0.5302734375rem;left:39.498046875rem;overflow:hidden;display:block; }
#pOcGv9LW3A4HP3wxTDP9Tt0rCDo3n8Su { color:#203949;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:2.375rem;left:49.5625rem;height:1.57421875rem;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;display:block; }
#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container { background-color: transparent; background-image: none; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container > .video-iframe-container { display: none; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row > .video-iframe-container { display: none; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .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); }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container { border-width: 0; border-radius: 0; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#pRp0IM9Oof77rkpCN2OPwZ3MJbMUwqGP { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.736328125rem;left:0rem;height:3.25rem;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IHFKKRalnU45QyQ9U4HcTysQUfmGACwo { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.5rem;top:6.486328125rem;left:31.25rem;display:block; }
#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container { background-color: transparent; background-image: none; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container > .video-iframe-container { display: none; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row > .video-iframe-container { display: none; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .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); }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container { border-width: 0; border-radius: 0; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#paybshEQGqnehQSFIFH17ia1VcmOov76 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:15.875rem;top:0.03125rem;left:28.835416793823rem;overflow:hidden;display:block; }
#Q8US4dw4cVFontAIuntBeLMfA51KFf6M { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container { background-color: transparent; background-image: none; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container > .video-iframe-container { display: none; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row > .video-iframe-container { display: none; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .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); }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container { border-width: 0; border-radius: 0; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#E55s96spKo1AZooKCUIT0pTtzbWF9H1r { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .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; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.728125rem;padding-right:0.641875rem;padding-bottom:0.728125rem;padding-left:0.641875rem;display:block;align-items:center;width:3.851875rem;min-width:3.851875rem;height:3.911875rem;position:relative;font-family:"open sans";font-size:2.91125rem;font-weight:700;line-height:62.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.455rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.13625rem;height:1.54625rem;position:relative;font-family:"open sans";font-size:1.091875rem;font-weight:400;line-height:24.74px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn { 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:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24.5625rem;height:7.369375rem;padding-top:0.91rem;padding-right:0.916875rem;padding-bottom:0.91rem;padding-left:0.916875rem;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:6.8125rem;left:24.30078125rem;z-index:15003; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #GdAqnnkLIJw0LUfg270KVBQuAdURf0c1 { display:flex;position:relative;top:0rem;left:0rem; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #s1ios61vVa69mT0tnrJyQPTSSMTzogTa { width:auto; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #DO7M15WWgV9tplCqtyWWaUq3zSATGkyU {  }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #B0AwDTkRQu2B2qJepm4AifQTmC5cAxKq { display:flex;position:relative;top:0rem;left:0rem; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #fm3Lvp8Qs3vNZOG3K9lzq6TrMOh9T2lS {  }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #uV8vdrOueNssF9NP6PG1JAqzSN0oca2X {  }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #sRqpn3TcHHFkiCewkgzqeNEHq6Eea4TT { display:flex;position:relative;top:0rem;left:0rem; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #OF10b0osBvlDqCI0WtTbQ45xenXETlxV {  }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #JuQrhgTTLLvPpI2W7esLpQbypbnTdDPo {  }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #sLn1N6LbGOnK9En0tZBkXEssLLMAAeVT { display:flex;position:relative;top:0rem;left:0rem; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #yUuTbQl1zRzZzZKDx5VlEHQQBQul5JdH {  }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #QCGbcySWVOIyIzadCLxsEf4N6yQwaFb1 {  }
#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container { background-color: transparent; background-image: none; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container > .video-iframe-container { display: none; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row > .video-iframe-container { display: none; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .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); }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container { border-width: 0; border-radius: 0; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#nFgITcm98e4fsKgJZQ1eqI9NWnGyiJ1x { position:absolute;display:block;z-index:15000;background-color:#eeeeee;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:40rem;width:37.4375rem;top:1.5625rem;left:37.5625rem;display:block; }
#Na5NFxdXtQ9qaZX1Qk80F9AAIRZhILZl { position:absolute;z-index:15001;top:3.6875rem;left:42.53125rem;width:27.5rem;height:35.8125rem;display:block; }
#efD6LPDbQ7JTWswtKZHA7P7TaSy15OUQ { color:rgba(var(--color-tertiary-0),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:2.125rem;left:0rem;height:4.375rem;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;display:block; }
#TLguLCOqJocPVkh3yc3R293ukgQCER5v { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:14999;line-height:1.4;letter-spacing:0;top:7.6866321563719rem;left:0rem;height:15.1055rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TLguLCOqJocPVkh3yc3R293ukgQCER5v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TLguLCOqJocPVkh3yc3R293ukgQCER5v li:before{  }
#QcZCpKRQSE6LctEs0WVu0gAExEZ4dPI3 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:23.810546875rem;left:0rem;height:6.296875rem;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;display:block; }
#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { background-color: transparent; background-image: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container > .video-iframe-container { display: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container { display: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .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); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { border-width: 0; border-radius: 0; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { font-size:0.875rem;font-family:"open sans";height:8rem;width:75rem;position:relative;display:block; }#zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:10.0625rem;height:4.8730625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #XvyKggqQxkVUXA02RbBApWMdMtrqrMGK { display:block; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pHOIaUr151Gqqs0CT4JBF57py8BRK1wx { width:12.625rem;height:2.5rem;top:1.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WalEIyOniv7aKC4Z0eB2AUSqgzl3Im3J { width:11.5625rem;height:1.62539375rem;top:2.3125rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eiW36GvvOqxE8w40SKDvFGzAuQtbvDdT { width:8.625rem;height:1.62539375rem;top:2.3125rem;left:26.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fKCsgpOspFBvNai5f7aGTWGRxuN9KtT0 { width:10.25rem;height:2.9375rem;top:1.625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q22SeRCGeL5ynMIDZvK0zVRGEm0vpzVJ { display:block; }
 }@media only screen and (max-width: 1199px) { #cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e58404df-a591-4077-9aad-22e1dc4634de/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU.adaptive-delivery-prevent-bg, #cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU.lazyload, #cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU.lazyloading { background-image: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { background-color: transparent; background-image: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,35,35,0.32); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container > .video-iframe-container { display: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,35,35,0.32); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container { display: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .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); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { width:47.75rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RBfxIygsN94LTh5ZSXRJs0mJ71JIrDoG { width:16.5rem;height:2.9375rem;top:28.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ic3uVefh7o76OXNe8DlATFzghFL7SOvc { display:block; }
 }@media only screen and (max-width: 1199px) { #yFJNIxBDlt9acsC7hthXDtZHMg1Q4uWZ { width:19.9375rem;height:12rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kKdA1n6lcdRFNS60npoetbcDxOeLZRWJ { width:37.5rem;height:0.310546875rem;top:5.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uVGyeN0nOMdbST8bes9oudsKivRClMiE { width:40.1875rem;height:2.84414375rem;top:1.5rem;left:0.875rem;font-size:2.1875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .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; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .widget-text.counter-number { padding-top:0.441875rem;padding-right:0.39rem;padding-bottom:0.441875rem;padding-left:0.39rem;width:2.34125rem;min-width:2.34125rem;height:2.37625rem;font-size:1.768125rem;line-height:38.02px;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; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.12125rem;height:0.939375rem;font-size:0.663125rem;line-height:15.03px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 { display:flex;width:16.5rem;height:4.475625rem;top:26.25rem;left:21.8125rem;padding-top:0.403125rem;padding-right:0.42rem;padding-bottom:0.403125rem;padding-left:0.42rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #doT9uh2zgRMwFsqABIwhOzFSivJfLfCc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #BmykfieFQFNwgVR5Lbpbp1IsI8Z0IRzK {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #IrkpeeAgfTUcBPLBQ3K1946AUNHqa0GA {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Rb2XfMWg4wHi5iIO7k6GylJwZOXI6kcf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #dP4Cp3OUWLKd7TXTIg2VVmSCEr3Bb9UF {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #fRlTaIimntfRis4ioM56QzlaOkmghi3w {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Mr6n5ZvaSp5UZsBnqAHuTXw1TrmJIeT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Qerswxr1PfqA1vczniRKWCuv1vt8m5Zh {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #WXpCf8yJDR4IheoBKpx0VcKpMEnGKPus {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #fOBIzStl2B53P6UiTd2BSuLDn9GpNqmQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #OuT81sCaNFMJG6rOF3fmuask9JRELTPz {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #U4SzczoHdBy8ExqiQa8oaTKy2uQBGX4e {  }
 }@media only screen and (max-width: 1199px) { #rF52krJQqNbUaGmP0tGONHiaDXOOfxKr { width:23.6875rem;height:1.94921875rem;top:23.1875rem;left:21.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTbMTv6WqtdkLpXAccUg7HuRPMK1War6 { width:28.875rem;height:1.625rem;top:20.3125rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fR2bTL6Ib9TpvxXM0Eo8uD0aQz04d2l5 { width:28.875rem;height:1.625rem;top:24.1875rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vh6lRgaI8NNaEiQJ9vzG9TGtrsnTX1xU { width:28.875rem;height:1.625rem;top:22.25rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIeJc8ezxxPkrTiTHzflN4X1teehsQaH { width:28.875rem;height:1.625rem;top:26.125rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtDNcTdxUsTCiRnfLST85NV5x1S91mqx { width:27.686625rem;height:1.7871125rem;top:7.0616321563719rem;left:0.87348091602325rem;font-size:1.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #DEWqsg2vT4Gy9P7JiAZZTydMngNpCk34 { width:31.5rem;height:10.0215rem;top:8.841796875rem;left:0.875rem;font-size:1.125rem;z-index:14998;display:block; }#DEWqsg2vT4Gy9P7JiAZZTydMngNpCk34 li:before{  }
 }@media only screen and (max-width: 1199px) { #drPIBSwngbBVnGqRdB3UEwt632O9TCs8 { display:block; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { width:47.75rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L9tzbbbTl5Q5kVOmbM0keQC2l2NaONPC { width:15.7498125rem;height:2.03125rem;top:43.5625rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1IvZT33zyXxpdmZJlPo1udSdqAbsPWH { width:21.875rem;height:3.4375rem;top:60.0625rem;left:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMhy93bqWzXGOJKIOtT2LT36Rn1Sktnv { display:block; }
 }@media only screen and (max-width: 1199px) { #nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB { width:21.311875rem;height:5.34765625rem;top:46.8125rem;left:1.125rem;font-size:1.125rem;display:block; }#nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB li:before{  }
 }@media only screen and (max-width: 1199px) { #nSAtAc2VJ79L0B2zulIKp3V1vZzX7Ad0 { width:15.75rem;height:2.03125rem;top:43.5625rem;left:25.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWrB28ABt4h5WoigiIry4XiClBWTtsr1 { width:21.3115rem;height:11.6445rem;top:46.8125rem;left:25.25rem;font-size:1.125rem;display:block; }#pWrB28ABt4h5WoigiIry4XiClBWTtsr1 li:before{  }
 }@media only screen and (max-width: 1199px) { #n6kLsRxAyWeOWuSgisa4ekI4X4yQtWzQ { width:45.686875rem;height:37.78121875rem;top:4.4197051525116rem;left:1.003689289093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqKbnLI8B6WPlIHzT3NQi1Z87lNSo4Ri { width:43.5rem;height:2.03125rem;top:1.4811182022095rem;left:1.003689289093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SwHBVe1RZVHer9kTLFnLryUexk9capsG { display:block; }#SwHBVe1RZVHer9kTLFnLryUexk9capsG > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kNE7z1Q8z6McU1khJhU9R1RrTlpVs5uD { width:40.8125rem;height:5.0371125rem;top:0.6875rem;left:3.46875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iUbJSmAiuTQe6zqlHwJVN84UZq5ScCpN { width:12.4978125rem;height:0.31033rem;top:6.6861991882325rem;left:17.624783992768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh { display:block; }#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PIOsHHpXJDMrArJ7WdqpxhQvq6T2HqbQ { width:47.75rem;height:3.25rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq { display:block; }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row .container { width:47.75rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Spr2qnOQHhU7TT1vvpbPv25Bk2v78yfe { width:22.499rem;height:17.59569375rem;top:1.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GAmxiDx67T4nDkNZGgIy1HO6IT7eKgNb { width:0.625rem;height:0.625rem;top:1.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rpw2inlpUR626HFsr8LzMKmCTtz3mxw6 { width:22.9980625rem;height:21.3720625rem;top:17.8037109375rem;left:24.5rem;font-size:1rem;display:block; }#rpw2inlpUR626HFsr8LzMKmCTtz3mxw6 li:before{  }
 }@media only screen and (max-width: 1199px) { #PVogOIWHITP7J2ABSGa0l0iugxI6bbhc { display:block; }#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dzBvG1GbVoBtFbK7B493AaN18mLFXGv0 { width:47.75rem;height:3.25rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 { display:block; }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row .container { width:47.75rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bZmtXh0GBasbeIuPo3nvRxOMtDiPi3RW { width:22.499rem;height:28.79295625rem;top:1.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0LaE12xfiasls1DRyIoMve2qOQURCEV { width:0.625rem;height:0.625rem;top:1.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH { display:block; }#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xXf1tClfqkI9KApFd4aBiqDwTvy7znzt { width:47.75rem;height:3.25rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VVIaHruFoLSDaHIyglpFyUiRh24mMC5J { display:block; }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row .container { width:47.75rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bmdw2ukpW659lz7DzM1PTPmTyacq0dtf { width:22.499rem;height:22.39456875rem;top:1.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VDP4HG8EPKE1D5b22hIcfoWufTRBGBi6 { width:0.625rem;height:0.625rem;top:1.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTfGbmkyTFeST80oKO9fak7NZxhQgL9P { width:22.9980625rem;height:14.2480625rem;top:22.603515625rem;left:24.5rem;font-size:1rem;display:block; }#bTfGbmkyTFeST80oKO9fak7NZxhQgL9P li:before{  }
 }@media only screen and (max-width: 1199px) { #HDf31pZBobgmvr8ll6DE8auanXA2feSC { display:block; }#HDf31pZBobgmvr8ll6DE8auanXA2feSC > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LfJklqmZfIDHvTFTGHUVh98yJBrRpugV { width:47.75rem;height:3.25rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eckh70y6spczITNQuuznZMKn8Mn5IzZm { display:block; }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row .container { width:47.75rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OCNkEbwLr8Tdp1u0VpM1o7Dsbhes6sLq { width:22.499rem;height:19.19531875rem;top:1.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTKtXEiGBLM6dsEUDF5TTlK45Iko7XCx { width:0.625rem;height:0.625rem;top:1.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTln1XbbLQbcDvH5M9ZPA1edhkPb8ZRZ { width:22.9980625rem;height:8.7363125rem;top:18.916016578674rem;left:24.430339336395rem;font-size:1rem;display:block; }#oTln1XbbLQbcDvH5M9ZPA1edhkPb8ZRZ li:before{  }
 }@media only screen and (max-width: 1199px) { #CJeGgggK1tPcw4K99FVnz14Cq7DBFned { display:block; }#CJeGgggK1tPcw4K99FVnz14Cq7DBFned > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #liJH5GBGTHoiMRiyHWMOPPR3ppvNpXu0 { width:47.75rem;height:3.25rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD { display:block; }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row .container { width:47.75rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M9XDR29BzUcuGhVMSdWWdGbQvSWOpasU { width:22.499rem;height:25.59376875rem;top:1.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSU12Ofw5lI8G4oUqaWB08V75cKUCinT { width:0.625rem;height:0.625rem;top:1.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVatcKRrncezGSoskFCqCf8BEfaBftOF { display:block; }#dVatcKRrncezGSoskFCqCf8BEfaBftOF > .row .container { width:47.75rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w5V3RFeQ5a1OLNIhg8ZC2rfEXA4vJETO { width:47.75rem;height:3.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPTTKcHbQ04zbkDixttVohcSAiEbPeTG { width:12.5rem;height:0.3125rem;top:4.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN { display:block; }#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN > .row .container { width:47.75rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mSnh9loPfsuDB7VmZv10SIK0zoERNaDA { width:23.125rem;height:17.6875rem;top:1.8122863769531rem;left:24.624566555023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dyP5TaeJCtSWspiWdGd8T1zHtmbEFPk2 { width:21.311875rem;height:9.795875rem;top:8.935546875rem;left:25.530601024628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ynG1MNEOyTaIEC1EADPT19fXNLfWhqlG { width:7.1875rem;height:7.1875rem;top:0.74761199951175rem;left:25.530601024628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTTdXa47vs5Neru4cCJsUDfbvSAxJeKG { width:10.1248125rem;height:1.3997375rem;top:4.6983509063721rem;left:34.498698711395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #prPwG2uGgrh6fCEQV341HTXAzRbTVG07 { width:23.125rem;height:27.0625rem;top:1.8115234375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #CMnODqpkKTfKkggVwHD8Jg2TuTIIzvgW { width:22.374125rem;height:18.192375rem;top:8.935546875rem;left:0.74869787693025rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mLF8utZJCOdEXtKN0trHERXk5xV6qvql { width:7.1875rem;height:7.1875rem;top:0.75rem;left:0.37434893846512rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GeDCukz9NLUWUInzRNLGDSeHAhf4fOkh { width:13.2498125rem;height:1.3994125rem;top:4.6983509063721rem;left:9.186198711395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV { display:block; }#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV > .row .container { width:47.75rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #voFxo0DcUBFJKu7e2fdkI2fogZf5Rf8K { width:23.125rem;height:20.4375rem;top:3.2490234375rem;left:24.6240234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CIC2srMffV4HxFeiwFEQbwJprmkdUbFr { width:21.311875rem;height:12.59475rem;top:10.307075500488rem;left:25.530601024628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EMAbQ5XBKzhL4obnWH0lQa2lopPQgSM1 { width:6.625rem;height:7.1875rem;top:2.4674482345581rem;left:25.530601024628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CNfhEsnZatmTuN8wrg4gLGMiHdQNCJcC { width:10.1248125rem;height:1.3997375rem;top:6.6764335632325rem;left:34.373916149139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TndPowIp3yEXnqRRy5DbqOoRMtMzXrzB { width:23.125rem;height:20.5rem;top:3.2490234375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #u1kiDnpMTNKss6yDUwtobp9UNLJTu627 { width:22.374125rem;height:12.59475rem;top:10.061199188233rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lmr7zUegHAWMyNIMxrkA6kgO72W2SCBB { width:6.75rem;height:6.75rem;top:2.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pOcGv9LW3A4HP3wxTDP9Tt0rCDo3n8Su { width:13.2498125rem;height:1.3997375rem;top:6.6764335632325rem;left:9.002821445465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZv4KEyL8npN0Hg5khMdOahUFVkQCluz { display:block; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container { width:47.75rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pRp0IM9Oof77rkpCN2OPwZ3MJbMUwqGP { width:47.75rem;height:3.25rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IHFKKRalnU45QyQ9U4HcTysQUfmGACwo { width:12.5rem;height:0.3125rem;top:5.4375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 { display:block; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #paybshEQGqnehQSFIFH17ia1VcmOov76 { width:14.25rem;height:4.125rem;top:1.15625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q8US4dw4cVFontAIuntBeLMfA51KFf6M { display:block; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container { width:47.75rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E55s96spKo1AZooKCUIT0pTtzbWF9H1r { width:47.75rem;height:3.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .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; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .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; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn { display:flex;width:18rem;height:5.0625rem;top:5.89453125rem;left:13.958984375rem; }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #GdAqnnkLIJw0LUfg270KVBQuAdURf0c1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #s1ios61vVa69mT0tnrJyQPTSSMTzogTa {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #DO7M15WWgV9tplCqtyWWaUq3zSATGkyU {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #B0AwDTkRQu2B2qJepm4AifQTmC5cAxKq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #fm3Lvp8Qs3vNZOG3K9lzq6TrMOh9T2lS {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #uV8vdrOueNssF9NP6PG1JAqzSN0oca2X {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #sRqpn3TcHHFkiCewkgzqeNEHq6Eea4TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #OF10b0osBvlDqCI0WtTbQ45xenXETlxV {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #JuQrhgTTLLvPpI2W7esLpQbypbnTdDPo {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #sLn1N6LbGOnK9En0tZBkXEssLLMAAeVT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #yUuTbQl1zRzZzZKDx5VlEHQQBQul5JdH {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #QCGbcySWVOIyIzadCLxsEf4N6yQwaFb1 {  }
 }@media only screen and (max-width: 1199px) { #wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi { display:block; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container { width:47.75rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nFgITcm98e4fsKgJZQ1eqI9NWnGyiJ1x { width:43.6875rem;height:37.4375rem;top:26.187286376953rem;left:2.0616319179535rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Na5NFxdXtQ9qaZX1Qk80F9AAIRZhILZl { width:24.8125rem;height:34.75rem;top:27.874351501465rem;left:11.436632633209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #efD6LPDbQ7JTWswtKZHA7P7TaSy15OUQ { width:45.6875rem;height:1.75rem;top:1.375rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLguLCOqJocPVkh3yc3R293ukgQCER5v { width:45.6875rem;height:11.957rem;top:4.8740234375rem;left:1.03125rem;font-size:1.125rem;display:block; }#TLguLCOqJocPVkh3yc3R293ukgQCER5v li:before{  }
 }@media only screen and (max-width: 1199px) { #QcZCpKRQSE6LctEs0WVu0gAExEZ4dPI3 { width:45.6865rem;height:4.72265625rem;top:18.498046875rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { width:47.75rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { width:46.4375rem;height:4.8730625rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XvyKggqQxkVUXA02RbBApWMdMtrqrMGK { display:block; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHOIaUr151Gqqs0CT4JBF57py8BRK1wx { width:9.5rem;height:1.875rem;top:1.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WalEIyOniv7aKC4Z0eB2AUSqgzl3Im3J { width:9rem;height:1.62539375rem;top:4.625rem;left:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiW36GvvOqxE8w40SKDvFGzAuQtbvDdT { width:9rem;height:1.62539375rem;top:7.5rem;left:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKCsgpOspFBvNai5f7aGTWGRxuN9KtT0 { width:13.3125rem;height:2.9375rem;top:10.375rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q22SeRCGeL5ynMIDZvK0zVRGEm0vpzVJ { display:block; }
 }@media only screen and (max-width: 763px) { #cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU { background-color:#093a73;background-image:none;display:block; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { background-color: transparent; background-image: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container > .video-iframe-container { display: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container { display: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .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); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBfxIygsN94LTh5ZSXRJs0mJ71JIrDoG { width:13.6875rem;height:2.9375rem;top:66.4375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic3uVefh7o76OXNe8DlATFzghFL7SOvc { display:block; }
 }@media only screen and (max-width: 763px) { #yFJNIxBDlt9acsC7hthXDtZHMg1Q4uWZ { top:0rem;left:0rem;width:19.9375rem;height:12rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kKdA1n6lcdRFNS60npoetbcDxOeLZRWJ { width:20rem;height:0.3125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVGyeN0nOMdbST8bes9oudsKivRClMiE { width:20rem;height:4.7109375rem;top:12.8046875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .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; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .widget-text.counter-number { padding-top:0.386875rem;padding-right:0.34125rem;padding-bottom:0.386875rem;padding-left:0.34125rem;width:2.04625rem;min-width:2.04625rem;height:2.080625rem;font-size:1.548125rem;line-height:33.29px;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; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.241875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.728125rem;height:0.8225rem;font-size:0.580625rem;line-height:13.16px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 { display:flex;width:14.9375rem;height:3.91875rem;top:59.625rem;left:2.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;padding-top:0.420625rem;padding-right:0.441875rem;padding-bottom:0.420625rem;padding-left:0.441875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #doT9uh2zgRMwFsqABIwhOzFSivJfLfCc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #BmykfieFQFNwgVR5Lbpbp1IsI8Z0IRzK {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #IrkpeeAgfTUcBPLBQ3K1946AUNHqa0GA {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Rb2XfMWg4wHi5iIO7k6GylJwZOXI6kcf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #dP4Cp3OUWLKd7TXTIg2VVmSCEr3Bb9UF {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #fRlTaIimntfRis4ioM56QzlaOkmghi3w {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Mr6n5ZvaSp5UZsBnqAHuTXw1TrmJIeT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Qerswxr1PfqA1vczniRKWCuv1vt8m5Zh {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #WXpCf8yJDR4IheoBKpx0VcKpMEnGKPus {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #fOBIzStl2B53P6UiTd2BSuLDn9GpNqmQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #OuT81sCaNFMJG6rOF3fmuask9JRELTPz {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #U4SzczoHdBy8ExqiQa8oaTKy2uQBGX4e {  }
 }@media only screen and (max-width: 763px) { #rF52krJQqNbUaGmP0tGONHiaDXOOfxKr { width:20rem;height:1.625rem;top:56.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTbMTv6WqtdkLpXAccUg7HuRPMK1War6 { width:20rem;height:1.3808625rem;top:45.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fR2bTL6Ib9TpvxXM0Eo8uD0aQz04d2l5 { width:20rem;height:1.3808625rem;top:51.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vh6lRgaI8NNaEiQJ9vzG9TGtrsnTX1xU { width:20rem;height:1.3808625rem;top:48.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dIeJc8ezxxPkrTiTHzflN4X1teehsQaH { width:20rem;height:1.3808625rem;top:53.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtDNcTdxUsTCiRnfLST85NV5x1S91mqx { width:17.9373125rem;height:2.923825rem;top:19.366321563721rem;left:1.0308160185814rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEWqsg2vT4Gy9P7JiAZZTydMngNpCk34 { width:20rem;height:19.125rem;top:23.5537109375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#DEWqsg2vT4Gy9P7JiAZZTydMngNpCk34 li:before{  }
 }@media only screen and (max-width: 763px) { #drPIBSwngbBVnGqRdB3UEwt632O9TCs8 { display:block; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9tzbbbTl5Q5kVOmbM0keQC2l2NaONPC { width:18.936625rem;height:1.625rem;top:49rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1IvZT33zyXxpdmZJlPo1udSdqAbsPWH { width:18.9995625rem;height:2.5rem;top:68.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMhy93bqWzXGOJKIOtT2LT36Rn1Sktnv { display:block; }
 }@media only screen and (max-width: 763px) { #nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB { width:18.8748125rem;height:3.7744125rem;top:51.3125rem;left:0.625rem;font-size:0.875rem;line-height:1.2;display:block; }#nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB li:before{  }
 }@media only screen and (max-width: 763px) { #nSAtAc2VJ79L0B2zulIKp3V1vZzX7Ad0 { width:17.1245625rem;height:1.625rem;top:56.8125rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWrB28ABt4h5WoigiIry4XiClBWTtsr1 { width:18.186875rem;height:7.973625rem;top:59rem;left:0.5625rem;font-size:0.875rem;line-height:1.2;display:block; }#pWrB28ABt4h5WoigiIry4XiClBWTtsr1 li:before{  }
 }@media only screen and (max-width: 763px) { #n6kLsRxAyWeOWuSgisa4ekI4X4yQtWzQ { width:20rem;height:44.08595rem;top:3.8107643127441rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqKbnLI8B6WPlIHzT3NQi1Z87lNSo4Ri { width:20rem;height:1.62539375rem;top:1.2282981872559rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwHBVe1RZVHer9kTLFnLryUexk9capsG { display:block; }#SwHBVe1RZVHer9kTLFnLryUexk9capsG > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNE7z1Q8z6McU1khJhU9R1RrTlpVs5uD { width:19.375rem;height:6.5800625rem;top:0.81054306030275rem;left:0.49913197755814rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iUbJSmAiuTQe6zqlHwJVN84UZq5ScCpN { width:12.5rem;height:0.186631875rem;top:8.3713111877444rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh { display:block; }#zxKmv3JizZoH0eHp4HHaMll0vz0Ip6bh > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIOsHHpXJDMrArJ7WdqpxhQvq6T2HqbQ { width:19.375rem;height:2.4375rem;top:1.46875rem;left:0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq { background-color:#eeeeee;background-image:none;display:block; }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row .container { background-color: transparent; background-image: none; }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row .container > .video-iframe-container { display: none; }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row > .video-iframe-container { display: none; }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .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); }#q8DLfiJzkZZE7Hkfr4LgWgghNp4syJdq > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Spr2qnOQHhU7TT1vvpbPv25Bk2v78yfe { width:19.4375rem;height:15.393525rem;top:0.875rem;left:0.28125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAmxiDx67T4nDkNZGgIy1HO6IT7eKgNb { width:0.625rem;height:0.625rem;top:1rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpw2inlpUR626HFsr8LzMKmCTtz3mxw6 { width:19.499rem;height:21.19925rem;top:17.037109375rem;left:0.2490234375rem;font-size:0.875rem;display:block; }#rpw2inlpUR626HFsr8LzMKmCTtz3mxw6 li:before{  }
 }@media only screen and (max-width: 763px) { #PVogOIWHITP7J2ABSGa0l0iugxI6bbhc { display:block; }#PVogOIWHITP7J2ABSGa0l0iugxI6bbhc > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzBvG1GbVoBtFbK7B493AaN18mLFXGv0 { width:19.375rem;height:2.4375rem;top:0.96679306030275rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 { background-color:#eeeeee;background-image:none;display:block; }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row .container { background-color: transparent; background-image: none; }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row .container > .video-iframe-container { display: none; }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row > .video-iframe-container { display: none; }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .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); }#OAJDxGCBlOphkTXBRCZ7KvpANaOIZdG4 > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZmtXh0GBasbeIuPo3nvRxOMtDiPi3RW { width:19.4375rem;height:25.18945625rem;top:0.875rem;left:0.28125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0LaE12xfiasls1DRyIoMve2qOQURCEV { width:0.625rem;height:0.625rem;top:1rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH { display:block; }#vERsdSVzL32QgAeGJHiXk2H4rWuJD4vH > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXf1tClfqkI9KApFd4aBiqDwTvy7znzt { width:19.375rem;height:2.4375rem;top:0.96679306030275rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVIaHruFoLSDaHIyglpFyUiRh24mMC5J { background-color:#eeeeee;background-image:none;display:block; }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row .container { background-color: transparent; background-image: none; }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row .container > .video-iframe-container { display: none; }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row > .video-iframe-container { display: none; }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .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); }#VVIaHruFoLSDaHIyglpFyUiRh24mMC5J > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmdw2ukpW659lz7DzM1PTPmTyacq0dtf { width:19.4375rem;height:19.591775rem;top:0.875rem;left:0.28125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDP4HG8EPKE1D5b22hIcfoWufTRBGBi6 { width:0.625rem;height:0.625rem;top:1rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTfGbmkyTFeST80oKO9fak7NZxhQgL9P { width:19.499rem;height:13.753875rem;top:21.537109375rem;left:0.5009765625rem;font-size:0.875rem;display:block; }#bTfGbmkyTFeST80oKO9fak7NZxhQgL9P li:before{  }
 }@media only screen and (max-width: 763px) { #HDf31pZBobgmvr8ll6DE8auanXA2feSC { display:block; }#HDf31pZBobgmvr8ll6DE8auanXA2feSC > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfJklqmZfIDHvTFTGHUVh98yJBrRpugV { width:19.375rem;height:2.4375rem;top:1.46875rem;left:0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eckh70y6spczITNQuuznZMKn8Mn5IzZm { background-color:#eeeeee;background-image:none;display:block; }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row .container { background-color: transparent; background-image: none; }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row .container > .video-iframe-container { display: none; }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row > .video-iframe-container { display: none; }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .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); }#Eckh70y6spczITNQuuznZMKn8Mn5IzZm > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCNkEbwLr8Tdp1u0VpM1o7Dsbhes6sLq { width:19.4375rem;height:18.1924rem;top:0.875rem;left:0.28125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTKtXEiGBLM6dsEUDF5TTlK45Iko7XCx { width:0.625rem;height:0.625rem;top:1rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTln1XbbLQbcDvH5M9ZPA1edhkPb8ZRZ { width:20rem;height:8.8945rem;top:20.317375rem;left:0rem;font-size:0.875rem;display:block; }#oTln1XbbLQbcDvH5M9ZPA1edhkPb8ZRZ li:before{  }
 }@media only screen and (max-width: 763px) { #CJeGgggK1tPcw4K99FVnz14Cq7DBFned { display:block; }#CJeGgggK1tPcw4K99FVnz14Cq7DBFned > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liJH5GBGTHoiMRiyHWMOPPR3ppvNpXu0 { width:19.375rem;height:2.4375rem;top:0.96788406372069rem;left:0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD { background-color:#eeeeee;background-image:none;display:block; }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row .container { background-color: transparent; background-image: none; }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row .container > .video-iframe-container { display: none; }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row > .video-iframe-container { display: none; }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .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); }#pKaLyPD1X3Xz1XQ6II0GlJ7GSQHCqpuD > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9XDR29BzUcuGhVMSdWWdGbQvSWOpasU { width:19.4375rem;height:22.39064375rem;top:0.875rem;left:0.28125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSU12Ofw5lI8G4oUqaWB08V75cKUCinT { width:0.625rem;height:0.625rem;top:1rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVatcKRrncezGSoskFCqCf8BEfaBftOF { display:block; }#dVatcKRrncezGSoskFCqCf8BEfaBftOF > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5V3RFeQ5a1OLNIhg8ZC2rfEXA4vJETO { width:19.375rem;height:2.4375rem;top:1.0624866485596rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GPTTKcHbQ04zbkDixttVohcSAiEbPeTG { width:12.5rem;height:0.1875rem;top:4.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN { display:block; }#ldfTfv8WuPXnAGKesI5pbW6AMhGNWQHN > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSnh9loPfsuDB7VmZv10SIK0zoERNaDA { width:20rem;height:18.25rem;top:1.0622863769531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyP5TaeJCtSWspiWdGd8T1zHtmbEFPk2 { width:18.311625rem;height:8.57225rem;top:9.6896781921388rem;left:0.84309893846512rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynG1MNEOyTaIEC1EADPT19fXNLfWhqlG { width:7.1875rem;height:7.1875rem;top:1.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTdXa47vs5Neru4cCJsUDfbvSAxJeKG { width:9.375rem;height:1.3997375rem;top:4.7677955627441rem;left:9.1243496537206rem;font-size:1rem;color:#203949;display:block; }
 }@media only screen and (max-width: 763px) { #prPwG2uGgrh6fCEQV341HTXAzRbTVG07 { width:20rem;height:27.75rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMnODqpkKTfKkggVwHD8Jg2TuTIIzvgW { width:18.2498125rem;height:17.1445rem;top:30.123699188233rem;left:0.87456601858137rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLF8utZJCOdEXtKN0trHERXk5xV6qvql { width:7.125rem;height:7.125rem;top:21.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeDCukz9NLUWUInzRNLGDSeHAhf4fOkh { width:10.499125rem;height:1.3997375rem;top:24.518230438233rem;left:8.7228737473487rem;font-size:1rem;color:#203949;display:block; }
 }@media only screen and (max-width: 763px) { #ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV { display:block; }#ttiyUJUZSRmp6q1qCA1g97hhmkyk3VUV > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voFxo0DcUBFJKu7e2fdkI2fogZf5Rf8K { width:20rem;height:20.0625rem;top:1.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIC2srMffV4HxFeiwFEQbwJprmkdUbFr { width:18.311625rem;height:11.0215rem;top:9.7124571800231rem;left:0.84418410062787rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMAbQ5XBKzhL4obnWH0lQa2lopPQgSM1 { width:6.5625rem;height:7.125rem;top:1.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNfhEsnZatmTuN8wrg4gLGMiHdQNCJcC { width:9.375rem;height:1.3997375rem;top:4.7688804268837rem;left:9.284939825535rem;font-size:1rem;color:#203949;display:block; }
 }@media only screen and (max-width: 763px) { #TndPowIp3yEXnqRRy5DbqOoRMtMzXrzB { width:20rem;height:20.9375rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1kiDnpMTNKss6yDUwtobp9UNLJTu627 { width:18.2498125rem;height:11.0215rem;top:30.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmr7zUegHAWMyNIMxrkA6kgO72W2SCBB { width:6.6875rem;height:6.6875rem;top:22.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOcGv9LW3A4HP3wxTDP9Tt0rCDo3n8Su { width:10.499125rem;height:1.3997375rem;top:25.330938339233rem;left:8.7250433564187rem;font-size:1rem;color:#203949;display:block; }
 }@media only screen and (max-width: 763px) { #TZv4KEyL8npN0Hg5khMdOahUFVkQCluz { display:block; }#TZv4KEyL8npN0Hg5khMdOahUFVkQCluz > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRp0IM9Oof77rkpCN2OPwZ3MJbMUwqGP { width:19.5rem;height:2.4375rem;top:1.3117370605469rem;left:0.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHFKKRalnU45QyQ9U4HcTysQUfmGACwo { width:12.5rem;height:0.1875rem;top:4.4359493255615rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 { display:block; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paybshEQGqnehQSFIFH17ia1VcmOov76 { width:10.3125rem;height:2.8125rem;top:0.5rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8US4dw4cVFontAIuntBeLMfA51KFf6M { display:block; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E55s96spKo1AZooKCUIT0pTtzbWF9H1r { width:20rem;height:4.875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .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; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .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; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn { display:flex;width:18rem;height:5.0625rem;top:8.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #GdAqnnkLIJw0LUfg270KVBQuAdURf0c1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #s1ios61vVa69mT0tnrJyQPTSSMTzogTa {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #DO7M15WWgV9tplCqtyWWaUq3zSATGkyU {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #B0AwDTkRQu2B2qJepm4AifQTmC5cAxKq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #fm3Lvp8Qs3vNZOG3K9lzq6TrMOh9T2lS {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #uV8vdrOueNssF9NP6PG1JAqzSN0oca2X {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #sRqpn3TcHHFkiCewkgzqeNEHq6Eea4TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #OF10b0osBvlDqCI0WtTbQ45xenXETlxV {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #JuQrhgTTLLvPpI2W7esLpQbypbnTdDPo {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #sLn1N6LbGOnK9En0tZBkXEssLLMAAeVT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #yUuTbQl1zRzZzZKDx5VlEHQQBQul5JdH {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #QCGbcySWVOIyIzadCLxsEf4N6yQwaFb1 {  }
 }@media only screen and (max-width: 763px) { #wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi { display:block; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container { width:20rem;height:100.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFgITcm98e4fsKgJZQ1eqI9NWnGyiJ1x { width:20rem;height:55.4375rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na5NFxdXtQ9qaZX1Qk80F9AAIRZhILZl { width:18.4375rem;height:51.9375rem;top:44.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efD6LPDbQ7JTWswtKZHA7P7TaSy15OUQ { width:20rem;height:3.5rem;top:0.74869775772094rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLguLCOqJocPVkh3yc3R293ukgQCER5v { width:20rem;height:20.5293125rem;top:6.248046875rem;left:0rem;font-size:1rem;display:block; }#TLguLCOqJocPVkh3yc3R293ukgQCER5v li:before{  }
 }@media only screen and (max-width: 763px) { #QcZCpKRQSE6LctEs0WVu0gAExEZ4dPI3 { width:20rem;height:8.3965rem;top:29.200306415558rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { width:18.125rem;height:7.14845rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }