.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#T5MRfTQRR1lXVJbgF1NXp0rtUBHgQWdt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:11.5625rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#eEZdROIs62ZBTb0SVoBQgdW3R2wigDUf { color:#838383;display:block;width:15rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.125rem;left:0rem;height:2.5996125rem;display:block; }
#iyZ0IkRJcuNGgeaULMWEQMI7AHvTDZH5 { color:#252525;display:block;width:21.875rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#GH1TgE75ziXHaJcaD2ibkr30oSWlb5Lm { color:#252525;display:block;width:29.875rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.2998046875rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#TBH1pEyKsskT33DArZTRGiTv73c7JT0Q { color:#252525;display:block;width:30.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:19.686880111694rem;left:0rem;height:7.99805rem;display:block; }
#bTII9uDD6To3CzbgulpWbGbtRsZmZpK6 { color:#252525;display:block;width:13.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:29.873512268066rem;left:2.5rem;height:1.5998875rem;font-style:normal;display:block; }
#IGbUi0xrlRwKLFer9mPIva8XuEgcOOQD { color:#252525;display:block;width:13.249625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:32.721975326538rem;left:2.4975204467774rem;height:1.5998875rem;font-style:normal;display:block; }
#aC6iMev3lkfROm0B60qO7FoacrxTP7Ni { color:#252525;display:block;width:14.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:35.57043838501rem;left:2.4981384277344rem;height:1.5998875rem;font-style:normal;display:block; }
#dlNTMxEkCA4w2T2CwwAhI5tgvbsh04N4 { color:#252525;display:block;width:13.248375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:38.419521331787rem;left:2.4987602233887rem;height:1.5998875rem;font-style:normal;display:block; }
#w5S01M6zx4ZvnSlTBqXUZB5MdUGy5brl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:29.891494750976rem;left:0rem;overflow:hidden;display:block; }
#GVvFPQqc4FL71ITsFAvIIaPkOWEAzWy9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.499875rem;top:32.739955902099rem;left:0rem;overflow:hidden;display:block; }
#ninVOHyK0ulEppT22VzeLBWBDOdm7QwU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.499875rem;top:35.587799072266rem;left:0rem;overflow:hidden;display:block; }
#XKci8Bi8pg7WoBG2FT2yXhehKeGDupnJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.499875rem;top:38.436882019043rem;left:0rem;overflow:hidden;display:block; }
#z8PHSG6S4igT3QWwgPiuNvvEL3nWLsCT { color:#4b7f72;display:block;width:12.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:43.249443054199rem;left:27.437501907349rem;height:1.5rem;font-style:normal;display:block; }
#CCxARdfJ945VynpzV4GsXTnHaQt5tNoD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.87438125rem;width:1.87438125rem;top:43.0625rem;left:24.4375rem;overflow:hidden;display:block; }
#PKW7c2XxNHTeeM4y0z5H7XFJzChTerm5 { background-color:#a5361b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.256820678711rem;left:0rem;display:block; }
#Hs6v3yk2S0S5GFReb28zCkaEPVIxMPhd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WtMcL6FNCDUgEkInwX3JT4phnfaFuTPw { background-color:#f4542d;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.06200625rem;height:3.43688125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:42.256325721741rem;left:18.245906829834rem;display:block; }
#TNt7fSX9MMRBilPa2DLcPWS1Pt6zcPVE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHP5IITUyFcwUoNVxhL5pa6ggsKZIdhS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:44.375rem;top:10.402406215668rem;left:30.625rem;overflow:hidden;display:block; }
#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld { position:relative;display:block; }#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld { background-color: transparent; background-image: none; }#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld > .row .container > .video-iframe-container { display: none; }#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld > .row > .video-iframe-container { display: none; }#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld > .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); }#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld { border-width: 0; border-radius: 0; }#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld > .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:13.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nrPqoBDWFhRzyRS8ItoyJI4U1d8rTEv5 { color:#252525;display:block;width:8.9375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:2.6969871520996rem;left:33.031251907349rem;height:3.19921875rem;font-style:normal;display:block; }
#n8IZctxMag0DzTEt272NXT3dix5Ll4u1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:72rem;top:5.303571375rem;left:2.8069533294972rem;overflow:hidden;display:block; }
#TOLiFZcy9nCU4WvSqCH7kui0gvdmSStu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:75rem;display:none; }
#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z { position:relative;display:block; }#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z { background-color: transparent; background-image: none; }#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z > .row .container > .video-iframe-container { display: none; }#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z > .row > .video-iframe-container { display: none; }#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z > .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); }#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z { border-width: 0; border-radius: 0; }#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z > .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:39.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VZTwTUGotDnLLtwBp21SGhiuT2Fzba6H { color:#252525;display:block;width:29.75rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8738861083988rem;left:0rem;height:5.8496125rem;font-style:normal;display:block; }
#dOFrswKX99nrzqupJM3ZQMxCGdRdge78 { color:#252525;display:block;width:33.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.972091674805rem;left:0rem;height:12.79689375rem;display:block; }
#bCQhmyLsGVE8ZNlQAxB3fIixF3euUyab { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:39.375rem;top:3.0290222167969rem;left:35.624998092651rem;overflow:hidden;display:block; }
#Kgwn8zyx7K3TdlU1LAItxTp8cCd5h10d { background-color:#a5361b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499875rem;height:3.43688125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29.006698608399rem;left:0rem;display:block; }
#hzeNdBDQ7Op9PyJGex1GVnwPvPPrDFmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CkGeombuMx3e8h3Th6s5twWymx53WcTU { background-color:#f4542d;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.06200625rem;height:3.43688125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.006698608399rem;left:18.369421005249rem;display:block; }
#XpyR3vvnNme6T348HLOMk2uHAGnfiTdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5wMo22stCAyFWSZs1PeA14x8cvDbMzP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.87388125rem;width:1.87388125rem;top:34.4375rem;left:0rem;overflow:hidden;display:block; }
#InkK1TKoeFvciSMstzA7GNdix9G3LeyV { color:#4b7f72;display:block;width:12.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:34.625rem;left:3rem;height:1.5rem;font-style:normal;display:block; }
#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 { position:relative;display:block; }#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 { background-color: transparent; background-image: none; }#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 > .row .container > .video-iframe-container { display: none; }#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 > .row > .video-iframe-container { display: none; }#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 > .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); }#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 { border-width: 0; border-radius: 0; }#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 > .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:40.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IfcL3MMrrQ4W2qEdVf3oKs6uHrhhMGoX { color:#252525;display:block;width:24.5625rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:41.5625rem;height:5.8496125rem;font-style:normal;display:block; }
#c6dMygcVJAFwFDVxTtupw3iFHm23kWFt { color:#252525;display:block;width:33.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:11.1875rem;left:41.5625rem;height:11.19726875rem;display:block; }
#Zp6cd96brB91T51exosPV5c9XfzwR4di { background-color:#a5361b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499875rem;height:3.43688125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.1875rem;left:41.5625rem;display:block; }
#lcdEllyUqZLD6w98tSGoPDrkXUcTDXsa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mh8Timaatw4MffUDmwZLXHsOMxFkah16 { background-color:#f4542d;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.06200625rem;height:3.43688125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.1875rem;left:59.9375rem;display:block; }
#uTu0R70v0i9EgCw2e348B4nsVdkrepcJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ct7bvSib9mNS72q4g1XgcR5f9LbPhwqE { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.874625rem;width:35.249875rem;top:4.0618801116943rem;left:0rem;overflow:hidden;display:block; }
#v9lKvWdWUIIOBgxT6yL6fhaT0k52HW7M { color:#252525;display:block;width:20.311875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:24.059400558472rem;left:44.03893661499rem;height:1.5998875rem;font-style:normal;display:block; }
#LeOJz9Rcc17HtmiIfkCWBJfcW3m05DNI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.499875rem;top:24.078628540039rem;left:41.562503814698rem;overflow:hidden;display:block; }
#aUSZR3TFa8ofkOw1y1NDmGsk3REFmOb1 { color:#252525;display:block;width:30.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:26.371526718139rem;left:44.037082672119rem;height:3.19921875rem;font-style:normal;display:block; }
#sCS5UNnctu7i1DuCc3uXPE6MOvCGbTwU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49925625rem;top:26.388269424439rem;left:41.562503814698rem;overflow:hidden;display:block; }
#RtndyrNWpKQwRBpZVQvo8AoD2VNQ97IU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.873325rem;width:1.873325rem;top:36.5625rem;left:41.5625rem;overflow:hidden;display:block; }
#AadlqrS6iRHmT65gCd9Qk12yJ5pWZfOm { color:#4b7f72;display:block;width:12.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:36.75rem;left:44.5625rem;height:1.5rem;font-style:normal;display:block; }
#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc { position:relative;display:block; }#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc { background-color: transparent; background-image: none; }#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc > .row .container > .video-iframe-container { display: none; }#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc > .row > .video-iframe-container { display: none; }#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc > .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); }#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc { border-width: 0; border-radius: 0; }#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc > .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:42.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KKoZl8UoSl6nqEOuBqE75es8Q6BUH1pG { color:#252525;display:block;width:30.8119375rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.99944114685056rem;left:22.094032287597rem;height:2.92480625rem;font-style:normal;display:block; }
#JKQ3aw4gMStA8Ie2WtESSrd19gy2nKCO { box-sizing:content-box;height:28.9375rem;width:23.9375rem;position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;top:6.9375rem;left:0rem;display:block; }
#D4y21mnAf4CDQgxuEL58IrEVfVraGLU2 { box-sizing:content-box;height:19.9375rem;width:20.6875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:8.5rem;left:1.625rem;display:block; }
#bZm1tZKpWeINT0bnZqmt9AX4X4zZkuBL { color:#252525;display:block;width:16.187375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.125rem;left:3.0625rem;height:2.92480625rem;font-style:normal;display:block; }
#xKRRf4Frqcp0OKvFFq8HQHZTDUNFXXVT { color:#7f7f7f;display:block;width:17.875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:13.875rem;left:3.0625rem;height:13.5rem;font-style:italic;display:block; }
#WMkPmwCSHH9lvbJ62qqFBMJ9BRFSJMLP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:29.875rem;left:1.625rem;overflow:hidden;display:block; }
#mSMWxI5TaAeAl4BiXMZyVhzCt5UTtxbw { color:#747474;display:block;width:16.18675rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.0625rem;left:3.9375rem;height:1.21875rem;font-style:normal;display:block; }
#Z5pvrnvD6qwk8MhpvovnXiR7Jyfq2NJ3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7.875rem;top:33rem;left:1.625rem;overflow:hidden;display:block; }
#eOOzTwHbh4ukDkPPpadVD6o80CPvE5UK { color:#565656;display:block;width:4.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.9375rem;left:10.1875rem;height:1.4624rem;font-style:normal;display:block; }
#zlsR3ckcbfOprfsiqGtWeyzFWucfsH7g { box-sizing:content-box;height:28.9375rem;width:23.9375rem;position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;top:6.9375rem;left:25.5625rem;display:block; }
#Bf9rV9SG9AkMfyllJcwe24CZ3fA4LveA { box-sizing:content-box;height:19.9375rem;width:20.6875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:8.5rem;left:27.1875rem;display:block; }
#mgk6Gvlh7kCg1ksQRFfm0nH4WIeI1AxC { color:#252525;display:block;width:16.1869375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.125rem;left:28.625rem;height:2.92480625rem;font-style:normal;display:block; }
#b499b6ogOwss4K7tRHMS5NWm7PWqSSQw { color:#7f7f7f;display:block;width:17.875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:13.875rem;left:28.625rem;height:13.5rem;font-style:italic;display:block; }
#Co4mKQLcs6gbMoUgm1kGBF0T3dEwEUXP { color:#747474;display:block;width:16.186375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.0625rem;left:29.5rem;height:1.21875rem;font-style:normal;display:block; }
#I8WX1XC3uJrZUFTeiZbWH6kPVymWrVbQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:29.875rem;left:27.1875rem;overflow:hidden;display:block; }
#TT7mvwSwXPl3uSryV3DORhDkIk9TEi9Q { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7.875rem;top:33rem;left:27.1875rem;overflow:hidden;display:block; }
#WFPlgESs3ug5dPEkX5x95XNm3bb03MQe { color:#565656;display:block;width:4.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.9375rem;left:35.6875rem;height:1.4624rem;font-style:normal;display:block; }
#PzgtTrQx27WVhxcpEd1BfER6guwOmyp4 { box-sizing:content-box;height:28.9375rem;width:23.9375rem;position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;top:6.9375rem;left:51.0625rem;display:block; }
#daOFqkO13CoyPn1uLO21L9qq1yD7Ffz7 { color:#747474;display:block;width:16.186375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.0625rem;left:55rem;height:1.21875rem;font-style:normal;display:block; }
#f8LBCpAz7MfX9OKfNov7VQyPgvtVt8QC { box-sizing:content-box;height:19.9375rem;width:20.6875rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:8.5rem;left:52.6875rem;display:block; }
#ULIN2eT5FLXKagTVpzeScM3TvzdSx50g { color:#7f7f7f;display:block;width:17.875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:13.875rem;left:54.125rem;height:13.5rem;font-style:italic;display:block; }
#ovPTbdefcmrWqSDvwqeoPdnAhN6vEmqo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7.875rem;top:33rem;left:52.6875rem;overflow:hidden;display:block; }
#DsgTlfKqXixEdvG0H69uS2DZNsAvbzct { color:#565656;display:block;width:4.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.9375rem;left:61.25rem;height:1.4624rem;font-style:normal;display:block; }
#DNL1OulbDHi7vR0m87fEO4kKnHSPWDGT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:29.875rem;left:52.6875rem;overflow:hidden;display:block; }
#GZIlh3qPd3b62pTwft7GTaiHvKPoECZ5 { color:#252525;display:block;width:16.1869375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.125rem;left:54.125rem;height:2.92480625rem;font-style:normal;display:block; }
#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/107752b0-6995-40fd-bd8d-71dd1a66a88d/STRATEGABG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7.adaptive-delivery-prevent-bg, #l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7.lazyload, #l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7.lazyloading { background-image: none; }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 > .row .container { background-color: transparent; background-image: none; }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 > .row .container > .video-iframe-container { display: none; }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 > .row > .video-iframe-container { display: none; }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 > .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); }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 > .row .container { border-width: 0; border-radius: 0; }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#Gi9kQfiaec2GdbXxrtpO4u1V4lI4vkmm { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9363842010498rem;left:28.562501907349rem;height:2.92485rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Grugw0ohnT85RNuJvePtZo65Fp2EXmXV { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:11.375rem;left:16.812501907349rem;height:1.79980625rem;font-style:normal;display:block; }
#rHmZAp1Zu6ASpKPxl652A13SdQZ99yAu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49944375rem;top:11.5rem;left:14.250001907349rem;overflow:hidden;display:block; }
#SlGbcdb0AGqbKGvFiJDFKzP207BIgAQH { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:13.5rem;left:16.750001907349rem;height:1.79980625rem;font-style:normal;display:block; }
#xAVJk3WmJ6s80JRX3PySPIFpym9DxIgr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49888125rem;top:13.75rem;left:14.250001907349rem;overflow:hidden;display:block; }
#TPuQeAxzFDOnwXDEBX9VnTKrnCFzmdpW { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:15.5625rem;left:16.750001907349rem;height:1.79980625rem;font-style:normal;display:block; }
#Od68t5FNqcBtMfJqe6nQQPMcQkxDseRZ { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:17.625rem;left:16.750001907349rem;height:1.79980625rem;font-style:normal;display:block; }
#nuPBUFi9GEz8xD1fhItcpWayIODLnFVi { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:19.75rem;left:16.750001907349rem;height:1.79980625rem;font-style:normal;display:block; }
#zCcTeu5REp6SzVIHtJDQeFFwMxQalsTr { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:21.8125rem;left:16.750001907349rem;height:1.79980625rem;font-style:normal;display:block; }
#esxArz3Z5p8ep3U0iNd3K5VNoGtfrmN2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49888125rem;top:15.625rem;left:14.250001907349rem;overflow:hidden;display:block; }
#NFFRzl0ar1PypnGtanOQnaFhERZLNPmZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.498325rem;top:17.75rem;left:14.250001907349rem;overflow:hidden;display:block; }
#nIXnXAhW25g9JU7OLEVlW43EPpTHiyGM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49776875rem;top:19.875rem;left:14.250001907349rem;overflow:hidden;display:block; }
#Hka4A3dqwPq0JfToBvEpCflae9TLfxXr { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49776875rem;top:21.9375rem;left:14.250001907349rem;overflow:hidden;display:block; }
#dtUzJbpEclFPC0nzTUTrGKkZM9T4O894 { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:10.8125rem;left:45.125rem;height:1.79985rem;font-style:normal;display:block; }
#XZwgSfJTnxkpIIu8flhhoRT3RAKWzahO { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:12.9375rem;left:45.125rem;height:1.79985rem;font-style:normal;display:block; }
#ZSdKZncJ2vQ3FyT2sh4sihtMlZoohNXs { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:15rem;left:45.125rem;height:1.79985rem;font-style:normal;display:block; }
#oEP7UktoPIupC7CJGxG36214XeCxFtTE { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:17.0625rem;left:45.125rem;height:1.79985rem;font-style:normal;display:block; }
#T9hxqdDfkyihC0WBDr7zRubrv5BVz72N { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:19.1875rem;left:45.125rem;height:1.79985rem;font-style:normal;display:block; }
#fMXORl0KtkhWqqcF8cGF3u9MWKUymkqo { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:21.25rem;left:45.125rem;height:1.79985rem;font-style:normal;display:block; }
#cZk1RTQ9JCJxBXzQHTZEobFgHGbc4eNR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49944375rem;top:10.9375rem;left:42.625rem;overflow:hidden;display:block; }
#mcmG4sJP3oA6hKxCp9ZD3JfBVwGp9d8d { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49944375rem;top:13rem;left:42.625rem;overflow:hidden;display:block; }
#pZA3k5dwWNbM5pg6bMUFrTXAZ2IzBA4b { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49944375rem;top:15.0625rem;left:42.625rem;overflow:hidden;display:block; }
#BxsOJR6EppMoEDObqvGIyB74kD1KkyxX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49944375rem;top:17.1875rem;left:42.625rem;overflow:hidden;display:block; }
#DIxqSvAikEzUEI4UiomS4O4IfsBxEcAv { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49944375rem;top:19.3125rem;left:42.625rem;overflow:hidden;display:block; }
#JIXnkfk5RkeBQvPhiXepNx0C9qwtLCmw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49944375rem;top:21.375rem;left:42.625rem;overflow:hidden;display:block; }
#Huhnft44DZPnFGMFUyROyWHLWy3hkO97 { box-sizing:content-box;height:13.1875rem;width:0.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,0.5);background-image:none;top:9.9375rem;left:37.6875rem;display:block; }
#G1xBPTU8Ri2WJvHxoyZSw2RKMKs8Mdq2 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FX9hBNSr3J1y2HGLLoL6FqTZKl6X4JWX { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:9.1875rem;left:16.8125rem;height:1.79980625rem;font-style:normal;display:block; }
#e5dFi47nMDdknJ0ppgXgyRTEmAl0r7l7 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49944375rem;top:9.3125rem;left:14.25rem;overflow:hidden;display:block; }
#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv { position:relative;display:block; }#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv { background-color: transparent; background-image: none; }#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv > .row .container > .video-iframe-container { display: none; }#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv > .row > .video-iframe-container { display: none; }#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv > .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); }#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv { border-width: 0; border-radius: 0; }#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv > .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:76.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uwSwvVUDCApshFyn2wySLE2EiiLiBKMk { color:#252525;display:block;width:24.5625rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.9375rem;left:6.0625rem;height:2.92480625rem;font-style:normal;display:block; }
#ZXd5ULMvWyGKAGEf5FUnLyQq7pswh0kA { color:#777777;display:block;width:28.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:16.624496459961rem;left:6.062126159668rem;height:6.3984375rem;display:block; }
#aEy5ZONMfs2CRzFFKh3icuukwLGM7S1J { color:#252525;display:block;width:22.9375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:24.6875rem;left:8.5625rem;height:1.5998875rem;font-style:normal;display:block; }
#h3rxV3gLTgcNITymg2l6ZO2SNMfEHSK8 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.499875rem;top:24.6875rem;left:6.0625rem;overflow:hidden;display:block; }
#k5LhZeMOaDi0xbP5TzlRNociZTOL32Ji { color:#252525;display:block;width:24.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:27.125rem;left:8.5625rem;height:6.3984375rem;font-style:normal;display:block; }
#lZKMyWvW40CAqSyBp0OGAXFZofPHZ1tE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.49925625rem;top:27.125rem;left:6.0625rem;overflow:hidden;display:block; }
#EyyOArRrt87BsyT4MmyIg6oKThnUnolv { box-sizing:content-box;height:34.9375rem;width:34.5rem;position:absolute;display:block;z-index:15004;background-color:#f4f4f4;background-image:none;top:3.8125rem;left:2.125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#hreEdeCiH7AyonlLLxDuQcXu0yaOZrF9 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:7.5625rem;left:6.0625rem;overflow:hidden;display:block; }
#Obh0Le43weG7l5BZPQJnwXTOAbnC0GWF { box-sizing:content-box;height:29.875rem;width:35rem;position:absolute;display:block;z-index:15005;background-color:#252525;background-image:none;top:40.3125rem;left:1.875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#iTlc9UhQTfPBEi8arFzBSa9w7qZrEW3h { color:#ffffff;display:block;width:24.5619375rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:49.749999046326rem;left:6rem;height:2.92485rem;font-style:normal;display:block; }
#Zo4Hfze3EkhIDe4myoPp32lzQQAkeQk0 { color:#b0b0b0;display:block;width:25.375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:53.8125rem;left:6.0625rem;height:9.597625rem;display:block; }
#lv0Ggig0Znw3vbfxVIgVuHiFrMXiK12p { box-sizing:content-box;height:29rem;width:35rem;position:absolute;display:block;z-index:15005;background-color:#252525;background-image:none;top:6.9375rem;left:38.3125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#TBiXVVn9prWOJNCNGBNv2E0fVkC8mUSb { color:#ffffff;display:block;width:24.56125rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:16.4375rem;left:42.5rem;height:2.92485rem;font-style:normal;display:block; }
#x1hloGI7SfUXyfK1mIIxuQONZmweJuw1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37471875rem;width:3.37471875rem;top:11.0625rem;left:42.5rem;overflow:hidden;display:block; }
#nmMrvpCcdcdV6eBZt8xozTqevsMoND8d { color:#b0b0b0;display:block;width:25.0625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:20.4375rem;left:42.5rem;height:9.597625rem;display:block; }
#TIh4sKlgyciU7TstpA1Rofr2Rwyuv4Sp { box-sizing:content-box;height:29.8125rem;width:34.5rem;position:absolute;display:block;z-index:15004;background-color:#f4f4f4;background-image:none;top:37.750000953674rem;left:38.562503814698rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#o0dueKwOnAhRd3T7u3K8DTchTgonydfH { color:#777777;display:block;width:24.9375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:50.5625rem;left:42.5rem;height:11.19725rem;display:block; }
#mJQqdAIXFiIbHRyDEQWi1FqM0Ifn7S9R { color:#252525;display:block;width:24.5619375rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:46.875rem;left:42.5rem;height:2.92480625rem;font-style:normal;display:block; }
#qqS46AFElw9rO9EKGiPOyKW3TAz9AZJZ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37471875rem;width:3.37471875rem;top:44.10923576355rem;left:6.0609626770019rem;overflow:hidden;display:block; }
#AKZAgQFwnUbQfDr3dtMzyXtHNEHpUxVJ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:41.590402603149rem;left:42.5rem;overflow:hidden;display:block; }
#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252525;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV > .row .container { background-color: transparent; background-image: none; }#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV > .row .container > .video-iframe-container { display: none; }#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV > .row > .video-iframe-container { display: none; }#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV > .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); }#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV > .row .container { border-width: 0; border-radius: 0; }#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#hMowVWsrsk1A0BJPKnApLihf9BEMlx3k { color:#ffffff;display:block;width:24.56175rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:2.92485rem;font-style:normal;display:block; }
#sdWXxPhN0RI5qXJC3in9pOWwwsePE0Sx { color:#b0b0b0;display:block;width:34.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:8.75rem;left:0rem;height:3.19921875rem;display:block; }
#wUyhTLr0oyRrC2ZJ9VbB7uTBsX4XTEQ5 { background-color:#a5361b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.49925rem;height:3.43675625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:8.375rem;left:51.6875rem;display:block; }
#XW3TbDVXlpeWwbScg4zcAhpRUyWGPU24 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GbSuSRS6F3Kdgge4kMn1K5CSmHEwQMh5 { background-color:#f4542d;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.06175625rem;height:3.43675625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:8.375rem;left:70rem;display:block; }
#WQw4uRwqF1Gu4lz8gyhzTLakveXm0pLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sI0eesneH2Swo5mbTERRico781sQSouF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.6875rem;width:48.9375rem;top:11.811755895614rem;left:13.031253814698rem;overflow:hidden;display:block; }
#MFWQWnIi1I8TDGCXMAIQuuthDW9aiSct { color:#e4451e;display:block;width:24.561rem;position:absolute;font-family:"josefin sans";font-size:1.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:20rem;left:20.937503814698rem;height:2.2749rem;font-style:normal;display:block; }
#uvpTiiX0K13aolTBvZSI3uWULTC1nWmT { color:#252525;display:block;width:30.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:23.9375rem;left:23.500003814698rem;height:3.5996125rem;display:block; }
#Ddk6PXSl7ONGelOT6EGpcixUZgXh63s1 { color:#252525;display:block;width:30.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:28.785715103149rem;left:23.500003814698rem;height:1.79980625rem;display:block; }
#hRADXrzBnm9F5glfB5rdQ34ETPeq4Bg6 { color:#252525;display:block;width:30.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:31.83482170105rem;left:23.500003814698rem;height:3.5996125rem;display:block; }
#edqouwRJFRHzTIUnZvQC1JPFtTXhVx80 { color:#252525;display:block;width:30.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:36.625rem;left:23.500003814698rem;height:1.79985rem;display:block; }
#iifsuqNwPTdHdmSRHOvva0p1iv1C4ThB { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:24.0625rem;left:20.937503814698rem;overflow:hidden;display:block; }
#Z4DqWu1XGIdnUKPPw9oONy3G2lDOroni { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:28.874256134033rem;left:20.937503814698rem;overflow:hidden;display:block; }
#TU7kly2UvTKw4eqvbBVQ8ks4LgE85TNU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:31.89732170105rem;left:20.937503814698rem;overflow:hidden;display:block; }
#LOAProGqXtRtewlN5Js20vbi1rsM1n7g { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:36.8125rem;left:20.937503814698rem;overflow:hidden;display:block; }
#wipM6Dx3pcAvMK7K9SuJQRoi5XV1SIbh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:19.0625rem;display:none; }
#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy { position:relative;display:block; }#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy { background-color: transparent; background-image: none; }#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy > .row .container > .video-iframe-container { display: none; }#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy > .row > .video-iframe-container { display: none; }#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy > .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); }#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy { border-width: 0; border-radius: 0; }#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy > .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:34.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GunecpKCcTVG2gKWQ4zstmvTm3ownPwC { color:#252525;display:block;width:24.5625rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9375rem;left:25.218753814698rem;height:5.8497rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zlw67Wh2rFF3mQzM1NJQLsq13VCB5bGl { color:#252525;display:block;width:28.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:17.0625rem;left:23.406253814698rem;height:4.798825rem;text-align:center;text-align-last:center;display:block; }
#lgxEerk3LqigkUO8D4cTSx1D8PgGd57Z { background-color:#a5361b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.499875rem;height:3.43688125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:24.125rem;left:25.8125rem;display:block; }
#NqUP5SKJ6m3MTZUAmzJNRQVxZ99RIbVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tVu8y3dbDSWigzRtlv4Arowlos8LiJkV { background-color:#f4542d;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.06200625rem;height:3.43688125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.125rem;left:44.1875rem;display:block; }
#catAD3KyTUIxCeRsqpTnZbBpcuskG86Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RufJTTr8X548TCcXTtslgDTkBJFRbyQK { color:#4b7f72;display:block;width:9.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:29.5rem;left:34.375rem;height:1.5rem;font-style:normal;display:block; }
#SndieifwxnVq6XgbHHTdL6TUtxI9boIe { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.87276875rem;width:1.87276875rem;top:29.3125rem;left:31.375rem;overflow:hidden;display:block; }
#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252525;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh > .row .container { background-color: transparent; background-image: none; }#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh > .row .container > .video-iframe-container { display: none; }#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh > .row > .video-iframe-container { display: none; }#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh > .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); }#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh > .row .container { border-width: 0; border-radius: 0; }#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#w6pXwWnI1TPffQa7RlUnDJBRZR8ZueB3 { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:7.7998125rem;font-style:normal;display:block; }
#itrTowzbbRBcoSm0qcNeF7oX0VWSd79k { color:#c5c5c5;display:block;width:34.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:20.125003814698rem;left:0rem;height:1.5998875rem;display:block; }
#qieqSUrT4ax4sJm1c4sFACUrJWioU3kt { background-color:#a5361b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.49925rem;height:3.43675625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.5625rem;left:0rem;display:block; }
#qNifVRp227bL0y5yaAXWZyQB7b4BzBuW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RN0u0Ca4fyN9fGCKSlpsgmyqxLDXK6v8 { background-color:#f4542d;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.06175625rem;height:3.43675625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:24.5625rem;left:18.3125rem;display:block; }
#BRDmtt3hcvd0AMQtJAruyJJhTVv1cFx4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGgxTsogFGRogbv6MOnapPwcIQDEpmWs { color:#b0b0b0;display:block;width:34.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:7.75rem;left:0rem;height:1.5998875rem;display:block; }
#plPiLtxpLw0syEaVNeGSo4GOoTdyxcmf { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:35.1875rem;top:4.875rem;left:39.812503814698rem;overflow:hidden;display:block; }
#REumXmM1C1lppTLJoEJrure71guEW2an { color:#e4451e;display:block;width:9.1875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:26rem;left:42.1875rem;height:1.4624rem;font-style:normal;display:block; }
#LfTKTohB1SAQ5opWeU7qBNet7yOGLfTs { box-sizing:content-box;height:4.375rem;width:15.8125rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:25.125rem;left:41rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DRihaNDOPD23WnBcBBR3KCpLnLVSeT7x { color:#252525;display:block;width:14.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:27.25rem;left:42.1875rem;height:1.5998875rem;text-align:left;text-align-last:left;display:block; }
#wCUS7vuMlnPvyCPXveCCu4nQI4DyE019 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:#323232;background-image:none;top:34.32142829895rem;left:0rem;display:block; }
#xQisL5MQuzCwzQfFNU5DreWq9yQssMgB { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.5625rem;top:37.44642829895rem;left:0rem;overflow:hidden;display:block; }
#rukHKhzSKGPTko3HXMzh6EfCkookrSdN { color:#c5c5c5;display:block;width:34.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:38.145837783814rem;left:40.125003814698rem;height:1.5998875rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5MRfTQRR1lXVJbgF1NXp0rtUBHgQWdt { top:3.125rem;left:0rem;width:11.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEZdROIs62ZBTb0SVoBQgdW3R2wigDUf { top:10.125rem;left:0rem;width:15rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyZ0IkRJcuNGgeaULMWEQMI7AHvTDZH5 { top:12.375rem;left:0rem;width:21.875rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH1TgE75ziXHaJcaD2ibkr30oSWlb5Lm { top:15.25rem;left:0rem;width:29.875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBH1pEyKsskT33DArZTRGiTv73c7JT0Q { top:19.625rem;left:0rem;width:30.1875rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTII9uDD6To3CzbgulpWbGbtRsZmZpK6 { top:29.8125rem;left:0rem;width:13.1875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGbUi0xrlRwKLFer9mPIva8XuEgcOOQD { top:32.6875rem;left:0rem;width:13.1875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC6iMev3lkfROm0B60qO7FoacrxTP7Ni { top:35.5625rem;left:0rem;width:14.8125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlNTMxEkCA4w2T2CwwAhI5tgvbsh04N4 { top:38.375rem;left:0rem;width:13.1875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5S01M6zx4ZvnSlTBqXUZB5MdUGy5brl { top:29.875rem;left:0rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVvFPQqc4FL71ITsFAvIIaPkOWEAzWy9 { top:32.6875rem;left:0rem;width:1.4375rem;height:1.4975206267189rem;display:block; }
 }@media only screen and (max-width: 763px) { #ninVOHyK0ulEppT22VzeLBWBDOdm7QwU { top:35.5625rem;left:0rem;width:1.4375rem;height:1.4975206267189rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKci8Bi8pg7WoBG2FT2yXhehKeGDupnJ { top:38.375rem;left:0rem;width:1.4375rem;height:1.4975206267189rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8PHSG6S4igT3QWwgPiuNvvEL3nWLsCT { top:43.1875rem;left:13.812501907349rem;width:12.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCxARdfJ945VynpzV4GsXTnHaQt5tNoD { top:43.0625rem;left:10.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKW7c2XxNHTeeM4y0z5H7XFJzChTerm5 { width:21.5rem;height:3.4375rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs6v3yk2S0S5GFReb28zCkaEPVIxMPhd { display:block; }
 }@media only screen and (max-width: 763px) { #WtMcL6FNCDUgEkInwX3JT4phnfaFuTPw { width:5rem;height:3.375rem;top:42.25rem;left:4.620906829834rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNt7fSX9MMRBilPa2DLcPWS1Pt6zcPVE { display:block; }
 }@media only screen and (max-width: 763px) { #cHP5IITUyFcwUoNVxhL5pa6ggsKZIdhS { top:10.375rem;left:3.375rem;width:44.375rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld { display:block; }#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrPqoBDWFhRzyRS8ItoyJI4U1d8rTEv5 { top:2.6875rem;left:19.406251907349rem;width:8.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8IZctxMag0DzTEt272NXT3dix5Ll4u1 { top:5.25rem;left:0rem;width:47.75rem;height:4.8081597222222rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOLiFZcy9nCU4WvSqCH7kui0gvdmSStu { width:47.75rem;height:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z { display:block; }#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZTwTUGotDnLLtwBp21SGhiuT2Fzba6H { top:6.8125rem;left:0rem;width:29.6875rem;height:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOFrswKX99nrzqupJM3ZQMxCGdRdge78 { top:13.9375rem;left:0rem;width:33.5rem;height:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCQhmyLsGVE8ZNlQAxB3fIixF3euUyab { top:3rem;left:8.375rem;width:39.375rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgwn8zyx7K3TdlU1LAItxTp8cCd5h10d { width:21.4375rem;height:3.375rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzeNdBDQ7Op9PyJGex1GVnwPvPPrDFmL { display:block; }
 }@media only screen and (max-width: 763px) { #CkGeombuMx3e8h3Th6s5twWymx53WcTU { width:5rem;height:3.375rem;top:29rem;left:4.744421005249rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpyR3vvnNme6T348HLOMk2uHAGnfiTdW { display:block; }
 }@media only screen and (max-width: 763px) { #A5wMo22stCAyFWSZs1PeA14x8cvDbMzP { top:34.4375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InkK1TKoeFvciSMstzA7GNdix9G3LeyV { top:34.625rem;left:0rem;width:12.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 { display:block; }#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfcL3MMrrQ4W2qEdVf3oKs6uHrhhMGoX { top:4rem;left:23.25rem;width:24.5rem;height:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6dMygcVJAFwFDVxTtupw3iFHm23kWFt { top:11.125rem;left:14.3125rem;width:33.4375rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp6cd96brB91T51exosPV5c9XfzwR4di { width:21.4375rem;height:3.375rem;top:31.1875rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcdEllyUqZLD6w98tSGoPDrkXUcTDXsa { display:block; }
 }@media only screen and (max-width: 763px) { #mh8Timaatw4MffUDmwZLXHsOMxFkah16 { width:5rem;height:3.375rem;top:31.1875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTu0R70v0i9EgCw2e348B4nsVdkrepcJ { display:block; }
 }@media only screen and (max-width: 763px) { #Ct7bvSib9mNS72q4g1XgcR5f9LbPhwqE { top:4rem;left:0rem;width:35.1875rem;height:28.823531067486rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9lKvWdWUIIOBgxT6yL6fhaT0k52HW7M { top:24rem;left:27.5rem;width:20.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeOJz9Rcc17HtmiIfkCWBJfcW3m05DNI { top:24.0625rem;left:27.937503814698rem;width:1.4375rem;height:1.4975206267189rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUSZR3TFa8ofkOw1y1NDmGsk3REFmOb1 { top:26.3125rem;left:16.875rem;width:30.875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCS5UNnctu7i1DuCc3uXPE6MOvCGbTwU { top:26.375rem;left:27.937503814698rem;width:1.4375rem;height:1.4981386604191rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtndyrNWpKQwRBpZVQvo8AoD2VNQ97IU { top:36.5625rem;left:27.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AadlqrS6iRHmT65gCd9Qk12yJ5pWZfOm { top:36.75rem;left:30.9375rem;width:12.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc { display:block; }#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKoZl8UoSl6nqEOuBqE75es8Q6BUH1pG { top:0.9375rem;left:8.4690322875975rem;width:30.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKQ3aw4gMStA8Ie2WtESSrd19gy2nKCO { top:6.9375rem;left:0rem;width:23.9375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4y21mnAf4CDQgxuEL58IrEVfVraGLU2 { top:8.5rem;left:0rem;width:20.6875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZm1tZKpWeINT0bnZqmt9AX4X4zZkuBL { top:10.125rem;left:0rem;width:16.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKRRf4Frqcp0OKvFFq8HQHZTDUNFXXVT { top:13.875rem;left:0rem;width:17.8125rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMkPmwCSHH9lvbJ62qqFBMJ9BRFSJMLP { top:29.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSMWxI5TaAeAl4BiXMZyVhzCt5UTtxbw { top:30.0625rem;left:0rem;width:16.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5pvrnvD6qwk8MhpvovnXiR7Jyfq2NJ3 { top:33rem;left:0rem;width:7.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOOzTwHbh4ukDkPPpadVD6o80CPvE5UK { top:32.9375rem;left:0rem;width:4.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlsR3ckcbfOprfsiqGtWeyzFWucfsH7g { top:6.9375rem;left:11.9375rem;width:23.9375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf9rV9SG9AkMfyllJcwe24CZ3fA4LveA { top:8.5rem;left:13.5625rem;width:20.6875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgk6Gvlh7kCg1ksQRFfm0nH4WIeI1AxC { top:10.125rem;left:15rem;width:16.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b499b6ogOwss4K7tRHMS5NWm7PWqSSQw { top:13.875rem;left:15rem;width:17.875rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co4mKQLcs6gbMoUgm1kGBF0T3dEwEUXP { top:30.0625rem;left:15.875rem;width:16.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8WX1XC3uJrZUFTeiZbWH6kPVymWrVbQ { top:29.875rem;left:13.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7mvwSwXPl3uSryV3DORhDkIk9TEi9Q { top:33rem;left:13.5625rem;width:7.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFPlgESs3ug5dPEkX5x95XNm3bb03MQe { top:32.9375rem;left:22.0625rem;width:4.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzgtTrQx27WVhxcpEd1BfER6guwOmyp4 { top:6.9375rem;left:23.8125rem;width:23.9375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daOFqkO13CoyPn1uLO21L9qq1yD7Ffz7 { top:30.0625rem;left:31.625rem;width:16.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8LBCpAz7MfX9OKfNov7VQyPgvtVt8QC { top:8.5rem;left:27.0625rem;width:20.6875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULIN2eT5FLXKagTVpzeScM3TvzdSx50g { top:13.875rem;left:29.875rem;width:17.875rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovPTbdefcmrWqSDvwqeoPdnAhN6vEmqo { top:33rem;left:39.0625rem;width:7.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsgTlfKqXixEdvG0H69uS2DZNsAvbzct { top:32.9375rem;left:43.25rem;width:4.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNL1OulbDHi7vR0m87fEO4kKnHSPWDGT { top:29.875rem;left:39.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZIlh3qPd3b62pTwft7GTaiHvKPoECZ5 { top:10.125rem;left:31.625rem;width:16.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 { display:block; }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi9kQfiaec2GdbXxrtpO4u1V4lI4vkmm { top:3.875rem;left:14.937501907349rem;width:17.875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grugw0ohnT85RNuJvePtZo65Fp2EXmXV { top:11.375rem;left:3.1875019073486rem;width:13.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHmZAp1Zu6ASpKPxl652A13SdQZ99yAu { top:11.5rem;left:0.62500190734863rem;width:1.4375rem;height:1.4979513236158rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlGbcdb0AGqbKGvFiJDFKzP207BIgAQH { top:13.5rem;left:3.1250019073486rem;width:14rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAVJk3WmJ6s80JRX3PySPIFpym9DxIgr { top:13.75rem;left:0.62500190734863rem;width:1.4375rem;height:1.499069794604rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPuQeAxzFDOnwXDEBX9VnTKrnCFzmdpW { top:15.5625rem;left:3.1250019073486rem;width:14rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od68t5FNqcBtMfJqe6nQQPMcQkxDseRZ { top:17.625rem;left:3.1250019073486rem;width:14rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuPBUFi9GEz8xD1fhItcpWayIODLnFVi { top:19.75rem;left:3.1250019073486rem;width:14rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCcTeu5REp6SzVIHtJDQeFFwMxQalsTr { top:21.8125rem;left:3.1250019073486rem;width:14rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esxArz3Z5p8ep3U0iNd3K5VNoGtfrmN2 { top:15.625rem;left:0.62500190734863rem;width:1.4375rem;height:1.499069794604rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFFRzl0ar1PypnGtanOQnaFhERZLNPmZ { top:17.75rem;left:0.62500190734863rem;width:1.4375rem;height:1.4996265277934rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIXnXAhW25g9JU7OLEVlW43EPpTHiyGM { top:19.875rem;left:0.62500190734863rem;width:1.4375rem;height:1.4996265277934rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hka4A3dqwPq0JfToBvEpCflae9TLfxXr { top:21.9375rem;left:0.62500190734863rem;width:1.4375rem;height:1.4996265277934rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtUzJbpEclFPC0nzTUTrGKkZM9T4O894 { top:10.8125rem;left:31.5rem;width:13.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZwgSfJTnxkpIIu8flhhoRT3RAKWzahO { top:12.9375rem;left:31.5rem;width:13.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSdKZncJ2vQ3FyT2sh4sihtMlZoohNXs { top:15rem;left:31.5rem;width:13.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEP7UktoPIupC7CJGxG36214XeCxFtTE { top:17.0625rem;left:31.5rem;width:13.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9hxqdDfkyihC0WBDr7zRubrv5BVz72N { top:19.1875rem;left:31.5rem;width:13.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMXORl0KtkhWqqcF8cGF3u9MWKUymkqo { top:21.25rem;left:31.5rem;width:15.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZk1RTQ9JCJxBXzQHTZEobFgHGbc4eNR { top:10.9375rem;left:29rem;width:1.4375rem;height:1.4979513236158rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcmG4sJP3oA6hKxCp9ZD3JfBVwGp9d8d { top:13rem;left:29rem;width:1.4375rem;height:1.4979513236158rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZA3k5dwWNbM5pg6bMUFrTXAZ2IzBA4b { top:15.0625rem;left:29rem;width:1.4375rem;height:1.4979513236158rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxsOJR6EppMoEDObqvGIyB74kD1KkyxX { top:17.1875rem;left:29rem;width:1.4375rem;height:1.4979513236158rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxqSvAikEzUEI4UiomS4O4IfsBxEcAv { top:19.3125rem;left:29rem;width:1.4375rem;height:1.4979513236158rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIXnkfk5RkeBQvPhiXepNx0C9qwtLCmw { top:21.375rem;left:29rem;width:1.4375rem;height:1.4979513236158rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huhnft44DZPnFGMFUyROyWHLWy3hkO97 { top:9.9375rem;left:24.0625rem;width:0.0625rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1xBPTU8Ri2WJvHxoyZSw2RKMKs8Mdq2 { display:none; }
 }@media only screen and (max-width: 763px) { #FX9hBNSr3J1y2HGLLoL6FqTZKl6X4JWX { top:9.1875rem;left:3.1875rem;width:13.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5dFi47nMDdknJ0ppgXgyRTEmAl0r7l7 { top:9.3125rem;left:0.625rem;width:1.4375rem;height:1.4979513236158rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv { display:block; }#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwSwvVUDCApshFyn2wySLE2EiiLiBKMk { top:12.875rem;left:0rem;width:24.5rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXd5ULMvWyGKAGEf5FUnLyQq7pswh0kA { top:16.5625rem;left:0rem;width:28.5625rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEy5ZONMfs2CRzFFKh3icuukwLGM7S1J { top:24.6875rem;left:0rem;width:22.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3rxV3gLTgcNITymg2l6ZO2SNMfEHSK8 { top:24.6875rem;left:0rem;width:1.4375rem;height:1.4979513236158rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5LhZeMOaDi0xbP5TzlRNociZTOL32Ji { top:27.0625rem;left:0rem;width:24.8125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZKMyWvW40CAqSyBp0OGAXFZofPHZ1tE { top:27.125rem;left:0rem;width:1.4375rem;height:1.4985134746332rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyyOArRrt87BsyT4MmyIg6oKThnUnolv { top:3.8125rem;left:0rem;width:34.5rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hreEdeCiH7AyonlLLxDuQcXu0yaOZrF9 { top:7.5625rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obh0Le43weG7l5BZPQJnwXTOAbnC0GWF { top:40.3125rem;left:0rem;width:35rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlc9UhQTfPBEi8arFzBSa9w7qZrEW3h { top:49.6875rem;left:0rem;width:24.5rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo4Hfze3EkhIDe4myoPp32lzQQAkeQk0 { top:53.75rem;left:0rem;width:25.375rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv0Ggig0Znw3vbfxVIgVuHiFrMXiK12p { top:6.9375rem;left:12.75rem;width:35rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBiXVVn9prWOJNCNGBNv2E0fVkC8mUSb { top:16.4375rem;left:23.25rem;width:24.5rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1hloGI7SfUXyfK1mIIxuQONZmweJuw1 { top:11.0625rem;left:28.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmMrvpCcdcdV6eBZt8xozTqevsMoND8d { top:20.4375rem;left:22.6875rem;width:25.0625rem;height:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIh4sKlgyciU7TstpA1Rofr2Rwyuv4Sp { top:37.75rem;left:13.25rem;width:34.5rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0dueKwOnAhRd3T7u3K8DTchTgonydfH { top:50.5rem;left:22.875rem;width:24.875rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJQqdAIXFiIbHRyDEQWi1FqM0Ifn7S9R { top:46.8125rem;left:23.25rem;width:24.5rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqS46AFElw9rO9EKGiPOyKW3TAz9AZJZ { top:44.0625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKZAgQFwnUbQfDr3dtMzyXtHNEHpUxVJ { top:41.5625rem;left:28.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV { display:block; }#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMowVWsrsk1A0BJPKnApLihf9BEMlx3k { top:4.9375rem;left:0rem;width:24.5rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdWXxPhN0RI5qXJC3in9pOWwwsePE0Sx { top:8.6875rem;left:0rem;width:34.8125rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUyhTLr0oyRrC2ZJ9VbB7uTBsX4XTEQ5 { width:21.4375rem;height:3.375rem;top:8.375rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW3TbDVXlpeWwbScg4zcAhpRUyWGPU24 { display:block; }
 }@media only screen and (max-width: 763px) { #GbSuSRS6F3Kdgge4kMn1K5CSmHEwQMh5 { width:5rem;height:3.375rem;top:8.375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQw4uRwqF1Gu4lz8gyhzTLakveXm0pLa { display:block; }
 }@media only screen and (max-width: 763px) { #sI0eesneH2Swo5mbTERRico781sQSouF { top:11.75rem;left:0rem;width:47.75rem;height:34.821519795658rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWQWnIi1I8TDGCXMAIQuuthDW9aiSct { top:20rem;left:7.3125038146975rem;width:24.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvpTiiX0K13aolTBvZSI3uWULTC1nWmT { top:23.9375rem;left:9.875rem;width:30.6875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddk6PXSl7ONGelOT6EGpcixUZgXh63s1 { top:28.75rem;left:9.875rem;width:30.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRADXrzBnm9F5glfB5rdQ34ETPeq4Bg6 { top:31.8125rem;left:9.8750038146975rem;width:30.6875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edqouwRJFRHzTIUnZvQC1JPFtTXhVx80 { top:36.625rem;left:9.8750038146975rem;width:30.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iifsuqNwPTdHdmSRHOvva0p1iv1C4ThB { top:24.0625rem;left:7.3125038146975rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4DqWu1XGIdnUKPPw9oONy3G2lDOroni { top:28.8125rem;left:7.3125038146975rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU7kly2UvTKw4eqvbBVQ8ks4LgE85TNU { top:31.875rem;left:7.3125038146975rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOAProGqXtRtewlN5Js20vbi1rsM1n7g { top:36.8125rem;left:7.3125038146975rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wipM6Dx3pcAvMK7K9SuJQRoi5XV1SIbh { width:19.0625rem;height:27.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy { display:block; }#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GunecpKCcTVG2gKWQ4zstmvTm3ownPwC { top:9.9375rem;left:11.593753814698rem;width:24.5625rem;height:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlw67Wh2rFF3mQzM1NJQLsq13VCB5bGl { top:17.0625rem;left:9.7812538146975rem;width:28.1875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgxEerk3LqigkUO8D4cTSx1D8PgGd57Z { width:21.4375rem;height:3.375rem;top:24.125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqUP5SKJ6m3MTZUAmzJNRQVxZ99RIbVo { display:block; }
 }@media only screen and (max-width: 763px) { #tVu8y3dbDSWigzRtlv4Arowlos8LiJkV { width:5rem;height:3.375rem;top:24.125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #catAD3KyTUIxCeRsqpTnZbBpcuskG86Z { display:block; }
 }@media only screen and (max-width: 763px) { #RufJTTr8X548TCcXTtslgDTkBJFRbyQK { top:29.5rem;left:20.75rem;width:9.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SndieifwxnVq6XgbHHTdL6TUtxI9boIe { top:29.3125rem;left:17.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh { display:block; }#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6pXwWnI1TPffQa7RlUnDJBRZR8ZueB3 { top:10.9375rem;left:0rem;width:30.0625rem;height:7.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itrTowzbbRBcoSm0qcNeF7oX0VWSd79k { top:20.125rem;left:0rem;width:34.875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qieqSUrT4ax4sJm1c4sFACUrJWioU3kt { width:21.4375rem;height:3.375rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNifVRp227bL0y5yaAXWZyQB7b4BzBuW { display:block; }
 }@media only screen and (max-width: 763px) { #RN0u0Ca4fyN9fGCKSlpsgmyqxLDXK6v8 { width:5rem;height:3.375rem;top:24.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRDmtt3hcvd0AMQtJAruyJJhTVv1cFx4 { display:block; }
 }@media only screen and (max-width: 763px) { #AGgxTsogFGRogbv6MOnapPwcIQDEpmWs { top:7.75rem;left:0rem;width:34.875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plPiLtxpLw0syEaVNeGSo4GOoTdyxcmf { top:4.875rem;left:12.5625rem;width:35.1875rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REumXmM1C1lppTLJoEJrure71guEW2an { top:26rem;left:28.5625rem;width:9.1875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfTKTohB1SAQ5opWeU7qBNet7yOGLfTs { top:25.125rem;left:27.375rem;width:15.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRihaNDOPD23WnBcBBR3KCpLnLVSeT7x { top:27.25rem;left:28.562498092651rem;width:14.4375rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCUS7vuMlnPvyCPXveCCu4nQI4DyE019 { top:34.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQisL5MQuzCwzQfFNU5DreWq9yQssMgB { top:37.4375rem;left:0rem;width:9.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rukHKhzSKGPTko3HXMzh6EfCkookrSdN { top:38.125rem;left:12.875rem;width:34.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5MRfTQRR1lXVJbgF1NXp0rtUBHgQWdt { width:8.125rem;height:2.375rem;top:1.8750001192093rem;left:5.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEZdROIs62ZBTb0SVoBQgdW3R2wigDUf { width:14.9983125rem;height:1.137275rem;top:5.8112487792969rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyZ0IkRJcuNGgeaULMWEQMI7AHvTDZH5 { width:16.9375rem;height:2.2749rem;top:7.8473815917969rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH1TgE75ziXHaJcaD2ibkr30oSWlb5Lm { width:18.5rem;height:2.2749rem;top:10.1220703125rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBH1pEyKsskT33DArZTRGiTv73c7JT0Q { width:17.9375rem;height:8.397325rem;top:14.684707641601rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTII9uDD6To3CzbgulpWbGbtRsZmZpK6 { width:13.2494375rem;height:1.3999rem;top:24.257125854493rem;left:3.2805524468422rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGbUi0xrlRwKLFer9mPIva8XuEgcOOQD { width:13.1869375rem;height:1.3999rem;top:26.841522216797rem;left:3.3112445473671rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC6iMev3lkfROm0B60qO7FoacrxTP7Ni { width:14.8744375rem;height:1.3999rem;top:29.412673950195rem;left:3.4988840222359rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlNTMxEkCA4w2T2CwwAhI5tgvbsh04N4 { width:13.1869375rem;height:1.3999rem;top:32.134490966797rem;left:3.4988840222359rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5S01M6zx4ZvnSlTBqXUZB5MdUGy5brl { width:1.5rem;height:1.5625rem;top:24.338043212891rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVvFPQqc4FL71ITsFAvIIaPkOWEAzWy9 { width:1.4375rem;height:1.49776875rem;top:27.017303466797rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ninVOHyK0ulEppT22VzeLBWBDOdm7QwU { width:1.4375rem;height:1.49776875rem;top:29.525680541993rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKci8Bi8pg7WoBG2FT2yXhehKeGDupnJ { width:1.4375rem;height:1.49776875rem;top:32.185409545899rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8PHSG6S4igT3QWwgPiuNvvEL3nWLsCT { width:8.5rem;height:1.3125rem;top:40.875rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCxARdfJ945VynpzV4GsXTnHaQt5tNoD { width:1.4375rem;height:1.4375rem;top:40.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKW7c2XxNHTeeM4y0z5H7XFJzChTerm5 { width:17.3125rem;height:3.4375rem;top:35.437501907349rem;left:0.43750005960464rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs6v3yk2S0S5GFReb28zCkaEPVIxMPhd { display:block; }
 }@media only screen and (max-width: 763px) { #WtMcL6FNCDUgEkInwX3JT4phnfaFuTPw { width:4.75rem;height:3.4375rem;top:35.437501907349rem;left:14.684710323811rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNt7fSX9MMRBilPa2DLcPWS1Pt6zcPVE { display:block; }
 }@media only screen and (max-width: 763px) { #cHP5IITUyFcwUoNVxhL5pa6ggsKZIdhS { width:18.75rem;height:13.5625rem;top:43.970424652099rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld { display:block; }#KvLHCxg6eT1AaeMFxTaBeu1CCBAeyCld > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrPqoBDWFhRzyRS8ItoyJI4U1d8rTEv5 { width:7.6875rem;height:1.39955625rem;top:1.6244411468506rem;left:6.1562502980232rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8IZctxMag0DzTEt272NXT3dix5Ll4u1 { width:20rem;height:2.0138888888889rem;top:20.843189239502rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOLiFZcy9nCU4WvSqCH7kui0gvdmSStu { top:3.9358258247376rem;left:0rem;width:20rem;height:8.9375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z { display:block; }#NTwMLZIEbAZWvVIcWeqbJomhhI8bWT8z > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZTwTUGotDnLLtwBp21SGhiuT2Fzba6H { width:16.3125rem;height:6.8236875rem;top:1.25rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOFrswKX99nrzqupJM3ZQMxCGdRdge78 { width:17.9375rem;height:16.7946625rem;top:8.6732711791994rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCQhmyLsGVE8ZNlQAxB3fIixF3euUyab { width:20rem;height:16.285125rem;top:34.619421005249rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgwn8zyx7K3TdlU1LAItxTp8cCd5h10d { width:17.5rem;height:3.375rem;top:26.25rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzeNdBDQ7Op9PyJGex1GVnwPvPPrDFmL { display:block; }
 }@media only screen and (max-width: 763px) { #CkGeombuMx3e8h3Th6s5twWymx53WcTU { width:4.75rem;height:3.375rem;top:26.25rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpyR3vvnNme6T348HLOMk2uHAGnfiTdW { display:block; }
 }@media only screen and (max-width: 763px) { #A5wMo22stCAyFWSZs1PeA14x8cvDbMzP { width:1.8125rem;height:1.8125rem;top:31rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #InkK1TKoeFvciSMstzA7GNdix9G3LeyV { width:8.125rem;height:1.3125rem;top:31.25rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 { display:block; }#ITwpwa2iIJtTToL90QzW5wvGmyMd6Df5 > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfcL3MMrrQ4W2qEdVf3oKs6uHrhhMGoX { width:16.625rem;height:4.54910625rem;top:2.2495822906494rem;left:1rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6dMygcVJAFwFDVxTtupw3iFHm23kWFt { width:19.125rem;height:13.99553125rem;top:8.6872215270994rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp6cd96brB91T51exosPV5c9XfzwR4di { width:16.8125rem;height:3.375rem;top:35rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcdEllyUqZLD6w98tSGoPDrkXUcTDXsa { display:block; }
 }@media only screen and (max-width: 763px) { #mh8Timaatw4MffUDmwZLXHsOMxFkah16 { width:4.8125rem;height:3.375rem;top:35rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTu0R70v0i9EgCw2e348B4nsVdkrepcJ { display:block; }
 }@media only screen and (max-width: 763px) { #Ct7bvSib9mNS72q4g1XgcR5f9LbPhwqE { width:18.9375rem;height:15.5rem;top:44.473217964172rem;left:0.53125005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9lKvWdWUIIOBgxT6yL6fhaT0k52HW7M { width:11.4369375rem;height:2.79910625rem;top:25.375001907349rem;left:3.3750001788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeOJz9Rcc17HtmiIfkCWBJfcW3m05DNI { width:1.4375rem;height:1.49776875rem;top:25.375001907349rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUSZR3TFa8ofkOw1y1NDmGsk3REFmOb1 { width:14.2494375rem;height:4.1986625rem;top:29.250001907349rem;left:3.3750001788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCS5UNnctu7i1DuCc3uXPE6MOvCGbTwU { width:1.4375rem;height:1.49776875rem;top:29.250001907349rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtndyrNWpKQwRBpZVQvo8AoD2VNQ97IU { width:1.8125rem;height:1.8125rem;top:40rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AadlqrS6iRHmT65gCd9Qk12yJ5pWZfOm { width:8.0625rem;height:1.3125rem;top:40.25rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc { display:block; }#dvw7BFvDQ84qFROeqUoAMCX7SpIVuToc > .row .container { width:20rem;height:98rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKoZl8UoSl6nqEOuBqE75es8Q6BUH1pG { width:15.18725rem;height:4.54910625rem;top:1.7491321563721rem;left:1.9047620892525rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKQ3aw4gMStA8Ie2WtESSrd19gy2nKCO { width:20rem;height:27.875rem;top:7.98605rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4y21mnAf4CDQgxuEL58IrEVfVraGLU2 { width:18.75rem;height:19.9375rem;top:8.6110496520994rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZm1tZKpWeINT0bnZqmt9AX4X4zZkuBL { width:16.125rem;height:2.92410625rem;top:10.23605rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKRRf4Frqcp0OKvFFq8HQHZTDUNFXXVT { width:16.5625rem;height:12.596rem;top:13.98605rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMkPmwCSHH9lvbJ62qqFBMJ9BRFSJMLP { width:1.375rem;height:1.375rem;top:29.98605rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSMWxI5TaAeAl4BiXMZyVhzCt5UTtxbw { width:13.0625rem;height:1.21875rem;top:30.17355rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5pvrnvD6qwk8MhpvovnXiR7Jyfq2NJ3 { width:7.875rem;height:1.4375rem;top:33.11105rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOOzTwHbh4ukDkPPpadVD6o80CPvE5UK { width:4.5rem;height:1.46205625rem;top:33.04855rem;left:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlsR3ckcbfOprfsiqGtWeyzFWucfsH7g { width:20rem;height:28rem;top:37.36105rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf9rV9SG9AkMfyllJcwe24CZ3fA4LveA { width:18.6875rem;height:20.375rem;top:38.11105rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgk6Gvlh7kCg1ksQRFfm0nH4WIeI1AxC { width:16.125rem;height:2.92410625rem;top:39.73605rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b499b6ogOwss4K7tRHMS5NWm7PWqSSQw { width:16.3125rem;height:13.9955625rem;top:43.48605rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co4mKQLcs6gbMoUgm1kGBF0T3dEwEUXP { width:13.5625rem;height:1.21875rem;top:59.67355rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8WX1XC3uJrZUFTeiZbWH6kPVymWrVbQ { width:1.375rem;height:1.375rem;top:59.48605rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7mvwSwXPl3uSryV3DORhDkIk9TEi9Q { width:7.875rem;height:1.4375rem;top:62.61105rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFPlgESs3ug5dPEkX5x95XNm3bb03MQe { width:4.5rem;height:1.46205625rem;top:62.54855rem;left:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzgtTrQx27WVhxcpEd1BfER6guwOmyp4 { width:20rem;height:28rem;top:66.92355rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daOFqkO13CoyPn1uLO21L9qq1yD7Ffz7 { width:13.75rem;height:1.21875rem;top:89.23605rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8LBCpAz7MfX9OKfNov7VQyPgvtVt8QC { width:18.625rem;height:19.9375rem;top:67.67355rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULIN2eT5FLXKagTVpzeScM3TvzdSx50g { width:16.5rem;height:12.596rem;top:73.04855rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovPTbdefcmrWqSDvwqeoPdnAhN6vEmqo { width:7.875rem;height:1.4375rem;top:92.17355rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsgTlfKqXixEdvG0H69uS2DZNsAvbzct { width:4.5rem;height:1.46205625rem;top:92.11105rem;left:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNL1OulbDHi7vR0m87fEO4kKnHSPWDGT { width:1.375rem;height:1.375rem;top:89.04855rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZIlh3qPd3b62pTwft7GTaiHvKPoECZ5 { width:16.125rem;height:2.92410625rem;top:69.29855rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 { display:block; }#l29bU8KV7bttK4vSiwNVkd9TrSGqdEE7 > .row .container { width:20rem;height:44.034784528935rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi9kQfiaec2GdbXxrtpO4u1V4lI4vkmm { width:17.875rem;height:2.2749rem;top:2.5625057220459rem;left:1.0625000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grugw0ohnT85RNuJvePtZo65Fp2EXmXV { width:13.8125rem;height:1.79985rem;top:7.8221740722656rem;left:3.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHmZAp1Zu6ASpKPxl652A13SdQZ99yAu { width:1.4375rem;height:1.49776875rem;top:7.973220825195rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlGbcdb0AGqbKGvFiJDFKzP207BIgAQH { width:14rem;height:1.79985rem;top:9.7500076293944rem;left:3.4375001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAVJk3WmJ6s80JRX3PySPIFpym9DxIgr { width:1.4375rem;height:1.498325rem;top:9.8839340209963rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPuQeAxzFDOnwXDEBX9VnTKrnCFzmdpW { width:14rem;height:1.79985rem;top:15.968009948731rem;left:3.4062501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od68t5FNqcBtMfJqe6nQQPMcQkxDseRZ { width:14rem;height:1.79985rem;top:13.829620361328rem;left:3.4062501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuPBUFi9GEz8xD1fhItcpWayIODLnFVi { width:14rem;height:1.79985rem;top:28.641372680664rem;left:3.4062501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCcTeu5REp6SzVIHtJDQeFFwMxQalsTr { width:14rem;height:1.79985rem;top:30.749259948731rem;left:3.4062501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esxArz3Z5p8ep3U0iNd3K5VNoGtfrmN2 { width:1.4375rem;height:1.498325rem;top:16.119049072266rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFFRzl0ar1PypnGtanOQnaFhERZLNPmZ { width:1.4375rem;height:1.49944375rem;top:18.366821289062rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIXnXAhW25g9JU7OLEVlW43EPpTHiyGM { width:1.4375rem;height:1.49944375rem;top:28.854911804199rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hka4A3dqwPq0JfToBvEpCflae9TLfxXr { width:1.4375rem;height:1.49944375rem;top:33.200149536132rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtUzJbpEclFPC0nzTUTrGKkZM9T4O894 { width:13.8125rem;height:1.79985rem;top:24.267120361328rem;left:3.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZwgSfJTnxkpIIu8flhhoRT3RAKWzahO { width:13.8125rem;height:1.79985rem;top:11.812507629394rem;left:3.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSdKZncJ2vQ3FyT2sh4sihtMlZoohNXs { width:13.8125rem;height:1.79985rem;top:18.154022216797rem;left:3.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEP7UktoPIupC7CJGxG36214XeCxFtTE { width:13.8125rem;height:1.79985rem;top:26.404022216797rem;left:3.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9hxqdDfkyihC0WBDr7zRubrv5BVz72N { width:13.8125rem;height:1.79985rem;top:33.048370361328rem;left:3.5000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMXORl0KtkhWqqcF8cGF3u9MWKUymkqo { width:15.625rem;height:1.79985rem;top:35.236610412597rem;left:3.3750001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZk1RTQ9JCJxBXzQHTZEobFgHGbc4eNR { width:1.4375rem;height:1.49776875rem;top:11.897323608399rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcmG4sJP3oA6hKxCp9ZD3JfBVwGp9d8d { width:1.4375rem;height:1.49776875rem;top:13.929321289062rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZA3k5dwWNbM5pg6bMUFrTXAZ2IzBA4b { width:1.4375rem;height:1.49776875rem;top:24.480659484863rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxsOJR6EppMoEDObqvGIyB74kD1KkyxX { width:1.4375rem;height:1.49776875rem;top:26.668159484863rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxqSvAikEzUEI4UiomS4O4IfsBxEcAv { width:1.4375rem;height:1.49776875rem;top:31.013397216797rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIXnkfk5RkeBQvPhiXepNx0C9qwtLCmw { width:1.4375rem;height:1.49776875rem;top:35.388397216797rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huhnft44DZPnFGMFUyROyWHLWy3hkO97 { width:0.0625rem;height:12.6875rem;top:64.699768066406rem;left:9.8750007748606rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1xBPTU8Ri2WJvHxoyZSw2RKMKs8Mdq2 { top:22.186010360717rem;left:0.62500005960463rem;width:18.75rem;height:0.0625rem;z-index:15018;background-color:rgba(227,227,227,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FX9hBNSr3J1y2HGLLoL6FqTZKl6X4JWX { width:13.8125rem;height:0;top:40.984978278935rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5dFi47nMDdknJ0ppgXgyRTEmAl0r7l7 { width:1.4375rem;height:1.4983697736862rem;top:38.236608505249rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv { display:block; }#ZG1igm2yyNNpA5RQBUSt6vdxN2s141sv > .row .container { width:20rem;height:123.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwSwvVUDCApshFyn2wySLE2EiiLiBKMk { width:11.43725rem;height:4.54910625rem;top:8.5613861083988rem;left:1.2890625596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXd5ULMvWyGKAGEf5FUnLyQq7pswh0kA { width:18.4375rem;height:8.3973125rem;top:13.991775512695rem;left:1.2890625596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEy5ZONMfs2CRzFFKh3icuukwLGM7S1J { width:14.2494375rem;height:3.199775rem;top:23.624168395996rem;left:3.5832868218422rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3rxV3gLTgcNITymg2l6ZO2SNMfEHSK8 { width:1.43721875rem;height:1.4974875rem;top:23.624168395996rem;left:1.3741629719734rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5LhZeMOaDi0xbP5TzlRNociZTOL32Ji { width:15.749875rem;height:9.5993125rem;top:27.998466491699rem;left:3.4995813965797rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZKMyWvW40CAqSyBp0OGAXFZofPHZ1tE { width:1.43721875rem;height:1.4974875rem;top:27.998466491699rem;left:1.3741629719734rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyyOArRrt87BsyT4MmyIg6oKThnUnolv { width:20rem;height:38.8125rem;top:1.6243057250976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hreEdeCiH7AyonlLLxDuQcXu0yaOZrF9 { width:3rem;height:3rem;top:4.4368057250976rem;left:1.2890625596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obh0Le43weG7l5BZPQJnwXTOAbnC0GWF { width:20rem;height:24.125rem;top:96.1870803833rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlc9UhQTfPBEi8arFzBSa9w7qZrEW3h { width:9.812375rem;height:2.2749rem;top:102.8095741272rem;left:1.4135044217109rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo4Hfze3EkhIDe4myoPp32lzQQAkeQk0 { width:17.1875rem;height:11.1964375rem;top:106.62444686889rem;left:1.2890625596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv0Ggig0Znw3vbfxVIgVuHiFrMXiK12p { width:20rem;height:23.8125rem;top:41.687088012695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBiXVVn9prWOJNCNGBNv2E0fVkC8mUSb { width:14.6875rem;height:2.2749rem;top:48.374443054199rem;left:1.4139230847359rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1hloGI7SfUXyfK1mIIxuQONZmweJuw1 { width:2.99944375rem;height:2.99944375rem;top:44.187088012695rem;left:1.4997211098671rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmMrvpCcdcdV6eBZt8xozTqevsMoND8d { width:17.8125rem;height:11.1964375rem;top:51.435272216797rem;left:1.3434711098671rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIh4sKlgyciU7TstpA1Rofr2Rwyuv4Sp { width:20rem;height:28.1875rem;top:66.6870803833rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0dueKwOnAhRd3T7u3K8DTchTgonydfH { width:16.8125rem;height:12.596rem;top:79.31180381775rem;left:1.4995816349983rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJQqdAIXFiIbHRyDEQWi1FqM0Ifn7S9R { width:13.125rem;height:4.54910625rem;top:73.43652534485rem;left:1.2890625596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqS46AFElw9rO9EKGiPOyKW3TAz9AZJZ { width:3rem;height:3rem;top:98.8733291626rem;left:1.2890625596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKZAgQFwnUbQfDr3dtMzyXtHNEHpUxVJ { width:3rem;height:3rem;top:69.122928619387rem;left:1.2890625596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV { display:block; }#LeBsfxNNEB5HtiyE0lZJtXNEXp5m2myV > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMowVWsrsk1A0BJPKnApLihf9BEMlx3k { width:12.0625rem;height:2.2749rem;top:3rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdWXxPhN0RI5qXJC3in9pOWwwsePE0Sx { width:17.1875rem;height:5.5982125rem;top:6.2738189697262rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUyhTLr0oyRrC2ZJ9VbB7uTBsX4XTEQ5 { width:17.1875rem;height:3.375rem;top:14.372619628906rem;left:0.49944204092026rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW3TbDVXlpeWwbScg4zcAhpRUyWGPU24 { display:block; }
 }@media only screen and (max-width: 763px) { #GbSuSRS6F3Kdgge4kMn1K5CSmHEwQMh5 { width:4.625rem;height:3.375rem;top:14.372035980224rem;left:14.999256551266rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQw4uRwqF1Gu4lz8gyhzTLakveXm0pLa { display:block; }
 }@media only screen and (max-width: 763px) { #sI0eesneH2Swo5mbTERRico781sQSouF { width:20rem;height:14.5625rem;top:27.493861198425rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFWQWnIi1I8TDGCXMAIQuuthDW9aiSct { width:15.9375rem;height:2.2749rem;top:22.560268402099rem;left:1.6093750596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvpTiiX0K13aolTBvZSI3uWULTC1nWmT { width:14rem;height:4.7996625rem;top:25.907738447189rem;left:3.9374999403954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddk6PXSl7ONGelOT6EGpcixUZgXh63s1 { width:13.375rem;height:3.199775rem;top:31.827381849289rem;left:3.9687499403954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRADXrzBnm9F5glfB5rdQ34ETPeq4Bg6 { width:14.25rem;height:7.9994375rem;top:35.964287757874rem;left:4.0468749403954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edqouwRJFRHzTIUnZvQC1JPFtTXhVx80 { width:13.1875rem;height:3.199775rem;top:44.623513221741rem;left:4.0937499403954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iifsuqNwPTdHdmSRHOvva0p1iv1C4ThB { width:1.49971875rem;height:1.5625rem;top:25.970238447189rem;left:1.5468749403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4DqWu1XGIdnUKPPw9oONy3G2lDOroni { width:1.49971875rem;height:1.5625rem;top:31.827381849289rem;left:1.5468749403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU7kly2UvTKw4eqvbBVQ8ks4LgE85TNU { width:1.49971875rem;height:1.5625rem;top:35.964287757874rem;left:1.5468749403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOAProGqXtRtewlN5Js20vbi1rsM1n7g { width:1.49971875rem;height:1.5625rem;top:44.686013221741rem;left:1.5468749403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #wipM6Dx3pcAvMK7K9SuJQRoi5XV1SIbh { top:21.020833015442rem;left:0.25rem;width:19.6875rem;height:28.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy { display:block; }#ZM8BxTy9IQoMGEFtDQd0lp22Lr64BRqy > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GunecpKCcTVG2gKWQ4zstmvTm3ownPwC { width:20rem;height:4.54910625rem;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlw67Wh2rFF3mQzM1NJQLsq13VCB5bGl { width:20rem;height:5.5982125rem;top:8.4488220214844rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgxEerk3LqigkUO8D4cTSx1D8PgGd57Z { width:17.6875rem;height:3.375rem;top:15.660583496094rem;left:0.31194204092026rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqUP5SKJ6m3MTZUAmzJNRQVxZ99RIbVo { display:block; }
 }@media only screen and (max-width: 763px) { #tVu8y3dbDSWigzRtlv4Arowlos8LiJkV { width:4.6875rem;height:3.375rem;top:15.659973144531rem;left:14.999256551266rem;display:block; }
 }@media only screen and (max-width: 763px) { #catAD3KyTUIxCeRsqpTnZbBpcuskG86Z { display:block; }
 }@media only screen and (max-width: 763px) { #RufJTTr8X548TCcXTtslgDTkBJFRbyQK { width:9.25rem;height:1.3125rem;top:21.75rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SndieifwxnVq6XgbHHTdL6TUtxI9boIe { width:1.8125rem;height:1.8125rem;top:21.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh { display:block; }#auFBkbgfx8Sfc6gJ7cH3Jv4z8kJlIdgh > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6pXwWnI1TPffQa7RlUnDJBRZR8ZueB3 { width:17.6875rem;height:4.875rem;top:5.6986389160156rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itrTowzbbRBcoSm0qcNeF7oX0VWSd79k { width:16.1875rem;height:2.79910625rem;top:10.883911132812rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qieqSUrT4ax4sJm1c4sFACUrJWioU3kt { width:17.625rem;height:3.375rem;top:15.848083496094rem;left:0.43694204092026rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNifVRp227bL0y5yaAXWZyQB7b4BzBuW { display:block; }
 }@media only screen and (max-width: 763px) { #RN0u0Ca4fyN9fGCKSlpsgmyqxLDXK6v8 { width:4.8125rem;height:3.37471875rem;top:15.847471237182rem;left:14.781250417232rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRDmtt3hcvd0AMQtJAruyJJhTVv1cFx4 { display:block; }
 }@media only screen and (max-width: 763px) { #AGgxTsogFGRogbv6MOnapPwcIQDEpmWs { width:18.3125rem;height:1.3999rem;top:3.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plPiLtxpLw0syEaVNeGSo4GOoTdyxcmf { width:20rem;height:14.600355239787rem;top:22.723236083984rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REumXmM1C1lppTLJoEJrure71guEW2an { width:6.375rem;height:0.9748875rem;top:34.328125rem;left:1.6235119700432rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfTKTohB1SAQ5opWeU7qBNet7yOGLfTs { width:9.625rem;height:2.6875rem;top:33.785703659058rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRihaNDOPD23WnBcBBR3KCpLnLVSeT7x { width:8.5rem;height:1rem;top:35.195686340332rem;left:1.6235119700432rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCUS7vuMlnPvyCPXveCCu4nQI4DyE019 { width:20rem;height:0.0620815rem;top:39.848224639892rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQisL5MQuzCwzQfFNU5DreWq9yQssMgB { width:13.0625rem;height:4rem;top:42.348215103149rem;left:3.4687499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #rukHKhzSKGPTko3HXMzh6EfCkookrSdN { width:12.625rem;height:3.199775rem;top:48.409971237183rem;left:3.6874999403954rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }