.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(9,9,9,0.75);background-image:url("https://images.assets-landingi.com/zEAX0E0KJxs/unsplash/alora-griffiths-zEAX0E0KJxs-photo-1562771242-a02d9090c90c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#ffc11f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container {  }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { color:#1c1d1d;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/k95uqdEe8R4/unsplash/samantha-gades-k95uqdEe8R4-photo-1537289150563-b7f10eee353b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.adaptive-delivery-prevent-bg, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyload, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyloading { background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,29,29,0.84); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,29,29,0.84); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { border-width: 0; border-radius: 0; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container {  }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { font-size:0.875rem;font-family:"open sans";height:59.6875rem;width:60rem;position:relative;display:block; }#nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.931250214577rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:24.000000119209rem;left:30.125001907349rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#sqNQF0nIe7JStakTJuDrHda4POsCfAdn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:26.25rem;top:25.750001907349rem;left:0.8125rem;overflow:hidden;display:block; }
#rlWrcsMAlvaxc32bQRb7sdIeAJIAyx0U { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:30.6875rem;top:2.5625rem;left:14.375rem;overflow:hidden;display:block; }
#hS3QhtOzBRRiXZhdTztrvhzAUBUcu812 { color:#e61234;display:block;width:60rem;position:absolute;font-family:oswald;font-size:4.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.831249833107rem;left:0rem;height:12.675rem;font-style:normal;display:block; }
#iZBKZ2Xnfnu7gi36sZtEcMatEbrnAX83 { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:25.75rem;left:30.000001907349rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#QHoWkJ47ccQNdaT9umKIaWpxQgwXOoMu { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:5.75rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:27.0625rem;left:30.000001907349rem;height:8.625rem;text-align:center;text-align-last:center;display:block; }
#zw32ymuIyawzggbCPQWtxe6X8oKXXbww { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:35.0625rem;left:30.125001907349rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#u5TA3fMxOTK9dx45V7novXEUUrMo2uHi { color:rgba(0,0,0,0);display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:39.125rem;left:30.000001907349rem;height:7.03125rem;text-align:center;text-align-last:center;display:block; }
#aW2N6V7OGoJ6LP32EfQOmaHP2X6t7yEs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:4.1875rem;top:44.25rem;left:42.906251907349rem;overflow:hidden;display:block; }
#DEMJ8RnKv8R2vw4ymo5UBWr5WTkH3wXs { color:#ffffff;display:block;width:52.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:50.999219894409rem;left:3.5625rem;height:6.05rem;text-align:center;text-align-last:center;display:block; }
#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { background-color: transparent; background-image: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .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); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { border-width: 0; border-radius: 0; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container {  }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { font-size:0.875rem;font-family:"open sans";height:21.625rem;width:60rem;position:relative;display:block; }#bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { color:#e61234;display:block;width:60rem;position:absolute;font-family:oswald;font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai .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; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffc11f;background-image:none;color:#ffffff;padding-top:0.781875rem;padding-right:0.69375rem;padding-bottom:0.781875rem;padding-left:0.69375rem;display:block;align-items:center;width:4.1625rem;min-width:4.1625rem;height:4.204375rem;position:relative;font-family:"open sans";font-size:3.12875rem;font-weight:700;line-height:67.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai .widget-text.counter-label { background-color:;background-image:none;color:#d0d0d0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.48875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.549375rem;height:1.661875rem;position:relative;font-family:"open sans";font-size:1.173125rem;font-weight:400;line-height:26.59px;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; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai { 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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:26.1875rem;height:7.91875rem;padding-top:0.9775rem;padding-right:0.99125rem;padding-bottom:0.9775rem;padding-left:0.99125rem;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:10.487501144409rem;left:14.836717605591rem;z-index:15005; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #qX2OEwRF5HnGA9VmyGEHdc0Qdq39gMce { display:flex;position:relative;top:0rem;left:0rem; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #zk7iqog81o5HX7Ud9TQrSiyxirnt0eex { width:auto; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #T56lMIIfwrweqDVieniVBvN2DP3rZm8U {  }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #NxzhCQ1ZmkaGqL99BRVeCe2EUv1DAvxL { display:flex;position:relative;top:0rem;left:0rem; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #zT6WR4r7S5L2ezuP9gogSP5vxGsncVxF {  }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #QlcK32ig2PZO6fp5xTca6lqturCKUonT {  }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #IefwFfBLNlBqOENhsMhZT2fX9GKMsMWv { display:flex;position:relative;top:0rem;left:0rem; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #fHWhVZnp0T7hkBeoNSHc6TzFXrNAuIT0 {  }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #dGGv5HPPMe4ag4aX73frWTC37ORABPDK {  }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #Lm71XUtltXyeMVIRInqLAUHdfnLPbAQC { display:flex;position:relative;top:0rem;left:0rem; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #Rmlr5fPVOiHArJlQ0hNiJkXz3V1ds54C {  }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #JsT284nScpwgucimxZM5wGu2QqSTWnDT {  }
#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h > .row .container { background-color: transparent; background-image: none; }#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h > .row .container > .video-iframe-container { display: none; }#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h > .row > .video-iframe-container { display: none; }#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h > .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); }#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h > .row .container { border-width: 0; border-radius: 0; }#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h > .row > .video-iframe-container {  }#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h > .row .container { font-size:0.875rem;font-family:"open sans";height:161.875rem;width:60rem;position:relative;display:block; }#sgLUtkHmn8HTb0B3M2lZD9EW0T6GBfO5 { color:#646464;display:block;width:4.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0906248092651rem;left:3.1875rem;height:2.19375rem;font-style:normal;display:block; }
#xsbEDOOkiTLpPzr6kPUNXMUgRznNZbQG { color:#000000;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5rem;left:9.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEezWphrw0nN5oM1RMgHAT2R1Rv10WSw { background-color:#00c6ff;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-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:19.5rem;height:4.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:56.092969894409rem;left:0.5625rem;display:block; }
#P19uDMHG60y4HVf7JRcFGLTGna3OJxwL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDXos0thC2hyArWRk2mTDtzUd9GNRsyx { color:rgba(0,0,0,0);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:0.78125rem;left:0rem;height:4.03125rem;text-align:center;text-align-last:center;display:block; }
#JlOh0mfGFydP84E8EmsPtXbGFzuwLpbz { position:absolute;display:block;z-index:15001;background-color:#ffd838;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;height:10.5rem;width:19.5625rem;top:-0.0625rem;left:0.4375rem;display:block; }
#LExiDOxsFZXz1PPMUzp7eVpPbvTl4aXn { color:#646464;display:block;width:4.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.0625rem;left:23.75rem;height:2.19375rem;font-style:normal;display:block; }
#rTvtH5egoSJ8T9rfx4wdm8GyGn0bVr2x { position:absolute;display:block;z-index:15005;background-color:#ff8f00;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;height:10.5rem;width:19.375rem;top:0rem;left:20.687501907349rem;display:block; }
#tb0Lg1gTwi8WcUfZWrkolEBrnvsyCTnU { color:rgba(0,0,0,0);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:0.8125rem;left:20rem;height:4.03125rem;text-align:center;text-align-last:center;display:block; }
#JhvMdcMMCqFehyleUzTNMXfPdIyvP94o { color:#000000;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.5rem;left:29.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#duTG592wlGU1TGqmEQlay41AeFeKPLz6 { color:#646464;display:block;width:4.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.0625rem;left:43.75rem;height:2.19375rem;font-style:normal;display:block; }
#a9UmWbHaGtF7bcbR1kPFh0VPa8CUxobD { position:absolute;display:block;z-index:15009;background-color:#f80000;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;height:10.5rem;width:18.6875rem;top:-0.0625rem;left:40.687501907349rem;display:block; }
#iJPaIpanOCvI8ytkpy4Tr44EBXRugzox { color:rgba(0,0,0,0);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:0.8125rem;left:40rem;height:4.03125rem;text-align:center;text-align-last:center;display:block; }
#TIWSf9FLQLOaGKHrPGVaWTQpE6yKg0Tv { color:#000000;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.5rem;left:49.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I03uzfZMxEx7TMEmrJ29wGVmKGfMNoZs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44.875rem;width:19.625rem;top:10.4375rem;left:0.4375rem;display:block; }
#E05QJPPMiTExC2DA5HolNC3srS1SqOsw { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:2.7;letter-spacing:0;top:11.443748474121rem;left:0.625rem;height:42.525rem;text-align:center;text-align-last:center;display:block; }
#O5mzJ3X8S9FT9EpDTI1CElZHrNeHQGC1 { position:absolute;display:block;z-index:15007;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:32.624999523163rem;left:0.65625rem;display:block; }
#mWTw6MuE3wetWDyRiIRprqUG5mRkIzr1 { position:absolute;display:block;z-index:15008;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:30.374999523163rem;left:0.65625rem;display:block; }
#eUPFTN6psgyDiValiXvKK5XrDNTqheJO { position:absolute;display:block;z-index:15009;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:28.137500286103rem;left:0.65625rem;display:block; }
#rBW5ZgUTHHesZ4WqITnMoLv2wpJWoTc4 { position:absolute;display:block;z-index:15010;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:25.624999523163rem;left:0.65625rem;display:block; }
#G8XWiKDidK67pkvMFZzLMz80KardAzUM { position:absolute;display:block;z-index:15011;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:23.075000286103rem;left:0.65625rem;display:block; }
#Qqh3lS3Q35Es50VUGlgTJesahx8gtN13 { position:absolute;display:block;z-index:15012;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:20.637500286103rem;left:0.65625rem;display:block; }
#azV0AvnF3ra8R0QTODyxuSU1CokxG4XJ { position:absolute;display:block;z-index:15013;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:18.625000476837rem;left:0.65625rem;display:block; }
#D9qmIwqHnVrv1OsvEtLlTpJldCNIEXTy { position:absolute;display:block;z-index:15014;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:16.125000476837rem;left:0.65625rem;display:block; }
#llfFkcZ7zen1fwDGzO9Bpow618fts0tn { position:absolute;display:block;z-index:15015;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:13.812500476837rem;left:0.65625rem;display:block; }
#bUpkH2WVFSnsK1TsCtf2HdgBhwKgvv51 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49.0625rem;width:19.375rem;top:10.4375rem;left:20.687501907349rem;display:block; }
#ekTC5Krc4cFz0TZeFA5pioo5C476tD6S { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:2.7;letter-spacing:0;top:11.442182540894rem;left:20.562501907349rem;height:47.25rem;text-align:center;text-align-last:center;display:block; }
#upv91sKB4fITnn0VOqkAkRdqpz8JWSS5 { position:absolute;display:block;z-index:15018;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:35.125rem;left:20.6875rem;display:block; }
#TAx7JlsZCagmaX3lsT4mwScydX9cSrxS { position:absolute;display:block;z-index:15019;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:32.625rem;left:20.6875rem;display:block; }
#nLuTcF4Ab2C31iP6L4uPxTztRBCM9W0i { position:absolute;display:block;z-index:15020;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:30.375rem;left:20.6875rem;display:block; }
#u6mILq4WzQ9ToHTPnwLoTApB430JAAIo { position:absolute;display:block;z-index:15021;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:28.125rem;left:20.6875rem;display:block; }
#cm1IV5U7lEsTME9hIMpRae42qCUEc4vk { position:absolute;display:block;z-index:15022;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:25.625rem;left:20.6875rem;display:block; }
#zBsTfee3uMcLsWTqNOuKGg1phLL0NzmF { position:absolute;display:block;z-index:15023;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:23.0625rem;left:20.6875rem;display:block; }
#Dlkhk5WpChSuseDBMeaIDULfvT8dtRJE { position:absolute;display:block;z-index:15024;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:20.625rem;left:20.6875rem;display:block; }
#mrvNPTo7KNCZT7kWkLfIX47r90OwgXs9 { position:absolute;display:block;z-index:15025;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:18.625rem;left:20.6875rem;display:block; }
#igpmnEEOLi8p0lVbr4ldy5oc4UQcUuCF { position:absolute;display:block;z-index:15026;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:16.125rem;left:20.6875rem;display:block; }
#zcrzPnRJO7Gu9SBpnXbzgftIiFTTptwH { position:absolute;display:block;z-index:15027;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:13.8125rem;left:20.6875rem;display:block; }
#b9qUtmXG8kTLkOEvcwdAGDi9SN3T08E2 { position:absolute;display:block;z-index:15019;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:37.4375rem;left:20.656251907349rem;display:block; }
#hOhp8HuJoGeDJx52ECIAPvwBgzOopHN6 { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:61.3125rem;width:19.3125rem;top:10.437501907349rem;left:40.687501907349rem;display:block; }
#Dqb6aZntl9wVmh7qimQ2LtR0KHaCQo2i { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15025;line-height:2.7;letter-spacing:0;top:11.442972660065rem;left:40.375001907349rem;height:59.0625rem;text-align:center;text-align-last:center;display:block; }
#FJGWhGusLxP8HIBUoTQAs8nRXk1uHtWl { position:absolute;display:block;z-index:15032;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:37.4375rem;left:40.6875rem;display:block; }
#RNLS28HNJCVzt5V0VQdC7qnnvXIWVSiH { position:absolute;display:block;z-index:15031;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:35.125rem;left:40.6875rem;display:block; }
#DeT71MLWK8kT1vVuRhucI2BxEEBNnLqz { position:absolute;display:block;z-index:15032;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:32.625rem;left:40.6875rem;display:block; }
#DznspFOKhn79I6B4LJ5xFKMJHgZ4sthv { position:absolute;display:block;z-index:15033;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:30.375rem;left:40.6875rem;display:block; }
#oSH2pKD2xu3VoZkrC6VFB8oWeNkQsfQa { position:absolute;display:block;z-index:15034;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:28.125rem;left:40.6875rem;display:block; }
#SvhD4CPm8SC7IVDpfm7kUPlHIa3LhVoZ { position:absolute;display:block;z-index:15035;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:25.625rem;left:40.6875rem;display:block; }
#UCkQx8XKSR3OeulFCXTQbGKgRxUJDGT9 { position:absolute;display:block;z-index:15036;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:23.0625rem;left:40.6875rem;display:block; }
#vc2z2VB6hbDVEZrf6Chr69TQv96wcdRv { position:absolute;display:block;z-index:15037;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:20.625rem;left:40.6875rem;display:block; }
#cIdnGeFQGFu0BzOTNWqwq4rD4GFxJpmB { position:absolute;display:block;z-index:15038;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:18.625rem;left:40.6875rem;display:block; }
#AMuS9TrXsuCNUo1o2QiSwadqBlfZaIi8 { position:absolute;display:block;z-index:15039;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:16.125rem;left:40.6875rem;display:block; }
#tofbEEexSXa0zoDOnkveaCax3q0JHQI9 { position:absolute;display:block;z-index:15040;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:13.8125rem;left:40.6875rem;display:block; }
#O4VcvbbdsdgTFrDiXDaD16ETQgal5txl { position:absolute;display:block;z-index:15032;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:39.72500038147rem;left:40.656251907349rem;display:block; }
#OM6lpTNxlN0a7ZXkOaOJNhZUuSeMpp80 { position:absolute;display:block;z-index:15033;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:42.16250038147rem;left:40.656251907349rem;display:block; }
#LuEwMTzink2qFEDZTbSJrRSJeKBl4idp { background-color:#00c6ff;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-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:19.375rem;height:4.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:60.16250038147rem;left:20.687501907349rem;display:block; }
#ze82fczP7bVBfIGcW0gffEtVnthBy8tc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyhCrWmlkNH2W4UWLLz2h2h9s4xPdIS2 { background-color:#00c6ff;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-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:19.3125rem;height:4.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:72.348438262938rem;left:40.687501907349rem;display:block; }
#tTheQ3Xy5AWTTKiNuIw0OAXVKpcqv823 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OdkTFd8iSV9o0aSoeUkmHpGfae6lLy8g { color:#fb7b13;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:81.417191982269rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UIwL0SfnTVFivqZfzzhAUeaBxPgLDtTH { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:86.342973709106rem;left:0rem;height:12.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UIwL0SfnTVFivqZfzzhAUeaBxPgLDtTH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UIwL0SfnTVFivqZfzzhAUeaBxPgLDtTH li:before{  }
#XcAUdTrXPzMwwsdD6rtOFTX4rSTaFEyl { color:#fb7b13;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:99.187505722044rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PEt1OiEXgLU7vqX2ilBgc846rhWEcQDr { color:#ffffff;display:block;width:60rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:105.0000038147rem;left:0rem;height:50.6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#POwUcxoXa1UTTbQtSrIiCmqNW6AIrB5d { color:#444444;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:2.7;letter-spacing:0;top:7.375rem;left:0.625rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#R6ZpQxRn3TWQg6zpP7UOIlwLORaprUiC { color:#444444;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:2.7;letter-spacing:0;top:7.375rem;left:20.625001907349rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#exkJOQcNUqvfKRokz70m3TNHTV9tmDv8 { color:#444444;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:2.7;letter-spacing:0;top:7.375rem;left:40.625001907349rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#bZvpWydJnPkg1A31ldMCN31DSQO2ghoW { position:absolute;display:block;z-index:15020;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:39.72500038147rem;left:20.656251907349rem;display:block; }
#T7DUupOyRKcrTS0OwqN8b1zXA5PN5tpO { position:absolute;display:block;z-index:15008;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:35.125000953674rem;left:0.65625rem;display:block; }
#BV8AfPRCnySoJEfARudmtPg3cnILXehA { position:absolute;display:block;z-index:15009;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:37.437500953674rem;left:0.65625rem;display:block; }
#t8K3PBCg9bRL9pemNGLnCx10HzSqK1qE { position:absolute;display:block;z-index:15035;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:46.850002288818rem;left:40.656251907349rem;display:block; }
#Psms75597pN0cnqLUOglMGrhSohfQ6BB { position:absolute;display:block;z-index:15010;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:39.724999427796rem;left:0.65625rem;display:block; }
#xZAKWpPOcKMXBw1e7TADyJsouF5749Lm { position:absolute;display:block;z-index:15011;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:42.3125rem;left:0.65625rem;display:block; }
#E3dSzuK3zv5tPCUOV0gFnnW0y3GqnIZP { position:absolute;display:block;z-index:15012;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:44.41250038147rem;left:0.65625rem;display:block; }
#gQPXd0DhulE0R1GaSAXJUUwmFfDky48k { position:absolute;display:block;z-index:15013;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:46.85000038147rem;left:0.65625rem;display:block; }
#BHkZI0AsfXpi9K8IhUIQKONpTMXJFzCl { position:absolute;display:block;z-index:15014;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:49.174999237061rem;left:0.65625rem;display:block; }
#WB84udm8HPT4Q8d1WVLF9UdLPSr7GUQi { position:absolute;display:block;z-index:15015;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:51.58749961853rem;left:0.65625rem;display:block; }
#e3lVSN8se20SAsJLc5CF0zbaXwBDDu81 { position:absolute;display:block;z-index:15021;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:42.374219894409rem;left:20.656251907349rem;display:block; }
#TpT3q8b2q0Tk6TfWWm9nce5DmyJK4nHq { position:absolute;display:block;z-index:15022;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:44.411720275879rem;left:20.656251907349rem;display:block; }
#eqB9Bcvl59ZLeifbNpcLhLCluusLKEkP { position:absolute;display:block;z-index:15023;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:46.849220275879rem;left:20.656251907349rem;display:block; }
#WJ1r13bkihFBUiwHx8d4WlJ1QkTwv3Rr { position:absolute;display:block;z-index:15024;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:49.499219894409rem;left:20.656251907349rem;display:block; }
#duAWAz19gDPDDPELEsnV9ZUAmTTXHii6 { position:absolute;display:block;z-index:15025;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:51.586719512939rem;left:20.656251907349rem;display:block; }
#dsxlDfmNICQSbRJF72KEM6EKPbRwD1KD { position:absolute;display:block;z-index:15026;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:53.904689788818rem;left:20.656251907349rem;display:block; }
#q6zAHWoHk3TTkDK5puxmEBOcOWpvEmCn { position:absolute;display:block;z-index:15027;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:56.5rem;left:20.656251907349rem;display:block; }
#havnb0yo5nU3gX2TB7SEtoCNwA4M5RtS { position:absolute;display:block;z-index:15034;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:44.537499427796rem;left:40.656251907349rem;display:block; }
#Vrp9uSEop8UbINRCZG10WPKWZGsBMttt { position:absolute;display:block;z-index:15035;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:49.174999237061rem;left:40.656251907349rem;display:block; }
#CGxxusvDapCGzSIcCKTCLF1yaTWFTHmp { position:absolute;display:block;z-index:15036;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:51.58749961853rem;left:40.656251907349rem;display:block; }
#b9k8xAK7uAcL6scTaUtL4LWgr52G03EA { position:absolute;display:block;z-index:15037;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:53.905467987061rem;left:40.656251907349rem;display:block; }
#A7nhHtgs7Fkn6w5Pw8DoJa3TF5aF6rDq { position:absolute;display:block;z-index:15038;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:56.5rem;left:40.656251907349rem;display:block; }
#USuJA8oRX357lTNfTX7y6m1uyZAusgS6 { position:absolute;display:block;z-index:15039;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:58.6875rem;left:40.656251907349rem;display:block; }
#ZyEnF9OZwq1FHPeidg5hGU2UZ0MKwKeK { position:absolute;display:block;z-index:15040;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:60.905467987061rem;left:40.656251907349rem;display:block; }
#EuGmvKHZH0TeOEdIZptyKsviOlhmb1vx { position:absolute;display:block;z-index:15041;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:63.424999237063rem;left:40.656251907349rem;display:block; }
#a0GXSOEoSVui7GUfm4wDgceiHocwilXu { position:absolute;display:block;z-index:15042;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:65.737499237062rem;left:40.656251907349rem;display:block; }
#JEQmGGsKq5xMEvz3Xc2BnxwlT4qcEfNI { position:absolute;display:block;z-index:15043;background-color:#c5c5c5;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;height:0.125rem;width:18.6875rem;top:68.237499237062rem;left:40.656251907349rem;display:block; }
#iKya84kIVsVz1p4OtMFnAPoonhrT85kC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container { background-color: transparent; background-image: none; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container > .video-iframe-container { display: none; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row > .video-iframe-container { display: none; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .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); }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container { border-width: 0; border-radius: 0; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row > .video-iframe-container {  }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container { font-size:0.875rem;font-family:"open sans";height:6.25rem;width:60rem;position:relative;display:block; }#CmdTXWS1C9TcM6ll702aSi0Bh2uiac0T { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:1.8125rem;left:15.750001907349rem;height:2.625rem;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) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { width:47.75rem;height:1.9375rem;top:1.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:47.75rem;height:3.875rem;top:10.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:29.875rem;height:2.375rem;top:24rem;left:17.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqNQF0nIe7JStakTJuDrHda4POsCfAdn { width:26.25rem;height:14.0625rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlWrcsMAlvaxc32bQRb7sdIeAJIAyx0U { top:2.5625rem;left:0rem;width:30.6875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3QhtOzBRRiXZhdTztrvhzAUBUcu812 { width:47.75rem;height:6.3125rem;top:13.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZBKZ2Xnfnu7gi36sZtEcMatEbrnAX83 { width:29.875rem;height:3.75rem;top:25.75rem;left:17.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHoWkJ47ccQNdaT9umKIaWpxQgwXOoMu { width:29.875rem;height:8.625rem;top:27.0625rem;left:17.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw32ymuIyawzggbCPQWtxe6X8oKXXbww { width:29.875rem;height:2.4375rem;top:35.0625rem;left:17.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5TA3fMxOTK9dx45V7novXEUUrMo2uHi { width:29.875rem;height:4.6875rem;top:39.125rem;left:17.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW2N6V7OGoJ6LP32EfQOmaHP2X6t7yEs { top:44.25rem;left:33.718751907349rem;width:4.1875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEMJ8RnKv8R2vw4ymo5UBWr5WTkH3wXs { width:47.75rem;height:6rem;top:50.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { width:47.75rem;height:6.0625rem;top:3.625rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai .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; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai .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; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai { display:flex;width:18rem;height:5.0625rem;top:14.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #qX2OEwRF5HnGA9VmyGEHdc0Qdq39gMce { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #zk7iqog81o5HX7Ud9TQrSiyxirnt0eex {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #T56lMIIfwrweqDVieniVBvN2DP3rZm8U {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #NxzhCQ1ZmkaGqL99BRVeCe2EUv1DAvxL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #zT6WR4r7S5L2ezuP9gogSP5vxGsncVxF {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #QlcK32ig2PZO6fp5xTca6lqturCKUonT {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #IefwFfBLNlBqOENhsMhZT2fX9GKMsMWv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #fHWhVZnp0T7hkBeoNSHc6TzFXrNAuIT0 {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #dGGv5HPPMe4ag4aX73frWTC37ORABPDK {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #Lm71XUtltXyeMVIRInqLAUHdfnLPbAQC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #Rmlr5fPVOiHArJlQ0hNiJkXz3V1ds54C {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #JsT284nScpwgucimxZM5wGu2QqSTWnDT {  }
 }@media only screen and (max-width: 763px) { #luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h { display:block; }#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgLUtkHmn8HTb0B3M2lZD9EW0T6GBfO5 { width:4.875rem;height:2.1875rem;top:5.0625rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsbEDOOkiTLpPzr6kPUNXMUgRznNZbQG { width:7.75rem;height:3.25rem;top:4.5rem;left:7rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEezWphrw0nN5oM1RMgHAT2R1Rv10WSw { width:19.5rem;height:4.875rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19uDMHG60y4HVf7JRcFGLTGna3OJxwL { display:block; }
 }@media only screen and (max-width: 763px) { #WDXos0thC2hyArWRk2mTDtzUd9GNRsyx { width:19.9375rem;height:4rem;top:0.75rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlOh0mfGFydP84E8EmsPtXbGFzuwLpbz { top:-0.0625rem;left:0rem;width:19.5625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LExiDOxsFZXz1PPMUzp7eVpPbvTl4aXn { width:4.875rem;height:2.1875rem;top:5.0625rem;left:17.562501907349rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTvtH5egoSJ8T9rfx4wdm8GyGn0bVr2x { top:0rem;left:13.0625rem;width:19.375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb0Lg1gTwi8WcUfZWrkolEBrnvsyCTnU { width:19.9375rem;height:4rem;top:0.8125rem;left:11.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhvMdcMMCqFehyleUzTNMXfPdIyvP94o { width:7.75rem;height:3.25rem;top:4.5rem;left:23.375001907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #duTG592wlGU1TGqmEQlay41AeFeKPLz6 { width:4.875rem;height:2.1875rem;top:5.0625rem;left:33.437501907349rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9UmWbHaGtF7bcbR1kPFh0VPa8CUxobD { top:-0.0625rem;left:28.9375rem;width:18.6875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJPaIpanOCvI8ytkpy4Tr44EBXRugzox { width:19.9375rem;height:4rem;top:0.8125rem;left:27.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWSf9FLQLOaGKHrPGVaWTQpE6yKg0Tv { width:7.75rem;height:3.25rem;top:4.5rem;left:39.249998092651rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I03uzfZMxEx7TMEmrJ29wGVmKGfMNoZs { top:10.4375rem;left:0rem;width:19.625rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E05QJPPMiTExC2DA5HolNC3srS1SqOsw { width:19.25rem;height:42.5rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5mzJ3X8S9FT9EpDTI1CElZHrNeHQGC1 { width:18.6875rem;height:0.125rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTw6MuE3wetWDyRiIRprqUG5mRkIzr1 { width:18.6875rem;height:0.125rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPFTN6psgyDiValiXvKK5XrDNTqheJO { width:18.6875rem;height:0.125rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBW5ZgUTHHesZ4WqITnMoLv2wpJWoTc4 { width:18.6875rem;height:0.125rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8XWiKDidK67pkvMFZzLMz80KardAzUM { width:18.6875rem;height:0.125rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqh3lS3Q35Es50VUGlgTJesahx8gtN13 { width:18.6875rem;height:0.125rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azV0AvnF3ra8R0QTODyxuSU1CokxG4XJ { width:18.6875rem;height:0.125rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qmIwqHnVrv1OsvEtLlTpJldCNIEXTy { width:18.6875rem;height:0.125rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llfFkcZ7zen1fwDGzO9Bpow618fts0tn { width:18.6875rem;height:0.125rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUpkH2WVFSnsK1TsCtf2HdgBhwKgvv51 { top:10.4375rem;left:12.375rem;width:19.375rem;height:49.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekTC5Krc4cFz0TZeFA5pioo5C476tD6S { width:19.5rem;height:47.1875rem;top:11.4375rem;left:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upv91sKB4fITnn0VOqkAkRdqpz8JWSS5 { width:18.6875rem;height:0.125rem;top:35.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAx7JlsZCagmaX3lsT4mwScydX9cSrxS { width:18.6875rem;height:0.125rem;top:32.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLuTcF4Ab2C31iP6L4uPxTztRBCM9W0i { width:18.6875rem;height:0.125rem;top:30.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6mILq4WzQ9ToHTPnwLoTApB430JAAIo { width:18.6875rem;height:0.125rem;top:28.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm1IV5U7lEsTME9hIMpRae42qCUEc4vk { width:18.6875rem;height:0.125rem;top:25.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBsTfee3uMcLsWTqNOuKGg1phLL0NzmF { width:18.6875rem;height:0.125rem;top:23.0625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlkhk5WpChSuseDBMeaIDULfvT8dtRJE { width:18.6875rem;height:0.125rem;top:20.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrvNPTo7KNCZT7kWkLfIX47r90OwgXs9 { width:18.6875rem;height:0.125rem;top:18.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igpmnEEOLi8p0lVbr4ldy5oc4UQcUuCF { width:18.6875rem;height:0.125rem;top:16.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcrzPnRJO7Gu9SBpnXbzgftIiFTTptwH { width:18.6875rem;height:0.125rem;top:13.8125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9qUtmXG8kTLkOEvcwdAGDi9SN3T08E2 { width:18.6875rem;height:0.125rem;top:37.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOhp8HuJoGeDJx52ECIAPvwBgzOopHN6 { top:10.4375rem;left:28.3125rem;width:19.3125rem;height:61.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqb6aZntl9wVmh7qimQ2LtR0KHaCQo2i { width:19.625rem;height:59rem;top:11.4375rem;left:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJGWhGusLxP8HIBUoTQAs8nRXk1uHtWl { width:18.6875rem;height:0.125rem;top:37.4375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNLS28HNJCVzt5V0VQdC7qnnvXIWVSiH { width:18.6875rem;height:0.125rem;top:35.125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeT71MLWK8kT1vVuRhucI2BxEEBNnLqz { width:18.6875rem;height:0.125rem;top:32.625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DznspFOKhn79I6B4LJ5xFKMJHgZ4sthv { width:18.6875rem;height:0.125rem;top:30.375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSH2pKD2xu3VoZkrC6VFB8oWeNkQsfQa { width:18.6875rem;height:0.125rem;top:28.125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvhD4CPm8SC7IVDpfm7kUPlHIa3LhVoZ { width:18.6875rem;height:0.125rem;top:25.625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCkQx8XKSR3OeulFCXTQbGKgRxUJDGT9 { width:18.6875rem;height:0.125rem;top:23.0625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc2z2VB6hbDVEZrf6Chr69TQv96wcdRv { width:18.6875rem;height:0.125rem;top:20.625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIdnGeFQGFu0BzOTNWqwq4rD4GFxJpmB { width:18.6875rem;height:0.125rem;top:18.625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMuS9TrXsuCNUo1o2QiSwadqBlfZaIi8 { width:18.6875rem;height:0.125rem;top:16.125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tofbEEexSXa0zoDOnkveaCax3q0JHQI9 { width:18.6875rem;height:0.125rem;top:13.8125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4VcvbbdsdgTFrDiXDaD16ETQgal5txl { width:18.6875rem;height:0.125rem;top:39.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM6lpTNxlN0a7ZXkOaOJNhZUuSeMpp80 { width:18.6875rem;height:0.125rem;top:42.125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEwMTzink2qFEDZTbSJrRSJeKBl4idp { width:19.375rem;height:4.875rem;top:60.125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze82fczP7bVBfIGcW0gffEtVnthBy8tc { display:block; }
 }@media only screen and (max-width: 763px) { #kyhCrWmlkNH2W4UWLLz2h2h9s4xPdIS2 { width:19.3125rem;height:4.875rem;top:72.3125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTheQ3Xy5AWTTKiNuIw0OAXVKpcqv823 { display:block; }
 }@media only screen and (max-width: 763px) { #OdkTFd8iSV9o0aSoeUkmHpGfae6lLy8g { width:47.75rem;height:4.0625rem;top:81.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIwL0SfnTVFivqZfzzhAUeaBxPgLDtTH { width:47.75rem;height:10.125rem;top:86.3125rem;left:0rem;font-size:1rem;display:block; }#UIwL0SfnTVFivqZfzzhAUeaBxPgLDtTH li:before{  }
 }@media only screen and (max-width: 763px) { #XcAUdTrXPzMwwsdD6rtOFTX4rSTaFEyl { width:47.75rem;height:4.0625rem;top:99.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEt1OiEXgLU7vqX2ilBgc846rhWEcQDr { width:47.75rem;height:50.5625rem;top:105rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POwUcxoXa1UTTbQtSrIiCmqNW6AIrB5d { width:18.75rem;height:2.3125rem;top:7.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ZpQxRn3TWQg6zpP7UOIlwLORaprUiC { width:18.75rem;height:2.3125rem;top:7.375rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exkJOQcNUqvfKRokz70m3TNHTV9tmDv8 { width:18.75rem;height:2.3125rem;top:7.375rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZvpWydJnPkg1A31ldMCN31DSQO2ghoW { width:18.6875rem;height:0.125rem;top:39.6875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DUupOyRKcrTS0OwqN8b1zXA5PN5tpO { width:18.6875rem;height:0.125rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV8AfPRCnySoJEfARudmtPg3cnILXehA { width:18.6875rem;height:0.125rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8K3PBCg9bRL9pemNGLnCx10HzSqK1qE { width:18.6875rem;height:0.125rem;top:46.8125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psms75597pN0cnqLUOglMGrhSohfQ6BB { width:18.6875rem;height:0.125rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZAKWpPOcKMXBw1e7TADyJsouF5749Lm { width:18.6875rem;height:0.125rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3dSzuK3zv5tPCUOV0gFnnW0y3GqnIZP { width:18.6875rem;height:0.125rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQPXd0DhulE0R1GaSAXJUUwmFfDky48k { width:18.6875rem;height:0.125rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHkZI0AsfXpi9K8IhUIQKONpTMXJFzCl { width:18.6875rem;height:0.125rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB84udm8HPT4Q8d1WVLF9UdLPSr7GUQi { width:18.6875rem;height:0.125rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3lVSN8se20SAsJLc5CF0zbaXwBDDu81 { width:18.6875rem;height:0.125rem;top:42.3125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpT3q8b2q0Tk6TfWWm9nce5DmyJK4nHq { width:18.6875rem;height:0.125rem;top:44.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqB9Bcvl59ZLeifbNpcLhLCluusLKEkP { width:18.6875rem;height:0.125rem;top:46.8125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ1r13bkihFBUiwHx8d4WlJ1QkTwv3Rr { width:18.6875rem;height:0.125rem;top:49.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duAWAz19gDPDDPELEsnV9ZUAmTTXHii6 { width:18.6875rem;height:0.125rem;top:51.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsxlDfmNICQSbRJF72KEM6EKPbRwD1KD { width:18.6875rem;height:0.125rem;top:53.875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6zAHWoHk3TTkDK5puxmEBOcOWpvEmCn { width:18.6875rem;height:0.125rem;top:56.5rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #havnb0yo5nU3gX2TB7SEtoCNwA4M5RtS { width:18.6875rem;height:0.125rem;top:44.5rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrp9uSEop8UbINRCZG10WPKWZGsBMttt { width:18.6875rem;height:0.125rem;top:49.125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGxxusvDapCGzSIcCKTCLF1yaTWFTHmp { width:18.6875rem;height:0.125rem;top:51.5625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9k8xAK7uAcL6scTaUtL4LWgr52G03EA { width:18.6875rem;height:0.125rem;top:53.875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7nhHtgs7Fkn6w5Pw8DoJa3TF5aF6rDq { width:18.6875rem;height:0.125rem;top:56.5rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USuJA8oRX357lTNfTX7y6m1uyZAusgS6 { width:18.6875rem;height:0.125rem;top:58.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyEnF9OZwq1FHPeidg5hGU2UZ0MKwKeK { width:18.6875rem;height:0.125rem;top:60.875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuGmvKHZH0TeOEdIZptyKsviOlhmb1vx { width:18.6875rem;height:0.125rem;top:63.375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0GXSOEoSVui7GUfm4wDgceiHocwilXu { width:18.6875rem;height:0.125rem;top:65.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEQmGGsKq5xMEvz3Xc2BnxwlT4qcEfNI { width:18.6875rem;height:0.125rem;top:68.1875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKya84kIVsVz1p4OtMFnAPoonhrT85kC { display:block; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmdTXWS1C9TcM6ll702aSi0Bh2uiac0T { width:28.5rem;height:2.625rem;top:1.8125rem;left:9.6250019073488rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ugi8Ch7kAa6F47dqfsOX07T5IDhyg5 { width:17.4375rem;height:2.275rem;top:1.125rem;left:1.2812501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:20rem;height:2.03125rem;top:7.0484378337862rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:17.75rem;height:1.5rem;top:22.875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqNQF0nIe7JStakTJuDrHda4POsCfAdn { width:16.125rem;height:8.5625rem;top:12.625000715256rem;left:1.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlWrcsMAlvaxc32bQRb7sdIeAJIAyx0U { width:20rem;height:4.5213849287169rem;top:1.9773440361023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS3QhtOzBRRiXZhdTztrvhzAUBUcu812 { width:20rem;height:1.95rem;top:9.0796878337863rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZBKZ2Xnfnu7gi36sZtEcMatEbrnAX83 { width:20rem;height:3rem;top:24.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHoWkJ47ccQNdaT9umKIaWpxQgwXOoMu { width:20rem;height:4.3125rem;top:26.0625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw32ymuIyawzggbCPQWtxe6X8oKXXbww { width:20rem;height:5.4rem;top:30.375rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5TA3fMxOTK9dx45V7novXEUUrMo2uHi { width:20rem;height:3rem;top:37.296099662781rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW2N6V7OGoJ6LP32EfQOmaHP2X6t7yEs { width:4.1875rem;height:6.125rem;top:41.483593940735rem;left:7.9062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEMJ8RnKv8R2vw4ymo5UBWr5WTkH3wXs { width:20rem;height:15.125rem;top:49.108593940735rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { width:20rem;height:5.2rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai .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; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai .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; }
#MDG971EMqzgPcQdUJ2t47CTOhpVQbrai { display:flex;width:18rem;height:5.0625rem;top:8.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #qX2OEwRF5HnGA9VmyGEHdc0Qdq39gMce { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #zk7iqog81o5HX7Ud9TQrSiyxirnt0eex {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #T56lMIIfwrweqDVieniVBvN2DP3rZm8U {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #NxzhCQ1ZmkaGqL99BRVeCe2EUv1DAvxL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #zT6WR4r7S5L2ezuP9gogSP5vxGsncVxF {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #QlcK32ig2PZO6fp5xTca6lqturCKUonT {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #IefwFfBLNlBqOENhsMhZT2fX9GKMsMWv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #fHWhVZnp0T7hkBeoNSHc6TzFXrNAuIT0 {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #dGGv5HPPMe4ag4aX73frWTC37ORABPDK {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #Lm71XUtltXyeMVIRInqLAUHdfnLPbAQC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #Rmlr5fPVOiHArJlQ0hNiJkXz3V1ds54C {  }
 }@media only screen and (max-width: 763px) { #MDG971EMqzgPcQdUJ2t47CTOhpVQbrai #JsT284nScpwgucimxZM5wGu2QqSTWnDT {  }
 }@media only screen and (max-width: 763px) { #luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h { display:block; }#luuBOK0a4xaSkzQMWHK6QmoemPwZJ30h > .row .container { width:20rem;height:260.20000457764rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgLUtkHmn8HTb0B3M2lZD9EW0T6GBfO5 { width:4.0625rem;height:1.95rem;top:5.625rem;left:4.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsbEDOOkiTLpPzr6kPUNXMUgRznNZbQG { width:4.8125rem;height:2.6rem;top:5.3125rem;left:9.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEezWphrw0nN5oM1RMgHAT2R1Rv10WSw { width:18.6875rem;height:3.75rem;top:40.312500953674rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19uDMHG60y4HVf7JRcFGLTGna3OJxwL { display:block; }
 }@media only screen and (max-width: 763px) { #WDXos0thC2hyArWRk2mTDtzUd9GNRsyx { width:19.9375rem;height:3.46875rem;top:1.6875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlOh0mfGFydP84E8EmsPtXbGFzuwLpbz { width:18.6875rem;height:10.5rem;top:0.94999980926512rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LExiDOxsFZXz1PPMUzp7eVpPbvTl4aXn { width:4.875rem;height:1.95rem;top:50.275001525879rem;left:3.8437498807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTvtH5egoSJ8T9rfx4wdm8GyGn0bVr2x { width:18.6875rem;height:10.5rem;top:46rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb0Lg1gTwi8WcUfZWrkolEBrnvsyCTnU { width:19.9375rem;height:3rem;top:46.812498092651rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhvMdcMMCqFehyleUzTNMXfPdIyvP94o { width:7.75rem;height:2.6rem;top:49.950000762939rem;left:8.7187503576281rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #duTG592wlGU1TGqmEQlay41AeFeKPLz6 { width:4.875rem;height:1.95rem;top:97.8125rem;left:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9UmWbHaGtF7bcbR1kPFh0VPa8CUxobD { width:18.6875rem;height:10.5rem;top:93.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJPaIpanOCvI8ytkpy4Tr44EBXRugzox { width:19.9375rem;height:3rem;top:94.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWSf9FLQLOaGKHrPGVaWTQpE6yKg0Tv { width:7.75rem;height:2.6rem;top:97.5rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I03uzfZMxEx7TMEmrJ29wGVmKGfMNoZs { width:18.6875rem;height:28rem;top:11.44921875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E05QJPPMiTExC2DA5HolNC3srS1SqOsw { width:18.75rem;height:25.9875rem;top:12.455470085144rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5mzJ3X8S9FT9EpDTI1CElZHrNeHQGC1 { width:18.6875rem;height:0.125rem;top:36.000000953674rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTw6MuE3wetWDyRiIRprqUG5mRkIzr1 { width:18.6875rem;height:0.125rem;top:33.625000953674rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPFTN6psgyDiValiXvKK5XrDNTqheJO { width:18.6875rem;height:0.125rem;top:31.375000953674rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBW5ZgUTHHesZ4WqITnMoLv2wpJWoTc4 { width:18.6875rem;height:0.125rem;top:29.062500953674rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8XWiKDidK67pkvMFZzLMz80KardAzUM { width:18.6875rem;height:0.125rem;top:26.5625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqh3lS3Q35Es50VUGlgTJesahx8gtN13 { width:18.6875rem;height:0.125rem;top:24.25rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azV0AvnF3ra8R0QTODyxuSU1CokxG4XJ { width:18.6875rem;height:0.125rem;top:21.8125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qmIwqHnVrv1OsvEtLlTpJldCNIEXTy { width:18.6875rem;height:0.125rem;top:19.500000476837rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llfFkcZ7zen1fwDGzO9Bpow618fts0tn { width:18.6875rem;height:0.125rem;top:17.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUpkH2WVFSnsK1TsCtf2HdgBhwKgvv51 { width:18.6875rem;height:30.4375rem;top:56.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekTC5Krc4cFz0TZeFA5pioo5C476tD6S { width:18.75rem;height:28.35rem;top:57.481250047684rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upv91sKB4fITnn0VOqkAkRdqpz8JWSS5 { width:18.6875rem;height:0.125rem;top:81.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAx7JlsZCagmaX3lsT4mwScydX9cSrxS { width:18.6875rem;height:0.125rem;top:78.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLuTcF4Ab2C31iP6L4uPxTztRBCM9W0i { width:18.6875rem;height:0.125rem;top:76.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6mILq4WzQ9ToHTPnwLoTApB430JAAIo { width:18.6875rem;height:0.125rem;top:74.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm1IV5U7lEsTME9hIMpRae42qCUEc4vk { width:18.6875rem;height:0.125rem;top:71.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBsTfee3uMcLsWTqNOuKGg1phLL0NzmF { width:18.6875rem;height:0.125rem;top:69.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlkhk5WpChSuseDBMeaIDULfvT8dtRJE { width:18.6875rem;height:0.125rem;top:66.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrvNPTo7KNCZT7kWkLfIX47r90OwgXs9 { width:18.6875rem;height:0.125rem;top:64.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igpmnEEOLi8p0lVbr4ldy5oc4UQcUuCF { width:18.6875rem;height:0.125rem;top:62.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcrzPnRJO7Gu9SBpnXbzgftIiFTTptwH { width:18.6875rem;height:0.125rem;top:59.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9qUtmXG8kTLkOEvcwdAGDi9SN3T08E2 { width:18.6875rem;height:0.125rem;top:83.499999046325rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOhp8HuJoGeDJx52ECIAPvwBgzOopHN6 { width:18.6875rem;height:39.8125rem;top:104.06249856949rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqb6aZntl9wVmh7qimQ2LtR0KHaCQo2i { width:18.75rem;height:37.8rem;top:105.06874847412rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJGWhGusLxP8HIBUoTQAs8nRXk1uHtWl { width:18.6875rem;height:0.125rem;top:126.25000286102rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNLS28HNJCVzt5V0VQdC7qnnvXIWVSiH { width:18.6875rem;height:0.125rem;top:123.90625286102rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeT71MLWK8kT1vVuRhucI2BxEEBNnLqz { width:18.6875rem;height:0.125rem;top:121.56250286102rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DznspFOKhn79I6B4LJ5xFKMJHgZ4sthv { width:18.6875rem;height:0.125rem;top:119.12500333786rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSH2pKD2xu3VoZkrC6VFB8oWeNkQsfQa { width:18.6875rem;height:0.125rem;top:140.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvhD4CPm8SC7IVDpfm7kUPlHIa3LhVoZ { width:18.6875rem;height:0.125rem;top:138.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCkQx8XKSR3OeulFCXTQbGKgRxUJDGT9 { width:18.6875rem;height:0.125rem;top:135.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc2z2VB6hbDVEZrf6Chr69TQv96wcdRv { width:18.6875rem;height:0.125rem;top:133.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIdnGeFQGFu0BzOTNWqwq4rD4GFxJpmB { width:18.6875rem;height:0.125rem;top:131.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMuS9TrXsuCNUo1o2QiSwadqBlfZaIi8 { width:18.6875rem;height:0.125rem;top:128.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tofbEEexSXa0zoDOnkveaCax3q0JHQI9 { width:18.6875rem;height:0.125rem;top:116.93749809265rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4VcvbbdsdgTFrDiXDaD16ETQgal5txl { width:18.6875rem;height:0.125rem;top:107.31249856949rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM6lpTNxlN0a7ZXkOaOJNhZUuSeMpp80 { width:18.6875rem;height:0.125rem;top:109.74999904633rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEwMTzink2qFEDZTbSJrRSJeKBl4idp { width:18.6875rem;height:3.75rem;top:87.9375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze82fczP7bVBfIGcW0gffEtVnthBy8tc { display:block; }
 }@media only screen and (max-width: 763px) { #kyhCrWmlkNH2W4UWLLz2h2h9s4xPdIS2 { width:18.6875rem;height:3.75rem;top:144.8125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTheQ3Xy5AWTTKiNuIw0OAXVKpcqv823 { display:block; }
 }@media only screen and (max-width: 763px) { #OdkTFd8iSV9o0aSoeUkmHpGfae6lLy8g { width:20rem;height:2.1125rem;top:151.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIwL0SfnTVFivqZfzzhAUeaBxPgLDtTH { width:19.75rem;height:12.1375rem;top:154.875rem;left:0rem;font-size:1rem;display:block; }#UIwL0SfnTVFivqZfzzhAUeaBxPgLDtTH li:before{  }
 }@media only screen and (max-width: 763px) { #XcAUdTrXPzMwwsdD6rtOFTX4rSTaFEyl { width:20rem;height:2.1125rem;top:168.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEt1OiEXgLU7vqX2ilBgc846rhWEcQDr { width:20rem;height:49.6rem;top:172.26250076294rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POwUcxoXa1UTTbQtSrIiCmqNW6AIrB5d { width:18.75rem;height:2.3625rem;top:8.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ZpQxRn3TWQg6zpP7UOIlwLORaprUiC { width:18.75rem;height:2.3625rem;top:53.012502670288rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exkJOQcNUqvfKRokz70m3TNHTV9tmDv8 { width:18.75rem;height:2.3625rem;top:100.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZvpWydJnPkg1A31ldMCN31DSQO2ghoW { width:18.6875rem;height:0.125rem;top:234.07500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DUupOyRKcrTS0OwqN8b1zXA5PN5tpO { width:18.6875rem;height:0.125rem;top:223.07500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV8AfPRCnySoJEfARudmtPg3cnILXehA { width:18.6875rem;height:0.125rem;top:224.45000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8K3PBCg9bRL9pemNGLnCx10HzSqK1qE { width:18.6875rem;height:0.125rem;top:246.45000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psms75597pN0cnqLUOglMGrhSohfQ6BB { width:18.6875rem;height:0.125rem;top:225.82500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZAKWpPOcKMXBw1e7TADyJsouF5749Lm { width:18.6875rem;height:0.125rem;top:227.20000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3dSzuK3zv5tPCUOV0gFnnW0y3GqnIZP { width:18.6875rem;height:0.125rem;top:228.57500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQPXd0DhulE0R1GaSAXJUUwmFfDky48k { width:18.6875rem;height:0.125rem;top:229.95000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHkZI0AsfXpi9K8IhUIQKONpTMXJFzCl { width:18.6875rem;height:0.125rem;top:231.32500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB84udm8HPT4Q8d1WVLF9UdLPSr7GUQi { width:18.6875rem;height:0.125rem;top:232.70000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3lVSN8se20SAsJLc5CF0zbaXwBDDu81 { width:18.6875rem;height:0.125rem;top:235.45000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpT3q8b2q0Tk6TfWWm9nce5DmyJK4nHq { width:18.6875rem;height:0.125rem;top:236.82500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqB9Bcvl59ZLeifbNpcLhLCluusLKEkP { width:18.6875rem;height:0.125rem;top:238.20000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ1r13bkihFBUiwHx8d4WlJ1QkTwv3Rr { width:18.6875rem;height:0.125rem;top:239.57500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duAWAz19gDPDDPELEsnV9ZUAmTTXHii6 { width:18.6875rem;height:0.125rem;top:240.95000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsxlDfmNICQSbRJF72KEM6EKPbRwD1KD { width:18.6875rem;height:0.125rem;top:242.32500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6zAHWoHk3TTkDK5puxmEBOcOWpvEmCn { width:18.6875rem;height:0.125rem;top:243.70000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #havnb0yo5nU3gX2TB7SEtoCNwA4M5RtS { width:18.6875rem;height:0.125rem;top:245.07500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrp9uSEop8UbINRCZG10WPKWZGsBMttt { width:18.6875rem;height:0.125rem;top:247.82500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGxxusvDapCGzSIcCKTCLF1yaTWFTHmp { width:18.6875rem;height:0.125rem;top:249.20000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9k8xAK7uAcL6scTaUtL4LWgr52G03EA { width:18.6875rem;height:0.125rem;top:250.57500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7nhHtgs7Fkn6w5Pw8DoJa3TF5aF6rDq { width:18.6875rem;height:0.125rem;top:251.95000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USuJA8oRX357lTNfTX7y6m1uyZAusgS6 { width:18.6875rem;height:0.125rem;top:253.32500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyEnF9OZwq1FHPeidg5hGU2UZ0MKwKeK { width:18.6875rem;height:0.125rem;top:254.70000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuGmvKHZH0TeOEdIZptyKsviOlhmb1vx { width:18.6875rem;height:0.125rem;top:256.07500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0GXSOEoSVui7GUfm4wDgceiHocwilXu { width:18.6875rem;height:0.125rem;top:257.45000457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEQmGGsKq5xMEvz3Xc2BnxwlT4qcEfNI { width:18.6875rem;height:0.125rem;top:258.82500457764rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKya84kIVsVz1p4OtMFnAPoonhrT85kC { display:block; }#iKya84kIVsVz1p4OtMFnAPoonhrT85kC > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmdTXWS1C9TcM6ll702aSi0Bh2uiac0T { width:20rem;height:3.9375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }