.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:241,250,231;--color-primary-1:192,232,133;--color-primary-2:150,217,52;--color-primary-3:90,130,31;--color-primary-4:30,43,10;--color-secondary-0:215,244,215;--color-secondary-1:134,223,135;--color-secondary-2:54,202,55;--color-secondary-3:32,121,33;--color-secondary-4:4,58,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(74deg, rgba(var(--color-tertiary-4),1), #00a2f8);background-image: -moz-linear-gradient(74deg, rgba(var(--color-tertiary-4),1), #00a2f8);background-image: -ms-linear-gradient(74deg, rgba(var(--color-tertiary-4),1), #00a2f8);background-image: -o-linear-gradient(74deg, rgba(var(--color-tertiary-4),1), #00a2f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00a2f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#00a2f8' );";background-image: linear-gradient(74deg, rgba(var(--color-tertiary-4),1), #00a2f8);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#pwzD2s940k8Td99BDbcd1DHVLZgpOOCa { color:rgba(var(--color-tertiary-0),1);display:block;width:24.74975rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.809326171875rem;left:25.123901367188rem;height:3.73718125rem;text-align:center;text-align-last:center;display:block; }
#ENwJDTgRHhWpKTVOMH7rz19Jv9E31RPU { z-index:15003;top:5.125rem;left:20.875rem;background-color:#6b6b6b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.25rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AdFvhoHyT0yWGw432IbT73XPrpuCIWW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WpmgBt0dOONNo3LS390M9um3QzizONVC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.43676875rem;width:1.43676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:6.125rem;left:22.3125rem; }
#towpR7Q4fXSgJmVgCqvM7qTOcNQzqQZ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:25.0625rem;height:1.62475625rem;display:block; }
#PgOi5TxP5IzxEy9FPv38AcI1RT8yE3i5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4989013671875rem;left:0rem;height:14.624625rem;text-align:center;text-align-last:center;display:block; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX .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; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.191875rem;padding-right:0.166875rem;padding-bottom:0.191875rem;padding-left:0.166875rem;display:block;align-items:center;width:1.0025rem;min-width:1.0025rem;height:1.03125rem;position:relative;font-family:var(--headlines-font-family);font-size:0.7675rem;font-weight:700;line-height:16.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.12rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.33625rem;height:0.4075rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.288125rem;font-weight:400;line-height:6.52px;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; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX { 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:#6b6b6b;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:9.375rem;height:1.9425rem;padding-top:0.24rem;padding-right:0.23875rem;padding-bottom:0.24rem;padding-left:0.23875rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.625rem;left:43rem;z-index:15024; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #sSGZ6KmHZChFMp3Q2P8GauCBbO4fvrQg { display:flex;position:relative;top:0rem;left:0rem; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #x6UnldSnAvW9I3PdWTmVNWTQzzXfChZh { width:auto; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #bGw2Tde4xIvx5fMH0TZphuxbVT6UKTsH {  }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #UQMLhiyOQFSMZa5az3Rc1CdJPl32uSxa { display:flex;position:relative;top:0rem;left:0rem; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #JZ4tcW05zZ8GmXvBbUV2l3gEVuLETgls {  }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #aGEDW6DPlW40If5GnTgr277QbcuGT11N {  }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #lu4gqPQewyJ7qTlBcWDURM8p7cuIQZWl { display:flex;position:relative;top:0rem;left:0rem; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #FITxCDRnGq7uPGgPMqzl4xV5TmiQcrQg {  }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #okUkZPlo8tsmZmELOZKXLT9dieRfmsiL {  }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #a2yLok1FCUTOhr2A2SrLS6lR19KPFaed { display:flex;position:relative;top:0rem;left:0rem; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #RwPyq1It2sWQBT5DsAT0SkX2CO1xtEcJ {  }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #hBtM4O7zxhKLspsEkdJbv60igWMXTOHT {  }
#KwsrLQfZnh4F5nk5fDDb7VZP9vLT7oT6 { position:absolute;display:block;z-index:15025;border-top:0.1875rem solid #000003;border-left:0.1875rem solid #000003;border-right:0.1875rem solid #000003;border-bottom:0.1875rem solid #000003;box-shadow: none;height:28.4375rem;width:50.812375rem;top:27.264404296875rem;left:11.937255859375rem;display:block; }
#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U { position:relative;display:block; }#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U { background-color: transparent; background-image: none; }#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U > .row .container > .video-iframe-container { display: none; }#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U > .row > .video-iframe-container { display: none; }#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U > .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); }#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U { border-width: 0; border-radius: 0; }#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U > .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; }#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:195.375rem;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; }#ThGPH1PrHgv7TnWEtughMl6viIGTQTVN { color:rgba(var(--color-tertiary-4),1);display:block;width:30.99975rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.976318359375rem;left:21.998901367188rem;height:4.874875rem;text-align:center;text-align-last:center;display:block; }
#qpoDqdS2ftz689qdv7NGqC5oL431Vkty { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0100;border-left:0.1875rem dashed #ff0100;border-right:0.1875rem dashed #ff0100;border-bottom:0.1875rem dashed #ff0100;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem #019c00 ;height:24.25rem;width:60rem;top:17.124633789062rem;left:7.3748779296875rem;display:block; }
#nJIPNL7AuihBXy4ZRdb6VBd26Um1aELI { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:18.374633789062rem;left:24.288940429688rem;height:18.28125rem;display:block; }
#SesF0Xv33EPuobVter5vF4RJgsHavm5z { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:8.8745rem;width:15.812375rem;top:19.124755859375rem;left:7.7484130859375rem;overflow:hidden;display:block; }
#WTvzfD2Mikeoh002dvStkb9V1NtDzERN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:29.18701171875rem;left:7.3748779296875rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ocKhSsvHwo4p9fMlVuXnkHDySNTBECXr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:32.186889648438rem;left:7.3748779296875rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UseDgOlJvTHftZKDfprPy5QrzXEDDW9R { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem #019c00 ;height:5.5rem;width:60rem;top:11.5rem;left:7.375rem;display:block; }
#mLkT0kZ6yykvyXcuFmaoG8lHx20MxOLP { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:12.1875rem;left:7.8125rem;height:4.406125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W8xG3gNtc4uhkZ2xklwvr37AnAy02ssI { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem rgba(255,0,0,0.52) ;height:22.1875rem;width:60rem;top:49.249877929688rem;left:7.3748779296875rem;display:block; }
#TBq3K1b4a0Wtm9fv2R08Wuyq5CaL2mxJ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:50.812377929688rem;left:25.0390625rem;height:14.21875rem;display:block; }
#siJ4rUTg3lx2vziM9Q297J2NZtPaRD6G { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.4375rem;height:3.4375rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:66.06201171875rem;left:24.874877929688rem;display:block; }
#XXFk9JK1URv2nDbA62VVEIdfM9nf0mzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3uAnnUO76kQ1IyI4qWFlk0hTJndZcMr { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:16.25rem;width:11.31225rem;top:49.249877929688rem;left:9.996337890625rem;overflow:hidden;display:block; }
#XA1OdKfbXTpBatPDoTMN9ri4KTODGRNr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:64.069213867188rem;left:7.3748779296875rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wEp0FGRoacKpde5vz30BMOob4tcAOLCy { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem rgba(255,0,0,0.52) ;height:5.5rem;width:60rem;top:43.625rem;left:7.375rem;display:block; }
#aRKhaUWs7rZhHhEgnOId28qyT5KOS608 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:44.3125rem;left:7.8125rem;height:4.12536875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pmF38JUcgSH0E3sDkNKObTzsQ6Z5bA6T { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:60.375rem;top:74.22607421875rem;left:7.3748779296875rem;overflow:hidden;display:block; }
#wKi1okiRywMD2JCItv25v4QdRVhPqdNx { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.74975rem;width:9.74975rem;top:75.662841796875rem;left:55.601196289062rem;overflow:hidden;display:block; }
#utfe4cCiGMKSLWZBzXQF16J6258AP2bM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.812rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:80.374755859375rem;left:40.828857421875rem;height:3.73718125rem;text-align:center;text-align-last:center;display:block; }
#AJoH4P8bqU1KJ4LKUWMOKZR5HGVeQr2a { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:85.411376953125rem;left:7.2265625rem;height:3.73718125rem;text-align:center;text-align-last:center;display:block; }
#ApERlbqgbotGE2baA6TdgxR2Wuq4FxhR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.437375rem;height:3.4375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:37.406005859375rem;left:24.249877929688rem;display:block; }
#KcnaSuQ1vpZwbSgR3UaFkOGENuhNsx7i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oh6i12sV1gPMf6oVIJkFS3cSnZzZSKTw { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem #15537f ;height:26.9375rem;width:60rem;top:99.124755859375rem;left:6.624755859375rem;display:block; }
#DwCdJ4pizKDC42rcwL0TGUsguSH9C4WH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.437375rem;height:3.4375rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:118.31237792969rem;left:24.288940429688rem;display:block; }
#TNPi6wiW3csurX3tqknXuq93cwrMtuST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H25XzbsrrDeXy27c4Wn4bHTGT2dPewmC { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:101.125rem;left:24.1875rem;height:16.25rem;display:block; }
#z8lRGbWFZ9Ln5bFDtVRZPkCiUtTrygxO { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:10.1245rem;width:16.93725rem;top:99.312133789062rem;left:7.3748779296875rem;overflow:hidden;display:block; }
#Dd63CVmZzTllB5w0Ml6WAfhVQT3N9Fso { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:119.47692871094rem;left:7.8125rem;height:6.93725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fx2qH2pHdNyJT8vyQm7lWtpSAWysPEG1 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:123.00720214844rem;left:24.326293945312rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nCXKAemxoPOBrz396nmRhaCLUOROFiED { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem #15537f ;height:5.5rem;width:60rem;top:93.5rem;left:6.625rem;display:block; }
#AiAG9xK8x9pmxfwKBsZD5HsyFZ3hoLMr { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:94.1875rem;left:7.0625rem;height:4.12536875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tW6kIEraQVL9TQ11G2GwmptZnpUtlT4k { color:rgba(var(--color-tertiary-0),1);display:block;width:60.625rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:128rem;left:6.1875rem;height:17.062375rem;text-align:center;text-align-last:center;display:block; }
#ZZnluW5TGqKDnC8JqJyxJGfMs9omElom { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:25.812375rem;width:45.9375rem;top:146.1875rem;left:13.8125rem;display:block; }
#lchsyT7tAsSJmNmaTJGyZxtOE6zDJlu5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.31225rem;height:3.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:172.998046875rem;left:14.124755859375rem;display:block; }
#vpNAVzyS3LqaucUObWbcGh0A6dwTr74z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO .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; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:1.348125rem;padding-right:1.15625rem;padding-bottom:1.348125rem;padding-left:1.15625rem;display:block;align-items:center;width:6.944375rem;min-width:6.944375rem;height:7.2425rem;position:relative;font-family:var(--headlines-font-family);font-size:5.3925rem;font-weight:700;line-height:115.88px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.84375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:9.2575rem;height:2.859375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.024375rem;font-weight:400;line-height:45.75px;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; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;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:41rem;height:13.641875rem;padding-top:1.68625rem;padding-right:1.654375rem;padding-bottom:1.68625rem;padding-left:1.654375rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:177.42309570312rem;left:15.345458984375rem;z-index:15025; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #ScnNi7f7hB5qyg5e6DmTpFSRRH3RDmcx { display:flex;position:relative;top:0rem;left:0rem; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #VJIQzs8fzp4dKWSmTcXE0R92538sZ5K0 { width:auto; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #am7JtO45X6LNwTqKqVFtUnfBo0uwIbdk {  }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #nZThOL9i5pxniLPuMxrWn6yITiTxe6rm { display:flex;position:relative;top:0rem;left:0rem; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #Xl4rzSKNPpSJTEZV2mfolJAsafAyt3e6 {  }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #T1KvNMut82oK19gaqbDgBb76DvIXTfZ4 {  }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #fcZB5aBKfhSv4KBrA5LE8tdiyuhDXnIy { display:flex;position:relative;top:0rem;left:0rem; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #GmSotTClTFbfh6DRaHfPpF2rEQ6FAQS4 {  }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #eE14e7i1wxuqHTcA76vvWPUEKFzksCXu {  }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #QplQJTvhevOwN3iqkHv6dgxnfSsXBHTB { display:flex;position:relative;top:0rem;left:0rem; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #bC69Mvnhl4LiDxgocFuKx2fIDtv0MLeZ {  }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #sRuBWoXNeQwNB8FHUePdDJTaMCNvz5TZ {  }
#M6OoAkbp85osmRdgvTyDrWyOVxIsXpIE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:9.187rem;width:15.187375rem;top:109.43542480469rem;left:8.060302734375rem;overflow:hidden;display:block; }
#WuWKyGKRyEO6IIJbMfqtRuUEB5pEy5Ob { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:119.47692871094rem;left:7.8125rem;height:6.93725rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z { position:relative;display:block; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z { background-color: transparent; background-image: none; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row .container > .video-iframe-container { display: none; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row > .video-iframe-container { display: none; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .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); }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z { border-width: 0; border-radius: 0; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .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; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.625rem;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; }#QgzwR18My1gHyJw2G3a6vZcvSE2WNLME { color:rgba(var(--color-tertiary-4),1);display:block;width:64.249375rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:5.374755859375rem;height:4.874875rem;text-align:center;text-align-last:center;display:block; }
#pEqt1lcFoyqaMep4uGerqQ5gHF4y3twe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.87475rem;width:31.9995rem;top:13.46923828125rem;left:2.030029296875rem;display:block; }
#c96yBrlfa3SCks1FiEz4mDIRgt2A99Zh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8735625rem;width:31.9983125rem;top:13.46923828125rem;left:40.21728515625rem;display:block; }
#T8J59XgeAcrArCXhWNWgcbSDC8G91xTt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8735625rem;width:31.9983125rem;top:36.12548828125rem;left:40.21728515625rem;display:block; }
#rxchrLFQyVQuqZdzU8VHgTqvAwe7N3pU { 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:24.24925rem;width:19.87425rem;top:36.12548828125rem;left:8.092041015625rem;overflow:hidden;display:block; }
#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ { position:relative;display:block; }#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ { background-color: transparent; background-image: none; }#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ > .row .container > .video-iframe-container { display: none; }#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ > .row > .video-iframe-container { display: none; }#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ > .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); }#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ { border-width: 0; border-radius: 0; }#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ > .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; }#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49rem;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; }#Qo8OvTceDkW5ALrF5mTqL4ESaTyuVo2f { color:rgba(var(--color-tertiary-4),1);display:block;width:10.99975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:42.9375rem;left:38.5rem;height:1.2994375rem;display:block; }
#IRXwxpXg61LRAEwpZa1eWgRI4Qi1Gke3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.68725rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:42.9375rem;left:27.8125rem;height:1.2994375rem;display:block; }
#U2zGRVCmxDtOqrbpmxFpz4OTfu7XDHg7 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.56225rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:24.25rem;left:8.125rem;height:15.83861875rem;display:block; }
#tkFnTKNvGpnk8LGPxezgZzQBR4h1Adbb { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6245rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:7.012939453125rem;left:10.3125rem;height:12.597625rem;text-align:left;text-align-last:left;display:block; }
#R3GWhPgXCJLCNrwyUJJogi6cAVeRZG1s { position:absolute;display:block;z-index:15038;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:13.624875rem;width:18.49975rem;top:6.5rem;left:44.3125rem;overflow:hidden;display:block; }
#p64KPaK1Iabpkp5gXpTHTiKWIXcUPRtz { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem dashed #ff0100;border-left:0.3125rem dashed #ff0100;border-right:0.3125rem dashed #ff0100;border-bottom:0.3125rem dashed #ff0100;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.5rem;width:55.1875rem;top:4.75rem;left:9.3125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwzD2s940k8Td99BDbcd1DHVLZgpOOCa { width:24.6875rem;height:3.6875rem;top:0.75rem;left:11.498901367188rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENwJDTgRHhWpKTVOMH7rz19Jv9E31RPU { top:5.125rem;left:7.25rem;width:33.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdFvhoHyT0yWGw432IbT73XPrpuCIWW1 { display:block; }
 }@media only screen and (max-width: 763px) { #WpmgBt0dOONNo3LS390M9um3QzizONVC { width:1.375rem;height:1.375rem;top:6.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #towpR7Q4fXSgJmVgCqvM7qTOcNQzqQZ1 { width:17.5rem;height:1.5625rem;top:6rem;left:11.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgOi5TxP5IzxEy9FPv38AcI1RT8yE3i5 { width:47.75rem;height:14.5625rem;top:9.4375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX .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; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX .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; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX { display:flex;width:18rem;height:5.0625rem;top:7.125rem;left:23.123657226562rem; }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #sSGZ6KmHZChFMp3Q2P8GauCBbO4fvrQg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #x6UnldSnAvW9I3PdWTmVNWTQzzXfChZh {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #bGw2Tde4xIvx5fMH0TZphuxbVT6UKTsH {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #UQMLhiyOQFSMZa5az3Rc1CdJPl32uSxa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #JZ4tcW05zZ8GmXvBbUV2l3gEVuLETgls {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #aGEDW6DPlW40If5GnTgr277QbcuGT11N {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #lu4gqPQewyJ7qTlBcWDURM8p7cuIQZWl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #FITxCDRnGq7uPGgPMqzl4xV5TmiQcrQg {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #okUkZPlo8tsmZmELOZKXLT9dieRfmsiL {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #a2yLok1FCUTOhr2A2SrLS6lR19KPFaed { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #RwPyq1It2sWQBT5DsAT0SkX2CO1xtEcJ {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #hBtM4O7zxhKLspsEkdJbv60igWMXTOHT {  }
 }@media only screen and (max-width: 763px) { #KwsrLQfZnh4F5nk5fDDb7VZP9vLT7oT6 { width:47.375rem;height:26.513749111314rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U { display:block; }#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThGPH1PrHgv7TnWEtughMl6viIGTQTVN { width:30.9375rem;height:4.8125rem;top:1.9375rem;left:8.3739013671875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpoDqdS2ftz689qdv7NGqC5oL431Vkty { width:47.375rem;height:24.25rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJIPNL7AuihBXy4ZRdb6VBd26Um1aELI { width:42.5rem;height:18.25rem;top:18.3125rem;left:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SesF0Xv33EPuobVter5vF4RJgsHavm5z { width:15.75rem;height:8.8394928023146rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTvzfD2Mikeoh002dvStkb9V1NtDzERN { top:29.125rem;left:0rem;width:16.5625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocKhSsvHwo4p9fMlVuXnkHDySNTBECXr { top:32.125rem;left:0rem;width:16.5625rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UseDgOlJvTHftZKDfprPy5QrzXEDDW9R { width:47.375rem;height:5.4375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLkT0kZ6yykvyXcuFmaoG8lHx20MxOLP { top:12.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8xG3gNtc4uhkZ2xklwvr37AnAy02ssI { width:47.375rem;height:22.1875rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBq3K1b4a0Wtm9fv2R08Wuyq5CaL2mxJ { width:42.625rem;height:14.1875rem;top:50.75rem;left:5.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siJ4rUTg3lx2vziM9Q297J2NZtPaRD6G { width:41.4375rem;height:3.4375rem;top:66rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXFk9JK1URv2nDbA62VVEIdfM9nf0mzw { display:block; }
 }@media only screen and (max-width: 763px) { #Z3uAnnUO76kQ1IyI4qWFlk0hTJndZcMr { width:11.25rem;height:16.160578134323rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA1OdKfbXTpBatPDoTMN9ri4KTODGRNr { top:64.0625rem;left:0rem;width:16.5625rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEp0FGRoacKpde5vz30BMOob4tcAOLCy { width:47.375rem;height:5.4375rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRKhaUWs7rZhHhEgnOId28qyT5KOS608 { top:44.25rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmF38JUcgSH0E3sDkNKObTzsQ6Z5bA6T { width:47.75rem;height:6.6731366459627rem;top:74.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKi1okiRywMD2JCItv25v4QdRVhPqdNx { width:9.6875rem;height:9.6875rem;top:75.625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utfe4cCiGMKSLWZBzXQF16J6258AP2bM { width:14.75rem;height:3.6875rem;top:80.3125rem;left:27.203857421875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJoH4P8bqU1KJ4LKUWMOKZR5HGVeQr2a { width:28.5625rem;height:3.75rem;top:85.375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApERlbqgbotGE2baA6TdgxR2Wuq4FxhR { width:41.375rem;height:3.4375rem;top:37.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcnaSuQ1vpZwbSgR3UaFkOGENuhNsx7i { display:block; }
 }@media only screen and (max-width: 763px) { #Oh6i12sV1gPMf6oVIJkFS3cSnZzZSKTw { width:47.375rem;height:26.9375rem;top:99.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwCdJ4pizKDC42rcwL0TGUsguSH9C4WH { width:41.375rem;height:3.4375rem;top:118.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNPi6wiW3csurX3tqknXuq93cwrMtuST { display:block; }
 }@media only screen and (max-width: 763px) { #H25XzbsrrDeXy27c4Wn4bHTGT2dPewmC { width:42.625rem;height:16.25rem;top:101.0625rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8lRGbWFZ9Ln5bFDtVRZPkCiUtTrygxO { width:16.875rem;height:10.087289111278rem;top:99.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd63CVmZzTllB5w0Ml6WAfhVQT3N9Fso { top:119.4375rem;left:0rem;width:16.5625rem;height:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx2qH2pHdNyJT8vyQm7lWtpSAWysPEG1 { top:123rem;left:2.125rem;width:40.9375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCXKAemxoPOBrz396nmRhaCLUOROFiED { width:47.375rem;height:5.4375rem;top:93.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiAG9xK8x9pmxfwKBsZD5HsyFZ3hoLMr { top:94.1875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW6kIEraQVL9TQ11G2GwmptZnpUtlT4k { width:47.75rem;height:17rem;top:128rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZnluW5TGqKDnC8JqJyxJGfMs9omElom { width:45.9375rem;height:25.81175rem;top:146.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lchsyT7tAsSJmNmaTJGyZxtOE6zDJlu5 { width:46.25rem;height:3.4375rem;top:172.9375rem;left:0.499755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpNAVzyS3LqaucUObWbcGh0A6dwTr74z { display:block; }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO .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; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO .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; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO { display:flex;width:18rem;height:5.0625rem;top:7.125rem;left:23.123657226562rem; }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #ScnNi7f7hB5qyg5e6DmTpFSRRH3RDmcx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #VJIQzs8fzp4dKWSmTcXE0R92538sZ5K0 {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #am7JtO45X6LNwTqKqVFtUnfBo0uwIbdk {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #nZThOL9i5pxniLPuMxrWn6yITiTxe6rm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #Xl4rzSKNPpSJTEZV2mfolJAsafAyt3e6 {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #T1KvNMut82oK19gaqbDgBb76DvIXTfZ4 {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #fcZB5aBKfhSv4KBrA5LE8tdiyuhDXnIy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #GmSotTClTFbfh6DRaHfPpF2rEQ6FAQS4 {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #eE14e7i1wxuqHTcA76vvWPUEKFzksCXu {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #QplQJTvhevOwN3iqkHv6dgxnfSsXBHTB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #bC69Mvnhl4LiDxgocFuKx2fIDtv0MLeZ {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #sRuBWoXNeQwNB8FHUePdDJTaMCNvz5TZ {  }
 }@media only screen and (max-width: 763px) { #M6OoAkbp85osmRdgvTyDrWyOVxIsXpIE { width:15.125rem;height:9.1492687182611rem;top:109.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuWKyGKRyEO6IIJbMfqtRuUEB5pEy5Ob { top:202.8125rem;left:0rem;width:19.25rem;height:1.875rem;font-size:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzevP2itaftzftRy5ZnrC7TMveRSTE3Z { display:block; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgzwR18My1gHyJw2G3a6vZcvSE2WNLME { width:47.75rem;height:4.8125rem;top:4.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEqt1lcFoyqaMep4uGerqQ5gHF4y3twe { width:31.9375rem;height:17.840117130736rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c96yBrlfa3SCks1FiEz4mDIRgt2A99Zh { width:31.9375rem;height:17.83959395808rem;top:13.4375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8J59XgeAcrArCXhWNWgcbSDC8G91xTt { width:31.9375rem;height:17.83959395808rem;top:36.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxchrLFQyVQuqZdzU8VHgTqvAwe7N3pU { width:19.8125rem;height:24.173906719751rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn6x6sD9F8HOg8TayFdvZd367LN0glSJ { display:block; }#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo8OvTceDkW5ALrF5mTqL4ESaTyuVo2f { width:10.9375rem;height:1.25rem;top:42.9375rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRXwxpXg61LRAEwpZa1eWgRI4Qi1Gke3 { width:10.625rem;height:1.25rem;top:42.9375rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2zGRVCmxDtOqrbpmxFpz4OTfu7XDHg7 { width:47.75rem;height:16.875rem;top:24.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkFnTKNvGpnk8LGPxezgZzQBR4h1Adbb { width:32.5625rem;height:12.5625rem;top:7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3GWhPgXCJLCNrwyUJJogi6cAVeRZG1s { width:18.4375rem;height:13.579028517277rem;top:6.5rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p64KPaK1Iabpkp5gXpTHTiKWIXcUPRtz { width:47.125rem;height:16.4375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwzD2s940k8Td99BDbcd1DHVLZgpOOCa { width:20rem;height:3.57483125rem;top:1.25rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENwJDTgRHhWpKTVOMH7rz19Jv9E31RPU { top:5.8125rem;left:0.5rem;width:19rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdFvhoHyT0yWGw432IbT73XPrpuCIWW1 { display:block; }
 }@media only screen and (max-width: 763px) { #WpmgBt0dOONNo3LS390M9um3QzizONVC { display:flex;width:1.6870125rem;height:1.6870125rem;top:7.7496337890625rem;left:1.06201171875rem; }
 }@media only screen and (max-width: 763px) { #towpR7Q4fXSgJmVgCqvM7qTOcNQzqQZ1 { width:16.25rem;height:3.2495125rem;top:6.625rem;left:3.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PgOi5TxP5IzxEy9FPv38AcI1RT8yE3i5 { width:20rem;height:13.0005rem;top:12.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX .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; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX .widget-text.counter-number { padding-top:0.24125rem;padding-right:0.210625rem;padding-bottom:0.24125rem;padding-left:0.210625rem;width:1.2625rem;min-width:1.2625rem;height:1.2975rem;font-size:0.965625rem;line-height:20.76px;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; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.150625rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.68375rem;height:0.5125rem;font-size:0.361875rem;line-height:8.2px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX { display:flex;width:10.75rem;height:2.443125rem;top:8rem;left:6.9375rem;padding-top:0.115625rem;padding-right:0.115rem;padding-bottom:0.115625rem;padding-left:0.115rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #sSGZ6KmHZChFMp3Q2P8GauCBbO4fvrQg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #x6UnldSnAvW9I3PdWTmVNWTQzzXfChZh {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #bGw2Tde4xIvx5fMH0TZphuxbVT6UKTsH {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #UQMLhiyOQFSMZa5az3Rc1CdJPl32uSxa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #JZ4tcW05zZ8GmXvBbUV2l3gEVuLETgls {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #aGEDW6DPlW40If5GnTgr277QbcuGT11N {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #lu4gqPQewyJ7qTlBcWDURM8p7cuIQZWl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #FITxCDRnGq7uPGgPMqzl4xV5TmiQcrQg {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #okUkZPlo8tsmZmELOZKXLT9dieRfmsiL {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #a2yLok1FCUTOhr2A2SrLS6lR19KPFaed { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #RwPyq1It2sWQBT5DsAT0SkX2CO1xtEcJ {  }
 }@media only screen and (max-width: 763px) { #wIy4LVAC02w2W0e8kB5ZBaVzIyQFRzaX #hBtM4O7zxhKLspsEkdJbv60igWMXTOHT {  }
 }@media only screen and (max-width: 763px) { #KwsrLQfZnh4F5nk5fDDb7VZP9vLT7oT6 { height:11.230223359702rem;width:20rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U { display:block; }#HU30TqqU3c7fuNTEzG0aL6ZOpQ7kqB6U > .row .container { width:20rem;height:309.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThGPH1PrHgv7TnWEtughMl6viIGTQTVN { width:20rem;height:3.00598125rem;top:1.1871337890625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpoDqdS2ftz689qdv7NGqC5oL431Vkty { width:19.625rem;height:68.0625rem;top:10.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJIPNL7AuihBXy4ZRdb6VBd26Um1aELI { width:19.312125rem;height:39.0014375rem;top:33.186645507812rem;left:0.3436279296875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SesF0Xv33EPuobVter5vF4RJgsHavm5z { width:15.8125rem;height:8.875rem;top:12.125rem;left:2.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WTvzfD2Mikeoh002dvStkb9V1NtDzERN { width:16.5625rem;height:2.34375rem;top:21.6875rem;left:1.75rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ocKhSsvHwo4p9fMlVuXnkHDySNTBECXr { width:16.5625rem;height:7.03125rem;top:24.875rem;left:1.75rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UseDgOlJvTHftZKDfprPy5QrzXEDDW9R { width:19.625rem;height:4rem;top:6.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLkT0kZ6yykvyXcuFmaoG8lHx20MxOLP { width:20rem;height:2.6245125rem;top:6.875rem;left:0rem;font-size:1.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8xG3gNtc4uhkZ2xklwvr37AnAy02ssI { width:19.625rem;height:75rem;top:80.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBq3K1b4a0Wtm9fv2R08Wuyq5CaL2mxJ { width:18.9375rem;height:34.53125rem;top:115.5625rem;left:0.5625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #siJ4rUTg3lx2vziM9Q297J2NZtPaRD6G { width:19rem;height:3.4375rem;top:151.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXFk9JK1URv2nDbA62VVEIdfM9nf0mzw { display:block; }
 }@media only screen and (max-width: 763px) { #Z3uAnnUO76kQ1IyI4qWFlk0hTJndZcMr { width:13.4375rem;height:19.249875rem;top:89.873046875rem;left:3.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XA1OdKfbXTpBatPDoTMN9ri4KTODGRNr { width:16.5625rem;height:7.03125rem;top:107.625rem;left:1.75rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wEp0FGRoacKpde5vz30BMOob4tcAOLCy { width:19.624625rem;height:10.06225rem;top:80.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRKhaUWs7rZhHhEgnOId28qyT5KOS608 { width:20rem;height:8.999625rem;top:80.875rem;left:0rem;font-size:2rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmF38JUcgSH0E3sDkNKObTzsQ6Z5bA6T { width:20rem;height:2.7950426295761rem;top:161rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKi1okiRywMD2JCItv25v4QdRVhPqdNx { width:4.6875rem;height:4.6875rem;top:161.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utfe4cCiGMKSLWZBzXQF16J6258AP2bM { width:7.24975rem;height:1.62475625rem;top:163.8125rem;left:7.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJoH4P8bqU1KJ4LKUWMOKZR5HGVeQr2a { width:20rem;height:2.6001rem;top:168.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApERlbqgbotGE2baA6TdgxR2Wuq4FxhR { width:18.999625rem;height:3.4375rem;top:73.284912109375rem;left:0.4998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcnaSuQ1vpZwbSgR3UaFkOGENuhNsx7i { display:block; }
 }@media only screen and (max-width: 763px) { #Oh6i12sV1gPMf6oVIJkFS3cSnZzZSKTw { width:19.625rem;height:75.125rem;top:181.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwCdJ4pizKDC42rcwL0TGUsguSH9C4WH { width:18.999625rem;height:3.4375rem;top:252.37426757812rem;left:0.4998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNPi6wiW3csurX3tqknXuq93cwrMtuST { display:block; }
 }@media only screen and (max-width: 763px) { #H25XzbsrrDeXy27c4Wn4bHTGT2dPewmC { width:19.12475rem;height:40.625rem;top:210.8125rem;left:0.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z8lRGbWFZ9Ln5bFDtVRZPkCiUtTrygxO { width:14.6875rem;height:8.81225rem;top:182.06176757812rem;left:0.062255859375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dd63CVmZzTllB5w0Ml6WAfhVQT3N9Fso { width:19.3125rem;height:3.75rem;top:199.08447265625rem;left:0.15625rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Fx2qH2pHdNyJT8vyQm7lWtpSAWysPEG1 { width:16.499625rem;height:6.751125rem;top:203.45947265625rem;left:1.7486572265625rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nCXKAemxoPOBrz396nmRhaCLUOROFiED { width:19.625rem;height:9rem;top:172.74963378906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiAG9xK8x9pmxfwKBsZD5HsyFZ3hoLMr { width:20rem;height:8.999625rem;top:172.74963378906rem;left:0rem;font-size:2rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tW6kIEraQVL9TQ11G2GwmptZnpUtlT4k { width:20rem;height:24.3713125rem;top:258.12377929688rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZnluW5TGqKDnC8JqJyxJGfMs9omElom { height:11.238040816327rem;width:20rem;top:283.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lchsyT7tAsSJmNmaTJGyZxtOE6zDJlu5 { width:19rem;height:3.4375rem;top:296.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpNAVzyS3LqaucUObWbcGh0A6dwTr74z { display:block; }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO .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; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO .widget-text.counter-number { padding-top:0.555625rem;padding-right:0.48125rem;padding-bottom:0.555625rem;padding-left:0.48125rem;width:2.885rem;min-width:2.885rem;height:2.986875rem;font-size:2.22375rem;line-height:47.79px;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; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.346875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.8475rem;height:1.179375rem;font-size:0.833125rem;line-height:18.87px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO { display:flex;width:19.375rem;height:5.624375rem;top:301.625rem;left:0rem;padding-top:0.26625rem;padding-right:0.263125rem;padding-bottom:0.26625rem;padding-left:0.263125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #ScnNi7f7hB5qyg5e6DmTpFSRRH3RDmcx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #VJIQzs8fzp4dKWSmTcXE0R92538sZ5K0 {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #am7JtO45X6LNwTqKqVFtUnfBo0uwIbdk {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #nZThOL9i5pxniLPuMxrWn6yITiTxe6rm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #Xl4rzSKNPpSJTEZV2mfolJAsafAyt3e6 {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #T1KvNMut82oK19gaqbDgBb76DvIXTfZ4 {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #fcZB5aBKfhSv4KBrA5LE8tdiyuhDXnIy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #GmSotTClTFbfh6DRaHfPpF2rEQ6FAQS4 {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #eE14e7i1wxuqHTcA76vvWPUEKFzksCXu {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #QplQJTvhevOwN3iqkHv6dgxnfSsXBHTB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #bC69Mvnhl4LiDxgocFuKx2fIDtv0MLeZ {  }
 }@media only screen and (max-width: 763px) { #QvpkRfG3KgmN0xXtWdTfv1M725DAwgZO #sRuBWoXNeQwNB8FHUePdDJTaMCNvz5TZ {  }
 }@media only screen and (max-width: 763px) { #M6OoAkbp85osmRdgvTyDrWyOVxIsXpIE { width:15.125rem;height:9.1492687182611rem;top:189.93530273438rem;left:4.569091796875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WuWKyGKRyEO6IIJbMfqtRuUEB5pEy5Ob { width:3.125rem;height:7.218625rem;top:190.87280273438rem;left:1.7498779296875rem;font-size:4.8125rem;line-height:1.5;z-index:15042;color:#3fb600;display:block; }
 }@media only screen and (max-width: 763px) { #FzevP2itaftzftRy5ZnrC7TMveRSTE3Z { display:block; }#FzevP2itaftzftRy5ZnrC7TMveRSTE3Z > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgzwR18My1gHyJw2G3a6vZcvSE2WNLME { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEqt1lcFoyqaMep4uGerqQ5gHF4y3twe { height:11.171720880813rem;width:20rem;top:7.6995875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c96yBrlfa3SCks1FiEz4mDIRgt2A99Zh { height:11.171565688034rem;width:20rem;top:20.1208375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8J59XgeAcrArCXhWNWgcbSDC8G91xTt { height:11.171565688034rem;width:20rem;top:57.96565rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxchrLFQyVQuqZdzU8VHgTqvAwe7N3pU { width:19.8125rem;height:24.174030163942rem;top:32.5420875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn6x6sD9F8HOg8TayFdvZd367LN0glSJ { display:block; }#nn6x6sD9F8HOg8TayFdvZd367LN0glSJ > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo8OvTceDkW5ALrF5mTqL4ESaTyuVo2f { width:10.9375rem;height:1.2994375rem;top:38.5rem;left:9.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRXwxpXg61LRAEwpZa1eWgRI4Qi1Gke3 { width:10.625rem;height:1.2994375rem;top:38.5rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2zGRVCmxDtOqrbpmxFpz4OTfu7XDHg7 { width:20rem;height:36.95675625rem;top:40.29296875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkFnTKNvGpnk8LGPxezgZzQBR4h1Adbb { width:18.5rem;height:17.9931875rem;top:17.669677734375rem;left:0.8758544921875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3GWhPgXCJLCNrwyUJJogi6cAVeRZG1s { width:18.4375rem;height:13.5785rem;top:2.374267578125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p64KPaK1Iabpkp5gXpTHTiKWIXcUPRtz { width:19.375rem;height:35.625rem;top:1.25rem;left:0rem;display:block; }
 }