.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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;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); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8eb057;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { background-color: transparent; background-image: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .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); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { border-width: 0; border-radius: 0; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { font-size:0.875rem;font-family:"open sans";height:5.375rem;width:75rem;position:relative;display:block; }#JWlKibGSX8LguSsTbpws8ziLKaUzTesN { color:#0f3047;display:block;width:29.5rem;position:absolute;font-family:barlow;font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.52783203125rem;left:15.9375rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#0f3047;padding-top:0.45875rem;padding-right:0.408125rem;padding-bottom:0.45875rem;padding-left:0.408125rem;display:block;align-items:center;width:2.45rem;min-width:2.45rem;height:2.46625rem;position:relative;font-family:barlow;font-size:1.835rem;font-weight:700;line-height:39.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-label { background-color:;background-image:none;color:#0f3047;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.286875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.266875rem;height:0.975rem;position:relative;font-family:barlow;font-size:0.688125rem;font-weight:400;line-height:15.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:8.5625rem;height:4.645625rem;padding-top:0.0575rem;padding-right:0.058125rem;padding-bottom:0.0575rem;padding-left:0.058125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.25rem;left:46.625rem;z-index:15003; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #BK3VKaJsIqVhOXw3wEAWwnIuhBbykruh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #fb27rr1TTZW7U98QyKvIKPAAs3vLkacq { width:auto; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #LR8pXkSyW8JNdr32aXlsW2XnvcP8Q1zl {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #TcP3KKsBi1VmTOqlzCIvbXxxZfKnSfqI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #IJhKT7LhoQo2aBSdcslIUGnVfZDJVJ9J {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #aTdZ5PEnixxmw2ub82Wd42H5BeFFmoAW {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #d4n5OxeuL4OyRCCH5RibRgkOBeDE1Wry { display:flex;position:relative;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qTkiTILykrqzfgibCItOAVvT8vnnJaae {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #FK5TmPi4UBeWvPCr2dSb5ci19wTEiN4J {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qeXLxxfx1MPCgeXTprFpVA824g91LGUV { display:flex;position:relative;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #bTDxuB0LB8iAAPoZ8ZLRflc3lEbbFSP6 {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #q1S4PcXcRJVsiXltkkRyVwxUZUG5C0aR {  }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(244,247,235,0.9);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:19.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#HT2OPPypdDTFQ00keuXez82H3XTSPU0A { position:absolute;display:block;z-index:15001;height:4.625rem;width:8.25rem;top:0rem;left:7.5rem;display:block; }
#M6KgpXeKLSlibpiiimgooafHm5ECbuIc { color:#293e3d;display:block;width:35.375rem;position:absolute;font-family:barlow;font-size:2.6875rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:8.2529296875rem;left:0rem;height:6.449225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JfMQVWsTsdJ3kGhsr65O8cBwbTe9Z6yA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:14.8125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#eOFHRgmoQOKJpgvQybJtVFSzuufPEJGU { 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:15rem;width:37.5rem;top:1.75rem;left:37.5rem;overflow:hidden;display:block; }
#hGD9TS3MLtroyrhqLdNoObB5c9TkBzIT { 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:4.3125rem;width:10.3125rem;top:2.375rem;left:18.8125rem;overflow:hidden;display:block; }
#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f3047;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; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { background-color: transparent; background-image: none; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container > .video-iframe-container { display: none; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row > .video-iframe-container { display: none; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .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); }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { border-width: 0; border-radius: 0; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#u7Te8cRQpXJl8LLTc9lC0rgXFVcQuMZR { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:25.9375rem;height:9.74853125rem;text-align:left;text-align-last:left;display:block; }
#q46qVzTPBbnrwMHKgSWeUUoolquqAzGR { color:#ffffff;display:block;width:36rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.9375rem;left:25.9375rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#ss0N5D69RPSLc22CDhFtMyENNWJnWyuV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:15.3125rem;top:1.0625rem;left:3.96875rem;overflow:hidden;display:block; }
#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { position:relative;display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { background-color: transparent; background-image: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container > .video-iframe-container { display: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row > .video-iframe-container { display: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .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); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { border-width: 0; border-radius: 0; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EhNaGKvlKrPWdBpbsycg5Orxf4ivlSZf { color:#2f2a80;display:block;width:52.4375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.8125rem;left:11.25rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#kDLvSoApO7pHywHz78cyvNohDvsn3kMH { color:#2f2a80;display:block;width:36.3125rem;position:absolute;font-family:barlow;font-size:5.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.80078125rem;left:19.34375rem;height:7.6371875rem;text-align:center;text-align-last:center;display:block; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d02525;background-image:none;color:#ffffff;padding-top:0.796875rem;padding-right:0.70875rem;padding-bottom:0.796875rem;padding-left:0.70875rem;display:block;align-items:center;width:4.253125rem;min-width:4.253125rem;height:4.28375rem;position:relative;font-family:barlow;font-size:3.188125rem;font-weight:700;line-height:68.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-text.counter-label { background-color:;background-image:none;color:#2f2a80;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.498125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.67rem;height:1.69375rem;position:relative;font-family:barlow;font-size:1.195625rem;font-weight:400;line-height:27.1px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.3125rem;height:8.069375rem;padding-top:0.99625rem;padding-right:1.013125rem;padding-bottom:0.99625rem;padding-left:1.013125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.5625rem;left:29.8125rem;z-index:15013; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #OkNSwTV5CqPBpXQwoaX0nleaEVRTuXxR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #uiA6f6o01WxhLkoDyNe44TsHwQ6MsXyX { width:auto; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #tcsNsFWnREhk4zBmJRHxOAwZcyl4vmv1 {  }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #lUsXJtPuX7rO2ncc1Vz5PTb3wVMErDb8 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #QeRo82qMzFX3QbNhMSmC0yuvVovRlMfJ {  }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #HwmSDiSnKXqiZkwmBkE4AziC1urpDJeb {  }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #DVgBEzJBWxldbnwp7WLwODHbflPfEfNo { display:flex;position:relative;top:0rem;left:0rem; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #ZwgDAlbwo5RPIeg9BWFChQCbrkdWCGCB {  }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #mAmUsq6Ioh3449A1kkqZRLZpKshfvBsa {  }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #lMCONAwbgSgR1lGhiqIVhZpIFmQNTWve { display:flex;position:relative;top:0rem;left:0rem; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #mML2IfyTOPvhElkg5xey3P7vFNdsDcJm {  }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #Q0aMo37KuyKTQl3grW67pO7nDK0KPzfd {  }
#MIwVPuNo4VIoCeLhhMnnuywuMGAWIKsl { color:#d02525;display:block;width:57.5625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:43.6875rem;left:8.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rlZMTyCaVtxf6aAAiRQrAEBlpOObLhES { color:#2f2a80;display:block;width:43.125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:48.875rem;left:17.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#POQCQdPwZF2KGBlRRx774eXHo8F9KUs9 { 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:4.125rem;width:10.375rem;top:10.37548828125rem;left:32.3125rem;overflow:hidden;display:block; }
#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF { background-color:#2f2a80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row .container { background-color: transparent; background-image: none; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row .container > .video-iframe-container { display: none; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row > .video-iframe-container { display: none; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .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); }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row .container { border-width: 0; border-radius: 0; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row .container { width:75rem;height:49rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gkBaA1OiiHrsr8JrWZw8ngdO4PBTW8TT { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:70.9375rem;left:8.5rem;display:none; }
#enwxlSJqaFBVEVTicT2m0txG69XupPpA { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.125rem;left:37.125rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#xDOFdSMM830VNWfundW1gE6d9GLxvuzl { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:33.5rem;left:47.4375rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#fZTtaNRXpDaxgCTaB8CRTqinmMp8vUEP { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:33.5rem;left:46.9375rem;overflow:hidden;display:block; }
#yzgJr8DVrM4L9EPEi7myoiMQHiMN17zq { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:37.25rem;left:39.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#P9nQT3ZAHAuRedA2ce1k8NgomF4iHpSc { background-color:#c83238;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39.125rem;left:38.5625rem;display:block; }
#inRMJFX8xy60wDoaoHAbyT1taARIp097 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XAAV4l9vygTJbrdJhea5iaPmFhuAaqPI { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.625rem;left:34.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iua8pMl1wBCnP0ODDvozyEoDiz4lzSpG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5625rem;width:28.5625rem;top:6.125rem;left:4.3125rem;overflow:hidden;display:block; }
#HqFLdoR1ybHKMRafBSPrRTX39ydCABxM { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:35.5625rem;height:11.375rem;text-align:left;text-align-last:left;display:block; }
#qdwNHTXPHK7nlKIJLEZ6bsiggl2Wr1Ea { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:35.5625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#osV3w6b7lb52T8a87ato4rsfIfZEnTn2 { color:#171b1b;display:block;width:36.5rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:22.3125rem;left:35.5rem;height:5.1181625rem;text-align:left;text-align-last:left;display:block; }
#JmC0lA9qvsdb51F7TgU5Nrraxu6b5OpC { color:#171b1b;display:block;width:39.5rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.5rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#xp2Z9PMPKTAaTp6vPqSCDJn9Dq2nL2zk { box-sizing:content-box;height:41.3125rem;width:71.0625rem;position:absolute;display:block;z-index:15002;background-color:#18194a;background-image:none;top:3.875rem;left:2.1875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#OXScpdBqeDBTKJxcrZ8hnByx97MuNSzl { position:absolute;display:block;z-index:15036;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.5625rem;width:4rem;top:33.125rem;left:43rem;overflow:hidden;display:block; }
#AH8RwdwlskwP0PF2oZD0B0Qlrbd3aHLZ { color:#c83238;display:block;width:15.5625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:37.6875rem;left:10rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#c83238;padding-top:0.50875rem;padding-right:0.4575rem;padding-bottom:0.50875rem;padding-left:0.4575rem;display:block;align-items:center;width:2.743125rem;min-width:2.743125rem;height:2.734375rem;position:relative;font-family:barlow;font-size:2.035rem;font-weight:700;line-height:43.75px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-text.counter-label { background-color:;background-image:none;color:#c83238;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.318125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6575rem;height:1.080625rem;position:relative;font-family:barlow;font-size:0.763125rem;font-weight:400;line-height:17.29px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:8.75rem;height:5.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.537109375rem;left:24.1875rem;z-index:15015; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #lFaN3G1TAXTEoe4HRBxtaPTnMd6r4vFB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #Vn1KP9TAQDfbkKKg8yu4KAAJTVqlRHlw { width:auto; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #KKJ3QVUg9fEVcV6ce4n0s9Rs3PT0kK2P {  }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #lmy0g0WrySbTthrX1EczyGzGSxN1Tt2h { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #VG8iBNcAWNxuI8fAa94ogHe8gc0XOfD9 {  }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #euN9x4AMJ13dClCTktVRWlvyV1AotbSn {  }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #dfWh7KmUM5Fsw5IsiZQWyn1JOGnVl5qw { display:flex;position:relative;top:0rem;left:0rem; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #X52JpcZWVdo3wJbxp7LFJwDfDve66CH8 {  }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #TWOnbOmrMvNHKh0ZJTXkhCt6CmIHANwr {  }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #chxKAi1XWUilpmp1MW5IOzwJ2pkqyy1i { display:flex;position:relative;top:0rem;left:0rem; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #DXaZFirLK93Fzsk3fxJtnmdu1bSKdO8K {  }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #Ne5KRnmUs8Cd3DldNQ9GuZ0ubaaMMs3z {  }
#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t { background-color:#812132;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row .container { background-color: transparent; background-image: none; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row .container > .video-iframe-container { display: none; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row > .video-iframe-container { display: none; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .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); }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row .container { border-width: 0; border-radius: 0; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row .container { width:75rem;height:45.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UrAyHOED71UX9BlMK9abmeFsr4VkRLyb { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:70.9375rem;left:8.5rem;display:none; }
#whmZ6lQsaRmaH83gansIrwL8q5y6feJf { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.875rem;left:37.25rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#qzyyMTy6DZGa2a2NCQoyC3IF88DbJETN { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.25rem;left:47.5rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#RC4zVyiEZ8GAOUVCoE7mpXg3THStoEMF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:25.25rem;left:46.75rem;overflow:hidden;display:block; }
#JsyboVyuJ1wRbpxrQV133IAUeWlPBTT9 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29.3125rem;left:39.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#iCR9Daql6CbuDLzXDnPVdNt5OZVK7fQa { background-color:#c83238;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.6875rem;left:38.5625rem;display:block; }
#KX6iFMey777624TlTsNI0oN0nhrCVpbi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9MUE7ylN9owH79DORyd7PJEfEPL587r { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.0625rem;left:34.625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tigw4vWAWBxZ5PGVMA9tIkJyg93Bh2eZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:28.5625rem;top:6.25rem;left:4.3125rem;overflow:hidden;display:block; }
#BOAtAJC0sbNBLQLT1qVqsIiHhvd5vsZL { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10rem;left:35.5625rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#LZ9RgrUA9fB6ceT9T3EhBnyNiAeFtLfz { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:35.5625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#E9SDbhKkbG5WrUOTtv3IV7eF9JBcVKC2 { color:#171b1b;display:block;width:39.5rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:17.9375rem;left:35.5rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#WIwJ8qIKS09mHC1MaV91c8v6eEMkLbcK { box-sizing:content-box;height:37.4375rem;width:71.0625rem;position:absolute;display:block;z-index:15002;background-color:#4f111c;background-image:none;top:3.9375rem;left:2.1875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#opNVmtvP6aV0Et96GxlwQccRrywnwTd3 { position:absolute;display:block;z-index:15036;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.5625rem;width:4rem;top:24rem;left:43.5rem;overflow:hidden;display:block; }
#XpVPyzSGH2LHt07RW2aruw4JzBcPZ47x { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:35.9375rem;left:10.8125rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.50875rem;padding-right:0.4575rem;padding-bottom:0.50875rem;padding-left:0.4575rem;display:block;align-items:center;width:2.743125rem;min-width:2.743125rem;height:2.734375rem;position:relative;font-family:barlow;font-size:2.035rem;font-weight:700;line-height:43.75px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.318125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6575rem;height:1.080625rem;position:relative;font-family:barlow;font-size:0.763125rem;font-weight:400;line-height:17.29px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:9.3125rem;height:5.150625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:34.75rem;left:24.1875rem;z-index:15016; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #RKXS7EuLa5oR4gAb4ox6tQhSH1lQiHOZ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #xXuc9IBsKcHqmSHeoG1GyPm0B4qK3EOn { width:auto; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #Q9MzhHvgocZcwXWaEDHOomO0AM3XAXgB {  }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #l4sr95wLZirF7RCCTn0QLiOEO8dZVTAM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #n9kJu1AIqmewB1DGJXbXiq9qLJU7s67E {  }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #sEUSDTImSPJJrG1zg4POJFU2H0scI3NF {  }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #ezOfP41zJOqW2TTfxLh8cWcovZLLWNzA { display:flex;position:relative;top:0rem;left:0rem; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #EWoUhEDMF0XsB2lobVHXmTvU6AxZNgZT {  }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #kLvGBiH1Ataz83C4GsUk12OP01RmcWhD {  }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #HQvSvUdCmikQu5zVby7zra7Dw1SK5XyT { display:flex;position:relative;top:0rem;left:0rem; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #Eu8qZA5urTmQm7i4yISRf7XaFtCWQn7K {  }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #ipimE6rCUiy0EzTSWnEuZf1vEh5VLLK1 {  }
#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp { background-color:#345a63;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row .container { background-color: transparent; background-image: none; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row .container > .video-iframe-container { display: none; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row > .video-iframe-container { display: none; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .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); }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row .container { border-width: 0; border-radius: 0; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row .container { width:75rem;height:53.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LCvIzEIUFbl5OQQ4LqOewTU2ChX5Kdvh { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:70.9375rem;left:8.5rem;display:none; }
#E5cGF2g51oHBWgqtAmZ13oDWETkgRy0S { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.5625rem;left:36.9375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#tcWizNhl8aNMJlmyOUzdmMVlzFEWUTiy { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:36.9375rem;left:47.25rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#XnWr90ut77lhS3JSWevyWN6p5H0yMSpL { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:36.9375rem;left:46.75rem;overflow:hidden;display:block; }
#FpIwSBIzBOaQKvPH8vM3oiOTXnWVZEvJ { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.6875rem;left:39.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#oKC1FVCdEWKB62KDvkbftKa9K4X9D05Q { background-color:#c83238;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:43.1875rem;left:38.375rem;display:block; }
#wcxqJ1Lz0MTuxBbwTK23LPuOXQMLkh2L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WEfT6F9TcapOwCLT6vWCdKolWNGbolPT { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:34.625rem;left:34.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cBsN4g31FIG8oGHn1p8SUm6ul1VNer9I { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:28.5rem;top:6.5rem;left:4.125rem;overflow:hidden;display:block; }
#ea69mCJpa5yvB061scTm0IW4s2z9adf1 { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:35.1875rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#uiE45aoA7UKXseAE3RfXDXglvTgi4VKH { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:35.375rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#UTPnnerexZXv9nV3HNzbfQm0skzRCC2S { box-sizing:content-box;height:44.125rem;width:71.0625rem;position:absolute;display:block;z-index:15002;background-color:#172d35;background-image:none;top:4.1875rem;left:2rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#BqA0tNNssS2TfCdvfHcXBIMRgn6ORt1d { position:absolute;display:block;z-index:15035;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.5625rem;width:4rem;top:36.125rem;left:43.5625rem;overflow:hidden;display:block; }
#btfnpuhXha0By9HSNctmAVl1SmIILvnQ { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.375rem;left:35.1875rem;height:14.625rem;text-align:left;text-align-last:left;display:block; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.50875rem;padding-right:0.4575rem;padding-bottom:0.50875rem;padding-left:0.4575rem;display:block;align-items:center;width:2.743125rem;min-width:2.743125rem;height:2.734375rem;position:relative;font-family:barlow;font-size:2.035rem;font-weight:700;line-height:43.75px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.318125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6575rem;height:1.080625rem;position:relative;font-family:barlow;font-size:0.763125rem;font-weight:400;line-height:17.29px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:9.3125rem;height:5.1503875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.9375rem;left:23.375rem;z-index:15017; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #pywdBgf5ZqUzGJ4tCl6VB84Fm37yXPdz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #uy2lehcwOZ2svvtqFaFZyq7lt9x0ESFA { width:auto; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #mD7cXkugwuSTX2XzV1BEQkRTZGuLoEwI {  }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #SRFINry6nP7CMkZ7s5Xi7W2KZb0M8hLN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #EQRpncgQEBCUcvWyOnokiS5KLzlkylCS {  }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #wdgIvCoBJKIcKd8nfLaZkOBGHiNXc2CJ {  }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #LlgI91mrTXEkeEU9JXSTrGXFA9Uqf4Jg { display:flex;position:relative;top:0rem;left:0rem; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #P33zRWkLt0D8rNdHTyQK0I4ls5JMpfqf {  }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #DUtKxQC7E8qnPi0Rv8bFd6BreRgdqI8H {  }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #WlFI0ZTEU6fD4QTmWMxs5ELoBI8rIvic { display:flex;position:relative;top:0rem;left:0rem; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #pbd3GXxOAtQz70sVafmDh2cdNGXQ9QqN {  }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #hNbDmRlAZKnAMDWos8HE5kXvUZ2GidW1 {  }
#K6kdQ8Skmlhfm7TnVUPtR2UmM2frQlUB { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:38.0498046875rem;left:9.5rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff { 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; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container { background-color: transparent; background-image: none; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container > .video-iframe-container { display: none; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row > .video-iframe-container { display: none; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .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); }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container { border-width: 0; border-radius: 0; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc { 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; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container { background-color: transparent; background-image: none; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container > .video-iframe-container { display: none; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row > .video-iframe-container { display: none; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .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); }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container { border-width: 0; border-radius: 0; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR { 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; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { background-color: transparent; background-image: none; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container > .video-iframe-container { display: none; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row > .video-iframe-container { display: none; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .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); }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { border-width: 0; border-radius: 0; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#AXQd7qCEsryAxV9OLqbk802nxdRttM3L { color:#2f2a80;display:block;width:36.3125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.0615234375rem;left:19.34375rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { position:relative;display:block; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { background-color: transparent; background-image: none; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container > .video-iframe-container { display: none; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row > .video-iframe-container { display: none; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .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); }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { border-width: 0; border-radius: 0; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:69rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oFuDi1GKta0qgq5ML3GEGs2VMzPZTvry { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:60rem;top:0.8955078125rem;left:7.5rem;overflow:hidden;display:block; }
#xHdewNmffHQhomd5KrwXyZF8iw8CgnlQ { 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:9.4375rem;width:60rem;top:15.8330078125rem;left:7.5rem;overflow:hidden;display:block; }
#hdcL1HpVRDqnql1fCUWaymeDIcq0rZE3 { 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:10.6875rem;width:60rem;top:25.2705078125rem;left:7.5rem;overflow:hidden;display:block; }
#UEDRoQVPlUTra95TRawXzJ6th0UyG7R5 { position:absolute;display:block;z-index:15018;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:9.875rem;width:60rem;top:54.51708984375rem;left:7.5rem;overflow:hidden;display:block; }
#Gh14Fz0LTNN7of3UDwF2mOTxD2G1Tckf { position:absolute;display:block;z-index:15019;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:9.3125rem;width:60rem;top:35.95751953125rem;left:7.5rem;overflow:hidden;display:block; }
#tdBXZFkNcF49iQLMlQGS7XwtIN99Mp3N { position:absolute;display:block;z-index:15020;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:9.25rem;width:60rem;top:45.2685546875rem;left:7.5rem;overflow:hidden;display:block; }
#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2a80;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row .container { border-width: 0; border-radius: 0; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:none; }#bS6WZzRGpRw5cqVilQxevPwW8Pd8cb2b { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:barlow;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#rn2TBaloTVWPus8KncCOzTeGhhmBO5mm { color:#ffffff;display:block;width:39.875rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#XvcGvV5aGLxuradcpqXB6oSecH9LN7R9 { 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:33.25rem;width:26.1875rem;top:2.5625rem;left:48.8125rem;overflow:hidden;display:block; }
#CfH5nJeG0tv3XLedGztXDpA0E9rpv2Xh { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:18.6865rem;text-align:left;text-align-last:left;display:block; }
#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;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; }#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV > .row .container { background-color: transparent; background-image: none; }#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV > .row .container > .video-iframe-container { display: none; }#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV > .row > .video-iframe-container { display: none; }#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV > .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); }#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV > .row .container { border-width: 0; border-radius: 0; }#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#g3ylkaCiyDvktfnr388HuLTlJtvJmtGt { color:#2f2a80;display:block;width:43.1875rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.6875rem;left:31.8125rem;height:12.347625rem;text-align:justify;text-align-last:initial;display:block; }
#tzJOL0sN5IDppaAi2oWTKQ9JoerMMiag { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#h4IgEGb1hOl1mUkUeZg8ecrpHVo3rPVq { color:#2f2a80;display:block;width:43.1875rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.0625rem;left:31.8125rem;height:3.25rem;text-align:justify;text-align-last:initial;display:block; }
#BRgZcIqdJCd42IszOmTUJZ1sZ21iGZc7 { color:#2f2a80;display:block;width:43.1875rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:31.8125rem;height:1.54345625rem;text-align:justify;text-align-last:initial;display:block; }
#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffced5;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; }#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 > .row .container { background-color: transparent; background-image: none; }#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 > .row .container > .video-iframe-container { display: none; }#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 > .row > .video-iframe-container { display: none; }#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 > .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); }#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 > .row .container { border-width: 0; border-radius: 0; }#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#K7TRTdKOLQ3BVK3CTX7OsJny728GWBCG { color:#812132;display:block;width:43.1875rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:10.8041875rem;text-align:justify;text-align-last:initial;display:block; }
#bTIMlpTcioyc5sHVe8bTKdv8TMIsdLVX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:3.25rem;left:46.875rem;overflow:hidden;display:block; }
#TcKzeAA4itAKdw2URCA9RIxaXd8EtDs7 { color:#812132;display:block;width:43.1875rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:3.25rem;text-align:justify;text-align-last:initial;display:block; }
#rQOGSBomydUT5y1Qh9ldy5catTrMtyEz { color:#812132;display:block;width:43.1875rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.54345625rem;text-align:justify;text-align-last:initial;display:block; }
#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh { 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; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container { background-color: transparent; background-image: none; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container > .video-iframe-container { display: none; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row > .video-iframe-container { display: none; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .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); }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container { border-width: 0; border-radius: 0; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#aJGPT88ah8WWTlK9NoP717VQ6QJeVr78 { color:#2b1899;display:block;width:26rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#uu8agt8RgK8MDDxLlQ8sXT6vDx2LgJwa { color:#2b1899;display:block;width:24.625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#GtrmiRt2F7xGhDMmvowP34sa8QAFIpTM { color:#2b1899;display:block;width:25.5625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:5.5244125rem;display:block; }
#LoNRKZCgIIkMP5P8CaPcfw33t7dQpXWZ { position:absolute;display:block;z-index:15018;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:26.5rem;width:46.875rem;top:2.78125rem;left:28.125rem;overflow:hidden;display:block; }
#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#18194a;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; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container { background-color: transparent; background-image: none; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container > .video-iframe-container { display: none; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row > .video-iframe-container { display: none; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .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); }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container { border-width: 0; border-radius: 0; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#W845786rhdg65SFuV7TFNQfv0amK6c9w { background-color:#c83238;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6245625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.0625rem;left:40.25rem;display:block; }
#opTVOfhe3zWE1WcP80gcV2lh1T6buXI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HaUaM5nWWARxCsMKcTGThS9Q580OiE3U { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5625rem;left:53.4375rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#g3hiOAqRu2UzZs8F7M5QzIXTvX5qM8oP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.6237rem;width:8.1865rem;top:17.8125rem;left:52.875rem;overflow:hidden;display:block; }
#XE4ydlpagGCdsGHlM9bHIqcr8JpuID9b { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.25rem;left:44.4375rem;height:3.8183625rem;text-align:left;text-align-last:left;display:block; }
#ufOuhun0II9T7oqs0TyW3wEPxFGd94wc { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.4990234375rem;left:35.68701171875rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#c83238;padding-top:0.7075rem;padding-right:0.634375rem;padding-bottom:0.7075rem;padding-left:0.634375rem;display:block;align-items:center;width:3.805rem;min-width:3.805rem;height:3.801875rem;position:relative;font-family:barlow;font-size:2.829375rem;font-weight:700;line-height:60.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-text.counter-label { background-color:;background-image:none;color:#c83238;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.441875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.073125rem;height:1.5025rem;position:relative;font-family:barlow;font-size:1.06125rem;font-weight:400;line-height:24.04px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.125rem;height:7.16125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.75rem;left:46.5rem;z-index:15015; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #MZIzBckiSNzbokdl1eMVdTyMubPELm5A { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #gXL4unKpM2NPOXGKVpBedpbS6zA5KhNC { width:auto; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #XS14LmZyoUdOdrBouBgH5zIip7G8a5mD {  }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #NsVeHNv0PT0qyJmupZENEeUuJb98vkdA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #OKwE65O1icHFeMF42MnW8ebSwuOc9Mnx {  }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #prM4vyG5qQvC7LmrfCoGwoCTfbR1xGWT {  }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #pXIyTdUkWr7kioGDLXQTJndMzhZex4pG { display:flex;position:relative;top:0rem;left:0rem; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #aB0ANaRGneWTGBUTLIGcmaAFeDBI6X0h {  }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #WWZm5pB0DzkvvNE8W9aef28GTOECq3Hc {  }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #B9BpZSudQdCT5x1MaHQQ7EGZOERo3ZlR { display:flex;position:relative;top:0rem;left:0rem; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #SoJWuMOTTm7v7oTmUgZ5021muVfP4JtS {  }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #u7AUADyTzaIiruCn6xTPx2S1CrC3xFlq {  }
#ECqxzgNpHHXu1N4k65fO7iKtMMtyOf0a { 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:2.125rem;width:5.4375rem;top:15.75rem;left:49.125rem;overflow:hidden;display:block; }
#zHOcBamM9OCsOe8nMfhbXcZ73ylXMLi8 { position:absolute;display:block;z-index:15007;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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:21rem;width:21rem;top:5.15625rem;left:6.71728515625rem;overflow:hidden;display:block; }
#oLmExvqST7hohLpeKGRouLAhmLyTPgTT { 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; }#oLmExvqST7hohLpeKGRouLAhmLyTPgTT > .row .container { background-color: transparent; background-image: none; }#oLmExvqST7hohLpeKGRouLAhmLyTPgTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLmExvqST7hohLpeKGRouLAhmLyTPgTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLmExvqST7hohLpeKGRouLAhmLyTPgTT > .row .container > .video-iframe-container { display: none; }#oLmExvqST7hohLpeKGRouLAhmLyTPgTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLmExvqST7hohLpeKGRouLAhmLyTPgTT > .row > .video-iframe-container { display: none; }#oLmExvqST7hohLpeKGRouLAhmLyTPgTT > .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); }#oLmExvqST7hohLpeKGRouLAhmLyTPgTT > .row .container { border-width: 0; border-radius: 0; }#oLmExvqST7hohLpeKGRouLAhmLyTPgTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLmExvqST7hohLpeKGRouLAhmLyTPgTT > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f111c;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; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container { background-color: transparent; background-image: none; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container > .video-iframe-container { display: none; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row > .video-iframe-container { display: none; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .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); }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container { border-width: 0; border-radius: 0; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#E2kSp20eSCHUXxufbKwOAXR1K8wSMghe { background-color:#c83238;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6245625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.625rem;left:41.75rem;display:block; }
#s0EdQy4HdAmDAwt9oJuw4C2W6rTVRxIy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4gTxB4B6N2DDbbgSDCxRUMTuwdOn3qm { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:54.9375rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#TzeAfmf3QHgNxzsU0b7zkh1cemzzwMfa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.6237rem;width:8.1865rem;top:17.375rem;left:54.375rem;overflow:hidden;display:block; }
#RSyfXvZr3Q5RvVAHclAWZOCey7zyPN87 { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.8125rem;left:45.9375rem;height:3.8183625rem;text-align:left;text-align-last:left;display:block; }
#Bv1wGNmZzf8GMgSRVVHNL5M6xEbpmLCw { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.4993495941162rem;left:37.213543891907rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.7075rem;padding-right:0.634375rem;padding-bottom:0.7075rem;padding-left:0.634375rem;display:block;align-items:center;width:3.805rem;min-width:3.805rem;height:3.801875rem;position:relative;font-family:barlow;font-size:2.829375rem;font-weight:700;line-height:60.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.441875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.073125rem;height:1.5025rem;position:relative;font-family:barlow;font-size:1.06125rem;font-weight:400;line-height:24.04px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.125rem;height:7.16125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.3125rem;left:48rem;z-index:15015; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #C89N6vw1u7gL2mcMLWa6rCf4xuSZRRKw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #DkPwPGoNFhV2tKhPJLwHmytTpswIVs91 { width:auto; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #XPS5Hdt1cMh0pCMXl4XTKpFt52WSdvMS {  }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #CS3GSlfbxyUTZTHEMVubhiTXlAHX3cul { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #WPgIKRHr3t165mPTAvmfFXhKRgJTnWmT {  }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #ai7D33c4kKoTuCoUyUunvfzR6HlSNd3T {  }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #Ukb6WDbpCPtaGTJlzuaSBwZQbxqrhezB { display:flex;position:relative;top:0rem;left:0rem; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #TKwHlTNQyXN8WBIur2mAEMGLP3TGUcEA {  }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #OAps5oudr5oDhv2TmI3NGCVUEFl5nSJA {  }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #OHsPWFFfPClRGkrkpIXnhJwXdUMTfCuA { display:flex;position:relative;top:0rem;left:0rem; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #CxxeZTFVGdChD5UTtBE99cv5HU5FQEzM {  }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #NonnqoEHcpfDTopu6Zcf92TDhBcwiQny {  }
#aDeNfnlXHBRBAz8V06OLk6B5FreM366S { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.23) ;height:21rem;width:21rem;top:4.44873046875rem;left:6.59228515625rem;overflow:hidden;display:block; }
#QHGnwg2xN6aPBsm74FHJitzgK5fOMNlz { 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:2.125rem;width:5.4375rem;top:15.3125rem;left:50.625rem;overflow:hidden;display:block; }
#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 { 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; }#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 > .row .container { background-color: transparent; background-image: none; }#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 > .row .container > .video-iframe-container { display: none; }#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 > .row > .video-iframe-container { display: none; }#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 > .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); }#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 > .row .container { border-width: 0; border-radius: 0; }#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#172d35;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; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container { background-color: transparent; background-image: none; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container > .video-iframe-container { display: none; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row > .video-iframe-container { display: none; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .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); }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container { border-width: 0; border-radius: 0; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#JAoqv7cgfQEw2l8ZpxFTdlvPJtnf6FKp { background-color:#c83238;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6245625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.6875rem;left:40.3125rem;display:block; }
#diIB9ToUBx0KtLTZk8BRTcTQ4yGe3svh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iz28sBK2n5RWP1JmAmTEzdUTc66uNlBd { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.1875rem;left:53.5rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#T0eKGCsQ7sTKP9t2nAgnBPWVRTwuzT0E { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.6237rem;width:8.1865rem;top:17.4375rem;left:52.9375rem;overflow:hidden;display:block; }
#aW9sUP2ZuoGVKno9cDEmvVOUgbgCk9zs { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.875rem;left:44.5rem;height:3.8183625rem;text-align:left;text-align-last:left;display:block; }
#ZdVEcLXoDVmRVGlStr7W4S2hyrlyntGc { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.8125rem;left:35.75rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#c83238;padding-top:0.7075rem;padding-right:0.634375rem;padding-bottom:0.7075rem;padding-left:0.634375rem;display:block;align-items:center;width:3.805rem;min-width:3.805rem;height:3.801875rem;position:relative;font-family:barlow;font-size:2.829375rem;font-weight:700;line-height:60.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-text.counter-label { background-color:;background-image:none;color:#c83238;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.441875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.073125rem;height:1.5025rem;position:relative;font-family:barlow;font-size:1.06125rem;font-weight:400;line-height:24.04px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.125rem;height:7.16125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.375rem;left:46.5625rem;z-index:15015; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #g8JTrxmSVuuZGzyxCwCikhCsdbniNaUT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #N0SITiS2y81PAkv2lhTiMbCsEXorXSam { width:auto; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #HCeUiymqz6260sgXrCL9SHpnVvAM8TBg {  }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #ft4T8cnQnixDLaCUOGuW4e6frLPIdpCc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #Vbw1dcg2vfP69qhkPTJn3OzdUnqmRZPU {  }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #JfE2ynzvH2pRuh2wUy7JaAETi7tTqapM {  }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #Eo7ayKLKm9pPnZ147PT0oJ4SKpaVx0DH { display:flex;position:relative;top:0rem;left:0rem; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #vU2EchXRWmNVuc3qgq5dhVm1ZhcfyXf8 {  }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #dX0kdzVBx6bb5ztDnTJC4caAPZwlUvJU {  }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #N3eTGzAdmN9torZNCcoqGvVykAiVBTST { display:flex;position:relative;top:0rem;left:0rem; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #y4mAuOySMB9I2BOXMu8wsTPfNIF89UVF {  }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #viGroxS00PJTXV9BN2MlcImdkVkOINHV {  }
#Tou1PZTWi0R2MoUS81Z636kTrdQUM66J { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.23) ;height:21rem;width:21rem;top:4.44873046875rem;left:6.40478515625rem;overflow:hidden;display:block; }
#Ebuii0vy1T5KQQLxn9FdSfg2n7ZJ9zJQ { 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:2.125rem;width:5.4375rem;top:15.375rem;left:49.1875rem;overflow:hidden;display:block; }
#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { background-color: transparent; background-image: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container > .video-iframe-container { display: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container { display: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .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); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { border-width: 0; border-radius: 0; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { font-size:0.875rem;font-family:"open sans";height:17.875rem;width:75rem;position:relative;display:block; }#hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { color:#2f2a80;display:block;width:23.4375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:25.75rem;height:9.09864375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#KielANdqOZXgdbIAMtTZ21ggpe99XvOK { color:#000000;display:block;width:13.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:54.25rem;height:1.381075rem;text-align:center;text-align-last:center;display:block; }
#waXDvruWctg2L22T2Vdn3za9t4tOeyZq { color:#2f2a80;display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6484375rem;left:55.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { position:absolute;display:block;z-index:15002;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:3rem;width:6.8125rem;top:5.404296875rem;left:4.75rem;overflow:hidden;display:block; }
#LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:6.6875rem;top:5.404296875rem;left:13.75rem;overflow:hidden;display:block; }
#RpE2fE12MpTO7urldvgBsil0FNN23rmE { 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:3.6875rem;width:5.375rem;top:11.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.75rem;top:8.998046875rem;left:8.25rem;overflow:hidden;display:block; }
#o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { 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:2.8125rem;width:7.0625rem;top:11.3125rem;left:14.21875rem;overflow:hidden;display:block; }
#zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { position:absolute;display:block;z-index:15001;height:2.0625rem;width:14.1875rem;top:11.0625rem;left:60.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk { display:block; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWlKibGSX8LguSsTbpws8ziLKaUzTesN { width:29.5rem;height:2.1875rem;top:1.5rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy { width:9rem;height:5.0625rem;display:flex;top:3.6875rem;left:28.5rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #BK3VKaJsIqVhOXw3wEAWwnIuhBbykruh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #fb27rr1TTZW7U98QyKvIKPAAs3vLkacq {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #LR8pXkSyW8JNdr32aXlsW2XnvcP8Q1zl {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #TcP3KKsBi1VmTOqlzCIvbXxxZfKnSfqI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #IJhKT7LhoQo2aBSdcslIUGnVfZDJVJ9J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #aTdZ5PEnixxmw2ub82Wd42H5BeFFmoAW {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #d4n5OxeuL4OyRCCH5RibRgkOBeDE1Wry { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qTkiTILykrqzfgibCItOAVvT8vnnJaae {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #FK5TmPi4UBeWvPCr2dSb5ci19wTEiN4J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qeXLxxfx1MPCgeXTprFpVA824g91LGUV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #bTDxuB0LB8iAAPoZ8ZLRflc3lEbbFSP6 {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #q1S4PcXcRJVsiXltkkRyVwxUZUG5C0aR {  }
 }@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) { #HT2OPPypdDTFQ00keuXez82H3XTSPU0A { width:8.25rem;height:4.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6KgpXeKLSlibpiiimgooafHm5ECbuIc { width:35.375rem;height:6.4375rem;top:8.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfMQVWsTsdJ3kGhsr65O8cBwbTe9Z6yA { width:14.8125rem;height:4.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOFHRgmoQOKJpgvQybJtVFSzuufPEJGU { width:37.5rem;height:15rem;top:1.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGD9TS3MLtroyrhqLdNoObB5c9TkBzIT { width:10.3125rem;height:4.3125rem;top:2.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 { display:block; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7Te8cRQpXJl8LLTc9lC0rgXFVcQuMZR { width:46.375rem;height:9.6875rem;top:3.9375rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q46qVzTPBbnrwMHKgSWeUUoolquqAzGR { width:36rem;height:1.9375rem;top:15.9375rem;left:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss0N5D69RPSLc22CDhFtMyENNWJnWyuV { width:15.3125rem;height:21.8125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJlXVksnG22WJNMgT1oTTKXU9wSamGy { display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhNaGKvlKrPWdBpbsycg5Orxf4ivlSZf { width:47.75rem;height:14.625rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDLvSoApO7pHywHz78cyvNohDvsn3kMH { width:36.3125rem;height:7.625rem;top:2.75rem;left:5.71875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #OkNSwTV5CqPBpXQwoaX0nleaEVRTuXxR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #uiA6f6o01WxhLkoDyNe44TsHwQ6MsXyX {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #tcsNsFWnREhk4zBmJRHxOAwZcyl4vmv1 {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #lUsXJtPuX7rO2ncc1Vz5PTb3wVMErDb8 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #QeRo82qMzFX3QbNhMSmC0yuvVovRlMfJ {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #HwmSDiSnKXqiZkwmBkE4AziC1urpDJeb {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #DVgBEzJBWxldbnwp7WLwODHbflPfEfNo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #ZwgDAlbwo5RPIeg9BWFChQCbrkdWCGCB {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #mAmUsq6Ioh3449A1kkqZRLZpKshfvBsa {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #lMCONAwbgSgR1lGhiqIVhZpIFmQNTWve { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #mML2IfyTOPvhElkg5xey3P7vFNdsDcJm {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #Q0aMo37KuyKTQl3grW67pO7nDK0KPzfd {  }
 }@media only screen and (max-width: 763px) { #MIwVPuNo4VIoCeLhhMnnuywuMGAWIKsl { width:47.75rem;height:3.25rem;top:43.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlZMTyCaVtxf6aAAiRQrAEBlpOObLhES { width:43.125rem;height:4.875rem;top:48.875rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQCQdPwZF2KGBlRRx774eXHo8F9KUs9 { width:10.375rem;height:4.125rem;top:10.375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTrVXIpzlFnMWhyZL34RXeabiT7geBlF { display:none; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gkBaA1OiiHrsr8JrWZw8ngdO4PBTW8TT { width:3.125rem;height:;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #enwxlSJqaFBVEVTicT2m0txG69XupPpA { width:12.0625rem;height:3.375rem;top:33.125rem;left:23.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOFdSMM830VNWfundW1gE6d9GLxvuzl { width:8.75rem;height:2.625rem;top:33.5rem;left:33.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZTtaNRXpDaxgCTaB8CRTqinmMp8vUEP { width:8.1875rem;height:2.625rem;top:33.5rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzgJr8DVrM4L9EPEi7myoiMQHiMN17zq { width:12.4375rem;height:1.1875rem;top:37.25rem;left:26.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9nQT3ZAHAuRedA2ce1k8NgomF4iHpSc { width:14.8125rem;height:2.75rem;top:39.125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inRMJFX8xy60wDoaoHAbyT1taARIp097 { display:block; }
 }@media only screen and (max-width: 763px) { #XAAV4l9vygTJbrdJhea5iaPmFhuAaqPI { width:22.75rem;height:1.1875rem;top:31.625rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iua8pMl1wBCnP0ODDvozyEoDiz4lzSpG { width:28.5625rem;height:28.5625rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqFLdoR1ybHKMRafBSPrRTX39ydCABxM { width:34.8125rem;height:11.375rem;top:9.9375rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdwNHTXPHK7nlKIJLEZ6bsiggl2Wr1Ea { width:34.4375rem;height:2.625rem;top:6.1875rem;left:13.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osV3w6b7lb52T8a87ato4rsfIfZEnTn2 { width:36.5rem;height:5.0625rem;top:22.3125rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmC0lA9qvsdb51F7TgU5Nrraxu6b5OpC { width:39.5rem;height:1.6875rem;top:28.0625rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp2Z9PMPKTAaTp6vPqSCDJn9Dq2nL2zk { width:47.75rem;height:41.3125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXScpdBqeDBTKJxcrZ8hnByx97MuNSzl { width:4rem;height:1.5625rem;top:33.125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH8RwdwlskwP0PF2oZD0B0Qlrbd3aHLZ { width:15.5625rem;height:2.875rem;top:37.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #lFaN3G1TAXTEoe4HRBxtaPTnMd6r4vFB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #Vn1KP9TAQDfbkKKg8yu4KAAJTVqlRHlw {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #KKJ3QVUg9fEVcV6ce4n0s9Rs3PT0kK2P {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #lmy0g0WrySbTthrX1EczyGzGSxN1Tt2h { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #VG8iBNcAWNxuI8fAa94ogHe8gc0XOfD9 {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #euN9x4AMJ13dClCTktVRWlvyV1AotbSn {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #dfWh7KmUM5Fsw5IsiZQWyn1JOGnVl5qw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #X52JpcZWVdo3wJbxp7LFJwDfDve66CH8 {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #TWOnbOmrMvNHKh0ZJTXkhCt6CmIHANwr {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #chxKAi1XWUilpmp1MW5IOzwJ2pkqyy1i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #DXaZFirLK93Fzsk3fxJtnmdu1bSKdO8K {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #Ne5KRnmUs8Cd3DldNQ9GuZ0ubaaMMs3z {  }
 }@media only screen and (max-width: 763px) { #oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t { display:none; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UrAyHOED71UX9BlMK9abmeFsr4VkRLyb { width:3.125rem;height:;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #whmZ6lQsaRmaH83gansIrwL8q5y6feJf { width:12.0625rem;height:3.375rem;top:24.875rem;left:23.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzyyMTy6DZGa2a2NCQoyC3IF88DbJETN { width:8.75rem;height:2.625rem;top:25.25rem;left:33.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC4zVyiEZ8GAOUVCoE7mpXg3THStoEMF { width:8.1875rem;height:2.625rem;top:25.25rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsyboVyuJ1wRbpxrQV133IAUeWlPBTT9 { width:12.4375rem;height:1.1875rem;top:29.3125rem;left:26.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCR9Daql6CbuDLzXDnPVdNt5OZVK7fQa { width:14.8125rem;height:2.75rem;top:31.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX6iFMey777624TlTsNI0oN0nhrCVpbi { display:block; }
 }@media only screen and (max-width: 763px) { #Z9MUE7ylN9owH79DORyd7PJEfEPL587r { width:22.75rem;height:1.1875rem;top:22.0625rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tigw4vWAWBxZ5PGVMA9tIkJyg93Bh2eZ { width:28.5625rem;height:28.5rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOAtAJC0sbNBLQLT1qVqsIiHhvd5vsZL { width:34.8125rem;height:6.5rem;top:10rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ9RgrUA9fB6ceT9T3EhBnyNiAeFtLfz { width:34.4375rem;height:2.625rem;top:6.25rem;left:13.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9SDbhKkbG5WrUOTtv3IV7eF9JBcVKC2 { width:39.5rem;height:1.6875rem;top:17.9375rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIwJ8qIKS09mHC1MaV91c8v6eEMkLbcK { width:47.75rem;height:37.4375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opNVmtvP6aV0Et96GxlwQccRrywnwTd3 { width:4rem;height:1.5625rem;top:24rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpVPyzSGH2LHt07RW2aruw4JzBcPZ47x { width:15.5625rem;height:2.875rem;top:35.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #RKXS7EuLa5oR4gAb4ox6tQhSH1lQiHOZ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #xXuc9IBsKcHqmSHeoG1GyPm0B4qK3EOn {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #Q9MzhHvgocZcwXWaEDHOomO0AM3XAXgB {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #l4sr95wLZirF7RCCTn0QLiOEO8dZVTAM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #n9kJu1AIqmewB1DGJXbXiq9qLJU7s67E {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #sEUSDTImSPJJrG1zg4POJFU2H0scI3NF {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #ezOfP41zJOqW2TTfxLh8cWcovZLLWNzA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #EWoUhEDMF0XsB2lobVHXmTvU6AxZNgZT {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #kLvGBiH1Ataz83C4GsUk12OP01RmcWhD {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #HQvSvUdCmikQu5zVby7zra7Dw1SK5XyT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #Eu8qZA5urTmQm7i4yISRf7XaFtCWQn7K {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #ipimE6rCUiy0EzTSWnEuZf1vEh5VLLK1 {  }
 }@media only screen and (max-width: 763px) { #hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp { display:none; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LCvIzEIUFbl5OQQ4LqOewTU2ChX5Kdvh { width:3.125rem;height:;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5cGF2g51oHBWgqtAmZ13oDWETkgRy0S { width:12.0625rem;height:3.375rem;top:36.5625rem;left:23.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcWizNhl8aNMJlmyOUzdmMVlzFEWUTiy { width:8.75rem;height:2.625rem;top:36.9375rem;left:33.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnWr90ut77lhS3JSWevyWN6p5H0yMSpL { width:8.1875rem;height:2.625rem;top:36.9375rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpIwSBIzBOaQKvPH8vM3oiOTXnWVZEvJ { width:12.4375rem;height:1.1875rem;top:40.6875rem;left:25.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKC1FVCdEWKB62KDvkbftKa9K4X9D05Q { width:14.8125rem;height:2.75rem;top:43.1875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxqJ1Lz0MTuxBbwTK23LPuOXQMLkh2L { display:block; }
 }@media only screen and (max-width: 763px) { #WEfT6F9TcapOwCLT6vWCdKolWNGbolPT { width:22.75rem;height:1.1875rem;top:34.625rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBsN4g31FIG8oGHn1p8SUm6ul1VNer9I { width:28.5rem;height:28.5rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea69mCJpa5yvB061scTm0IW4s2z9adf1 { width:34.8125rem;height:4.875rem;top:10.25rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiE45aoA7UKXseAE3RfXDXglvTgi4VKH { width:34.4375rem;height:2.625rem;top:6.5rem;left:13.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTPnnerexZXv9nV3HNzbfQm0skzRCC2S { width:47.75rem;height:44.125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqA0tNNssS2TfCdvfHcXBIMRgn6ORt1d { width:4rem;height:1.5625rem;top:36.125rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btfnpuhXha0By9HSNctmAVl1SmIILvnQ { width:34.8125rem;height:14.625rem;top:16.375rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #pywdBgf5ZqUzGJ4tCl6VB84Fm37yXPdz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #uy2lehcwOZ2svvtqFaFZyq7lt9x0ESFA {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #mD7cXkugwuSTX2XzV1BEQkRTZGuLoEwI {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #SRFINry6nP7CMkZ7s5Xi7W2KZb0M8hLN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #EQRpncgQEBCUcvWyOnokiS5KLzlkylCS {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #wdgIvCoBJKIcKd8nfLaZkOBGHiNXc2CJ {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #LlgI91mrTXEkeEU9JXSTrGXFA9Uqf4Jg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #P33zRWkLt0D8rNdHTyQK0I4ls5JMpfqf {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #DUtKxQC7E8qnPi0Rv8bFd6BreRgdqI8H {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #WlFI0ZTEU6fD4QTmWMxs5ELoBI8rIvic { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #pbd3GXxOAtQz70sVafmDh2cdNGXQ9QqN {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #hNbDmRlAZKnAMDWos8HE5kXvUZ2GidW1 {  }
 }@media only screen and (max-width: 763px) { #K6kdQ8Skmlhfm7TnVUPtR2UmM2frQlUB { width:15.5625rem;height:2.875rem;top:38rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWGBzaSMWG4yxTO8TxmTP4buPknsMxff { display:block; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc { display:block; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR { display:block; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXQd7qCEsryAxV9OLqbk802nxdRttM3L { width:36.3125rem;height:5rem;top:3rem;left:5.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { display:block; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFuDi1GKta0qgq5ML3GEGs2VMzPZTvry { width:47.75rem;height:11.887760416667rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHdewNmffHQhomd5KrwXyZF8iw8CgnlQ { width:47.75rem;height:7.5106770833331rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcL1HpVRDqnql1fCUWaymeDIcq0rZE3 { width:47.75rem;height:8.50546875rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEDRoQVPlUTra95TRawXzJ6th0UyG7R5 { width:47.75rem;height:7.8588541666669rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh14Fz0LTNN7of3UDwF2mOTxD2G1Tckf { width:47.75rem;height:7.4111979166669rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdBXZFkNcF49iQLMlQGS7XwtIN99Mp3N { width:47.75rem;height:7.3614583333331rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 { display:none; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bS6WZzRGpRw5cqVilQxevPwW8Pd8cb2b { width:41.1875rem;height:3.25rem;top:6.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn2TBaloTVWPus8KncCOzTeGhhmBO5mm { width:39.875rem;height:1.9375rem;top:4.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvcGvV5aGLxuradcpqXB6oSecH9LN7R9 { width:26.1875rem;height:33.25rem;top:2.5625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfH5nJeG0tv3XLedGztXDpA0E9rpv2Xh { width:39.1875rem;height:18.625rem;top:12.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV { display:block; }#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3ylkaCiyDvktfnr388HuLTlJtvJmtGt { width:43.1875rem;height:12.3125rem;top:14.6875rem;left:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzJOL0sN5IDppaAi2oWTKQ9JoerMMiag { width:28.125rem;height:28.125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4IgEGb1hOl1mUkUeZg8ecrpHVo3rPVq { width:43.1875rem;height:3.25rem;top:9.0625rem;left:4.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRgZcIqdJCd42IszOmTUJZ1sZ21iGZc7 { width:43.1875rem;height:1.5rem;top:7.5625rem;left:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 { display:block; }#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7TRTdKOLQ3BVK3CTX7OsJny728GWBCG { width:43.1875rem;height:10.75rem;top:14.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTIMlpTcioyc5sHVe8bTKdv8TMIsdLVX { width:28.125rem;height:28.125rem;top:3.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcKzeAA4itAKdw2URCA9RIxaXd8EtDs7 { width:43.1875rem;height:3.25rem;top:9.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQOGSBomydUT5y1Qh9ldy5catTrMtyEz { width:43.1875rem;height:1.5rem;top:7.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh { display:block; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJGPT88ah8WWTlK9NoP717VQ6QJeVr78 { width:26rem;height:5.3125rem;top:13.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu8agt8RgK8MDDxLlQ8sXT6vDx2LgJwa { width:24.625rem;height:2.875rem;top:20.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtrmiRt2F7xGhDMmvowP34sa8QAFIpTM { width:25.5625rem;height:5.5rem;top:6.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoNRKZCgIIkMP5P8CaPcfw33t7dQpXWZ { width:46.875rem;height:26.5rem;top:2.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE { display:block; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W845786rhdg65SFuV7TFNQfv0amK6c9w { width:24.5625rem;height:3.4375rem;top:23.0625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opTVOfhe3zWE1WcP80gcV2lh1T6buXI0 { display:block; }
 }@media only screen and (max-width: 763px) { #HaUaM5nWWARxCsMKcTGThS9Q580OiE3U { width:8.4375rem;height:3.0625rem;top:17.5625rem;left:39.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3hiOAqRu2UzZs8F7M5QzIXTvX5qM8oP { width:8.125rem;height:2.6039676813486rem;top:17.8125rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4ydlpagGCdsGHlM9bHIqcr8JpuID9b { width:8.4375rem;height:3.8125rem;top:17.25rem;left:30.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufOuhun0II9T7oqs0TyW3wEPxFGd94wc { width:33.75rem;height:3.125rem;top:3.4375rem;left:14rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #MZIzBckiSNzbokdl1eMVdTyMubPELm5A { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #gXL4unKpM2NPOXGKVpBedpbS6zA5KhNC {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #XS14LmZyoUdOdrBouBgH5zIip7G8a5mD {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #NsVeHNv0PT0qyJmupZENEeUuJb98vkdA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #OKwE65O1icHFeMF42MnW8ebSwuOc9Mnx {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #prM4vyG5qQvC7LmrfCoGwoCTfbR1xGWT {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #pXIyTdUkWr7kioGDLXQTJndMzhZex4pG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #aB0ANaRGneWTGBUTLIGcmaAFeDBI6X0h {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #WWZm5pB0DzkvvNE8W9aef28GTOECq3Hc {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #B9BpZSudQdCT5x1MaHQQ7EGZOERo3ZlR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #SoJWuMOTTm7v7oTmUgZ5021muVfP4JtS {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #u7AUADyTzaIiruCn6xTPx2S1CrC3xFlq {  }
 }@media only screen and (max-width: 763px) { #ECqxzgNpHHXu1N4k65fO7iKtMMtyOf0a { width:5.4375rem;height:2.125rem;top:15.75rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHOcBamM9OCsOe8nMfhbXcZ73ylXMLi8 { width:21rem;height:21rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLmExvqST7hohLpeKGRouLAhmLyTPgTT { display:block; }#oLmExvqST7hohLpeKGRouLAhmLyTPgTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG { display:block; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2kSp20eSCHUXxufbKwOAXR1K8wSMghe { width:24.5625rem;height:3.4375rem;top:22.625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0EdQy4HdAmDAwt9oJuw4C2W6rTVRxIy { display:block; }
 }@media only screen and (max-width: 763px) { #t4gTxB4B6N2DDbbgSDCxRUMTuwdOn3qm { width:8.4375rem;height:3.0625rem;top:17.125rem;left:39.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzeAfmf3QHgNxzsU0b7zkh1cemzzwMfa { width:8.125rem;height:2.6039676813486rem;top:17.375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSyfXvZr3Q5RvVAHclAWZOCey7zyPN87 { width:8.4375rem;height:3.8125rem;top:16.8125rem;left:32.3125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1wGNmZzf8GMgSRVVHNL5M6xEbpmLCw { width:33.75rem;height:3.125rem;top:3.4375rem;left:14rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #C89N6vw1u7gL2mcMLWa6rCf4xuSZRRKw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #DkPwPGoNFhV2tKhPJLwHmytTpswIVs91 {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #XPS5Hdt1cMh0pCMXl4XTKpFt52WSdvMS {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #CS3GSlfbxyUTZTHEMVubhiTXlAHX3cul { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #WPgIKRHr3t165mPTAvmfFXhKRgJTnWmT {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #ai7D33c4kKoTuCoUyUunvfzR6HlSNd3T {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #Ukb6WDbpCPtaGTJlzuaSBwZQbxqrhezB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #TKwHlTNQyXN8WBIur2mAEMGLP3TGUcEA {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #OAps5oudr5oDhv2TmI3NGCVUEFl5nSJA {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #OHsPWFFfPClRGkrkpIXnhJwXdUMTfCuA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #CxxeZTFVGdChD5UTtBE99cv5HU5FQEzM {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #NonnqoEHcpfDTopu6Zcf92TDhBcwiQny {  }
 }@media only screen and (max-width: 763px) { #aDeNfnlXHBRBAz8V06OLk6B5FreM366S { width:21rem;height:21rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHGnwg2xN6aPBsm74FHJitzgK5fOMNlz { width:5.4375rem;height:2.125rem;top:15.3125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 { display:block; }#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD { display:block; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAoqv7cgfQEw2l8ZpxFTdlvPJtnf6FKp { width:24.5625rem;height:3.4375rem;top:22.6875rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIB9ToUBx0KtLTZk8BRTcTQ4yGe3svh { display:block; }
 }@media only screen and (max-width: 763px) { #iz28sBK2n5RWP1JmAmTEzdUTc66uNlBd { width:8.4375rem;height:3.0625rem;top:17.1875rem;left:39.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0eKGCsQ7sTKP9t2nAgnBPWVRTwuzT0E { width:8.125rem;height:2.6039676813486rem;top:17.4375rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW9sUP2ZuoGVKno9cDEmvVOUgbgCk9zs { width:8.4375rem;height:3.8125rem;top:16.875rem;left:30.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVEcLXoDVmRVGlStr7W4S2hyrlyntGc { width:33.75rem;height:3.125rem;top:3.8125rem;left:14rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg { display:flex;width:9rem;height:5.0625rem;top:42.8125rem;left:18.328992635012rem; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #g8JTrxmSVuuZGzyxCwCikhCsdbniNaUT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #N0SITiS2y81PAkv2lhTiMbCsEXorXSam {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #HCeUiymqz6260sgXrCL9SHpnVvAM8TBg {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #ft4T8cnQnixDLaCUOGuW4e6frLPIdpCc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #Vbw1dcg2vfP69qhkPTJn3OzdUnqmRZPU {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #JfE2ynzvH2pRuh2wUy7JaAETi7tTqapM {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #Eo7ayKLKm9pPnZ147PT0oJ4SKpaVx0DH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #vU2EchXRWmNVuc3qgq5dhVm1ZhcfyXf8 {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #dX0kdzVBx6bb5ztDnTJC4caAPZwlUvJU {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #N3eTGzAdmN9torZNCcoqGvVykAiVBTST { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #y4mAuOySMB9I2BOXMu8wsTPfNIF89UVF {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #viGroxS00PJTXV9BN2MlcImdkVkOINHV {  }
 }@media only screen and (max-width: 763px) { #Tou1PZTWi0R2MoUS81Z636kTrdQUM66J { width:21rem;height:21rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebuii0vy1T5KQQLxn9FdSfg2n7ZJ9zJQ { width:5.4375rem;height:2.125rem;top:15.375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { width:23.4375rem;height:9.0625rem;top:5.1875rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { width:12.5rem;height:1.4375rem;top:2.5625rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KielANdqOZXgdbIAMtTZ21ggpe99XvOK { width:13.25rem;height:1.375rem;top:5.1875rem;left:34.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXDvruWctg2L22T2Vdn3za9t4tOeyZq { width:12.5rem;height:1.4375rem;top:2.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { width:10.1875rem;height:1.4375rem;top:2.625rem;left:37.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { width:7.25rem;height:3.1926605504587rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { width:8rem;height:3.5140186915888rem;top:5.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpE2fE12MpTO7urldvgBsil0FNN23rmE { width:5.375rem;height:3.6875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { width:8.75rem;height:1.5625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { width:7.0625rem;height:2.8125rem;top:11.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { width:14.1875rem;height:2.0625rem;top:11.0625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk { position:relative;z-index:auto;background-color:#8eb057;background-image:none;display:block; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { background-color: transparent; background-image: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .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); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWlKibGSX8LguSsTbpws8ziLKaUzTesN { width:9.6875rem;height:4.63036875rem;top:0.27294921875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#0f3047;display:block; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy { width:9rem;height:5.0625rem;display:flex;top:0rem;left:10.88330078125rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #BK3VKaJsIqVhOXw3wEAWwnIuhBbykruh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #fb27rr1TTZW7U98QyKvIKPAAs3vLkacq {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #LR8pXkSyW8JNdr32aXlsW2XnvcP8Q1zl {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #TcP3KKsBi1VmTOqlzCIvbXxxZfKnSfqI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #IJhKT7LhoQo2aBSdcslIUGnVfZDJVJ9J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #aTdZ5PEnixxmw2ub82Wd42H5BeFFmoAW {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #d4n5OxeuL4OyRCCH5RibRgkOBeDE1Wry { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qTkiTILykrqzfgibCItOAVvT8vnnJaae {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #FK5TmPi4UBeWvPCr2dSb5ci19wTEiN4J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qeXLxxfx1MPCgeXTprFpVA824g91LGUV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #bTDxuB0LB8iAAPoZ8ZLRflc3lEbbFSP6 {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #q1S4PcXcRJVsiXltkkRyVwxUZUG5C0aR {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:rgba(244,247,235,0.9);background-image:none;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 { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT2OPPypdDTFQ00keuXez82H3XTSPU0A { width:8.25rem;height:4.625rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6KgpXeKLSlibpiiimgooafHm5ECbuIc { width:20rem;height:4.0498rem;top:6.4560546875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfMQVWsTsdJ3kGhsr65O8cBwbTe9Z6yA { width:9.8125rem;height:3.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOFHRgmoQOKJpgvQybJtVFSzuufPEJGU { width:20rem;height:7.9375rem;top:13.255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGD9TS3MLtroyrhqLdNoObB5c9TkBzIT { width:8.75rem;height:3.5625rem;top:1.3125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 { display:block; }#KffJDl7zB3ksGbLPW7Rzm8rDlAC5lEW1 > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7Te8cRQpXJl8LLTc9lC0rgXFVcQuMZR { width:20rem;height:14.625rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q46qVzTPBbnrwMHKgSWeUUoolquqAzGR { width:20rem;height:1.625rem;top:18.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss0N5D69RPSLc22CDhFtMyENNWJnWyuV { width:12.9375rem;height:18.5rem;top:21.75rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJlXVksnG22WJNMgT1oTTKXU9wSamGy { display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhNaGKvlKrPWdBpbsycg5Orxf4ivlSZf { width:20rem;height:24.86081875rem;top:10.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDLvSoApO7pHywHz78cyvNohDvsn3kMH { width:20rem;height:3.25rem;top:1.81640625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 { display:flex;width:9rem;height:5.0625rem;top:35.875rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #OkNSwTV5CqPBpXQwoaX0nleaEVRTuXxR { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #uiA6f6o01WxhLkoDyNe44TsHwQ6MsXyX {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #tcsNsFWnREhk4zBmJRHxOAwZcyl4vmv1 {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #lUsXJtPuX7rO2ncc1Vz5PTb3wVMErDb8 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #QeRo82qMzFX3QbNhMSmC0yuvVovRlMfJ {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #HwmSDiSnKXqiZkwmBkE4AziC1urpDJeb {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #DVgBEzJBWxldbnwp7WLwODHbflPfEfNo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #ZwgDAlbwo5RPIeg9BWFChQCbrkdWCGCB {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #mAmUsq6Ioh3449A1kkqZRLZpKshfvBsa {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #lMCONAwbgSgR1lGhiqIVhZpIFmQNTWve { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #mML2IfyTOPvhElkg5xey3P7vFNdsDcJm {  }
 }@media only screen and (max-width: 763px) { #q1K90VmXz6y941pHNr9atzJ8syqcBZJ2 #Q0aMo37KuyKTQl3grW67pO7nDK0KPzfd {  }
 }@media only screen and (max-width: 763px) { #MIwVPuNo4VIoCeLhhMnnuywuMGAWIKsl { width:20rem;height:7.312rem;top:42.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlZMTyCaVtxf6aAAiRQrAEBlpOObLhES { width:20rem;height:7.3120125rem;top:52.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQCQdPwZF2KGBlRRx774eXHo8F9KUs9 { width:8rem;height:3.125rem;top:5.9208984375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTrVXIpzlFnMWhyZL34RXeabiT7geBlF { background-color:#2f2a80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row .container { background-color: transparent; background-image: none; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row .container > .video-iframe-container { display: none; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row > .video-iframe-container { display: none; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .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); }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row .container { border-width: 0; border-radius: 0; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DTrVXIpzlFnMWhyZL34RXeabiT7geBlF > .row .container { width:20rem;height:90.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkBaA1OiiHrsr8JrWZw8ngdO4PBTW8TT { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #enwxlSJqaFBVEVTicT2m0txG69XupPpA { width:12.0625rem;height:2.5996125rem;top:66.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDOFdSMM830VNWfundW1gE6d9GLxvuzl { width:8.75rem;height:2.5996125rem;top:66.5625rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZTtaNRXpDaxgCTaB8CRTqinmMp8vUEP { width:8.1875rem;height:2.625rem;top:66.5625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzgJr8DVrM4L9EPEi7myoiMQHiMN17zq { width:12.4375rem;height:1.21875rem;top:70.75rem;left:3.75rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #P9nQT3ZAHAuRedA2ce1k8NgomF4iHpSc { width:14.8125rem;height:2.75rem;top:73.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inRMJFX8xy60wDoaoHAbyT1taARIp097 { display:block; }
 }@media only screen and (max-width: 763px) { #XAAV4l9vygTJbrdJhea5iaPmFhuAaqPI { width:20rem;height:2.5996125rem;top:62.4375rem;left:0rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Iua8pMl1wBCnP0ODDvozyEoDiz4lzSpG { width:16.75rem;height:16.75rem;top:3.54541015625rem;left:1.56298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqFLdoR1ybHKMRafBSPrRTX39ydCABxM { width:16.875rem;height:22.75rem;top:24.8623046875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdwNHTXPHK7nlKIJLEZ6bsiggl2Wr1Ea { width:16.875rem;height:2.5996125rem;top:21.61328125rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #osV3w6b7lb52T8a87ato4rsfIfZEnTn2 { width:16.875rem;height:8.7744375rem;top:49.11181640625rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JmC0lA9qvsdb51F7TgU5Nrraxu6b5OpC { width:16.875rem;height:1.4624rem;top:59.04833984375rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xp2Z9PMPKTAaTp6vPqSCDJn9Dq2nL2zk { width:20rem;height:84.8125rem;top:1.35693359375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #OXScpdBqeDBTKJxcrZ8hnByx97MuNSzl { width:4rem;height:1.5625rem;top:65.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH8RwdwlskwP0PF2oZD0B0Qlrbd3aHLZ { width:9.1875rem;height:4.142575rem;top:78.5rem;left:0.125rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-text.counter-number { padding-top:0.51875rem;padding-right:0.463125rem;padding-bottom:0.51875rem;padding-left:0.463125rem;width:2.778125rem;min-width:2.778125rem;height:2.786875rem;font-size:2.074375rem;line-height:44.59px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.324375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.704375rem;height:1.101875rem;font-size:0.7775rem;line-height:17.63px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#alfQRmfyfEz8ZBocft6DTLiywBr3PXTI { display:flex;width:9.25rem;height:5.25rem;top:77.6875rem;left:10.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #lFaN3G1TAXTEoe4HRBxtaPTnMd6r4vFB { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #Vn1KP9TAQDfbkKKg8yu4KAAJTVqlRHlw {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #KKJ3QVUg9fEVcV6ce4n0s9Rs3PT0kK2P {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #lmy0g0WrySbTthrX1EczyGzGSxN1Tt2h { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #VG8iBNcAWNxuI8fAa94ogHe8gc0XOfD9 {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #euN9x4AMJ13dClCTktVRWlvyV1AotbSn {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #dfWh7KmUM5Fsw5IsiZQWyn1JOGnVl5qw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #X52JpcZWVdo3wJbxp7LFJwDfDve66CH8 {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #TWOnbOmrMvNHKh0ZJTXkhCt6CmIHANwr {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #chxKAi1XWUilpmp1MW5IOzwJ2pkqyy1i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #DXaZFirLK93Fzsk3fxJtnmdu1bSKdO8K {  }
 }@media only screen and (max-width: 763px) { #alfQRmfyfEz8ZBocft6DTLiywBr3PXTI #Ne5KRnmUs8Cd3DldNQ9GuZ0ubaaMMs3z {  }
 }@media only screen and (max-width: 763px) { #oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t { background-color:#812132;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row .container { background-color: transparent; background-image: none; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row .container > .video-iframe-container { display: none; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row > .video-iframe-container { display: none; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .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); }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row .container { border-width: 0; border-radius: 0; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oTuz0uHOsWsAZDrRlIttP3uPblh5ky3t > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrAyHOED71UX9BlMK9abmeFsr4VkRLyb { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #whmZ6lQsaRmaH83gansIrwL8q5y6feJf { width:12.0625rem;height:2.5996125rem;top:49.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzyyMTy6DZGa2a2NCQoyC3IF88DbJETN { width:8.75rem;height:2.5996125rem;top:49.8125rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC4zVyiEZ8GAOUVCoE7mpXg3THStoEMF { width:8.1875rem;height:2.625rem;top:49.8125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsyboVyuJ1wRbpxrQV133IAUeWlPBTT9 { width:12.4375rem;height:1.21875rem;top:54rem;left:3.75rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #iCR9Daql6CbuDLzXDnPVdNt5OZVK7fQa { width:14.8125rem;height:2.75rem;top:56.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX6iFMey777624TlTsNI0oN0nhrCVpbi { display:block; }
 }@media only screen and (max-width: 763px) { #Z9MUE7ylN9owH79DORyd7PJEfEPL587r { width:20rem;height:2.5996125rem;top:45.6875rem;left:0rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Tigw4vWAWBxZ5PGVMA9tIkJyg93Bh2eZ { width:16.75rem;height:16.75rem;top:3.54541015625rem;left:1.56298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOAtAJC0sbNBLQLT1qVqsIiHhvd5vsZL { width:16.875rem;height:11.375rem;top:26.1748046875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ9RgrUA9fB6ceT9T3EhBnyNiAeFtLfz { width:16.875rem;height:2.5996125rem;top:21.61328125rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9SDbhKkbG5WrUOTtv3IV7eF9JBcVKC2 { width:16.875rem;height:1.4624rem;top:41.9375rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WIwJ8qIKS09mHC1MaV91c8v6eEMkLbcK { width:20rem;height:68.0625rem;top:1.35693359375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #opNVmtvP6aV0Et96GxlwQccRrywnwTd3 { width:4rem;height:1.5625rem;top:48.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpVPyzSGH2LHt07RW2aruw4JzBcPZ47x { width:8.6875rem;height:4.142575rem;top:60.79541015625rem;left:1rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y .widget-text.counter-number { padding-top:0.475625rem;padding-right:0.429375rem;padding-bottom:0.475625rem;padding-left:0.429375rem;width:2.57375rem;min-width:2.57375rem;height:2.554375rem;font-size:1.90125rem;line-height:40.87px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2975rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.431875rem;height:1.01rem;font-size:0.7125rem;line-height:16.16px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y { display:flex;width:8.75rem;height:4.8125rem;top:60.375rem;left:10.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #RKXS7EuLa5oR4gAb4ox6tQhSH1lQiHOZ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #xXuc9IBsKcHqmSHeoG1GyPm0B4qK3EOn {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #Q9MzhHvgocZcwXWaEDHOomO0AM3XAXgB {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #l4sr95wLZirF7RCCTn0QLiOEO8dZVTAM { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #n9kJu1AIqmewB1DGJXbXiq9qLJU7s67E {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #sEUSDTImSPJJrG1zg4POJFU2H0scI3NF {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #ezOfP41zJOqW2TTfxLh8cWcovZLLWNzA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #EWoUhEDMF0XsB2lobVHXmTvU6AxZNgZT {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #kLvGBiH1Ataz83C4GsUk12OP01RmcWhD {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #HQvSvUdCmikQu5zVby7zra7Dw1SK5XyT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #Eu8qZA5urTmQm7i4yISRf7XaFtCWQn7K {  }
 }@media only screen and (max-width: 763px) { #UUIuugSv3XVX1kTi0LXUWRrTBPMqSX4y #ipimE6rCUiy0EzTSWnEuZf1vEh5VLLK1 {  }
 }@media only screen and (max-width: 763px) { #hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp { background-color:#345a63;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row .container { background-color: transparent; background-image: none; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row .container > .video-iframe-container { display: none; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row > .video-iframe-container { display: none; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .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); }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row .container { border-width: 0; border-radius: 0; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hEcAr5MZw3Bz3mpEnuMEH3ohMikdbFCp > .row .container { width:20rem;height:100.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCvIzEIUFbl5OQQ4LqOewTU2ChX5Kdvh { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #E5cGF2g51oHBWgqtAmZ13oDWETkgRy0S { width:12.0625rem;height:2.5996125rem;top:76.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcWizNhl8aNMJlmyOUzdmMVlzFEWUTiy { width:8.75rem;height:2.5996125rem;top:76.6875rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnWr90ut77lhS3JSWevyWN6p5H0yMSpL { width:8.1875rem;height:2.625rem;top:76.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpIwSBIzBOaQKvPH8vM3oiOTXnWVZEvJ { width:12.4375rem;height:1.21875rem;top:80.875rem;left:3.75rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #oKC1FVCdEWKB62KDvkbftKa9K4X9D05Q { width:14.8125rem;height:2.75rem;top:83.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxqJ1Lz0MTuxBbwTK23LPuOXQMLkh2L { display:block; }
 }@media only screen and (max-width: 763px) { #WEfT6F9TcapOwCLT6vWCdKolWNGbolPT { width:20rem;height:2.5996125rem;top:72.1875rem;left:0rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #cBsN4g31FIG8oGHn1p8SUm6ul1VNer9I { width:16.75rem;height:16.75rem;top:3.54541015625rem;left:1.56298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea69mCJpa5yvB061scTm0IW4s2z9adf1 { width:16.875rem;height:9.75rem;top:25.8125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiE45aoA7UKXseAE3RfXDXglvTgi4VKH { width:16.875rem;height:2.5996125rem;top:21.61328125rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTPnnerexZXv9nV3HNzbfQm0skzRCC2S { width:20rem;height:93.75rem;top:1.35693359375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #BqA0tNNssS2TfCdvfHcXBIMRgn6ORt1d { width:4rem;height:1.5625rem;top:75.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btfnpuhXha0By9HSNctmAVl1SmIILvnQ { width:17.1875rem;height:30.875rem;top:36.875rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn .widget-text.counter-number { padding-top:0.42rem;padding-right:0.38375rem;padding-bottom:0.42rem;padding-left:0.38375rem;width:2.3rem;min-width:2.3rem;height:2.255625rem;font-size:1.67875rem;line-height:36.09px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.066875rem;height:0.891875rem;font-size:0.629375rem;line-height:14.27px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WqAkBNeEu6G8df7PWgqcwdAf0l908bAn { display:flex;width:7.8125rem;height:4.25rem;top:87.927734375rem;left:11.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #pywdBgf5ZqUzGJ4tCl6VB84Fm37yXPdz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #uy2lehcwOZ2svvtqFaFZyq7lt9x0ESFA {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #mD7cXkugwuSTX2XzV1BEQkRTZGuLoEwI {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #SRFINry6nP7CMkZ7s5Xi7W2KZb0M8hLN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #EQRpncgQEBCUcvWyOnokiS5KLzlkylCS {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #wdgIvCoBJKIcKd8nfLaZkOBGHiNXc2CJ {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #LlgI91mrTXEkeEU9JXSTrGXFA9Uqf4Jg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #P33zRWkLt0D8rNdHTyQK0I4ls5JMpfqf {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #DUtKxQC7E8qnPi0Rv8bFd6BreRgdqI8H {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #WlFI0ZTEU6fD4QTmWMxs5ELoBI8rIvic { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #pbd3GXxOAtQz70sVafmDh2cdNGXQ9QqN {  }
 }@media only screen and (max-width: 763px) { #WqAkBNeEu6G8df7PWgqcwdAf0l908bAn #hNbDmRlAZKnAMDWos8HE5kXvUZ2GidW1 {  }
 }@media only screen and (max-width: 763px) { #K6kdQ8Skmlhfm7TnVUPtR2UmM2frQlUB { width:8.3125rem;height:4.142575rem;top:87.98193359375rem;left:1.875rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wWGBzaSMWG4yxTO8TxmTP4buPknsMxff { display:block; }#wWGBzaSMWG4yxTO8TxmTP4buPknsMxff > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc { display:block; }#HGqgu0IyKF15xS6TusaDKSdQb8SyHMpc > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR { display:block; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { width:20rem;height:7.56884765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXQd7qCEsryAxV9OLqbk802nxdRttM3L { width:20rem;height:5.361325rem;top:2.25634765625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { display:block; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFuDi1GKta0qgq5ML3GEGs2VMzPZTvry { width:20rem;height:4.9791666666667rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHdewNmffHQhomd5KrwXyZF8iw8CgnlQ { width:20rem;height:3.1458333333333rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcL1HpVRDqnql1fCUWaymeDIcq0rZE3 { width:20rem;height:3.5625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEDRoQVPlUTra95TRawXzJ6th0UyG7R5 { width:20rem;height:3.2916666666667rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh14Fz0LTNN7of3UDwF2mOTxD2G1Tckf { width:20rem;height:3.1041666666667rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdBXZFkNcF49iQLMlQGS7XwtIN99Mp3N { width:20rem;height:3.0833333333333rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 { display:none; }#iuXnkrszF55B8NJQHHHm7TVQ2q4WpPM7 > .row .container { width:20rem;height:61.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bS6WZzRGpRw5cqVilQxevPwW8Pd8cb2b { width:20rem;height:2.2749rem;top:5.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn2TBaloTVWPus8KncCOzTeGhhmBO5mm { width:20rem;height:1.54345625rem;top:3.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvcGvV5aGLxuradcpqXB6oSecH9LN7R9 { width:17.1875rem;height:21.875rem;top:39.6328125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfH5nJeG0tv3XLedGztXDpA0E9rpv2Xh { width:20rem;height:26.23875rem;top:10.52197265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV { display:block; }#Xe2aadWiz2dRVi1FATSmuXlRhV0DIFSV > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3ylkaCiyDvktfnr388HuLTlJtvJmtGt { width:20rem;height:20.712875rem;top:28.980475rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzJOL0sN5IDppaAi2oWTKQ9JoerMMiag { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4IgEGb1hOl1mUkUeZg8ecrpHVo3rPVq { width:20rem;height:2.5996125rem;top:25.1308625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRgZcIqdJCd42IszOmTUJZ1sZ21iGZc7 { width:20rem;height:1.3808625rem;top:22.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 { display:block; }#UE67o8ruXv3lFCV1OVTNgCw60QS5fPC6 > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7TRTdKOLQ3BVK3CTX7OsJny728GWBCG { width:20rem;height:17.9511875rem;top:28.980475rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTIMlpTcioyc5sHVe8bTKdv8TMIsdLVX { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcKzeAA4itAKdw2URCA9RIxaXd8EtDs7 { width:20rem;height:2.5996125rem;top:25.1308625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQOGSBomydUT5y1Qh9ldy5catTrMtyEz { width:20rem;height:1.3808625rem;top:22.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh { display:block; }#ZMypl1NirBwbD7qcv0Uq30UmKUG8EzIh > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJGPT88ah8WWTlK9NoP717VQ6QJeVr78 { width:20rem;height:4.63036875rem;top:9.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu8agt8RgK8MDDxLlQ8sXT6vDx2LgJwa { width:20rem;height:4.142575rem;top:15.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtrmiRt2F7xGhDMmvowP34sa8QAFIpTM { width:20rem;height:4.7119125rem;top:2.8125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LoNRKZCgIIkMP5P8CaPcfw33t7dQpXWZ { width:20rem;height:11.375rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE { display:block; }#KtoAuTV1LQIm6k6aJoLL4uca90wLT4KE > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W845786rhdg65SFuV7TFNQfv0amK6c9w { width:20rem;height:3.4375rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opTVOfhe3zWE1WcP80gcV2lh1T6buXI0 { display:block; }
 }@media only screen and (max-width: 763px) { #HaUaM5nWWARxCsMKcTGThS9Q580OiE3U { width:8.4375rem;height:2.5996125rem;top:33.1875rem;left:11.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3hiOAqRu2UzZs8F7M5QzIXTvX5qM8oP { width:8.4375rem;height:2.62478125rem;top:33.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4ydlpagGCdsGHlM9bHIqcr8JpuID9b { width:5.68685rem;height:2.5996125rem;top:33.1875rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufOuhun0II9T7oqs0TyW3wEPxFGd94wc { width:20rem;height:2.51855625rem;top:1.923828125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty { display:flex;width:9rem;height:5.0625rem;top:5.875rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #MZIzBckiSNzbokdl1eMVdTyMubPELm5A { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #gXL4unKpM2NPOXGKVpBedpbS6zA5KhNC {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #XS14LmZyoUdOdrBouBgH5zIip7G8a5mD {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #NsVeHNv0PT0qyJmupZENEeUuJb98vkdA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #OKwE65O1icHFeMF42MnW8ebSwuOc9Mnx {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #prM4vyG5qQvC7LmrfCoGwoCTfbR1xGWT {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #pXIyTdUkWr7kioGDLXQTJndMzhZex4pG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #aB0ANaRGneWTGBUTLIGcmaAFeDBI6X0h {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #WWZm5pB0DzkvvNE8W9aef28GTOECq3Hc {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #B9BpZSudQdCT5x1MaHQQ7EGZOERo3ZlR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #SoJWuMOTTm7v7oTmUgZ5021muVfP4JtS {  }
 }@media only screen and (max-width: 763px) { #I1gV2sKXo13wUVaCr9MP0Ify4A9BOcty #u7AUADyTzaIiruCn6xTPx2S1CrC3xFlq {  }
 }@media only screen and (max-width: 763px) { #ECqxzgNpHHXu1N4k65fO7iKtMMtyOf0a { width:5.4375rem;height:2.125rem;top:31.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHOcBamM9OCsOe8nMfhbXcZ73ylXMLi8 { width:15.9375rem;height:15.9375rem;top:13.3125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLmExvqST7hohLpeKGRouLAhmLyTPgTT { display:block; }#oLmExvqST7hohLpeKGRouLAhmLyTPgTT > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG { display:block; }#WrZgPVdgn7kDuAX4RHJkQyd6ywmmB5zG > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2kSp20eSCHUXxufbKwOAXR1K8wSMghe { width:20rem;height:3.4375rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0EdQy4HdAmDAwt9oJuw4C2W6rTVRxIy { display:block; }
 }@media only screen and (max-width: 763px) { #t4gTxB4B6N2DDbbgSDCxRUMTuwdOn3qm { width:8.4375rem;height:2.5996125rem;top:31.6875rem;left:11.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzeAfmf3QHgNxzsU0b7zkh1cemzzwMfa { width:8.4375rem;height:2.62478125rem;top:31.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSyfXvZr3Q5RvVAHclAWZOCey7zyPN87 { width:5.68685rem;height:2.5996125rem;top:31.6875rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1wGNmZzf8GMgSRVVHNL5M6xEbpmLCw { width:20rem;height:2.51855625rem;top:2.625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ { display:flex;width:9rem;height:5.0625rem;top:6.3125rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #C89N6vw1u7gL2mcMLWa6rCf4xuSZRRKw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #DkPwPGoNFhV2tKhPJLwHmytTpswIVs91 {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #XPS5Hdt1cMh0pCMXl4XTKpFt52WSdvMS {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #CS3GSlfbxyUTZTHEMVubhiTXlAHX3cul { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #WPgIKRHr3t165mPTAvmfFXhKRgJTnWmT {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #ai7D33c4kKoTuCoUyUunvfzR6HlSNd3T {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #Ukb6WDbpCPtaGTJlzuaSBwZQbxqrhezB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #TKwHlTNQyXN8WBIur2mAEMGLP3TGUcEA {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #OAps5oudr5oDhv2TmI3NGCVUEFl5nSJA {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #OHsPWFFfPClRGkrkpIXnhJwXdUMTfCuA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #CxxeZTFVGdChD5UTtBE99cv5HU5FQEzM {  }
 }@media only screen and (max-width: 763px) { #uIAIGsOGGfbihfawe4I2P34PEJBzl5HZ #NonnqoEHcpfDTopu6Zcf92TDhBcwiQny {  }
 }@media only screen and (max-width: 763px) { #aDeNfnlXHBRBAz8V06OLk6B5FreM366S { width:13rem;height:13rem;top:13.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHGnwg2xN6aPBsm74FHJitzgK5fOMNlz { width:5.4375rem;height:2.125rem;top:29.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 { display:block; }#x0aOvtgAM0tuowxv98ZzzBbh1B925BM0 > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD { display:block; }#QHmmK7TSOGmmOa37zn9lKq9evNdT1JQD > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAoqv7cgfQEw2l8ZpxFTdlvPJtnf6FKp { width:20rem;height:3.4375rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIB9ToUBx0KtLTZk8BRTcTQ4yGe3svh { display:block; }
 }@media only screen and (max-width: 763px) { #iz28sBK2n5RWP1JmAmTEzdUTc66uNlBd { width:8.4375rem;height:2.5996125rem;top:31.375rem;left:11.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0eKGCsQ7sTKP9t2nAgnBPWVRTwuzT0E { width:8.4375rem;height:2.62478125rem;top:31.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW9sUP2ZuoGVKno9cDEmvVOUgbgCk9zs { width:5.68685rem;height:2.5996125rem;top:31.375rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVEcLXoDVmRVGlStr7W4S2hyrlyntGc { width:20rem;height:2.1933625rem;top:1.923828125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg { display:flex;width:9rem;height:5.0625rem;top:6rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #g8JTrxmSVuuZGzyxCwCikhCsdbniNaUT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #N0SITiS2y81PAkv2lhTiMbCsEXorXSam {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #HCeUiymqz6260sgXrCL9SHpnVvAM8TBg {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #ft4T8cnQnixDLaCUOGuW4e6frLPIdpCc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #Vbw1dcg2vfP69qhkPTJn3OzdUnqmRZPU {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #JfE2ynzvH2pRuh2wUy7JaAETi7tTqapM {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #Eo7ayKLKm9pPnZ147PT0oJ4SKpaVx0DH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #vU2EchXRWmNVuc3qgq5dhVm1ZhcfyXf8 {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #dX0kdzVBx6bb5ztDnTJC4caAPZwlUvJU {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #N3eTGzAdmN9torZNCcoqGvVykAiVBTST { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #y4mAuOySMB9I2BOXMu8wsTPfNIF89UVF {  }
 }@media only screen and (max-width: 763px) { #Dl8cmvIUlicqFOKEVlu4bFUS2Hbsvgtg #viGroxS00PJTXV9BN2MlcImdkVkOINHV {  }
 }@media only screen and (max-width: 763px) { #Tou1PZTWi0R2MoUS81Z636kTrdQUM66J { width:13rem;height:13rem;top:13.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebuii0vy1T5KQQLxn9FdSfg2n7ZJ9zJQ { width:5.4375rem;height:2.125rem;top:29.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { width:20rem;height:9.09864375rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { width:12.5rem;height:1.381225rem;top:14.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KielANdqOZXgdbIAMtTZ21ggpe99XvOK { width:13.25rem;height:1.2999125rem;top:29.0625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXDvruWctg2L22T2Vdn3za9t4tOeyZq { width:12.5rem;height:1.381225rem;top:1.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { width:10.125rem;height:1.381225rem;top:27rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { width:7.3125rem;height:3.1875rem;top:3.375rem;left:1.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { width:8rem;height:3.4375rem;top:3.25rem;left:10.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RpE2fE12MpTO7urldvgBsil0FNN23rmE { width:4.875rem;height:3.375rem;top:9.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { width:9.9375rem;height:1.8125rem;top:7rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { width:7.0625rem;height:2.8125rem;top:9.71875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { width:3.9375rem;height:2.1875rem;top:1.59375rem;left:16.0625rem;display:block; }
 }