.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#bEBEu5JWT1eGr00G6vnvkiu31tNeFSzv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:7rem;top:2rem;left:2rem;overflow:hidden;display:block; }
#AxLDMGSMvBS118kNsMPDsZOmcWBHarNX { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.35;letter-spacing:0;top:9.0625rem;left:2rem;height:10.125rem;font-style:normal;display:block; }
#mowHUPNdThUflBl5sq5QTtiwb8m11DVL { color:#0c0212;display:block;width:37.5625rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.55;letter-spacing:0;top:20.6875rem;left:2rem;height:5.22949375rem;font-style:normal;display:block; }
#dQu8Aq62lHTLTJkdAz9zmwCDE0UNtaeW { background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.9169921875rem;left:2rem;display:block; }
#XpRubxpcIS20ubbWMiA9cDzQPVT4xCdb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uprx7I8GiQ8fvQmTqW0B22XcNBUqmhke { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:29.75rem;top:1.6875rem;left:45.25rem;overflow:hidden;display:block; }
#DTXygFsXiaTUkzwdy0QtCnmyrXhCHuTe { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#DTXygFsXiaTUkzwdy0QtCnmyrXhCHuTe > .row .container { border-width: 0; border-radius: 0; }#DTXygFsXiaTUkzwdy0QtCnmyrXhCHuTe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DTXygFsXiaTUkzwdy0QtCnmyrXhCHuTe > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#dAwX4yeTqnRCfQG8CqnwBBT4bdpBJAnQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:7rem;top:2rem;left:2rem;overflow:hidden;display:block; }
#GIvureSbsdNWXPWzDQZZM1T5Tmw0cos9 { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.35;letter-spacing:0;top:9.0625rem;left:2rem;height:10.125rem;font-style:normal;display:block; }
#HLlXbNORNbqbTFWcryFlgFcrCHwUzP0o { color:#6c6c6c;display:block;width:37.5625rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.55;letter-spacing:0;top:20.6875rem;left:2rem;height:5.22949375rem;font-style:normal;display:block; }
#aybvXLCu7gM7NS51VEVBAZz4MwqIOzIk { background-color:#fffe03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.9169921875rem;left:2rem;display:block; }
#rXF4oxlhXcEugH3kWZM7r6bxmaKcKrFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFuQS1Te68RcKyt8Z6t3KhH3TJtvEvEQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:30.1875rem;display:none; }
#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI > .row .container { background-color: transparent; background-image: none; }#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI > .row .container > .video-iframe-container { display: none; }#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI > .row > .video-iframe-container { display: none; }#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI > .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); }#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI > .row .container { border-width: 0; border-radius: 0; }#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#oJk9ugbTERskp1aSoU5bEskee3hTcrc0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:56.5rem;top:8.5rem;left:9.25rem;overflow:hidden;display:block; }
#PL9ygSMgp51FfzqvsTtOOLchAtvt7oT1 { color:#0c0212;display:block;width:37.5625rem;position:absolute;font-family:mulish;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.55;letter-spacing:0;top:4.4375rem;left:18.75rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gF1Q4475zgo8Vwy9irHmWsHLvzuTPw6F { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:10.375rem;display:none; }
#RGffzFPgifBr9opXfNQby6vkTJpLKTtZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7d7c956-6473-4ca7-989e-125ca66de9ad/Liczby_section_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RGffzFPgifBr9opXfNQby6vkTJpLKTtZ.adaptive-delivery-prevent-bg, #RGffzFPgifBr9opXfNQby6vkTJpLKTtZ.lazyload, #RGffzFPgifBr9opXfNQby6vkTJpLKTtZ.lazyloading { background-image: none; }#RGffzFPgifBr9opXfNQby6vkTJpLKTtZ > .row .container { border-width: 0; border-radius: 0; }#RGffzFPgifBr9opXfNQby6vkTJpLKTtZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGffzFPgifBr9opXfNQby6vkTJpLKTtZ > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:none; }#kTR7ZxDKauLocVMELRW16ppnrw6gUlMQ { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.35;letter-spacing:0;top:3.6875rem;left:2rem;height:6.75rem;font-style:normal;display:block; }
#PKRlae1S5te00QEi4K4aimXmWfgXoqSI { box-sizing:content-box;height:5.5rem;width:71rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:28.625rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#uyddxPgvB4Blrd9GqJZQIbFRn2WATlaz { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:30.36328125rem;left:4rem;height:2.0244125rem;font-style:normal;display:block; }
#zbDRRm0fHzcTaw1MMDTRdt3FH7tXb622 { background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.625rem;left:59.0625rem;display:block; }
#WnLu6RcmB1tm8UEs1su9E1kWFbr6zBlF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQ7WJpNxRRNqrzlWtBX6ZTTEfrsKS0Lz { box-sizing:content-box;height:3.5rem;width:35rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.4375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#nzt4BVXyg3v0Exp30B6Qa7W1LTaeMRfb { box-sizing:content-box;height:3.5rem;width:35rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:16.4375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#TRzFW4VFNlTIyzoNuHawPynSKmr5m8Dk { box-sizing:content-box;height:3.5rem;width:35rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:20.4375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#XBaet76nB7nEyXBdsgPVXDTAAV7mUiHJ { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15006;background-color:#2f7dff;background-image:none;top:12.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#UrzlZrn47X9pFMwo5pCnEkyhA6KbeT0J { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15007;background-color:#2f7dff;background-image:none;top:16.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#F6L41h8OEP0x0VzIQemP2O6pHhn2dPiK { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15008;background-color:#2f7dff;background-image:none;top:20.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#G5qdBRhUAmyo2CtMdsCpakAOFQF7ifl0 { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.35;letter-spacing:0;top:13.34375rem;left:5.75rem;height:1.6875rem;font-style:normal;display:block; }
#GFK4vHtwVsgvc7KOoNFl9Zpech3wITMP { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:17.34375rem;left:5.75rem;height:1.6875rem;font-style:normal;display:block; }
#Nd12sPrLhqqm25eax4s4XcTOSyr4nOJx { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.35;letter-spacing:0;top:21.34375rem;left:5.75rem;height:1.6875rem;font-style:normal;display:block; }
#HH0XK7qZJM3sMK8yov5XebC8tef3zg6u { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:13.34375rem;left:2.53125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CEmGlu7iARL9mgkQdZ8IZSWiQUuuI0cu { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.35;letter-spacing:0;top:17.34375rem;left:2.53125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBX7eizPg0HoNN2aRwG722HxXvHvsVPa { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.35;letter-spacing:0;top:21.34375rem;left:2.53125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/affddeb4-3e30-4ffa-8ec3-4e642ba5de8c/Liczby_section_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8.adaptive-delivery-prevent-bg, #nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8.lazyload, #nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8.lazyloading { background-image: none; }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 > .row .container { background-color: transparent; background-image: none; }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 > .row .container > .video-iframe-container { display: none; }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 > .row > .video-iframe-container { display: none; }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 > .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); }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 > .row .container { border-width: 0; border-radius: 0; }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#UIDp6G9a5hJ61g71NeED7P6lrTUMGo8U { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.35;letter-spacing:0;top:3.6875rem;left:2rem;height:6.75rem;font-style:normal;display:block; }
#Vep7zszlbI2RSPH3v2nDQRC9BT1UaVQO { background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.4375rem;left:2rem;display:block; }
#bFfEES4r8ddOsquyqJrfR9EMNTCTZHzU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMawQ975d3pVeH6ivhk69zWKvnnoM921 { box-sizing:content-box;height:3.5rem;width:35rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.4375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#rU79gbZ9Rw6cpqzQEaHczym95KoVstSv { box-sizing:content-box;height:3.5rem;width:35rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:16.4375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#eog9M6v2dE9FzZukHZp02LfKEsk5E02h { box-sizing:content-box;height:3.5rem;width:35rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:20.4375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#CHGL6FvRU1ClbQR0bJ2MSQThHy4ybSSR { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15006;background-color:#2f7dff;background-image:none;top:12.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#KGw1mA15xxolGfZehSM3MWb45V5s0ENM { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15007;background-color:#2f7dff;background-image:none;top:16.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#gUqE0JfWvZ5TfzIuTyqgAp4XgqWlm5kT { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15008;background-color:#2f7dff;background-image:none;top:20.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#KkV0t1mgnUuMGy4yb9rB2FcEx5UGyJ5P { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.35;letter-spacing:0;top:13.34375rem;left:5.75rem;height:1.6875rem;font-style:normal;display:block; }
#y874a2TgTFDufqDSTXMU1hoT7NMXg8ii { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:17.34375rem;left:5.75rem;height:1.6875rem;font-style:normal;display:block; }
#aIuJlUF2zoNynr1T4kzRUJLkzdwCVoLO { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.35;letter-spacing:0;top:21.34375rem;left:5.75rem;height:1.6875rem;font-style:normal;display:block; }
#qw9Pi99hguhSI4c5vHAnNRlsxv4hM3TB { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:13.34375rem;left:2.53125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zX5sQBXOBh2RPMtxzT5s0qHUDTnFSoV4 { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.35;letter-spacing:0;top:17.34375rem;left:2.53125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSTbQmd99c9HA7A0ueudxGvf6R3a46m1 { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.35;letter-spacing:0;top:21.34375rem;left:2.53125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7d7c956-6473-4ca7-989e-125ca66de9ad/Liczby_section_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3.adaptive-delivery-prevent-bg, #TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3.lazyload, #TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3.lazyloading { background-image: none; }#TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3 > .row .container { border-width: 0; border-radius: 0; }#TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3 > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:none; }#tfTnilG3poW8k0P8eTcA5oIG2A7yTB0f { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.35;letter-spacing:0;top:3.6875rem;left:2rem;height:6.75rem;font-style:normal;display:block; }
#hss2EQsEOECgrucoceDECWnkrT2LURPS { box-sizing:content-box;height:5.5rem;width:71rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:28.625rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#mmk3v6q7bpTogfkrDHLra7HCmq78nZxT { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:30.36328125rem;left:4rem;height:2.0244125rem;font-style:normal;display:block; }
#kJWWJZuWobAvElCT1q2zi2c2RVR5nTiq { background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.625rem;left:59.0625rem;display:block; }
#NF1NntMEecMMUWQsOEINegocl1DkZMTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xy7aA3ZAsSHkfOKqGKdg2T8ek0zEENTb { box-sizing:content-box;height:3.5rem;width:35rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.4375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#xMx9rElcrkWeoaDkAVTTGbsmPrXW3sHT { box-sizing:content-box;height:3.5rem;width:35rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:16.4375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#Kl5zMCzfkXDtxbubGkTd38VZPMTdF7cT { box-sizing:content-box;height:3.5rem;width:35rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:20.4375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#XNHQ9y2BCdpBNtxBBE69OLOHWtrci7ti { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15006;background-color:#2f7dff;background-image:none;top:12.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#TphwHRHC7000lLkbe1WVJvqhmAg3ER3y { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15007;background-color:#2f7dff;background-image:none;top:16.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#r3Hv7MWNcJ2cKDLBtiCwBUlUunk25tsO { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15008;background-color:#2f7dff;background-image:none;top:20.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#TxrX3AiriifpJ5aP3FTeLRUoxfi4KTNo { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.35;letter-spacing:0;top:13.34375rem;left:5.75rem;height:1.6875rem;font-style:normal;display:block; }
#o26tUmmTQxmMJxv3BtyLHwtHNw3UWToC { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:17.34375rem;left:5.75rem;height:1.6875rem;font-style:normal;display:block; }
#rzTtbLbCk2VDUuf25gtTTvbC2wS6DsTS { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.35;letter-spacing:0;top:21.34375rem;left:5.75rem;height:1.6875rem;font-style:normal;display:block; }
#CQyh7RcBUDgp5SRWi2XrHRfBu8t1h4dN { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:13.34375rem;left:2.53125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpIPLlnCMwqFBvF7iNL2XMAUiIBKNmE6 { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.35;letter-spacing:0;top:17.34375rem;left:2.53125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q2rsOXyKgN1N9PycX3POFOiPfUVs9ysf { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.35;letter-spacing:0;top:21.34375rem;left:2.53125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7d7c956-6473-4ca7-989e-125ca66de9ad/Liczby_section_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae.adaptive-delivery-prevent-bg, #x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae.lazyload, #x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae.lazyloading { background-image: none; }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae > .row .container { border-width: 0; border-radius: 0; }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:none; }#WtnHUBuiCncqgsoPcCuNDF5tu8hJcTFV { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.35;letter-spacing:0;top:3.6875rem;left:2rem;height:6.75rem;font-style:normal;display:block; }
#u9Mg68SmwazNos6AIWpCC0SzqqPoN4Hk { background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.625rem;left:59.0625rem;display:block; }
#ZqkhDKKQrbEwwoKOTpL8oKy5t7b9huyh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bxpXphduPbv46bMoXpl74Sl3ugLnnFNI { box-sizing:content-box;height:3.5rem;width:35rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.4375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#u6TaNyCft9TETnoENTrO8OW8G2vxXaxd { box-sizing:content-box;height:3.5rem;width:35rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:16.4375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#tm8vUQzOh6s1NJAHkUWeIHQ659dEXoqB { box-sizing:content-box;height:3.5rem;width:35rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:20.4375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#AUC6Gel8hVdHdIMxmVOaWadsyyHyT1mM { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15006;background-color:#2f7dff;background-image:none;top:12.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#IAdZvTsr5yOIKWEq0rmoTQMwEMaqxuiv { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15007;background-color:#2f7dff;background-image:none;top:16.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#mG51xdpCKzIxxiZBklfmZV5hnb4IbC9P { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15008;background-color:#2f7dff;background-image:none;top:20.9375rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#hi4BdCEzS0HNadydSmA0H5EgwBzsuyzs { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.35;letter-spacing:0;top:13.34375rem;left:5.75rem;height:1.6875rem;font-style:normal;display:block; }
#fQ0XG95VN1sXxWWa47ckhWIaPH2DCJZA { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:17.34375rem;left:5.75rem;height:1.6875rem;font-style:normal;display:block; }
#uIvWsigciTPMJTAMoh5kIC5Sn7Btowsf { color:#000000;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.35;letter-spacing:0;top:21.34375rem;left:5.75rem;height:1.6875rem;font-style:normal;display:block; }
#GeD46XpVuhS7JW1zBmCaFXCFwQX4hBRJ { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.35;letter-spacing:0;top:13.34375rem;left:2.53125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTefzt10IsWC40fGDZemMzBGrU4r0p0M { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.35;letter-spacing:0;top:17.34375rem;left:2.53125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7ZTxw2cbEsGAoiIw8mRn4d35QhaMQMr { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.35;letter-spacing:0;top:21.34375rem;left:2.53125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 > .row .container { background-color: transparent; background-image: none; }#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 > .row .container > .video-iframe-container { display: none; }#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 > .row > .video-iframe-container { display: none; }#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 > .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); }#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 > .row .container { border-width: 0; border-radius: 0; }#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#yx9TtKTHlSzAk8CDpXBNMCKsW8PmFudO { color:#0c0212;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.35;letter-spacing:0;top:6.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3tG6uFloc1liTWTQSfKmBxNSJzJ8Jae { background-color:transparent;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.125rem solid #2f7dff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.125rem;left:2.0625rem;display:block; }
#q2L5UNakSy0aQwx3Ozw4Vrhq2fGD4fLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UOyy7fcKyBCdzwN2UXBgWPzLuoUQn8O1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.125rem;left:13.875rem;display:block; }
#qzhKvfyPuc9fhg4B7Lopv0lZ2GTDDt0s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S87Taqov7GKRTdQi4rzR72gu8ycXumox { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.125rem;left:25.6875rem;display:block; }
#bwB2U8747zDCDvm0vGgESkmmeTWGgWHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mhiXqBUaZHNm7ZzJHr2zuJx8clPzwc59 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.125rem;left:37.5rem;display:block; }
#d2OgpKdpFCTXxaLxzTOLkAcKXnTLCUGn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dis60i3gIKddZX5lFm5benEqtbWxJNkG { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.125rem;left:49.3125rem;display:block; }
#b55NpOAanwQ27iz2czTU7tPa5yc3CVFc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdV7xEKwPnx40op5aVuaOaKqikydbVD8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.125rem;left:61.125rem;display:block; }
#vCUQVKVysTw3sSMqtGmCL6oNQmNITZzn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q2ozR5cBgdk5BznnRZoHJxURJLxd1iGW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:33.125rem;top:19.0625rem;left:2.0625rem;overflow:hidden;display:block; }
#BM3MTZqwy0Vn97ozJEcdxpV1i7otnc8I { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.35;letter-spacing:0;top:20.75rem;left:43.0625rem;height:2.025rem;font-style:normal;display:block; }
#rTaAZdawrdS48NrqaGh26p3bqdSvGxFM { color:#0c0212;display:block;width:29.9375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15017;line-height:1.55;letter-spacing:0;top:23.625rem;left:43.0625rem;height:7.74903125rem;font-style:normal;display:block; }
#ImUc0apbC0G9yBksKhL3hkIfBIdPmWgC { background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.875rem;left:43.0625rem;display:block; }
#huuT64O8bKy7tt4S2S2cTaEs2xOwfnB0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu > .row .container { background-color: transparent; background-image: none; }#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu > .row .container > .video-iframe-container { display: none; }#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu > .row > .video-iframe-container { display: none; }#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu > .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); }#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu > .row .container { border-width: 0; border-radius: 0; }#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#pbQbczhl4WmVFfXWDSTEOT69Fhe0d5d8 { color:#0c0212;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.35;letter-spacing:0;top:6.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKdIJqrsV4IOxakh50aRayuzc2l4v8KP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.125rem;left:2.0625rem;display:block; }
#PfVnnipfbZ1LafgDJo4zCTGXdm1RnJNe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmJurMwFT5RxiO8TOLTOOR3mlSXHs1ZL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.125rem solid #2f7dff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.125rem;left:13.875rem;display:block; }
#zdi4SZVODyAO36E6sd0v7whuZFZDVQmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wp7DMTG6EOTXl9hIqe4H3lTE9GUiiUIp { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.125rem;left:25.6875rem;display:block; }
#ktJngoOCbRD417gf74TcFQ8XwCDQvKSs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BLveHGi1x7Eu6spPHFB5TrPGfVAHhI1O { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.125rem;left:37.5rem;display:block; }
#JWG0hF8lLzu8JtZRT2hnh3owo4nKnG3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTAQFTLvHH6E6IIL3SHO3arxO3TSxoSf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.125rem;left:49.3125rem;display:block; }
#QdhoO7ry81zWJ0QJcopazUTeRHJAeDDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q7g8pPrkZmboxs12HekwUaiAxorocTe9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.125rem;left:61.125rem;display:block; }
#NnrbXe7qClQvbwmlrqwQu8AJgxxTwvQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yb1Ggi8BRwb35QO2IvuJ0w2rNcQEp3eU { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:35rem;top:18.4375rem;left:2.5625rem;overflow:hidden;display:block; }
#Up88zPSuIABWPFU8Q7WS4hqbV32vPXyw { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.35;letter-spacing:0;top:21.5rem;left:43.0625rem;height:2.025rem;font-style:normal;display:block; }
#haokvIGIvpWFUPBqvrgW8htBUBoJZKoW { color:#0c0212;display:block;width:29.9375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15017;line-height:1.55;letter-spacing:0;top:24.375rem;left:43.0625rem;height:6.19921875rem;font-style:normal;display:block; }
#qNMuTzVZhZa7n6FG42CXgvh2TltFfVa5 { background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.125rem;left:43.0625rem;display:block; }
#EOyDuvKkRc6btWOyRo4zwoOoMbbqM0nD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM > .row .container { background-color: transparent; background-image: none; }#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM > .row .container > .video-iframe-container { display: none; }#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM > .row > .video-iframe-container { display: none; }#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM > .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); }#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM > .row .container { border-width: 0; border-radius: 0; }#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#zPRxDPvdozwmBWiANVWwIiI6MMUGuGA3 { color:#0c0212;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.35;letter-spacing:0;top:6.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XQZHdUlw5Vo58VQLdP6W0b9MDWS2daKu { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.125rem;left:2.0625rem;display:block; }
#VqKKXTkbdExU8bITTB7E9qXkii2hiV3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXf7Jp4w2t7cUdiFcyQrbuyx782tedsx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.125rem;left:13.875rem;display:block; }
#gBvBfOR8n1ob8zBJDdS4neqTinhXMyoB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IdNf5HgRU5L27rvqxlpAN45NRT02euai { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.125rem solid #2f7dff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.125rem;left:25.6875rem;display:block; }
#pzfd3tFpScRrBoyiknPynTnh8VTdGnTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yDa2LVmffFa3Z0nWrMkJJbI2F8kupe4k { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.125rem;left:37.5rem;display:block; }
#dB5iQ2AhL6hd9yJ8ZG0KDofcdwNddSJB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c9AcqWEGd12frclIUKWU52NcuvR5aiCv { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.125rem;left:49.3125rem;display:block; }
#eDseFPfXzuQBeTdccW8iKAIi3zQPrtnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mn3CCeimNKITG9JDqL0C6vi0QmpTsSUg { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.125rem;left:61.125rem;display:block; }
#shTSTA5GEqe2VcfxJNO7H4pQMHmpqrbr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ic9Kc5cBTGCH2EiIupTs0Pl74xQimf2X { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:39.4375rem;top:19.0625rem;left:1.375rem;overflow:hidden;display:block; }
#o5PqLh2eBuhZaEKn5wTzQ7tp5vpzdpkU { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.35;letter-spacing:0;top:20.75rem;left:43.0625rem;height:2.025rem;font-style:normal;display:block; }
#OVgTEOLTl9vL5owcbeqTiudGxXSTlAZl { color:#0c0212;display:block;width:29.9375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15017;line-height:1.55;letter-spacing:0;top:23.625rem;left:43.0625rem;height:7.749rem;font-style:normal;display:block; }
#TRL9hCnlIQio9Ad1rrvuLk1F4DgEETnB { background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.875rem;left:43.0625rem;display:block; }
#UbFkaLva3X0MA5L8dQ1KVnU2EyhL60oT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV > .row .container { background-color: transparent; background-image: none; }#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV > .row .container > .video-iframe-container { display: none; }#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV > .row > .video-iframe-container { display: none; }#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV > .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); }#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV > .row .container { border-width: 0; border-radius: 0; }#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#JEGgAGNt22p7rRr452AwmfFbZ5TVMKBv { color:#0c0212;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.35;letter-spacing:0;top:6.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvLzVIcJAnnbhN0A58WI4lk5TNq75f61 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.125rem;left:2.0625rem;display:block; }
#dpmTTOUTFnVEXF8MkDeQOLUZsqZLTo4V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RxTAbpauMFMf3aFET2IMPoqIQOCEreR1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.125rem;left:13.875rem;display:block; }
#DnrcMcxufnag9O2c2xNcbKuk7piipKoM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERVzCJyU8WMwNFUhmMW426T66iJ7HXHN { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.125rem;left:25.6875rem;display:block; }
#KZRs1fAUs52RBFbJBHidqkC69kWaUbnV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2fGIoy804TQEhUtw9uhzXpmJl0XsDMU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.125rem solid #2f7dff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.125rem;left:37.5rem;display:block; }
#NoRySyPcECLS3Q4ObHZZCTiVcTB9WfNH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qhTbH2W2KLSSLPcLSCiOKT3d70Q13qvC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.125rem;left:49.3125rem;display:block; }
#WJwTBa0Q17Xd1Abnxd4ct6CtOtZFJbGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyTynVowfZy541bQ1oPnhLAIxTo0vmi0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.125rem;left:61.125rem;display:block; }
#tCFJqvBaJ5nKQSZIt0DR52f6Om0BFvs3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7DZFugPrAtIE5I5cLgKqWNqnAy30km1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:38.75rem;top:18.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#XuEMGXOdKoV6OkL9wWtkrbkyHrSXAr9U { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.35;letter-spacing:0;top:21.5rem;left:43.0625rem;height:2.025rem;font-style:normal;display:block; }
#N8HCbZK1ZmqNWrJqphWV2KCQ2GIfUwAy { color:#0c0212;display:block;width:29.9375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15017;line-height:1.55;letter-spacing:0;top:24.375rem;left:43.0625rem;height:6.19921875rem;font-style:normal;display:block; }
#WunwRckLUw1UAu9IorI7F66HDf9KPWhX { background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.125rem;left:43.0625rem;display:block; }
#BiZc4FnQh4V4n12DnNZ4lW6oUada7JGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UcuMbmDFSk235xKnpaGr7X5shOzgTde7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UcuMbmDFSk235xKnpaGr7X5shOzgTde7 > .row .container { background-color: transparent; background-image: none; }#UcuMbmDFSk235xKnpaGr7X5shOzgTde7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcuMbmDFSk235xKnpaGr7X5shOzgTde7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcuMbmDFSk235xKnpaGr7X5shOzgTde7 > .row .container > .video-iframe-container { display: none; }#UcuMbmDFSk235xKnpaGr7X5shOzgTde7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcuMbmDFSk235xKnpaGr7X5shOzgTde7 > .row > .video-iframe-container { display: none; }#UcuMbmDFSk235xKnpaGr7X5shOzgTde7 > .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); }#UcuMbmDFSk235xKnpaGr7X5shOzgTde7 > .row .container { border-width: 0; border-radius: 0; }#UcuMbmDFSk235xKnpaGr7X5shOzgTde7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcuMbmDFSk235xKnpaGr7X5shOzgTde7 > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#Ac1utKbs4qh6c4lTHf1ufBLQ2f43dAf9 { color:#0c0212;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.35;letter-spacing:0;top:6.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ciWPaV3QzbKNfgoyUaTm6zBknWeKsOrs { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.125rem;left:2.0625rem;display:block; }
#ibyAMtBCwyPk5q371J05zTuBouTZTPVX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SkkumRXNDUqAPHW81uhGNcXA2pcuGKw0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.125rem;left:13.875rem;display:block; }
#VE3imMhZf6mBcoSABZJR7PZUaQovT2fs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cy9Omu901BA3FlXRgWGbTV7CV4IGKPFx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.125rem;left:25.6875rem;display:block; }
#ofesur3ybS8ioeSNMPHqVuTOM25fUX16 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFK7TuxF8Z3JQMDD5UktmOc9XHV0DVJE { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.125rem;left:37.5rem;display:block; }
#I6FNpzyxMJlv62cbmNES64G7bA7EsJl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y763KlMUbpwmmxTV2pC3zkkTlXvbAdUG { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.125rem solid #2f7dff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.125rem;left:49.3125rem;display:block; }
#UXmS95vhgzkpiXPcPW08hSAuxhN1VGOg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATkmI4T2WQy1OikRJixJeCn8UHEltUoQ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.125rem;left:61.125rem;display:block; }
#U178wI9m2OBieOLVnqzkQJL1Kw507ynT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTDf2k5Wwb5TcNdGBQ1FJzuMA3uEJUS4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:39.625rem;top:19.125rem;left:1.1875rem;overflow:hidden;display:block; }
#spZkVAmxQUx4ttith5dImu9qAC9QG2Tu { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.35;letter-spacing:0;top:21.5rem;left:43.0625rem;height:2.025rem;font-style:normal;display:block; }
#z02LPHddLHoBBfXAgm5vzp6Er26nf3fW { color:#0c0212;display:block;width:29.9375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15017;line-height:1.55;letter-spacing:0;top:24.375rem;left:43.0625rem;height:6.19921875rem;font-style:normal;display:block; }
#HmL43w9T2ZazTxBJQEiMtmpSG3VJ9xpC { background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.125rem;left:43.0625rem;display:block; }
#Qzz0ra6cEhveFbwcyDDhwlu5Cxq1JJuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL > .row .container { background-color: transparent; background-image: none; }#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL > .row .container > .video-iframe-container { display: none; }#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL > .row > .video-iframe-container { display: none; }#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL > .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); }#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL > .row .container { border-width: 0; border-radius: 0; }#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#t0UliiMPyuO0mZTDWBArLQRt0nClrL3T { color:#0c0212;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.35;letter-spacing:0;top:6.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJdAkLeSweDwIkbN68ehBbTTUhr8DFOK { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.125rem;left:2.0625rem;display:block; }
#aloJHE8iJDwATmKN2v6OieE9idVHX1is { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pK90eUL6t6Wqml8XO3VUAz05KxX7ft3a { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.125rem;left:13.875rem;display:block; }
#MXJAKSQaS0hRutr5OGcwc8NnCglnsosb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THk51Vu4a8XzDnlO3xSLwI80QKocXikp { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.125rem;left:25.6875rem;display:block; }
#prNlbdVDsBBwPx1VRfGzf4HgmLhqHa7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZ4Iu4WICP3D5RfwdfrNuvwXhXF5FVTS { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.125rem;left:37.5rem;display:block; }
#hqo0t0UTtxLAhyFMX7CGKVJ9AOcQiiJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P7BcEepGkRF7RlOm7CrrWi7KDbyyT6gU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.125rem;left:49.3125rem;display:block; }
#KRsnrtwWBK1Pg6yNzAMhwOXAC6bpwfsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3TcZCOpW79u1xRH7FLfwm4rc9IdOF7q { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.125rem solid #2f7dff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:300;font-style:normal;line-height:1.35;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.125rem;left:61.125rem;display:block; }
#Tl2dlVdMyVe2kE0T9SMgT7sFwRU3yKqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1MTG4ZQC1SclliPHrSN8T7ViBT1aKpA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:35.9375rem;top:17.3125rem;left:2.0625rem;overflow:hidden;display:block; }
#KqTwxizmpnTpJhg1u2dVW9LVIoZWuxJc { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.35;letter-spacing:0;top:20.75rem;left:43.0625rem;height:2.025rem;font-style:normal;display:block; }
#PIi3Tmyifd9Eod7EvNZHFa1nykcR0yc9 { color:#0c0212;display:block;width:29.9375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15017;line-height:1.55;letter-spacing:0;top:23.625rem;left:43.0625rem;height:6.19921875rem;font-style:normal;display:block; }
#duNPRswum4kLPI0JDlae02ZvsSQGtBmU { background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.32421875rem;left:43.0625rem;display:block; }
#iI2cD9xwhyq3wvazsZXOubs5SOklEAJi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f7dff;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; }#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w > .row .container { background-color: transparent; background-image: none; }#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w > .row .container > .video-iframe-container { display: none; }#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w > .row > .video-iframe-container { display: none; }#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w > .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); }#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w > .row .container { border-width: 0; border-radius: 0; }#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#DWIf9MWE3TuZB80vJyxwQyGZqBXqJxuZ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.35;letter-spacing:0;top:6.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGkgCTOTzqi24Bm5iLwMSPQZAJ6TR2PT { background-color:#0c0212;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.25rem;left:31rem;display:block; }
#Li45mAvfgClL6nIznTxFhKOvBDT5WNkO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sDfKBo5VfgslhOoFvUlIPD1h3dUPKXF7 { box-sizing:content-box;height:16.125rem;width:21.375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:12.9375rem;left:26.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#uWzSU9DdWIfbKFCd3nqBTdFhN1gowTay { box-sizing:content-box;height:16.125rem;width:21.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12.9375rem;left:49.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#WiPEnf3P0UbFymGH8A28QPHxwvSnxp1q { box-sizing:content-box;height:16.125rem;width:21.375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:12.9375rem;left:3.9375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#Ixvc7g8DDVXgZBwvpZfsqqomllOTckSx { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:14.4375rem;left:5.9375rem;overflow:hidden;display:block; }
#pv7ifAKuQ10M1hoRNaH4qkLFzeWQnitk { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.35;letter-spacing:0;top:19.4375rem;left:5.9375rem;height:2.025rem;font-style:normal;display:block; }
#sBGkfbryohO83uMvQ8Hp27ykHXevTbDc { color:#0c0212;display:block;width:17.4375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15012;line-height:1.55;letter-spacing:0;top:21.9609375rem;left:5.9375rem;height:3.1rem;font-style:normal;display:block; }
#sg9bBq7BP0PuheoAnx06mEzObVEJkDb8 { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.35;letter-spacing:0;top:19.4375rem;left:28.8125rem;height:2.025rem;font-style:normal;display:block; }
#NdwffK2rMMnIKlBov2cMld7Si36XUn01 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:14.4375rem;left:28.8125rem;overflow:hidden;display:block; }
#w8P6ayyPstALi4WZSO6XcLXSpcLpOqnE { color:#0c0212;display:block;width:17.4375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15015;line-height:1.55;letter-spacing:0;top:21.9375rem;left:28.8125rem;height:4.6494125rem;font-style:normal;display:block; }
#Nvlr5DTOZaAEm16LCITguC1oJ86aWXJZ { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.35;letter-spacing:0;top:19.4375rem;left:51.6875rem;height:4.048825rem;font-style:normal;display:block; }
#Qzan9k3ihGDxkTxDwEXiZCe1gg7ctvg6 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:14.4375rem;left:51.6875rem;overflow:hidden;display:block; }
#CVyiKL3iRT73B7CSRC5XvkEozVCsXqAb { color:#0c0212;display:block;width:17.4375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15018;line-height:1.55;letter-spacing:0;top:23.9375rem;left:51.6875rem;height:3.1rem;font-style:normal;display:block; }
#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 > .row .container { background-color: transparent; background-image: none; }#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 > .row .container > .video-iframe-container { display: none; }#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 > .row > .video-iframe-container { display: none; }#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 > .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); }#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 > .row .container { border-width: 0; border-radius: 0; }#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#lBxVO7EE0ARhe6TG0przNMudSPgi8TeZ { color:#0c0212;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.35;letter-spacing:0;top:6.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZClCCFlTDokiB1bLLVzVsDAnuvB6XXFp { background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.4375rem;left:31rem;display:block; }
#HWuhDpEfN5rmVTV1JWwK3xk7VohpTdxq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPQVGUDv2oEDa2hPoSqmacs88yc5XGSC { box-sizing:content-box;height:20rem;width:21.375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:12.9375rem;left:26.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#fBhUILLPISvV8J5KAEnudlbKNOQgUMf4 { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1rem;font-weight:300;z-index:15014;line-height:1.35;letter-spacing:0;top:15.4375rem;left:28.9375rem;height:9.44725rem;font-style:normal;display:block; }
#Uwi4ybgBTB4nztxdTpEEK8vnTNTphLx9 { color:#6c6c6c;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15015;line-height:1.55;letter-spacing:0;top:29rem;left:34rem;height:1.55rem;font-style:normal;display:block; }
#oyTI2tvUxp2SVA8mBSXho1mJXVy8W17I { color:#0c0212;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.55;letter-spacing:0;top:27.3125rem;left:34rem;height:1.74375rem;font-style:normal;display:block; }
#OoTxiPDiTvttz3VuxNFur4MIyWbAzGIb { position:absolute;display:block;z-index:15017;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:4rem;width:4.0625rem;top:26.875rem;left:28.9375rem;overflow:hidden;display:block; }
#dVVM2xlcyNz1UhHvXWaMBfwBJh98JBQm { box-sizing:content-box;height:20rem;width:21.375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:12.9375rem;left:49.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#KN90qyI6FKMAfTwS9uLkuy2Rk1pgAtim { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1rem;font-weight:300;z-index:15019;line-height:1.35;letter-spacing:0;top:15.4375rem;left:51.8125rem;height:9.44725rem;font-style:normal;display:block; }
#iFKgBuezRoTDLkLX95RWwxpMlCl2Te3e { position:absolute;display:block;z-index:15022;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:4rem;width:4.0625rem;top:26.875rem;left:51.8125rem;overflow:hidden;display:block; }
#N9uTz0Zcf9NI4sFO6QsAFWBKK9w5GFEr { color:#0c0212;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.55;letter-spacing:0;top:27.3125rem;left:56.875rem;height:1.74375rem;font-style:normal;display:block; }
#BTs2bpcXA3gx4wckBnrsbnNc9cbR6iIm { color:#6c6c6c;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15020;line-height:1.55;letter-spacing:0;top:29rem;left:56.875rem;height:1.55rem;font-style:normal;display:block; }
#PhDQkWuCTZani3HyMuQh5OSHaRcWL4WZ { box-sizing:content-box;height:20rem;width:21.375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:12.9375rem;left:4rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#nqvkdFaKixWRbXvNNKXuz6qpP0zQblQK { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1rem;font-weight:300;z-index:15024;line-height:1.35;letter-spacing:0;top:16.4375rem;left:6.125rem;height:9.44725rem;font-style:normal;display:block; }
#a0wf61CQBOeyydANeTaUvATA5U7URX5d { position:absolute;display:block;z-index:15027;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:4rem;width:4rem;top:27.875rem;left:6.125rem;overflow:hidden;display:block; }
#DeSofosSG9yzRtsLHkvihG3fh882SSUI { color:#0c0212;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.55;letter-spacing:0;top:28.3125rem;left:11.1875rem;height:1.74375rem;font-style:normal;display:block; }
#W9kOKks985ig5pDBMTPxmBZ7v07M6HJ4 { color:#6c6c6c;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15025;line-height:1.55;letter-spacing:0;top:30rem;left:11.1875rem;height:1.55rem;font-style:normal;display:block; }
#g7iiDsSIbewvzmiefco0v9iRutiT8ckl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f7dff;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; }#g7iiDsSIbewvzmiefco0v9iRutiT8ckl > .row .container { background-color: transparent; background-image: none; }#g7iiDsSIbewvzmiefco0v9iRutiT8ckl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7iiDsSIbewvzmiefco0v9iRutiT8ckl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7iiDsSIbewvzmiefco0v9iRutiT8ckl > .row .container > .video-iframe-container { display: none; }#g7iiDsSIbewvzmiefco0v9iRutiT8ckl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7iiDsSIbewvzmiefco0v9iRutiT8ckl > .row > .video-iframe-container { display: none; }#g7iiDsSIbewvzmiefco0v9iRutiT8ckl > .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); }#g7iiDsSIbewvzmiefco0v9iRutiT8ckl > .row .container { border-width: 0; border-radius: 0; }#g7iiDsSIbewvzmiefco0v9iRutiT8ckl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7iiDsSIbewvzmiefco0v9iRutiT8ckl > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#N3RmueXopBH5A341x72Wn3k5nQGbSbTT { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.35;letter-spacing:0;top:9.75rem;left:37.9375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NRuRo8Sin3uZ7OdnnIHXPCXFC15qDuth { background-color:#fffe03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250rem;border-top-right-radius:250rem;border-bottom-left-radius:250rem;border-bottom-right-radius:250rem;box-shadow: none;box-sizing:border-box;color:#0c0212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;overflow:hidden;position:absolute;width:13rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.875rem;left:37.9375rem;display:block; }
#IB8ucGWTMvJoD9vtOT9gMZxAD5w7OSgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zD7IDzEqe4DnISdnCf2GRTENDlTeUk7S { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15004;line-height:1.55;letter-spacing:0;top:17.5rem;left:37.9375rem;height:4.6494125rem;font-style:normal;display:block; }
#GEKuKWrqxDm7NvB5TnHHem6rNcInzWfR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:36.5625rem;top:5rem;left:-1.4110991379311rem;overflow:hidden;display:block; }
#BNyHBStihHTWncw0G6ds657DhvDbrB7J { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:9.75rem;left:37.9375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn > .row .container { background-color: transparent; background-image: none; }#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn > .row .container > .video-iframe-container { display: none; }#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn > .row > .video-iframe-container { display: none; }#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn > .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); }#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn > .row .container { border-width: 0; border-radius: 0; }#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#bTxbcAyTEJDDXGkBvTRHu9So8BphOOzr { color:#0c0212;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.35;letter-spacing:0;top:6.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR .accordion-heading-text { display:block;position:relative;width:100%;font-family:"be vietnam pro";font-weight:300;font-size:1.25rem;line-height:1.35;overflow:hidden;height:auto;font-style:normal; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:mulish;height:auto;line-height:1.55;overflow:hidden;color:#0c0212;font-weight:300;font-style:normal; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR .accordion-trigger.adaptive-delivery-prevent-bg, #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR .accordion-trigger.lazyload, #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR .accordion-trigger.lazyloading { background-image: none; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR { box-sizing:content-box;height:auto;width:59rem;position:absolute;display:flex;flex-direction:column;gap:1rem;z-index:15005;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:13.625rem;left:8rem; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #TcU6Ql6i7ofDAwwCWXqsUnBnf7FzP59e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #covH5WqKhqiKCZkl8K5Ektrftd5GI58q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #RJgR5r3whkKGbLbMTMIREzKwTHTHs1XC { display:block;position:relative; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #o1D1tcS1VZzLqLUoyR9JHpLGcHvpadJx {  }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #zTX4Tf6GRTqqdZX5pyLI6cremT7vynZW {  }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #sq0lPaxMoI1V2TwMnUzavs9605aGc2Rc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #TPliKyeA7xtnoHzeZl31ccKDdBSOwHnn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #hKTSho1cF4CN63iCtreMd29ktC56RgtJ { display:block;position:relative; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #Q6TPVXZsMDZLoMHhNTqe6qOSqVo4l9Cq {  }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #V2fly5ZHEHTQBzHEL3FtLmnMHJnIXDM6 { display:none; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #U6foWwBEbVcED0FWQ91olTte26XwSmDa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #XvHWaCpDyWJTGbz5QWIkJIRmph7Ohl62 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #d2s2BSRSn9SoKBhsPUNfnFBK7IkOikET { display:block;position:relative; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #zKctBSbw1MTliMNfJOmVawIE9ukdgTXZ {  }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #sH3zpChWPNv8iJ5e8uJNAOUWD5DqE4Fg { display:none; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #qArqz5kcns1s9adi6xcmGUTx5PlLecV5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #DmPtQw4oF37LGE2vuugFinCC9gbApRG7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #gGTiHfl6vBPCdK0ETIGEzAtiX1rEMNwZ { display:block;position:relative; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #EA37M8aB1h9xw7ob0Qz3TTF4wSevnnIz {  }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #qp5Cx79lEQUxpfSHLB3T4v6pGS4KTTTk { display:none; }
#GT2zoRASRpD46qvIMv522pBzyZzuQU2n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#GT2zoRASRpD46qvIMv522pBzyZzuQU2n > .row .container { background-color: transparent; background-image: none; }#GT2zoRASRpD46qvIMv522pBzyZzuQU2n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT2zoRASRpD46qvIMv522pBzyZzuQU2n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT2zoRASRpD46qvIMv522pBzyZzuQU2n > .row .container > .video-iframe-container { display: none; }#GT2zoRASRpD46qvIMv522pBzyZzuQU2n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT2zoRASRpD46qvIMv522pBzyZzuQU2n > .row > .video-iframe-container { display: none; }#GT2zoRASRpD46qvIMv522pBzyZzuQU2n > .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); }#GT2zoRASRpD46qvIMv522pBzyZzuQU2n > .row .container { border-width: 0; border-radius: 0; }#GT2zoRASRpD46qvIMv522pBzyZzuQU2n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GT2zoRASRpD46qvIMv522pBzyZzuQU2n > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#AgMms6K1LNbJttt66IrCkqODChaQ7eOi { color:#0c0212;display:block;width:75rem;position:absolute;font-family:"be vietnam pro";font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.35;letter-spacing:0;top:6.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oa0Bd9pXL442kCVBL7Na9EVFbe2AyCXf { box-sizing:content-box;height:23.375rem;width:21.375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:12.9375rem;left:26.8125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#RpoF2G6vtIcOpNk9a39Fvm5bxrQdItKC { color:#0c0212;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.375rem;font-weight:300;z-index:15028;line-height:1.35;letter-spacing:0;top:28.6875rem;left:28.9375rem;height:5.56640625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FHrfFoFB7tzr8p5y4zd4N5UJ72ATRO5M { color:#6c6c6c;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15016;line-height:1.55;letter-spacing:0;top:26.25rem;left:28.9375rem;height:1.55rem;font-style:normal;display:block; }
#bzh3NnSnHFfq3Tnhf8bxzyDm4r6X0kli { box-sizing:content-box;height:23.375rem;width:21.375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:12.9375rem;left:49.6875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#Ec7F7gJtOnqUNoAC6cb7Nfdf4gHeGwpc { color:#6c6c6c;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15020;line-height:1.55;letter-spacing:0;top:26.25rem;left:51.8125rem;height:1.55rem;font-style:normal;display:block; }
#IVNDEX84eU23HneD471XoLDDiCOPI3ht { color:#0c0212;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.375rem;font-weight:300;z-index:15032;line-height:1.35;letter-spacing:0;top:28.6875rem;left:51.8125rem;height:5.56640625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgpZKvl1michhcTK1mGUGrg61uGvLUio { box-sizing:content-box;height:23.375rem;width:21.375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:12.9375rem;left:4rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#hX6f4ESFu9bDGOuQR4odZ8ZcVasur03H { color:#6c6c6c;display:block;width:13rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15020;line-height:1.55;letter-spacing:0;top:26.25rem;left:6.125rem;height:1.55rem;font-style:normal;display:block; }
#WOI9yRvdOKcs5uggasZWVT6TsCHneOBy { color:#0c0212;display:block;width:17.125rem;position:absolute;font-family:"be vietnam pro";font-size:1.375rem;font-weight:300;z-index:15032;line-height:1.35;letter-spacing:0;top:28.6875rem;left:6.125rem;height:5.56640625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eRroCBWX3i1533RdKRnCTvBAhIGwd2hO { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.5625rem;width:21.375rem;top:12.9375rem;left:49.6875rem;display:block; }
#XVzSdp1hp6d6M6qw2TLfTQq8onDvKKDi { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.5625rem;width:21.375rem;top:12.9375rem;left:26.8125rem;display:block; }
#DexwyOZFA9UcvRXxO50WOy7kpo50ahkN { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.5625rem;width:21.375rem;top:12.9375rem;left:4rem;display:block; }
#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f7dff;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; }#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa > .row .container { background-color: transparent; background-image: none; }#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa > .row .container > .video-iframe-container { display: none; }#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa > .row > .video-iframe-container { display: none; }#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa > .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); }#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa > .row .container { border-width: 0; border-radius: 0; }#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#KMogPrin1sRcgE2TA1cw7RQwtBodWeRJ { position:absolute;display:block;z-index:15001;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:2rem;width:6.9375rem;top:1.5rem;left:2.0625rem;overflow:hidden;display:block; }
#ISGg5P8FSJf8H5Mc5llBK558i98K9qUg { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:300;z-index:15005;line-height:1.55;letter-spacing:0;top:1.724609375rem;left:39.25rem;height:1.55rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEBEu5JWT1eGr00G6vnvkiu31tNeFSzv { top:2rem;left:0rem;width:7rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxLDMGSMvBS118kNsMPDsZOmcWBHarNX { top:9.0625rem;left:0rem;width:36.4375rem;height:10.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mowHUPNdThUflBl5sq5QTtiwb8m11DVL { top:20.6875rem;left:0rem;width:37.5625rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQu8Aq62lHTLTJkdAz9zmwCDE0UNtaeW { width:13rem;height:3.5rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpRubxpcIS20ubbWMiA9cDzQPVT4xCdb { display:block; }
 }@media only screen and (max-width: 763px) { #uprx7I8GiQ8fvQmTqW0B22XcNBUqmhke { top:1.6875rem;left:18rem;width:29.75rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXygFsXiaTUkzwdy0QtCnmyrXhCHuTe { display:none; }#DTXygFsXiaTUkzwdy0QtCnmyrXhCHuTe > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dAwX4yeTqnRCfQG8CqnwBBT4bdpBJAnQ { top:2rem;left:0rem;width:7rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIvureSbsdNWXPWzDQZZM1T5Tmw0cos9 { top:5.25rem;left:0rem;width:20rem;height:9.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLlXbNORNbqbTFWcryFlgFcrCHwUzP0o { top:15.875rem;left:0rem;width:20rem;height:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aybvXLCu7gM7NS51VEVBAZz4MwqIOzIk { width:13rem;height:3.5rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXF4oxlhXcEugH3kWZM7r6bxmaKcKrFR { display:block; }
 }@media only screen and (max-width: 763px) { #qFuQS1Te68RcKyt8Z6t3KhH3TJtvEvEQ { width:30.1875rem;height:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI { display:block; }#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJk9ugbTERskp1aSoU5bEskee3hTcrc0 { top:8.5rem;left:0rem;width:47.75rem;height:1.478982300885rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL9ygSMgp51FfzqvsTtOOLchAtvt7oT1 { top:4.4375rem;left:5.125rem;width:37.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF1Q4475zgo8Vwy9irHmWsHLvzuTPw6F { width:10.375rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGffzFPgifBr9opXfNQby6vkTJpLKTtZ { display:block; }#RGffzFPgifBr9opXfNQby6vkTJpLKTtZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTR7ZxDKauLocVMELRW16ppnrw6gUlMQ { top:3.6875rem;left:0rem;width:23.0625rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRlae1S5te00QEi4K4aimXmWfgXoqSI { top:28.625rem;left:0rem;width:47.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyddxPgvB4Blrd9GqJZQIbFRn2WATlaz { top:30.3125rem;left:0rem;width:35rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbDRRm0fHzcTaw1MMDTRdt3FH7tXb622 { width:13rem;height:3.5rem;top:29.625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnLu6RcmB1tm8UEs1su9E1kWFbr6zBlF { display:block; }
 }@media only screen and (max-width: 763px) { #SQ7WJpNxRRNqrzlWtBX6ZTTEfrsKS0Lz { top:12.4375rem;left:0rem;width:35rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzt4BVXyg3v0Exp30B6Qa7W1LTaeMRfb { top:16.4375rem;left:0rem;width:35rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRzFW4VFNlTIyzoNuHawPynSKmr5m8Dk { top:20.4375rem;left:0rem;width:35rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBaet76nB7nEyXBdsgPVXDTAAV7mUiHJ { top:12.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrzlZrn47X9pFMwo5pCnEkyhA6KbeT0J { top:16.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6L41h8OEP0x0VzIQemP2O6pHhn2dPiK { top:20.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5qdBRhUAmyo2CtMdsCpakAOFQF7ifl0 { top:13.3125rem;left:0rem;width:35rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFK4vHtwVsgvc7KOoNFl9Zpech3wITMP { top:17.3125rem;left:0rem;width:35rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd12sPrLhqqm25eax4s4XcTOSyr4nOJx { top:21.3125rem;left:0rem;width:35rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH0XK7qZJM3sMK8yov5XebC8tef3zg6u { top:13.3125rem;left:0rem;width:2.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEmGlu7iARL9mgkQdZ8IZSWiQUuuI0cu { top:17.3125rem;left:0rem;width:2.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBX7eizPg0HoNN2aRwG722HxXvHvsVPa { top:21.3125rem;left:0rem;width:2.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 { display:block; }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIDp6G9a5hJ61g71NeED7P6lrTUMGo8U { top:3.6875rem;left:0rem;width:23.0625rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vep7zszlbI2RSPH3v2nDQRC9BT1UaVQO { width:13rem;height:3.5rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFfEES4r8ddOsquyqJrfR9EMNTCTZHzU { display:block; }
 }@media only screen and (max-width: 763px) { #xMawQ975d3pVeH6ivhk69zWKvnnoM921 { top:12.4375rem;left:0rem;width:35rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU79gbZ9Rw6cpqzQEaHczym95KoVstSv { top:16.4375rem;left:0rem;width:35rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eog9M6v2dE9FzZukHZp02LfKEsk5E02h { top:20.4375rem;left:0rem;width:35rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHGL6FvRU1ClbQR0bJ2MSQThHy4ybSSR { top:12.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGw1mA15xxolGfZehSM3MWb45V5s0ENM { top:16.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUqE0JfWvZ5TfzIuTyqgAp4XgqWlm5kT { top:20.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkV0t1mgnUuMGy4yb9rB2FcEx5UGyJ5P { top:13.3125rem;left:0rem;width:35rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y874a2TgTFDufqDSTXMU1hoT7NMXg8ii { top:17.3125rem;left:0rem;width:35rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIuJlUF2zoNynr1T4kzRUJLkzdwCVoLO { top:21.3125rem;left:0rem;width:35rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw9Pi99hguhSI4c5vHAnNRlsxv4hM3TB { top:13.3125rem;left:0rem;width:2.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX5sQBXOBh2RPMtxzT5s0qHUDTnFSoV4 { top:17.3125rem;left:0rem;width:2.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSTbQmd99c9HA7A0ueudxGvf6R3a46m1 { top:21.3125rem;left:0rem;width:2.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3 { display:none; }#TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tfTnilG3poW8k0P8eTcA5oIG2A7yTB0f { top:3.6875rem;left:0rem;width:23.0625rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hss2EQsEOECgrucoceDECWnkrT2LURPS { top:28.625rem;left:0rem;width:47.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmk3v6q7bpTogfkrDHLra7HCmq78nZxT { top:30.3125rem;left:0rem;width:35rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJWWJZuWobAvElCT1q2zi2c2RVR5nTiq { width:13rem;height:3.5rem;top:29.625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF1NntMEecMMUWQsOEINegocl1DkZMTM { display:block; }
 }@media only screen and (max-width: 763px) { #Xy7aA3ZAsSHkfOKqGKdg2T8ek0zEENTb { top:12.4375rem;left:0rem;width:35rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMx9rElcrkWeoaDkAVTTGbsmPrXW3sHT { top:16.4375rem;left:0rem;width:35rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl5zMCzfkXDtxbubGkTd38VZPMTdF7cT { top:20.4375rem;left:0rem;width:35rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNHQ9y2BCdpBNtxBBE69OLOHWtrci7ti { top:12.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TphwHRHC7000lLkbe1WVJvqhmAg3ER3y { top:16.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Hv7MWNcJ2cKDLBtiCwBUlUunk25tsO { top:20.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrX3AiriifpJ5aP3FTeLRUoxfi4KTNo { top:13.3125rem;left:0rem;width:35rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o26tUmmTQxmMJxv3BtyLHwtHNw3UWToC { top:15.5rem;left:0rem;width:15rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzTtbLbCk2VDUuf25gtTTvbC2wS6DsTS { top:20.875rem;left:0rem;width:15rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQyh7RcBUDgp5SRWi2XrHRfBu8t1h4dN { top:13.3125rem;left:0rem;width:2.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpIPLlnCMwqFBvF7iNL2XMAUiIBKNmE6 { top:17.3125rem;left:0rem;width:2.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2rsOXyKgN1N9PycX3POFOiPfUVs9ysf { top:21.3125rem;left:0rem;width:2.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae { display:none; }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WtnHUBuiCncqgsoPcCuNDF5tu8hJcTFV { top:3.6875rem;left:0rem;width:23.0625rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Mg68SmwazNos6AIWpCC0SzqqPoN4Hk { width:13rem;height:3.5rem;top:29.625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqkhDKKQrbEwwoKOTpL8oKy5t7b9huyh { display:block; }
 }@media only screen and (max-width: 763px) { #bxpXphduPbv46bMoXpl74Sl3ugLnnFNI { top:12.4375rem;left:0rem;width:35rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6TaNyCft9TETnoENTrO8OW8G2vxXaxd { top:16.4375rem;left:0rem;width:35rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm8vUQzOh6s1NJAHkUWeIHQ659dEXoqB { top:20.4375rem;left:0rem;width:35rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUC6Gel8hVdHdIMxmVOaWadsyyHyT1mM { top:12.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAdZvTsr5yOIKWEq0rmoTQMwEMaqxuiv { top:16.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG51xdpCKzIxxiZBklfmZV5hnb4IbC9P { top:20.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi4BdCEzS0HNadydSmA0H5EgwBzsuyzs { top:13.3125rem;left:0rem;width:35rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0XG95VN1sXxWWa47ckhWIaPH2DCJZA { top:15.5rem;left:0rem;width:15rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIvWsigciTPMJTAMoh5kIC5Sn7Btowsf { top:20.875rem;left:0rem;width:15rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeD46XpVuhS7JW1zBmCaFXCFwQX4hBRJ { top:13.3125rem;left:0rem;width:2.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTefzt10IsWC40fGDZemMzBGrU4r0p0M { top:17.3125rem;left:0rem;width:2.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ZTxw2cbEsGAoiIw8mRn4d35QhaMQMr { top:21.3125rem;left:0rem;width:2.4375rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 { display:block; }#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yx9TtKTHlSzAk8CDpXBNMCKsW8PmFudO { top:6.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3tG6uFloc1liTWTQSfKmBxNSJzJ8Jae { width:11.8125rem;height:3.4375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2L5UNakSy0aQwx3Ozw4Vrhq2fGD4fLp { display:block; }
 }@media only screen and (max-width: 763px) { #UOyy7fcKyBCdzwN2UXBgWPzLuoUQn8O1 { width:11.8125rem;height:3.4375rem;top:13.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzhKvfyPuc9fhg4B7Lopv0lZ2GTDDt0s { display:block; }
 }@media only screen and (max-width: 763px) { #S87Taqov7GKRTdQi4rzR72gu8ycXumox { width:11.8125rem;height:3.4375rem;top:13.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwB2U8747zDCDvm0vGgESkmmeTWGgWHS { display:block; }
 }@media only screen and (max-width: 763px) { #mhiXqBUaZHNm7ZzJHr2zuJx8clPzwc59 { width:11.8125rem;height:3.4375rem;top:13.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2OgpKdpFCTXxaLxzTOLkAcKXnTLCUGn { display:block; }
 }@media only screen and (max-width: 763px) { #Dis60i3gIKddZX5lFm5benEqtbWxJNkG { width:11.8125rem;height:3.4375rem;top:13.125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b55NpOAanwQ27iz2czTU7tPa5yc3CVFc { display:block; }
 }@media only screen and (max-width: 763px) { #KdV7xEKwPnx40op5aVuaOaKqikydbVD8 { width:11.8125rem;height:3.4375rem;top:13.125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCUQVKVysTw3sSMqtGmCL6oNQmNITZzn { display:block; }
 }@media only screen and (max-width: 763px) { #q2ozR5cBgdk5BznnRZoHJxURJLxd1iGW { top:19.0625rem;left:0rem;width:33.125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM3MTZqwy0Vn97ozJEcdxpV1i7otnc8I { top:20.75rem;left:29.4375rem;width:17.125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTaAZdawrdS48NrqaGh26p3bqdSvGxFM { top:23.625rem;left:17.8125rem;width:29.9375rem;height:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImUc0apbC0G9yBksKhL3hkIfBIdPmWgC { width:13rem;height:3.5rem;top:33.875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huuT64O8bKy7tt4S2S2cTaEs2xOwfnB0 { display:block; }
 }@media only screen and (max-width: 763px) { #l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu { display:block; }#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbQbczhl4WmVFfXWDSTEOT69Fhe0d5d8 { top:6.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdIJqrsV4IOxakh50aRayuzc2l4v8KP { width:11.8125rem;height:3.4375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfVnnipfbZ1LafgDJo4zCTGXdm1RnJNe { display:block; }
 }@media only screen and (max-width: 763px) { #TmJurMwFT5RxiO8TOLTOOR3mlSXHs1ZL { width:11.8125rem;height:3.4375rem;top:13.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdi4SZVODyAO36E6sd0v7whuZFZDVQmL { display:block; }
 }@media only screen and (max-width: 763px) { #Wp7DMTG6EOTXl9hIqe4H3lTE9GUiiUIp { width:11.8125rem;height:3.4375rem;top:13.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktJngoOCbRD417gf74TcFQ8XwCDQvKSs { display:block; }
 }@media only screen and (max-width: 763px) { #BLveHGi1x7Eu6spPHFB5TrPGfVAHhI1O { width:11.8125rem;height:3.4375rem;top:13.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWG0hF8lLzu8JtZRT2hnh3owo4nKnG3v { display:block; }
 }@media only screen and (max-width: 763px) { #mTAQFTLvHH6E6IIL3SHO3arxO3TSxoSf { width:11.8125rem;height:3.4375rem;top:13.125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdhoO7ry81zWJ0QJcopazUTeRHJAeDDO { display:block; }
 }@media only screen and (max-width: 763px) { #Q7g8pPrkZmboxs12HekwUaiAxorocTe9 { width:11.8125rem;height:3.4375rem;top:13.125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnrbXe7qClQvbwmlrqwQu8AJgxxTwvQT { display:block; }
 }@media only screen and (max-width: 763px) { #yb1Ggi8BRwb35QO2IvuJ0w2rNcQEp3eU { top:18.4375rem;left:0rem;width:35rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up88zPSuIABWPFU8Q7WS4hqbV32vPXyw { top:21.5rem;left:29.4375rem;width:17.125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haokvIGIvpWFUPBqvrgW8htBUBoJZKoW { top:24.375rem;left:17.8125rem;width:29.9375rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNMuTzVZhZa7n6FG42CXgvh2TltFfVa5 { width:13rem;height:3.5rem;top:33.125rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOyDuvKkRc6btWOyRo4zwoOoMbbqM0nD { display:block; }
 }@media only screen and (max-width: 763px) { #Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM { display:block; }#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPRxDPvdozwmBWiANVWwIiI6MMUGuGA3 { top:6.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQZHdUlw5Vo58VQLdP6W0b9MDWS2daKu { width:11.8125rem;height:3.4375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqKKXTkbdExU8bITTB7E9qXkii2hiV3E { display:block; }
 }@media only screen and (max-width: 763px) { #uXf7Jp4w2t7cUdiFcyQrbuyx782tedsx { width:11.8125rem;height:3.4375rem;top:13.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBvBfOR8n1ob8zBJDdS4neqTinhXMyoB { display:block; }
 }@media only screen and (max-width: 763px) { #IdNf5HgRU5L27rvqxlpAN45NRT02euai { width:11.8125rem;height:3.4375rem;top:13.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzfd3tFpScRrBoyiknPynTnh8VTdGnTC { display:block; }
 }@media only screen and (max-width: 763px) { #yDa2LVmffFa3Z0nWrMkJJbI2F8kupe4k { width:11.8125rem;height:3.4375rem;top:13.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB5iQ2AhL6hd9yJ8ZG0KDofcdwNddSJB { display:block; }
 }@media only screen and (max-width: 763px) { #c9AcqWEGd12frclIUKWU52NcuvR5aiCv { width:11.8125rem;height:3.4375rem;top:13.125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDseFPfXzuQBeTdccW8iKAIi3zQPrtnk { display:block; }
 }@media only screen and (max-width: 763px) { #Mn3CCeimNKITG9JDqL0C6vi0QmpTsSUg { width:11.8125rem;height:3.4375rem;top:13.125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shTSTA5GEqe2VcfxJNO7H4pQMHmpqrbr { display:block; }
 }@media only screen and (max-width: 763px) { #Ic9Kc5cBTGCH2EiIupTs0Pl74xQimf2X { top:19.0625rem;left:0rem;width:39.4375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5PqLh2eBuhZaEKn5wTzQ7tp5vpzdpkU { top:20.75rem;left:29.4375rem;width:17.125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVgTEOLTl9vL5owcbeqTiudGxXSTlAZl { top:23.625rem;left:17.8125rem;width:29.9375rem;height:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRL9hCnlIQio9Ad1rrvuLk1F4DgEETnB { width:13rem;height:3.5rem;top:33.875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbFkaLva3X0MA5L8dQ1KVnU2EyhL60oT { display:block; }
 }@media only screen and (max-width: 763px) { #qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV { display:block; }#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEGgAGNt22p7rRr452AwmfFbZ5TVMKBv { top:6.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvLzVIcJAnnbhN0A58WI4lk5TNq75f61 { width:11.8125rem;height:3.4375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmTTOUTFnVEXF8MkDeQOLUZsqZLTo4V { display:block; }
 }@media only screen and (max-width: 763px) { #RxTAbpauMFMf3aFET2IMPoqIQOCEreR1 { width:11.8125rem;height:3.4375rem;top:13.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnrcMcxufnag9O2c2xNcbKuk7piipKoM { display:block; }
 }@media only screen and (max-width: 763px) { #ERVzCJyU8WMwNFUhmMW426T66iJ7HXHN { width:11.8125rem;height:3.4375rem;top:13.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZRs1fAUs52RBFbJBHidqkC69kWaUbnV { display:block; }
 }@media only screen and (max-width: 763px) { #A2fGIoy804TQEhUtw9uhzXpmJl0XsDMU { width:11.8125rem;height:3.4375rem;top:13.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoRySyPcECLS3Q4ObHZZCTiVcTB9WfNH { display:block; }
 }@media only screen and (max-width: 763px) { #qhTbH2W2KLSSLPcLSCiOKT3d70Q13qvC { width:11.8125rem;height:3.4375rem;top:13.125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJwTBa0Q17Xd1Abnxd4ct6CtOtZFJbGm { display:block; }
 }@media only screen and (max-width: 763px) { #OyTynVowfZy541bQ1oPnhLAIxTo0vmi0 { width:11.8125rem;height:3.4375rem;top:13.125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCFJqvBaJ5nKQSZIt0DR52f6Om0BFvs3 { display:block; }
 }@media only screen and (max-width: 763px) { #K7DZFugPrAtIE5I5cLgKqWNqnAy30km1 { top:18.1875rem;left:0rem;width:38.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuEMGXOdKoV6OkL9wWtkrbkyHrSXAr9U { top:21.5rem;left:29.4375rem;width:17.125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8HCbZK1ZmqNWrJqphWV2KCQ2GIfUwAy { top:24.375rem;left:17.8125rem;width:29.9375rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WunwRckLUw1UAu9IorI7F66HDf9KPWhX { width:13rem;height:3.5rem;top:33.125rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiZc4FnQh4V4n12DnNZ4lW6oUada7JGE { display:block; }
 }@media only screen and (max-width: 763px) { #UcuMbmDFSk235xKnpaGr7X5shOzgTde7 { display:block; }#UcuMbmDFSk235xKnpaGr7X5shOzgTde7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ac1utKbs4qh6c4lTHf1ufBLQ2f43dAf9 { top:6.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciWPaV3QzbKNfgoyUaTm6zBknWeKsOrs { width:11.8125rem;height:3.4375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibyAMtBCwyPk5q371J05zTuBouTZTPVX { display:block; }
 }@media only screen and (max-width: 763px) { #SkkumRXNDUqAPHW81uhGNcXA2pcuGKw0 { width:11.8125rem;height:3.4375rem;top:13.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE3imMhZf6mBcoSABZJR7PZUaQovT2fs { display:block; }
 }@media only screen and (max-width: 763px) { #cy9Omu901BA3FlXRgWGbTV7CV4IGKPFx { width:11.8125rem;height:3.4375rem;top:13.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofesur3ybS8ioeSNMPHqVuTOM25fUX16 { display:block; }
 }@media only screen and (max-width: 763px) { #XFK7TuxF8Z3JQMDD5UktmOc9XHV0DVJE { width:11.8125rem;height:3.4375rem;top:13.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6FNpzyxMJlv62cbmNES64G7bA7EsJl8 { display:block; }
 }@media only screen and (max-width: 763px) { #y763KlMUbpwmmxTV2pC3zkkTlXvbAdUG { width:11.8125rem;height:3.4375rem;top:13.125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXmS95vhgzkpiXPcPW08hSAuxhN1VGOg { display:block; }
 }@media only screen and (max-width: 763px) { #ATkmI4T2WQy1OikRJixJeCn8UHEltUoQ { width:11.8125rem;height:3.4375rem;top:13.125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U178wI9m2OBieOLVnqzkQJL1Kw507ynT { display:block; }
 }@media only screen and (max-width: 763px) { #sTDf2k5Wwb5TcNdGBQ1FJzuMA3uEJUS4 { top:19.125rem;left:0rem;width:39.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spZkVAmxQUx4ttith5dImu9qAC9QG2Tu { top:21.5rem;left:29.4375rem;width:17.125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z02LPHddLHoBBfXAgm5vzp6Er26nf3fW { top:24.375rem;left:17.8125rem;width:29.9375rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmL43w9T2ZazTxBJQEiMtmpSG3VJ9xpC { width:13rem;height:3.5rem;top:33.125rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzz0ra6cEhveFbwcyDDhwlu5Cxq1JJuG { display:block; }
 }@media only screen and (max-width: 763px) { #db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL { display:block; }#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0UliiMPyuO0mZTDWBArLQRt0nClrL3T { top:6.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJdAkLeSweDwIkbN68ehBbTTUhr8DFOK { width:11.8125rem;height:3.4375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aloJHE8iJDwATmKN2v6OieE9idVHX1is { display:block; }
 }@media only screen and (max-width: 763px) { #pK90eUL6t6Wqml8XO3VUAz05KxX7ft3a { width:11.8125rem;height:3.4375rem;top:13.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXJAKSQaS0hRutr5OGcwc8NnCglnsosb { display:block; }
 }@media only screen and (max-width: 763px) { #THk51Vu4a8XzDnlO3xSLwI80QKocXikp { width:11.8125rem;height:3.4375rem;top:13.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prNlbdVDsBBwPx1VRfGzf4HgmLhqHa7w { display:block; }
 }@media only screen and (max-width: 763px) { #WZ4Iu4WICP3D5RfwdfrNuvwXhXF5FVTS { width:11.8125rem;height:3.4375rem;top:13.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqo0t0UTtxLAhyFMX7CGKVJ9AOcQiiJO { display:block; }
 }@media only screen and (max-width: 763px) { #P7BcEepGkRF7RlOm7CrrWi7KDbyyT6gU { width:11.8125rem;height:3.4375rem;top:13.125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRsnrtwWBK1Pg6yNzAMhwOXAC6bpwfsv { display:block; }
 }@media only screen and (max-width: 763px) { #D3TcZCOpW79u1xRH7FLfwm4rc9IdOF7q { width:11.8125rem;height:3.4375rem;top:13.125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl2dlVdMyVe2kE0T9SMgT7sFwRU3yKqd { display:block; }
 }@media only screen and (max-width: 763px) { #E1MTG4ZQC1SclliPHrSN8T7ViBT1aKpA { top:17.3125rem;left:0rem;width:35.9375rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqTwxizmpnTpJhg1u2dVW9LVIoZWuxJc { top:20.75rem;left:29.4375rem;width:17.125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIi3Tmyifd9Eod7EvNZHFa1nykcR0yc9 { top:23.625rem;left:17.8125rem;width:29.9375rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duNPRswum4kLPI0JDlae02ZvsSQGtBmU { width:13rem;height:3.5rem;top:32.3125rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI2cD9xwhyq3wvazsZXOubs5SOklEAJi { display:block; }
 }@media only screen and (max-width: 763px) { #reDEFaLFgRweZnnNhHRfOeHUS4ekze7w { display:block; }#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWIf9MWE3TuZB80vJyxwQyGZqBXqJxuZ { top:6.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGkgCTOTzqi24Bm5iLwMSPQZAJ6TR2PT { width:13rem;height:3.5rem;top:32.25rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li45mAvfgClL6nIznTxFhKOvBDT5WNkO { display:block; }
 }@media only screen and (max-width: 763px) { #sDfKBo5VfgslhOoFvUlIPD1h3dUPKXF7 { top:12.9375rem;left:13.1875rem;width:21.375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWzSU9DdWIfbKFCd3nqBTdFhN1gowTay { top:12.9375rem;left:26.375rem;width:21.375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiPEnf3P0UbFymGH8A28QPHxwvSnxp1q { top:12.9375rem;left:0rem;width:21.375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixvc7g8DDVXgZBwvpZfsqqomllOTckSx { top:14.4375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv7ifAKuQ10M1hoRNaH4qkLFzeWQnitk { top:19.4375rem;left:0rem;width:17.125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBGkfbryohO83uMvQ8Hp27ykHXevTbDc { top:21.9375rem;left:0rem;width:17.4375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9bBq7BP0PuheoAnx06mEzObVEJkDb8 { top:19.4375rem;left:15.1875rem;width:17.125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdwffK2rMMnIKlBov2cMld7Si36XUn01 { top:14.4375rem;left:15.1875rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8P6ayyPstALi4WZSO6XcLXSpcLpOqnE { top:21.9375rem;left:15.1875rem;width:17.4375rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvlr5DTOZaAEm16LCITguC1oJ86aWXJZ { top:19.4375rem;left:30.625rem;width:17.125rem;height:4rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzan9k3ihGDxkTxDwEXiZCe1gg7ctvg6 { top:14.4375rem;left:38.0625rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVyiKL3iRT73B7CSRC5XvkEozVCsXqAb { top:23.9375rem;left:30.3125rem;width:17.4375rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 { display:block; }#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBxVO7EE0ARhe6TG0przNMudSPgi8TeZ { top:6.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZClCCFlTDokiB1bLLVzVsDAnuvB6XXFp { width:13rem;height:3.5rem;top:36.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWuhDpEfN5rmVTV1JWwK3xk7VohpTdxq { display:block; }
 }@media only screen and (max-width: 763px) { #lPQVGUDv2oEDa2hPoSqmacs88yc5XGSC { top:12.9375rem;left:13.1875rem;width:21.375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBhUILLPISvV8J5KAEnudlbKNOQgUMf4 { top:15.4375rem;left:15.3125rem;width:17.125rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwi4ybgBTB4nztxdTpEEK8vnTNTphLx9 { top:29rem;left:20.375rem;width:13rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTI2tvUxp2SVA8mBSXho1mJXVy8W17I { top:27.3125rem;left:20.375rem;width:13rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoTxiPDiTvttz3VuxNFur4MIyWbAzGIb { top:26.875rem;left:15.3125rem;width:4.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVVM2xlcyNz1UhHvXWaMBfwBJh98JBQm { top:12.9375rem;left:26.375rem;width:21.375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN90qyI6FKMAfTwS9uLkuy2Rk1pgAtim { top:15.4375rem;left:30.625rem;width:17.125rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFKgBuezRoTDLkLX95RWwxpMlCl2Te3e { top:26.875rem;left:38.1875rem;width:4.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9uTz0Zcf9NI4sFO6QsAFWBKK9w5GFEr { top:27.3125rem;left:34.75rem;width:13rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTs2bpcXA3gx4wckBnrsbnNc9cbR6iIm { top:29rem;left:34.75rem;width:13rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhDQkWuCTZani3HyMuQh5OSHaRcWL4WZ { top:12.9375rem;left:0rem;width:21.375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqvkdFaKixWRbXvNNKXuz6qpP0zQblQK { top:16.4375rem;left:0rem;width:17.125rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0wf61CQBOeyydANeTaUvATA5U7URX5d { top:27.875rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeSofosSG9yzRtsLHkvihG3fh882SSUI { top:28.3125rem;left:0rem;width:13rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9kOKks985ig5pDBMTPxmBZ7v07M6HJ4 { top:30rem;left:0rem;width:13rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7iiDsSIbewvzmiefco0v9iRutiT8ckl { display:block; }#g7iiDsSIbewvzmiefco0v9iRutiT8ckl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3RmueXopBH5A341x72Wn3k5nQGbSbTT { top:9.75rem;left:12.75rem;width:35rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRuRo8Sin3uZ7OdnnIHXPCXFC15qDuth { width:13rem;height:3.5rem;top:25.875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB8ucGWTMvJoD9vtOT9gMZxAD5w7OSgP { display:block; }
 }@media only screen and (max-width: 763px) { #zD7IDzEqe4DnISdnCf2GRTENDlTeUk7S { top:17.5rem;left:14rem;width:33.75rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEKuKWrqxDm7NvB5TnHHem6rNcInzWfR { top:5rem;left:0rem;width:36.5625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNyHBStihHTWncw0G6ds657DhvDbrB7J { top:18.3125rem;left:0rem;width:20rem;height:4rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn { display:block; }#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTxbcAyTEJDDXGkBvTRHu9So8BphOOzr { top:6.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR { display:flex;height:auto;width:27.8125rem;top:13.25rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #TcU6Ql6i7ofDAwwCWXqsUnBnf7FzP59e {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #covH5WqKhqiKCZkl8K5Ektrftd5GI58q {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #RJgR5r3whkKGbLbMTMIREzKwTHTHs1XC {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #o1D1tcS1VZzLqLUoyR9JHpLGcHvpadJx {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #zTX4Tf6GRTqqdZX5pyLI6cremT7vynZW {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #sq0lPaxMoI1V2TwMnUzavs9605aGc2Rc {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #TPliKyeA7xtnoHzeZl31ccKDdBSOwHnn {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #hKTSho1cF4CN63iCtreMd29ktC56RgtJ {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #Q6TPVXZsMDZLoMHhNTqe6qOSqVo4l9Cq {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #V2fly5ZHEHTQBzHEL3FtLmnMHJnIXDM6 {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #U6foWwBEbVcED0FWQ91olTte26XwSmDa {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #XvHWaCpDyWJTGbz5QWIkJIRmph7Ohl62 {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #d2s2BSRSn9SoKBhsPUNfnFBK7IkOikET {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #zKctBSbw1MTliMNfJOmVawIE9ukdgTXZ {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #sH3zpChWPNv8iJ5e8uJNAOUWD5DqE4Fg {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #qArqz5kcns1s9adi6xcmGUTx5PlLecV5 {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #DmPtQw4oF37LGE2vuugFinCC9gbApRG7 {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #gGTiHfl6vBPCdK0ETIGEzAtiX1rEMNwZ {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #EA37M8aB1h9xw7ob0Qz3TTF4wSevnnIz {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #qp5Cx79lEQUxpfSHLB3T4v6pGS4KTTTk {  }
 }@media only screen and (max-width: 763px) { #GT2zoRASRpD46qvIMv522pBzyZzuQU2n { display:block; }#GT2zoRASRpD46qvIMv522pBzyZzuQU2n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgMms6K1LNbJttt66IrCkqODChaQ7eOi { top:6.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa0Bd9pXL442kCVBL7Na9EVFbe2AyCXf { top:12.9375rem;left:13.1875rem;width:21.375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpoF2G6vtIcOpNk9a39Fvm5bxrQdItKC { top:28.6875rem;left:15.3125rem;width:17.125rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHrfFoFB7tzr8p5y4zd4N5UJ72ATRO5M { top:26.25rem;left:15.3125rem;width:13rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzh3NnSnHFfq3Tnhf8bxzyDm4r6X0kli { top:12.9375rem;left:26.375rem;width:21.375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec7F7gJtOnqUNoAC6cb7Nfdf4gHeGwpc { top:26.25rem;left:34.75rem;width:13rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVNDEX84eU23HneD471XoLDDiCOPI3ht { top:28.6875rem;left:30.625rem;width:17.125rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgpZKvl1michhcTK1mGUGrg61uGvLUio { top:12.9375rem;left:0rem;width:21.375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX6f4ESFu9bDGOuQR4odZ8ZcVasur03H { top:26.25rem;left:0rem;width:13rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOI9yRvdOKcs5uggasZWVT6TsCHneOBy { top:28.6875rem;left:0rem;width:17.125rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRroCBWX3i1533RdKRnCTvBAhIGwd2hO { top:12.9375rem;left:26.375rem;width:21.375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVzSdp1hp6d6M6qw2TLfTQq8onDvKKDi { top:12.9375rem;left:13.1875rem;width:21.375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DexwyOZFA9UcvRXxO50WOy7kpo50ahkN { top:12.9375rem;left:0rem;width:21.375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa { display:block; }#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMogPrin1sRcgE2TA1cw7RQwtBodWeRJ { top:1.5rem;left:0rem;width:6.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISGg5P8FSJf8H5Mc5llBK558i98K9qUg { top:1.6875rem;left:14rem;width:33.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:59.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bEBEu5JWT1eGr00G6vnvkiu31tNeFSzv { width:5.25rem;height:1.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxLDMGSMvBS118kNsMPDsZOmcWBHarNX { width:20rem;height:9.449225rem;top:5.25rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mowHUPNdThUflBl5sq5QTtiwb8m11DVL { width:20rem;height:7.749rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQu8Aq62lHTLTJkdAz9zmwCDE0UNtaeW { width:13rem;height:3.5rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpRubxpcIS20ubbWMiA9cDzQPVT4xCdb { display:block; }
 }@media only screen and (max-width: 763px) { #uprx7I8GiQ8fvQmTqW0B22XcNBUqmhke { width:20rem;height:21.344537815126rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXygFsXiaTUkzwdy0QtCnmyrXhCHuTe { display:block; }#DTXygFsXiaTUkzwdy0QtCnmyrXhCHuTe > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAwX4yeTqnRCfQG8CqnwBBT4bdpBJAnQ { width:5.25rem;height:1.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIvureSbsdNWXPWzDQZZM1T5Tmw0cos9 { width:20rem;height:9.449225rem;top:5.25rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HLlXbNORNbqbTFWcryFlgFcrCHwUzP0o { width:20rem;height:7.749025rem;top:15.875rem;left:0rem;font-size:1rem;color:#0c0212;display:block; }
 }@media only screen and (max-width: 763px) { #aybvXLCu7gM7NS51VEVBAZz4MwqIOzIk { width:13rem;height:3.5rem;top:24.875rem;left:0rem;color:#ffffff;background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rXF4oxlhXcEugH3kWZM7r6bxmaKcKrFR { display:block; }
 }@media only screen and (max-width: 763px) { #qFuQS1Te68RcKyt8Z6t3KhH3TJtvEvEQ { top:29.625rem;left:0rem;width:20rem;height:21.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI { display:block; }#kObnR6r3hl3w5UqohAmuBKNQN97Dc4oI > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJk9ugbTERskp1aSoU5bEskee3hTcrc0 { width:20rem;height:0.61946902654867rem;top:3.85546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PL9ygSMgp51FfzqvsTtOOLchAtvt7oT1 { width:20rem;height:2.7109375rem;top:2.33203125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF1Q4475zgo8Vwy9irHmWsHLvzuTPw6F { top:4.9375rem;left:0rem;width:20rem;height:12rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RGffzFPgifBr9opXfNQby6vkTJpLKTtZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7d7c956-6473-4ca7-989e-125ca66de9ad/Liczby_section_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RGffzFPgifBr9opXfNQby6vkTJpLKTtZ.adaptive-delivery-prevent-bg, #RGffzFPgifBr9opXfNQby6vkTJpLKTtZ.lazyload, #RGffzFPgifBr9opXfNQby6vkTJpLKTtZ.lazyloading { background-image: none; }#RGffzFPgifBr9opXfNQby6vkTJpLKTtZ > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kTR7ZxDKauLocVMELRW16ppnrw6gUlMQ { width:17.875rem;height:4.048825rem;top:3.75rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKRlae1S5te00QEi4K4aimXmWfgXoqSI { width:20rem;height:11.375rem;top:29.5625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyddxPgvB4Blrd9GqJZQIbFRn2WATlaz { width:17.4375rem;height:4.048825rem;top:30.8125rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbDRRm0fHzcTaw1MMDTRdt3FH7tXb622 { width:13rem;height:3.5rem;top:36.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnLu6RcmB1tm8UEs1su9E1kWFbr6zBlF { display:block; }
 }@media only screen and (max-width: 763px) { #SQ7WJpNxRRNqrzlWtBX6ZTTEfrsKS0Lz { width:20rem;height:4.75rem;top:9.0625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzt4BVXyg3v0Exp30B6Qa7W1LTaeMRfb { width:20rem;height:4.75rem;top:14.4375rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRzFW4VFNlTIyzoNuHawPynSKmr5m8Dk { width:20rem;height:4.75rem;top:19.8125rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBaet76nB7nEyXBdsgPVXDTAAV7mUiHJ { width:2.5rem;height:2.5rem;top:9.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrzlZrn47X9pFMwo5pCnEkyhA6KbeT0J { width:2.5rem;height:2.5rem;top:14.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6L41h8OEP0x0VzIQemP2O6pHhn2dPiK { width:2.5rem;height:2.5rem;top:20.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5qdBRhUAmyo2CtMdsCpakAOFQF7ifl0 { width:15rem;height:2.69921875rem;top:10rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFK4vHtwVsgvc7KOoNFl9Zpech3wITMP { width:15rem;height:2.69921875rem;top:15.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd12sPrLhqqm25eax4s4XcTOSyr4nOJx { width:15rem;height:2.69921875rem;top:20.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH0XK7qZJM3sMK8yov5XebC8tef3zg6u { width:2.4375rem;height:1.6875rem;top:10rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEmGlu7iARL9mgkQdZ8IZSWiQUuuI0cu { width:2.4375rem;height:1.6875rem;top:15.375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBX7eizPg0HoNN2aRwG722HxXvHvsVPa { width:2.4375rem;height:1.6875rem;top:20.75rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7d7c956-6473-4ca7-989e-125ca66de9ad/Liczby_section_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8.adaptive-delivery-prevent-bg, #nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8.lazyload, #nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8.lazyloading { background-image: none; }#nt8WWCcR6C2p0wT359Sqf3KQxXW4dth8 > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UIDp6G9a5hJ61g71NeED7P6lrTUMGo8U { width:17.875rem;height:4.048825rem;top:3.75rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vep7zszlbI2RSPH3v2nDQRC9BT1UaVQO { width:13rem;height:3.5rem;top:36.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFfEES4r8ddOsquyqJrfR9EMNTCTZHzU { display:block; }
 }@media only screen and (max-width: 763px) { #xMawQ975d3pVeH6ivhk69zWKvnnoM921 { width:20rem;height:4.75rem;top:9.0625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU79gbZ9Rw6cpqzQEaHczym95KoVstSv { width:20rem;height:4.75rem;top:14.4375rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eog9M6v2dE9FzZukHZp02LfKEsk5E02h { width:20rem;height:4.75rem;top:19.8125rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHGL6FvRU1ClbQR0bJ2MSQThHy4ybSSR { width:2.5rem;height:2.5rem;top:9.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGw1mA15xxolGfZehSM3MWb45V5s0ENM { width:2.5rem;height:2.5rem;top:14.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUqE0JfWvZ5TfzIuTyqgAp4XgqWlm5kT { width:2.5rem;height:2.5rem;top:20.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkV0t1mgnUuMGy4yb9rB2FcEx5UGyJ5P { width:15rem;height:2.69921875rem;top:10rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y874a2TgTFDufqDSTXMU1hoT7NMXg8ii { width:15rem;height:2.69921875rem;top:15.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIuJlUF2zoNynr1T4kzRUJLkzdwCVoLO { width:15rem;height:2.69921875rem;top:20.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw9Pi99hguhSI4c5vHAnNRlsxv4hM3TB { width:2.4375rem;height:1.6875rem;top:10rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX5sQBXOBh2RPMtxzT5s0qHUDTnFSoV4 { width:2.4375rem;height:1.6875rem;top:15.375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSTbQmd99c9HA7A0ueudxGvf6R3a46m1 { width:2.4375rem;height:1.6875rem;top:20.75rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7d7c956-6473-4ca7-989e-125ca66de9ad/Liczby_section_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3.adaptive-delivery-prevent-bg, #TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3.lazyload, #TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3.lazyloading { background-image: none; }#TypCSoqlNgxfHyfIc0Rv5Q1HyPNdvAW3 > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tfTnilG3poW8k0P8eTcA5oIG2A7yTB0f { width:17.875rem;height:4.048825rem;top:3.75rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hss2EQsEOECgrucoceDECWnkrT2LURPS { width:20rem;height:11.375rem;top:29.5625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmk3v6q7bpTogfkrDHLra7HCmq78nZxT { width:17.4375rem;height:4.048825rem;top:30.8125rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJWWJZuWobAvElCT1q2zi2c2RVR5nTiq { width:13rem;height:3.5rem;top:36.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF1NntMEecMMUWQsOEINegocl1DkZMTM { display:block; }
 }@media only screen and (max-width: 763px) { #Xy7aA3ZAsSHkfOKqGKdg2T8ek0zEENTb { width:20rem;height:4.75rem;top:9.0625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMx9rElcrkWeoaDkAVTTGbsmPrXW3sHT { width:20rem;height:4.75rem;top:14.4375rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl5zMCzfkXDtxbubGkTd38VZPMTdF7cT { width:20rem;height:4.75rem;top:19.8125rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNHQ9y2BCdpBNtxBBE69OLOHWtrci7ti { width:2.5rem;height:2.5rem;top:9.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TphwHRHC7000lLkbe1WVJvqhmAg3ER3y { width:2.5rem;height:2.5rem;top:14.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Hv7MWNcJ2cKDLBtiCwBUlUunk25tsO { width:2.5rem;height:2.5rem;top:20.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrX3AiriifpJ5aP3FTeLRUoxfi4KTNo { width:15rem;height:2.69921875rem;top:10rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o26tUmmTQxmMJxv3BtyLHwtHNw3UWToC { width:15rem;height:2.699225rem;top:15.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzTtbLbCk2VDUuf25gtTTvbC2wS6DsTS { width:15rem;height:2.699225rem;top:20.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQyh7RcBUDgp5SRWi2XrHRfBu8t1h4dN { width:2.4375rem;height:1.6875rem;top:10rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpIPLlnCMwqFBvF7iNL2XMAUiIBKNmE6 { width:2.4375rem;height:1.6875rem;top:15.375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2rsOXyKgN1N9PycX3POFOiPfUVs9ysf { width:2.4375rem;height:1.6875rem;top:20.75rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/affddeb4-3e30-4ffa-8ec3-4e642ba5de8c/Liczby_section_bg.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae.adaptive-delivery-prevent-bg, #x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae.lazyload, #x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae.lazyloading { background-image: none; }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae > .row .container { background-color: transparent; background-image: none; }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae > .row .container > .video-iframe-container { display: none; }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae > .row > .video-iframe-container { display: none; }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae > .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); }#x7P39Ub2axUAzyxT5HZEIBHdyUCnXXae > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtnHUBuiCncqgsoPcCuNDF5tu8hJcTFV { width:17.875rem;height:4.048825rem;top:3.75rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u9Mg68SmwazNos6AIWpCC0SzqqPoN4Hk { width:13rem;height:3.5rem;top:25.8125rem;left:3.5rem;background-color:#2f7dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZqkhDKKQrbEwwoKOTpL8oKy5t7b9huyh { display:block; }
 }@media only screen and (max-width: 763px) { #bxpXphduPbv46bMoXpl74Sl3ugLnnFNI { width:20rem;height:4.75rem;top:9.0625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6TaNyCft9TETnoENTrO8OW8G2vxXaxd { width:20rem;height:4.75rem;top:14.4375rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm8vUQzOh6s1NJAHkUWeIHQ659dEXoqB { width:20rem;height:4.75rem;top:19.8125rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUC6Gel8hVdHdIMxmVOaWadsyyHyT1mM { width:2.5rem;height:2.5rem;top:9.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAdZvTsr5yOIKWEq0rmoTQMwEMaqxuiv { width:2.5rem;height:2.5rem;top:14.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG51xdpCKzIxxiZBklfmZV5hnb4IbC9P { width:2.5rem;height:2.5rem;top:20.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi4BdCEzS0HNadydSmA0H5EgwBzsuyzs { width:15rem;height:2.69921875rem;top:10rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0XG95VN1sXxWWa47ckhWIaPH2DCJZA { width:15rem;height:2.699225rem;top:15.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIvWsigciTPMJTAMoh5kIC5Sn7Btowsf { width:15rem;height:2.699225rem;top:20.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeD46XpVuhS7JW1zBmCaFXCFwQX4hBRJ { width:2.4375rem;height:1.6875rem;top:10rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTefzt10IsWC40fGDZemMzBGrU4r0p0M { width:2.4375rem;height:1.6875rem;top:15.375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ZTxw2cbEsGAoiIw8mRn4d35QhaMQMr { width:2.4375rem;height:1.6875rem;top:20.75rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 { display:block; }#dRJQrLlJdMl1ElQipPb6I8BaZZJnP5c2 > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yx9TtKTHlSzAk8CDpXBNMCKsW8PmFudO { width:20rem;height:6.07324375rem;top:3.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3tG6uFloc1liTWTQSfKmBxNSJzJ8Jae { width:10rem;height:3.4375rem;top:11.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2L5UNakSy0aQwx3Ozw4Vrhq2fGD4fLp { display:block; }
 }@media only screen and (max-width: 763px) { #UOyy7fcKyBCdzwN2UXBgWPzLuoUQn8O1 { width:10rem;height:3.4375rem;top:11.0625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzhKvfyPuc9fhg4B7Lopv0lZ2GTDDt0s { display:block; }
 }@media only screen and (max-width: 763px) { #S87Taqov7GKRTdQi4rzR72gu8ycXumox { width:10rem;height:3.4375rem;top:15.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwB2U8747zDCDvm0vGgESkmmeTWGgWHS { display:block; }
 }@media only screen and (max-width: 763px) { #mhiXqBUaZHNm7ZzJHr2zuJx8clPzwc59 { width:10rem;height:3.4375rem;top:15.125rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2OgpKdpFCTXxaLxzTOLkAcKXnTLCUGn { display:block; }
 }@media only screen and (max-width: 763px) { #Dis60i3gIKddZX5lFm5benEqtbWxJNkG { width:10rem;height:3.4375rem;top:19.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b55NpOAanwQ27iz2czTU7tPa5yc3CVFc { display:block; }
 }@media only screen and (max-width: 763px) { #KdV7xEKwPnx40op5aVuaOaKqikydbVD8 { width:10rem;height:3.4375rem;top:19.1875rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCUQVKVysTw3sSMqtGmCL6oNQmNITZzn { display:block; }
 }@media only screen and (max-width: 763px) { #q2ozR5cBgdk5BznnRZoHJxURJLxd1iGW { width:20rem;height:12.0751875rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM3MTZqwy0Vn97ozJEcdxpV1i7otnc8I { width:17.125rem;height:2.0249rem;top:37.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTaAZdawrdS48NrqaGh26p3bqdSvGxFM { width:20rem;height:15.49805625rem;top:40.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ImUc0apbC0G9yBksKhL3hkIfBIdPmWgC { width:13rem;height:3.5rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huuT64O8bKy7tt4S2S2cTaEs2xOwfnB0 { display:block; }
 }@media only screen and (max-width: 763px) { #l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu { display:block; }#l3RTJ1G6480VpMWJs2qQNFRlyA7WT5Cu > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbQbczhl4WmVFfXWDSTEOT69Fhe0d5d8 { width:20rem;height:6.07324375rem;top:3.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKdIJqrsV4IOxakh50aRayuzc2l4v8KP { width:10rem;height:3.4375rem;top:11.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfVnnipfbZ1LafgDJo4zCTGXdm1RnJNe { display:block; }
 }@media only screen and (max-width: 763px) { #TmJurMwFT5RxiO8TOLTOOR3mlSXHs1ZL { width:10rem;height:3.4375rem;top:11.0625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdi4SZVODyAO36E6sd0v7whuZFZDVQmL { display:block; }
 }@media only screen and (max-width: 763px) { #Wp7DMTG6EOTXl9hIqe4H3lTE9GUiiUIp { width:10rem;height:3.4375rem;top:15.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktJngoOCbRD417gf74TcFQ8XwCDQvKSs { display:block; }
 }@media only screen and (max-width: 763px) { #BLveHGi1x7Eu6spPHFB5TrPGfVAHhI1O { width:10rem;height:3.4375rem;top:15.0625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWG0hF8lLzu8JtZRT2hnh3owo4nKnG3v { display:block; }
 }@media only screen and (max-width: 763px) { #mTAQFTLvHH6E6IIL3SHO3arxO3TSxoSf { width:10rem;height:3.4375rem;top:19.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdhoO7ry81zWJ0QJcopazUTeRHJAeDDO { display:block; }
 }@media only screen and (max-width: 763px) { #Q7g8pPrkZmboxs12HekwUaiAxorocTe9 { width:10rem;height:3.4375rem;top:19.0625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnrbXe7qClQvbwmlrqwQu8AJgxxTwvQT { display:block; }
 }@media only screen and (max-width: 763px) { #yb1Ggi8BRwb35QO2IvuJ0w2rNcQEp3eU { width:20rem;height:13.42775rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up88zPSuIABWPFU8Q7WS4hqbV32vPXyw { width:17.125rem;height:2.0249rem;top:37.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haokvIGIvpWFUPBqvrgW8htBUBoJZKoW { width:20rem;height:10.848625rem;top:40.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNMuTzVZhZa7n6FG42CXgvh2TltFfVa5 { width:13rem;height:3.5rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOyDuvKkRc6btWOyRo4zwoOoMbbqM0nD { display:block; }
 }@media only screen and (max-width: 763px) { #Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM { display:block; }#Wxvxi0gv3n65lFeamtWhThI9ZCMWJQiM > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPRxDPvdozwmBWiANVWwIiI6MMUGuGA3 { width:20rem;height:6.07324375rem;top:3.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQZHdUlw5Vo58VQLdP6W0b9MDWS2daKu { width:10rem;height:3.4375rem;top:11.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqKKXTkbdExU8bITTB7E9qXkii2hiV3E { display:block; }
 }@media only screen and (max-width: 763px) { #uXf7Jp4w2t7cUdiFcyQrbuyx782tedsx { width:10rem;height:3.4375rem;top:11.0625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBvBfOR8n1ob8zBJDdS4neqTinhXMyoB { display:block; }
 }@media only screen and (max-width: 763px) { #IdNf5HgRU5L27rvqxlpAN45NRT02euai { width:10rem;height:3.4375rem;top:14.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzfd3tFpScRrBoyiknPynTnh8VTdGnTC { display:block; }
 }@media only screen and (max-width: 763px) { #yDa2LVmffFa3Z0nWrMkJJbI2F8kupe4k { width:10rem;height:3.4375rem;top:14.4375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB5iQ2AhL6hd9yJ8ZG0KDofcdwNddSJB { display:block; }
 }@media only screen and (max-width: 763px) { #c9AcqWEGd12frclIUKWU52NcuvR5aiCv { width:10rem;height:3.4375rem;top:17.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDseFPfXzuQBeTdccW8iKAIi3zQPrtnk { display:block; }
 }@media only screen and (max-width: 763px) { #Mn3CCeimNKITG9JDqL0C6vi0QmpTsSUg { width:10rem;height:3.4375rem;top:17.8125rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shTSTA5GEqe2VcfxJNO7H4pQMHmpqrbr { display:block; }
 }@media only screen and (max-width: 763px) { #Ic9Kc5cBTGCH2EiIupTs0Pl74xQimf2X { width:20rem;height:10.6171875rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5PqLh2eBuhZaEKn5wTzQ7tp5vpzdpkU { width:17.125rem;height:2.0249rem;top:33.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVgTEOLTl9vL5owcbeqTiudGxXSTlAZl { width:20rem;height:10.848625rem;top:36.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRL9hCnlIQio9Ad1rrvuLk1F4DgEETnB { width:13rem;height:3.5rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbFkaLva3X0MA5L8dQ1KVnU2EyhL60oT { display:block; }
 }@media only screen and (max-width: 763px) { #qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV { display:block; }#qcB9RWVtCbl1Z7B5unMyoL4bRhVuKLeV > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEGgAGNt22p7rRr452AwmfFbZ5TVMKBv { width:20rem;height:6.07324375rem;top:3.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RvLzVIcJAnnbhN0A58WI4lk5TNq75f61 { width:10rem;height:3.4375rem;top:11.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmTTOUTFnVEXF8MkDeQOLUZsqZLTo4V { display:block; }
 }@media only screen and (max-width: 763px) { #RxTAbpauMFMf3aFET2IMPoqIQOCEreR1 { width:10rem;height:3.4375rem;top:11.0625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnrcMcxufnag9O2c2xNcbKuk7piipKoM { display:block; }
 }@media only screen and (max-width: 763px) { #ERVzCJyU8WMwNFUhmMW426T66iJ7HXHN { width:10rem;height:3.4375rem;top:14.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZRs1fAUs52RBFbJBHidqkC69kWaUbnV { display:block; }
 }@media only screen and (max-width: 763px) { #A2fGIoy804TQEhUtw9uhzXpmJl0XsDMU { width:10rem;height:3.4375rem;top:14.4375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoRySyPcECLS3Q4ObHZZCTiVcTB9WfNH { display:block; }
 }@media only screen and (max-width: 763px) { #qhTbH2W2KLSSLPcLSCiOKT3d70Q13qvC { width:10rem;height:3.4375rem;top:17.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJwTBa0Q17Xd1Abnxd4ct6CtOtZFJbGm { display:block; }
 }@media only screen and (max-width: 763px) { #OyTynVowfZy541bQ1oPnhLAIxTo0vmi0 { width:10rem;height:3.4375rem;top:17.8125rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCFJqvBaJ5nKQSZIt0DR52f6Om0BFvs3 { display:block; }
 }@media only screen and (max-width: 763px) { #K7DZFugPrAtIE5I5cLgKqWNqnAy30km1 { width:20rem;height:12.2255625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuEMGXOdKoV6OkL9wWtkrbkyHrSXAr9U { width:17.125rem;height:2.0249rem;top:35.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8HCbZK1ZmqNWrJqphWV2KCQ2GIfUwAy { width:20rem;height:10.848625rem;top:38.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WunwRckLUw1UAu9IorI7F66HDf9KPWhX { width:13rem;height:3.5rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiZc4FnQh4V4n12DnNZ4lW6oUada7JGE { display:block; }
 }@media only screen and (max-width: 763px) { #UcuMbmDFSk235xKnpaGr7X5shOzgTde7 { display:block; }#UcuMbmDFSk235xKnpaGr7X5shOzgTde7 > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ac1utKbs4qh6c4lTHf1ufBLQ2f43dAf9 { width:20rem;height:6.07324375rem;top:3.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ciWPaV3QzbKNfgoyUaTm6zBknWeKsOrs { width:10rem;height:3.4375rem;top:11.0732421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibyAMtBCwyPk5q371J05zTuBouTZTPVX { display:block; }
 }@media only screen and (max-width: 763px) { #SkkumRXNDUqAPHW81uhGNcXA2pcuGKw0 { width:10rem;height:3.4375rem;top:11.0732421875rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE3imMhZf6mBcoSABZJR7PZUaQovT2fs { display:block; }
 }@media only screen and (max-width: 763px) { #cy9Omu901BA3FlXRgWGbTV7CV4IGKPFx { width:10rem;height:3.4375rem;top:14.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofesur3ybS8ioeSNMPHqVuTOM25fUX16 { display:block; }
 }@media only screen and (max-width: 763px) { #XFK7TuxF8Z3JQMDD5UktmOc9XHV0DVJE { width:10rem;height:3.4375rem;top:14.5rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6FNpzyxMJlv62cbmNES64G7bA7EsJl8 { display:block; }
 }@media only screen and (max-width: 763px) { #y763KlMUbpwmmxTV2pC3zkkTlXvbAdUG { width:10rem;height:3.4375rem;top:17.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXmS95vhgzkpiXPcPW08hSAuxhN1VGOg { display:block; }
 }@media only screen and (max-width: 763px) { #ATkmI4T2WQy1OikRJixJeCn8UHEltUoQ { width:10rem;height:3.4375rem;top:17.875rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U178wI9m2OBieOLVnqzkQJL1Kw507ynT { display:block; }
 }@media only screen and (max-width: 763px) { #sTDf2k5Wwb5TcNdGBQ1FJzuMA3uEJUS4 { width:20rem;height:10.567375rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spZkVAmxQUx4ttith5dImu9qAC9QG2Tu { width:17.125rem;height:2.0249rem;top:33.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z02LPHddLHoBBfXAgm5vzp6Er26nf3fW { width:20rem;height:10.848625rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmL43w9T2ZazTxBJQEiMtmpSG3VJ9xpC { width:13rem;height:3.5rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzz0ra6cEhveFbwcyDDhwlu5Cxq1JJuG { display:block; }
 }@media only screen and (max-width: 763px) { #db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL { display:block; }#db7Bl06Pr3Emzv0sTkqPkINpB3fQrsLL > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0UliiMPyuO0mZTDWBArLQRt0nClrL3T { width:20rem;height:6.07324375rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJdAkLeSweDwIkbN68ehBbTTUhr8DFOK { width:10rem;height:3.4375rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aloJHE8iJDwATmKN2v6OieE9idVHX1is { display:block; }
 }@media only screen and (max-width: 763px) { #pK90eUL6t6Wqml8XO3VUAz05KxX7ft3a { width:10rem;height:3.4375rem;top:9.8125rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXJAKSQaS0hRutr5OGcwc8NnCglnsosb { display:block; }
 }@media only screen and (max-width: 763px) { #THk51Vu4a8XzDnlO3xSLwI80QKocXikp { width:10rem;height:3.4375rem;top:13.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prNlbdVDsBBwPx1VRfGzf4HgmLhqHa7w { display:block; }
 }@media only screen and (max-width: 763px) { #WZ4Iu4WICP3D5RfwdfrNuvwXhXF5FVTS { width:10rem;height:3.4375rem;top:13.25rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqo0t0UTtxLAhyFMX7CGKVJ9AOcQiiJO { display:block; }
 }@media only screen and (max-width: 763px) { #P7BcEepGkRF7RlOm7CrrWi7KDbyyT6gU { width:10rem;height:3.4375rem;top:16.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRsnrtwWBK1Pg6yNzAMhwOXAC6bpwfsv { display:block; }
 }@media only screen and (max-width: 763px) { #D3TcZCOpW79u1xRH7FLfwm4rc9IdOF7q { width:10rem;height:3.4375rem;top:16.6875rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl2dlVdMyVe2kE0T9SMgT7sFwRU3yKqd { display:block; }
 }@media only screen and (max-width: 763px) { #E1MTG4ZQC1SclliPHrSN8T7ViBT1aKpA { width:20rem;height:14.016625rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqTwxizmpnTpJhg1u2dVW9LVIoZWuxJc { width:17.125rem;height:2.0249rem;top:35.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIi3Tmyifd9Eod7EvNZHFa1nykcR0yc9 { width:20rem;height:10.848625rem;top:39.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duNPRswum4kLPI0JDlae02ZvsSQGtBmU { width:13rem;height:3.5rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI2cD9xwhyq3wvazsZXOubs5SOklEAJi { display:block; }
 }@media only screen and (max-width: 763px) { #reDEFaLFgRweZnnNhHRfOeHUS4ekze7w { display:block; }#reDEFaLFgRweZnnNhHRfOeHUS4ekze7w > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWIf9MWE3TuZB80vJyxwQyGZqBXqJxuZ { width:20rem;height:4.048825rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGkgCTOTzqi24Bm5iLwMSPQZAJ6TR2PT { width:13rem;height:3.5rem;top:57.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li45mAvfgClL6nIznTxFhKOvBDT5WNkO { display:block; }
 }@media only screen and (max-width: 763px) { #sDfKBo5VfgslhOoFvUlIPD1h3dUPKXF7 { width:20rem;height:14.5625rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWzSU9DdWIfbKFCd3nqBTdFhN1gowTay { width:20rem;height:15rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiPEnf3P0UbFymGH8A28QPHxwvSnxp1q { width:20rem;height:12.9375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixvc7g8DDVXgZBwvpZfsqqomllOTckSx { width:3.5rem;height:3.5rem;top:10.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv7ifAKuQ10M1hoRNaH4qkLFzeWQnitk { width:12rem;height:2.0249rem;top:15.6875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBGkfbryohO83uMvQ8Hp27ykHXevTbDc { width:17.4375rem;height:3.0996125rem;top:18.0625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9bBq7BP0PuheoAnx06mEzObVEJkDb8 { width:11.6875rem;height:2.0249rem;top:29.8125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdwffK2rMMnIKlBov2cMld7Si36XUn01 { width:3.5rem;height:3.4375rem;top:25.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8P6ayyPstALi4WZSO6XcLXSpcLpOqnE { width:17.4375rem;height:4.6494125rem;top:32.4375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvlr5DTOZaAEm16LCITguC1oJ86aWXJZ { width:14.125rem;height:4.048825rem;top:45.625rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzan9k3ihGDxkTxDwEXiZCe1gg7ctvg6 { width:3.5rem;height:3.4375rem;top:40.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVyiKL3iRT73B7CSRC5XvkEozVCsXqAb { width:17.4375rem;height:3.0996125rem;top:50.25rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 { display:block; }#cfmyBlCyeuJZOAHGMP2yuP3QVoe08Hd1 > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBxVO7EE0ARhe6TG0przNMudSPgi8TeZ { width:20rem;height:6.07324375rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZClCCFlTDokiB1bLLVzVsDAnuvB6XXFp { width:13rem;height:3.5rem;top:69.0625rem;left:3.5rem;background-color:#0c0212;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HWuhDpEfN5rmVTV1JWwK3xk7VohpTdxq { display:block; }
 }@media only screen and (max-width: 763px) { #lPQVGUDv2oEDa2hPoSqmacs88yc5XGSC { width:20rem;height:17.25rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBhUILLPISvV8J5KAEnudlbKNOQgUMf4 { width:17.125rem;height:9.44725rem;top:32.0625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwi4ybgBTB4nztxdTpEEK8vnTNTphLx9 { width:13rem;height:1.54980625rem;top:44.875rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTI2tvUxp2SVA8mBSXho1mJXVy8W17I { width:13rem;height:1.74365rem;top:43.1875rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoTxiPDiTvttz3VuxNFur4MIyWbAzGIb { width:4.0625rem;height:4rem;top:42.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVVM2xlcyNz1UhHvXWaMBfwBJh98JBQm { width:20rem;height:17.25rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN90qyI6FKMAfTwS9uLkuy2Rk1pgAtim { width:17.125rem;height:9.44725rem;top:50.5625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFKgBuezRoTDLkLX95RWwxpMlCl2Te3e { width:4.0625rem;height:4rem;top:61.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9uTz0Zcf9NI4sFO6QsAFWBKK9w5GFEr { width:13rem;height:1.74365rem;top:61.6875rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTs2bpcXA3gx4wckBnrsbnNc9cbR6iIm { width:13rem;height:1.54980625rem;top:63.375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhDQkWuCTZani3HyMuQh5OSHaRcWL4WZ { width:20rem;height:17.8125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqvkdFaKixWRbXvNNKXuz6qpP0zQblQK { width:17.125rem;height:9.44725rem;top:13.5625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0wf61CQBOeyydANeTaUvATA5U7URX5d { width:4rem;height:4rem;top:24.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeSofosSG9yzRtsLHkvihG3fh882SSUI { width:9.9375rem;height:1.74365rem;top:24.75rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9kOKks985ig5pDBMTPxmBZ7v07M6HJ4 { width:8.4375rem;height:1.54980625rem;top:26.4375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7iiDsSIbewvzmiefco0v9iRutiT8ckl { display:block; }#g7iiDsSIbewvzmiefco0v9iRutiT8ckl > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3RmueXopBH5A341x72Wn3k5nQGbSbTT { width:20rem;height:0;top:19.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NRuRo8Sin3uZ7OdnnIHXPCXFC15qDuth { width:13rem;height:3.5rem;top:33.232421875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB8ucGWTMvJoD9vtOT9gMZxAD5w7OSgP { display:block; }
 }@media only screen and (max-width: 763px) { #zD7IDzEqe4DnISdnCf2GRTENDlTeUk7S { width:20rem;height:7.749rem;top:24.234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GEKuKWrqxDm7NvB5TnHHem6rNcInzWfR { width:20rem;height:15.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNyHBStihHTWncw0G6ds657DhvDbrB7J { width:20rem;height:4.048825rem;top:18.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn { display:block; }#vlRvQC29T5FVTCOSPFZLuyVDZfPOHdKn > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTxbcAyTEJDDXGkBvTRHu9So8BphOOzr { width:20rem;height:4.048825rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR .accordion-heading-text { font-size:1rem;height:auto; }
#Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR { display:flex;height:auto;width:20rem;top:9.046875rem;left:0rem;gap:0.75rem; }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #TcU6Ql6i7ofDAwwCWXqsUnBnf7FzP59e {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #covH5WqKhqiKCZkl8K5Ektrftd5GI58q {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #RJgR5r3whkKGbLbMTMIREzKwTHTHs1XC {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #o1D1tcS1VZzLqLUoyR9JHpLGcHvpadJx {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #zTX4Tf6GRTqqdZX5pyLI6cremT7vynZW {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #sq0lPaxMoI1V2TwMnUzavs9605aGc2Rc {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #TPliKyeA7xtnoHzeZl31ccKDdBSOwHnn {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #hKTSho1cF4CN63iCtreMd29ktC56RgtJ {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #Q6TPVXZsMDZLoMHhNTqe6qOSqVo4l9Cq {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #V2fly5ZHEHTQBzHEL3FtLmnMHJnIXDM6 {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #U6foWwBEbVcED0FWQ91olTte26XwSmDa {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #XvHWaCpDyWJTGbz5QWIkJIRmph7Ohl62 {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #d2s2BSRSn9SoKBhsPUNfnFBK7IkOikET {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #zKctBSbw1MTliMNfJOmVawIE9ukdgTXZ {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #sH3zpChWPNv8iJ5e8uJNAOUWD5DqE4Fg {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #qArqz5kcns1s9adi6xcmGUTx5PlLecV5 {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #DmPtQw4oF37LGE2vuugFinCC9gbApRG7 {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #gGTiHfl6vBPCdK0ETIGEzAtiX1rEMNwZ {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #EA37M8aB1h9xw7ob0Qz3TTF4wSevnnIz {  }
 }@media only screen and (max-width: 763px) { #Pww8MIg8O1p510O9A6gw3NgsdZHMbMLR #qp5Cx79lEQUxpfSHLB3T4v6pGS4KTTTk {  }
 }@media only screen and (max-width: 763px) { #GT2zoRASRpD46qvIMv522pBzyZzuQU2n { display:block; }#GT2zoRASRpD46qvIMv522pBzyZzuQU2n > .row .container { width:20rem;height:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgMms6K1LNbJttt66IrCkqODChaQ7eOi { width:20rem;height:4.048825rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa0Bd9pXL442kCVBL7Na9EVFbe2AyCXf { width:20rem;height:21rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpoF2G6vtIcOpNk9a39Fvm5bxrQdItKC { width:17.125rem;height:5.0625rem;top:46.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHrfFoFB7tzr8p5y4zd4N5UJ72ATRO5M { width:13rem;height:1.35595625rem;top:44.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzh3NnSnHFfq3Tnhf8bxzyDm4r6X0kli { width:20rem;height:21rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec7F7gJtOnqUNoAC6cb7Nfdf4gHeGwpc { width:13rem;height:1.35595625rem;top:66.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVNDEX84eU23HneD471XoLDDiCOPI3ht { width:17.125rem;height:5.0625rem;top:69rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgpZKvl1michhcTK1mGUGrg61uGvLUio { width:20rem;height:21rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX6f4ESFu9bDGOuQR4odZ8ZcVasur03H { width:13rem;height:1.35595625rem;top:22.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOI9yRvdOKcs5uggasZWVT6TsCHneOBy { width:17.125rem;height:5.0625rem;top:24.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRroCBWX3i1533RdKRnCTvBAhIGwd2hO { height:10.818713450292rem;width:20rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVzSdp1hp6d6M6qw2TLfTQq8onDvKKDi { height:10.818713450292rem;width:20rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DexwyOZFA9UcvRXxO50WOy7kpo50ahkN { height:10.818713450292rem;width:20rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa { display:block; }#Ou4MuV9xQnGn8qkGNipwbQ7SKcmxutqa > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMogPrin1sRcgE2TA1cw7RQwtBodWeRJ { width:5.1875rem;height:1.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISGg5P8FSJf8H5Mc5llBK558i98K9qUg { width:15.4375rem;height:2.7119125rem;top:0.89453125rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }