.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:251,237,227;--color-primary-1:241,194,161;--color-primary-2:227,133,67;--color-primary-3:114,67,34;--color-primary-4:34,20,10;--color-secondary-0:255,255,253;--color-secondary-1:255,254,250;--color-secondary-2:254,252,244;--color-secondary-3:127,126,122;--color-secondary-4:38,38,37;--color-tertiary-0:255,255,255;--color-tertiary-1:255,179,199;--color-tertiary-2:255,0,68;--color-tertiary-3:128,0,34;--color-tertiary-4:25,0,7;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/H7wP2O27/bg_01.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB.adaptive-delivery-prevent-bg, #Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB.lazyload, #Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB.lazyloading { background-image: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { background-color: transparent; background-image: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container > .video-iframe-container { display: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container { display: none; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .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); }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { border-width: 0; border-radius: 0; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#Fe0gIgMBiDzFkScDJovJpI0PaMbfsAHK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23.75rem;width:33.625rem;position:absolute;display:block;z-index:14999;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.7500002384186rem;left:0rem;overflow:hidden;display:block; }
#E38zJaLO2gRRMtvuXvrfS6OuXxZRLpd3 { display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:31.187501907349rem;height:12.999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#UtKZn9TrQpa6vKnpsKNusquxvGnw8gZS { display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.75rem;left:31.437501907349rem;height:4.5486125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#dylFcO1ICgTTAwT06rN7wmX7RI2i40EO { display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:34.372832298279rem;left:1.1870660781861rem;height:7.149875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#scT5CmSobg1rz3VzsvezDO9T88f7cbPI { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:20.75rem;top:19.623844146729rem;left:4.6238431930542rem;overflow:hidden;display:block; }
#G5T49Q8aflAENQr9hG5sl2pgXbPXuE4M { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.18675rem;width:17.18675rem;top:24.669417381287rem;left:36.875002861023rem;overflow:hidden;display:block; }
#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),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; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { background-color: transparent; background-image: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container > .video-iframe-container { display: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container { display: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .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); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { border-width: 0; border-radius: 0; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:3.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),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; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { background-color: transparent; background-image: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container > .video-iframe-container { display: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container { display: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .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); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { border-width: 0; border-radius: 0; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#CII7gUplLw4AtLyVE4s80xO22Uotgoeq { display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:10.080728530884rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ncSNgB9TsaB1cBZJa68Ro3HFfohFx7iN { display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.080078125rem;left:19.9375rem;height:6.4988125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PDJyOxBmpbM3iVV4xdpzqvngm1SCCVIq { display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:10.061197280884rem;left:40.000001907349rem;height:6.4988125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gLT1uL1mGSeOPzWzGN3vfTZbTkzCVUVA { display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23.25rem;left:8.09375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WncCURUTiCT07PlUhnXMoxHBRWzTzMRW { display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:23.250000953674rem;left:32.135416030884rem;height:8.1235625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RrImHvH8xTTAMiEtczG6nkPv0drlLv4W { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15025;top:3.2584629058838rem;left:7.09375rem;display:block; }
#dIT9coEKw0dgbpqUUn9E6AnKzPTM5kin { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15027;top:3.2597646713257rem;left:27.031251907349rem;display:block; }
#CsPAoSwxOTuMSLAtldBgSi8SGFx9LIif { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15029;top:3.2604160308838rem;left:47.031251907349rem;display:block; }
#ktpua1qcf0dU9MAwFuv7LuW9J1ru5v3I { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15031;top:16.580078125rem;left:15.1875rem;display:block; }
#gTWgLyQCxCBV68QDmWwgwOUPAHH7qmKs { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15033;top:16.375rem;left:39.437501907349rem;display:block; }
#XBkPxE9OwRRcGgCrndpRcBr6002zgzhq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:4.6640615463257rem;left:8.5rem; }
#GgUNZI4bPudcH4MXLOUQyZr9cJnKZZ4Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:4.3541656713257rem;left:28.166668532349rem; }
#aQ85ZqkeWearzP6JzQghlP5BPoM1G12F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:4.6249990463257rem;left:48.437501907349rem; }
#zNhKmvml29I1TaAS9sCtPDglc3p7Jdsh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:17.986328125rem;left:16.59375rem; }
#ZxqlTo515dQUwakBuerBPqBvrvELFPIp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:17.819662328674rem;left:40.760416030884rem; }
#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-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; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { background-color: transparent; background-image: none; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container > .video-iframe-container { display: none; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row > .video-iframe-container { display: none; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .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); }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { border-width: 0; border-radius: 0; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#aWPtFMRBr3oqM3kJWc3DPdsQwWPMQ50h { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:3.25rem;left:0rem;height:3.67476875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#W0M4xCaINfA1bzmqVFk7nwTA2Dpmk8re { display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:8.5624976158144rem;left:0.6875rem;height:32.7234875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-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; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { background-color: transparent; background-image: none; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container > .video-iframe-container { display: none; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row > .video-iframe-container { display: none; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .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); }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { border-width: 0; border-radius: 0; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#BnuKNIV1XQnTrqmgyekKTF0USa68oDh3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f90f7b0c-a548-4ac9-bb71-002e64e42f73/zdj.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:19.8125rem;width:13.1875rem;position:absolute;display:block;z-index:15019;top:4.1028623580933rem;left:40.812501907349rem;box-shadow: none;display:block; }#BnuKNIV1XQnTrqmgyekKTF0USa68oDh3.adaptive-delivery-prevent-bg, #BnuKNIV1XQnTrqmgyekKTF0USa68oDh3.lazyload, #BnuKNIV1XQnTrqmgyekKTF0USa68oDh3.lazyloading { background-image: none; }
#cqmADKm6SrTis5xkTK1h8E38HxSo5IJE { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:29.325525283814rem;left:0rem;height:7.3495625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#surrxfenu17hiQTTLILXtk9fASxRA5lZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { background-color: transparent; background-image: none; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container > .video-iframe-container { display: none; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row > .video-iframe-container { display: none; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .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); }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { border-width: 0; border-radius: 0; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#sogcZF5oLJTLCEEGaITeWo5TChJCRBeZ { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:3.6863403320312rem;left:0rem;height:3.67476875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#JL62HkZyZpCKmZT1yIugHcDN8z17FJko { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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:22.25rem;width:22.25rem;top:4.4791667461395rem;left:3.58203125rem;overflow:hidden;display:block; }
#NIhkTNzehAQ0TDp6dIu3CeWqhFeteTfU { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top: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:22.125rem;width:22.125rem;top:4.6041667461395rem;left:33.083333969116rem;overflow:hidden;display:block; }
#bTxhXfFErkUdv884ZbOZB5NlgqnmNP8x { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:20rem;width:20rem;display:none; }
#olPqBiDuRVFadRvuFz49FZTM4CKs9MCH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:20rem;width:20rem;display:none; }
#GnBn6aGlM81WP0xwb4ADKwg7oTwOsGZq { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top: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.74941875rem;width:5.74941875rem;top:2.6475696563721rem;left:42.837096214294rem;overflow:hidden;display:block; }
#eU4MHw8ypQnrRmN3lCQEi1JkkIKhMBBr { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top: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.7487rem;width:5.7487rem;top:2.7097797393799rem;left:11.898871421814rem;overflow:hidden;display:block; }
#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { background-color: transparent; background-image: none; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container > .video-iframe-container { display: none; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row > .video-iframe-container { display: none; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .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); }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { border-width: 0; border-radius: 0; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#lROGdThdscnhVgZeWVS3Bh9RiIJieCLo { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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:21.8125rem;width:21.8125rem;top:7.2604165077213rem;left:3.478515625rem;overflow:hidden;display:block; }
#TQ8dc8OPKoGug8Vbzpy7mqGmRsxOZJNH { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top: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:22.3125rem;width:22.3125rem;top:5.6145839691162rem;left:33.083333969116rem;overflow:hidden;display:block; }
#gpMCTFpNq5amEwzAa2KT9mA9iXxRyPF1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:20rem;width:20rem;display:none; }
#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/8O2ecc2n/bg_05.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND.adaptive-delivery-prevent-bg, #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND.lazyload, #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND.lazyloading { background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { background-color: transparent; background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .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); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { border-width: 0; border-radius: 0; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { font-size:0.875rem;font-family:arial;height:92.9375rem;width:60rem;position:relative;display:block; }#gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.7128908634187rem;left:26.562501907349rem;height:18.194425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/60e69d4b-f925-40d4-85d1-d3bd0fd2f496/Program30dniMockup.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;height:20.375rem;width:24.6875rem;position:absolute;display:block;z-index:15024;top:4.8261771202088rem;left:0.84049415588381rem;display:block; }#TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx.adaptive-delivery-prevent-bg, #TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx.lazyload, #TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx.lazyloading { background-image: none; }
#zKfC5HzekWBkiOpn4DieTmMmc3QVBbhC { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.3164012432098rem;left:34.812501907349rem;height:3.41218125rem;display:block; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO .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; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:40.061479568481rem;left:1.9444446563721rem;z-index:15028; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #GqRfBT9nOaJJbHoQyWS4QzpRKvNbrM7N { display:flex;position:relative;top:0rem;left:0rem; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #E8vJtN5BdRtHt15pdfHsHCDio3EEZqq3 { width:auto; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #lILOIFixTBn9gqmT5ww8qlasE3ADfUTA {  }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #hNvdmL4WgXVa13i5vyow2AXNDgWDViX5 { display:flex;position:relative;top:0rem;left:0rem; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #uFEA5UZ5avVc4i9Fm6EU3RX1y7SXK80H {  }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #Tw4dyCATTtVbR6UMXWmOK49m5MWGpXxW {  }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #bkB9EVk9CeoX9FZ6zWinQTKsHiX6cb1k { display:flex;position:relative;top:0rem;left:0rem; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #OWlaK0Fp6gRlTgvTa0Nx3Nz4xAXV0WS4 {  }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #Tz97dwoMdZWf4C6cf6dKvqVTZ3RJv1OK {  }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #B7Kml1dMWSmQlQ3dZV7KbGHid6TmwPWa { display:flex;position:relative;top:0rem;left:0rem; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #zVtXEur4R4mFbyQ8xC98z0I3n0fH2S3Z {  }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #f2VWCFEvqhoAbnKFVTKVyQDDWnS4oi5F {  }
#eS8AsrzLRCV5fVmOowpxdQolqgio8IJp { z-index:15003;top:30.82320690155rem;left:3.5836229324341rem;background-color:#01d8a9;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 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1244375rem;height:4.4372125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aZlva4l9yfV25dOwvJn55s7fgoPcf7Gh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezWlwlkSrfl3Zx6P9PpLBisn07E4LEVF { color:rgba(var(--color-tertiary-2),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:24.325811386108rem;left:3.5836229324341rem;height:6.4995625rem;display:block; }
#O1J4pk1DIgeDCcm32ZiemtdEFsolI2NV { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.18675rem;width:7.18675rem;top:20.060764312744rem;left:7.55136013031rem;overflow:hidden;display:block; }
#LEuIZ7TE96yTmIRG3lPnSmsQUzpbwkxg { color:rgba(var(--color-tertiary-2),1);display:block;width:19.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);top:30.82320690155rem;left:35.311778068543rem;height:6.824375rem;display:block; }
#WWWgIGqWFCmAJU33T1ZoKBlMtGubtmyS { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top: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.124875rem;width:15.812375rem;top:33.353589057922rem;left:24.21151638031rem;overflow:hidden;display:block; }
#itrgg6nXzm5GvtlF0bEqvSzNtVm5ZaZR { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top: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:13.0620625rem;width:18.5619375rem;top:40.062211990356rem;left:22.770545005798rem;overflow:hidden;display:block; }
#IknoFX0qsTSIyPW6VpM1AtTz4g3fFtGZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1869375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:37.981048583984rem;left:35.311778068543rem;height:3.73698125rem;display:block; }
#Wxi5O3kLJq3eHhMoIySRTNIwEHUrhHw0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1869375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:44.722948074341rem;left:34.811923027039rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#my9m8uXgVWxlqSSfoT7u5UDdw80IzK49 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:64.570602416994rem;left:8.6504621505738rem;height:1.2991875rem;display:block; }
#ozp2G3Gch4qrg9EFLeJe6JCOfiAIT92a { color:rgba(var(--color-tertiary-4),1);display:block;width:53.624875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:85.922311782837rem;left:3.5836229324341rem;height:6.49884375rem;display:block; }
#fDEezBP02gQZ4kT30JNFsv2QgvTVEnQE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.24956875rem;height:0.9997125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:83.922887802125rem;left:23.910590171814rem;display:block; }
#Ttge7JCPCwmAQM2Jgqw84NMZHIu2SoCE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CB1RIUqvwU5lkRWik7rdffThSL9Th7zS { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.56235625rem;height:0.9997125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:83.923610687256rem;left:29.114584922791rem;display:block; }
#tWzOBr2v2bBzKTs27GTkUTEcIOpH1TxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJM7tAUMTZtWPQNl5ZR21kV4ZNGnJRxs { color:rgba(var(--color-primary-3),1);display:block;width:51.124875rem;position:absolute;font-family:"pt sans narrow";font-size:2.625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:55.164211273193rem;left:4.4364881515503rem;height:10.2365625rem;font-style:normal;display:block; }
#TEy4HW2yatnvgWLatPl5vT84HsqoTboT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:65.868783950806rem;left:4.4364881515503rem;height:4.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB { display:block; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe0gIgMBiDzFkScDJovJpI0PaMbfsAHK { width:23.9375rem;height:16.875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E38zJaLO2gRRMtvuXvrfS6OuXxZRLpd3 { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtKZn9TrQpa6vKnpsKNusquxvGnw8gZS { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dylFcO1ICgTTAwT06rN7wmX7RI2i40EO { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scT5CmSobg1rz3VzsvezDO9T88f7cbPI { top:19.5625rem;left:0rem;width:20.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5T49Q8aflAENQr9hG5sl2pgXbPXuE4M { top:24.625rem;left:30.625rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CII7gUplLw4AtLyVE4s80xO22Uotgoeq { width:15.9375rem;height:3.4375rem;top:8.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncSNgB9TsaB1cBZJa68Ro3HFfohFx7iN { width:15.9375rem;height:1.75rem;top:8.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJyOxBmpbM3iVV4xdpzqvngm1SCCVIq { width:15.9375rem;height:3.4375rem;top:8.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLT1uL1mGSeOPzWzGN3vfTZbTkzCVUVA { width:15.9375rem;height:3.4375rem;top:19.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WncCURUTiCT07PlUhnXMoxHBRWzTzMRW { width:15.9375rem;height:3.4375rem;top:19.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrImHvH8xTTAMiEtczG6nkPv0drlLv4W { width:5.9375rem;height:5.9375rem;top:1.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIT9coEKw0dgbpqUUn9E6AnKzPTM5kin { width:5.9375rem;height:5.9375rem;top:1.875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsPAoSwxOTuMSLAtldBgSi8SGFx9LIif { width:5.9375rem;height:5.9375rem;top:1.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktpua1qcf0dU9MAwFuv7LuW9J1ru5v3I { width:5.9375rem;height:5.9375rem;top:13.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWgLyQCxCBV68QDmWwgwOUPAHH7qmKs { width:5.9375rem;height:5.9375rem;top:13.125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBkPxE9OwRRcGgCrndpRcBr6002zgzhq { width:3.125rem;height:3.125rem;top:4.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgUNZI4bPudcH4MXLOUQyZr9cJnKZZ4Q { width:3.875rem;height:3.875rem;top:4.3125rem;left:22.041668532349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ85ZqkeWearzP6JzQghlP5BPoM1G12F { width:3.125rem;height:3.125rem;top:4.5625rem;left:42.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNhKmvml29I1TaAS9sCtPDglc3p7Jdsh { width:3.125rem;height:3.125rem;top:17.9375rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxqlTo515dQUwakBuerBPqBvrvELFPIp { width:3.1875rem;height:3.1875rem;top:17.8125rem;left:34.635416030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN { display:block; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWPtFMRBr3oqM3kJWc3DPdsQwWPMQ50h { width:46.1875rem;height:3.6875rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0M4xCaINfA1bzmqVFk7nwTA2Dpmk8re { width:28.875rem;height:9.375rem;top:4.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 { display:block; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { width:47.75rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnuKNIV1XQnTrqmgyekKTF0USa68oDh3 { width:13.1875rem;height:19.8125rem;top:4.0625rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqmADKm6SrTis5xkTK1h8E38HxSo5IJE { width:46.1875rem;height:3.6875rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #surrxfenu17hiQTTLILXtk9fASxRA5lZ { display:block; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sogcZF5oLJTLCEEGaITeWo5TChJCRBeZ { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL62HkZyZpCKmZT1yIugHcDN8z17FJko { top:4.4375rem;left:0rem;width:22.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIhkTNzehAQ0TDp6dIu3CeWqhFeteTfU { top:4.5625rem;left:25.25rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxhXfFErkUdv884ZbOZB5NlgqnmNP8x { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #olPqBiDuRVFadRvuFz49FZTM4CKs9MCH { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #GnBn6aGlM81WP0xwb4ADKwg7oTwOsGZq { top:2.625rem;left:36.712096214294rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU4MHw8ypQnrRmN3lCQEi1JkkIKhMBBr { top:2.6875rem;left:5.7738714218139rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 { display:block; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { width:47.75rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lROGdThdscnhVgZeWVS3Bh9RiIJieCLo { top:7.25rem;left:0.416015625rem;width:21.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8dc8OPKoGug8Vbzpy7mqGmRsxOZJNH { top:5.5625rem;left:23.895833969116rem;width:22.3125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpMCTFpNq5amEwzAa2KT9mA9iXxRyPF1 { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { background-color:#ffffff;background-image:none;display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { background-color: transparent; background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .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); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { width:23.875rem;height:9.0625rem;top:5.125rem;left:23.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx { width:24.6875rem;height:20.375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKfC5HzekWBkiOpn4DieTmMmc3QVBbhC { top:2.3125rem;left:27.75rem;width:20rem;height:3.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO .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; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO .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; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO { display:flex;width:18rem;height:5.0625rem;top:26.1875rem;left:21.729166030884rem; }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #GqRfBT9nOaJJbHoQyWS4QzpRKvNbrM7N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #E8vJtN5BdRtHt15pdfHsHCDio3EEZqq3 {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #lILOIFixTBn9gqmT5ww8qlasE3ADfUTA {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #hNvdmL4WgXVa13i5vyow2AXNDgWDViX5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #uFEA5UZ5avVc4i9Fm6EU3RX1y7SXK80H {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #Tw4dyCATTtVbR6UMXWmOK49m5MWGpXxW {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #bkB9EVk9CeoX9FZ6zWinQTKsHiX6cb1k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #OWlaK0Fp6gRlTgvTa0Nx3Nz4xAXV0WS4 {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #Tz97dwoMdZWf4C6cf6dKvqVTZ3RJv1OK {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #B7Kml1dMWSmQlQ3dZV7KbGHid6TmwPWa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #zVtXEur4R4mFbyQ8xC98z0I3n0fH2S3Z {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #f2VWCFEvqhoAbnKFVTKVyQDDWnS4oi5F {  }
 }@media only screen and (max-width: 763px) { #eS8AsrzLRCV5fVmOowpxdQolqgio8IJp { top:30.8125rem;left:0rem;width:15.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZlva4l9yfV25dOwvJn55s7fgoPcf7Gh { display:block; }
 }@media only screen and (max-width: 763px) { #ezWlwlkSrfl3Zx6P9PpLBisn07E4LEVF { top:24.3125rem;left:0rem;width:19.125rem;height:6.4375rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1J4pk1DIgeDCcm32ZiemtdEFsolI2NV { top:20rem;left:1.4263601303101rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEuIZ7TE96yTmIRG3lPnSmsQUzpbwkxg { top:30.8125rem;left:27.8125rem;width:19.9375rem;height:3.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWWgIGqWFCmAJU33T1ZoKBlMtGubtmyS { top:33.3125rem;left:18.08651638031rem;width:15.75rem;height:11.08099075882rem;display:block; }
 }@media only screen and (max-width: 763px) { #itrgg6nXzm5GvtlF0bEqvSzNtVm5ZaZR { top:40rem;left:16.645545005798rem;width:18.5rem;height:13.018476990885rem;display:block; }
 }@media only screen and (max-width: 763px) { #IknoFX0qsTSIyPW6VpM1AtTz4g3fFtGZ { top:37.9375rem;left:23.625rem;width:24.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxi5O3kLJq3eHhMoIySRTNIwEHUrhHw0 { top:44.6875rem;left:23.625rem;width:24.125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #my9m8uXgVWxlqSSfoT7u5UDdw80IzK49 { top:64.5625rem;left:2.5251741409302rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozp2G3Gch4qrg9EFLeJe6JCOfiAIT92a { top:85.875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDEezBP02gQZ4kT30JNFsv2QgvTVEnQE { width:5.1875rem;height:0.9375rem;top:83.875rem;left:17.785590171814rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttge7JCPCwmAQM2Jgqw84NMZHIu2SoCE { display:block; }
 }@media only screen and (max-width: 763px) { #CB1RIUqvwU5lkRWik7rdffThSL9Th7zS { width:4.5rem;height:0.9375rem;top:83.875rem;left:22.989584922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWzOBr2v2bBzKTs27GTkUTEcIOpH1TxS { display:block; }
 }@media only screen and (max-width: 763px) { #wJM7tAUMTZtWPQNl5ZR21kV4ZNGnJRxs { top:55.125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEy4HW2yatnvgWLatPl5vT84HsqoTboT { top:65.8125rem;left:0rem;width:28.25rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB { display:block; }#Lnb4UDEVLfFC3vipyzVRyvyCIJORr1KB > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe0gIgMBiDzFkScDJovJpI0PaMbfsAHK { width:19.9985625rem;height:14.124rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E38zJaLO2gRRMtvuXvrfS6OuXxZRLpd3 { width:19.1869375rem;height:13.6458125rem;top:14.186168432236rem;left:0.40436923503876rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtKZn9TrQpa6vKnpsKNusquxvGnw8gZS { width:18.998875rem;height:3.249425rem;top:56.640628814698rem;left:0.49913203716278rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dylFcO1ICgTTAwT06rN7wmX7RI2i40EO { width:16.5610625rem;height:6.4988125rem;top:31.519098043442rem;left:1.7180267572403rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scT5CmSobg1rz3VzsvezDO9T88f7cbPI { width:19.9985625rem;height:19.9985625rem;top:35.266926288605rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5T49Q8aflAENQr9hG5sl2pgXbPXuE4M { width:17.123875rem;height:17.123875rem;top:62.889902114869rem;left:1.4366320371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { width:19.311375rem;height:4.19849375rem;top:1.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CII7gUplLw4AtLyVE4s80xO22Uotgoeq { width:15.9360625rem;height:8.1235625rem;top:7.5434031486513rem;left:2.0305267572403rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncSNgB9TsaB1cBZJa68Ro3HFfohFx7iN { width:15.9360625rem;height:6.4988125rem;top:40.617044448853rem;left:2.0753763914108rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJyOxBmpbM3iVV4xdpzqvngm1SCCVIq { width:15.9360625rem;height:8.1235625rem;top:23.603155136108rem;left:2.0305267572403rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLT1uL1mGSeOPzWzGN3vfTZbTkzCVUVA { width:15.9360625rem;height:8.1235625rem;top:75.049929618837rem;left:2.0305267572403rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WncCURUTiCT07PlUhnXMoxHBRWzTzMRW { width:15.9360625rem;height:9.74825rem;top:56.088689804077rem;left:2.0305267572403rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrImHvH8xTTAMiEtczG6nkPv0drlLv4W { width:5.93605625rem;height:5.93605625rem;top:1.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIT9coEKw0dgbpqUUn9E6AnKzPTM5kin { width:5.93605625rem;height:5.93605625rem;top:33.93084526062rem;left:7.0298033952712rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsPAoSwxOTuMSLAtldBgSi8SGFx9LIif { width:5.93605625rem;height:5.93605625rem;top:16.985678195953rem;left:7.0298033952712rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktpua1qcf0dU9MAwFuv7LuW9J1ru5v3I { width:5.93605625rem;height:5.93605625rem;top:68.04108810425rem;left:7.0298033952712rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWgLyQCxCBV68QDmWwgwOUPAHH7qmKs { width:5.93605625rem;height:5.93605625rem;top:49.426355361939rem;left:7.0298033952712rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBkPxE9OwRRcGgCrndpRcBr6002zgzhq { width:3.12355625rem;height:3.12355625rem;top:2.6555328369141rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgUNZI4bPudcH4MXLOUQyZr9cJnKZZ4Q { width:3.12355625rem;height:3.12355625rem;top:35.336374282837rem;left:8.4360538721088rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ85ZqkeWearzP6JzQghlP5BPoM1G12F { width:3.37456875rem;height:3.37456875rem;top:18.227720737457rem;left:8.3109089136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNhKmvml29I1TaAS9sCtPDglc3p7Jdsh { width:3.12355625rem;height:3.12355625rem;top:69.445894241331rem;left:8.4360538721088rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxqlTo515dQUwakBuerBPqBvrvELFPIp { width:3.12355625rem;height:3.12355625rem;top:50.831890106201rem;left:8.4360538721088rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN { display:block; }#X1NkCf5rCzFpfRbmRLVZyERPp1dVLlMN > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWPtFMRBr3oqM3kJWc3DPdsQwWPMQ50h { width:19.311375rem;height:2.09925rem;top:1.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0M4xCaINfA1bzmqVFk7nwTA2Dpmk8re { width:18.998875rem;height:34.64555625rem;top:4.59925rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 { display:block; }#NTCxUoTKhbErkHbZv7FO7prIPaAqXJ99 > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnuKNIV1XQnTrqmgyekKTF0USa68oDh3 { width:13.0613125rem;height:17.062375rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqmADKm6SrTis5xkTK1h8E38HxSo5IJE { width:19.9985625rem;height:4.19849375rem;top:19.562375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #surrxfenu17hiQTTLILXtk9fASxRA5lZ { display:block; }#surrxfenu17hiQTTLILXtk9fASxRA5lZ > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sogcZF5oLJTLCEEGaITeWo5TChJCRBeZ { width:19.311375rem;height:2.09925rem;top:11.974248886108rem;left:0.68793404102325rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL62HkZyZpCKmZT1yIugHcDN8z17FJko { width:19.9985625rem;height:19.9985625rem;top:10.47381401062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIhkTNzehAQ0TDp6dIu3CeWqhFeteTfU { width:19.9985625rem;height:19.9985625rem;top:29.784567832947rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxhXfFErkUdv884ZbOZB5NlgqnmNP8x { top:27.343172073364rem;left:6.6550928354262rem;width:6.6869375rem;height:6.6869375rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #olPqBiDuRVFadRvuFz49FZTM4CKs9MCH { top:46.593028068543rem;left:6.6550928354262rem;width:6.6869375rem;height:6.6869375rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GnBn6aGlM81WP0xwb4ADKwg7oTwOsGZq { width:5.6872125rem;height:5.6872125rem;top:2.6236963272095rem;left:3.6870661973953rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU4MHw8ypQnrRmN3lCQEi1JkkIKhMBBr { width:5.6872125rem;height:5.6872125rem;top:2.6229753494262rem;left:11.027923226356rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 { display:block; }#kKfgKCnSm7t9qpSLOty5OwtI4wmnAOt6 > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lROGdThdscnhVgZeWVS3Bh9RiIJieCLo { width:19.9985625rem;height:19.9985625rem;top:0.56133079528809rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8dc8OPKoGug8Vbzpy7mqGmRsxOZJNH { width:19.99925rem;height:19.99925rem;top:22.4985625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpMCTFpNq5amEwzAa2KT9mA9iXxRyPF1 { top:18.280526161194rem;left:6.6550928354262rem;width:6.6869375rem;height:6.6869375rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { width:20rem;height:153.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { width:18.998875rem;height:17.87181875rem;top:6.1581525802613rem;left:0.49913203716278rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVCdeQ5iK68zPwI5fns7VWMlFw9pEnpx { width:19.9985625rem;height:13.499rem;top:27.639598369598rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKfC5HzekWBkiOpn4DieTmMmc3QVBbhC { width:19.623875rem;height:2.7625875rem;top:2.1050347089768rem;left:0.18663197755814rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO .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; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO .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; }
#TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO { display:flex;width:18rem;height:5.0625rem;top:59.246236801147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #GqRfBT9nOaJJbHoQyWS4QzpRKvNbrM7N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #E8vJtN5BdRtHt15pdfHsHCDio3EEZqq3 {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #lILOIFixTBn9gqmT5ww8qlasE3ADfUTA {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #hNvdmL4WgXVa13i5vyow2AXNDgWDViX5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #uFEA5UZ5avVc4i9Fm6EU3RX1y7SXK80H {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #Tw4dyCATTtVbR6UMXWmOK49m5MWGpXxW {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #bkB9EVk9CeoX9FZ6zWinQTKsHiX6cb1k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #OWlaK0Fp6gRlTgvTa0Nx3Nz4xAXV0WS4 {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #Tz97dwoMdZWf4C6cf6dKvqVTZ3RJv1OK {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #B7Kml1dMWSmQlQ3dZV7KbGHid6TmwPWa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #zVtXEur4R4mFbyQ8xC98z0I3n0fH2S3Z {  }
 }@media only screen and (max-width: 763px) { #TqddNJ7PyLdgwPVTvG4lpZpvgwTfdWsO #f2VWCFEvqhoAbnKFVTKVyQDDWnS4oi5F {  }
 }@media only screen and (max-width: 763px) { #eS8AsrzLRCV5fVmOowpxdQolqgio8IJp { top:50.785593032837rem;left:2.4674481153488rem;width:15.0615rem;height:4.37355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZlva4l9yfV25dOwvJn55s7fgoPcf7Gh { display:block; }
 }@media only screen and (max-width: 763px) { #ezWlwlkSrfl3Zx6P9PpLBisn07E4LEVF { width:19.124rem;height:5.44343125rem;top:45.342894554138rem;left:0.43619799613952rem;font-size:4.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1J4pk1DIgeDCcm32ZiemtdEFsolI2NV { width:7.1238125rem;height:7.1238125rem;top:41.137868881226rem;left:6.4366322755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEuIZ7TE96yTmIRG3lPnSmsQUzpbwkxg { width:19.936375rem;height:3.169125rem;top:68.012879371644rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WWWgIGqWFCmAJU33T1ZoKBlMtGubtmyS { width:15.7494375rem;height:11.08075rem;top:88.63714375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itrgg6nXzm5GvtlF0bEqvSzNtVm5ZaZR { width:18.373875rem;height:12.874rem;top:74.51314375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IknoFX0qsTSIyPW6VpM1AtTz4g3fFtGZ { width:19.9985625rem;height:3.73698125rem;top:73.067132949831rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wxi5O3kLJq3eHhMoIySRTNIwEHUrhHw0 { width:19.9985625rem;height:3.73698125rem;top:86.529958724975rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #my9m8uXgVWxlqSSfoT7u5UDdw80IzK49 { width:12.4363125rem;height:1.2991875rem;top:120.2033125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozp2G3Gch4qrg9EFLeJe6JCOfiAIT92a { width:19.9985625rem;height:14.62241875rem;top:138.02590560913rem;left:0.00072342157363894rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDEezBP02gQZ4kT30JNFsv2QgvTVEnQE { width:5.18735625rem;height:0.9997125rem;top:135.32263755798rem;left:7.4037910699844rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttge7JCPCwmAQM2Jgqw84NMZHIu2SoCE { display:block; }
 }@media only screen and (max-width: 763px) { #CB1RIUqvwU5lkRWik7rdffThSL9Th7zS { width:4.4987rem;height:0.9997125rem;top:136.27605056762rem;left:7.7488428354262rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWzOBr2v2bBzKTs27GTkUTEcIOpH1TxS { display:block; }
 }@media only screen and (max-width: 763px) { #wJM7tAUMTZtWPQNl5ZR21kV4ZNGnJRxs { width:19.9985625rem;height:12.999125rem;top:102.95429801941rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEy4HW2yatnvgWLatPl5vT84HsqoTboT { width:19.9985625rem;height:3.0873875rem;top:117.16145229339rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }