.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:219,223,227;--color-primary-1:136,149,162;--color-primary-2:16,42,69;--color-primary-3:8,21,35;--color-primary-4:2,6,10;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:229,231,232;--color-tertiary-2:198,200,200;--color-tertiary-3:137,136,136;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container { display: none; }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .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); }#gKy62z3VcmxT39TrXuTfm1BAoLPdvBy3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#gKy62z3VcmxT39TrXuTfm1BAoLPdvBy3 > .row .container { border-width: 0; border-radius: 0; }#gKy62z3VcmxT39TrXuTfm1BAoLPdvBy3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKy62z3VcmxT39TrXuTfm1BAoLPdvBy3 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:none; }#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq .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;background-color:;background-image:none;margin-top:0;margin-right:0.259375rem;margin-bottom:0;margin-left:0.259375rem;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; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#f5f5f5;padding-top:0.375rem;padding-right:0.065rem;padding-bottom:0;padding-left:0.065rem;display:block;width:2.788125rem;height:1.81125rem;position:relative;font-family:"open sans";font-size:1.686875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq .widget-text.counter-label { background-color:;background-image:none;color:#f5f5f5;padding-top:0;padding-right:0.065rem;padding-bottom:0.249375rem;padding-left:0.065rem;display:block;width:2.788125rem;height:0.4675rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;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; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq { top:0rem;left:27.0625rem;z-index:15004;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:;background-image:none;box-shadow: none;display:block;width:13.75rem;height:3.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #TOzuMfptb4hH03S87lLJz8U7rQKFUfaf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #MJu57g1Lce2fPkkcf94qnFkAXnxAviLF { display:block; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #aGBk09cd2nFUG7k08LH7gHyZbtWmxFTO { display:block; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #xN60Vi2bq1voc8mD3oQHWR48OJiB9CG0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #wrhtRLfHDFbicch4QrMWnK3bKDua1Kzx { display:block; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #x87KiauVGtu92sbIAwhZqWcIUTMa4c4T { display:block; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #dudNbBMwRd6JQtf3DzK8lN05hPZilw72 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #wATViq9TdMADVKnsn3P2xrCfDQpzTGwy { display:block; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #rf3oqHhUEPsQlU9cNNTQhdyMQQs2TxOy { display:block; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #rt2aAo6p077B1Iuxyt7yQ3QmN6SZF7FK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #KM7gGXunXhCe3l592zoFKUFryBEV7PZS { display:block; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #ct8vLCMVbvhEaoVT9TkPsDcvpWnvWczQ { display:block; }
#xQUMgamGic65Jhu79ITN97g3IHvANLRq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:17.6875rem;height:1.25rem;display:block; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe { top:11.125rem;left:43.1875rem;z-index:15004;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:;background-image:none;box-shadow: none;display:block;width:;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #snRyJdlB8NqWOEnl83eJsDdtduX9fAWP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #BBkCneKJlUMpCPAEsgUTRfMzAGB7TSOa { display:block; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #B03ToFtmUAZJq9uzqozoGKzzbsWoEQTZ { display:block; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #VXZV9RBM7Hgm5xnioVw3UwhOcAHpI4gw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #qaoOBbGudE6TCM937RPb4hnypt0RnKIr { display:block; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #AIVgaEttSfoIP1yNekJEvUT3Xcy7pFkt { display:block; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #Eh9gn8kvcCKIJeTCflxqkhQz1tU6NMUg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #tksv1SbOdyDqr7UpLQrJdDuBmGsTJ0B0 { display:block; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #oTePtoT5GLEHNQSAnMofZPpEuw88toAo { display:block; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #FvEiGDo8IZzcwR2btI9MiCUT3qxPy2fz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #NsyLQLHQ6inaA3RvIlIJ1UMokFAsHAnN { display:block; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #Qsutob67Wx9T0ABquAPazzUmrbW8az1d { display:block; }
#TSG2vst31tDC5g27gJTxNr9wnvvsrsMf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:15.625rem;top:0.4375rem;left:42.0625rem;overflow:hidden;display:block; }
#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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;z-index:auto;display:block; }#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 > .row .container { background-color: transparent; background-image: none; }#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 > .row .container > .video-iframe-container { display: none; }#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 > .row > .video-iframe-container { display: none; }#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 > .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); }#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 > .row .container { border-width: 0; border-radius: 0; }#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#BlmKN4mDWre7IaFZTmZCBB3o57phuQ4T { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lgG4NLQq88IooTIke2QRXuhPEDoAQIPH { display:none; }#lgG4NLQq88IooTIke2QRXuhPEDoAQIPH > .row .container { background-color:transparent;background-image:none;width:75rem;height:24.375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#ZJ2WI6PGgnnG7vKT8x2kcnvXcbShrEvr { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:1.7875rem;color:#f55a01;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KEDykBDJFNewVPsWa0pqKfrkTM65oBs8 { display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:4.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:11.375rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#O3lFXS7EBatUyelrZsvT0oph2gNH5Hxi { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0rem;height:2.4375rem;color:#f55a01;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bztDmCAdmwa1eJbHJ7mnhl3deTXOeH37 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:14.5625rem;top:16.1875rem;left:60.437498092651rem;overflow:hidden;display:block; }
#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ > .row .container { background-color: transparent; background-image: none; }#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ > .row .container > .video-iframe-container { display: none; }#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ > .row > .video-iframe-container { display: none; }#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ > .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); }#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ > .row .container { border-width: 0; border-radius: 0; }#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ > .row .container { width:75rem;height:25.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gy8285775RaDSmngIDoTrLxug0pNXTxg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:14.5625rem;top:16.1875rem;left:60.437498092651rem;overflow:hidden;display:none; }
#hFbTR0EE3BXp4tPKTPTsUC4ExEqHzeZf { color:rgba(var(--color-tertiary-0),1);display:block;width:74.125rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:2.625rem;left:0.4375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s78lPXuS2mVt3kqJQztpfF52IIZcp6Xh { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.25rem;left:6.2492198944092rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DXKpT4M1xnUepVoSnvKLUBMw5y2s2UbG { color:#ff7103;display:block;width:74.125rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:19.125rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#foJq68XSkN9WwKHPzandG0TMy2ILiZvM { position:relative;display:block; }#foJq68XSkN9WwKHPzandG0TMy2ILiZvM { background-color: transparent; background-image: none; }#foJq68XSkN9WwKHPzandG0TMy2ILiZvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foJq68XSkN9WwKHPzandG0TMy2ILiZvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foJq68XSkN9WwKHPzandG0TMy2ILiZvM > .row .container > .video-iframe-container { display: none; }#foJq68XSkN9WwKHPzandG0TMy2ILiZvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foJq68XSkN9WwKHPzandG0TMy2ILiZvM > .row > .video-iframe-container { display: none; }#foJq68XSkN9WwKHPzandG0TMy2ILiZvM > .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); }#foJq68XSkN9WwKHPzandG0TMy2ILiZvM { border-width: 0; border-radius: 0; }#foJq68XSkN9WwKHPzandG0TMy2ILiZvM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#foJq68XSkN9WwKHPzandG0TMy2ILiZvM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LmPiziITrfdBrAQ6d6H4ImODlx1sLsJA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#h37UDBHTgUMtEH1M1UPK1l4UHqznl3SC { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:24.9375rem;top:3.75rem;left:6.25rem;display:block; }
#wQKohQb8pcox2nGns8B1GnfGW9rK3fax { display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.8125rem;left:45.000001907349rem;height:6.46875rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#WimiUTC0EAVlnQnleVQwzCNp5DFwVbum { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:37.5rem;top:16.1875rem;left:37.500001907349rem;overflow:hidden;display:block; }
#nw6in3AmZxG0chpzJ4HC7BFPrtIbgLTQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:24.875rem;position:absolute;z-index:15012;top:4.625rem;left:6.3125019073488rem;display:none; }
#DbrvqlA0w50fLQwTPkeMgIl7nTtODn2c { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:24.9375rem;top:3.75rem;left:6.3437519073488rem;overflow:hidden;display:block; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 .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; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.63375rem;padding-right:0.573125rem;padding-bottom:0.63375rem;padding-left:0.573125rem;display:block;align-items:center;width:3.439375rem;min-width:3.439375rem;height:3.40625rem;position:relative;font-family:"open sans";font-size:2.534375rem;font-weight:700;line-height:54.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.39625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.585625rem;height:1.34625rem;position:relative;font-family:"open sans";font-size:0.950625rem;font-weight:400;line-height:21.54px;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; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.3125rem;height:6.41625rem;padding-top:0.791875rem;padding-right:0.819375rem;padding-bottom:0.791875rem;padding-left:0.819375rem;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:10.16562461853rem;left:44.523439407349rem;z-index:15003; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #wSGWWO4IoellVLcDpEpuAKEAdoZTRsel { display:flex;position:relative;top:0rem;left:0rem; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #TMt3r7EmIJ516xDvv1DTBKaT1OfwAaG6 { width:auto; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #AuHtIHVrCWEx1SBCHKUoyqzJIlWeHxhn {  }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #ssre77QfZRtLBgISHxHUq6qKbEcJeAhg { display:flex;position:relative;top:0rem;left:0rem; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #dAFQxvDKU7PCbZ1iAx7k55FHhwrzy4rC {  }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #ObX4n9Z4sLB5S2G4MvLmKgMLowW44WVV {  }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #hKGFVNUUtXGwwLyFGeSxBxKp4UCnwSIm { display:flex;position:relative;top:0rem;left:0rem; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #rJP62yyrczhXF5oQfgTLDHI6Qs0TN2ko {  }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #OU0UauPZknIGzHqElXII7EtQvHyTIXWZ {  }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #FqfWs3d2S9KSxrtnJ6QxmME1aMdogcoz { display:flex;position:relative;top:0rem;left:0rem; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #RxMH0A4klqXIU1449gHWoG14swsP2OS5 {  }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #IZw78Skcb1vtlHFgKEcuUSBdmAdkAqW6 {  }
#sBA42X3JNP3OpkBUQos4ToIpGlUXo6Nm { position:relative;display:none; }#sBA42X3JNP3OpkBUQos4ToIpGlUXo6Nm { border-width: 0; border-radius: 0; }#sBA42X3JNP3OpkBUQos4ToIpGlUXo6Nm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sBA42X3JNP3OpkBUQos4ToIpGlUXo6Nm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IhpHc4VyU1VyZ4fMamyTvgFZgiPbhHtZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#weigl1yp73LXglR35DpOWBxq9SGwQOU5 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:24.9375rem;top:3.75rem;left:6.25rem;display:block; }
#ACzaliSbygpmuZOrPldiXpCnBsGG69X5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:37.5rem;top:16.1875rem;left:37.500001907349rem;overflow:hidden;display:block; }
#d5M0sARtM2FNrz9oTapzBhFGEkpeXvk7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:24.875rem;position:absolute;z-index:15012;top:4.625rem;left:6.3125019073488rem;display:none; }
#EHpU8TAa876Oo9oWEPn5HLihUBfQE40p { display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:4.6250009536743rem;left:44.999219894409rem;height:10.6875rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#eK6gn33BzED0BwEa68DMBaJ3ummDLLUd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:24.9375rem;top:3.75rem;left:6.3437519073488rem;overflow:hidden;display:block; }
#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D { 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-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D > .row .container { background-color: transparent; background-image: none; }#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D > .row .container > .video-iframe-container { display: none; }#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D > .row > .video-iframe-container { display: none; }#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D > .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); }#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D > .row .container { border-width: 0; border-radius: 0; }#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#uE4GS6oaaEzTxBSNaFIheasGRWHxgUi6 { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;color:#f55a01;font-style:normal;display:block; }
#iAIsH6BfvQTcz6lddZWIb1cs0u5URVIf { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F { 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-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F > .row .container { background-color: transparent; background-image: none; }#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F > .row .container > .video-iframe-container { display: none; }#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F > .row > .video-iframe-container { display: none; }#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F > .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); }#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F > .row .container { border-width: 0; border-radius: 0; }#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#GMvh5TGMm1J0PmsXIdTbdsIwoGRi7Fa7 { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:11.25rem;height:1.7875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#KUn5Fd3aWJFRDa9Mpm36xJhUCuhsAzQI { display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2rem;left:11.25rem;height:4.2rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#gr8igzcwrNTh1ZV8J4HUFUdwMNghxUoV { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2rem;left:53.4375rem;height:5.6rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#csdtBG9JeSTpLP8ca6XyEovv6fSVzt2M { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:53.4375rem;height:1.7875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#d5lOse7SorZJ4XPtpwmsDAHV2bPJT940 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#Puzul4mP3tIH4ySHbXSMqLNNCsf7LTuS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0rem;left:45.9375rem;overflow:hidden;display:block; }
#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 { 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-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 > .row .container { background-color: transparent; background-image: none; }#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 > .row .container > .video-iframe-container { display: none; }#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 > .row > .video-iframe-container { display: none; }#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 > .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); }#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 > .row .container { border-width: 0; border-radius: 0; }#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#X2HGsA10ydNauxmsr39ing5kCzMlQPgJ { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:11.25rem;height:1.7875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#hTovO4TLQo1xO4GC40pU4qc49HZ8KWbr { display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2rem;left:11.25rem;height:5.6rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#lqgdpFJNcxnnULZGEVXaWbqwEUcCzg5Z { display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2rem;left:53.4375rem;height:5.6rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#AkJWCp7TcUKfvHrkbhS4nxE6pB4Hewrq { display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:53.4375rem;height:1.7875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#SkQcudwXrSvp2gtPy9gfDFTgmOMcoueF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0rem;left:45.9375rem;overflow:hidden;display:block; }
#T22WqgFflk7T2HC3Z5mUXGzT4ZzP9zsT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;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; }#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP > .row .container { background-color: transparent; background-image: none; }#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP > .row .container > .video-iframe-container { display: none; }#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP > .row > .video-iframe-container { display: none; }#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP > .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); }#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP > .row .container { border-width: 0; border-radius: 0; }#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#WNcD4ozSPNvmVUmnn2r6vOZ9oXBTPIh7 { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;color:#f55a01;font-style:normal;display:block; }
#OJ4sERk7iJt03EAd5axF60O4VeAyWodq { border-top:0.3125rem solid #f55a01;border-left:0.3125rem solid #f55a01;border-right:0.3125rem solid #f55a01;border-bottom:0.3125rem solid #f55a01;height:10.625rem;width:10.625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:9.9375rem;left:4rem;overflow:hidden;display:block; }
#M31fI1rihNkvpGVXPcJV68KkW1N1IDXs { border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:15.875rem;width:21.25rem;position:absolute;display:block;z-index:15000;top:16.6875rem;left:14.125rem;display:block; }
#iDPeGES1mdgcFtzfav69Et4qEoVkIkhs { display:block;width:17.5625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.187500953674rem;left:16.031251907349rem;height:13.125rem;color:rgba(var(--color-tertiary-4),1);font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#kdH513zdvCTowT7XiNfHH1eNHsKRETfE { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.9375rem;left:16.4375rem;height:1.3rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#TH9PhQPwtAxGdSfcvaGunvX1BsOGptpM { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.375rem;left:16.4375rem;height:3.9rem;color:#f55a01;font-style:normal;display:block; }
#DFyWlV7tg5TcvNxZVxNnX7eTXb7dhQVP { border-top:0.3125rem solid #f55a01;border-left:0.3125rem solid #f55a01;border-right:0.3125rem solid #f55a01;border-bottom:0.3125rem solid #f55a01;height:10.625rem;width:10.625rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:9.9375rem;left:41.25rem;overflow:hidden;display:block; }
#bEq6s5AcZ3X3xhHJpV2uMhifllbPBVR7 { border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:18.375rem;width:21.25rem;position:absolute;display:block;z-index:14999;top:16.6875rem;left:51.3125rem;display:block; }
#oTvSd4vHgreKS2hqap7Et68Jbu64JPrB { display:block;width:17.5625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.187500953674rem;left:53.218748092651rem;height:17.0625rem;color:rgba(var(--color-tertiary-4),1);font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#WnsTflUsMPeO8tqJD28Lznu5Lve1eWCq { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.9375rem;left:53.875rem;height:1.3rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#CE8VPHtoOG77Syq3XE9xT6WAT06rseul { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.375rem;left:53.875rem;height:3.9rem;color:#f55a01;font-style:normal;display:block; }
#nUTZeWkkbnm6CAOdVtqN45WyPcBnhI66 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;z-index:auto;display:block; } #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection *:focus-visible, #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection input[type="text"]:focus-visible, #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection input[type="email"]:focus-visible, #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection input[type="tel"]:focus-visible, #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection textarea:focus-visible { outline: none; } #ed07sSXJCXrxDymFCzIynPuf4xQduBny > .row .container { background-color: transparent; background-image: none; }#ed07sSXJCXrxDymFCzIynPuf4xQduBny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed07sSXJCXrxDymFCzIynPuf4xQduBny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed07sSXJCXrxDymFCzIynPuf4xQduBny > .row .container > .video-iframe-container { display: none; }#ed07sSXJCXrxDymFCzIynPuf4xQduBny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed07sSXJCXrxDymFCzIynPuf4xQduBny > .row > .video-iframe-container { display: none; }#ed07sSXJCXrxDymFCzIynPuf4xQduBny > .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); }#ed07sSXJCXrxDymFCzIynPuf4xQduBny > .row .container { border-width: 0; border-radius: 0; }#ed07sSXJCXrxDymFCzIynPuf4xQduBny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ed07sSXJCXrxDymFCzIynPuf4xQduBny > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; } #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection *:focus-visible, #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection input[type="text"]:focus-visible, #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection input[type="email"]:focus-visible, #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection input[type="tel"]:focus-visible, #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection textarea:focus-visible { outline: none; } #Tg8Lc6IO30A6Mo63OLZZPTIJImXvaPD7 > .row .container { background-color: transparent; background-image: none; }#Tg8Lc6IO30A6Mo63OLZZPTIJImXvaPD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg8Lc6IO30A6Mo63OLZZPTIJImXvaPD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg8Lc6IO30A6Mo63OLZZPTIJImXvaPD7 > .row .container > .video-iframe-container { display: none; }#Tg8Lc6IO30A6Mo63OLZZPTIJImXvaPD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg8Lc6IO30A6Mo63OLZZPTIJImXvaPD7 > .row > .video-iframe-container { display: none; }#Tg8Lc6IO30A6Mo63OLZZPTIJImXvaPD7 > .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); }#Tg8Lc6IO30A6Mo63OLZZPTIJImXvaPD7 > .row .container { border-width: 0; border-radius: 0; }#Tg8Lc6IO30A6Mo63OLZZPTIJImXvaPD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tg8Lc6IO30A6Mo63OLZZPTIJImXvaPD7 > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#yxIRXh6JHQrGH6XPILrMK0eVKxk3Tx2f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.44);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yxIRXh6JHQrGH6XPILrMK0eVKxk3Tx2f > .row .container { border-width: 0; border-radius: 0; }#yxIRXh6JHQrGH6XPILrMK0eVKxk3Tx2f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yxIRXh6JHQrGH6XPILrMK0eVKxk3Tx2f > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:none; }#PpcCSREkAEkWzVUrQtvJFI2SGpmET340 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.4375rem;width:35.6875rem;position:absolute;display:block;z-index:14998;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.125rem;left:8.6875rem;overflow:hidden;display:block; }
#QU6TTDGhXPTUi8eT1qo5as0eRJsyzo6b { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.125rem;width:26.875rem;position:absolute;z-index:15003;top:5.1875rem;left:13.0625rem;display:block; }
#ksBrpAVSLg756wTwkRSG021vF9abbQeQ { display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:7.40625rem;left:43.84375rem;height:14.2rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMyWEqDrkdZmwGyctek3gXScLrzzsyMS { position:absolute;display:block;z-index:15005;height:2.6875rem;width:12.4375rem;top:19.3125rem;left:48.875rem;display:block; }
#otShs3PNU1DwKMFsfy3wR4xdJO9oDkwd { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:26.875rem;top:4.25rem;left:13.0625rem;display:block; }
#vPLJGERKTKhLZ03c75sSPtTGO0TzNohh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:50rem;top:24.8125rem;left:13.6875rem;overflow:hidden;display:block; }
#BX5BDFGaNy7Vxzv9fNuFgCSafZNd7Cfb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.44);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BX5BDFGaNy7Vxzv9fNuFgCSafZNd7Cfb > .row .container { border-width: 0; border-radius: 0; }#BX5BDFGaNy7Vxzv9fNuFgCSafZNd7Cfb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BX5BDFGaNy7Vxzv9fNuFgCSafZNd7Cfb > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:none; }#b1tJD2lISvKe2PXMJE9KX8HwylvPgH47 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.4375rem;width:35.6875rem;position:absolute;display:block;z-index:14998;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1875rem;left:8.6875rem;overflow:hidden;display:block; }
#gKUQVkZl2GxQ6GDa9DXaluBnnuB6QCtp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.125rem;width:26.875rem;position:absolute;z-index:15003;top:5.3125rem;left:13.0625rem;display:block; }
#niWD0avFqrIGIObftzW8307541aHIhpw { display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:4.75rem;left:43.8125rem;height:6.45rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-container { padding-top:0;padding-right:0.4575rem;padding-bottom:0;padding-left:0.40625rem;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3w-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;box-shadow: none;color:#010101;padding-top:0.601875rem;padding-right:0.101875rem;padding-bottom:0.953125rem;padding-left:0.101875rem;display:block;width:4.370625rem;height:3.160625rem;position:relative;font-family:"roboto condensed";font-size:3rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }#RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-number.adaptive-delivery-prevent-bg, #RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-number.lazyload, #RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-number.lazyloading { background-image: none; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-label { background-color:;background-image:none;color:#fefefe;padding-top:0;padding-right:0.101875rem;padding-bottom:0;padding-left:0.101875rem;display:block;width:4.370625rem;height:0.7525rem;position:relative;font-family:"open sans";font-size:0.7025rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;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; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM { top:12.6875rem;left:44.1875rem;z-index:15004;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:;background-image:none;box-shadow: none;display:block;width:21.75rem;height:5.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:tahoma, arial, sans-serif;font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;vertical-align:top;display:block; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM #QzMOTTrFW9AayZ3f5f6rxzsIG87022hS { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM #HV1u22w1UfieU4ShBXfzkUu0uzh6tfmz { display:block; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM #VClsDhUxAoBWPvkziQmrEwovp1FU5CpM { display:block; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM #vqgSu7tqyECZ4qOqkVbV7m3GyzQvNHiC { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM #e5WGM9Jz4LKMlol8RcEkqhaQzgqEH7FZ { display:block; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM #CqStodK7xGCH8ZdAKDz2BHWV4mEvOD7q { display:block; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM #AI8bqyhAf4XyMHSX8R5gBTDLA9X6OgDf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM #bBT7LfbB5GfnqEVKKoZMGkxeV4xyavie { display:block; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM #hA4bCf1HAD998UR03kIHuQIkPIc8TcKg { display:block; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM #Khb9fWsvCqzFweBJCqi2MVUaNWtQX1sy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM #yT5ABQEzmdFq5gXq2KKr1Tr5UHifb7vT { display:block; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM #f0xPUbyJ5V2L6eeaZEJPv6xrKQSNBaA1 { display:block; }
#cgxZJAoxiZhTgoxZOfaSvpMsUTLadvhK { position:absolute;display:block;z-index:15005;height:2.6875rem;width:12.4375rem;top:19.375rem;left:48.875rem;display:block; }
#QC9b3Zzu4Z4exT8sJtrgTUbCn18OKMOL { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:26.875rem;top:4.3125rem;left:13.0625rem;display:block; }
#GdvRmQ4J6wciCVzqvy9SHKwersssHTd1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:50rem;top:25.8125rem;left:12.5rem;overflow:hidden;display:block; }
#T0sUf8emNK2P6bpUDHudFqUKxUykHIql { 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-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { border-width: 0; border-radius: 0; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:none; }#kux5bkvTgNqd0TeithwM3Ub11hKQguhe { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.45rem;text-align:center;text-align-last:center;color:#fdbc00;font-style:normal;display:block; }
#L8MpT9rw5R3upqMRvmdcvMQ4ItIzhmCu { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.05rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ { 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-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { border-width: 0; border-radius: 0; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:none; }#pE1fTHngKVVxd17Vxhyhyqfs2iZQllai { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:11.25rem;height:1.75rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#lpuhZAaT2MbDPvwsJmX08ofiIaAH0zTL { display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2rem;left:11.25rem;height:2.8rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#XLFFDOox9facewzQfq6yLCsOWD0W5fGF { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2rem;left:53.4375rem;height:4.2rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#dvIdvDb2Nh4TGv0T7txknsMATgRHOyEf { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:53.4375rem;height:1.75rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#C0Ss64gzRLyQSVXbgzp8EsxTUboIt0Vo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#pfeHX49He76crDk0LckqvGX3xbRzTfwu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0rem;left:45.9375rem;overflow:hidden;display:block; }
#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 { 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-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { border-width: 0; border-radius: 0; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:none; }#fcrHNJsmHGglhVBOXKlxqlutfqnclviq { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:11.25rem;height:1.75rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#aFKQ9mIQByJJCvnivG9EggeEobrhh5Oc { display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2rem;left:11.25rem;height:5.6rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#pI5wDqiKLthXhsDuM0zADGX5Mf17Ehc0 { display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2rem;left:53.4375rem;height:5.6rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#Vn1slbQAMbZFx69s1XMBnRQbIPoRwlIQ { display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:53.4375rem;height:1.75rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#Xl88DlWVTL3ZlSzoRUR0WCBGmBnwDS7z { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0rem;left:45.9375rem;overflow:hidden;display:block; }
#FfLxmueGyTaLV5VThdMXurgAMZ7M45Xv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/a335901d2ea1f5aa834b143ee57a6e90.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9.adaptive-delivery-prevent-bg, #OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9.lazyload, #OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9.lazyloading { background-image: none; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row .container { border-width: 0; border-radius: 0; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:none; }#usQDmegUKgy2mLaqt1mwvi985fs2VJwx { display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.8rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#Eay5wS1QiRkNqOI6TPaR423ysBZ1aGFC { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:1.45rem;text-align:center;text-align-last:center;color:#fdbc00;font-style:normal;display:block; }
#fEDsCcs5XF5p9EFISW5DTyTnOFH1lqlP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:11.5625rem;left:3.75rem;overflow:hidden;display:block; }
#kDfTO3bq3V6KTIznzyCiWaMnCz7K1VTb { border-top:0.0625rem solid #fdbc00;border-left:0.0625rem solid #fdbc00;border-right:0.0625rem solid #fdbc00;border-bottom:0.0625rem solid #fdbc00;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:9.5rem;width:17.5rem;position:absolute;display:block;z-index:15004;top:11.5625rem;left:14.4375rem;display:block; }
#h8KeMa9tgZVmMoQXhv6Er8vFtHDlQJQV { display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.9375rem;left:15.75rem;height:6.5rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#w3M6I0x0NTvIs7pV0cf9W32z8FiSGEQ2 { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.9375rem;left:14.3125rem;height:1.3rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#hRQqhWSKCL4LVEdx9DivhJxEf2Rb1Jyp { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.375rem;left:14.3125rem;height:1.3rem;color:#fdbc00;font-style:normal;display:block; }
#vV8RdPTl0BDVlDse9odrz3xDthHSQd3I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:11.5625rem;left:42.375rem;overflow:hidden;display:block; }
#AMFQNTTI4306AUpTHCEpW4qlmTl0cDfb { border-top:0.0625rem solid #fdbc00;border-left:0.0625rem solid #fdbc00;border-right:0.0625rem solid #fdbc00;border-bottom:0.0625rem solid #fdbc00;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:19.75rem;width:17.5rem;position:absolute;display:block;z-index:15010;top:11.5625rem;left:53.5rem;display:block; }
#NENAQpsNG2ImStdClTvW4yEoLhIPGUNN { display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:12.9375rem;left:54.875rem;height:18.2rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#C4E1WhUNG8AUndEWEociaxJQ9dwMz28f { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:53.4375rem;height:1.3rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#daaSOTHGvN09QZnNoEOyNFiGqekDq4g2 { display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:33.4375rem;left:53.4375rem;height:2.6rem;color:#fdbc00;font-style:normal;display:block; }
#nO37L6ClFmPZm8XXqf0eNihSF3R8Uk9m { 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:none; }#nO37L6ClFmPZm8XXqf0eNihSF3R8Uk9m > .row .container { border-width: 0; border-radius: 0; }#nO37L6ClFmPZm8XXqf0eNihSF3R8Uk9m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nO37L6ClFmPZm8XXqf0eNihSF3R8Uk9m > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:none; }#covylxBefoIONhThhOUQSrkJuRBQUyiu { 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-left-radius:initial;border-bottom-right-radius:initial;display:none; }#covylxBefoIONhThhOUQSrkJuRBQUyiu > .row .container { border-width: 0; border-radius: 0; }#covylxBefoIONhThhOUQSrkJuRBQUyiu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#covylxBefoIONhThhOUQSrkJuRBQUyiu > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:none; }#pyGJFVp54ZxkspR0O0WOezellnObfvJu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.625rem;width:11.6875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:0rem;left:12.9375rem;overflow:hidden;display:block; }
#Zfe7hCrrTS5bk8x0UshrvloWFalMWUn7 { display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:26.4375rem;height:2.75rem;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
#r911AtgMtJZvo4bM4WTFI6cGXbDd2154 { display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:26.4375rem;height:1.1rem;font-style:normal;color:#3d5a98;display:block; }
#M8LENO3aWfCo6U7Vk0it2F56xZhee3rb { display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:5.5rem;left:26.4375rem;height:10.2rem;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
#HtOtyS7FamHKTvlUuR4fhBlI9E44Qm5T { 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:none; }#HtOtyS7FamHKTvlUuR4fhBlI9E44Qm5T > .row .container { border-width: 0; border-radius: 0; }#HtOtyS7FamHKTvlUuR4fhBlI9E44Qm5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HtOtyS7FamHKTvlUuR4fhBlI9E44Qm5T > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:none; }#AGzGBhtxm0DDbUXaLcsiDbqS6Gm4Q4SZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/a335901d2ea1f5aa834b143ee57a6e90.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AGzGBhtxm0DDbUXaLcsiDbqS6Gm4Q4SZ.adaptive-delivery-prevent-bg, #AGzGBhtxm0DDbUXaLcsiDbqS6Gm4Q4SZ.lazyload, #AGzGBhtxm0DDbUXaLcsiDbqS6Gm4Q4SZ.lazyloading { background-image: none; }#AGzGBhtxm0DDbUXaLcsiDbqS6Gm4Q4SZ > .row .container { border-width: 0; border-radius: 0; }#AGzGBhtxm0DDbUXaLcsiDbqS6Gm4Q4SZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGzGBhtxm0DDbUXaLcsiDbqS6Gm4Q4SZ > .row .container { font-size:0.875rem;font-family:arial;height:270.6875rem;width:75rem;position:relative;display:none; }#X6STR27XrZEHvIUi2t7gXhtSby1sfovo { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.8rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#Th7qC7qOxNAIOnKvEeRikcOWIcF0oK4h { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-0),1) ;height:18.3125rem;width:33.75rem;top:8.9375rem;left:20.625rem;overflow:hidden;display:block; }
#QFNsBAGMx9FX59npXaJo5KD9RsUfrTzf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-0),1) ;height:39.375rem;width:33.75rem;top:27.25rem;left:20.625rem;overflow:hidden;display:block; }
#vJET4iCOiLbk9XaaBPotJ9Qy1KUQe5BZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-0),0.5) ;height:40.75rem;width:33.75rem;top:66.625rem;left:20.625rem;overflow:hidden;display:block; }
#L1kdUeo4ytHtuGpb6uaeLGU2A5408hRX { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:110rem;left:0rem;height:2.8rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#lTgJ09QUfLhy1Tp99EOtmsl9okT02EpT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-0),1) ;height:33.5rem;width:28.125rem;top:115.5625rem;left:4.6875rem;overflow:hidden;display:block; }
#ngqRnpt77GNlCTSgXZoA0OFrx1teBkVH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-0),1) ;height:43.4375rem;width:28.125rem;top:115.5625rem;left:42.1875rem;overflow:hidden;display:block; }
#rqt71pFvH0TbVaLPpOkdBtmw1x5695PN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-0),1) ;height:33.8125rem;width:28.125rem;top:150.9375rem;left:4.6875rem;overflow:hidden;display:block; }
#l8litFQp14NRkdhf1r779ekbkGJJw630 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-0),1) ;height:42.6875rem;width:28.0625rem;top:161.0625rem;left:42.1875rem;overflow:hidden;display:block; }
#SEIAVpkNcI2ppXXWu4ovAVtdpyvR158F { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-0),1) ;height:25.75rem;width:28.125rem;top:242.5rem;left:4.6875rem;overflow:hidden;display:block; }
#cmJcwvxs5LkzkBNPxQ0i3TMJsKHLaWOR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-0),1) ;height:17.75rem;width:28.125rem;top:250.5625rem;left:42.1875rem;overflow:hidden;display:block; }
#nof5kgVnI2fJSBNShJy6oW3K3D4KCcVm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-0),1) ;height:42.25rem;width:28.125rem;top:206rem;left:42.1875rem;overflow:hidden;display:block; }
#xd8Tlrv3fp39F65QTId90zBChZmPqTEd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-0),1) ;height:53.5rem;width:28.125rem;top:186.875rem;left:4.6875rem;overflow:hidden;display:block; }
#v4wiE5OECzJ2b4HdGubs6rPfldnr8kQT { 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-left-radius:initial;border-bottom-right-radius:initial;display:none; }#v4wiE5OECzJ2b4HdGubs6rPfldnr8kQT > .row .container { border-width: 0; border-radius: 0; }#v4wiE5OECzJ2b4HdGubs6rPfldnr8kQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4wiE5OECzJ2b4HdGubs6rPfldnr8kQT > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:none; }#MJVlIsc8gFQRh2g8dXoukh5oraSsGFey { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:2.75rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#EhmA83EhdItbfolwbb18iU6eeedPKcgF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:49.6875rem;top:8.8125rem;left:12.5rem;overflow:hidden;display:block; }
#lgBnxSp8EEuhuvThF1z24eKslxZ15Pog { 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;z-index:auto;display:none; }#lgBnxSp8EEuhuvThF1z24eKslxZ15Pog > .row .container { border-width: 0; border-radius: 0; }#lgBnxSp8EEuhuvThF1z24eKslxZ15Pog > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgBnxSp8EEuhuvThF1z24eKslxZ15Pog > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:none; }#nqvf2PRucvkMFiPz3z8Kr3ba0vTqasr3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:2.4rem;text-align:center;text-align-last:center;display:block; }
#QXI0KPzkuimdT68rhdSZbQdkoyf3m3ca { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:1.2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nwyRUnZnHwifm6AtvL6kREoxyG2T1yci { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:42rem;height:2.4rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gKy62z3VcmxT39TrXuTfm1BAoLPdvBy3 { display:block; }#gKy62z3VcmxT39TrXuTfm1BAoLPdvBy3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq .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;background-color:;background-image:none;margin-top:0;margin-right:0.259375rem;margin-bottom:0;margin-left:0.259375rem;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; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#f5f5f5;padding-top:0.375rem;padding-right:0.065rem;padding-bottom:0;padding-left:0.065rem;display:block;width:2.788125rem;height:1.81125rem;position:relative;font-family:"open sans";font-size:1.686875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq .widget-text.counter-label { background-color:;background-image:none;color:#f5f5f5;padding-top:0;padding-right:0.065rem;padding-bottom:0.249375rem;padding-left:0.065rem;display:block;width:2.788125rem;height:0.4675rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;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; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq { top:0rem;left:13.4375rem;width:13.75rem;height:3.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #TOzuMfptb4hH03S87lLJz8U7rQKFUfaf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #MJu57g1Lce2fPkkcf94qnFkAXnxAviLF {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #aGBk09cd2nFUG7k08LH7gHyZbtWmxFTO {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #xN60Vi2bq1voc8mD3oQHWR48OJiB9CG0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #wrhtRLfHDFbicch4QrMWnK3bKDua1Kzx {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #x87KiauVGtu92sbIAwhZqWcIUTMa4c4T {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #dudNbBMwRd6JQtf3DzK8lN05hPZilw72 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #wATViq9TdMADVKnsn3P2xrCfDQpzTGwy {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #rf3oqHhUEPsQlU9cNNTQhdyMQQs2TxOy {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #rt2aAo6p077B1Iuxyt7yQ3QmN6SZF7FK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #KM7gGXunXhCe3l592zoFKUFryBEV7PZS {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #ct8vLCMVbvhEaoVT9TkPsDcvpWnvWczQ {  }
 }@media only screen and (max-width: 763px) { #xQUMgamGic65Jhu79ITN97g3IHvANLRq { top:1.25rem;left:4.0625rem;width:9.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe { top:0rem;left:26rem;width:21.75rem;height:5.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #snRyJdlB8NqWOEnl83eJsDdtduX9fAWP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #BBkCneKJlUMpCPAEsgUTRfMzAGB7TSOa {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #B03ToFtmUAZJq9uzqozoGKzzbsWoEQTZ {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #VXZV9RBM7Hgm5xnioVw3UwhOcAHpI4gw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #qaoOBbGudE6TCM937RPb4hnypt0RnKIr {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #AIVgaEttSfoIP1yNekJEvUT3Xcy7pFkt {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #Eh9gn8kvcCKIJeTCflxqkhQz1tU6NMUg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #tksv1SbOdyDqr7UpLQrJdDuBmGsTJ0B0 {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #oTePtoT5GLEHNQSAnMofZPpEuw88toAo {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #FvEiGDo8IZzcwR2btI9MiCUT3qxPy2fz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #NsyLQLHQ6inaA3RvIlIJ1UMokFAsHAnN {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #Qsutob67Wx9T0ABquAPazzUmrbW8az1d {  }
 }@media only screen and (max-width: 763px) { #TSG2vst31tDC5g27gJTxNr9wnvvsrsMf { top:0.4375rem;left:28.4375rem;width:15.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 { display:block; }#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlmKN4mDWre7IaFZTmZCBB3o57phuQ4T { top:0.625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgG4NLQq88IooTIke2QRXuhPEDoAQIPH { display:block; }#lgG4NLQq88IooTIke2QRXuhPEDoAQIPH > .row .container { width:47.75rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJ2WI6PGgnnG7vKT8x2kcnvXcbShrEvr { width:47.75rem;height:3.375rem;top:5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDykBDJFNewVPsWa0pqKfrkTM65oBs8 { width:47.75rem;height:5.6875rem;top:8.3125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3lFXS7EBatUyelrZsvT0oph2gNH5Hxi { width:47.75rem;height:5.6875rem;top:8.3125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bztDmCAdmwa1eJbHJ7mnhl3deTXOeH37 { top:16.1875rem;left:33.1875rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ { display:block; }#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ > .row .container { width:47.75rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gy8285775RaDSmngIDoTrLxug0pNXTxg { top:16.1875rem;left:33.1875rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFbTR0EE3BXp4tPKTPTsUC4ExEqHzeZf { width:47.75rem;height:3.75rem;top:2.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s78lPXuS2mVt3kqJQztpfF52IIZcp6Xh { width:47.75rem;height:9.75rem;top:8.25rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXKpT4M1xnUepVoSnvKLUBMw5y2s2UbG { width:47.75rem;height:3.75rem;top:19.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foJq68XSkN9WwKHPzandG0TMy2ILiZvM { display:block; }#foJq68XSkN9WwKHPzandG0TMy2ILiZvM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmPiziITrfdBrAQ6d6H4ImODlx1sLsJA { top:0rem;left:0rem;width:37.5rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h37UDBHTgUMtEH1M1UPK1l4UHqznl3SC { top:3.75rem;left:0rem;width:24.9375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQKohQb8pcox2nGns8B1GnfGW9rK3fax { width:19.6875rem;height:9.375rem;top:0.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WimiUTC0EAVlnQnleVQwzCNp5DFwVbum { top:16.1875rem;left:10.25rem;width:37.5rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw6in3AmZxG0chpzJ4HC7BFPrtIbgLTQ { width:20.25rem;height:12.6875rem;top:0.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbrvqlA0w50fLQwTPkeMgIl7nTtODn2c { top:3.75rem;left:0rem;width:24.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 .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; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 .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; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 { display:flex;width:18rem;height:5.0625rem;top:24rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #wSGWWO4IoellVLcDpEpuAKEAdoZTRsel { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #TMt3r7EmIJ516xDvv1DTBKaT1OfwAaG6 {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #AuHtIHVrCWEx1SBCHKUoyqzJIlWeHxhn {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #ssre77QfZRtLBgISHxHUq6qKbEcJeAhg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #dAFQxvDKU7PCbZ1iAx7k55FHhwrzy4rC {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #ObX4n9Z4sLB5S2G4MvLmKgMLowW44WVV {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #hKGFVNUUtXGwwLyFGeSxBxKp4UCnwSIm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #rJP62yyrczhXF5oQfgTLDHI6Qs0TN2ko {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #OU0UauPZknIGzHqElXII7EtQvHyTIXWZ {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #FqfWs3d2S9KSxrtnJ6QxmME1aMdogcoz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #RxMH0A4klqXIU1449gHWoG14swsP2OS5 {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #IZw78Skcb1vtlHFgKEcuUSBdmAdkAqW6 {  }
 }@media only screen and (max-width: 763px) { #sBA42X3JNP3OpkBUQos4ToIpGlUXo6Nm { display:block; }#sBA42X3JNP3OpkBUQos4ToIpGlUXo6Nm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhpHc4VyU1VyZ4fMamyTvgFZgiPbhHtZ { top:0rem;left:0rem;width:37.5rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weigl1yp73LXglR35DpOWBxq9SGwQOU5 { top:3.75rem;left:0rem;width:24.9375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACzaliSbygpmuZOrPldiXpCnBsGG69X5 { top:16.1875rem;left:10.25rem;width:37.5rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5M0sARtM2FNrz9oTapzBhFGEkpeXvk7 { width:20.25rem;height:12.6875rem;top:0.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHpU8TAa876Oo9oWEPn5HLihUBfQE40p { width:19.6875rem;height:9.375rem;top:0.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK6gn33BzED0BwEa68DMBaJ3ummDLLUd { top:3.75rem;left:0rem;width:24.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D { display:block; }#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uE4GS6oaaEzTxBSNaFIheasGRWHxgUi6 { width:47.75rem;height:1.4375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAIsH6BfvQTcz6lddZWIb1cs0u5URVIf { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F { display:block; }#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMvh5TGMm1J0PmsXIdTbdsIwoGRi7Fa7 { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUn5Fd3aWJFRDa9Mpm36xJhUCuhsAzQI { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr8igzcwrNTh1ZV8J4HUFUdwMNghxUoV { width:15.625rem;height:6.875rem;top:2rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csdtBG9JeSTpLP8ca6XyEovv6fSVzt2M { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5lOse7SorZJ4XPtpwmsDAHV2bPJT940 { top:0rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puzul4mP3tIH4ySHbXSMqLNNCsf7LTuS { top:0rem;left:25.5rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 { display:block; }#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2HGsA10ydNauxmsr39ing5kCzMlQPgJ { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTovO4TLQo1xO4GC40pU4qc49HZ8KWbr { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqgdpFJNcxnnULZGEVXaWbqwEUcCzg5Z { width:15.625rem;height:6.875rem;top:2rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkJWCp7TcUKfvHrkbhS4nxE6pB4Hewrq { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkQcudwXrSvp2gtPy9gfDFTgmOMcoueF { top:0rem;left:25.5rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T22WqgFflk7T2HC3Z5mUXGzT4ZzP9zsT { top:0rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP { display:block; }#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNcD4ozSPNvmVUmnn2r6vOZ9oXBTPIh7 { width:47.75rem;height:1.4375rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ4sERk7iJt03EAd5axF60O4VeAyWodq { width:5.1875rem;height:5.1875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M31fI1rihNkvpGVXPcJV68KkW1N1IDXs { width:14.375rem;height:9.9375rem;top:11.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDPeGES1mdgcFtzfav69Et4qEoVkIkhs { width:12.5rem;height:7.875rem;top:12.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdH513zdvCTowT7XiNfHH1eNHsKRETfE { width:14.375rem;height:1.25rem;top:22.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH9PhQPwtAxGdSfcvaGunvX1BsOGptpM { width:14.375rem;height:1.25rem;top:23.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFyWlV7tg5TcvNxZVxNnX7eTXb7dhQVP { width:6.25rem;height:6.25rem;top:11.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEq6s5AcZ3X3xhHJpV2uMhifllbPBVR7 { width:14.375rem;height:9.9375rem;top:11.5rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTvSd4vHgreKS2hqap7Et68Jbu64JPrB { width:12.5rem;height:7.875rem;top:12.75rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnsTflUsMPeO8tqJD28Lznu5Lve1eWCq { width:14.375rem;height:1.25rem;top:22.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE8VPHtoOG77Syq3XE9xT6WAT06rseul { width:14.375rem;height:1.25rem;top:23.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUTZeWkkbnm6CAOdVtqN45WyPcBnhI66 { width:47.75rem;height:3.0625rem;top:4.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection { display:block; } #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection *:focus-visible, #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection input[type="text"]:focus-visible, #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection input[type="email"]:focus-visible, #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection input[type="tel"]:focus-visible, #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection textarea:focus-visible { outline: none; } #ed07sSXJCXrxDymFCzIynPuf4xQduBny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection { display:block; } #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection *:focus-visible, #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection input[type="text"]:focus-visible, #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection input[type="email"]:focus-visible, #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection input[type="tel"]:focus-visible, #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection textarea:focus-visible { outline: none; } #Tg8Lc6IO30A6Mo63OLZZPTIJImXvaPD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxIRXh6JHQrGH6XPILrMK0eVKxk3Tx2f { display:block; }#yxIRXh6JHQrGH6XPILrMK0eVKxk3Tx2f > .row .container { width:47.75rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpcCSREkAEkWzVUrQtvJFI2SGpmET340 { width:26.8125rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU6TTDGhXPTUi8eT1qo5as0eRJsyzo6b { width:20.25rem;height:12.6875rem;top:0.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksBrpAVSLg756wTwkRSG021vF9abbQeQ { width:19.6875rem;height:9.375rem;top:0.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMyWEqDrkdZmwGyctek3gXScLrzzsyMS { top:19.3125rem;left:35.25rem;width:12.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otShs3PNU1DwKMFsfy3wR4xdJO9oDkwd { top:4.25rem;left:0rem;width:26.875rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPLJGERKTKhLZ03c75sSPtTGO0TzNohh { top:24.8125rem;left:0rem;width:47.75rem;height:10.624375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX5BDFGaNy7Vxzv9fNuFgCSafZNd7Cfb { display:block; }#BX5BDFGaNy7Vxzv9fNuFgCSafZNd7Cfb > .row .container { width:47.75rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1tJD2lISvKe2PXMJE9KX8HwylvPgH47 { width:26.8125rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKUQVkZl2GxQ6GDa9DXaluBnnuB6QCtp { width:20.25rem;height:12.6875rem;top:0.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #niWD0avFqrIGIObftzW8307541aHIhpw { width:19.6875rem;height:9.375rem;top:0.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-container { padding-top:0;padding-right:0.4575rem;padding-bottom:0;padding-left:0.40625rem;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3w-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;box-shadow: none;color:#010101;padding-top:0.601875rem;padding-right:0.101875rem;padding-bottom:0.953125rem;padding-left:0.101875rem;display:block;width:4.370625rem;height:3.160625rem;position:relative;font-family:"roboto condensed";font-size:3rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }#RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-number.adaptive-delivery-prevent-bg, #RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-number.lazyload, #RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-number.lazyloading { background-image: none; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-label { background-color:;background-image:none;color:#fefefe;padding-top:0;padding-right:0.101875rem;padding-bottom:0;padding-left:0.101875rem;display:block;width:4.370625rem;height:0.7525rem;position:relative;font-family:"open sans";font-size:0.7025rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;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; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM { top:12.6875rem;left:26rem;width:21.75rem;height:5.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #QzMOTTrFW9AayZ3f5f6rxzsIG87022hS { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #HV1u22w1UfieU4ShBXfzkUu0uzh6tfmz {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #VClsDhUxAoBWPvkziQmrEwovp1FU5CpM {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #vqgSu7tqyECZ4qOqkVbV7m3GyzQvNHiC { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #e5WGM9Jz4LKMlol8RcEkqhaQzgqEH7FZ {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #CqStodK7xGCH8ZdAKDz2BHWV4mEvOD7q {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #AI8bqyhAf4XyMHSX8R5gBTDLA9X6OgDf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #bBT7LfbB5GfnqEVKKoZMGkxeV4xyavie {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #hA4bCf1HAD998UR03kIHuQIkPIc8TcKg {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #Khb9fWsvCqzFweBJCqi2MVUaNWtQX1sy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #yT5ABQEzmdFq5gXq2KKr1Tr5UHifb7vT {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #f0xPUbyJ5V2L6eeaZEJPv6xrKQSNBaA1 {  }
 }@media only screen and (max-width: 763px) { #cgxZJAoxiZhTgoxZOfaSvpMsUTLadvhK { top:19.375rem;left:35.25rem;width:12.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC9b3Zzu4Z4exT8sJtrgTUbCn18OKMOL { top:4.3125rem;left:0rem;width:26.875rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdvRmQ4J6wciCVzqvy9SHKwersssHTd1 { top:25.8125rem;left:0rem;width:47.75rem;height:10.624375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0sUf8emNK2P6bpUDHudFqUKxUykHIql { display:block; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kux5bkvTgNqd0TeithwM3Ub11hKQguhe { width:47.75rem;height:1.4375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MpT9rw5R3upqMRvmdcvMQ4ItIzhmCu { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ { display:block; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pE1fTHngKVVxd17Vxhyhyqfs2iZQllai { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpuhZAaT2MbDPvwsJmX08ofiIaAH0zTL { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFFDOox9facewzQfq6yLCsOWD0W5fGF { width:15.625rem;height:6.875rem;top:2rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvIdvDb2Nh4TGv0T7txknsMATgRHOyEf { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0Ss64gzRLyQSVXbgzp8EsxTUboIt0Vo { top:0rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfeHX49He76crDk0LckqvGX3xbRzTfwu { top:0rem;left:25.5rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 { display:block; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcrHNJsmHGglhVBOXKlxqlutfqnclviq { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFKQ9mIQByJJCvnivG9EggeEobrhh5Oc { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5wDqiKLthXhsDuM0zADGX5Mf17Ehc0 { width:15.625rem;height:6.875rem;top:2rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn1slbQAMbZFx69s1XMBnRQbIPoRwlIQ { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl88DlWVTL3ZlSzoRUR0WCBGmBnwDS7z { top:0rem;left:25.5rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfLxmueGyTaLV5VThdMXurgAMZ7M45Xv { top:0rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 { display:block; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usQDmegUKgy2mLaqt1mwvi985fs2VJwx { width:47.75rem;height:3.0625rem;top:4.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eay5wS1QiRkNqOI6TPaR423ysBZ1aGFC { width:47.75rem;height:1.4375rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEDsCcs5XF5p9EFISW5DTyTnOFH1lqlP { width:5.1875rem;height:5.1875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDfTO3bq3V6KTIznzyCiWaMnCz7K1VTb { width:14.375rem;height:9.9375rem;top:11.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8KeMa9tgZVmMoQXhv6Er8vFtHDlQJQV { width:12.5rem;height:7.875rem;top:12.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3M6I0x0NTvIs7pV0cf9W32z8FiSGEQ2 { width:14.375rem;height:1.25rem;top:22.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRQqhWSKCL4LVEdx9DivhJxEf2Rb1Jyp { width:14.375rem;height:1.25rem;top:23.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV8RdPTl0BDVlDse9odrz3xDthHSQd3I { width:6.25rem;height:6.25rem;top:11.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMFQNTTI4306AUpTHCEpW4qlmTl0cDfb { width:14.375rem;height:9.9375rem;top:11.5rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NENAQpsNG2ImStdClTvW4yEoLhIPGUNN { width:12.5rem;height:7.875rem;top:12.75rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4E1WhUNG8AUndEWEociaxJQ9dwMz28f { width:14.375rem;height:1.25rem;top:22.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daaSOTHGvN09QZnNoEOyNFiGqekDq4g2 { width:14.375rem;height:1.25rem;top:23.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO37L6ClFmPZm8XXqf0eNihSF3R8Uk9m { display:block; }#nO37L6ClFmPZm8XXqf0eNihSF3R8Uk9m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #covylxBefoIONhThhOUQSrkJuRBQUyiu { display:block; }#covylxBefoIONhThhOUQSrkJuRBQUyiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyGJFVp54ZxkspR0O0WOezellnObfvJu { width:11.6875rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfe7hCrrTS5bk8x0UshrvloWFalMWUn7 { width:30rem;height:2.75rem;top:0rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r911AtgMtJZvo4bM4WTFI6cGXbDd2154 { width:30rem;height:1.125rem;top:2.75rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8LENO3aWfCo6U7Vk0it2F56xZhee3rb { width:30rem;height:8.4375rem;top:6.0625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtOtyS7FamHKTvlUuR4fhBlI9E44Qm5T { display:block; }#HtOtyS7FamHKTvlUuR4fhBlI9E44Qm5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGzGBhtxm0DDbUXaLcsiDbqS6Gm4Q4SZ { display:block; }#AGzGBhtxm0DDbUXaLcsiDbqS6Gm4Q4SZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6STR27XrZEHvIUi2t7gXhtSby1sfovo { width:47.75rem;height:3.0625rem;top:4.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th7qC7qOxNAIOnKvEeRikcOWIcF0oK4h { top:8.9375rem;left:0rem;width:33.75rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFNsBAGMx9FX59npXaJo5KD9RsUfrTzf { top:27.25rem;left:0rem;width:33.75rem;height:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJET4iCOiLbk9XaaBPotJ9Qy1KUQe5BZ { top:66.625rem;left:0rem;width:33.75rem;height:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1kdUeo4ytHtuGpb6uaeLGU2A5408hRX { width:47.75rem;height:3.0625rem;top:4.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTgJ09QUfLhy1Tp99EOtmsl9okT02EpT { top:115.5625rem;left:0rem;width:28.125rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngqRnpt77GNlCTSgXZoA0OFrx1teBkVH { top:115.5625rem;left:19.625rem;width:28.125rem;height:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqt71pFvH0TbVaLPpOkdBtmw1x5695PN { top:150.9375rem;left:0rem;width:28.125rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8litFQp14NRkdhf1r779ekbkGJJw630 { top:161.0625rem;left:19.6875rem;width:28.0625rem;height:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEIAVpkNcI2ppXXWu4ovAVtdpyvR158F { top:242.5rem;left:0rem;width:28.125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmJcwvxs5LkzkBNPxQ0i3TMJsKHLaWOR { top:250.5625rem;left:19.625rem;width:28.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nof5kgVnI2fJSBNShJy6oW3K3D4KCcVm { top:206rem;left:19.625rem;width:28.125rem;height:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd8Tlrv3fp39F65QTId90zBChZmPqTEd { top:186.875rem;left:0rem;width:28.125rem;height:53.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4wiE5OECzJ2b4HdGubs6rPfldnr8kQT { display:block; }#v4wiE5OECzJ2b4HdGubs6rPfldnr8kQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJVlIsc8gFQRh2g8dXoukh5oraSsGFey { width:47.75rem;height:2.8125rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhmA83EhdItbfolwbb18iU6eeedPKcgF { top:8.8125rem;left:0rem;width:47.75rem;height:10.691194968554rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgBnxSp8EEuhuvThF1z24eKslxZ15Pog { display:block; }#lgBnxSp8EEuhuvThF1z24eKslxZ15Pog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqvf2PRucvkMFiPz3z8Kr3ba0vTqasr3 { top:6.4375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXI0KPzkuimdT68rhdSZbQdkoyf3m3ca { top:4.75rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwyRUnZnHwifm6AtvL6kREoxyG2T1yci { top:1.25rem;left:22.25rem;width:25.5rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gKy62z3VcmxT39TrXuTfm1BAoLPdvBy3 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#gKy62z3VcmxT39TrXuTfm1BAoLPdvBy3 > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:1.5rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#f5f5f5; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq .widget-text.counter-label { background-color:;background-image:none;color:#f5f5f5;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq { top:3.46875rem;left:0rem;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:;background-image:none;box-shadow: none;display:block;width:20rem;height:6.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #TOzuMfptb4hH03S87lLJz8U7rQKFUfaf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #MJu57g1Lce2fPkkcf94qnFkAXnxAviLF {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #aGBk09cd2nFUG7k08LH7gHyZbtWmxFTO {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #xN60Vi2bq1voc8mD3oQHWR48OJiB9CG0 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #wrhtRLfHDFbicch4QrMWnK3bKDua1Kzx {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #x87KiauVGtu92sbIAwhZqWcIUTMa4c4T {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #dudNbBMwRd6JQtf3DzK8lN05hPZilw72 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #wATViq9TdMADVKnsn3P2xrCfDQpzTGwy {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #rf3oqHhUEPsQlU9cNNTQhdyMQQs2TxOy {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #rt2aAo6p077B1Iuxyt7yQ3QmN6SZF7FK { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #KM7gGXunXhCe3l592zoFKUFryBEV7PZS {  }
 }@media only screen and (max-width: 763px) { #oz70qUf3kTzSLNDP4zzTVcLAkDog3Leq #ct8vLCMVbvhEaoVT9TkPsDcvpWnvWczQ {  }
 }@media only screen and (max-width: 763px) { #xQUMgamGic65Jhu79ITN97g3IHvANLRq { width:9.4375rem;height:1.3rem;top:0.6875rem;left:5.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#f5f5f5; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe .widget-text.counter-label { background-color:;background-image:none;color:#f5f5f5;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.625rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe { top:1.9375rem;left:1.25rem;z-index:15005;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:;background-image:none;box-shadow: none;display:block;width:17.5rem;height:5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #snRyJdlB8NqWOEnl83eJsDdtduX9fAWP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #BBkCneKJlUMpCPAEsgUTRfMzAGB7TSOa {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #B03ToFtmUAZJq9uzqozoGKzzbsWoEQTZ {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #VXZV9RBM7Hgm5xnioVw3UwhOcAHpI4gw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #qaoOBbGudE6TCM937RPb4hnypt0RnKIr {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #AIVgaEttSfoIP1yNekJEvUT3Xcy7pFkt {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #Eh9gn8kvcCKIJeTCflxqkhQz1tU6NMUg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #tksv1SbOdyDqr7UpLQrJdDuBmGsTJ0B0 {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #oTePtoT5GLEHNQSAnMofZPpEuw88toAo {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #FvEiGDo8IZzcwR2btI9MiCUT3qxPy2fz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #NsyLQLHQ6inaA3RvIlIJ1UMokFAsHAnN {  }
 }@media only screen and (max-width: 763px) { #K9OTmt7lTaFO02tR3O5ta1WEXFe8fCpe #Qsutob67Wx9T0ABquAPazzUmrbW8az1d {  }
 }@media only screen and (max-width: 763px) { #TSG2vst31tDC5g27gJTxNr9wnvvsrsMf { width:15.625rem;height:2.875rem;top:6.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 { position:relative;z-index:auto;display:block; }#fbi5LseGen3iBMh4hsvT98wlLvNJlTw8 > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlmKN4mDWre7IaFZTmZCBB3o57phuQ4T { width:18.75rem;height:6.3375rem;top:0.5625rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgG4NLQq88IooTIke2QRXuhPEDoAQIPH { display:none; }#lgG4NLQq88IooTIke2QRXuhPEDoAQIPH > .row .container { width:20rem;height:27.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZJ2WI6PGgnnG7vKT8x2kcnvXcbShrEvr { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDykBDJFNewVPsWa0pqKfrkTM65oBs8 { width:20rem;height:12.35rem;top:7rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3lFXS7EBatUyelrZsvT0oph2gNH5Hxi { width:20rem;height:5.60625rem;top:20.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bztDmCAdmwa1eJbHJ7mnhl3deTXOeH37 { width:14.5625rem;height:14.5625rem;top:16.1875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ { display:block; }#Mda49rqvTiALM7cc1nnKl9QRHTgPdgaZ > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gy8285775RaDSmngIDoTrLxug0pNXTxg { width:14.5625rem;height:14.5625rem;top:16.1875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFbTR0EE3BXp4tPKTPTsUC4ExEqHzeZf { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s78lPXuS2mVt3kqJQztpfF52IIZcp6Xh { width:20rem;height:18.28125rem;top:8.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXKpT4M1xnUepVoSnvKLUBMw5y2s2UbG { width:20rem;height:5.625rem;top:28.174999237061rem;left:0rem;font-size:1.875rem;color:#ff7103;display:block; }
 }@media only screen and (max-width: 763px) { #foJq68XSkN9WwKHPzandG0TMy2ILiZvM { display:block; }#foJq68XSkN9WwKHPzandG0TMy2ILiZvM > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmPiziITrfdBrAQ6d6H4ImODlx1sLsJA { width:20rem;height:14.447674418604rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h37UDBHTgUMtEH1M1UPK1l4UHqznl3SC { width:13.25rem;height:8.25rem;top:2rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQKohQb8pcox2nGns8B1GnfGW9rK3fax { width:20rem;height:6.46875rem;top:14.44765663147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WimiUTC0EAVlnQnleVQwzCNp5DFwVbum { width:20rem;height:4.4rem;top:28.04062461853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw6in3AmZxG0chpzJ4HC7BFPrtIbgLTQ { width:12.625rem;height:7.0625rem;top:2.65625rem;left:3.6874998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbrvqlA0w50fLQwTPkeMgIl7nTtODn2c { width:13.25rem;height:8rem;top:2rem;left:3.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 .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; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 .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; }
#RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 { display:flex;width:18rem;height:5.0625rem;top:21.456249618903rem;left:0.36093747615814rem; }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #wSGWWO4IoellVLcDpEpuAKEAdoZTRsel { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #TMt3r7EmIJ516xDvv1DTBKaT1OfwAaG6 {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #AuHtIHVrCWEx1SBCHKUoyqzJIlWeHxhn {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #ssre77QfZRtLBgISHxHUq6qKbEcJeAhg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #dAFQxvDKU7PCbZ1iAx7k55FHhwrzy4rC {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #ObX4n9Z4sLB5S2G4MvLmKgMLowW44WVV {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #hKGFVNUUtXGwwLyFGeSxBxKp4UCnwSIm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #rJP62yyrczhXF5oQfgTLDHI6Qs0TN2ko {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #OU0UauPZknIGzHqElXII7EtQvHyTIXWZ {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #FqfWs3d2S9KSxrtnJ6QxmME1aMdogcoz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #RxMH0A4klqXIU1449gHWoG14swsP2OS5 {  }
 }@media only screen and (max-width: 763px) { #RANaVKXbWe7LiyHiIASv9zWwPvf4VIp3 #IZw78Skcb1vtlHFgKEcuUSBdmAdkAqW6 {  }
 }@media only screen and (max-width: 763px) { #sBA42X3JNP3OpkBUQos4ToIpGlUXo6Nm { display:none; }#sBA42X3JNP3OpkBUQos4ToIpGlUXo6Nm > .row .container { width:20rem;height:28.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IhpHc4VyU1VyZ4fMamyTvgFZgiPbhHtZ { width:20rem;height:14.447674418604rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weigl1yp73LXglR35DpOWBxq9SGwQOU5 { width:13.25rem;height:8.25rem;top:2rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACzaliSbygpmuZOrPldiXpCnBsGG69X5 { width:20rem;height:4.4rem;top:22.10312461853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5M0sARtM2FNrz9oTapzBhFGEkpeXvk7 { width:12.625rem;height:7.0625rem;top:2.65625rem;left:3.6874998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHpU8TAa876Oo9oWEPn5HLihUBfQE40p { width:20rem;height:6.46875rem;top:14.44765663147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK6gn33BzED0BwEa68DMBaJ3ummDLLUd { width:13.25rem;height:8rem;top:2rem;left:3.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D { display:block; }#vkJSLMs6Qhm5Ik0RCBtfB0Td5lx5gA3D > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uE4GS6oaaEzTxBSNaFIheasGRWHxgUi6 { width:20rem;height:1.3rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAIsH6BfvQTcz6lddZWIb1cs0u5URVIf { width:20rem;height:2.6rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F { display:block; }#G04GnUq75ELFRRS8rxPtkMOkLI5XgQ3F > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMvh5TGMm1J0PmsXIdTbdsIwoGRi7Fa7 { width:19.6875rem;height:1.7875rem;top:8.0625rem;left:0.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUn5Fd3aWJFRDa9Mpm36xJhUCuhsAzQI { width:19.375rem;height:4.2rem;top:10.9375rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gr8igzcwrNTh1ZV8J4HUFUdwMNghxUoV { width:19.375rem;height:5.6rem;top:27rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #csdtBG9JeSTpLP8ca6XyEovv6fSVzt2M { width:19.6875rem;height:1.7875rem;top:24rem;left:0.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5lOse7SorZJ4XPtpwmsDAHV2bPJT940 { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puzul4mP3tIH4ySHbXSMqLNNCsf7LTuS { width:5.625rem;height:5.625rem;top:17.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 { display:block; }#Upe7PdTiT3rFqIgF5tNBBk0G7qCt78r9 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2HGsA10ydNauxmsr39ing5kCzMlQPgJ { width:19.6875rem;height:1.7875rem;top:7.5625rem;left:0.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTovO4TLQo1xO4GC40pU4qc49HZ8KWbr { width:19.375rem;height:5.6rem;top:10.4375rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lqgdpFJNcxnnULZGEVXaWbqwEUcCzg5Z { width:19.375rem;height:5.6rem;top:28.0625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkJWCp7TcUKfvHrkbhS4nxE6pB4Hewrq { width:19.6875rem;height:1.7875rem;top:25.0625rem;left:0.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkQcudwXrSvp2gtPy9gfDFTgmOMcoueF { width:5.625rem;height:5.625rem;top:18.25rem;left:7.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T22WqgFflk7T2HC3Z5mUXGzT4ZzP9zsT { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP { display:block; }#eeS8OCPzDX00zvyUKAcdnV4y2ZP0InkP > .row .container { width:20rem;height:80.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNcD4ozSPNvmVUmnn2r6vOZ9oXBTPIh7 { width:20rem;height:1.3rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ4sERk7iJt03EAd5axF60O4VeAyWodq { width:7.5rem;height:7.5rem;top:10.499999880791rem;left:5.9374998807907rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #M31fI1rihNkvpGVXPcJV68KkW1N1IDXs { width:17.5rem;height:18.625rem;top:14.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDPeGES1mdgcFtzfav69Et4qEoVkIkhs { width:15.0625rem;height:13.125rem;top:19.250000953674rem;left:2.4687501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdH513zdvCTowT7XiNfHH1eNHsKRETfE { width:17.5rem;height:1.3rem;top:34.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH9PhQPwtAxGdSfcvaGunvX1BsOGptpM { width:17.5rem;height:3.9rem;top:35.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFyWlV7tg5TcvNxZVxNnX7eTXb7dhQVP { width:7.5rem;height:7.4375rem;top:41.875rem;left:5.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bEq6s5AcZ3X3xhHJpV2uMhifllbPBVR7 { width:17.5rem;height:25.5rem;top:45.875rem;left:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #oTvSd4vHgreKS2hqap7Et68Jbu64JPrB { width:15.0625rem;height:19.6875rem;top:50.9375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnsTflUsMPeO8tqJD28Lznu5Lve1eWCq { width:17.5rem;height:1.3rem;top:72.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE8VPHtoOG77Syq3XE9xT6WAT06rseul { width:17.5rem;height:3.9rem;top:74rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUTZeWkkbnm6CAOdVtqN45WyPcBnhI66 { width:20rem;height:5.2rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection { position:relative;z-index:auto;display:block; } #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection *:focus-visible, #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection input[type="text"]:focus-visible, #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection input[type="email"]:focus-visible, #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection input[type="tel"]:focus-visible, #MWiDbQniTpk1LIIxQKiTenufUCqzxXo6.widget-smartsection textarea:focus-visible { outline: none; } #ed07sSXJCXrxDymFCzIynPuf4xQduBny > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection { position:relative;z-index:auto;display:block; } #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection *:focus-visible, #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection input[type="text"]:focus-visible, #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection input[type="email"]:focus-visible, #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection input[type="tel"]:focus-visible, #Fe7z7fz6ToXTty7ZP668FoytwPk3cxCe.widget-smartsection textarea:focus-visible { outline: none; } #Tg8Lc6IO30A6Mo63OLZZPTIJImXvaPD7 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxIRXh6JHQrGH6XPILrMK0eVKxk3Tx2f { display:none; }#yxIRXh6JHQrGH6XPILrMK0eVKxk3Tx2f > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PpcCSREkAEkWzVUrQtvJFI2SGpmET340 { width:20rem;height:11.453590192644rem;top:3.125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #QU6TTDGhXPTUi8eT1qo5as0eRJsyzo6b { width:15.125rem;height:8.5rem;top:4.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksBrpAVSLg756wTwkRSG021vF9abbQeQ { width:20rem;height:6.45rem;top:16.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMyWEqDrkdZmwGyctek3gXScLrzzsyMS { width:12.4375rem;height:2.6875rem;top:23.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otShs3PNU1DwKMFsfy3wR4xdJO9oDkwd { width:15.125rem;height:9.5rem;top:3.75rem;left:2.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vPLJGERKTKhLZ03c75sSPtTGO0TzNohh { width:20rem;height:4.45rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX5BDFGaNy7Vxzv9fNuFgCSafZNd7Cfb { display:none; }#BX5BDFGaNy7Vxzv9fNuFgCSafZNd7Cfb > .row .container { width:20rem;height:40.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b1tJD2lISvKe2PXMJE9KX8HwylvPgH47 { width:20rem;height:11.453590192644rem;top:3.1875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #gKUQVkZl2GxQ6GDa9DXaluBnnuB6QCtp { width:15.125rem;height:8.5rem;top:4.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niWD0avFqrIGIObftzW8307541aHIhpw { width:20rem;height:6.45rem;top:15.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-container { padding-top:0;padding-right:0.375rem;padding-bottom:0;padding-left:0.3125rem;vertical-align:top; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3w-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0.8125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:2.6875rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }#RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-number.adaptive-delivery-prevent-bg, #RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-number.lazyload, #RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-number.lazyloading { background-image: none; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM .widget-text.counter-label { background-color:;background-image:none;padding-top:0;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.625rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#RwTvpJtX3wWysThuhHQodlNybEkSuLUM { top:23.1875rem;left:-0.875rem;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:;background-image:none;box-shadow: none;display:block;width:21.75rem;height:5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;vertical-align:top;display:block; }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #QzMOTTrFW9AayZ3f5f6rxzsIG87022hS { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #HV1u22w1UfieU4ShBXfzkUu0uzh6tfmz {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #VClsDhUxAoBWPvkziQmrEwovp1FU5CpM {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #vqgSu7tqyECZ4qOqkVbV7m3GyzQvNHiC { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #e5WGM9Jz4LKMlol8RcEkqhaQzgqEH7FZ {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #CqStodK7xGCH8ZdAKDz2BHWV4mEvOD7q {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #AI8bqyhAf4XyMHSX8R5gBTDLA9X6OgDf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #bBT7LfbB5GfnqEVKKoZMGkxeV4xyavie {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #hA4bCf1HAD998UR03kIHuQIkPIc8TcKg {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #Khb9fWsvCqzFweBJCqi2MVUaNWtQX1sy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #yT5ABQEzmdFq5gXq2KKr1Tr5UHifb7vT {  }
 }@media only screen and (max-width: 763px) { #RwTvpJtX3wWysThuhHQodlNybEkSuLUM #f0xPUbyJ5V2L6eeaZEJPv6xrKQSNBaA1 {  }
 }@media only screen and (max-width: 763px) { #cgxZJAoxiZhTgoxZOfaSvpMsUTLadvhK { width:12.4375rem;height:2.6875rem;top:35.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC9b3Zzu4Z4exT8sJtrgTUbCn18OKMOL { width:15.125rem;height:9.5rem;top:3.875rem;left:2.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #GdvRmQ4J6wciCVzqvy9SHKwersssHTd1 { width:20rem;height:4.4375rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0sUf8emNK2P6bpUDHudFqUKxUykHIql { display:none; }#T0sUf8emNK2P6bpUDHudFqUKxUykHIql > .row .container { width:20rem;height:9.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kux5bkvTgNqd0TeithwM3Ub11hKQguhe { width:20rem;height:1.3rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MpT9rw5R3upqMRvmdcvMQ4ItIzhmCu { width:20rem;height:2.6rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ { display:none; }#IsqMpU1qDJ2T9TbXspOp2bNhZJaur1tQ > .row .container { width:20rem;height:33.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pE1fTHngKVVxd17Vxhyhyqfs2iZQllai { width:19.6875rem;height:1.75rem;top:8.0625rem;left:0.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lpuhZAaT2MbDPvwsJmX08ofiIaAH0zTL { width:19.375rem;height:4.2rem;top:10.9375rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XLFFDOox9facewzQfq6yLCsOWD0W5fGF { width:19.375rem;height:5.6rem;top:27rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dvIdvDb2Nh4TGv0T7txknsMATgRHOyEf { width:19.6875rem;height:1.75rem;top:24rem;left:0.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0Ss64gzRLyQSVXbgzp8EsxTUboIt0Vo { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfeHX49He76crDk0LckqvGX3xbRzTfwu { width:5.625rem;height:5.625rem;top:17.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 { display:none; }#SCC5OkFEp0EnRa74i3lgMzNqIg7FxGp8 > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fcrHNJsmHGglhVBOXKlxqlutfqnclviq { width:19.6875rem;height:1.75rem;top:7.5625rem;left:0.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFKQ9mIQByJJCvnivG9EggeEobrhh5Oc { width:19.375rem;height:5.6rem;top:10.4375rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pI5wDqiKLthXhsDuM0zADGX5Mf17Ehc0 { width:19.375rem;height:5.6rem;top:28.0625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn1slbQAMbZFx69s1XMBnRQbIPoRwlIQ { width:19.6875rem;height:1.75rem;top:25.0625rem;left:0.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xl88DlWVTL3ZlSzoRUR0WCBGmBnwDS7z { width:5.625rem;height:5.625rem;top:18.25rem;left:7.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FfLxmueGyTaLV5VThdMXurgAMZ7M45Xv { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 { display:none; }#OT9oSPcBzWZ8mlhOTlaD5Vkv8z5Mspr9 > .row .container { width:20rem;height:67.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #usQDmegUKgy2mLaqt1mwvi985fs2VJwx { width:20rem;height:5.2rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eay5wS1QiRkNqOI6TPaR423ysBZ1aGFC { width:20rem;height:1.3rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEDsCcs5XF5p9EFISW5DTyTnOFH1lqlP { width:7.5rem;height:7.5rem;top:10.5rem;left:6.3125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #kDfTO3bq3V6KTIznzyCiWaMnCz7K1VTb { width:17.5rem;height:12rem;top:14.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8KeMa9tgZVmMoQXhv6Er8vFtHDlQJQV { width:15.0625rem;height:6.5rem;top:18.6875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3M6I0x0NTvIs7pV0cf9W32z8FiSGEQ2 { width:17.5rem;height:1.3rem;top:27.625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRQqhWSKCL4LVEdx9DivhJxEf2Rb1Jyp { width:17.5rem;height:1.3rem;top:28.875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV8RdPTl0BDVlDse9odrz3xDthHSQd3I { width:7.5rem;height:7.5rem;top:32.6875rem;left:6.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #AMFQNTTI4306AUpTHCEpW4qlmTl0cDfb { width:17.5rem;height:22.5625rem;top:36.4375rem;left:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #NENAQpsNG2ImStdClTvW4yEoLhIPGUNN { width:15.0625rem;height:16.9rem;top:40.8125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4E1WhUNG8AUndEWEociaxJQ9dwMz28f { width:17.5rem;height:1.3rem;top:60.375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #daaSOTHGvN09QZnNoEOyNFiGqekDq4g2 { width:17.5rem;height:2.6rem;top:61.625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO37L6ClFmPZm8XXqf0eNihSF3R8Uk9m { display:none; }#nO37L6ClFmPZm8XXqf0eNihSF3R8Uk9m > .row .container { width:20rem;height:3.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #covylxBefoIONhThhOUQSrkJuRBQUyiu { display:none; }#covylxBefoIONhThhOUQSrkJuRBQUyiu > .row .container { width:20rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pyGJFVp54ZxkspR0O0WOezellnObfvJu { width:6.5rem;height:8.75rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfe7hCrrTS5bk8x0UshrvloWFalMWUn7 { width:20rem;height:2.6rem;top:11.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r911AtgMtJZvo4bM4WTFI6cGXbDd2154 { width:10rem;height:2.2rem;top:15.0625rem;left:5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8LENO3aWfCo6U7Vk0it2F56xZhee3rb { width:19.375rem;height:20.4rem;top:18.4375rem;left:0.3125rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtOtyS7FamHKTvlUuR4fhBlI9E44Qm5T { display:none; }#HtOtyS7FamHKTvlUuR4fhBlI9E44Qm5T > .row .container { width:20rem;height:3.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AGzGBhtxm0DDbUXaLcsiDbqS6Gm4Q4SZ { display:none; }#AGzGBhtxm0DDbUXaLcsiDbqS6Gm4Q4SZ > .row .container { width:20rem;height:291.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X6STR27XrZEHvIUi2t7gXhtSby1sfovo { width:20rem;height:2.6rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th7qC7qOxNAIOnKvEeRikcOWIcF0oK4h { width:20rem;height:10.8515625rem;top:7.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFNsBAGMx9FX59npXaJo5KD9RsUfrTzf { width:20rem;height:23.3310625rem;top:18.4755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJET4iCOiLbk9XaaBPotJ9Qy1KUQe5BZ { width:20rem;height:24.1465rem;top:41.745125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1kdUeo4ytHtuGpb6uaeLGU2A5408hRX { width:20rem;height:5.2rem;top:67.141625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTgJ09QUfLhy1Tp99EOtmsl9okT02EpT { width:20rem;height:23.8213125rem;top:73.516625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngqRnpt77GNlCTSgXZoA0OFrx1teBkVH { width:20rem;height:30.8886875rem;top:182.7345rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqt71pFvH0TbVaLPpOkdBtmw1x5695PN { width:20rem;height:24.043rem;top:98.5879375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8litFQp14NRkdhf1r779ekbkGJJw630 { width:19.9375rem;height:30.3125rem;top:214.8731875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEIAVpkNcI2ppXXWu4ovAVtdpyvR158F { width:20rem;height:18.3105625rem;top:163.1739375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmJcwvxs5LkzkBNPxQ0i3TMJsKHLaWOR { width:20rem;height:12.621125rem;top:277.7716875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nof5kgVnI2fJSBNShJy6oW3K3D4KCcVm { width:20rem;height:30.043rem;top:246.4786875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd8Tlrv3fp39F65QTId90zBChZmPqTEd { width:20rem;height:38.043rem;top:123.8809375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4wiE5OECzJ2b4HdGubs6rPfldnr8kQT { display:none; }#v4wiE5OECzJ2b4HdGubs6rPfldnr8kQT > .row .container { width:20rem;height:12.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MJVlIsc8gFQRh2g8dXoukh5oraSsGFey { width:20rem;height:4rem;top:1.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhmA83EhdItbfolwbb18iU6eeedPKcgF { width:20rem;height:4.4775375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgBnxSp8EEuhuvThF1z24eKslxZ15Pog { position:relative;z-index:auto;display:none; }#lgBnxSp8EEuhuvThF1z24eKslxZ15Pog > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nqvf2PRucvkMFiPz3z8Kr3ba0vTqasr3 { width:20rem;height:3.3rem;top:8.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXI0KPzkuimdT68rhdSZbQdkoyf3m3ca { width:20rem;height:2.2rem;top:4.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwyRUnZnHwifm6AtvL6kREoxyG2T1yci { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }