.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;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); }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL > .row .container { background-color: transparent; background-image: none; }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL > .row .container > .video-iframe-container { display: none; }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL > .row > .video-iframe-container { display: none; }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL > .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); }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL > .row .container { border-width: 0; border-radius: 0; }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL > .row > .video-iframe-container {  }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#y42MaBfB4vnnJPZ2ZCbGZlp3o7O0DdZ9 { color:#ffffff;display:block;width:42.0625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:0.61197918653488rem;left:16.46875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK > .row .container { background-color: transparent; background-image: none; }#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK > .row .container > .video-iframe-container { display: none; }#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK > .row > .video-iframe-container { display: none; }#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK > .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); }#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK > .row .container { border-width: 0; border-radius: 0; }#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK > .row > .video-iframe-container {  }#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#uxlJOgXaWa44ratlGGrR3pgVbh4RwJpf { color:#ff66fc;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:5.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:0.96875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#szpT4icgg4h3S9KzXU8TD8P0dAK8t7ma { color:#ffffff;display:block;width:66.875rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:7.3124997615813rem;left:4.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JTeNoITcLfnXod95EgogNkL7gimU2ROu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff66fc;background-image:none;position:relative;display:block; }#JTeNoITcLfnXod95EgogNkL7gimU2ROu > .row .container { background-color: transparent; background-image: none; }#JTeNoITcLfnXod95EgogNkL7gimU2ROu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTeNoITcLfnXod95EgogNkL7gimU2ROu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTeNoITcLfnXod95EgogNkL7gimU2ROu > .row .container > .video-iframe-container { display: none; }#JTeNoITcLfnXod95EgogNkL7gimU2ROu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTeNoITcLfnXod95EgogNkL7gimU2ROu > .row > .video-iframe-container { display: none; }#JTeNoITcLfnXod95EgogNkL7gimU2ROu > .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); }#JTeNoITcLfnXod95EgogNkL7gimU2ROu > .row .container { border-width: 0; border-radius: 0; }#JTeNoITcLfnXod95EgogNkL7gimU2ROu > .row > .video-iframe-container {  }#JTeNoITcLfnXod95EgogNkL7gimU2ROu > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E .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; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;box-shadow: 0rem 0rem 0.3125rem 0.0625rem rgba(000,000,000,0.4) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:italic; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ff66fc;background-image:none;box-shadow: 0rem 0rem 0.5625rem 0rem rgba(000,000,000,0.62) ;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.5737848281861rem;left:27.875rem;z-index:100000; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #UlTTspppTQt4ggaLeJky7IPiOK6EsrQd { display:flex;position:relative;top:0rem;left:0rem; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #PRcMCM9y9iFbGHDB5Jmc7EzQdwkbpGFB { width:auto; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #eCufggn6JJGQVr3PNMF2PHcc16DF952M {  }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #hRd5nczoTFXXkdHIHgvbEaPVun1pc3dR { display:flex;position:relative;top:0rem;left:0rem; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #SPHN3fE98GN9StzIlfT7aVfNF0655TAA {  }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #txcCw3ph04ZsNVHJD2d8pJ5mswzJotKA {  }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #IF38qkXOKNZF4DRJu6g1BDgHFna4N0Xl { display:flex;position:relative;top:0rem;left:0rem; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #T89Lob6tlORTsPrqRqIP1WxoqFvEx4yg {  }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #yt5DbteNW185Xt7uWnEOxWVrJdgl2ax6 {  }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #aUeFmTpIV0vHiVO76P3zyxxRNf61T35y { display:flex;position:relative;top:0rem;left:0rem; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #RBpBRLTOBQ7KJsM7gOsZzszXTAn814iJ {  }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #JtUHGJBFNfvA0xhHBv3mmewmoelJETZL {  }
#p7E9fNN259mx8JvruutKnLmeNMtCTzt5 { color:#000000;display:block;width:27.375rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:23.8125rem;height:3.57465rem;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; }
#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt > .row .container { background-color: transparent; background-image: none; }#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt > .row .container > .video-iframe-container { display: none; }#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt > .row > .video-iframe-container { display: none; }#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt > .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); }#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt > .row .container { border-width: 0; border-radius: 0; }#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt > .row > .video-iframe-container {  }#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt > .row .container { font-size:0.875rem;font-family:arial;height:63.125rem;width:75rem;position:relative;display:block; }#DCmhzZyfJ76fDsMZZyDe8HXBMprmMFk5 { color:#ffffff;display:block;width:57.4375rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.74739599227906rem;left:8.78125rem;height:3.57465rem;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; }
#B3ZiQ0SRQUhGis6NHuOE3NhaU9yNVd52 { color:#ffffff;display:block;width:57.4375rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:30.1875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zmmsqOUrWUpVne94Seyuu2s2pcutWCtF { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:35.6875rem;left:20.5625rem;height:1.787325rem;display:block; }
#X5gb430DvAWXGM1wEtTsvATBVFOf8SO3 { box-sizing:content-box;color:#e5c00e;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:35.6875rem;left:17.3125rem;display:block; }
#BGpNTiFCRUDXgcGZv14n7IQkBCu8C2Du { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:38.125rem;left:20.5625rem;height:3.57465rem;font-style:normal;display:block; }
#f9smTwUVbOqlrMDmgIHadOP10SceTRGB { box-sizing:content-box;color:#e5c00e;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:38.125rem;left:17.3125rem;display:block; }
#KanHogpwCU6q0O0fkhrCVA0lrHE90ScN { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:42.4375rem;left:20.8125rem;height:3.57465rem;font-style:normal;display:block; }
#qH8cC3ulNmhaoN4u2Sa63GJ4F5Gyi1oe { box-sizing:content-box;color:#e5c00e;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:42.4375rem;left:17.5625rem;display:block; }
#lBqVQ1q1OnkWC5u8rmGQqTpyOW7FiZOZ { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:47rem;left:20.875rem;height:3.57465rem;display:block; }
#KESM6JGQ1WSaGgnVbLgXxTaTp35OCyrw { box-sizing:content-box;color:#e5c00e;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:46.9375rem;left:17.625rem;display:block; }
#uAfT59uUirTWoeq8vendw9S1fgB9RUmt { z-index:100000;top:52.3125rem;left:17.5rem;background-color:#ff66fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.1875rem 0rem #2aab28 ;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.875rem;height:7rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FdeWwmclZAAEepwZq1iST3Au8sBvhw2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UJK3VtK4TlPRe5IluTOiTXWDre5lVw9S { color:#ff66fc;display:block;width:71.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:25.550347805023rem;left:1.53125rem;height:3.57465rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QQfnsfq8uP8g8WB0P000TMdyykDNAgR7 { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:60rem;left:20.8125rem;height:1.787325rem;text-align:center;text-align-last:center;display:block; }
#ehQrtZsp4DXyBZpg0Gg4gaZawinwCOFT { position:absolute;display:block;z-index:100012;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.75rem;width:35.1875rem;top:4.7760415077209rem;left:19.84375rem;display:block; }
#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn > .row .container { background-color: transparent; background-image: none; }#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn > .row .container > .video-iframe-container { display: none; }#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn > .row > .video-iframe-container { display: none; }#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn > .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); }#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn > .row .container { border-width: 0; border-radius: 0; }#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn > .row > .video-iframe-container {  }#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#PKV8amNRsGQiKlIqB9qyuLQ3nFfH8kVE { color:#ffffff;display:block;width:71.5625rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.625rem;left:1.71875rem;height:6.1736125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTe45JsdyChkDWOVyBTFRMiT0J4lbL0a { background-color:rgba(255,102,252,0.94);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28rem;height:3.3125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:31.647570133209rem;left:41.1875rem;display:block; }
#nCVsrHrIT8TM6SIdo0AsBXx3oZ8iDAkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WA62fM2gzAma4vkqt73R7kE8heHlM9br { color:#ff66fc;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0rem;left:0rem;height:7.637125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JZ6D40rJBqhuzkHKeOfbF8T8eXQT94bX { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:9.1362881660462rem;left:28.59375rem;height:3.57465rem;text-align:left;text-align-last:left;display:block; }
#TBiMRagmdVaGV94WdFJwFkHBpCPPBWiL { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:22.173611164093rem;left:8.84375rem;height:23.6354375rem;text-align:left;text-align-last:left;display:block; }#TBiMRagmdVaGV94WdFJwFkHBpCPPBWiL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TBiMRagmdVaGV94WdFJwFkHBpCPPBWiL li:before{  }
#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta > .row .container { background-color: transparent; background-image: none; }#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta > .row .container > .video-iframe-container { display: none; }#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta > .row > .video-iframe-container { display: none; }#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta > .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); }#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta > .row .container { border-width: 0; border-radius: 0; }#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta > .row > .video-iframe-container {  }#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta > .row .container { font-size:0.875rem;font-family:arial;height:122.6875rem;width:75rem;position:relative;display:block; }#oLUzKriFNoIVwznLlUJe9nsB8Thd6b4G { color:#000000;display:block;width:38.375rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.4375004768372rem;left:18.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qvsliPWnnkWX30MGmXkfyXkHCJEkDF26 { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem dashed #4d4d4d;border-left:0.25rem dashed #4d4d4d;border-right:0.25rem dashed #4d4d4d;border-bottom:0.25rem dashed #4d4d4d;height:26.5625rem;width:47.4375rem;top:1.3125rem;left:13.53125rem;display:block; }
#DRp5PWRlzWDETbn9vP9JZEbJnTxHIHk0 { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:5.3949656486511rem;left:18.3125rem;height:;font-style:normal;display:block; }#DRp5PWRlzWDETbn9vP9JZEbJnTxHIHk0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DRp5PWRlzWDETbn9vP9JZEbJnTxHIHk0 li:before{  }
#Xgz8TJckoVINfKMr79cBT4VHdhdveKsO { color:#000000;display:block;width:38.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:38.5rem;left:18.4375rem;height:3.57465rem;text-align:center;text-align-last:center;display:block; }
#yQQXgsdhkDnw31uvyqp1pf78BvHVEgVd { color:#000000;display:block;width:38.375rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:43.375rem;left:18.3125rem;height:2.92448125rem;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; }
#LFJh1gKXA7NFKDoDgd2DT2uXuqIl5puo { color:#000000;display:block;width:49.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:47.375rem;left:12.625rem;height:27rem;display:block; }
#grEKyhNuzJT56kT8KUNGTvTFD2k3tyTh { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:21.375rem;top:69.625rem;left:26.8125rem;overflow:hidden;display:block; }
#QhpqC2LvnNAlW3TL8yyylRkbhSMvl94p { color:#000000;display:block;width:49.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:103.68315696716rem;left:12.625rem;height:19.00348125rem;display:block; }
#fnKekpmTmJpnF3L0AzRuyAoRQ7iuqbuy { z-index:100001;top:30.25rem;left:15.0625rem;background-color:#ff66fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.1875rem 0rem #2aab28 ;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.875rem;height:7rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U6gybuEvf7uaH5gRIctZKSWZQOE2BxC0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#k6RTbrT5KeuX9ck4VET5SLKSPWvNc7FT { z-index:100002;top:81.223962783812rem;left:15.125rem;background-color:#ff66fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.1875rem 0rem #2aab28 ;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.875rem;height:7rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MFdv7kyXZsrVHXaFDDdTVuqwwF2p2xKA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 .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; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;box-shadow: 0rem 0rem 0.3125rem 0.0625rem rgba(000,000,000,0.4) ;color:#ffffff;padding-top:0.61375rem;padding-right:0.544375rem;padding-bottom:0.61375rem;padding-left:0.544375rem;display:block;align-items:center;width:3.26625rem;min-width:3.26625rem;height:3.299375rem;position:relative;font-family:"open sans";font-size:2.455625rem;font-weight:700;line-height:52.79px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.38375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.355625rem;height:1.304375rem;position:relative;font-family:"open sans";font-size:0.920625rem;font-weight:400;line-height:20.87px;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; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ff66fc;background-image:none;box-shadow: 0rem 0rem 0.5625rem 0rem rgba(000,000,000,0.62) ;display:flex;justify-content:space-between;width:21.4375rem;height:6.215rem;padding-top:0.7675rem;padding-right:0.7775rem;padding-bottom:0.7675rem;padding-left:0.7775rem;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:92.342885971069rem;left:26.002605438233rem;z-index:100001; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #mmGmXhdrhAfnTpSTCmGbfygCbSystabL { display:flex;position:relative;top:0rem;left:0rem; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #IlNz1phsg2PqtqAbPRrfMAimsA9e2Ifb { width:auto; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #z1vvfITihZBVw7HiQ4vZMK8nSXcswweT {  }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #MXZ7RPiUaZ4e58oThH1uqP7L0EIwxrJc { display:flex;position:relative;top:0rem;left:0rem; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #WTOigo9GK9NyIonSTxIg8W8HEGIAl0l0 {  }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #SU8JodFifnNvI162UhKXwFCvikbzADyn {  }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #EfxzLb4DEomSxl9tEECDadkaqZLNGRwP { display:flex;position:relative;top:0rem;left:0rem; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #KTg11UfxqMkfwy4nyeIgLRCrE3tleK1Z {  }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #Z2DEQOFqblMxgNCM3yr4BhlPAxJuObFy {  }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #TgBZfbVrGqgOgq26x6qICK8EpTK2uTGe { display:flex;position:relative;top:0rem;left:0rem; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #wDosaAzp2kUW7vHmnLyFgW7ldJ8MTpvQ {  }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #q4kAs0tI3r1zV2GhhOr0oZz1d8HILdiD {  }
#hOuOs7RMD5C4QXzNMmM5DMG0CPaducCC { color:#000000;display:block;width:38.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:89.5625038147rem;left:17.529514312744rem;height:1.787325rem;text-align:center;text-align-last:center;display:block; }
#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct > .row .container { background-color: transparent; background-image: none; }#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct > .row .container > .video-iframe-container { display: none; }#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct > .row > .video-iframe-container { display: none; }#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct > .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); }#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct > .row .container { border-width: 0; border-radius: 0; }#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct > .row > .video-iframe-container {  }#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct > .row .container { font-size:0.875rem;font-family:arial;height:66.625rem;width:75rem;position:relative;display:block; }#fywQGBMDo6D4Vy8FOps8cuwvu5sA1fup { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.5625114440919rem;left:27.65625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZfOQklmpKRkgEHtzNztndUqmP1hPKWC { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:26.25rem;width:16.5rem;top:15rem;left:7.5rem;display:block; }
#x6TM68s4ATii64r4zGwD8XNQTTAPI3is { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:26.25rem;width:16.5rem;top:15rem;left:29.25rem;display:block; }
#DCVgeE9eJ0DnsLiFqr5uO3yoc6tmpKx3 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;height:26.0625rem;width:16.5rem;top:15.125rem;left:51rem;display:block; }
#Vy0yX73BopAcIUWA8nZ2fNAuTVpXdR41 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.3125rem;width:8.4375rem;top:10.562500476837rem;left:11.53125rem;overflow:hidden;display:block; }
#ot8tTITbk8ThUOb06m4AW9gQBVsJJFSU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.8125rem;left:9.5625rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CtOwUVdLTS7TZw5qbTNlZCCbCB3FEoEN { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:27.581598281861rem;left:8.875rem;height:11.6953125rem;display:block; }
#I0iTXcIxSdp9K3l5dKxvzk2vywT8Fbx1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.5625rem;left:9.4375rem;height:1.46180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybk3vU1SOdmrnvA6TxThBDHe7icvwVbF { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:27.581592082978rem;left:30.625rem;height:12.9948125rem;display:block; }
#ynK5QCvPeaTHmbesVb0To7zZLqcpI4Kt { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.625rem;left:31.1875rem;height:1.46180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLLgFLX0tJ4Hor0wmTZCTkdzJUdr44oC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.875rem;left:31.3125rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0hlheg2T8lSk28cR1iGumDFdpwS6wTp { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.125rem;width:8.1875rem;top:10.656250238419rem;left:55.15625rem;overflow:hidden;display:block; }
#QCS1LvMq3tdp5AaQzJLJO44J71pyGQeI { color:#3f3f3f;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.9375rem;left:53.125rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z6FQ1R7ZSaP6yOeXrwrge0Odya4ttpLO { color:#3c3c3c;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.6875rem;left:53rem;height:1.46180625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JAhahNHUvamllxPLRpZ3nFxCQuvBqGiF { color:#3c3c3c;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:27.58159661293rem;left:52.375rem;height:9.096375rem;display:block; }
#swHSNFDZEKT3CIpx5OHqSZKV5ZHltqcd { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.6875rem;width:10.875rem;top:11.843750238419rem;left:32.0625rem;overflow:hidden;display:block; }
#in21FQoAosvcQ0CBurbDatsk68ilfGUG { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:8.25rem;top:25.3125rem;left:11.5625rem;overflow:hidden;display:block; }
#kTokoCzGCzaJNBf7lqsO9yTHlRfBlgGp { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:8.25rem;top:25.3125rem;left:33.375rem;overflow:hidden;display:block; }
#raiKVbzk9LklzdTBMzu9OCAJglkipsqV { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:8.25rem;top:25.3125rem;left:55.125rem;overflow:hidden;display:block; }
#WvQth1zCGaI7nPl8o86WeBqebWqongDZ { background-color:#ff66fc;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:3.8125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:1.6232748031616rem;left:25.8125rem;display:block; }
#XGBEE8yXh801GAd93ncqmvRHocppeD3q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gleCB4D2XEBOKbetBLek5G7zq90Tq91q { position:absolute;display:block;z-index:100016;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.5rem;width:40rem;top:42.722223281861rem;left:17.5rem;display:block; }
#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 > .row .container { background-color: transparent; background-image: none; }#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 > .row .container > .video-iframe-container { display: none; }#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 > .row > .video-iframe-container { display: none; }#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 > .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); }#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 > .row .container { border-width: 0; border-radius: 0; }#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 > .row > .video-iframe-container {  }#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#fDfhTfS8263GyE58EZqv0bJNneQKzA9o { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.40625rem;left:21.78125rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL { display:block; }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y42MaBfB4vnnJPZ2ZCbGZlp3o7O0DdZ9 { top:0.5625rem;left:2.84375rem;width:42.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK { display:block; }#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxlJOgXaWa44ratlGGrR3pgVbh4RwJpf { top:0rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szpT4icgg4h3S9KzXU8TD8P0dAK8t7ma { top:7.25rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTeNoITcLfnXod95EgogNkL7gimU2ROu { display:block; }#JTeNoITcLfnXod95EgogNkL7gimU2ROu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E .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; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E .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; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E { display:flex;width:18rem;height:5.0625rem;top:0.9375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #UlTTspppTQt4ggaLeJky7IPiOK6EsrQd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #PRcMCM9y9iFbGHDB5Jmc7EzQdwkbpGFB {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #eCufggn6JJGQVr3PNMF2PHcc16DF952M {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #hRd5nczoTFXXkdHIHgvbEaPVun1pc3dR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #SPHN3fE98GN9StzIlfT7aVfNF0655TAA {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #txcCw3ph04ZsNVHJD2d8pJ5mswzJotKA {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #IF38qkXOKNZF4DRJu6g1BDgHFna4N0Xl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #T89Lob6tlORTsPrqRqIP1WxoqFvEx4yg {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #yt5DbteNW185Xt7uWnEOxWVrJdgl2ax6 {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #aUeFmTpIV0vHiVO76P3zyxxRNf61T35y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #RBpBRLTOBQ7KJsM7gOsZzszXTAn814iJ {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #JtUHGJBFNfvA0xhHBv3mmewmoelJETZL {  }
 }@media only screen and (max-width: 763px) { #p7E9fNN259mx8JvruutKnLmeNMtCTzt5 { top:0rem;left:10.1875rem;width:27.375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt { display:block; }#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCmhzZyfJ76fDsMZZyDe8HXBMprmMFk5 { top:0.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3ZiQ0SRQUhGis6NHuOE3NhaU9yNVd52 { top:30.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmmsqOUrWUpVne94Seyuu2s2pcutWCtF { top:35.6875rem;left:6.9375rem;width:40.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5gb430DvAWXGM1wEtTsvATBVFOf8SO3 { top:35.6875rem;left:3.6875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGpNTiFCRUDXgcGZv14n7IQkBCu8C2Du { top:38.125rem;left:5.625rem;width:42.125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9smTwUVbOqlrMDmgIHadOP10SceTRGB { top:38.125rem;left:3.6875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KanHogpwCU6q0O0fkhrCVA0lrHE90ScN { top:42.4375rem;left:7.1875rem;width:38.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH8cC3ulNmhaoN4u2Sa63GJ4F5Gyi1oe { top:42.4375rem;left:3.9375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBqVQ1q1OnkWC5u8rmGQqTpyOW7FiZOZ { top:47rem;left:5.4375rem;width:42.3125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KESM6JGQ1WSaGgnVbLgXxTaTp35OCyrw { top:46.9375rem;left:4rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAfT59uUirTWoeq8vendw9S1fgB9RUmt { top:52.3125rem;left:2.875rem;width:44.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdeWwmclZAAEepwZq1iST3Au8sBvhw2Q { display:block; }
 }@media only screen and (max-width: 763px) { #UJK3VtK4TlPRe5IluTOiTXWDre5lVw9S { top:25.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQfnsfq8uP8g8WB0P000TMdyykDNAgR7 { top:60rem;left:7.1875rem;width:38.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehQrtZsp4DXyBZpg0Gg4gaZawinwCOFT { top:4.75rem;left:6.21875rem;width:35.1875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn { display:block; }#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKV8amNRsGQiKlIqB9qyuLQ3nFfH8kVE { top:13.625rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTe45JsdyChkDWOVyBTFRMiT0J4lbL0a { width:28rem;height:3.3125rem;top:31.625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCVsrHrIT8TM6SIdo0AsBXx3oZ8iDAkx { display:block; }
 }@media only screen and (max-width: 763px) { #WA62fM2gzAma4vkqt73R7kE8heHlM9br { top:0rem;left:0rem;width:47.75rem;height:7.625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ6D40rJBqhuzkHKeOfbF8T8eXQT94bX { top:9.125rem;left:14.96875rem;width:17.8125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBiMRagmdVaGV94WdFJwFkHBpCPPBWiL { top:22.125rem;left:0rem;width:27.1875rem;height:23.625rem;font-size:1rem;display:block; }#TBiMRagmdVaGV94WdFJwFkHBpCPPBWiL li:before{  }
 }@media only screen and (max-width: 763px) { #tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta { display:block; }#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLUzKriFNoIVwznLlUJe9nsB8Thd6b4G { top:2.4375rem;left:4.6875rem;width:38.375rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvsliPWnnkWX30MGmXkfyXkHCJEkDF26 { top:1.3125rem;left:0rem;width:47.25rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRp5PWRlzWDETbn9vP9JZEbJnTxHIHk0 { top:5.375rem;left:4.6875rem;width:39.4375rem;height:22.8125rem;font-size:1rem;display:block; }#DRp5PWRlzWDETbn9vP9JZEbJnTxHIHk0 li:before{  }
 }@media only screen and (max-width: 763px) { #Xgz8TJckoVINfKMr79cBT4VHdhdveKsO { top:38.5rem;left:4.8125rem;width:38.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQQXgsdhkDnw31uvyqp1pf78BvHVEgVd { top:43.375rem;left:4.6875rem;width:38.375rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJh1gKXA7NFKDoDgd2DT2uXuqIl5puo { top:47.375rem;left:0rem;width:47.75rem;height:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grEKyhNuzJT56kT8KUNGTvTFD2k3tyTh { top:69.625rem;left:13.1875rem;width:21.375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhpqC2LvnNAlW3TL8yyylRkbhSMvl94p { top:103.625rem;left:0rem;width:47.75rem;height:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnKekpmTmJpnF3L0AzRuyAoRQ7iuqbuy { top:30.25rem;left:1.4375rem;width:44.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6gybuEvf7uaH5gRIctZKSWZQOE2BxC0 { display:block; }
 }@media only screen and (max-width: 763px) { #k6RTbrT5KeuX9ck4VET5SLKSPWvNc7FT { top:81.1875rem;left:1.5rem;width:44.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFdv7kyXZsrVHXaFDDdTVuqwwF2p2xKA { display:block; }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 .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; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 .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; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 { display:flex;width:18rem;height:5.0625rem;top:0.9375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #mmGmXhdrhAfnTpSTCmGbfygCbSystabL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #IlNz1phsg2PqtqAbPRrfMAimsA9e2Ifb {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #z1vvfITihZBVw7HiQ4vZMK8nSXcswweT {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #MXZ7RPiUaZ4e58oThH1uqP7L0EIwxrJc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #WTOigo9GK9NyIonSTxIg8W8HEGIAl0l0 {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #SU8JodFifnNvI162UhKXwFCvikbzADyn {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #EfxzLb4DEomSxl9tEECDadkaqZLNGRwP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #KTg11UfxqMkfwy4nyeIgLRCrE3tleK1Z {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #Z2DEQOFqblMxgNCM3yr4BhlPAxJuObFy {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #TgBZfbVrGqgOgq26x6qICK8EpTK2uTGe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #wDosaAzp2kUW7vHmnLyFgW7ldJ8MTpvQ {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #q4kAs0tI3r1zV2GhhOr0oZz1d8HILdiD {  }
 }@media only screen and (max-width: 763px) { #hOuOs7RMD5C4QXzNMmM5DMG0CPaducCC { top:89.5625rem;left:3.9045143127441rem;width:38.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct { display:block; }#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fywQGBMDo6D4Vy8FOps8cuwvu5sA1fup { top:6.5625rem;left:14.03125rem;width:19.6875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZfOQklmpKRkgEHtzNztndUqmP1hPKWC { top:15rem;left:0rem;width:16.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6TM68s4ATii64r4zGwD8XNQTTAPI3is { top:15rem;left:15.625rem;width:16.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCVgeE9eJ0DnsLiFqr5uO3yoc6tmpKx3 { top:15.125rem;left:31.25rem;width:16.5rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy0yX73BopAcIUWA8nZ2fNAuTVpXdR41 { top:10.5625rem;left:0rem;width:8.4375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot8tTITbk8ThUOb06m4AW9gQBVsJJFSU { top:20.8125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtOwUVdLTS7TZw5qbTNlZCCbCB3FEoEN { top:27.5625rem;left:0rem;width:13.75rem;height:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0iTXcIxSdp9K3l5dKxvzk2vywT8Fbx1 { top:22.5625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybk3vU1SOdmrnvA6TxThBDHe7icvwVbF { top:27.5625rem;left:17rem;width:13.75rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynK5QCvPeaTHmbesVb0To7zZLqcpI4Kt { top:22.625rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLLgFLX0tJ4Hor0wmTZCTkdzJUdr44oC { top:20.875rem;left:17.6875rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0hlheg2T8lSk28cR1iGumDFdpwS6wTp { top:10.625rem;left:39.5625rem;width:8.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCS1LvMq3tdp5AaQzJLJO44J71pyGQeI { top:20.9375rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6FQ1R7ZSaP6yOeXrwrge0Odya4ttpLO { top:22.6875rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAhahNHUvamllxPLRpZ3nFxCQuvBqGiF { top:27.5625rem;left:34rem;width:13.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swHSNFDZEKT3CIpx5OHqSZKV5ZHltqcd { top:11.8125rem;left:18.4375rem;width:10.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #in21FQoAosvcQ0CBurbDatsk68ilfGUG { top:25.3125rem;left:0rem;width:8.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTokoCzGCzaJNBf7lqsO9yTHlRfBlgGp { top:25.3125rem;left:19.75rem;width:8.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raiKVbzk9LklzdTBMzu9OCAJglkipsqV { top:25.3125rem;left:39.5rem;width:8.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvQth1zCGaI7nPl8o86WeBqebWqongDZ { width:23.5rem;height:3.8125rem;top:1.5625rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGBEE8yXh801GAd93ncqmvRHocppeD3q { display:block; }
 }@media only screen and (max-width: 763px) { #gleCB4D2XEBOKbetBLek5G7zq90Tq91q { top:42.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 { display:block; }#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDfhTfS8263GyE58EZqv0bJNneQKzA9o { top:1.375rem;left:8.15625rem;width:31.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL { display:block; }#iOeh6JqRHSZK6zz1xMvyuhOBc6C0WDSL > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y42MaBfB4vnnJPZ2ZCbGZlp3o7O0DdZ9 { width:20rem;height:5.36198125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK { display:block; }#tWnQHPVeH7DUIcfDRe7KT39fwKCZCiZK > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxlJOgXaWa44ratlGGrR3pgVbh4RwJpf { width:20rem;height:1.787325rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szpT4icgg4h3S9KzXU8TD8P0dAK8t7ma { width:20rem;height:8.936625rem;top:3.7847223281861rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTeNoITcLfnXod95EgogNkL7gimU2ROu { display:block; }#JTeNoITcLfnXod95EgogNkL7gimU2ROu > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E .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; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E .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; }
#TGdhPa7qJNTw76uoueQ44Hz5kI8b293E { display:flex;width:18rem;height:5.0625rem;top:4.28645625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #UlTTspppTQt4ggaLeJky7IPiOK6EsrQd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #PRcMCM9y9iFbGHDB5Jmc7EzQdwkbpGFB {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #eCufggn6JJGQVr3PNMF2PHcc16DF952M {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #hRd5nczoTFXXkdHIHgvbEaPVun1pc3dR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #SPHN3fE98GN9StzIlfT7aVfNF0655TAA {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #txcCw3ph04ZsNVHJD2d8pJ5mswzJotKA {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #IF38qkXOKNZF4DRJu6g1BDgHFna4N0Xl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #T89Lob6tlORTsPrqRqIP1WxoqFvEx4yg {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #yt5DbteNW185Xt7uWnEOxWVrJdgl2ax6 {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #aUeFmTpIV0vHiVO76P3zyxxRNf61T35y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #RBpBRLTOBQ7KJsM7gOsZzszXTAn814iJ {  }
 }@media only screen and (max-width: 763px) { #TGdhPa7qJNTw76uoueQ44Hz5kI8b293E #JtUHGJBFNfvA0xhHBv3mmewmoelJETZL {  }
 }@media only screen and (max-width: 763px) { #p7E9fNN259mx8JvruutKnLmeNMtCTzt5 { width:20rem;height:1.787325rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt { display:block; }#JcWzfU7rJzHLGhZVX2FbfuMGZ27LiKxt > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCmhzZyfJ76fDsMZZyDe8HXBMprmMFk5 { width:20rem;height:3.57465rem;top:0.55034637451172rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3ZiQ0SRQUhGis6NHuOE3NhaU9yNVd52 { width:10.625rem;height:1.787325rem;top:24.625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmmsqOUrWUpVne94Seyuu2s2pcutWCtF { width:16.0625rem;height:2.4375rem;top:26.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5gb430DvAWXGM1wEtTsvATBVFOf8SO3 { width:2.5rem;height:2.5rem;top:26.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGpNTiFCRUDXgcGZv14n7IQkBCu8C2Du { width:16.4375rem;height:5.19791875rem;top:30.625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9smTwUVbOqlrMDmgIHadOP10SceTRGB { width:2.5rem;height:2.5rem;top:30.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KanHogpwCU6q0O0fkhrCVA0lrHE90ScN { width:16.4375rem;height:5.19791875rem;top:36.375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH8cC3ulNmhaoN4u2Sa63GJ4F5Gyi1oe { width:2.5rem;height:2.5rem;top:36.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBqVQ1q1OnkWC5u8rmGQqTpyOW7FiZOZ { width:16.375rem;height:5.19791875rem;top:42.375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KESM6JGQ1WSaGgnVbLgXxTaTp35OCyrw { width:2.5rem;height:2.5rem;top:42.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAfT59uUirTWoeq8vendw9S1fgB9RUmt { top:48.1875rem;left:0.5rem;width:19rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdeWwmclZAAEepwZq1iST3Au8sBvhw2Q { display:block; }
 }@media only screen and (max-width: 763px) { #UJK3VtK4TlPRe5IluTOiTXWDre5lVw9S { width:20rem;height:4.875rem;top:17.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQfnsfq8uP8g8WB0P000TMdyykDNAgR7 { width:20rem;height:1.29948125rem;top:53.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ehQrtZsp4DXyBZpg0Gg4gaZawinwCOFT { height:11.2239375rem;width:19.875rem;top:4.9635419845581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn { display:block; }#vWpi3UrEyWaOMQS3WBXgKrSSVn2VEuHn > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKV8amNRsGQiKlIqB9qyuLQ3nFfH8kVE { width:20rem;height:10.399325rem;top:21.507807731628rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTe45JsdyChkDWOVyBTFRMiT0J4lbL0a { width:17.6875rem;height:2.75rem;top:52.375rem;left:1.1553819775581rem;background-color:#ff66fc;background-image:none;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCVsrHrIT8TM6SIdo0AsBXx3oZ8iDAkx { display:block; }
 }@media only screen and (max-width: 763px) { #WA62fM2gzAma4vkqt73R7kE8heHlM9br { width:20rem;height:15.5989375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ6D40rJBqhuzkHKeOfbF8T8eXQT94bX { width:17.8125rem;height:2.5989625rem;top:17.53471660614rem;left:1.0928819775581rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TBiMRagmdVaGV94WdFJwFkHBpCPPBWiL { width:20rem;height:17.78125rem;top:33.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }#TBiMRagmdVaGV94WdFJwFkHBpCPPBWiL li:before{  }
 }@media only screen and (max-width: 763px) { #tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta { display:block; }#tmtF1tUFozKf9LTDKCIPwvU2MluBw2ta > .row .container { width:20rem;height:160.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLUzKriFNoIVwznLlUJe9nsB8Thd6b4G { width:17.375rem;height:3.57465rem;top:1.25rem;left:1.3116319775581rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvsliPWnnkWX30MGmXkfyXkHCJEkDF26 { width:19.5rem;height:45.375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRp5PWRlzWDETbn9vP9JZEbJnTxHIHk0 { width:17.75rem;height:40.342rem;top:5.3315968513489rem;left:1.1241319775581rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;font-weight:400;font-style:normal;display:block; }#DRp5PWRlzWDETbn9vP9JZEbJnTxHIHk0 li:before{  }
 }@media only screen and (max-width: 763px) { #Xgz8TJckoVINfKMr79cBT4VHdhdveKsO { width:20rem;height:3.8984375rem;top:55.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yQQXgsdhkDnw31uvyqp1pf78BvHVEgVd { width:20rem;height:1.625rem;top:61.437495231628rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJh1gKXA7NFKDoDgd2DT2uXuqIl5puo { width:20rem;height:45.8906625rem;top:64.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #grEKyhNuzJT56kT8KUNGTvTFD2k3tyTh { width:13.4375rem;height:6.4375rem;top:111.5625rem;left:3.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhpqC2LvnNAlW3TL8yyylRkbhSMvl94p { width:20rem;height:27.289075rem;top:133.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnKekpmTmJpnF3L0AzRuyAoRQ7iuqbuy { top:47.9375rem;left:-0.0625rem;width:20rem;height:7rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6gybuEvf7uaH5gRIctZKSWZQOE2BxC0 { display:block; }
 }@media only screen and (max-width: 763px) { #k6RTbrT5KeuX9ck4VET5SLKSPWvNc7FT { top:118.5rem;left:0.5rem;width:19rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFdv7kyXZsrVHXaFDDdTVuqwwF2p2xKA { display:block; }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 .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; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 .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; }
#EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 { display:flex;width:18rem;height:5.0625rem;top:125.3125rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #mmGmXhdrhAfnTpSTCmGbfygCbSystabL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #IlNz1phsg2PqtqAbPRrfMAimsA9e2Ifb {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #z1vvfITihZBVw7HiQ4vZMK8nSXcswweT {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #MXZ7RPiUaZ4e58oThH1uqP7L0EIwxrJc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #WTOigo9GK9NyIonSTxIg8W8HEGIAl0l0 {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #SU8JodFifnNvI162UhKXwFCvikbzADyn {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #EfxzLb4DEomSxl9tEECDadkaqZLNGRwP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #KTg11UfxqMkfwy4nyeIgLRCrE3tleK1Z {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #Z2DEQOFqblMxgNCM3yr4BhlPAxJuObFy {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #TgBZfbVrGqgOgq26x6qICK8EpTK2uTGe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #wDosaAzp2kUW7vHmnLyFgW7ldJ8MTpvQ {  }
 }@media only screen and (max-width: 763px) { #EgVhe3fUeKsNNrJtL2EBqEUok5k0fxe5 #q4kAs0tI3r1zV2GhhOr0oZz1d8HILdiD {  }
 }@media only screen and (max-width: 763px) { #hOuOs7RMD5C4QXzNMmM5DMG0CPaducCC { width:20rem;height:1.29948125rem;top:122.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct { display:block; }#vtkHUA63rgbUaKGt7GQ1lSyrNSoyV8ct > .row .container { width:20rem;height:98.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fywQGBMDo6D4Vy8FOps8cuwvu5sA1fup { width:19.6875rem;height:2.599825rem;top:4.936635106802rem;left:0.31163191795349rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TZfOQklmpKRkgEHtzNztndUqmP1hPKWC { width:16.5rem;height:24.8125rem;top:10.03645625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6TM68s4ATii64r4zGwD8XNQTTAPI3is { width:16.5rem;height:22.0625rem;top:38.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCVgeE9eJ0DnsLiFqr5uO3yoc6tmpKx3 { width:16.5rem;height:19.6875rem;top:66.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy0yX73BopAcIUWA8nZ2fNAuTVpXdR41 { width:7.75rem;height:7.75rem;top:8.1605734825131rem;left:5.8124998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot8tTITbk8ThUOb06m4AW9gQBVsJJFSU { width:12.5rem;height:1.787325rem;top:15.84895625rem;left:3.8125rem;font-size:1.375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #CtOwUVdLTS7TZw5qbTNlZCCbCB3FEoEN { width:13.75rem;height:11.6953125rem;top:22.618044995118rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0iTXcIxSdp9K3l5dKxvzk2vywT8Fbx1 { width:12.5rem;height:1.46180625rem;top:17.59895625rem;left:3.6875rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ybk3vU1SOdmrnvA6TxThBDHe7icvwVbF { width:13.75rem;height:12.9948125rem;top:46.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynK5QCvPeaTHmbesVb0To7zZLqcpI4Kt { width:12.5rem;height:1.46180625rem;top:42rem;left:3.6875rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #uLLgFLX0tJ4Hor0wmTZCTkdzJUdr44oC { width:12.5rem;height:1.787325rem;top:40.25rem;left:3.8125rem;font-size:1.375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #T0hlheg2T8lSk28cR1iGumDFdpwS6wTp { width:7.75rem;height:7.75rem;top:62rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCS1LvMq3tdp5AaQzJLJO44J71pyGQeI { width:12.5rem;height:1.787325rem;top:69.6875rem;left:3.875rem;font-size:1.375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Z6FQ1R7ZSaP6yOeXrwrge0Odya4ttpLO { width:12.5rem;height:1.46180625rem;top:71.4375rem;left:3.75rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #JAhahNHUvamllxPLRpZ3nFxCQuvBqGiF { width:13.75rem;height:9.096375rem;top:76.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swHSNFDZEKT3CIpx5OHqSZKV5ZHltqcd { width:8.25rem;height:4.3125rem;top:36rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #in21FQoAosvcQ0CBurbDatsk68ilfGUG { width:8.25rem;height:1.5625rem;top:20.34895625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTokoCzGCzaJNBf7lqsO9yTHlRfBlgGp { width:8.25rem;height:1.5625rem;top:44.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raiKVbzk9LklzdTBMzu9OCAJglkipsqV { width:8.25rem;height:1.5625rem;top:74.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvQth1zCGaI7nPl8o86WeBqebWqongDZ { width:19.625rem;height:3.6875rem;top:1.25rem;left:0.1875rem;z-index:100006;color:#000000;border-top:0.125rem solid #2a2a2a;border-left:0.125rem solid #2a2a2a;border-right:0.125rem solid #2a2a2a;border-bottom:0.125rem solid #2a2a2a;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:rgba(255,102,252,0.98);background-image:none;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGBEE8yXh801GAd93ncqmvRHocppeD3q { display:block; }
 }@media only screen and (max-width: 763px) { #gleCB4D2XEBOKbetBLek5G7zq90Tq91q { height:11.1796875rem;width:19.875rem;top:86.914952278138rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 { display:block; }#hSThu7xJmuhFfUb7TDl04fcdqn9w3wH3 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDfhTfS8263GyE58EZqv0bJNneQKzA9o { width:20rem;height:0.974825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }