.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO { position:relative;display:none; }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO { border-width: 0; border-radius: 0; }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO > .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; }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iN8uXSGDFSomnI64B3yoBHzE4LyE716P { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:29.4375rem;height:10.15625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F0SKOOCWcScPkHDQmwxZxiAuRlwDQQvf { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:29.4375rem;height:10.15625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/634f1efe-2a17-42a2-a3d3-daf237a73c98/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:75rem;height:41.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#I2OUfQEZCDc2byGazzJzB8I9TxJUTdvr { color:#0bb3c3;display:block;width:36.9375rem;position:absolute;font-family:mitr;font-size:3.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:12.3623046875rem;left:34.21875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p38MUU5kCWFe12t5t9zb0niqHmroSf3e { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:29.4375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JeFJ9Sh2FuTPDst30fagmcGq1fTTfPsc { z-index:15007;top:30.8125rem;left:36.75rem;background-color:#ff41a0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:5.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZRBnSahTD8TTIByZ6gOR0y757UABK26Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sDrvaiOqxyEm78kAE9NTxnu8VMNwFIrz { color:#0bb3c3;display:block;width:40.6875rem;position:absolute;font-family:mitr;font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:21.125rem;left:32.34375rem;height:6.4619375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h97rAygBaSAaDK4ZTTR16zR8LmQnKLnz { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.8125rem;left:29.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meEveIuTsVdGVTtSQp3U54QbRxsffDlk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#meEveIuTsVdGVTtSQp3U54QbRxsffDlk > .row .container { border-width: 0; border-radius: 0; }#meEveIuTsVdGVTtSQp3U54QbRxsffDlk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meEveIuTsVdGVTtSQp3U54QbRxsffDlk > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:none; }#TCrtwsd2kAd46HuWAb3s4zgB3PDurusX { color:#252525;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.8125rem;left:10.0625rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ziSWODVAPa7FWxKAOD2FLGQMbUJwtvs4 { color:#252525;display:block;width:45.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:9.1875rem;left:14.8125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jy4KJKyOEOl6J9I99Qgv4BlFuoyxOJ6B { color:#252525;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.8125rem;left:10.0625rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { border-width: 0; border-radius: 0; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:none; }#Gx7vXW8JAot2LTEWpZRDo1y4QJzrFbLp { color:#252525;display:block;width:53rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.4375rem;left:11rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { background-color: transparent; background-image: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container > .video-iframe-container { display: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container { display: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .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); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { border-width: 0; border-radius: 0; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#blLtneLnhXpPkyR1ctCJGo9OiRT26GvC { color:#252525;display:block;width:54.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:8.375rem;left:11.15625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#blLtneLnhXpPkyR1ctCJGo9OiRT26GvC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#blLtneLnhXpPkyR1ctCJGo9OiRT26GvC li:before{  }
#T7SSsETBRtuL6TuZNAXwIipEroX19xZ3 { color:#0bb3c3;display:block;width:44.0625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.6750001907349rem;left:14.125rem;height:2.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JRseGxuu4z2uGiiwf0x74yoGTons1NZ6 { z-index:15008;top:26.0625rem;left:22.25rem;background-color:#ff41a0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:5.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K31HTVhzw8TKm4VrIs4bp1R5kM5qvDTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHFfxaWXZO6I7yUifRL5TnQlIFeieSRg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bbdfc8;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; }#QHFfxaWXZO6I7yUifRL5TnQlIFeieSRg > .row .container { border-width: 0; border-radius: 0; }#QHFfxaWXZO6I7yUifRL5TnQlIFeieSRg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHFfxaWXZO6I7yUifRL5TnQlIFeieSRg > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#DJWcNEBD5GLw4BaObek7KZL6g81TaIN9 { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:"open sans condensed";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4304695129394rem;left:7.8125rem;height:4.3869375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU .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; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.73);background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#000000;padding-top:0.6375rem;padding-right:0.5525rem;padding-bottom:0.6375rem;padding-left:0.5525rem;display:block;align-items:center;width:3.315625rem;min-width:3.315625rem;height:3.42625rem;position:relative;font-family:arial;font-size:2.55rem;font-weight:700;line-height:54.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.39875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.42rem;height:1.354375rem;position:relative;font-family:arial;font-size:0.95625rem;font-weight:700;line-height:21.67px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21.6875rem;height:6.454375rem;padding-top:0.08rem;padding-right:0.07875rem;padding-bottom:0.08rem;padding-left:0.07875rem;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:2.3173828125rem;left:44rem;z-index:15009; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #Xse0LayzQPFrA10t0UipTdTWm3NsKX8Z { display:flex;position:relative;top:0rem;left:0rem; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #zqHE0RKMpqFdyK56TE67wsF39dByNGVs { width:auto; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #nV7xzhBqBZqmgFRtdUDQXpBInPh96vPV {  }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #Z2CapubOf6v9dIMNQlHNiThiJMvfs9Wy { display:flex;position:relative;top:0rem;left:0rem; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #tVtd0GnoaBpogdmioRCwC9GGblF9c0RC {  }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #NCWW8EIxoNFeNXrf5MQ0anHrmlnKpgy2 {  }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #gNhgq2DqkJ2nuJZn3KG0AIMq1iT91vvL { display:flex;position:relative;top:0rem;left:0rem; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #ugr0ECOBaygm3VTRhnNB6dSSU9S0RgXe {  }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #ZaZPAx816W3w9oAxRDuGTFii61rwGiet {  }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #q4ZT2wAkF8x9W2wCJ0Ks8mJWPHaV1xbc { display:flex;position:relative;top:0rem;left:0rem; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #uGcPv5Z8ebMioRqm4f9hUSXG12PWhw2s {  }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #elqwKlEeHACqMiUprMInUdF65XbcCSiu {  }
#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2' );";background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);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:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { background-color: transparent; background-image: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .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); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { border-width: 0; border-radius: 0; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:75rem;position:relative;display:block; }#MRGE0oUmFgga4EoGfDnPhmThLLfrTOpI { position:absolute;display:block;z-index:15025;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:18.875rem;width:18.875rem;top:1.9999999478459rem;left:53.08749961853rem;overflow:hidden;display:block; }
#MUBpaWnTTydkvl4IVatbFBSEgbToZ6WQ { position:absolute;display:block;z-index:15023;background-color:#0bb3c3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.2499999403954rem;left:60.624998092651rem;display:block; }
#pWCD2TBWKGoaqRP9z9x2uHGWWoDGqTUI { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:12.5rem;top:7.0000002384187rem;left:60.624998092651rem;display:block; }
#lUWTOVM7RNzadlsKWMyJly6tOSChXePv { color:#252525;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.7374999523163rem;left:1.625rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#hi00qvCK3GfIco0pkhV7ocsW6SeOuXxn { color:#0bb3c3;display:block;width:44.0625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2rem;left:1.625rem;height:2.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A6SUkVleefMP7Ag63woxIIl28JpwbCQZ { z-index:15009;top:55.2490234375rem;left:21.5625rem;background-color:#ff41a0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:5.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iUhPIAbp6ok1OFwCrQ2BRIZZ3qd8P8Jh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IiZWM8qAMI8dkKE7OkscNBT1xWqqvFP9 { color:#252525;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.987500667572rem;left:1.625rem;height:1.40625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#Duz2PTQ7FxswS0oDCRIkiUMCr1ZyVmbJ { color:#252525;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.799999713897rem;left:1.625rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#X10wfnlzgZQ3ot8ycSMxD1ry9RbT8itm { color:#252525;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.956250667572rem;left:1.625rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#K7LmiD7NGbBq6qHUlITk6rPQISrysvMM { color:#252525;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:23.624991893768rem;left:1.625rem;height:1.40625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#yP4SMq1VG9xsMzp4yBseaoogpSDdizQh { color:#252525;display:block;width:70.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:42.4677734375rem;left:1.625rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#xtWCUAimmtOLJNnqT4sP2hzQHrTTQTvS { color:#252525;display:block;width:70.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:25.342969536781rem;left:1.625rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#xtWCUAimmtOLJNnqT4sP2hzQHrTTQTvS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xtWCUAimmtOLJNnqT4sP2hzQHrTTQTvS li:before{  }
#WOcd2XpQpKuHGdWvhKOU1wiNTO9DFfTT { color:#252525;display:block;width:70.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:45.9052734375rem;left:1.63671875rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#WUItL2eLyMsmxJfZqZcbT9vlvlxOq7qB { color:#252525;display:block;width:70.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:50.7490234375rem;left:1.63671875rem;height:1.40625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#JrTPqI60cJ0CrqAWWJvWf5n0aass8TSp { color:#252525;display:block;width:70.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:39.0302734375rem;left:1.64990234375rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container { background-color: transparent; background-image: none; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container > .video-iframe-container { display: none; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row > .video-iframe-container { display: none; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .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); }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container { border-width: 0; border-radius: 0; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#Ud484zy8gATM2ovuoqDTTzOTqoLsl012 { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"open sans condensed";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.556640625rem;left:22.90625rem;height:2.2744125rem;font-style:italic;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO { display:none; }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iN8uXSGDFSomnI64B3yoBHzE4LyE716P { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0SKOOCWcScPkHDQmwxZxiAuRlwDQQvf { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2OUfQEZCDc2byGazzJzB8I9TxJUTdvr { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p38MUU5kCWFe12t5t9zb0niqHmroSf3e { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeFJ9Sh2FuTPDst30fagmcGq1fTTfPsc { top:30.8125rem;left:15.875rem;width:31.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRBnSahTD8TTIByZ6gOR0y757UABK26Q { display:block; }
 }@media only screen and (max-width: 763px) { #sDrvaiOqxyEm78kAE9NTxnu8VMNwFIrz { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h97rAygBaSAaDK4ZTTR16zR8LmQnKLnz { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #meEveIuTsVdGVTtSQp3U54QbRxsffDlk { display:none; }#meEveIuTsVdGVTtSQp3U54QbRxsffDlk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCrtwsd2kAd46HuWAb3s4zgB3PDurusX { width:47.75rem;height:4.375rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziSWODVAPa7FWxKAOD2FLGQMbUJwtvs4 { width:45.375rem;height:4.375rem;top:9.1875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy4KJKyOEOl6J9I99Qgv4BlFuoyxOJ6B { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gx7vXW8JAot2LTEWpZRDo1y4QJzrFbLp { width:47.75rem;height:10.5rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { display:block; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blLtneLnhXpPkyR1ctCJGo9OiRT26GvC { width:47.75rem;height:;top:8.375rem;left:0rem;font-size:0.9375rem;display:block; }#blLtneLnhXpPkyR1ctCJGo9OiRT26GvC li:before{  }
 }@media only screen and (max-width: 763px) { #T7SSsETBRtuL6TuZNAXwIipEroX19xZ3 { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRseGxuu4z2uGiiwf0x74yoGTons1NZ6 { top:26.0625rem;left:8.625rem;width:31.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K31HTVhzw8TKm4VrIs4bp1R5kM5qvDTs { display:block; }
 }@media only screen and (max-width: 763px) { #QHFfxaWXZO6I7yUifRL5TnQlIFeieSRg { display:none; }#QHFfxaWXZO6I7yUifRL5TnQlIFeieSRg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DJWcNEBD5GLw4BaObek7KZL6g81TaIN9 { width:31.8125rem;height:4.375rem;top:3.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU .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; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU .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; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU { width:18rem;height:5.0625rem;display:flex;top:5.0625rem;left:28.5rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #Xse0LayzQPFrA10t0UipTdTWm3NsKX8Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #zqHE0RKMpqFdyK56TE67wsF39dByNGVs {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #nV7xzhBqBZqmgFRtdUDQXpBInPh96vPV {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #Z2CapubOf6v9dIMNQlHNiThiJMvfs9Wy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #tVtd0GnoaBpogdmioRCwC9GGblF9c0RC {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #NCWW8EIxoNFeNXrf5MQ0anHrmlnKpgy2 {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #gNhgq2DqkJ2nuJZn3KG0AIMq1iT91vvL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #ugr0ECOBaygm3VTRhnNB6dSSU9S0RgXe {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #ZaZPAx816W3w9oAxRDuGTFii61rwGiet {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #q4ZT2wAkF8x9W2wCJ0Ks8mJWPHaV1xbc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #uGcPv5Z8ebMioRqm4f9hUSXG12PWhw2s {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #elqwKlEeHACqMiUprMInUdF65XbcCSiu {  }
 }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRGE0oUmFgga4EoGfDnPhmThLLfrTOpI { top:1.9375rem;left:28.875rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUBpaWnTTydkvl4IVatbFBSEgbToZ6WQ { top:1.1875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWCD2TBWKGoaqRP9z9x2uHGWWoDGqTUI { top:7rem;left:35.25rem;width:12.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUWTOVM7RNzadlsKWMyJly6tOSChXePv { width:47.75rem;height:5.625rem;top:5.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi00qvCK3GfIco0pkhV7ocsW6SeOuXxn { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6SUkVleefMP7Ag63woxIIl28JpwbCQZ { top:55.1875rem;left:7.9375rem;width:31.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUhPIAbp6ok1OFwCrQ2BRIZZ3qd8P8Jh { display:block; }
 }@media only screen and (max-width: 763px) { #IiZWM8qAMI8dkKE7OkscNBT1xWqqvFP9 { width:47.75rem;height:1.375rem;top:11.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Duz2PTQ7FxswS0oDCRIkiUMCr1ZyVmbJ { width:47.75rem;height:4.1875rem;top:18.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X10wfnlzgZQ3ot8ycSMxD1ry9RbT8itm { width:47.75rem;height:4.1875rem;top:13.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7LmiD7NGbBq6qHUlITk6rPQISrysvMM { width:47.75rem;height:1.375rem;top:23.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP4SMq1VG9xsMzp4yBseaoogpSDdizQh { width:47.75rem;height:2.8125rem;top:42.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWCUAimmtOLJNnqT4sP2hzQHrTTQTvS { width:47.75rem;height:;top:25.3125rem;left:0rem;font-size:0.9375rem;display:block; }#xtWCUAimmtOLJNnqT4sP2hzQHrTTQTvS li:before{  }
 }@media only screen and (max-width: 763px) { #WOcd2XpQpKuHGdWvhKOU1wiNTO9DFfTT { width:47.75rem;height:4.1875rem;top:45.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUItL2eLyMsmxJfZqZcbT9vlvlxOq7qB { width:47.75rem;height:1.375rem;top:50.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrTPqI60cJ0CrqAWWJvWf5n0aass8TSp { width:47.75rem;height:2.8125rem;top:39rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAutcluFAd7ur8b97ThGLTGS7MyZwCmG { display:block; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud484zy8gATM2ovuoqDTTzOTqoLsl012 { width:29.1875rem;height:1.125rem;top:1.5rem;left:9.28125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3zv385YM/T_a_sekcji_LP_po_g.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO { background-color:#e5e5e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO > .row .container { background-color: transparent; background-image: none; }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO > .row .container > .video-iframe-container { display: none; }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO > .row > .video-iframe-container { display: none; }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO > .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); }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO > .row .container { border-width: 0; border-radius: 0; }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7y1RO3L009o2tJM0NqoTWaXD1qDi9fO > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iN8uXSGDFSomnI64B3yoBHzE4LyE716P { width:20rem;height:1.3125rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-weight:400;font-style:normal;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #F0SKOOCWcScPkHDQmwxZxiAuRlwDQQvf { width:20rem;height:6.5625rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-weight:400;font-style:normal;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:#e5e5e5;background-image:url("https://images.assets-landingi.com/uc/634f1efe-2a17-42a2-a3d3-daf237a73c98/3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2OUfQEZCDc2byGazzJzB8I9TxJUTdvr { width:12.125rem;height:5.0625rem;top:1rem;left:6.96875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p38MUU5kCWFe12t5t9zb0niqHmroSf3e { width:18.5rem;height:0;top:1rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #JeFJ9Sh2FuTPDst30fagmcGq1fTTfPsc { top:13.759765625rem;left:1.71875rem;width:16.5625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRBnSahTD8TTIByZ6gOR0y757UABK26Q { display:block; }
 }@media only screen and (max-width: 763px) { #sDrvaiOqxyEm78kAE9NTxnu8VMNwFIrz { width:13.9375rem;height:4.125rem;top:6.8125rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h97rAygBaSAaDK4ZTTR16zR8LmQnKLnz { width:20rem;height:auto;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #meEveIuTsVdGVTtSQp3U54QbRxsffDlk { display:none; }#meEveIuTsVdGVTtSQp3U54QbRxsffDlk > .row .container { width:20rem;height:13rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCrtwsd2kAd46HuWAb3s4zgB3PDurusX { width:20rem;height:0;top:0.96250009536744rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziSWODVAPa7FWxKAOD2FLGQMbUJwtvs4 { width:19.125rem;height:3.9375rem;top:7.625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy4KJKyOEOl6J9I99Qgv4BlFuoyxOJ6B { width:20rem;height:5.25rem;top:1.27490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gx7vXW8JAot2LTEWpZRDo1y4QJzrFbLp { width:19.1875rem;height:9.45rem;top:1.5875000953674rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { display:block; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blLtneLnhXpPkyR1ctCJGo9OiRT26GvC { width:20rem;height:18.9375rem;top:5.78515625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#blLtneLnhXpPkyR1ctCJGo9OiRT26GvC li:before{  }
 }@media only screen and (max-width: 763px) { #T7SSsETBRtuL6TuZNAXwIipEroX19xZ3 { width:18.1875rem;height:3rem;top:1.53515625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRseGxuu4z2uGiiwf0x74yoGTons1NZ6 { top:26.2724609375rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K31HTVhzw8TKm4VrIs4bp1R5kM5qvDTs { display:block; }
 }@media only screen and (max-width: 763px) { #QHFfxaWXZO6I7yUifRL5TnQlIFeieSRg { display:none; }#QHFfxaWXZO6I7yUifRL5TnQlIFeieSRg > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DJWcNEBD5GLw4BaObek7KZL6g81TaIN9 { width:20rem;height:2.69965rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU .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; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU .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; }
#OaPEdlrKG4uo6wW1DozGxth2I0TBATmU { width:18rem;height:5.0625rem;display:flex;top:5.5625rem;left:0.92041015625rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #Xse0LayzQPFrA10t0UipTdTWm3NsKX8Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #zqHE0RKMpqFdyK56TE67wsF39dByNGVs {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #nV7xzhBqBZqmgFRtdUDQXpBInPh96vPV {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #Z2CapubOf6v9dIMNQlHNiThiJMvfs9Wy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #tVtd0GnoaBpogdmioRCwC9GGblF9c0RC {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #NCWW8EIxoNFeNXrf5MQ0anHrmlnKpgy2 {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #gNhgq2DqkJ2nuJZn3KG0AIMq1iT91vvL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #ugr0ECOBaygm3VTRhnNB6dSSU9S0RgXe {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #ZaZPAx816W3w9oAxRDuGTFii61rwGiet {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #q4ZT2wAkF8x9W2wCJ0Ks8mJWPHaV1xbc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #uGcPv5Z8ebMioRqm4f9hUSXG12PWhw2s {  }
 }@media only screen and (max-width: 763px) { #OaPEdlrKG4uo6wW1DozGxth2I0TBATmU #elqwKlEeHACqMiUprMInUdF65XbcCSiu {  }
 }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:20rem;height:126.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRGE0oUmFgga4EoGfDnPhmThLLfrTOpI { width:13.5625rem;height:13.5625rem;top:4.3750009536743rem;left:3.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUBpaWnTTydkvl4IVatbFBSEgbToZ6WQ { width:6.1875rem;height:12.5rem;top:4.375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWCD2TBWKGoaqRP9z9x2uHGWWoDGqTUI { width:14.25rem;height:3.5rem;top:15.125rem;left:3.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUWTOVM7RNzadlsKWMyJly6tOSChXePv { width:19.125rem;height:13.125rem;top:19.687500476837rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hi00qvCK3GfIco0pkhV7ocsW6SeOuXxn { width:20rem;height:1.5rem;top:1.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6SUkVleefMP7Ag63woxIIl28JpwbCQZ { top:120.81201171875rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUhPIAbp6ok1OFwCrQ2BRIZZ3qd8P8Jh { display:block; }
 }@media only screen and (max-width: 763px) { #IiZWM8qAMI8dkKE7OkscNBT1xWqqvFP9 { width:20rem;height:3.9375rem;top:33.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Duz2PTQ7FxswS0oDCRIkiUMCr1ZyVmbJ { width:20rem;height:7.875rem;top:46.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X10wfnlzgZQ3ot8ycSMxD1ry9RbT8itm { width:20rem;height:7.875rem;top:38rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K7LmiD7NGbBq6qHUlITk6rPQISrysvMM { width:18.375rem;height:2.625rem;top:55rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yP4SMq1VG9xsMzp4yBseaoogpSDdizQh { width:20rem;height:9.1875rem;top:93.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xtWCUAimmtOLJNnqT4sP2hzQHrTTQTvS { width:20rem;height:24.75rem;top:58.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }#xtWCUAimmtOLJNnqT4sP2hzQHrTTQTvS li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#xtWCUAimmtOLJNnqT4sP2hzQHrTTQTvS li:before{  }
 }@media only screen and (max-width: 763px) { #WOcd2XpQpKuHGdWvhKOU1wiNTO9DFfTT { width:19.875rem;height:10.5rem;top:103.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WUItL2eLyMsmxJfZqZcbT9vlvlxOq7qB { width:20rem;height:5.25rem;top:114.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JrTPqI60cJ0CrqAWWJvWf5n0aass8TSp { width:20rem;height:9.1875rem;top:83.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QAutcluFAd7ur8b97ThGLTGS7MyZwCmG { display:block; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud484zy8gATM2ovuoqDTTzOTqoLsl012 { width:20rem;height:0.8125rem;top:0.82470703125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }