.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#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); }#O107ilCG4GduRwt501aOvWsQDkNbUAm1 { position:relative;display:block; }#O107ilCG4GduRwt501aOvWsQDkNbUAm1 { background-color: transparent; background-image: none; }#O107ilCG4GduRwt501aOvWsQDkNbUAm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O107ilCG4GduRwt501aOvWsQDkNbUAm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O107ilCG4GduRwt501aOvWsQDkNbUAm1 > .row .container > .video-iframe-container { display: none; }#O107ilCG4GduRwt501aOvWsQDkNbUAm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O107ilCG4GduRwt501aOvWsQDkNbUAm1 > .row > .video-iframe-container { display: none; }#O107ilCG4GduRwt501aOvWsQDkNbUAm1 > .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); }#O107ilCG4GduRwt501aOvWsQDkNbUAm1 { border-width: 0; border-radius: 0; }#O107ilCG4GduRwt501aOvWsQDkNbUAm1 > .row .container > .video-iframe-container {  }#O107ilCG4GduRwt501aOvWsQDkNbUAm1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#JwpBCy5CbVumLmreHZxSfsVgzDWOqoAz { position:absolute;display:block;z-index:15006;height:11.25rem;width:20rem;top:1.9375rem;left:27.500001192093rem;display:block; }
#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01401f;background-image:none;position:relative;display:block; }#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT > .row .container { background-color: transparent; background-image: none; }#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT > .row .container > .video-iframe-container { display: none; }#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT > .row > .video-iframe-container { display: none; }#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT > .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); }#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT > .row .container { border-width: 0; border-radius: 0; }#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT > .row > .video-iframe-container {  }#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#UbgLWtTwo7uN5d64KI6l0axJIJkV3e5x { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.421875rem;left:9.3750019073488rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft { position:relative;display:block; }#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft { background-color: transparent; background-image: none; }#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft > .row .container > .video-iframe-container { display: none; }#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft > .row > .video-iframe-container { display: none; }#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft > .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); }#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft { border-width: 0; border-radius: 0; }#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft > .row .container > .video-iframe-container {  }#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#D4h79qTHfECEDIEaUfNNKuF56TyyEx8W { color:#000000;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.9375rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KfQZcWNVv65IEXmHF9v7uAQcslBiZPa4 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.4375rem;left:3.9375rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rgg4CzLfzbhrsLG3Bu1TgMvG0ZfEowIC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.75rem;width:37.5rem;top:2.6250002384186rem;left:37.500001907349rem;overflow:hidden;display:block; }
#PItvfT8hDHaqLJnQZxPVlDooZaETITcV { color:#000000;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.8125rem;left:3.9375rem;height:5.90625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u30NFKH5mdoOtHndDVNLL9driEBLV0Xi { color:#353535;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.4375rem;left:7.0625rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0anVHSqRAxo72G1kqv3pIRLHTFROLg2 { background-color:#01401f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.5625rem;left:13.9375rem;display:block; }
#Fy2aTx7LiaLtr0XpDGJc91EnGPwTvF2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sBHuzaynute77MlEZHwyMJrKPh0PF1qE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:13.75rem;top:16.612495422363rem;left:15.843751907349rem;overflow:hidden;display:block; }
#bABAkaTNrVQmIETP0ufk0r2GAW4dFIeo { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.62707901001rem;left:7.0937519073488rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VkAkk9ZdvqCD4aa1cdTKaBVVEe1U3JRE { color:#e50e17;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.761451721191rem;left:7.0937519073488rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4syLNTMt03R6MtwEIl1foWpmGuyoosL { position:relative;display:block; }#p4syLNTMt03R6MtwEIl1foWpmGuyoosL { background-color: transparent; background-image: none; }#p4syLNTMt03R6MtwEIl1foWpmGuyoosL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4syLNTMt03R6MtwEIl1foWpmGuyoosL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4syLNTMt03R6MtwEIl1foWpmGuyoosL > .row .container > .video-iframe-container { display: none; }#p4syLNTMt03R6MtwEIl1foWpmGuyoosL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4syLNTMt03R6MtwEIl1foWpmGuyoosL > .row > .video-iframe-container { display: none; }#p4syLNTMt03R6MtwEIl1foWpmGuyoosL > .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); }#p4syLNTMt03R6MtwEIl1foWpmGuyoosL { border-width: 0; border-radius: 0; }#p4syLNTMt03R6MtwEIl1foWpmGuyoosL > .row .container > .video-iframe-container {  }#p4syLNTMt03R6MtwEIl1foWpmGuyoosL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#kETe0T1IPCzzJkhqhT1D531yGe93fy0R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48.625rem;width:32.5rem;top:2.8124980926514rem;left:39.968751907349rem;overflow:hidden;display:block; }
#VRet2MPND6etp4TcsH9Wno0cBUJQSXWB { color:#000000;display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:3rem;left:1.5625rem;height:47.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VRet2MPND6etp4TcsH9Wno0cBUJQSXWB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VRet2MPND6etp4TcsH9Wno0cBUJQSXWB li:before{  }
#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01401f;background-image:none;position:relative;display:block; }#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ > .row .container { background-color: transparent; background-image: none; }#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ > .row .container > .video-iframe-container { display: none; }#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ > .row > .video-iframe-container { display: none; }#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ > .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); }#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ > .row .container { border-width: 0; border-radius: 0; }#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ > .row > .video-iframe-container {  }#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#PEupoRT50dB9lUi5OChn6FV0XiX9FHTg { color:#ffffff;display:block;width:68.74875rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.421875rem;left:3.1239585876465rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u { position:relative;display:block; }#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u { background-color: transparent; background-image: none; }#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u > .row .container > .video-iframe-container { display: none; }#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u > .row > .video-iframe-container { display: none; }#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u > .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); }#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u { border-width: 0; border-radius: 0; }#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u > .row .container > .video-iframe-container {  }#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:94.5625rem;width:75rem;position:relative;display:block; }#ltfdnoU8GqifhVSwdW9os8ErIZ0NpKtk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.8125rem;width:53.4375rem;top:0.96210956573488rem;left:10.78125rem;overflow:hidden;display:block; }
#b7RZJKOsfUQziLCv4TkWMTvZ17HuMLTK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:52.6875rem;top:19.339451313019rem;left:10.78125rem;overflow:hidden;display:block; }
#Dt894LkveVJqphx6i9TPxWWoTwsBqOCo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:52.6875rem;top:32.213542938233rem;left:10.781251907349rem;overflow:hidden;display:block; }
#wxcmXVkIC89nXJZTh3FFNwJoVdoP983t { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.6875rem;width:51rem;top:39.088542938233rem;left:10.781251907349rem;overflow:hidden;display:block; }
#XGTeAAB7nBmTpT45EBzVrBTFphR3XAAn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:40.625rem;top:50.838542938233rem;left:10.781251907349rem;overflow:hidden;display:block; }
#QOHx0znome7wlTVzuboxbXai7uZkUKNe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:51.8125rem;top:59.088542938233rem;left:10.781251907349rem;overflow:hidden;display:block; }
#S7fct2a2qip9HXbea2tRwiIs7uquI9T7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:51.75rem;top:74.088554382325rem;left:10.781251907349rem;overflow:hidden;display:block; }
#spJN09gyViX3iO4pdRSzCJHc7EWzRZnQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:51.75rem;top:84.088554382325rem;left:10.781251907349rem;overflow:hidden;display:block; }
#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3241;background-image:none;position:relative;display:block; }#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE > .row .container { background-color: transparent; background-image: none; }#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE > .row .container > .video-iframe-container { display: none; }#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE > .row > .video-iframe-container { display: none; }#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE > .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); }#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE > .row .container { border-width: 0; border-radius: 0; }#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE > .row > .video-iframe-container {  }#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#L6KErgMT6ICkkNeTxm6m7rPbZB4h6VBG { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.2701730728149rem;left:12.500000238419rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO > .row .container { background-color: transparent; background-image: none; }#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO > .row .container > .video-iframe-container { display: none; }#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO > .row > .video-iframe-container { display: none; }#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO > .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); }#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO > .row .container { border-width: 0; border-radius: 0; }#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO > .row > .video-iframe-container {  }#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#eZAobfmVsAo5u5OnlvtNFS1Wo8Aw4hCF { color:#222f3d;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6236991882324rem;left:3.1250002384186rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0ApE4aSD0Ps98py0p1JOyWgf4wL3hw9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:24.5625rem;top:4.1861982345581rem;left:45.217450380326rem;overflow:hidden;display:block; }
#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT > .row .container { background-color: transparent; background-image: none; }#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT > .row .container > .video-iframe-container { display: none; }#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT > .row > .video-iframe-container { display: none; }#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT > .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); }#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT > .row .container { border-width: 0; border-radius: 0; }#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT > .row > .video-iframe-container {  }#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#IKvLT18ybc6KrA8eBTOCTJ8Gt1IDp7cT { color:#2c3241;display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:37.3125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyDrZJ5kmkBNQT49fdul1xTqfPOyvoHt { color:#2c3241;display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11rem;left:37.3125rem;height:13.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lwgMzh14rk2fFkdXyssqkeLL3Vkx1bum { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.25rem;width:59.6875rem;top:2.9375013113022rem;left:4.7968752384186rem;overflow:hidden;display:block; }
#v3ptiH14DKNX439dxDKScmI9CBK7T52l { position:relative;display:block; }#v3ptiH14DKNX439dxDKScmI9CBK7T52l { background-color: transparent; background-image: none; }#v3ptiH14DKNX439dxDKScmI9CBK7T52l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3ptiH14DKNX439dxDKScmI9CBK7T52l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3ptiH14DKNX439dxDKScmI9CBK7T52l > .row .container > .video-iframe-container { display: none; }#v3ptiH14DKNX439dxDKScmI9CBK7T52l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3ptiH14DKNX439dxDKScmI9CBK7T52l > .row > .video-iframe-container { display: none; }#v3ptiH14DKNX439dxDKScmI9CBK7T52l > .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); }#v3ptiH14DKNX439dxDKScmI9CBK7T52l { border-width: 0; border-radius: 0; }#v3ptiH14DKNX439dxDKScmI9CBK7T52l > .row .container > .video-iframe-container {  }#v3ptiH14DKNX439dxDKScmI9CBK7T52l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#eqdpBIy2ATPnomMblowrZoH4ceDT0bhT { color:#000000;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.9375rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZIt6bvT5klTIVfL3eblH58f43c3ImIz { color:#000000;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.4375rem;left:3.9375rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l06rPL5sbnrfPDTGgLf6T68lWnXGTJrs { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.75rem;width:37.5rem;top:2.6250002384186rem;left:37.500001907349rem;overflow:hidden;display:block; }
#VBIDOQOTS1P6B5XLTLfe9fkvN0AfNdSu { color:#000000;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.8125rem;left:3.9375rem;height:5.90625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9LzyHbo86bcIAdb4lmmxZ2a4TMIvGPu { color:#353535;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.4375rem;left:7.0625rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t6ZCHhcLCCt2Upd7kFfQPuyhIvt3PMMv { background-color:#01401f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.5625rem;left:13.9375rem;display:block; }
#XdtpFVeNbiabADvFHdy9Rr7nPtJxLmE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ltf9FeB7p1pLOT5HofJVAFBCWsGv7SJl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:13.75rem;top:16.612495422363rem;left:15.843751907349rem;overflow:hidden;display:block; }
#exT92aMvVh3fpSxoEpowBASLuRskB1W1 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.62707901001rem;left:7.0937519073488rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T25doKGXQKFJNsxFbRym09E47zLARACR { color:#e50e17;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.761451721191rem;left:7.0937519073488rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;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) { #O107ilCG4GduRwt501aOvWsQDkNbUAm1 { display:block; }#O107ilCG4GduRwt501aOvWsQDkNbUAm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwpBCy5CbVumLmreHZxSfsVgzDWOqoAz { top:1.9375rem;left:13.875001192093rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT { display:block; }#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbgLWtTwo7uN5d64KI6l0axJIJkV3e5x { width:47.75rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft { display:block; }#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4h79qTHfECEDIEaUfNNKuF56TyyEx8W { width:37.5rem;height:2rem;top:2.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfQZcWNVv65IEXmHF9v7uAQcslBiZPa4 { width:37.5rem;height:5.5625rem;top:4.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgg4CzLfzbhrsLG3Bu1TgMvG0ZfEowIC { top:2.625rem;left:10.25rem;width:37.5rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PItvfT8hDHaqLJnQZxPVlDooZaETITcV { width:37.5rem;height:5.75rem;top:10.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u30NFKH5mdoOtHndDVNLL9driEBLV0Xi { width:31.25rem;height:1.375rem;top:34.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0anVHSqRAxo72G1kqv3pIRLHTFROLg2 { width:17.5rem;height:3.4375rem;top:30.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy2aTx7LiaLtr0XpDGJc91EnGPwTvF2W { display:block; }
 }@media only screen and (max-width: 763px) { #sBHuzaynute77MlEZHwyMJrKPh0PF1qE { top:16.5625rem;left:9.0312519073488rem;width:13.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bABAkaTNrVQmIETP0ufk0r2GAW4dFIeo { width:31.25rem;height:;top:20.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkAkk9ZdvqCD4aa1cdTKaBVVEe1U3JRE { width:31.25rem;height:;top:23.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4syLNTMt03R6MtwEIl1foWpmGuyoosL { display:block; }#p4syLNTMt03R6MtwEIl1foWpmGuyoosL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kETe0T1IPCzzJkhqhT1D531yGe93fy0R { top:2.75rem;left:15.25rem;width:32.5rem;height:48.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRet2MPND6etp4TcsH9Wno0cBUJQSXWB { width:34.375rem;height:;top:3rem;left:0rem;font-size:1.125rem;display:block; }#VRet2MPND6etp4TcsH9Wno0cBUJQSXWB li:before{  }
 }@media only screen and (max-width: 763px) { #B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ { display:block; }#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEupoRT50dB9lUi5OChn6FV0XiX9FHTg { width:47.75rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u { display:block; }#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltfdnoU8GqifhVSwdW9os8ErIZ0NpKtk { top:0.9375rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7RZJKOsfUQziLCv4TkWMTvZ17HuMLTK { top:19.3125rem;left:0rem;width:47.75rem;height:10.705516014235rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt894LkveVJqphx6i9TPxWWoTwsBqOCo { top:32.1875rem;left:0rem;width:47.75rem;height:6.2307236061684rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxcmXVkIC89nXJZTh3FFNwJoVdoP983t { top:39.0625rem;left:0rem;width:47.75rem;height:10.942708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGTeAAB7nBmTpT45EBzVrBTFphR3XAAn { top:50.8125rem;left:0rem;width:40.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOHx0znome7wlTVzuboxbXai7uZkUKNe { top:59.0625rem;left:0rem;width:47.75rem;height:13.823884197829rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7fct2a2qip9HXbea2tRwiIs7uquI9T7 { top:74.0625rem;left:0rem;width:47.75rem;height:9.2270531400969rem;display:block; }
 }@media only screen and (max-width: 763px) { #spJN09gyViX3iO4pdRSzCJHc7EWzRZnQ { top:84.0625rem;left:0rem;width:47.75rem;height:7.7276570048306rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE { display:block; }#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6KErgMT6ICkkNeTxm6m7rPbZB4h6VBG { width:47.75rem;height:4.8125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO { display:block; }#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZAobfmVsAo5u5OnlvtNFS1Wo8Aw4hCF { width:31.25rem;height:15rem;top:5.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0ApE4aSD0Ps98py0p1JOyWgf4wL3hw9 { top:4.125rem;left:23.1875rem;width:24.5625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT { display:block; }#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKvLT18ybc6KrA8eBTOCTJ8Gt1IDp7cT { width:34.375rem;height:2.375rem;top:7.8125rem;left:13.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyDrZJ5kmkBNQT49fdul1xTqfPOyvoHt { width:34.375rem;height:13.3125rem;top:11rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwgMzh14rk2fFkdXyssqkeLL3Vkx1bum { width:47.75rem;height:22.6rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3ptiH14DKNX439dxDKScmI9CBK7T52l { display:block; }#v3ptiH14DKNX439dxDKScmI9CBK7T52l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqdpBIy2ATPnomMblowrZoH4ceDT0bhT { width:37.5rem;height:2rem;top:2.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZIt6bvT5klTIVfL3eblH58f43c3ImIz { width:37.5rem;height:5.5625rem;top:4.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l06rPL5sbnrfPDTGgLf6T68lWnXGTJrs { top:2.625rem;left:10.25rem;width:37.5rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIDOQOTS1P6B5XLTLfe9fkvN0AfNdSu { width:37.5rem;height:5.75rem;top:10.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9LzyHbo86bcIAdb4lmmxZ2a4TMIvGPu { width:31.25rem;height:1.375rem;top:34.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6ZCHhcLCCt2Upd7kFfQPuyhIvt3PMMv { width:17.5rem;height:3.4375rem;top:30.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdtpFVeNbiabADvFHdy9Rr7nPtJxLmE0 { display:block; }
 }@media only screen and (max-width: 763px) { #ltf9FeB7p1pLOT5HofJVAFBCWsGv7SJl { top:16.5625rem;left:9.0312519073488rem;width:13.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exT92aMvVh3fpSxoEpowBASLuRskB1W1 { width:31.25rem;height:;top:20.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T25doKGXQKFJNsxFbRym09E47zLARACR { width:31.25rem;height:;top:23.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O107ilCG4GduRwt501aOvWsQDkNbUAm1 { display:block; }#O107ilCG4GduRwt501aOvWsQDkNbUAm1 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwpBCy5CbVumLmreHZxSfsVgzDWOqoAz { width:20rem;height:11.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT { display:block; }#HIoRMe8DUMcJTA1M96kTsc5pzKvcuDrT > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbgLWtTwo7uN5d64KI6l0axJIJkV3e5x { width:20rem;height:3.25rem;top:0.89895629882812rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft { display:block; }#Nf6JJ64JMOoMLpzshiTvM1EiT1kITXft > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4h79qTHfECEDIEaUfNNKuF56TyyEx8W { width:20rem;height:1.66666875rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfQZcWNVv65IEXmHF9v7uAQcslBiZPa4 { width:20rem;height:4.66666875rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgg4CzLfzbhrsLG3Bu1TgMvG0ZfEowIC { width:15.625rem;height:13.625rem;top:8.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PItvfT8hDHaqLJnQZxPVlDooZaETITcV { width:18.75rem;height:7.91666875rem;top:21.687500953674rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u30NFKH5mdoOtHndDVNLL9driEBLV0Xi { width:20rem;height:1.20833125rem;top:46.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0anVHSqRAxo72G1kqv3pIRLHTFROLg2 { width:17.5rem;height:3.4375rem;top:42.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy2aTx7LiaLtr0XpDGJc91EnGPwTvF2W { display:block; }
 }@media only screen and (max-width: 763px) { #sBHuzaynute77MlEZHwyMJrKPh0PF1qE { width:11.25rem;height:10.8125rem;top:30.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bABAkaTNrVQmIETP0ufk0r2GAW4dFIeo { width:20rem;height:2.41666875rem;top:34.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkAkk9ZdvqCD4aa1cdTKaBVVEe1U3JRE { width:20rem;height:1.625rem;top:36.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4syLNTMt03R6MtwEIl1foWpmGuyoosL { display:block; }#p4syLNTMt03R6MtwEIl1foWpmGuyoosL > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kETe0T1IPCzzJkhqhT1D531yGe93fy0R { width:20rem;height:29.923076923077rem;top:70.924999237062rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRet2MPND6etp4TcsH9Wno0cBUJQSXWB { width:17.9979375rem;height:61.5625rem;top:1.3604164123535rem;left:1rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#VRet2MPND6etp4TcsH9Wno0cBUJQSXWB li:before{  }
 }@media only screen and (max-width: 763px) { #B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ { display:block; }#B8TxyIDq3TZmQtZQJ1Tz2BaWxXsfS6zJ > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEupoRT50dB9lUi5OChn6FV0XiX9FHTg { width:19.9989375rem;height:1.625rem;top:0.82500076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u { display:block; }#CZmwgJkT6g5FvpoKk68QmZRmlczPvc9u > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltfdnoU8GqifhVSwdW9os8ErIZ0NpKtk { width:20rem;height:6.6666666666669rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7RZJKOsfUQziLCv4TkWMTvZ17HuMLTK { width:20rem;height:4.4839857651246rem;top:9.165625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt894LkveVJqphx6i9TPxWWoTwsBqOCo { width:20rem;height:2.609375rem;top:14.882289886474rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxcmXVkIC89nXJZTh3FFNwJoVdoP983t { width:20rem;height:4.58333125rem;top:18.553125858307rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGTeAAB7nBmTpT45EBzVrBTFphR3XAAn { width:16.25rem;height:3.25rem;top:24.123962879181rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOHx0znome7wlTVzuboxbXai7uZkUKNe { width:20rem;height:5.78958125rem;top:27.3739605546rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7fct2a2qip9HXbea2tRwiIs7uquI9T7 { width:20rem;height:3.86458125rem;top:33.798961699009rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spJN09gyViX3iO4pdRSzCJHc7EWzRZnQ { width:20rem;height:3.23645625rem;top:38.287502348423rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE { display:block; }#T6q68ZpBDJq94CbOFCfqxsWcgVGN3WoE > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6KErgMT6ICkkNeTxm6m7rPbZB4h6VBG { width:20rem;height:5rem;top:0.67604184150694rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO { display:block; }#yEQ3cz3aM1JPu7KWPtQAJi6iWR98BmdO > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZAobfmVsAo5u5OnlvtNFS1Wo8Aw4hCF { width:19.9989375rem;height:14.6666875rem;top:16.434374809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V0ApE4aSD0Ps98py0p1JOyWgf4wL3hw9 { width:19.9989375rem;height:13.503125rem;top:1.4760324954987rem;left:0.0010416507720947rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT { display:block; }#s9NEM0HTXKhSCVa409EPp0U0Q1HT19oT > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKvLT18ybc6KrA8eBTOCTJ8Gt1IDp7cT { width:20rem;height:1.66666875rem;top:12.312500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyDrZJ5kmkBNQT49fdul1xTqfPOyvoHt { width:16.875rem;height:20.4166625rem;top:14.916666984558rem;left:1.5312501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwgMzh14rk2fFkdXyssqkeLL3Vkx1bum { width:20rem;height:9.5143212951431rem;top:2.0541439056396rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3ptiH14DKNX439dxDKScmI9CBK7T52l { display:block; }#v3ptiH14DKNX439dxDKScmI9CBK7T52l > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqdpBIy2ATPnomMblowrZoH4ceDT0bhT { width:20rem;height:1.66666875rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZIt6bvT5klTIVfL3eblH58f43c3ImIz { width:20rem;height:4.66666875rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l06rPL5sbnrfPDTGgLf6T68lWnXGTJrs { width:15.625rem;height:13.625rem;top:8.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIDOQOTS1P6B5XLTLfe9fkvN0AfNdSu { width:18.75rem;height:7.91666875rem;top:21.687500953674rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9LzyHbo86bcIAdb4lmmxZ2a4TMIvGPu { width:20rem;height:1.20833125rem;top:46.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6ZCHhcLCCt2Upd7kFfQPuyhIvt3PMMv { width:17.5rem;height:3.4375rem;top:42.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdtpFVeNbiabADvFHdy9Rr7nPtJxLmE0 { display:block; }
 }@media only screen and (max-width: 763px) { #ltf9FeB7p1pLOT5HofJVAFBCWsGv7SJl { width:11.25rem;height:10.8125rem;top:30.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exT92aMvVh3fpSxoEpowBASLuRskB1W1 { width:20rem;height:2.41666875rem;top:34.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T25doKGXQKFJNsxFbRym09E47zLARACR { width:20rem;height:1.625rem;top:36.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }