.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f1f3f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row .container { background-color: transparent; background-image: none; }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row .container > .video-iframe-container { display: none; }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row > .video-iframe-container { display: none; }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .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); }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row .container { border-width: 0; border-radius: 0; }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row > .video-iframe-container {  }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#bSmUV2vr9qTwXi2G6zJEpTDc1520uk70 { color:#353535;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:3.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.5906248092651rem;left:18.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3uAdtgI4fneLTmqf6weyIWvDk5R9K0y { color:#353535;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.9406247138975rem;left:18.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNHSfl2N7hlIGSQgPkpykBUZC82EknIG { position:absolute;display:block;z-index:15004;height:11.25rem;width:19.9980625rem;top:11.6875rem;left:27.500651597977rem;display:block; }
#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 { position:relative;display:block; }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 { background-color: transparent; background-image: none; }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row .container > .video-iframe-container { display: none; }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row > .video-iframe-container { display: none; }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .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); }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 { border-width: 0; border-radius: 0; }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row .container > .video-iframe-container {  }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#ZvzgXTwvEQrLconZLgTO4fFH7RLOlcic { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.8730625rem;width:43.749625rem;top:21.969139099121rem;left:15.591796875rem;overflow:hidden;display:block; }
#wwVTBGWHItxC3b50t2fzJy57MJ3nwAav { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:50.124625rem;width:75rem;top:9.4874997138975rem;left:0rem;display:block; }
#GKmCNL6eHb6F42xtMTDD8I3y2yROUEsc { color:#a31919;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.869924068451rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6dk5ofcD95rW8Sp1yZuV8f2a4vUEgpK { color:#353535;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.157518386841rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yJlQ7EMiZea9aIxpk151771wCmQkch5f { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.062125rem;width:24.999625rem;top:35.623825073243rem;left:47.587497711182rem;overflow:hidden;display:block; }
#rtnoewa6iFW8xMshphCocw84JrsfpWMp { color:#009a19;display:block;width:25.875rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:50.624998092651rem;left:47.647266387939rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXMfkVMQ5OLGcPk3JJbcIpvC6UN9WT8c { color:#e50e17;display:block;width:25.875rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:44.624847412109rem;left:47.587497711182rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWbkSWIXRXWp4FopeBTqVaKy1unnCAQg { color:#a31919;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:48.599996566772rem;left:51.209766387939rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VNTMTdM8fG41nf74QsDm33JzCa0VP6ER { color:#a31919;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:40.648675918579rem;left:51.209766387939rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353535;background-image:none;position:relative;display:block; }#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 > .row .container { background-color: transparent; background-image: none; }#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 > .row .container > .video-iframe-container { display: none; }#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 > .row > .video-iframe-container { display: none; }#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 > .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); }#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 > .row .container { border-width: 0; border-radius: 0; }#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 > .row > .video-iframe-container {  }#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#XZlmoCTVKaGQB0PSvZWffW5RRcR9s3fi { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.059764862061rem;left:24.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSvTGQ4Vsh8eeJV1QVxRnVl5UfKtsahb { z-index:15007;top:10.934757232666rem;left:22.344139099121rem;background-color:#e99413;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem #e50e17 ;box-sizing:border-box;color:#f1f3f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3105625rem;height:5.74921875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v0m53MXBI92e0ez06eyt7N0UfwNuVE0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec7a335e-fe0e-4647-9926-4cad3b45a46c/Depositphotos_433145632_DS.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#ZqnZByX85gXDwTV3TNkazBVA3MgXuKAK { color:#000000;display:block;width:75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:23.937889099121rem;left:0rem;height:12.375rem;text-align:right;text-align-last:right;display:block; }
#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;background-image:none;position:relative;display:block; }#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x > .row .container { background-color: transparent; background-image: none; }#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x > .row .container > .video-iframe-container { display: none; }#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x > .row > .video-iframe-container { display: none; }#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x > .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); }#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x > .row .container { border-width: 0; border-radius: 0; }#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x > .row > .video-iframe-container {  }#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#ET2a10nn04ZGsF385s4Bg9gmS89bd4eZ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:2.8125rem;left:0rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row .container { background-color: transparent; background-image: none; }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row .container > .video-iframe-container { display: none; }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row > .video-iframe-container { display: none; }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .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); }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row .container { border-width: 0; border-radius: 0; }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row > .video-iframe-container {  }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#pi2AVaTqT4M5yZhowI7Dv3A8Bh5fiT5n { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8230485916137rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dndega7ohDZNsPhdZLge1xMZAWarot1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#51949e;background-image:none;position:relative;display:block; }#dndega7ohDZNsPhdZLge1xMZAWarot1b > .row .container { background-color: transparent; background-image: none; }#dndega7ohDZNsPhdZLge1xMZAWarot1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dndega7ohDZNsPhdZLge1xMZAWarot1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dndega7ohDZNsPhdZLge1xMZAWarot1b > .row .container > .video-iframe-container { display: none; }#dndega7ohDZNsPhdZLge1xMZAWarot1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dndega7ohDZNsPhdZLge1xMZAWarot1b > .row > .video-iframe-container { display: none; }#dndega7ohDZNsPhdZLge1xMZAWarot1b > .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); }#dndega7ohDZNsPhdZLge1xMZAWarot1b > .row .container { border-width: 0; border-radius: 0; }#dndega7ohDZNsPhdZLge1xMZAWarot1b > .row > .video-iframe-container {  }#dndega7ohDZNsPhdZLge1xMZAWarot1b > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#NOt4BUcCSH6nQM3nXbsbwH3WmbmkKQun { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0234375rem;left:12.499217987061rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf { position:relative;display:block; }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf { background-color: transparent; background-image: none; }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row .container > .video-iframe-container { display: none; }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row > .video-iframe-container { display: none; }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .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); }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf { border-width: 0; border-radius: 0; }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row .container > .video-iframe-container {  }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#CXVbt6LPdkLlrUepe0pvsRTZtWeDMTpF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.9355625rem;width:37.6875rem;top:1.2820320129394rem;left:37.249217987061rem;overflow:hidden;display:block; }
#CBTvpmOzWouIRuXEvOq4v53tO0StT2Hz { color:#222f3d;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.063151359558rem;left:2.9355471134186rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#so71L9HRncOiaWkTvtcKRA0TBqQEHB37 { color:#2f2f2f;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.874217987061rem;left:8.748046875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw { position:relative;display:block; }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw { background-color: transparent; background-image: none; }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row .container > .video-iframe-container { display: none; }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row > .video-iframe-container { display: none; }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .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); }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw { border-width: 0; border-radius: 0; }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row .container > .video-iframe-container {  }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:109rem;width:75rem;position:relative;display:block; }#RrubOlM824Me06EiaQWQMrDTIKiIUGfT { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:101.625rem;width:75rem;top:1.75rem;left:0rem;display:block; }
#Hex59CTtUS1SguHA96pNsuuVcimqlTv4 { color:#000000;display:block;width:34.9359375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:46.1875rem;left:20.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHdByuclwuOMG1LCgEtFT8d2cTRDTUpT { color:#000000;display:block;width:62.499625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:2;letter-spacing:0;top:51.9375rem;left:6.25rem;height:44.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VgCn7bLJ6IAuHGp98WLG4X4GDvVH5SHa { color:#2f2f2f;display:block;width:62.4984375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:24.979688644409rem;left:6.2507820129394rem;height:15.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xBvhIcakm98o0iToaqV1LeMuw4zNMakm { color:#2f2f2f;display:block;width:62.4984375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:9.6445293426512rem;left:6.2179679870606rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DXoPlkT59vBzATH4o7fLBai1xao3BROx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;background-image:none;position:relative;display:block; }#DXoPlkT59vBzATH4o7fLBai1xao3BROx > .row .container { background-color: transparent; background-image: none; }#DXoPlkT59vBzATH4o7fLBai1xao3BROx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXoPlkT59vBzATH4o7fLBai1xao3BROx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXoPlkT59vBzATH4o7fLBai1xao3BROx > .row .container > .video-iframe-container { display: none; }#DXoPlkT59vBzATH4o7fLBai1xao3BROx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXoPlkT59vBzATH4o7fLBai1xao3BROx > .row > .video-iframe-container { display: none; }#DXoPlkT59vBzATH4o7fLBai1xao3BROx > .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); }#DXoPlkT59vBzATH4o7fLBai1xao3BROx > .row .container { border-width: 0; border-radius: 0; }#DXoPlkT59vBzATH4o7fLBai1xao3BROx > .row > .video-iframe-container {  }#DXoPlkT59vBzATH4o7fLBai1xao3BROx > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#yt1XIhiUrI2BIAHHFwcvB5PWTkeGtomS { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0234375rem;left:12.499217987061rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV { position:relative;display:block; }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV { background-color: transparent; background-image: none; }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .row .container > .video-iframe-container { display: none; }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .row > .video-iframe-container { display: none; }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .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); }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV { border-width: 0; border-radius: 0; }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .row .container > .video-iframe-container {  }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#hWb9fyCTUAMpkiyGuItPBAULsJuOMdmT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.8125rem;width:28.749625rem;top:3rem;left:46.249217987061rem;overflow:hidden;display:block; }
#uA34N29HxrhwyFwfgA855ssnsqy3NzfD { color:#222f3d;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.9988269805906rem;left:4.93359375rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wyND4y8QA3isGurU5ZgLvxlorxXayvtW { color:#2f2f2f;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.749217987061rem;left:10.74609375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu { position:relative;display:block; }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu { background-color: transparent; background-image: none; }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row .container > .video-iframe-container { display: none; }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row > .video-iframe-container { display: none; }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .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); }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu { border-width: 0; border-radius: 0; }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row .container > .video-iframe-container {  }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:243.375rem;width:75rem;position:relative;display:block; }#VLdKmlKbBQd1QTfTNXIg6TCC0PuDZF8c { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:232.25rem;width:75rem;top:3.8121337890625rem;left:0rem;display:block; }
#apfJTK2pApR2lkANBdQQlX4ciwg73Zbq { color:#2f2f2f;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.49920463562rem;left:6.2496109008789rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1bFO0bXvh26JbAqswe2KrGTCTSIJzLt { color:#000000;display:block;width:62.4991875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:16.81170463562rem;left:6.216796875rem;height:35.4375rem;text-align:center;text-align-last:center;display:block; }
#l2hNbPNDxBWq5SMVW0N9vkiWo93pDfGB { color:#2f2f2f;display:block;width:29.7480625rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:54.946805953979rem;left:22.625389099121rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiV2fgRTe1GtKyBT14QvbTyDPMEsFnsr { color:#000000;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:74.68352508545rem;left:55.374607086182rem;height:6.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJ7SSwu0U3mHHg38rtvIi93FVO4TDQFB { color:#000000;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:74.685867309569rem;left:4.3863296508789rem;height:6.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UtD45wNzm0DsUkTnOv3xE7h7nluBnv4x { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4980625rem;width:12.4980625rem;top:61.19641494751rem;left:22.873828887939rem;overflow:hidden;display:block; }
#JGuWsRyk8zWOkSqhTGKLuLLyZ9Fl2Smq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4980625rem;width:12.4980625rem;top:61.194072723389rem;left:56.262889862061rem;overflow:hidden;display:block; }
#f5JFK8uID2bh430NKph1ggZ9QxfiTsgc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4980625rem;width:12.4980625rem;top:61.198759078979rem;left:5.3238296508789rem;overflow:hidden;display:block; }
#RNUBabr2SA0og0p5TmaZaZyveu4G1clv { color:#000000;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:74.68352508545rem;left:21.936328887939rem;height:6.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0QH22gS6AC12p2StoM7vGcQkgNC6Wdk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4980625rem;width:12.4980625rem;top:61.194072723389rem;left:39.010547637939rem;overflow:hidden;display:block; }
#aRTe8WoKEfqE0RHixNfbQeu5FltK0OHF { color:#000000;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:76.18352508545rem;left:38.074214935302rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khh7XIMNo6ktCpRgw2o24J9RRRwy3RO8 { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:87.625rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGKFKO56PAUZuIwboIF6XXJ9aCCEI5dF { color:#000000;display:block;width:62.499625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:93.9375rem;left:6.1875rem;height:55.125rem;text-align:center;text-align-last:center;display:block; }
#zlI6sTxVwiNNqXOn0vBeeX0crVwMx18w { color:#e50e17;display:block;width:62.4991875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:151.99923324585rem;left:6.216796875rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rb74RZTONUbq9rCx9uk1uufTlXW8A0PN { color:#000000;display:block;width:62.499625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:162.62343120575rem;left:6.216796875rem;height:33.46875rem;text-align:center;text-align-last:center;display:block; }
#fv5gPlyMtoedXTtvXikw7qkOsqDZfJRr { color:#000000;display:block;width:62.499625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:199.87381744385rem;left:6.216796875rem;height:29.53125rem;text-align:center;text-align-last:center;display:block; }
#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row .container { background-color: transparent; background-image: none; }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row .container > .video-iframe-container { display: none; }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row > .video-iframe-container { display: none; }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .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); }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row .container { border-width: 0; border-radius: 0; }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row > .video-iframe-container {  }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#xxsTzaBLcxH4ra6BBt4l1kQ0BnlWVQEA { z-index:15008;top:8.0625rem;left:22.6875rem;background-color:#e99413;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem #e50e17 ;box-sizing:border-box;color:#f1f3f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3105625rem;height:5.74921875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eBzT66E2V6Ebtw32qeGU7sl3h2NkFOE5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oT6w12otoAkPCHFoIkAwWIGJDRW4EmfZ { color:#353535;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Od2pKGv5PV7x8Mpe8JJ5nB6XwIk641Q3 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #aa3030;border-left:0.125rem solid #aa3030;border-right:0.125rem solid #aa3030;border-bottom:0.125rem solid #aa3030;box-shadow: 0.0625rem 0.0625rem 0.9375rem #e43b2c ;height:18.75rem;width:63.999375rem;top:4.25rem;left:5.5625rem;display:block; }
#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#923c33;background-image:none;position:relative;display:block; }#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT > .row .container { background-color: transparent; background-image: none; }#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT > .row .container > .video-iframe-container { display: none; }#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT > .row > .video-iframe-container { display: none; }#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT > .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); }#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT > .row .container { border-width: 0; border-radius: 0; }#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT > .row > .video-iframe-container {  }#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#CGk8kf2v4Vxx3gsdsp8E5r6doyHy0Uat { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0234375rem;left:12.499217987061rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 { position:relative;display:block; }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 { background-color: transparent; background-image: none; }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row .container > .video-iframe-container { display: none; }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row > .video-iframe-container { display: none; }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .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); }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 { border-width: 0; border-radius: 0; }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row .container > .video-iframe-container {  }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#VLIrUtOCSVkSAzcASxr0zu4dbkvSelId { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.875rem;width:28.749625rem;top:4.2796878814697rem;left:41.807811737061rem;overflow:hidden;display:block; }
#vP7OubRa5aKZph0TxTMhJoo1VSr1TSer { color:#222f3d;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.580078125rem;left:3.2141926288605rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTTUwiMHE9qc0xbLmeKz0xyOVzApdsqB { color:#2f2f2f;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.86367225647rem;left:9.0269546508787rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs { position:relative;display:block; }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs { background-color: transparent; background-image: none; }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row .container > .video-iframe-container { display: none; }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row > .video-iframe-container { display: none; }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .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); }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs { border-width: 0; border-radius: 0; }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row .container > .video-iframe-container {  }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:206.75rem;width:75rem;position:relative;display:block; }#TzoquTfTOT4TGu1Ezv2pWAkxMBPZU4GK { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:195.5rem;width:75rem;top:2.8125rem;left:0rem;display:block; }
#dMaBKyxc6xmvobCmZDQak5Dkc36PbR9S { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.125rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huFNcwDEGW53vzg8QADyVVXZO2Vzwoxh { color:#a31919;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.5rem;left:15.1875rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#uli4HEieeBv54lQC2d9hyZucUIJePqVU { color:#000000;display:block;width:62.499625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:26.4375rem;left:4.75rem;height:33.46875rem;text-align:left;text-align-last:left;display:block; }
#GUUax880ZIyoFsAvMGdcSbOhmddWn7ax { color:#a31919;display:block;width:41.625rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:62.912163734437rem;left:17.684764862061rem;height:9.75rem;text-align:right;text-align-last:right;display:block; }
#D8guJqONouBW7488dxO0TBemhJcxTCNT { color:#000000;display:block;width:62.499625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:73.436773300169rem;left:7.248046875rem;height:29.53125rem;text-align:right;text-align-last:right;display:block; }
#VFiVnvNk4wD0HwWqTEctSbgRCFif9kyL { color:#a31919;display:block;width:41.625rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:104.99882125854rem;left:15.1875rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#tRNe8JmTDxkZ9o1yaE34fVBUUuSAnEZH { color:#000000;display:block;width:62.499625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:115.81171226501rem;left:5.4375rem;height:31.5rem;text-align:left;text-align-last:left;display:block; }
#PDREToD2F9vPTcDERLWNmHWWoukw8bOq { color:#a31919;display:block;width:55.875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:150.09843063354rem;left:3.5109367370606rem;height:9.75rem;text-align:right;text-align-last:right;display:block; }
#kKfvmE72OnbcLGeAlNRHswaSd24bQmv3 { color:#000000;display:block;width:62.499625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:160.81171226501rem;left:7.51171875rem;height:31.5rem;text-align:right;text-align-last:right;display:block; }
#UcCO5gCJrvfE8O8z10w2yDS8JXcrkvr1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:16.0625rem;left:4.75rem;overflow:hidden;display:block; }
#rTsegV0lu5bZChTpKV5Gqykier4PA3vD { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:63.062163829806rem;left:60.447650909424rem;overflow:hidden;display:block; }
#tS6mewfyqJHmXghxTeAIQUmAOWMdNdth { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:105.14764976501rem;left:5.4375rem;overflow:hidden;display:block; }
#IWppKg7hiBiXWVlWkXImdDaqb2PaWlH4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:150.24960136414rem;left:60.447650909424rem;overflow:hidden;display:block; }
#XcDUJAlytomT32zI8XNUvmweqnnp9duv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#498c5a;background-image:none;position:relative;display:block; }#XcDUJAlytomT32zI8XNUvmweqnnp9duv > .row .container { background-color: transparent; background-image: none; }#XcDUJAlytomT32zI8XNUvmweqnnp9duv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcDUJAlytomT32zI8XNUvmweqnnp9duv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcDUJAlytomT32zI8XNUvmweqnnp9duv > .row .container > .video-iframe-container { display: none; }#XcDUJAlytomT32zI8XNUvmweqnnp9duv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcDUJAlytomT32zI8XNUvmweqnnp9duv > .row > .video-iframe-container { display: none; }#XcDUJAlytomT32zI8XNUvmweqnnp9duv > .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); }#XcDUJAlytomT32zI8XNUvmweqnnp9duv > .row .container { border-width: 0; border-radius: 0; }#XcDUJAlytomT32zI8XNUvmweqnnp9duv > .row > .video-iframe-container {  }#XcDUJAlytomT32zI8XNUvmweqnnp9duv > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#XL4VdZN8lV5kJqTwg7P1F6isbarCHoD3 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0234584808349rem;left:12.499217987061rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qHHInsanVtKHZXwdBv5iczDCX2E85TI8 { position:relative;display:block; }#qHHInsanVtKHZXwdBv5iczDCX2E85TI8 { background-color: transparent; background-image: none; }#qHHInsanVtKHZXwdBv5iczDCX2E85TI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHHInsanVtKHZXwdBv5iczDCX2E85TI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHHInsanVtKHZXwdBv5iczDCX2E85TI8 > .row .container > .video-iframe-container { display: none; }#qHHInsanVtKHZXwdBv5iczDCX2E85TI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHHInsanVtKHZXwdBv5iczDCX2E85TI8 > .row > .video-iframe-container { display: none; }#qHHInsanVtKHZXwdBv5iczDCX2E85TI8 > .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); }#qHHInsanVtKHZXwdBv5iczDCX2E85TI8 { border-width: 0; border-radius: 0; }#qHHInsanVtKHZXwdBv5iczDCX2E85TI8 > .row .container > .video-iframe-container {  }#qHHInsanVtKHZXwdBv5iczDCX2E85TI8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#cfgCUb6VxIDy3tEMl1pDepK1bbZzcCd5 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.8125rem;width:28.749625rem;top:3.4358997344971rem;left:44.811328887939rem;overflow:hidden;display:block; }
#SDcL4NokATOQcDIHxNIVpPNR2MZwfRxV { color:#222f3d;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.6855478286744rem;left:5.12109375rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLTxZ8tOw9hZWJnKMNMoq7GkXxS3eTpP { color:#2f2f2f;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.061719894409rem;left:10.93359375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq { position:relative;display:block; }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq { background-color: transparent; background-image: none; }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row .container > .video-iframe-container { display: none; }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row > .video-iframe-container { display: none; }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .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); }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq { border-width: 0; border-radius: 0; }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row .container > .video-iframe-container {  }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:257.8125rem;width:75rem;position:relative;display:block; }#KCvW8ZKc3VOJ58tvFNSaDGITZIudfgO2 { color:#2f2f2f;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.1863398551941rem;left:6.2496109008789rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hHleF9KtPKO9o1nzEDa2zpZ4OJ4BdxHF { color:#000000;display:block;width:68.749375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:16.5rem;left:3.125rem;height:21.65625rem;text-align:center;text-align-last:center;display:block; }
#EodbIV6IKWrdXGrwdcVgdult1SoTDBm4 { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:68.684797286988rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qozfF4xM1Tt28zBLwbakqmk2JeHzpmBe { color:#000000;display:block;width:62.4991875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:74.560579299925rem;left:6.2496109008789rem;height:63rem;text-align:center;text-align-last:center;display:block; }
#LqRlgQM8XL517la8uRBmoHrUf46Z2aGu { color:#000000;display:block;width:14.372625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:56.873470306396rem;left:54.512104034424rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aqMGw214drGNSHRFrUh8FHSqDt70Q891 { color:#000000;display:block;width:14.372625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:56.873470306396rem;left:30.311717987061rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yov3lxa7tEA7l7CBFuewoB05Qx2ZfrUR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.497625rem;width:12.497625rem;top:43.059406280517rem;left:55.325389862061rem;overflow:hidden;display:block; }
#K6TCet2KuyhFG6G8ia6E3IFMBhSWAxVJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.497625rem;width:12.497625rem;top:43.060579299927rem;left:31.249217987061rem;overflow:hidden;display:block; }
#v7H9c5GgVCTENKqzHtV6KsDAkJHOKTyT { color:#000000;display:block;width:14.372625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:56.873470306396rem;left:5.3097648620606rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cpGBIEul60yRcrt3pZGB41oKcJLVvfld { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.497625rem;width:12.497625rem;top:43.061750411987rem;left:6.2496109008789rem;overflow:hidden;display:block; }
#DuH4vI6OWTLbQg54hvbLTfBOb4FUT7cd { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:142.44612503052rem;left:0rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PDUBFXmc680sWDr6PuHJGIGbIi3JkO9W { color:#2f2f2f;display:block;width:62.4991875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:152.18088912964rem;left:6.2179679870606rem;height:39.375rem;text-align:center;text-align-last:center;display:block; }
#xmlpBv4eAhvPyx6w4omybB39by65EssW { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:199.24221992492rem;left:0rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSWsWZ8aGrwHETWMHBeODtR5O3HQ93DU { color:#2f2f2f;display:block;width:62.4991875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:210.78401565552rem;left:6.2496109008789rem;height:35.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o1Mvx2kTx5Hwy5sNTaX1u9sUOwtF9BTB { position:absolute;display:block;z-index:15019;background-color:#f1f3f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.0625rem;width:65.75rem;top:208.74729537964rem;left:4.623046875rem;display:block; }
#DMcoNxgMaFeTPXETspCSpORzgrQTaSPZ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:251rem;width:75rem;top:2.4375rem;left:0rem;display:block; }
#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 > .row .container { background-color: transparent; background-image: none; }#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 > .row .container > .video-iframe-container { display: none; }#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 > .row > .video-iframe-container { display: none; }#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 > .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); }#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 > .row .container { border-width: 0; border-radius: 0; }#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 > .row > .video-iframe-container {  }#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#Cxb0m9Wdby58azv7klC31G5UFxl6rT6l { z-index:15008;top:8.0625rem;left:22.6875rem;background-color:#e99413;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem #e50e17 ;box-sizing:border-box;color:#f1f3f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3105625rem;height:5.74921875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tCnGbhBApEveQnQCxJyWNPTuNGC9aN51 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4z0lm7xBIQkO2G7DmGNFXV1DEP1nSAe { color:#353535;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DWCTlCiJd29AmxbzM1eSzngOHAOcX4Vg { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #aa3030;border-left:0.125rem solid #aa3030;border-right:0.125rem solid #aa3030;border-bottom:0.125rem solid #aa3030;box-shadow: 0.0625rem 0.0625rem 0.9375rem #e43b2c ;height:18.75rem;width:63.999375rem;top:4.25rem;left:5.5625rem;display:block; }
#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a3100f;background-image:none;position:relative;display:block; }#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO > .row .container { background-color: transparent; background-image: none; }#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO > .row .container > .video-iframe-container { display: none; }#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO > .row > .video-iframe-container { display: none; }#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO > .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); }#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO > .row .container { border-width: 0; border-radius: 0; }#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO > .row > .video-iframe-container {  }#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#tmD4CdEV9IGrdo0niXq7Dg2obmWXcX3J { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0234375rem;left:12.499217987061rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 { position:relative;display:block; }#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 { background-color: transparent; background-image: none; }#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 > .row .container > .video-iframe-container { display: none; }#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 > .row > .video-iframe-container { display: none; }#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 > .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); }#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 { border-width: 0; border-radius: 0; }#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 > .row .container > .video-iframe-container {  }#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#s6XRTEWwQ6nRNTJSP3OvrglSZZgH33pq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.874625rem;width:28.749625rem;top:3.9374732971191rem;left:44.186717987061rem;overflow:hidden;display:block; }
#cVncqHMDxmzVnopbxT5STRcLJ10LaK5g { color:#222f3d;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.67430973053rem;left:5.185546875rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yOg49OWq3gknz8ZyXbkx9byxROMkKwEH { color:#2f2f2f;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.498136520386rem;left:10.998046875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy { position:relative;display:block; }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy { background-color: transparent; background-image: none; }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row .container > .video-iframe-container { display: none; }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row > .video-iframe-container { display: none; }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .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); }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy { border-width: 0; border-radius: 0; }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row .container > .video-iframe-container {  }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:344.4375rem;width:75rem;position:relative;display:block; }#J3PK1e8y0E8PAH0qeBzrDfMcwIpIRS11 { color:#a31919;display:block;width:68.75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.4872055053713rem;left:3.123046875rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CeBcBMteyF9rrKoHyJDqVM17E4dDLghl { color:#2c3241;display:block;width:62.499625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.989128112793rem;left:6.2496109008789rem;height:25.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EeNR1UyTKfzOCTwLKSVf2IHaIOTWHM51 { color:#2f2f2f;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:48.168620109558rem;left:6.2500002384187rem;height:5.90625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbaxESrunxCQDMLb7nQk5hEJOpuLC5Ws { color:#2c3241;display:block;width:62.499625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:78.560222625731rem;left:6.216796875rem;height:15.75rem;text-align:center;text-align-last:center;display:block; }
#MyhJJUrU6M8BlkGKeDI24X9fbVHqtZVK { color:#222f3d;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:56.683536529541rem;left:6.216796875rem;height:17.71875rem;text-align:center;text-align-last:center;display:block; }
#iahb6L34B7SpTrUBaRbNFXR6CcSHv8Ak { color:#2f2f2f;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:100.11094284058rem;left:6.216796875rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJv555iTSrQGvsdGTwKosfWpq6CF5crT { color:#2c3241;display:block;width:17.9366875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:136.9375rem;left:3.5625rem;height:33.46875rem;text-align:center;text-align-last:center;display:block; }
#yGgHZ5M08yThVehuXqUatTALesFoHWO7 { color:#2c3241;display:block;width:17.9366875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:136.9375rem;left:28.5625rem;height:31.5rem;text-align:center;text-align-last:center;display:block; }
#hsqfU3gaiXZoXNy98RRCdDlnw05PJaSi { color:#2c3241;display:block;width:17.9366875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:136.9375rem;left:53.5625rem;height:33.46875rem;text-align:center;text-align-last:center;display:block; }
#Voe8LUI1C6iBk9Z76g65UeH3PwbiI0Be { color:#a31919;display:block;width:22.8109375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:131.04961395264rem;left:1.125rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OPNLNpMTvK9fcWoge8MWRsAPQBg0Jeqd { color:#a31919;display:block;width:22.8116875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:131.04972076416rem;left:26.094139099121rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPfn5qW8iAgeL4BTmgR8kLJsddQxLDI9 { color:#a31919;display:block;width:22.8109375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:131.16211509704rem;left:51.124217987061rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkXy8HmN1azZ9Rmsd1VcXyG0WC6BGOiC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.499625rem;width:14.499625rem;top:113.875rem;left:5.3125rem;overflow:hidden;display:block; }
#J5BEM6vSRJzDxArmDRSHTl8NNTmK4FxA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.499625rem;width:14.499625rem;top:113.875rem;left:30.3125rem;overflow:hidden;display:block; }
#THgEPSW3TbphHIcH52UJ9WezO6s5TnAr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.499625rem;width:14.499625rem;top:113.875rem;left:55.25rem;overflow:hidden;display:block; }
#aGhJ7oA4sODyX2qGQ74fxf078vSxHyZb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.499625rem;width:14.499625rem;top:113.90507507324rem;left:5.279296875rem;overflow:hidden;display:block; }
#xVNWBu47kFm0PbbrX3mgVthThOr1FxN7 { color:#a31919;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:176.92266082764rem;left:6.2496109008789rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e4gtHJLdebpBTxOe72hPDti90KPm39XT { color:#aa3030;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:270.93397331237rem;left:6.3855476379394rem;height:9.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pIzORKc1t1FdzLhFxXrZmKyXR4P4Syc0 { color:#a31919;display:block;width:54.9991875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:245.12344169617rem;left:9.966796875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pgAwyha3NTfP5iEzdtfdZve1cfbweRiu { color:#2c3241;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:250.31248855591rem;left:6.216796875rem;height:17.71875rem;text-align:center;text-align-last:center;display:block; }
#rJRaOZRTILlNVawI36eHH9mdzhwdr8dU { color:#2c3241;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:209.43631744385rem;left:6.2496109008789rem;height:11.8125rem;text-align:center;text-align-last:center;display:block; }
#aJNJpUyOJZo2ITVnkMKu0h2iH1PgqSQB { color:#a31919;display:block;width:54.999625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:223.74842643738rem;left:9.9996109008787rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hP0pGk75mBEBXCVTzLZ7F4Tqkg2sihwn { color:#2c3241;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:227.06131744385rem;left:6.216796875rem;height:15.75rem;text-align:center;text-align-last:center;display:block; }
#XUWhqZCR77LvgEm5DpcEGmnFyHOshHST { color:#2c3241;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:185.43749046326rem;left:7.3230476379394rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#CXexAOZPZH2yc84G84aVt8m7oR5NqWEG { color:#a31919;display:block;width:23.874625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:195.57432937622rem;left:25.562107086182rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mhEI4Ltd9NuNHocCo5LgOvGgahlRDdAl { color:#2c3241;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:197.87459945679rem;left:6.2496109008789rem;height:5.90625rem;text-align:center;text-align-last:center;display:block; }
#HzTnzP3m9xEEW0UEWok7pqxB9irJLp5J { color:#a31919;display:block;width:54.999625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:206.43631744385rem;left:9.9996109008787rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQmOQ8Dc9vduT94nfsDDI0fDJQRvz2Q3 { color:#a31919;display:block;width:54.999625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:182.74815940857rem;left:9.9996109008787rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gy8MFWVfVazZkTmbhRdQvDHHT0kaW0t5 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:339.1875rem;width:75rem;top:0.6312255859375rem;left:0rem;display:block; }
#gJINZx90ow04p8fMT0xOoU5EcqgqrieN { color:#a31919;display:block;width:62.4991875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:285.43827056885rem;left:6.2507820129394rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDE04scSnE4satIiowsJooHa8dbvAtcT { color:#2c3241;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:291.00115966797rem;left:5.3121109008789rem;height:45.28125rem;text-align:center;text-align-last:center;display:block; }
#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#afafaf;background-image:none;position:relative;display:block; }#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 > .row .container { background-color: transparent; background-image: none; }#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 > .row .container > .video-iframe-container { display: none; }#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 > .row > .video-iframe-container { display: none; }#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 > .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); }#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 > .row .container { border-width: 0; border-radius: 0; }#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 > .row > .video-iframe-container {  }#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#yhHqkqHXuSJvTfRDC0SB2oTScsVKxNUA { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0234375rem;left:12.499217987061rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI { position:relative;display:block; }#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI { background-color: transparent; background-image: none; }#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI > .row .container > .video-iframe-container { display: none; }#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI > .row > .video-iframe-container { display: none; }#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI > .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); }#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI { border-width: 0; border-radius: 0; }#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI > .row .container > .video-iframe-container {  }#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#ESMT09BERveG9x3tNaPICPR3Lo37bBJu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.874625rem;width:28.749625rem;top:4.4648361206055rem;left:43.185932159424rem;overflow:hidden;display:block; }
#VgHR36Rm421U7zxZGg18VzR3452JXJWH { color:#222f3d;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:11.68359375rem;left:3.8121109008789rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlwN7Aoz2kxrnckStbzkwQMNxWmg76Se { color:#2f2f2f;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.748435974121rem;left:9.6246109008787rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o { position:relative;display:block; }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o { background-color: transparent; background-image: none; }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row .container > .video-iframe-container { display: none; }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row > .video-iframe-container { display: none; }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .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); }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o { border-width: 0; border-radius: 0; }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row .container > .video-iframe-container {  }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:337.5625rem;width:75rem;position:relative;display:block; }#H1B8ctn9EHrq413dJaD3pVn5t5IvQq2d { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:332.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#LZdsreAPcgopuIPP28TkuDH8xr2lQl1a { color:#2c3241;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.1687479019165rem;left:6.216796875rem;height:13.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTyG56NgtvDI9I8ZTnZJbGiq22ck91FS { color:#2c3241;display:block;width:62.4991875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:23.605083465576rem;left:6.2496109008789rem;height:17.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnI3poKGDiRhCt0ANyHU7rNnkkvmsyNh { color:#2c3241;display:block;width:62.4991875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:45.482818603516rem;left:6.2507820129394rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcp4URDavqNmnkGdzcWSbONiMIrdZRCS { color:#222f3d;display:block;width:62.4991875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:57.917583465576rem;left:6.2507820129394rem;height:11.8125rem;text-align:center;text-align-last:center;display:block; }
#KSw9TVU1NKNhCaTOf1IToiK35gvkBu8x { color:#2c3241;display:block;width:62.4991875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:74.7949256897rem;left:6.2179679870606rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#n4R8qsscDe5cP3LKtRxTMi2XyOyNBJwK { color:#a31919;display:block;width:62.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:89.193756103512rem;left:6.216796875rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LrVq0Vad0V7Z8CcBW8EBGUzTeAD10w3X { color:#2c3241;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:100.49881935119rem;left:40.535152435302rem;height:15.75rem;text-align:justify;text-align-last:initial;display:block; }
#gUe43sH92Q6fe8Qf6ZJsv9Be2qdXqhfU { color:#2c3241;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:100.49881935119rem;left:5.0613288879394rem;height:21.65625rem;text-align:justify;text-align-last:initial;display:block; }
#x2bvGnBV5Iw3nDHyubFGOtrzVv3AIAWf { color:#aa3030;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:95.749225616456rem;left:5.0625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gCMDgdC5v7oP4IMPL4PafSRsoycRahHL { color:#aa3030;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:95.749210357669rem;left:40.537494659424rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#atwEuDp7K5bG9RgmSAfamZQQTRq46SxA { color:#2c3241;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:130.85611724854rem;left:5.0601577758789rem;height:23.625rem;text-align:justify;text-align-last:initial;display:block; }
#vMlTQ3rJJ2QUmTHw7skVuJzStOMI8pAO { color:#2c3241;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:123.89881896972rem;left:40.533985137939rem;height:29.53125rem;text-align:justify;text-align-last:initial;display:block; }
#X3Fkz5o6UH2RRu3utFiiatrJGuiyA6NT { color:#aa3030;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:119.44803810119rem;left:40.533985137939rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AtDEiSOOICzodORVTkEqkM1k8XlkTkPs { color:#aa3030;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:125.78541564941rem;left:5.0601577758789rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DthfK0Eih7673iJM18DTDBSSUdWgOT3D { color:#2c3241;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:161.99530410767rem;left:40.533985137939rem;height:21.65625rem;text-align:justify;text-align-last:initial;display:block; }
#M8J0Bc9M62ak9vLxxnPDWf4dy67Z9GO8 { color:#2c3241;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:163.94530105591rem;left:5.0601577758789rem;height:19.6875rem;text-align:justify;text-align-last:initial;display:block; }
#Vb1KNTk1A8wih6oOqoedpqFx9wP3EeXr { color:#aa3030;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:158.44100570679rem;left:5.0601577758789rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dvx3tqQlIQUoBpIMfzsMxNtvaN4u2nOC { color:#aa3030;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:156.95506858826rem;left:40.533985137939rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JasDxc8bEe46rwJt86MVBVFpuqhNUTkx { color:#a31919;display:block;width:62.4991875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:190.38045883179rem;left:6.2179679870606rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIsyTE2MHLP8zpCEyh1ocbBPmXlG4TRg { color:#2c3241;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:196.38162994385rem;left:6.216796875rem;height:72.84375rem;text-align:center;text-align-last:center;display:block; }
#B5cQkMCicSNqZe0tdWC6ITpNAe9EbUof { color:#2f2f2f;display:block;width:62.4991875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:273.94100570679rem;left:6.2179679870606rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCCNvUAvaZQaZgbVKOzvDbnyeoftJHDe { color:#a31919;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:288.25428771973rem;left:6.2496109008789rem;height:1.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rNTdSAuo4EfP0OpQQUzoBliXx30BTNVZ { color:#a31919;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:305.65778160095rem;left:6.2496109008789rem;height:1.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJ7oCwmdOslT2lOG38X4ECDFghr6o8wm { color:#a31919;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:314.19840431213rem;left:6.322265625rem;height:1.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CABFwHUiBZD4z0z6sJlvJIAXBsowVPah { color:#a31919;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:323.01910781861rem;left:6.216796875rem;height:1.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H3PPuMadSspTfZgifTwBV4GGUgOi7C33 { color:#a31919;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:297.36913108826rem;left:6.216796875rem;height:1.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTxs1yo0JbhTrpmNi4KpsuExVTIFwLda { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:283.81756973267rem;left:35.310932159424rem;overflow:hidden;display:block; }
#Ie4sc1R3y3PdDioyBxOt3LTx2VPdA3TN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:292.99686622619rem;left:35.310932159424rem;overflow:hidden;display:block; }
#Ze3tQUk8Sx7eWEUMGMu70ylvz1pdba7J { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:301.28668785095rem;left:35.279293060302rem;overflow:hidden;display:block; }
#DMXcQdsymmQLkZVfdMIquQlkd9aqR0AE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:309.82496833801rem;left:35.310932159424rem;overflow:hidden;display:block; }
#sHALzaZoQVbihTuztcDTKGnUHV3NHxSQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:318.64567184448rem;left:35.279293060302rem;overflow:hidden;display:block; }
#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R > .row .container { background-color: transparent; background-image: none; }#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R > .row .container > .video-iframe-container { display: none; }#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R > .row > .video-iframe-container { display: none; }#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R > .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); }#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R > .row .container { border-width: 0; border-radius: 0; }#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R > .row > .video-iframe-container {  }#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#xL0KWddW4RSW0UmaW5Ngy4VK1yBDN43s { z-index:15008;top:8.0625rem;left:22.6875rem;background-color:#e99413;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem #e50e17 ;box-sizing:border-box;color:#f1f3f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3105625rem;height:5.74921875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b5wZzRcWKTmFP6IQOJIeRf7U2EuPFt2R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FQ4nTTwiouly2Q83TIKJFLp9BXHn0hHR { color:#353535;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wBne9ZG71tmn4HHSBvmUomzVAgSf4XbR { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #aa3030;border-left:0.125rem solid #aa3030;border-right:0.125rem solid #aa3030;border-bottom:0.125rem solid #aa3030;box-shadow: 0.0625rem 0.0625rem 0.9375rem #e43b2c ;height:18.75rem;width:63.999375rem;top:4.25rem;left:5.5625rem;display:block; }
#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#63287c;background-image:none;position:relative;display:block; }#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu > .row .container { background-color: transparent; background-image: none; }#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu > .row .container > .video-iframe-container { display: none; }#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu > .row > .video-iframe-container { display: none; }#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu > .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); }#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu > .row .container { border-width: 0; border-radius: 0; }#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu > .row > .video-iframe-container {  }#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#uxIcHCinwstk1bqQT8thU69DuKxVlODo { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0234375rem;left:12.499217987061rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak { position:relative;display:block; }#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak { background-color: transparent; background-image: none; }#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak > .row .container > .video-iframe-container { display: none; }#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak > .row > .video-iframe-container { display: none; }#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak > .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); }#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak { border-width: 0; border-radius: 0; }#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak > .row .container > .video-iframe-container {  }#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#nlGd2XnAvKXhi63hxFmh55TTDTTJapKq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.874625rem;width:28.749625rem;top:3.8730316162109rem;left:43.061717987061rem;overflow:hidden;display:block; }
#E00mGhi73RiWVWVIsTNahOIlUtSWErmf { color:#2f2f2f;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.035158157349rem;left:7.7847671508787rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ww9yoopSaElJvB0MdcFwpR9ngCpK1tV2 { color:#222f3d;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:12.534377098084rem;left:1.9722671508789rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 { position:relative;display:block; }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 { background-color: transparent; background-image: none; }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row .container > .video-iframe-container { display: none; }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row > .video-iframe-container { display: none; }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .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); }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 { border-width: 0; border-radius: 0; }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row .container > .video-iframe-container {  }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:259.625rem;width:75rem;position:relative;display:block; }#Tcsf4q6eE6N0vps84JgJvNuUBm4QyCiA { color:#2f2f2f;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:15.521483421326rem;left:6.216796875rem;height:25.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xbpCR0QsmTEymBRZtENk9SUg2hLkQ6ye { color:#2f2f2f;display:block;width:62.499625rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:7.709765434265rem;left:6.2496109008789rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOp0qZ2WqcTy39f0nQrSxDrlKGq3ufAu { color:#000000;display:block;width:14.3741875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:60.761714935302rem;left:54.417186737061rem;height:6.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BhXqAImzoh7NauzFyWsQTMUQVwuA0mod { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4991875rem;width:12.4991875rem;top:46.685153961182rem;left:55.311328887939rem;overflow:hidden;display:block; }
#hSHH58bhdMsqwFD80GTf9dghSt1yyn2P { color:#000000;display:block;width:16.749625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:60.761714935302rem;left:29.124607086182rem;height:6.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFrg5AkUEhPXpxPpAn3kA0FWMhc2BHlg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4991875rem;width:12.4991875rem;top:46.687498092651rem;left:31.249217987061rem;overflow:hidden;display:block; }
#bvdLJxD6xZgNGhewQhhBP37cLeOdF77O { color:#000000;display:block;width:14.3741875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:60.761714935302rem;left:5.279296875rem;height:6.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTb00oZ3a0BRhnIMetG9y7VV07Klb4cC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4991875rem;width:12.4991875rem;top:45.998435974121rem;left:6.216796875rem;overflow:hidden;display:block; }
#gd7waBSacwaL06kUGEpxGua81XGPJxCx { color:#2f2f2f;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:74.961326599119rem;left:6.2496109008789rem;height:15.75rem;text-align:center;text-align-last:center;display:block; }
#a6KiQ8KJcrMqSnd7vnqeGuQEss077Q9J { color:#2f2f2f;display:block;width:52.4359375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:99.459434509275rem;left:10.686328887939rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uKPHDVBlFIJKD2H9zdTSqGUDRy5NJPVc { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:253.75rem;width:75rem;top:0.9866943359375rem;left:0rem;display:block; }
#SxopERBTwa7plbpXURf1KQlr3fJFDddl { color:#2f2f2f;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:105.73593330383rem;left:6.216796875rem;height:15.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJxhH3WG5tZmemLAasQmxzRB2BlFrAUD { color:#2f2f2f;display:block;width:52.4351875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:128.9227142334rem;left:11.280467987061rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLa9sv8DBzNFA5zcOKTaiVLFdhqomNdC { color:#2f2f2f;display:block;width:28.125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:139.66756820679rem;left:5.279296875rem;height:110.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H3Q4y3i590frXm9dunbzLDRwRQ18rxtH { color:#2f2f2f;display:block;width:28.125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:139.66756820679rem;left:43.747264862061rem;height:109.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nx1bduIfI3f5DR8Iqh3aw0nF3x0y4ysb { color:#2f2f2f;display:block;width:34.5616875rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:135.69491195679rem;left:5.279296875rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#InGlK6QvTxvb6sa1t6Dm0mp9JyDRi3uK { color:#2f2f2f;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:135.76991271972rem;left:43.790622711182rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004aad;background-image:none;position:relative;display:block; }#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD > .row .container { background-color: transparent; background-image: none; }#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD > .row .container > .video-iframe-container { display: none; }#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD > .row > .video-iframe-container { display: none; }#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD > .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); }#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD > .row .container { border-width: 0; border-radius: 0; }#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD > .row > .video-iframe-container {  }#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#QT98WS0hsWkxShJZdvpq55sRoRygrQUB { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0234375rem;left:12.499217987061rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DtMifSwUNBlRAQITiXWChefl7ToviT9M { position:relative;display:block; }#DtMifSwUNBlRAQITiXWChefl7ToviT9M { background-color: transparent; background-image: none; }#DtMifSwUNBlRAQITiXWChefl7ToviT9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtMifSwUNBlRAQITiXWChefl7ToviT9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtMifSwUNBlRAQITiXWChefl7ToviT9M > .row .container > .video-iframe-container { display: none; }#DtMifSwUNBlRAQITiXWChefl7ToviT9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtMifSwUNBlRAQITiXWChefl7ToviT9M > .row > .video-iframe-container { display: none; }#DtMifSwUNBlRAQITiXWChefl7ToviT9M > .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); }#DtMifSwUNBlRAQITiXWChefl7ToviT9M { border-width: 0; border-radius: 0; }#DtMifSwUNBlRAQITiXWChefl7ToviT9M > .row .container > .video-iframe-container {  }#DtMifSwUNBlRAQITiXWChefl7ToviT9M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#MxMSkIaIy2rMaszImIZdkWnm6h4SlbnW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.874625rem;width:28.749625rem;top:3.8730430603027rem;left:43.123828887939rem;overflow:hidden;display:block; }
#HxZLXmGcC2JX2pppyQarxndOXAhQ7FKv { color:#2f2f2f;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.784379959106rem;left:8.970703125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOJCG4d1TQTwx8yegGwN6icN0ARcfyzl { color:#222f3d;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:12.349225997925rem;left:3.1593742370606rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO { position:relative;display:block; }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO { background-color: transparent; background-image: none; }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row .container > .video-iframe-container { display: none; }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row > .video-iframe-container { display: none; }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .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); }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO { border-width: 0; border-radius: 0; }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row .container > .video-iframe-container {  }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:323.4375rem;width:75rem;position:relative;display:block; }#hFtmLUaXUEmTbThGswHMkHO7kRWeiUDw { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:315.125rem;width:75rem;top:1.960205078125rem;left:0rem;display:block; }
#NKcg8y6VKmwUCrSXeSsu4cp4JZiQaSD6 { color:#006bca;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.0578174591062rem;left:6.216796875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDfby0NxQdV3IxK2OawLtRpDVyQCfXri { color:#353535;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:13.248054504394rem;left:6.2496109008789rem;height:21.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1Kau61L3GgiQxDUhGiNC08BfGAgbeCN { color:#006bca;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:42.560106277466rem;left:6.2496109008789rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XrQHWIFOySzdONc830Pegwp5HHTKKyuw { color:#353535;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:47.058933258057rem;left:6.2496109008789rem;height:13.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giCpfTcwntJBHECxQ0SV2ELINkC7hhfz { color:#006bca;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:67.931257247925rem;left:5.21484375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTowGIzUtf2tg9rzZD5JcH1iEGZbkocW { color:#353535;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:75.933990478512rem;left:5.21484375rem;height:19.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dP9pGTEwSGgQTzeiwVsDMBTd8llAekaR { color:#006bca;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:102.23315238953rem;left:5.21484375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nrwor4kebTNuJbeTbXkaT3td8F3xaQP6 { color:#353535;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:109.67221450806rem;left:5.21484375rem;height:23.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKQTiBxd5K45cTPuB2ZfJWBI2XOPECMJ { color:#006bca;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:141.52377700806rem;left:6.216796875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZH2Z4iCDFuCGPeLh1LItlXhfMJJ9Ziy { color:#353535;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:145.83627700806rem;left:6.216796875rem;height:17.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tplplSlu1o1fHB0qLHu2EpsnkbEIfPdB { color:#2f2f2f;display:block;width:27.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:178.84682464599rem;left:6.216796875rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n2NSAWGpiUcDRTG9rvTfdsIEmwUmaFpU { color:#353535;display:block;width:28.125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:182.21947860718rem;left:5.21484375rem;height:92.1375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AUi200i2yXGhMRfHJ4av5MHKgek4rETN { color:#2f2f2f;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:170.38594436646rem;left:6.216796875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DGIVuXVXgb6iUpgCRPhW3TdtfePXqNbN { color:#2f2f2f;display:block;width:28.125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:178.84686660767rem;left:42.311717987061rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iQMJ8INXaZBTZrc4dqeXA1sRs9SB4Itr { color:#353535;display:block;width:28.125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:182.21952438354rem;left:42.311717987061rem;height:102.6375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yCsMs6hyxcOphg116IMl8vps22EogDlJ { color:#006bca;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:287.956615448rem;left:6.2496109008789rem;height:22.05rem;text-align:center;text-align-last:center;display:block; }
#GGpJ51k4UFDZ8J0NrfoJUPCXKX4TTQ2y { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:9.375rem;top:175.19999313354rem;left:18.411327362061rem;overflow:hidden;display:block; }
#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP > .row .container { background-color: transparent; background-image: none; }#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP > .row .container > .video-iframe-container { display: none; }#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP > .row > .video-iframe-container { display: none; }#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP > .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); }#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP > .row .container { border-width: 0; border-radius: 0; }#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP > .row > .video-iframe-container {  }#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#wI4ukCJJ2XaQTgfBigTm2xc9apO5tDs2 { z-index:15008;top:8.0625rem;left:22.6875rem;background-color:#e99413;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem #e50e17 ;box-sizing:border-box;color:#f1f3f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3105625rem;height:5.74921875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#paqIXiwDvS8EHbiSXBqFPQDcF48upE57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9q8G9G4W3vqvXDVgGBgqRaHlZVvvJNs { color:#353535;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTMm8qVleK4ghEKJSH6Tfv8TJnGtOW5O { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #aa3030;border-left:0.125rem solid #aa3030;border-right:0.125rem solid #aa3030;border-bottom:0.125rem solid #aa3030;box-shadow: 0.0625rem 0.0625rem 0.9375rem #e43b2c ;height:18.75rem;width:63.999375rem;top:4.25rem;left:5.5625rem;display:block; }
#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a5761;background-image:none;position:relative;display:block; }#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr > .row .container { background-color: transparent; background-image: none; }#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr > .row .container > .video-iframe-container { display: none; }#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr > .row > .video-iframe-container { display: none; }#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr > .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); }#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr > .row .container { border-width: 0; border-radius: 0; }#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr > .row > .video-iframe-container {  }#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#LmdCEFMOCR1TnTLqcS8JXZtmpXo22IxP { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0234375rem;left:12.499217987061rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk { position:relative;display:block; }#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk { background-color: transparent; background-image: none; }#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk > .row .container > .video-iframe-container { display: none; }#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk > .row > .video-iframe-container { display: none; }#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk > .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); }#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk { border-width: 0; border-radius: 0; }#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk > .row .container > .video-iframe-container {  }#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#Uc5Hu9OOTDhwKP6Ine6BF1fdmR6RZs55 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.1230625rem;width:37.6875rem;top:0.75rem;left:37.312496185302rem;overflow:hidden;display:block; }
#yMP5LPoUAOM8rZETbnKmeuycfppsJMGn { color:#2f2f2f;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:23.561717987061rem;left:9.6246109008787rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbx90NiE4c8PTqFvsd1bhJPTCKd5LQQT { color:#222f3d;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:9.6875820159913rem;left:3.8118488788605rem;height:11.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO { position:relative;display:block; }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO { background-color: transparent; background-image: none; }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row .container > .video-iframe-container { display: none; }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row > .video-iframe-container { display: none; }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .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); }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO { border-width: 0; border-radius: 0; }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row .container > .video-iframe-container {  }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:188.4375rem;width:75rem;position:relative;display:block; }#m6tXTTpHCyLDfZkBm1MCydWgB08atdmz { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:182.25rem;width:75rem;top:1.265625rem;left:0rem;display:block; }
#CzbTPCyCTJ0gcl3exmlnrQk1EdPvVg6R { color:#000000;display:block;width:68.749375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.572057723999rem;left:3.123046875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sUtBIfq07KZPDMB3TdL8t8VWfze5ex3i { color:#000000;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:23.698619842529rem;left:51.874217987061rem;height:31.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSe8KDWcxK1cs0O2WlXTmooQdaNi8JfX { color:#000000;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:23.69979095459rem;left:3.123046875rem;height:29.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C5myc91az2vSlEJELLtdHXa65ihXouSe { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:5rem;top:15.691198348999rem;left:9.2472648620606rem;overflow:hidden;display:block; }
#fGUEJ8QgmNX3NGOEwECFJkft42KzB7Zk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:7.5rem;top:16.495103836059rem;left:56.561717987061rem;overflow:hidden;display:block; }
#FbAO782ThwJpRh9SiLvFqqSD7iwtghVH { color:#000000;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.698619842529rem;left:27.085544586182rem;height:33.46875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V38IuT1ImrAzw7Op06a44Eq3J70kgF5v { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:8.75rem;top:16.439053535461rem;left:32.084766387939rem;overflow:hidden;display:block; }
#xAgd0s3cINIAhHDtbeKLTuaCSJPyD3kR { color:#000000;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:70.870319366456rem;left:5.208984375rem;height:11.025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EqxrgbshIgf6P06TuDGRmCQTUs25m2E7 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:62.308599472046rem;left:5.1773452758789rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTAoPQZxz3E1cWACoaJ6zfvKtGxaM09f { color:#000000;display:block;width:68.749375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:86.012115478512rem;left:3.123046875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2yodTFLExJTLKztdLTD74aySMCFhrpU { color:#000000;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:111.00116157532rem;left:50.936717987061rem;height:5.90625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gikyB1IcdD75pdNLJbQWNCCwBrDUeTdt { color:#000000;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:111.00467681885rem;left:28.125rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MPShgDe2kGSaRUdnRguhgd5B5RZWZETZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.49921875rem;width:4.93671875rem;top:102.8378944397rem;left:57.041011810302rem;overflow:hidden;display:block; }
#gxWlkuvBcpbGCPKwGitK2rQJl0NxrIR9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:5.87421875rem;top:102.86836242676rem;left:34.563282012939rem;overflow:hidden;display:block; }
#POgck19hx8RtlOueNZnIMRVdGGxmQBOE { color:#000000;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:111.08438110351rem;left:5.208984375rem;height:5.90625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N6yMO2iqRt39BVyL2LN6KcmBssMKPmDa { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.49921875rem;width:5.87421875rem;top:102.83906555176rem;left:11.612110137939rem;overflow:hidden;display:block; }
#N0yFrn8QilzxTnbFWvPsfky7STAyTlcF { color:#000000;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:132.81327056885rem;left:50.135150909424rem;height:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dlPJBz13LkUWOU3EWPuovFhF8V54RAvy { color:#000000;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:132.81327056885rem;left:28.125rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hHH8wHflfTHgwZFstcUBdaWKxyk8Hemx { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.49921875rem;width:5.87421875rem;top:125.30741119385rem;left:56.561717987061rem;overflow:hidden;display:block; }
#tGvuVc5emOCNRBHeAoi878UTZegfo64A { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.49921875rem;width:5.68671875rem;top:125.30624008179rem;left:34.657032012939rem;overflow:hidden;display:block; }
#Bs4M5oc08KQgSM14fvNJ7mofq4uXSCSc { color:#000000;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:132.81678390503rem;left:5.173828125rem;height:9.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PexVDTz6I9vG6h1uSpMbLnz7rxEEB9Dy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.49921875rem;width:5.0625rem;top:125.30624008179rem;left:12.017578125rem;overflow:hidden;display:block; }
#sfopJ8ZgI2T4doFw5DorJ3Z8m7CCA9xS { color:#000000;display:block;width:34.9366875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:151.01483345032rem;left:18.991405487061rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tWkz8XS3E5yEi4HRfTcTuVZsEqX68mzW { color:#000000;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:2;letter-spacing:0;top:157.51288032532rem;left:5.1773452758789rem;height:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCMo43GDITWnMN7KladZlnGxWvwEWdTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5c8c6f;background-image:none;position:relative;display:block; }#LCMo43GDITWnMN7KladZlnGxWvwEWdTF > .row .container { background-color: transparent; background-image: none; }#LCMo43GDITWnMN7KladZlnGxWvwEWdTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCMo43GDITWnMN7KladZlnGxWvwEWdTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCMo43GDITWnMN7KladZlnGxWvwEWdTF > .row .container > .video-iframe-container { display: none; }#LCMo43GDITWnMN7KladZlnGxWvwEWdTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCMo43GDITWnMN7KladZlnGxWvwEWdTF > .row > .video-iframe-container { display: none; }#LCMo43GDITWnMN7KladZlnGxWvwEWdTF > .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); }#LCMo43GDITWnMN7KladZlnGxWvwEWdTF > .row .container { border-width: 0; border-radius: 0; }#LCMo43GDITWnMN7KladZlnGxWvwEWdTF > .row > .video-iframe-container {  }#LCMo43GDITWnMN7KladZlnGxWvwEWdTF > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#qIN205LQRnO7LG4nadNpeLAxQFStWSxa { color:#ffffff;display:block;width:59.874625rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0234375rem;left:7.5621109008787rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NStEI4PL24pzy1muT6RWFSdRurTA0t1d { position:relative;display:block; }#NStEI4PL24pzy1muT6RWFSdRurTA0t1d { background-color: transparent; background-image: none; }#NStEI4PL24pzy1muT6RWFSdRurTA0t1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NStEI4PL24pzy1muT6RWFSdRurTA0t1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NStEI4PL24pzy1muT6RWFSdRurTA0t1d > .row .container > .video-iframe-container { display: none; }#NStEI4PL24pzy1muT6RWFSdRurTA0t1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NStEI4PL24pzy1muT6RWFSdRurTA0t1d > .row > .video-iframe-container { display: none; }#NStEI4PL24pzy1muT6RWFSdRurTA0t1d > .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); }#NStEI4PL24pzy1muT6RWFSdRurTA0t1d { border-width: 0; border-radius: 0; }#NStEI4PL24pzy1muT6RWFSdRurTA0t1d > .row .container > .video-iframe-container {  }#NStEI4PL24pzy1muT6RWFSdRurTA0t1d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#yisd2szvxyFDaUKVZBnnxZG4AaWANB2t { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.874625rem;width:28.2480625rem;top:3.8742182254791rem;left:44.437496185302rem;overflow:hidden;display:block; }
#mwtoRbd5QkdVuh7BFhch1ms5SS8oGExk { color:#2f2f2f;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.625rem;left:10.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ox8B5xF37d6UHOIwgTflEwss5rs99C7q { color:#222f3d;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:10.5625rem;left:4.5rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw { position:relative;display:block; }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw { background-color: transparent; background-image: none; }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row .container > .video-iframe-container { display: none; }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row > .video-iframe-container { display: none; }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .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); }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw { border-width: 0; border-radius: 0; }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row .container > .video-iframe-container {  }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:106.8125rem;width:75rem;position:relative;display:block; }#NdlVb2NTEIFVSZ6RqyEAf50cBF6qbPr8 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:101.125rem;width:75rem;top:1.1285152435302rem;left:0rem;display:block; }
#NhZpbWda5n2rwuHZ4iG4dkgD8l6sr40I { color:#000000;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.8777580261231rem;left:6.2496109008789rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lCicxrq3i6dfdTVGOGqHk5Q9dct2XK4T { color:#000000;display:block;width:62.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:13.810430526733rem;left:6.2496109008789rem;height:84.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgKTWThO2QOChRMNaaWburrcHhTuz5T0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#KgKTWThO2QOChRMNaaWburrcHhTuz5T0 > .row .container { background-color: transparent; background-image: none; }#KgKTWThO2QOChRMNaaWburrcHhTuz5T0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgKTWThO2QOChRMNaaWburrcHhTuz5T0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgKTWThO2QOChRMNaaWburrcHhTuz5T0 > .row .container > .video-iframe-container { display: none; }#KgKTWThO2QOChRMNaaWburrcHhTuz5T0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgKTWThO2QOChRMNaaWburrcHhTuz5T0 > .row > .video-iframe-container { display: none; }#KgKTWThO2QOChRMNaaWburrcHhTuz5T0 > .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); }#KgKTWThO2QOChRMNaaWburrcHhTuz5T0 > .row .container { border-width: 0; border-radius: 0; }#KgKTWThO2QOChRMNaaWburrcHhTuz5T0 > .row > .video-iframe-container {  }#KgKTWThO2QOChRMNaaWburrcHhTuz5T0 > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#wuxT1tLuDDHoixkt3pDnf09DSnNe8AM0 { z-index:15008;top:8.0625rem;left:22.6875rem;background-color:#e99413;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem #e50e17 ;box-sizing:border-box;color:#f1f3f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3105625rem;height:5.74921875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Odu3iBm4tyoJym4tTGS2aziBJh8V6SQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h9hxmmy2pJX5U41k05iMtWHX4xdZ0UXR { color:#353535;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlR3V7oo1lEcXC8M5nTiM3EBgQEPZk3p { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #aa3030;border-left:0.125rem solid #aa3030;border-right:0.125rem solid #aa3030;border-bottom:0.125rem solid #aa3030;box-shadow: 0.0625rem 0.0625rem 0.9375rem #e43b2c ;height:18.75rem;width:63.999375rem;top:4.25rem;left:5.5625rem;display:block; }
#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353535;background-image:none;position:relative;display:block; }#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt > .row .container { background-color: transparent; background-image: none; }#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt > .row .container > .video-iframe-container { display: none; }#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt > .row > .video-iframe-container { display: none; }#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt > .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); }#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt > .row .container { border-width: 0; border-radius: 0; }#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt > .row > .video-iframe-container {  }#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#nnZB2g2L6IAOo94be8vTpuTaTW1zuyWa { color:#ffffff;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4554691314697rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZPIp4mZ3RZhVFZdfwVTmzhFHDKbwmaw0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:2.0625rem;left:61.747264862061rem;overflow:hidden;display:block; }
#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 > .row .container { background-color: transparent; background-image: none; }#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 > .row .container > .video-iframe-container { display: none; }#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 > .row > .video-iframe-container { display: none; }#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 > .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); }#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 > .row .container { border-width: 0; border-radius: 0; }#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 > .row > .video-iframe-container {  }#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 > .row .container { font-size:0.875rem;font-family:arial;height:79.5rem;width:75rem;position:relative;display:block; }#iz2AnHIlT5aLd0pOxB8qS6gbBbDxgqZ5 { position:absolute;display:block;z-index:15012;background-color:#353535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:19.5rem;top:3.8125rem;left:9.6875rem;display:block; }
#THFXWRcaktHgev5JmTciHuXqgAIto79J { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.75rem;left:11.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cg2QgQXAmtkyzdTTvRXqtbJlZUgLEJGu { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:7rem;left:9.75rem;height:2.925rem;font-style:normal;display:block; }
#sq8BGZNqpKKgJmQJinRkszU7al3VNJVt { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:10.75rem;left:9.6875rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#CwbbXS0QSaxVnw9ssGHiZMwvA8yUXsyB { color:#2f2f2f;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:20rem;left:9.6875rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#rsx9FZdbrdKgOehuGGeLxKSVmB91ck2E { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.5rem;left:9.75rem;height:1.4625rem;font-style:normal;display:block; }
#gskJ2gZcSMSvEMgDk1ZScedW6sJbgZSW { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.125rem;left:9.75rem;height:1.4625rem;font-style:normal;display:block; }
#flXA3wO98BNWXG3dlGCCBWTrEkLeReFn { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:19.5rem;top:26.4375rem;left:9.6875rem;overflow:hidden;display:block; }
#DwLf7upZWxQ5LK6vAfDtMgtfTJMurSPU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:33.9375rem;top:8.8125rem;left:31.4375rem;display:block; }
#RpRs2czww0o2KZf7X3FzhdLXI1FEiiHw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:33.9375rem;top:32.8125rem;left:31.4375rem;display:block; }
#OaThNaLEcMTUmvfgxGv2u1ku9UTzLCID { color:#2f2f2f;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:48.75rem;left:9.6875rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#cVIhaEJa1z5WTCRrWIism2oVa9Tq2Qgd { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:39.5rem;left:9.6875rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#tLeVzU7emk1HUOzg4xmqE7TmWPfeq3KL { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:46.25rem;left:9.75rem;height:1.4625rem;font-style:normal;display:block; }
#Rx0TQgTUslUanSWztlSrpuyKt5IgOgTm { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:35.75rem;left:9.75rem;height:2.925rem;font-style:normal;display:block; }
#lZfoW4ER9eoOszS2DhkZyVuOdPb3g9LM { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:32.5rem;left:11.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xAtWaeGemwVOqSTlfepporRfyJxOeWmV { position:absolute;display:block;z-index:15022;background-color:#353535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:19.5rem;top:32.5625rem;left:9.6875rem;display:block; }
#bpitInmW9gbPHz4413butt5ro3Tu0qbM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:33.9375rem;top:55.9375rem;left:31.4375rem;display:block; }
#pTvES5DoC2mwJeSPkaTrVSZNsfJw5ygh { color:#2f2f2f;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:71.875rem;left:9.6875rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#MQOyaxH7SeeWwlIN7sA1H4U8LuT9TnVi { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:62.625rem;left:9.6875rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#bFkxyyCS2AfgZcNGmOuRz6SGNuimW5oz { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:69.375rem;left:9.75rem;height:1.4625rem;font-style:normal;display:block; }
#dnlwgcP1xTLyU1w5NPrxzHlmbCgctnA6 { color:#e43b2c;display:block;width:19.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:58.875rem;left:9.75rem;height:2.925rem;font-style:normal;display:block; }
#E5dCdt40aTIe0I5pRq2npowQH3FbPUDq { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:55.625rem;left:11.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K0sdeaXxQh3Gsn9O18m0qUWdZJwUq6hC { position:absolute;display:block;z-index:15029;background-color:#353535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:19.5rem;top:55.6875rem;left:9.6875rem;display:block; }
#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn > .row .container { background-color: transparent; background-image: none; }#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn > .row .container > .video-iframe-container { display: none; }#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn > .row > .video-iframe-container { display: none; }#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn > .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); }#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn > .row .container { border-width: 0; border-radius: 0; }#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn > .row > .video-iframe-container {  }#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#FqBMkm3zCyhTawbIEDzsWDwVl2QlyQHs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:6.0614557266236rem;left:17.500001907349rem;display:block; }
#OnTyPUAiUwHWGK6XTVCFs89kS1QCDQho { color:#353535;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o221LwLqdHX4cXmTq4BAzgAPzFTKy3V5 { position:absolute;display:block;z-index:14999;background-color:#353535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:41.25rem;top:5.4351043701172rem;left:16.875rem;display:block; }
#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi > .row .container { background-color: transparent; background-image: none; }#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi > .row .container > .video-iframe-container { display: none; }#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi > .row > .video-iframe-container { display: none; }#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi > .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); }#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi > .row .container { border-width: 0; border-radius: 0; }#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi > .row > .video-iframe-container {  }#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#fBP0oT8BTZRhUB31nmdUpsZ79lQ4if58 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:6.0614557266236rem;left:17.500001907349rem;display:block; }
#AJItXgK1upKlr7oPIPh4txJWhkni8BS2 { color:#353535;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4385442733764rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRcLSrhG1a9qun51O2Smg2pvhSMnatID { position:absolute;display:block;z-index:14999;background-color:#353535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.7491875rem;width:41.25rem;top:5.4351558685303rem;left:16.875rem;display:block; }
#uv1NzBoTZtmRokrC2srnpuk2HggFopd1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uv1NzBoTZtmRokrC2srnpuk2HggFopd1 > .row .container { background-color: transparent; background-image: none; }#uv1NzBoTZtmRokrC2srnpuk2HggFopd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uv1NzBoTZtmRokrC2srnpuk2HggFopd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uv1NzBoTZtmRokrC2srnpuk2HggFopd1 > .row .container > .video-iframe-container { display: none; }#uv1NzBoTZtmRokrC2srnpuk2HggFopd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uv1NzBoTZtmRokrC2srnpuk2HggFopd1 > .row > .video-iframe-container { display: none; }#uv1NzBoTZtmRokrC2srnpuk2HggFopd1 > .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); }#uv1NzBoTZtmRokrC2srnpuk2HggFopd1 > .row .container { border-width: 0; border-radius: 0; }#uv1NzBoTZtmRokrC2srnpuk2HggFopd1 > .row > .video-iframe-container {  }#uv1NzBoTZtmRokrC2srnpuk2HggFopd1 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#Fr8xIiT3PviZ1BtbhNphD3SR301oxUWK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:6.0614557266236rem;left:17.500001907349rem;display:block; }
#hHg7Nm6asBQXq0kly5OEqG1yhCOutE9r { color:#353535;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3124980926514rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N6PA8zQ2SrALlap7MncfkTtxi8x2A2ma { position:absolute;display:block;z-index:14999;background-color:#353535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.7491875rem;width:41.25rem;top:5.4351558685303rem;left:16.875rem;display:block; }
#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb > .row .container { background-color: transparent; background-image: none; }#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb > .row .container > .video-iframe-container { display: none; }#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb > .row > .video-iframe-container { display: none; }#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb > .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); }#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb > .row .container { border-width: 0; border-radius: 0; }#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb > .row > .video-iframe-container {  }#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb > .row .container { font-size:0.875rem;font-family:arial;height:153.5625rem;width:75rem;position:relative;display:block; }#LLuFw4SQP2blWlW0NrksPuB2zJpbCfwR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.8125rem;width:53.4375rem;top:0.96210956573488rem;left:10.78125rem;overflow:hidden;display:block; }
#TmR0QnMyqxEVatgCLUGKobZmflKkcK6h { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:52.6875rem;top:18.8125rem;left:11.1875rem;overflow:hidden;display:block; }
#mpZ2rTCcOTASy3xm8g1GmnX9JFcu6roX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.6875rem;width:51rem;top:25.6875rem;left:11.1875rem;overflow:hidden;display:block; }
#kgDUHBGzcGIM8DyFsbBLmzBiyypW8H9D { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:40.625rem;top:37.4375rem;left:11.1875rem;overflow:hidden;display:block; }
#ioswBq33WlD4lvSHx4Ve3XkCNOM4gsH7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:51.8125rem;top:45.6875rem;left:11.1875rem;overflow:hidden;display:block; }
#Hmubm2T0fJpxZ6W03X2p43SKDIC3QtNL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:51.75rem;top:60.6875rem;left:11.1875rem;overflow:hidden;display:block; }
#I87hKrTg0B9EBhneuLtzD28C9WOTXMo4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:51.75rem;top:70.687499940394rem;left:11.625001907349rem;overflow:hidden;display:block; }
#JbwDfyDKeBWiwe3bJXrb8PFT7atfbnGy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:51.75rem;top:79.062500476837rem;left:11.625001907349rem;overflow:hidden;display:block; }
#ZDZDd6WTF1DQvPepy9M8hCpbZr6GccrT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.8125rem;width:51.75rem;top:105.3125rem;left:11.625001907349rem;overflow:hidden;display:block; }
#wrGcPoXEkPAdZGexPRouX5xNmz3Twf17 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:51.75rem;top:117.60417366028rem;left:11.625001907349rem;overflow:hidden;display:block; }
#bQ3qxeFuB9lvlVlD0VccDguiSXx4tPec { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.1875rem;width:51.75rem;top:126.16667556763rem;left:11.625001907349rem;overflow:hidden;display:block; }
#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S > .row .container { background-color: transparent; background-image: none; }#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S > .row .container > .video-iframe-container { display: none; }#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S > .row > .video-iframe-container { display: none; }#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S > .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); }#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S > .row .container { border-width: 0; border-radius: 0; }#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S > .row > .video-iframe-container {  }#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S > .row .container { font-size:0.875rem;font-family:arial;height:182.8125rem;width:75rem;position:relative;display:block; }#cQAPTJTtol9TvrLEBhITWUi1updHrkT9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:63.125rem;top:2.46875rem;left:5.9375rem;overflow:hidden;display:block; }
#THuMuThVZboH9LpAmWqxzT12Qa9d3xZc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.875rem;width:59.75rem;top:29.987502098084rem;left:7.5937519073488rem;overflow:hidden;display:block; }
#AKQMeH3A6WSU5Taqrlz0waIoEbva4Idh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:59.75rem;top:63.091671943662rem;left:7.6250019073488rem;overflow:hidden;display:block; }
#MGugPQ85dhHVaUu76c2BTJuNTiDp1IBm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.75rem;width:63.125rem;top:82.091670989988rem;left:5.9375rem;overflow:hidden;display:block; }
#SgUPNwmS1ZGmoraFkRM4cJTyHIiUoiHJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:63.125rem;top:95.733338356019rem;left:5.9375rem;overflow:hidden;display:block; }
#VmrOnPM0s1SGkqQyIMfMCGFApCWsKE52 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:63.125rem;top:113.43750572204rem;left:5.9375rem;overflow:hidden;display:block; }
#r0MLpPQNEyqgutD9mxQaQx440h0BKGXc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:63.125rem;top:132.59584236145rem;left:5.9375rem;overflow:hidden;display:block; }
#oqb6o7WKzTyenMrhvGg0VNKs72HFxqrE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.24960625rem;width:75rem;top:149.37420940399rem;left:0rem;overflow:hidden;display:block; }
#GUtG8V7W9nqtJcNTpTZLTb7wf5OaCJaN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.124625rem;width:75rem;top:157.68749046326rem;left:0rem;overflow:hidden;display:block; }
#inKIeUFcr0fUpoLpmoJIx9Ns8M8NzZNa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.812125rem;width:75rem;top:170.49959945679rem;left:0rem;overflow:hidden;display:block; }
#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ > .row .container { background-color: transparent; background-image: none; }#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ > .row .container > .video-iframe-container { display: none; }#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ > .row > .video-iframe-container { display: none; }#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ > .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); }#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ > .row .container { border-width: 0; border-radius: 0; }#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ > .row > .video-iframe-container {  }#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#c1W1OAFEoUTQp7FrBwXHW89MEwPUD6H1 { color:#222f3d;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6236991882324rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBvVVScbhLpqU5OsTVPRapmIaMSen1BP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:24.5625rem;top:4.1861982345581rem;left:45.1875rem;overflow:hidden;display:block; }
#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222f3d;background-image:none;position:relative;display:block; }#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm > .row .container { background-color: transparent; background-image: none; }#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm > .row .container > .video-iframe-container { display: none; }#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm > .row > .video-iframe-container { display: none; }#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm > .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); }#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm > .row .container { border-width: 0; border-radius: 0; }#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm > .row > .video-iframe-container {  }#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#IaBJUwCJwT8qQHyR247xJlRokC0TEphM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.7250003814698rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q > .row .container { background-color: transparent; background-image: none; }#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q > .row .container > .video-iframe-container { display: none; }#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q > .row > .video-iframe-container { display: none; }#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q > .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); }#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q > .row .container { border-width: 0; border-radius: 0; }#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q > .row > .video-iframe-container {  }#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#pDDUiGATWex6XQwfRR5tZC7XPLmWFLAh { color:#2c3241;display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:37.3125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0LHGcQLxugbePuMOMtz3SC407FiHu5u { color:#2c3241;display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11rem;left:37.3125rem;height:13.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e64FPoiB1ucDnbaXFn0H92pR4axNEdTp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.25rem;width:59.6875rem;top:2.9375013113022rem;left:4.7968752384186rem;overflow:hidden;display:block; }
#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS { position:relative;display:block; }#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS { background-color: transparent; background-image: none; }#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS > .row .container > .video-iframe-container { display: none; }#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS > .row > .video-iframe-container { display: none; }#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS > .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); }#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS { border-width: 0; border-radius: 0; }#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS > .row .container > .video-iframe-container {  }#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#USWlRGIxZ5HhCLvp78ya45vfBUITLASh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:30.0625rem;top:0.78125rem;left:6.8750019073488rem;overflow:hidden;display:block; }
#NC6BOLqM723z5q7zIheuIeFvFo3cO2LD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:27.9375rem;top:0.78125rem;left:38.062501907349rem;overflow:hidden;display:block; }
#I9Nukbo57z31dXBKgixfbfbMszWb3tPW { position:relative;display:block; }#I9Nukbo57z31dXBKgixfbfbMszWb3tPW { background-color: transparent; background-image: none; }#I9Nukbo57z31dXBKgixfbfbMszWb3tPW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9Nukbo57z31dXBKgixfbfbMszWb3tPW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9Nukbo57z31dXBKgixfbfbMszWb3tPW > .row .container > .video-iframe-container { display: none; }#I9Nukbo57z31dXBKgixfbfbMszWb3tPW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9Nukbo57z31dXBKgixfbfbMszWb3tPW > .row > .video-iframe-container { display: none; }#I9Nukbo57z31dXBKgixfbfbMszWb3tPW > .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); }#I9Nukbo57z31dXBKgixfbfbMszWb3tPW { border-width: 0; border-radius: 0; }#I9Nukbo57z31dXBKgixfbfbMszWb3tPW > .row .container > .video-iframe-container {  }#I9Nukbo57z31dXBKgixfbfbMszWb3tPW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#KpEiSDblVFviGoJPspydV8qp0EUm2wZh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:28.6875rem;top:1.21875rem;left:38.125001907349rem;overflow:hidden;display:block; }
#rkqXQNiZyoE2A4hvRb0c1vZ86QUEu9ly { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8739375rem;width:30.0625rem;top:1.1875rem;left:6.9375019073488rem;overflow:hidden;display:block; }
#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353535;background-image:none;position:relative;display:block; }#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 > .row .container { background-color: transparent; background-image: none; }#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 > .row .container > .video-iframe-container { display: none; }#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 > .row > .video-iframe-container { display: none; }#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 > .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); }#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 > .row .container { border-width: 0; border-radius: 0; }#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 > .row > .video-iframe-container {  }#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#ItqZ2q5Je3vtIAnlqNlovclpnTEQTxPB { color:#ffffff;display:block;width:49.9991875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.7609405517578rem;left:12.499217987061rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUKknIERSAWXarw99plg9PFVrWa2EvkM { position:relative;display:block; }#hUKknIERSAWXarw99plg9PFVrWa2EvkM { background-color: transparent; background-image: none; }#hUKknIERSAWXarw99plg9PFVrWa2EvkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUKknIERSAWXarw99plg9PFVrWa2EvkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUKknIERSAWXarw99plg9PFVrWa2EvkM > .row .container > .video-iframe-container { display: none; }#hUKknIERSAWXarw99plg9PFVrWa2EvkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUKknIERSAWXarw99plg9PFVrWa2EvkM > .row > .video-iframe-container { display: none; }#hUKknIERSAWXarw99plg9PFVrWa2EvkM > .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); }#hUKknIERSAWXarw99plg9PFVrWa2EvkM { border-width: 0; border-radius: 0; }#hUKknIERSAWXarw99plg9PFVrWa2EvkM > .row .container > .video-iframe-container {  }#hUKknIERSAWXarw99plg9PFVrWa2EvkM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#OxprxV6DN9bA1BuzfPbSLQkiChF3MFyh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.8730625rem;width:43.749625rem;top:21.969139099121rem;left:15.591796875rem;overflow:hidden;display:block; }
#UuXaQ2Ng6EJ1v93IEO4GLUqJ0HrVE5q9 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:50.124625rem;width:75rem;top:9.4874997138975rem;left:0rem;display:block; }
#PKMl1yWtVICk7XXg0MFRG6NTkBJTf7I8 { color:#a31919;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.995128631592rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzGyLkOS5fylTyKkUy20bxoJqTvK75Sk { color:#353535;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.345129013061rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UIiFq2BLZIaLWAyoddwInzUQpODAHI3t { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.062125rem;width:24.999625rem;top:35.623825073243rem;left:47.587497711182rem;overflow:hidden;display:block; }
#gySC1ATCIoAInAHm6SuseQlC0mKA76AD { color:#009a19;display:block;width:25.875rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:50.624998092651rem;left:47.647266387939rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4NZlgAM09eLBhSQ4gKBsDJRUdeL022M { color:#e50e17;display:block;width:25.875rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:44.62504863739rem;left:47.587497711182rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pf6v2TFMUaadGlUZHQHpxfQc0NsLpTHw { color:#a31919;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:48.599996566772rem;left:51.209766387939rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZPv8HaptATW7WNFEMmhtEkOFid17zG8 { color:#a31919;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:40.650048255921rem;left:51.209766387939rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353535;background-image:none;position:relative;display:block; }#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf > .row .container { background-color: transparent; background-image: none; }#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf > .row .container > .video-iframe-container { display: none; }#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf > .row > .video-iframe-container { display: none; }#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf > .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); }#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf > .row .container { border-width: 0; border-radius: 0; }#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf > .row > .video-iframe-container {  }#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#k9tsPOxIne25EMH0ZKlDy0F0WgdR3JAc { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.059764862061rem;left:24.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnTBTqiLPutcGfiyLRJ8NP0NIDGC5cBF { z-index:15007;top:10.934757232666rem;left:22.344139099121rem;background-color:#e99413;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 1.25rem #e50e17 ;box-sizing:border-box;color:#f1f3f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3105625rem;height:5.74921875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GiEMAbmvfff87MO85mF8ShdhhcmIqVeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT { display:block; }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSmUV2vr9qTwXi2G6zJEpTDc1520uk70 { width:37.5rem;height:4.375rem;top:3.5625rem;left:5.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3uAdtgI4fneLTmqf6weyIWvDk5R9K0y { width:37.5rem;height:2.75rem;top:7.9375rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNHSfl2N7hlIGSQgPkpykBUZC82EknIG { top:11.6875rem;left:13.875651597977rem;width:19.9375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 { display:block; }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvzgXTwvEQrLconZLgTO4fFH7RLOlcic { top:21.9375rem;left:1.966796875rem;width:43.6875rem;height:30.829222375477rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwVTBGWHItxC3b50t2fzJy57MJ3nwAav { top:9.4375rem;left:0rem;width:47.75rem;height:50.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKmCNL6eHb6F42xtMTDD8I3y2yROUEsc { width:47.75rem;height:3.1875rem;top:11.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6dk5ofcD95rW8Sp1yZuV8f2a4vUEgpK { width:47.75rem;height:6.4375rem;top:17.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJlQ7EMiZea9aIxpk151771wCmQkch5f { top:35.5625rem;left:22.8125rem;width:24.9375rem;height:24.002329722446rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtnoewa6iFW8xMshphCocw84JrsfpWMp { width:25.875rem;height:;top:50.625rem;left:21.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXMfkVMQ5OLGcPk3JJbcIpvC6UN9WT8c { width:25.875rem;height:;top:44.5625rem;left:21.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWbkSWIXRXWp4FopeBTqVaKy1unnCAQg { width:18.75rem;height:2rem;top:48.5625rem;left:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNTMTdM8fG41nf74QsDm33JzCa0VP6ER { width:18.75rem;height:4rem;top:40.625rem;left:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 { display:block; }#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZlmoCTVKaGQB0PSvZWffW5RRcR9s3fi { width:25.875rem;height:;top:18rem;left:10.937501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSvTGQ4Vsh8eeJV1QVxRnVl5UfKtsahb { top:10.875rem;left:8.7191390991213rem;width:30.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0m53MXBI92e0ez06eyt7N0UfwNuVE0x { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqnZByX85gXDwTV3TNkazBVA3MgXuKAK { top:23.9375rem;left:0rem;width:47.75rem;height:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x { display:block; }#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET2a10nn04ZGsF385s4Bg9gmS89bd4eZ { top:2.8125rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8wu0S52kL2uOynBN1T3Fke61EVOlaQd { display:block; }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pi2AVaTqT4M5yZhowI7Dv3A8Bh5fiT5n { width:47.75rem;height:3.1875rem;top:5.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dndega7ohDZNsPhdZLge1xMZAWarot1b { display:block; }#dndega7ohDZNsPhdZLge1xMZAWarot1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOt4BUcCSH6nQM3nXbsbwH3WmbmkKQun { width:47.75rem;height:;top:3rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf { display:block; }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXVbt6LPdkLlrUepe0pvsRTZtWeDMTpF { top:1.25rem;left:10.0625rem;width:37.6875rem;height:32.9355625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBTvpmOzWouIRuXEvOq4v53tO0StT2Hz { width:37.5rem;height:9.3125rem;top:10.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #so71L9HRncOiaWkTvtcKRA0TBqQEHB37 { width:25.875rem;height:;top:21.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw { display:block; }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrubOlM824Me06EiaQWQMrDTIKiIUGfT { top:1.75rem;left:0rem;width:47.75rem;height:101.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hex59CTtUS1SguHA96pNsuuVcimqlTv4 { width:34.875rem;height:3.625rem;top:46.1875rem;left:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHdByuclwuOMG1LCgEtFT8d2cTRDTUpT { width:47.75rem;height:44.625rem;top:51.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgCn7bLJ6IAuHGp98WLG4X4GDvVH5SHa { top:24.9375rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBvhIcakm98o0iToaqV1LeMuw4zNMakm { top:9.625rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXoPlkT59vBzATH4o7fLBai1xao3BROx { display:block; }#DXoPlkT59vBzATH4o7fLBai1xao3BROx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yt1XIhiUrI2BIAHHFwcvB5PWTkeGtomS { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV { display:block; }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWb9fyCTUAMpkiyGuItPBAULsJuOMdmT { top:3rem;left:19.0625rem;width:28.6875rem;height:26.754560929056rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA34N29HxrhwyFwfgA855ssnsqy3NzfD { width:37.5rem;height:6.9375rem;top:8.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyND4y8QA3isGurU5ZgLvxlorxXayvtW { width:25.875rem;height:;top:17.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu { display:block; }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLdKmlKbBQd1QTfTNXIg6TCC0PuDZF8c { top:3.75rem;left:0rem;width:47.75rem;height:232.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #apfJTK2pApR2lkANBdQQlX4ciwg73Zbq { width:47.75rem;height:7.3125rem;top:6.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1bFO0bXvh26JbAqswe2KrGTCTSIJzLt { top:16.75rem;left:0rem;width:47.75rem;height:35.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2hNbPNDxBWq5SMVW0N9vkiWo93pDfGB { width:29.6875rem;height:3.625rem;top:54.9375rem;left:9.0000019073488rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiV2fgRTe1GtKyBT14QvbTyDPMEsFnsr { top:74.625rem;left:33.4375rem;width:14.3125rem;height:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ7SSwu0U3mHHg38rtvIi93FVO4TDQFB { top:74.625rem;left:0rem;width:14.3125rem;height:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtD45wNzm0DsUkTnOv3xE7h7nluBnv4x { top:61.1875rem;left:9.2488288879394rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGuWsRyk8zWOkSqhTGKLuLLyZ9Fl2Smq { top:61.1875rem;left:35.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5JFK8uID2bh430NKph1ggZ9QxfiTsgc { top:61.1875rem;left:0rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNUBabr2SA0og0p5TmaZaZyveu4G1clv { top:74.625rem;left:8.3113288879394rem;width:14.3125rem;height:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QH22gS6AC12p2StoM7vGcQkgNC6Wdk { top:61.1875rem;left:25.385547637939rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTe8WoKEfqE0RHixNfbQeu5FltK0OHF { top:76.125rem;left:24.449214935302rem;width:14.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khh7XIMNo6ktCpRgw2o24J9RRRwy3RO8 { width:47.75rem;height:3.625rem;top:87.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKFKO56PAUZuIwboIF6XXJ9aCCEI5dF { top:93.9375rem;left:0rem;width:47.75rem;height:54.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlI6sTxVwiNNqXOn0vBeeX0crVwMx18w { width:47.75rem;height:7.3125rem;top:151.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb74RZTONUbq9rCx9uk1uufTlXW8A0PN { top:162.5625rem;left:0rem;width:47.75rem;height:33.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv5gPlyMtoedXTtvXikw7qkOsqDZfJRr { top:199.8125rem;left:0rem;width:47.75rem;height:29.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkQPduWHtUplvyl7q3hAX9RTrycqEhyb { display:block; }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxsTzaBLcxH4ra6BBt4l1kQ0BnlWVQEA { top:8.0625rem;left:9.0625rem;width:30.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBzT66E2V6Ebtw32qeGU7sl3h2NkFOE5 { display:block; }
 }@media only screen and (max-width: 763px) { #oT6w12otoAkPCHFoIkAwWIGJDRW4EmfZ { width:25.875rem;height:;top:16.1875rem;left:11.312501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od2pKGv5PV7x8Mpe8JJ5nB6XwIk641Q3 { top:4.25rem;left:0rem;width:47.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT { display:block; }#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGk8kf2v4Vxx3gsdsp8E5r6doyHy0Uat { width:47.75rem;height:;top:3rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 { display:block; }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLIrUtOCSVkSAzcASxr0zu4dbkvSelId { top:4.25rem;left:19.0625rem;width:28.6875rem;height:25.819086770697rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP7OubRa5aKZph0TxTMhJoo1VSr1TSer { width:37.5rem;height:9.3125rem;top:8.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTTUwiMHE9qc0xbLmeKz0xyOVzApdsqB { width:25.875rem;height:;top:18.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs { display:block; }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzoquTfTOT4TGu1Ezv2pWAkxMBPZU4GK { top:2.8125rem;left:0rem;width:47.75rem;height:195.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMaBKyxc6xmvobCmZDQak5Dkc36PbR9S { width:47.75rem;height:3.625rem;top:8.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #huFNcwDEGW53vzg8QADyVVXZO2Vzwoxh { top:17.5rem;left:1.5625rem;width:37.5rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uli4HEieeBv54lQC2d9hyZucUIJePqVU { top:26.4375rem;left:0rem;width:47.75rem;height:33.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUUax880ZIyoFsAvMGdcSbOhmddWn7ax { top:62.875rem;left:4.0597648620606rem;width:41.625rem;height:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8guJqONouBW7488dxO0TBemhJcxTCNT { top:73.375rem;left:0rem;width:47.75rem;height:29.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFiVnvNk4wD0HwWqTEctSbgRCFif9kyL { top:104.9375rem;left:1.5625rem;width:41.625rem;height:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRNe8JmTDxkZ9o1yaE34fVBUUuSAnEZH { top:115.75rem;left:0rem;width:47.75rem;height:31.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDREToD2F9vPTcDERLWNmHWWoukw8bOq { top:150.0625rem;left:0rem;width:47.75rem;height:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKfvmE72OnbcLGeAlNRHswaSd24bQmv3 { top:160.75rem;left:0rem;width:47.75rem;height:31.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcCO5gCJrvfE8O8z10w2yDS8JXcrkvr1 { top:16.0625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTsegV0lu5bZChTpKV5Gqykier4PA3vD { top:63rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS6mewfyqJHmXghxTeAIQUmAOWMdNdth { top:105.125rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWppKg7hiBiXWVlWkXImdDaqb2PaWlH4 { top:150.1875rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcDUJAlytomT32zI8XNUvmweqnnp9duv { display:block; }#XcDUJAlytomT32zI8XNUvmweqnnp9duv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XL4VdZN8lV5kJqTwg7P1F6isbarCHoD3 { width:47.75rem;height:6.4375rem;top:3rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHHInsanVtKHZXwdBv5iczDCX2E85TI8 { display:block; }#qHHInsanVtKHZXwdBv5iczDCX2E85TI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfgCUb6VxIDy3tEMl1pDepK1bbZzcCd5 { top:3.375rem;left:19.0625rem;width:28.6875rem;height:26.754560929056rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDcL4NokATOQcDIHxNIVpPNR2MZwfRxV { width:37.5rem;height:6.9375rem;top:9.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLTxZ8tOw9hZWJnKMNMoq7GkXxS3eTpP { width:25.875rem;height:;top:19rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #StOkPVuDWoMkobuNyN5JqSJlsuEIuslq { display:block; }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCvW8ZKc3VOJ58tvFNSaDGITZIudfgO2 { width:47.75rem;height:7.3125rem;top:6.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHleF9KtPKO9o1nzEDa2zpZ4OJ4BdxHF { top:16.5rem;left:0rem;width:47.75rem;height:21.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EodbIV6IKWrdXGrwdcVgdult1SoTDBm4 { width:47.75rem;height:3.625rem;top:68.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qozfF4xM1Tt28zBLwbakqmk2JeHzpmBe { top:74.5rem;left:0rem;width:47.75rem;height:62.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqRlgQM8XL517la8uRBmoHrUf46Z2aGu { top:56.8125rem;left:33.4375rem;width:14.3125rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqMGw214drGNSHRFrUh8FHSqDt70Q891 { top:56.8125rem;left:16.686717987061rem;width:14.3125rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yov3lxa7tEA7l7CBFuewoB05Qx2ZfrUR { top:43rem;left:35.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6TCet2KuyhFG6G8ia6E3IFMBhSWAxVJ { top:43rem;left:17.624217987061rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7H9c5GgVCTENKqzHtV6KsDAkJHOKTyT { top:56.8125rem;left:0rem;width:14.3125rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpGBIEul60yRcrt3pZGB41oKcJLVvfld { top:43rem;left:0rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuH4vI6OWTLbQg54hvbLTfBOb4FUT7cd { width:47.75rem;height:7.3125rem;top:142.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDUBFXmc680sWDr6PuHJGIGbIi3JkO9W { top:152.125rem;left:0rem;width:47.75rem;height:40.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmlpBv4eAhvPyx6w4omybB39by65EssW { width:47.75rem;height:7.3125rem;top:199.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSWsWZ8aGrwHETWMHBeODtR5O3HQ93DU { top:210.75rem;left:0rem;width:47.75rem;height:37rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Mvx2kTx5Hwy5sNTaX1u9sUOwtF9BTB { top:208.6875rem;left:0rem;width:47.75rem;height:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMcoNxgMaFeTPXETspCSpORzgrQTaSPZ { top:2.4375rem;left:0rem;width:47.75rem;height:251rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 { display:block; }#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cxb0m9Wdby58azv7klC31G5UFxl6rT6l { top:8.0625rem;left:9.0625rem;width:30.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCnGbhBApEveQnQCxJyWNPTuNGC9aN51 { display:block; }
 }@media only screen and (max-width: 763px) { #R4z0lm7xBIQkO2G7DmGNFXV1DEP1nSAe { width:25.875rem;height:;top:16.1875rem;left:11.312501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWCTlCiJd29AmxbzM1eSzngOHAOcX4Vg { top:4.25rem;left:0rem;width:47.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO { display:block; }#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmD4CdEV9IGrdo0niXq7Dg2obmWXcX3J { width:47.75rem;height:;top:3rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 { display:block; }#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6XRTEWwQ6nRNTJSP3OvrglSZZgH33pq { top:3.875rem;left:19.0625rem;width:28.6875rem;height:26.816551683283rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVncqHMDxmzVnopbxT5STRcLJ10LaK5g { width:37.5rem;height:4.625rem;top:11.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOg49OWq3gknz8ZyXbkx9byxROMkKwEH { width:25.875rem;height:;top:18.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy { display:block; }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3PK1e8y0E8PAH0qeBzrDfMcwIpIRS11 { width:47.75rem;height:7.5rem;top:7.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeBcBMteyF9rrKoHyJDqVM17E4dDLghl { width:47.75rem;height:25.4375rem;top:18.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeNR1UyTKfzOCTwLKSVf2IHaIOTWHM51 { width:47.75rem;height:5.8125rem;top:48.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbaxESrunxCQDMLb7nQk5hEJOpuLC5Ws { top:78.5rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyhJJUrU6M8BlkGKeDI24X9fbVHqtZVK { top:56.625rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iahb6L34B7SpTrUBaRbNFXR6CcSHv8Ak { width:47.75rem;height:7.3125rem;top:100.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJv555iTSrQGvsdGTwKosfWpq6CF5crT { top:136.9375rem;left:0rem;width:17.875rem;height:37rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGgHZ5M08yThVehuXqUatTALesFoHWO7 { top:136.9375rem;left:14.937501907349rem;width:17.875rem;height:31.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsqfU3gaiXZoXNy98RRCdDlnw05PJaSi { top:136.9375rem;left:29.875rem;width:17.875rem;height:35.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Voe8LUI1C6iBk9Z76g65UeH3PwbiI0Be { top:131rem;left:0rem;width:22.75rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPNLNpMTvK9fcWoge8MWRsAPQBg0Jeqd { top:131rem;left:12.468751907349rem;width:22.75rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPfn5qW8iAgeL4BTmgR8kLJsddQxLDI9 { top:131.125rem;left:25rem;width:22.75rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkXy8HmN1azZ9Rmsd1VcXyG0WC6BGOiC { top:113.875rem;left:0rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5BEM6vSRJzDxArmDRSHTl8NNTmK4FxA { top:113.875rem;left:16.6875rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THgEPSW3TbphHIcH52UJ9WezO6s5TnAr { top:113.875rem;left:33.3125rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGhJ7oA4sODyX2qGQ74fxf078vSxHyZb { top:113.875rem;left:0rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVNWBu47kFm0PbbrX3mgVthThOr1FxN7 { width:47.75rem;height:3.625rem;top:176.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4gtHJLdebpBTxOe72hPDti90KPm39XT { top:270.875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIzORKc1t1FdzLhFxXrZmKyXR4P4Syc0 { top:245.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgAwyha3NTfP5iEzdtfdZve1cfbweRiu { top:250.25rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJRaOZRTILlNVawI36eHH9mdzhwdr8dU { top:209.375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJNJpUyOJZo2ITVnkMKu0h2iH1PgqSQB { top:223.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP0pGk75mBEBXCVTzLZ7F4Tqkg2sihwn { top:227rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUWhqZCR77LvgEm5DpcEGmnFyHOshHST { top:185.375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXexAOZPZH2yc84G84aVt8m7oR5NqWEG { top:195.5625rem;left:11.937107086182rem;width:23.8125rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEI4Ltd9NuNHocCo5LgOvGgahlRDdAl { top:197.8125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzTnzP3m9xEEW0UEWok7pqxB9irJLp5J { top:206.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQmOQ8Dc9vduT94nfsDDI0fDJQRvz2Q3 { top:182.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy8MFWVfVazZkTmbhRdQvDHHT0kaW0t5 { top:0.625rem;left:0rem;width:47.75rem;height:339.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJINZx90ow04p8fMT0xOoU5EcqgqrieN { width:47.75rem;height:3.625rem;top:285.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDE04scSnE4satIiowsJooHa8dbvAtcT { top:291rem;left:0rem;width:47.75rem;height:44.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 { display:block; }#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhHqkqHXuSJvTfRDC0SB2oTScsVKxNUA { width:47.75rem;height:;top:3rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx2yTyVHm8ET1463TOItBOJG6I5w47UI { display:block; }#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESMT09BERveG9x3tNaPICPR3Lo37bBJu { top:4.4375rem;left:19.0625rem;width:28.6875rem;height:26.816551683283rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgHR36Rm421U7zxZGg18VzR3452JXJWH { width:37.5rem;height:9.3125rem;top:11.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlwN7Aoz2kxrnckStbzkwQMNxWmg76Se { width:25.875rem;height:;top:22.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o { display:block; }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1B8ctn9EHrq413dJaD3pVn5t5IvQq2d { top:0rem;left:0rem;width:47.75rem;height:332.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZdsreAPcgopuIPP28TkuDH8xr2lQl1a { width:47.75rem;height:13.625rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyG56NgtvDI9I8ZTnZJbGiq22ck91FS { width:47.75rem;height:17.5rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnI3poKGDiRhCt0ANyHU7rNnkkvmsyNh { width:47.75rem;height:7.75rem;top:45.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcp4URDavqNmnkGdzcWSbONiMIrdZRCS { top:57.875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSw9TVU1NKNhCaTOf1IToiK35gvkBu8x { top:74.75rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4R8qsscDe5cP3LKtRxTMi2XyOyNBJwK { width:47.75rem;height:3.625rem;top:89.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVq0Vad0V7Z8CcBW8EBGUzTeAD10w3X { top:100.4375rem;left:18.375rem;width:29.375rem;height:17.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUe43sH92Q6fe8Qf6ZJsv9Be2qdXqhfU { top:100.4375rem;left:0rem;width:29.375rem;height:23.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2bvGnBV5Iw3nDHyubFGOtrzVv3AIAWf { top:95.6875rem;left:0rem;width:29.375rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCMDgdC5v7oP4IMPL4PafSRsoycRahHL { top:95.6875rem;left:18.375rem;width:29.375rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atwEuDp7K5bG9RgmSAfamZQQTRq46SxA { top:130.8125rem;left:0rem;width:29.375rem;height:25.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMlTQ3rJJ2QUmTHw7skVuJzStOMI8pAO { top:123.875rem;left:18.375rem;width:29.375rem;height:31.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Fkz5o6UH2RRu3utFiiatrJGuiyA6NT { top:119.4375rem;left:18.375rem;width:29.375rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtDEiSOOICzodORVTkEqkM1k8XlkTkPs { top:125.75rem;left:0rem;width:29.375rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DthfK0Eih7673iJM18DTDBSSUdWgOT3D { top:161.9375rem;left:18.375rem;width:29.375rem;height:23.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8J0Bc9M62ak9vLxxnPDWf4dy67Z9GO8 { top:163.9375rem;left:0rem;width:29.375rem;height:19.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb1KNTk1A8wih6oOqoedpqFx9wP3EeXr { top:158.4375rem;left:0rem;width:29.375rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvx3tqQlIQUoBpIMfzsMxNtvaN4u2nOC { top:156.9375rem;left:18.375rem;width:29.375rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JasDxc8bEe46rwJt86MVBVFpuqhNUTkx { width:47.75rem;height:3.625rem;top:190.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIsyTE2MHLP8zpCEyh1ocbBPmXlG4TRg { top:196.375rem;left:0rem;width:47.75rem;height:72.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5cQkMCicSNqZe0tdWC6ITpNAe9EbUof { width:47.75rem;height:7.3125rem;top:273.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCCNvUAvaZQaZgbVKOzvDbnyeoftJHDe { top:288.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNTdSAuo4EfP0OpQQUzoBliXx30BTNVZ { top:305.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ7oCwmdOslT2lOG38X4ECDFghr6o8wm { top:314.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CABFwHUiBZD4z0z6sJlvJIAXBsowVPah { top:323rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3PPuMadSspTfZgifTwBV4GGUgOi7C33 { top:297.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxs1yo0JbhTrpmNi4KpsuExVTIFwLda { top:283.8125rem;left:21.685932159424rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie4sc1R3y3PdDioyBxOt3LTx2VPdA3TN { top:292.9375rem;left:21.685932159424rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze3tQUk8Sx7eWEUMGMu70ylvz1pdba7J { top:301.25rem;left:21.654293060302rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMXcQdsymmQLkZVfdMIquQlkd9aqR0AE { top:309.8125rem;left:21.685932159424rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHALzaZoQVbihTuztcDTKGnUHV3NHxSQ { top:318.625rem;left:21.654293060302rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R { display:block; }#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xL0KWddW4RSW0UmaW5Ngy4VK1yBDN43s { top:8.0625rem;left:9.0625rem;width:30.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5wZzRcWKTmFP6IQOJIeRf7U2EuPFt2R { display:block; }
 }@media only screen and (max-width: 763px) { #FQ4nTTwiouly2Q83TIKJFLp9BXHn0hHR { width:25.875rem;height:;top:16.1875rem;left:11.312501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBne9ZG71tmn4HHSBvmUomzVAgSf4XbR { top:4.25rem;left:0rem;width:47.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu { display:block; }#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxIcHCinwstk1bqQT8thU69DuKxVlODo { width:47.75rem;height:;top:3rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEoG7suzGl8GaQRXgFHPN883Ppw7vvak { display:block; }#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlGd2XnAvKXhi63hxFmh55TTDTTJapKq { top:3.8125rem;left:19.0625rem;width:28.6875rem;height:26.816551683283rem;display:block; }
 }@media only screen and (max-width: 763px) { #E00mGhi73RiWVWVIsTNahOIlUtSWErmf { width:25.875rem;height:;top:21rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww9yoopSaElJvB0MdcFwpR9ngCpK1tV2 { width:37.5rem;height:6.9375rem;top:12.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 { display:block; }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tcsf4q6eE6N0vps84JgJvNuUBm4QyCiA { top:15.5rem;left:0rem;width:47.75rem;height:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbpCR0QsmTEymBRZtENk9SUg2hLkQ6ye { width:47.75rem;height:3.625rem;top:7.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOp0qZ2WqcTy39f0nQrSxDrlKGq3ufAu { top:60.75rem;left:33.4375rem;width:14.3125rem;height:6.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhXqAImzoh7NauzFyWsQTMUQVwuA0mod { top:46.625rem;left:35.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSHH58bhdMsqwFD80GTf9dghSt1yyn2P { top:60.75rem;left:15.499607086182rem;width:16.6875rem;height:6.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFrg5AkUEhPXpxPpAn3kA0FWMhc2BHlg { top:46.625rem;left:17.624217987061rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvdLJxD6xZgNGhewQhhBP37cLeOdF77O { top:60.75rem;left:0rem;width:14.3125rem;height:6.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTb00oZ3a0BRhnIMetG9y7VV07Klb4cC { top:45.9375rem;left:0rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd7waBSacwaL06kUGEpxGua81XGPJxCx { top:74.9375rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6KiQ8KJcrMqSnd7vnqeGuQEss077Q9J { top:99.4375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKPHDVBlFIJKD2H9zdTSqGUDRy5NJPVc { top:0.9375rem;left:0rem;width:47.75rem;height:253.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxopERBTwa7plbpXURf1KQlr3fJFDddl { top:105.6875rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJxhH3WG5tZmemLAasQmxzRB2BlFrAUD { top:128.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLa9sv8DBzNFA5zcOKTaiVLFdhqomNdC { top:139.625rem;left:0rem;width:28.125rem;height:110.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Q4y3i590frXm9dunbzLDRwRQ18rxtH { top:139.625rem;left:19.625rem;width:28.125rem;height:105.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx1bduIfI3f5DR8Iqh3aw0nF3x0y4ysb { top:135.6875rem;left:0rem;width:34.5rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InGlK6QvTxvb6sa1t6Dm0mp9JyDRi3uK { top:135.75rem;left:22.75rem;width:25rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD { display:block; }#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT98WS0hsWkxShJZdvpq55sRoRygrQUB { width:47.75rem;height:;top:3rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtMifSwUNBlRAQITiXWChefl7ToviT9M { display:block; }#DtMifSwUNBlRAQITiXWChefl7ToviT9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxMSkIaIy2rMaszImIZdkWnm6h4SlbnW { top:3.8125rem;left:19.0625rem;width:28.6875rem;height:26.816551683283rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZLXmGcC2JX2pppyQarxndOXAhQ7FKv { width:25.875rem;height:;top:20.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOJCG4d1TQTwx8yegGwN6icN0ARcfyzl { width:37.5rem;height:6.9375rem;top:12.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoRDyTfI1SdWsV7Mqob7alERihE7QMHO { display:block; }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFtmLUaXUEmTbThGswHMkHO7kRWeiUDw { top:1.9375rem;left:0rem;width:47.75rem;height:315.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKcg8y6VKmwUCrSXeSsu4cp4JZiQaSD6 { top:8rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDfby0NxQdV3IxK2OawLtRpDVyQCfXri { top:13.1875rem;left:0rem;width:47.75rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Kau61L3GgiQxDUhGiNC08BfGAgbeCN { top:42.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrQHWIFOySzdONc830Pegwp5HHTKKyuw { top:47rem;left:0rem;width:47.75rem;height:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #giCpfTcwntJBHECxQ0SV2ELINkC7hhfz { top:67.875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTowGIzUtf2tg9rzZD5JcH1iEGZbkocW { top:75.875rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP9pGTEwSGgQTzeiwVsDMBTd8llAekaR { top:102.1875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrwor4kebTNuJbeTbXkaT3td8F3xaQP6 { top:109.625rem;left:0rem;width:47.75rem;height:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKQTiBxd5K45cTPuB2ZfJWBI2XOPECMJ { top:141.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZH2Z4iCDFuCGPeLh1LItlXhfMJJ9Ziy { top:145.8125rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tplplSlu1o1fHB0qLHu2EpsnkbEIfPdB { top:178.8125rem;left:0rem;width:27.1875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2NSAWGpiUcDRTG9rvTfdsIEmwUmaFpU { top:182.1875rem;left:0rem;width:28.125rem;height:92.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUi200i2yXGhMRfHJ4av5MHKgek4rETN { top:170.375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGIVuXVXgb6iUpgCRPhW3TdtfePXqNbN { top:178.8125rem;left:19.625rem;width:28.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQMJ8INXaZBTZrc4dqeXA1sRs9SB4Itr { top:182.1875rem;left:19.625rem;width:28.125rem;height:100rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCsMs6hyxcOphg116IMl8vps22EogDlJ { top:287.9375rem;left:0rem;width:47.75rem;height:21.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGpJ51k4UFDZ8J0NrfoJUPCXKX4TTQ2y { top:175.1875rem;left:4.7863273620606rem;width:9.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP { display:block; }#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wI4ukCJJ2XaQTgfBigTm2xc9apO5tDs2 { top:8.0625rem;left:9.0625rem;width:30.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paqIXiwDvS8EHbiSXBqFPQDcF48upE57 { display:block; }
 }@media only screen and (max-width: 763px) { #s9q8G9G4W3vqvXDVgGBgqRaHlZVvvJNs { width:25.875rem;height:;top:16.1875rem;left:11.312501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTMm8qVleK4ghEKJSH6Tfv8TJnGtOW5O { top:4.25rem;left:0rem;width:47.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr { display:block; }#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmdCEFMOCR1TnTLqcS8JXZtmpXo22IxP { width:47.75rem;height:;top:3rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk { display:block; }#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc5Hu9OOTDhwKP6Ine6BF1fdmR6RZs55 { top:0.75rem;left:10.0625rem;width:37.6875rem;height:33.1230625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMP5LPoUAOM8rZETbnKmeuycfppsJMGn { width:25.875rem;height:;top:23.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbx90NiE4c8PTqFvsd1bhJPTCKd5LQQT { width:37.5rem;height:11.625rem;top:9.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO { display:block; }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6tXTTpHCyLDfZkBm1MCydWgB08atdmz { top:1.25rem;left:0rem;width:47.75rem;height:182.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzbTPCyCTJ0gcl3exmlnrQk1EdPvVg6R { width:47.75rem;height:6.4375rem;top:5.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUtBIfq07KZPDMB3TdL8t8VWfze5ex3i { width:18.75rem;height:31.1875rem;top:23.6875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSe8KDWcxK1cs0O2WlXTmooQdaNi8JfX { width:18.75rem;height:31.1875rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5myc91az2vSlEJELLtdHXa65ihXouSe { top:15.6875rem;left:0rem;width:5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGUEJ8QgmNX3NGOEwECFJkft42KzB7Zk { top:16.4375rem;left:38.375rem;width:7.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAO782ThwJpRh9SiLvFqqSD7iwtghVH { width:18.75rem;height:33.125rem;top:23.6875rem;left:13.460544586182rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V38IuT1ImrAzw7Op06a44Eq3J70kgF5v { top:16.4375rem;left:18.459766387939rem;width:8.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAgd0s3cINIAhHDtbeKLTuaCSJPyD3kR { width:47.75rem;height:10.75rem;top:70.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqxrgbshIgf6P06TuDGRmCQTUs25m2E7 { width:47.75rem;height:3.875rem;top:62.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTAoPQZxz3E1cWACoaJ6zfvKtGxaM09f { width:47.75rem;height:9.75rem;top:86rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2yodTFLExJTLKztdLTD74aySMCFhrpU { width:18.75rem;height:5.8125rem;top:111rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gikyB1IcdD75pdNLJbQWNCCwBrDUeTdt { width:18.75rem;height:7.75rem;top:111rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPShgDe2kGSaRUdnRguhgd5B5RZWZETZ { top:102.8125rem;left:42.875rem;width:4.875rem;height:5.4304676372844rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxWlkuvBcpbGCPKwGitK2rQJl0NxrIR9 { top:102.8125rem;left:20.938282012939rem;width:5.8125rem;height:5.3803697300173rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgck19hx8RtlOueNZnIMRVdGGxmQBOE { width:18.75rem;height:7.75rem;top:111.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6yMO2iqRt39BVyL2LN6KcmBssMKPmDa { top:102.8125rem;left:0rem;width:5.8125rem;height:5.4414400186195rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0yFrn8QilzxTnbFWvPsfky7STAyTlcF { width:18.75rem;height:11.6875rem;top:132.8125rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlPJBz13LkUWOU3EWPuovFhF8V54RAvy { width:18.75rem;height:7.75rem;top:132.8125rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHH8wHflfTHgwZFstcUBdaWKxyk8Hemx { top:125.25rem;left:41.9375rem;width:5.8125rem;height:5.4414400186195rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGvuVc5emOCNRBHeAoi878UTZegfo64A { top:125.25rem;left:21.032032012939rem;width:5.625rem;height:5.4395349635939rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs4M5oc08KQgSM14fvNJ7mofq4uXSCSc { width:18.75rem;height:9rem;top:132.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PexVDTz6I9vG6h1uSpMbLnz7rxEEB9Dy { top:125.25rem;left:0rem;width:5.0625rem;height:5.49921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfopJ8ZgI2T4doFw5DorJ3Z8m7CCA9xS { width:34.875rem;height:3.625rem;top:151rem;left:5.3664054870606rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWkz8XS3E5yEi4HRfTcTuVZsEqX68mzW { width:47.75rem;height:15.75rem;top:157.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCMo43GDITWnMN7KladZlnGxWvwEWdTF { display:block; }#LCMo43GDITWnMN7KladZlnGxWvwEWdTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIN205LQRnO7LG4nadNpeLAxQFStWSxa { width:47.75rem;height:;top:3rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NStEI4PL24pzy1muT6RWFSdRurTA0t1d { display:block; }#NStEI4PL24pzy1muT6RWFSdRurTA0t1d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yisd2szvxyFDaUKVZBnnxZG4AaWANB2t { top:3.8125rem;left:19.5625rem;width:28.1875rem;height:26.817007084557rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwtoRbd5QkdVuh7BFhch1ms5SS8oGExk { width:25.875rem;height:;top:21.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox8B5xF37d6UHOIwgTflEwss5rs99C7q { width:37.5rem;height:9.3125rem;top:10.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw { display:block; }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdlVb2NTEIFVSZ6RqyEAf50cBF6qbPr8 { top:1.125rem;left:0rem;width:47.75rem;height:101.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZpbWda5n2rwuHZ4iG4dkgD8l6sr40I { width:47.75rem;height:3.1875rem;top:6.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCicxrq3i6dfdTVGOGqHk5Q9dct2XK4T { width:47.75rem;height:83.8125rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgKTWThO2QOChRMNaaWburrcHhTuz5T0 { display:block; }#KgKTWThO2QOChRMNaaWburrcHhTuz5T0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuxT1tLuDDHoixkt3pDnf09DSnNe8AM0 { top:8.0625rem;left:9.0625rem;width:30.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odu3iBm4tyoJym4tTGS2aziBJh8V6SQi { display:block; }
 }@media only screen and (max-width: 763px) { #h9hxmmy2pJX5U41k05iMtWHX4xdZ0UXR { width:25.875rem;height:;top:16.1875rem;left:11.312501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlR3V7oo1lEcXC8M5nTiM3EBgQEPZk3p { top:4.25rem;left:0rem;width:47.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt { display:block; }#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnZB2g2L6IAOo94be8vTpuTaTW1zuyWa { width:47.75rem;height:;top:4.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPIp4mZ3RZhVFZdfwVTmzhFHDKbwmaw0 { top:2.0625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 { display:block; }#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iz2AnHIlT5aLd0pOxB8qS6gbBbDxgqZ5 { top:3.8125rem;left:0rem;width:19.5rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THFXWRcaktHgev5JmTciHuXqgAIto79J { top:3.75rem;left:0rem;width:16.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg2QgQXAmtkyzdTTvRXqtbJlZUgLEJGu { top:7rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq8BGZNqpKKgJmQJinRkszU7al3VNJVt { top:10.75rem;left:0rem;width:19.5rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwbbXS0QSaxVnw9ssGHiZMwvA8yUXsyB { top:20rem;left:0rem;width:19.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsx9FZdbrdKgOehuGGeLxKSVmB91ck2E { top:17.5rem;left:0rem;width:19.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gskJ2gZcSMSvEMgDk1ZScedW6sJbgZSW { top:24.125rem;left:0rem;width:19.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flXA3wO98BNWXG3dlGCCBWTrEkLeReFn { top:26.4375rem;left:0rem;width:19.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwLf7upZWxQ5LK6vAfDtMgtfTJMurSPU { top:8.8125rem;left:13.8125rem;width:33.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpRs2czww0o2KZf7X3FzhdLXI1FEiiHw { top:32.8125rem;left:13.8125rem;width:33.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaThNaLEcMTUmvfgxGv2u1ku9UTzLCID { top:48.75rem;left:0rem;width:19.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVIhaEJa1z5WTCRrWIism2oVa9Tq2Qgd { top:39.5rem;left:0rem;width:19.5rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLeVzU7emk1HUOzg4xmqE7TmWPfeq3KL { top:46.25rem;left:0rem;width:19.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx0TQgTUslUanSWztlSrpuyKt5IgOgTm { top:35.75rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZfoW4ER9eoOszS2DhkZyVuOdPb3g9LM { top:32.5rem;left:0rem;width:16.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAtWaeGemwVOqSTlfepporRfyJxOeWmV { top:32.5625rem;left:0rem;width:19.5rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpitInmW9gbPHz4413butt5ro3Tu0qbM { top:55.9375rem;left:13.8125rem;width:33.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTvES5DoC2mwJeSPkaTrVSZNsfJw5ygh { top:71.875rem;left:0rem;width:19.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQOyaxH7SeeWwlIN7sA1H4U8LuT9TnVi { top:62.625rem;left:0rem;width:19.5rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFkxyyCS2AfgZcNGmOuRz6SGNuimW5oz { top:69.375rem;left:0rem;width:19.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnlwgcP1xTLyU1w5NPrxzHlmbCgctnA6 { top:58.875rem;left:0rem;width:19.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5dCdt40aTIe0I5pRq2npowQH3FbPUDq { top:55.625rem;left:0rem;width:16.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0sdeaXxQh3Gsn9O18m0qUWdZJwUq6hC { top:55.6875rem;left:0rem;width:19.5rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn { display:block; }#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqBMkm3zCyhTawbIEDzsWDwVl2QlyQHs { top:6rem;left:3.8750019073486rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTyPUAiUwHWGK6XTVCFs89kS1QCDQho { width:47.75rem;height:4rem;top:1.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o221LwLqdHX4cXmTq4BAzgAPzFTKy3V5 { top:5.375rem;left:3.25rem;width:41.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi { display:block; }#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBP0oT8BTZRhUB31nmdUpsZ79lQ4if58 { top:6rem;left:3.8750019073486rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJItXgK1upKlr7oPIPh4txJWhkni8BS2 { width:47.75rem;height:4rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRcLSrhG1a9qun51O2Smg2pvhSMnatID { top:5.375rem;left:3.25rem;width:41.25rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv1NzBoTZtmRokrC2srnpuk2HggFopd1 { display:block; }#uv1NzBoTZtmRokrC2srnpuk2HggFopd1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fr8xIiT3PviZ1BtbhNphD3SR301oxUWK { top:6rem;left:3.8750019073486rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHg7Nm6asBQXq0kly5OEqG1yhCOutE9r { width:47.75rem;height:4rem;top:1.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6PA8zQ2SrALlap7MncfkTtxi8x2A2ma { top:5.375rem;left:3.25rem;width:41.25rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSaWseUc5VIboyNPNwplXGXEg5l4WVZb { display:block; }#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLuFw4SQP2blWlW0NrksPuB2zJpbCfwR { top:0.9375rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmR0QnMyqxEVatgCLUGKobZmflKkcK6h { top:18.8125rem;left:0rem;width:47.75rem;height:6.2307236061684rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpZ2rTCcOTASy3xm8g1GmnX9JFcu6roX { top:25.6875rem;left:0rem;width:47.75rem;height:10.942708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgDUHBGzcGIM8DyFsbBLmzBiyypW8H9D { top:37.4375rem;left:0rem;width:40.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioswBq33WlD4lvSHx4Ve3XkCNOM4gsH7 { top:45.6875rem;left:0rem;width:47.75rem;height:13.823884197829rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmubm2T0fJpxZ6W03X2p43SKDIC3QtNL { top:60.6875rem;left:0rem;width:47.75rem;height:9.2270531400969rem;display:block; }
 }@media only screen and (max-width: 763px) { #I87hKrTg0B9EBhneuLtzD28C9WOTXMo4 { top:70.625rem;left:0rem;width:47.75rem;height:7.7276570048306rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbwDfyDKeBWiwe3bJXrb8PFT7atfbnGy { top:79.0625rem;left:0rem;width:47.75rem;height:23.471316425121rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDZDd6WTF1DQvPepy9M8hCpbZr6GccrT { top:105.3125rem;left:0rem;width:47.75rem;height:10.899456521739rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrGcPoXEkPAdZGexPRouX5xNmz3Twf17 { top:117.5625rem;left:0rem;width:47.75rem;height:7.5546497584544rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ3qxeFuB9lvlVlD0VccDguiSXx4tPec { top:126.125rem;left:0rem;width:47.75rem;height:23.240640096618rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S { display:block; }#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQAPTJTtol9TvrLEBhITWUi1updHrkT9 { top:2.4375rem;left:0rem;width:47.75rem;height:17.019801980198rem;display:block; }
 }@media only screen and (max-width: 763px) { #THuMuThVZboH9LpAmWqxzT12Qa9d3xZc { top:29.9375rem;left:0rem;width:47.75rem;height:23.075836820084rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKQMeH3A6WSU5Taqrlz0waIoEbva4Idh { top:63.0625rem;left:0rem;width:47.75rem;height:11.637813807531rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGugPQ85dhHVaUu76c2BTJuNTiDp1IBm { top:82.0625rem;left:0rem;width:47.75rem;height:8.1316831683169rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgUPNwmS1ZGmoraFkRM4cJTyHIiUoiHJ { top:95.6875rem;left:0rem;width:47.75rem;height:10.353712871287rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmrOnPM0s1SGkqQyIMfMCGFApCWsKE52 { top:113.4375rem;left:0rem;width:47.75rem;height:11.582920792079rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0MLpPQNEyqgutD9mxQaQx440h0BKGXc { top:132.5625rem;left:0rem;width:47.75rem;height:10.40099009901rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqb6o7WKzTyenMrhvGg0VNKs72HFxqrE { top:149.3125rem;left:0rem;width:47.75rem;height:3.9789159791667rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUtG8V7W9nqtJcNTpTZLTb7wf5OaCJaN { top:157.625rem;left:0rem;width:47.75rem;height:7.0826779166669rem;display:block; }
 }@media only screen and (max-width: 763px) { #inKIeUFcr0fUpoLpmoJIx9Ns8M8NzZNa { top:170.4375rem;left:0rem;width:47.75rem;height:6.2470529166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ { display:block; }#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1W1OAFEoUTQp7FrBwXHW89MEwPUD6H1 { width:31.25rem;height:15rem;top:5.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBvVVScbhLpqU5OsTVPRapmIaMSen1BP { top:4.125rem;left:23.1875rem;width:24.5625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm { display:block; }#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IaBJUwCJwT8qQHyR247xJlRokC0TEphM { width:47.75rem;height:;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q { display:block; }#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDDUiGATWex6XQwfRR5tZC7XPLmWFLAh { width:34.375rem;height:2.375rem;top:7.8125rem;left:13.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0LHGcQLxugbePuMOMtz3SC407FiHu5u { width:34.375rem;height:13.3125rem;top:11rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e64FPoiB1ucDnbaXFn0H92pR4axNEdTp { width:47.75rem;height:22.6rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS { display:block; }#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USWlRGIxZ5HhCLvp78ya45vfBUITLASh { top:0.75rem;left:0rem;width:30.0625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6BOLqM723z5q7zIheuIeFvFo3cO2LD { top:0.75rem;left:19.8125rem;width:27.9375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Nukbo57z31dXBKgixfbfbMszWb3tPW { display:block; }#I9Nukbo57z31dXBKgixfbfbMszWb3tPW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpEiSDblVFviGoJPspydV8qp0EUm2wZh { top:1.1875rem;left:19.0625rem;width:28.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkqXQNiZyoE2A4hvRb0c1vZ86QUEu9ly { top:1.1875rem;left:0rem;width:30.0625rem;height:14.8739375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 { display:block; }#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItqZ2q5Je3vtIAnlqNlovclpnTEQTxPB { width:47.75rem;height:3.1875rem;top:2.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUKknIERSAWXarw99plg9PFVrWa2EvkM { display:block; }#hUKknIERSAWXarw99plg9PFVrWa2EvkM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxprxV6DN9bA1BuzfPbSLQkiChF3MFyh { top:21.9375rem;left:1.966796875rem;width:43.6875rem;height:30.829222375477rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuXaQ2Ng6EJ1v93IEO4GLUqJ0HrVE5q9 { top:9.4375rem;left:0rem;width:47.75rem;height:50.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKMl1yWtVICk7XXg0MFRG6NTkBJTf7I8 { width:47.75rem;height:3.1875rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzGyLkOS5fylTyKkUy20bxoJqTvK75Sk { width:47.75rem;height:6.4375rem;top:17.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIiFq2BLZIaLWAyoddwInzUQpODAHI3t { top:35.5625rem;left:22.8125rem;width:24.9375rem;height:24.002329722446rem;display:block; }
 }@media only screen and (max-width: 763px) { #gySC1ATCIoAInAHm6SuseQlC0mKA76AD { width:25.875rem;height:;top:50.625rem;left:21.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4NZlgAM09eLBhSQ4gKBsDJRUdeL022M { width:25.875rem;height:;top:44.625rem;left:21.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf6v2TFMUaadGlUZHQHpxfQc0NsLpTHw { width:18.75rem;height:2rem;top:48.5625rem;left:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZPv8HaptATW7WNFEMmhtEkOFid17zG8 { width:18.75rem;height:4rem;top:40.625rem;left:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf { display:block; }#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9tsPOxIne25EMH0ZKlDy0F0WgdR3JAc { width:25.875rem;height:;top:18rem;left:10.937501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnTBTqiLPutcGfiyLRJ8NP0NIDGC5cBF { top:10.875rem;left:8.7191390991213rem;width:30.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiEMAbmvfff87MO85mF8ShdhhcmIqVeF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT { background-color:#f1f3f6;background-image:none;display:block; }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row .container { background-color: transparent; background-image: none; }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row .container > .video-iframe-container { display: none; }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row > .video-iframe-container { display: none; }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .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); }#ucMfpu3lt8DtK61vWfkZP9TVSwlwTTLT > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSmUV2vr9qTwXi2G6zJEpTDc1520uk70 { width:19.9980625rem;height:2.55rem;top:2.2289061546326rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3uAdtgI4fneLTmqf6weyIWvDk5R9K0y { width:19.9980625rem;height:2.025rem;top:6.1289057731628rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #FNHSfl2N7hlIGSQgPkpykBUZC82EknIG { width:19.9375rem;height:11.25rem;top:9.37890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row .container { background-color: transparent; background-image: none; }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row .container > .video-iframe-container { display: none; }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row > .video-iframe-container { display: none; }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .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); }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row .container { border-width: 0; border-radius: 0; }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row > .video-iframe-container {  }#zRsUO08xF6uLsWoLFrTh5FKDxTJAs5n5 > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvzgXTwvEQrLconZLgTO4fFH7RLOlcic { width:19.9980625rem;height:14.1116875rem;top:7.8410167694094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwVTBGWHItxC3b50t2fzJy57MJ3nwAav { width:20rem;height:32.625rem;top:2.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #GKmCNL6eHb6F42xtMTDD8I3y2yROUEsc { width:19.9980625rem;height:1.575rem;top:3.9351558685302rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6dk5ofcD95rW8Sp1yZuV8f2a4vUEgpK { width:19.9980625rem;height:3.15rem;top:6.1851558685303rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJlQ7EMiZea9aIxpk151771wCmQkch5f { width:15.625rem;height:14.875rem;top:20.074216842651rem;left:1.9488280117512rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtnoewa6iFW8xMshphCocw84JrsfpWMp { width:15rem;height:2.025rem;top:29.72812461853rem;left:2.4984374344349rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#009a19;display:block; }
 }@media only screen and (max-width: 763px) { #cXMfkVMQ5OLGcPk3JJbcIpvC6UN9WT8c { width:15rem;height:2.025rem;top:25.840623855591rem;left:2.4984374344349rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#e50e17;display:block; }
 }@media only screen and (max-width: 763px) { #FWbkSWIXRXWp4FopeBTqVaKy1unnCAQg { width:15rem;height:1.35rem;top:28.04062461853rem;left:2.4984374344349rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNTMTdM8fG41nf74QsDm33JzCa0VP6ER { width:18.75rem;height:2.7rem;top:22.903123855591rem;left:0.62226560711861rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 { display:block; }#o4R2DJotZa5hViKveuyrUmIMwCr9aGo3 > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZlmoCTVKaGQB0PSvZWffW5RRcR9s3fi { width:19.9980625rem;height:1.35rem;top:5.9976568222046rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSvTGQ4Vsh8eeJV1QVxRnVl5UfKtsahb { top:2.0589828491211rem;left:0.62226560711861rem;width:18.75rem;height:3.12421875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0m53MXBI92e0ez06eyt7N0UfwNuVE0x { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqnZByX85gXDwTV3TNkazBVA3MgXuKAK { width:18.4980625rem;height:5.7rem;top:1.8972663879394rem;left:0.74882808327675rem;font-size:1rem;text-align:center;text-align-last:center;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x { display:block; }#otPfAXZlp1D68L9FuhJOXt0QSxRs2r4x > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET2a10nn04ZGsF385s4Bg9gmS89bd4eZ { width:19.9980625rem;height:11.4rem;top:1.8000011444092rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N8wu0S52kL2uOynBN1T3Fke61EVOlaQd { background-color:#ffffff;background-image:none;display:block; }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row .container { background-color: transparent; background-image: none; }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row .container > .video-iframe-container { display: none; }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row > .video-iframe-container { display: none; }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .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); }#N8wu0S52kL2uOynBN1T3Fke61EVOlaQd > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pi2AVaTqT4M5yZhowI7Dv3A8Bh5fiT5n { width:19.9980625rem;height:3.3rem;top:2.6625003814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dndega7ohDZNsPhdZLge1xMZAWarot1b { display:block; }#dndega7ohDZNsPhdZLge1xMZAWarot1b > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOt4BUcCSH6nQM3nXbsbwH3WmbmkKQun { width:18.75rem;height:4.95rem;top:1.4296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf { background-color:#f1f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row .container { background-color: transparent; background-image: none; }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row .container > .video-iframe-container { display: none; }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row > .video-iframe-container { display: none; }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .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); }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row .container { border-width: 0; border-radius: 0; }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row > .video-iframe-container {  }#wpcnQb3hH2b2DiEKLhn5nU3cPL9BPgCf > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXVbt6LPdkLlrUepe0pvsRTZtWeDMTpF { width:17.499625rem;height:15.1230625rem;top:0rem;left:2.4363279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBTvpmOzWouIRuXEvOq4v53tO0StT2Hz { width:19.374625rem;height:8.1rem;top:16.436719894409rem;left:0.31171873211861rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #so71L9HRncOiaWkTvtcKRA0TBqQEHB37 { width:19.9980625rem;height:1.575rem;top:26.941404819489rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row .container { background-color: transparent; background-image: none; }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row .container > .video-iframe-container { display: none; }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row > .video-iframe-container { display: none; }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .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); }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row .container { border-width: 0; border-radius: 0; }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row > .video-iframe-container {  }#se5qkwRPWq3NX8ll2yvMRFLz9nGgrTyw > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrubOlM824Me06EiaQWQMrDTIKiIUGfT { width:20rem;height:91.25rem;top:1.125rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hex59CTtUS1SguHA96pNsuuVcimqlTv4 { width:19.9980625rem;height:1.65rem;top:46.73671913147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHdByuclwuOMG1LCgEtFT8d2cTRDTUpT { width:20rem;height:34.2rem;top:49.495308876037rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VgCn7bLJ6IAuHGp98WLG4X4GDvVH5SHa { width:20rem;height:19.95rem;top:22.621875762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBvhIcakm98o0iToaqV1LeMuw4zNMakm { width:20rem;height:17.1rem;top:1.705078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DXoPlkT59vBzATH4o7fLBai1xao3BROx { display:block; }#DXoPlkT59vBzATH4o7fLBai1xao3BROx > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yt1XIhiUrI2BIAHHFwcvB5PWTkeGtomS { width:19.9991875rem;height:4.95rem;top:0.8671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV { display:block; }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV { background-color: transparent; background-image: none; }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .row .container > .video-iframe-container { display: none; }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .row > .video-iframe-container { display: none; }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .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); }#iQ6ciVRnLLyfE1QLbF3lcEiQxvlHWqyV > .row .container { width:20rem;height:26.4375rem;background-color:#f1f3f6;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWb9fyCTUAMpkiyGuItPBAULsJuOMdmT { width:13.875rem;height:12.8730625rem;top:2.1773509979248rem;left:4.0078120529652rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA34N29HxrhwyFwfgA855ssnsqy3NzfD { width:19.9980625rem;height:4.05rem;top:16.456638336182rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wyND4y8QA3isGurU5ZgLvxlorxXayvtW { width:19.9980625rem;height:1.575rem;top:22.528121948243rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row .container { background-color: transparent; background-image: none; }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row .container > .video-iframe-container { display: none; }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row > .video-iframe-container { display: none; }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .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); }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row .container { border-width: 0; border-radius: 0; }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row > .video-iframe-container {  }#gVPbaN8enDFyOsAuDCyzkhaI3GM6KMDu > .row .container { width:20rem;height:312.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLdKmlKbBQd1QTfTNXIg6TCC0PuDZF8c { width:20rem;height:331.375rem;top:0.77109384536744rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #apfJTK2pApR2lkANBdQQlX4ciwg73Zbq { width:20rem;height:3.45rem;top:1.3300895690918rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1bFO0bXvh26JbAqswe2KrGTCTSIJzLt { width:20rem;height:49.875rem;top:6.8039073944094rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2hNbPNDxBWq5SMVW0N9vkiWo93pDfGB { width:19.9980625rem;height:2.325rem;top:60.580060958862rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiV2fgRTe1GtKyBT14QvbTyDPMEsFnsr { width:14.312125rem;height:5.1rem;top:84.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ7SSwu0U3mHHg38rtvIi93FVO4TDQFB { width:14.312125rem;height:3.825rem;top:71.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtD45wNzm0DsUkTnOv3xE7h7nluBnv4x { width:6.2484375rem;height:6.2484375rem;top:104.37420654297rem;left:6.8742184937rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGuWsRyk8zWOkSqhTGKLuLLyZ9Fl2Smq { width:6.2484375rem;height:6.2484375rem;top:91.873819351194rem;left:6.8742184937rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5JFK8uID2bh430NKph1ggZ9QxfiTsgc { width:6.2484375rem;height:6.2484375rem;top:77.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNUBabr2SA0og0p5TmaZaZyveu4G1clv { width:14.312125rem;height:3.825rem;top:99.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QH22gS6AC12p2StoM7vGcQkgNC6Wdk { width:6.2484375rem;height:6.2484375rem;top:64.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTe8WoKEfqE0RHixNfbQeu5FltK0OHF { width:14.312125rem;height:2.55rem;top:112.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khh7XIMNo6ktCpRgw2o24J9RRRwy3RO8 { width:19.9980625rem;height:3.45rem;top:119.394115448rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKFKO56PAUZuIwboIF6XXJ9aCCEI5dF { width:20rem;height:79.8rem;top:126.53671264649rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlI6sTxVwiNNqXOn0vBeeX0crVwMx18w { width:20rem;height:5.175rem;top:210.36093139649rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb74RZTONUbq9rCx9uk1uufTlXW8A0PN { width:20rem;height:47.025rem;top:219.17693996429rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fv5gPlyMtoedXTtvXikw7qkOsqDZfJRr { width:20rem;height:41.325rem;top:269.58045578003rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkQPduWHtUplvyl7q3hAX9RTrycqEhyb { background-color:#ffffff;background-image:none;display:block; }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row .container { background-color: transparent; background-image: none; }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row .container > .video-iframe-container { display: none; }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row > .video-iframe-container { display: none; }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .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); }#xkQPduWHtUplvyl7q3hAX9RTrycqEhyb > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxsTzaBLcxH4ra6BBt4l1kQ0BnlWVQEA { top:4.1875rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBzT66E2V6Ebtw32qeGU7sl3h2NkFOE5 { display:block; }
 }@media only screen and (max-width: 763px) { #oT6w12otoAkPCHFoIkAwWIGJDRW4EmfZ { width:19.9991875rem;height:1.35rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od2pKGv5PV7x8Mpe8JJ5nB6XwIk641Q3 { width:19.75rem;height:9.375rem;top:1.9375rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT { display:block; }#fRrNa5fvicEoOZm6QCc0NLWav9Ta6ENT > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGk8kf2v4Vxx3gsdsp8E5r6doyHy0Uat { width:19.9991875rem;height:3.3rem;top:1.4742202758789rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 { background-color:#f1f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row .container { background-color: transparent; background-image: none; }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row .container > .video-iframe-container { display: none; }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row > .video-iframe-container { display: none; }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .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); }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row .container { border-width: 0; border-radius: 0; }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row > .video-iframe-container {  }#R2Q79SzmetTwpO4LA8UGdxDZ7A9dSbn1 > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLIrUtOCSVkSAzcASxr0zu4dbkvSelId { width:13.749625rem;height:12.375rem;top:2.6824216842651rem;left:3.1242184937rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP7OubRa5aKZph0TxTMhJoo1VSr1TSer { width:18.75rem;height:6.75rem;top:17.895702362061rem;left:0.62226560711861rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VTTUwiMHE9qc0xbLmeKz0xyOVzApdsqB { width:19.9980625rem;height:1.575rem;top:26.62269115448rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row .container { background-color: transparent; background-image: none; }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row .container > .video-iframe-container { display: none; }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row > .video-iframe-container { display: none; }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .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); }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row .container { border-width: 0; border-radius: 0; }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row > .video-iframe-container {  }#HbhaFDVnx0TPVc47TyvP49PuGlmIWeOs > .row .container { width:20rem;height:225.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzoquTfTOT4TGu1Ezv2pWAkxMBPZU4GK { width:20rem;height:228.5625rem;top:0.62382507324219rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMaBKyxc6xmvobCmZDQak5Dkc36PbR9S { width:18.75rem;height:2.55rem;top:3.1851539611816rem;left:0.62226560711861rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #huFNcwDEGW53vzg8QADyVVXZO2Vzwoxh { width:19.9980625rem;height:3.15rem;top:15.937072753906rem;left:0.0019375000000004rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uli4HEieeBv54lQC2d9hyZucUIJePqVU { width:20rem;height:39.9rem;top:20.746934890747rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUUax880ZIyoFsAvMGdcSbOhmddWn7ax { width:19.9980625rem;height:4.725rem;top:72.659759521488rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8guJqONouBW7488dxO0TBemhJcxTCNT { width:20rem;height:38.475rem;top:78.871868133544rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFiVnvNk4wD0HwWqTEctSbgRCFif9kyL { width:19.9980625rem;height:4.725rem;top:128.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRNe8JmTDxkZ9o1yaE34fVBUUuSAnEZH { width:20rem;height:34.2rem;top:134.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDREToD2F9vPTcDERLWNmHWWoukw8bOq { width:19.375rem;height:4.725rem;top:180.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKfvmE72OnbcLGeAlNRHswaSd24bQmv3 { width:20rem;height:35.625rem;top:185.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcCO5gCJrvfE8O8z10w2yDS8JXcrkvr1 { width:6.2484375rem;height:6.2484375rem;top:8.935546875rem;left:6.84257748723rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTsegV0lu5bZChTpKV5Gqykier4PA3vD { width:6.2484375rem;height:6.2484375rem;top:64.809313297269rem;left:6.84257748723rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS6mewfyqJHmXghxTeAIQUmAOWMdNdth { width:6.2484375rem;height:6.2484375rem;top:121rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWppKg7hiBiXWVlWkXImdDaqb2PaWlH4 { width:6.2484375rem;height:6.2484375rem;top:172.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcDUJAlytomT32zI8XNUvmweqnnp9duv { display:block; }#XcDUJAlytomT32zI8XNUvmweqnnp9duv > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XL4VdZN8lV5kJqTwg7P1F6isbarCHoD3 { width:19.9991875rem;height:3.3rem;top:1.4730453491211rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHHInsanVtKHZXwdBv5iczDCX2E85TI8 { display:block; }#qHHInsanVtKHZXwdBv5iczDCX2E85TI8 > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfgCUb6VxIDy3tEMl1pDepK1bbZzcCd5 { width:13.875rem;height:12.875rem;top:1.5489835739136rem;left:4.3125003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDcL4NokATOQcDIHxNIVpPNR2MZwfRxV { width:19.9980625rem;height:4.05rem;top:15.599999427796rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PLTxZ8tOw9hZWJnKMNMoq7GkXxS3eTpP { width:19.9980625rem;height:1.575rem;top:20.840622901916rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #StOkPVuDWoMkobuNyN5JqSJlsuEIuslq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row .container { background-color: transparent; background-image: none; }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row .container > .video-iframe-container { display: none; }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row > .video-iframe-container { display: none; }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .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); }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row .container { border-width: 0; border-radius: 0; }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row > .video-iframe-container {  }#StOkPVuDWoMkobuNyN5JqSJlsuEIuslq > .row .container { width:20rem;height:305.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCvW8ZKc3VOJ58tvFNSaDGITZIudfgO2 { width:20rem;height:5.175rem;top:2.1421890258789rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHleF9KtPKO9o1nzEDa2zpZ4OJ4BdxHF { width:19.9991875rem;height:24.225rem;top:8.4280872344969rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EodbIV6IKWrdXGrwdcVgdult1SoTDBm4 { width:19.9980625rem;height:1.725rem;top:73.522255897525rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qozfF4xM1Tt28zBLwbakqmk2JeHzpmBe { width:19.9980625rem;height:88.35rem;top:76.181230545044rem;left:0.0011718869209289rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqRlgQM8XL517la8uRBmoHrUf46Z2aGu { width:14.312125rem;height:3.45rem;top:67.374607086181rem;left:2.8429684937rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqMGw214drGNSHRFrUh8FHSqDt70Q891 { width:14.312125rem;height:3.45rem;top:54.999607086182rem;left:2.8429684937rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yov3lxa7tEA7l7CBFuewoB05Qx2ZfrUR { width:6.24960625rem;height:6.24960625rem;top:59.998826026916rem;left:6.873046427965rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6TCet2KuyhFG6G8ia6E3IFMBhSWAxVJ { width:6.24960625rem;height:6.24960625rem;top:47.561716079712rem;left:6.873046427965rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7H9c5GgVCTENKqzHtV6KsDAkJHOKTyT { width:14.312125rem;height:3.45rem;top:42.062107563019rem;left:2.8429684937rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpGBIEul60yRcrt3pZGB41oKcJLVvfld { width:6.25rem;height:6.25rem;top:34.687498569489rem;left:6.873046427965rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuH4vI6OWTLbQg54hvbLTfBOb4FUT7cd { width:19.9980625rem;height:5.175rem;top:170.75037765503rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDUBFXmc680sWDr6PuHJGIGbIi3JkO9W { width:19.9980625rem;height:57rem;top:178.43437004089rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmlpBv4eAhvPyx6w4omybB39by65EssW { width:19.9980625rem;height:6.6rem;top:239.99883270264rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSWsWZ8aGrwHETWMHBeODtR5O3HQ93DU { width:19.9980625rem;height:51.3rem;top:249.10898017883rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Mvx2kTx5Hwy5sNTaX1u9sUOwtF9BTB { width:19.9991875rem;height:41.0625rem;top:303.07147026062rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMcoNxgMaFeTPXETspCSpORzgrQTaSPZ { width:20rem;height:296.25rem;top:0.77226257324219rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 { display:block; }#sZIrePCmlb1vROfaqmgHUyPJ5fK3pvy3 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cxb0m9Wdby58azv7klC31G5UFxl6rT6l { top:3.8742198944092rem;left:0.62226560711861rem;width:18.75rem;height:3.125rem;font-size:0.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #tCnGbhBApEveQnQCxJyWNPTuNGC9aN51 { display:block; }
 }@media only screen and (max-width: 763px) { #R4z0lm7xBIQkO2G7DmGNFXV1DEP1nSAe { width:19.9980625rem;height:1.35rem;top:7.9992179870606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #DWCTlCiJd29AmxbzM1eSzngOHAOcX4Vg { width:19.749625rem;height:9.375rem;top:1.8855476379394rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO { display:block; }#PgmeTWOw8NQaqB35vNv4PD3hkdDTUtMO > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmD4CdEV9IGrdo0niXq7Dg2obmWXcX3J { width:19.9991875rem;height:3.3rem;top:1.4730453491211rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 { display:block; }#OKAIwnrDdTaw2rVanngzUq5O3n7fWS08 > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6XRTEWwQ6nRNTJSP3OvrglSZZgH33pq { width:13.875rem;height:12.9375rem;top:1.9374809265137rem;left:4.2500003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVncqHMDxmzVnopbxT5STRcLJ10LaK5g { width:19.9980625rem;height:4.05rem;top:16.423828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yOg49OWq3gknz8ZyXbkx9byxROMkKwEH { width:19.9980625rem;height:1.575rem;top:22.278512954712rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row .container { background-color: transparent; background-image: none; }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row .container > .video-iframe-container { display: none; }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row > .video-iframe-container { display: none; }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .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); }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row .container { border-width: 0; border-radius: 0; }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row > .video-iframe-container {  }#LqNoz6ykL9J5sWQhiDUIQFCmVwBcntIy > .row .container { width:20rem;height:424.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3PK1e8y0E8PAH0qeBzrDfMcwIpIRS11 { width:19.9980625rem;height:5.175rem;top:2.1234350204467rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeBcBMteyF9rrKoHyJDqVM17E4dDLghl { width:19.9980625rem;height:34.2rem;top:8.6085927486419rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeNR1UyTKfzOCTwLKSVf2IHaIOTWHM51 { width:19.9980625rem;height:8.625rem;top:45.056252479553rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbaxESrunxCQDMLb7nQk5hEJOpuLC5Ws { width:19.9980625rem;height:27.075rem;top:88.123705327512rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyhJJUrU6M8BlkGKeDI24X9fbVHqtZVK { width:19.9980625rem;height:29.925rem;top:55.898435592651rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iahb6L34B7SpTrUBaRbNFXR6CcSHv8Ak { width:19.9980625rem;height:3.45rem;top:117.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJv555iTSrQGvsdGTwKosfWpq6CF5crT { width:20rem;height:17.1rem;top:135.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGgHZ5M08yThVehuXqUatTALesFoHWO7 { width:20rem;height:17.1rem;top:164.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsqfU3gaiXZoXNy98RRCdDlnw05PJaSi { width:20rem;height:15.675rem;top:195.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Voe8LUI1C6iBk9Z76g65UeH3PwbiI0Be { width:19.9980625rem;height:2.85rem;top:130.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPNLNpMTvK9fcWoge8MWRsAPQBg0Jeqd { width:19.9980625rem;height:2.85rem;top:161.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPfn5qW8iAgeL4BTmgR8kLJsddQxLDI9 { width:19.9980625rem;height:2.85rem;top:191.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkXy8HmN1azZ9Rmsd1VcXyG0WC6BGOiC { width:6.25rem;height:6.25rem;top:122.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5BEM6vSRJzDxArmDRSHTl8NNTmK4FxA { width:6.24960625rem;height:6.24960625rem;top:153.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THgEPSW3TbphHIcH52UJ9WezO6s5TnAr { width:6.24960625rem;height:6.24960625rem;top:183.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGhJ7oA4sODyX2qGQ74fxf078vSxHyZb { width:14.4375rem;height:14.4375rem;top:356.20077133179rem;left:2.7480466663837rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVNWBu47kFm0PbbrX3mgVthThOr1FxN7 { width:19.9980625rem;height:1.725rem;top:214.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4gtHJLdebpBTxOe72hPDti90KPm39XT { width:17.499625rem;height:17.325rem;top:353.24998664856rem;left:1.2492187321186rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIzORKc1t1FdzLhFxXrZmKyXR4P4Syc0 { width:19.9980625rem;height:4.275rem;top:318.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgAwyha3NTfP5iEzdtfdZve1cfbweRiu { width:19.9980625rem;height:28.5rem;top:323.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJRaOZRTILlNVawI36eHH9mdzhwdr8dU { width:20rem;height:19.95rem;top:257.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJNJpUyOJZo2ITVnkMKu0h2iH1PgqSQB { width:19.9980625rem;height:2.55rem;top:281rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP0pGk75mBEBXCVTzLZ7F4Tqkg2sihwn { width:19.9980625rem;height:29.925rem;top:285.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUWhqZCR77LvgEm5DpcEGmnFyHOshHST { width:20rem;height:12.825rem;top:220.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXexAOZPZH2yc84G84aVt8m7oR5NqWEG { width:19.9980625rem;height:1.275rem;top:236.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEI4Ltd9NuNHocCo5LgOvGgahlRDdAl { width:20rem;height:11.4rem;top:238.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzTnzP3m9xEEW0UEWok7pqxB9irJLp5J { width:19.9980625rem;height:3.825rem;top:252.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQmOQ8Dc9vduT94nfsDDI0fDJQRvz2Q3 { width:19.9980625rem;height:2.55rem;top:217.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy8MFWVfVazZkTmbhRdQvDHHT0kaW0t5 { width:20rem;height:421.3125rem;top:1.2269401550293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJINZx90ow04p8fMT0xOoU5EcqgqrieN { width:19.9980625rem;height:1.725rem;top:373.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #HDE04scSnE4satIiowsJooHa8dbvAtcT { width:19.9991875rem;height:42.75rem;top:377rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 { display:block; }#XaTK9TxegzzHh2Cs8I7nyqCL2SN0piw2 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhHqkqHXuSJvTfRDC0SB2oTScsVKxNUA { width:19.9991875rem;height:3.3rem;top:1.4730472564698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx2yTyVHm8ET1463TOItBOJG6I5w47UI { display:block; }#Hx2yTyVHm8ET1463TOItBOJG6I5w47UI > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESMT09BERveG9x3tNaPICPR3Lo37bBJu { width:13.875rem;height:12.9375rem;top:2.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgHR36Rm421U7zxZGg18VzR3452JXJWH { width:19.9991875rem;height:6.75rem;top:16.936721801757rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AlwN7Aoz2kxrnckStbzkwQMNxWmg76Se { width:19.9991875rem;height:1.575rem;top:24.936721801757rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row .container { background-color: transparent; background-image: none; }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row .container > .video-iframe-container { display: none; }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row > .video-iframe-container { display: none; }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .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); }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row .container { border-width: 0; border-radius: 0; }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row > .video-iframe-container {  }#lwae19wVAdVntPhuU8NJ1ekuS5GDJt1o > .row .container { width:20rem;height:401.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1B8ctn9EHrq413dJaD3pVn5t5IvQq2d { width:20rem;height:397.1875rem;top:1.2492218017578rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZdsreAPcgopuIPP28TkuDH8xr2lQl1a { width:19.9980625rem;height:18.525rem;top:2.7280750274658rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyG56NgtvDI9I8ZTnZJbGiq22ck91FS { width:19.9980625rem;height:27.075rem;top:23.478515625rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnI3poKGDiRhCt0ANyHU7rNnkkvmsyNh { width:19.9980625rem;height:11.4rem;top:53.418749809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcp4URDavqNmnkGdzcWSbONiMIrdZRCS { width:19.9980625rem;height:17.1rem;top:67.229291915894rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSw9TVU1NKNhCaTOf1IToiK35gvkBu8x { width:19.9980625rem;height:14.25rem;top:86.889841079712rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4R8qsscDe5cP3LKtRxTMi2XyOyNBJwK { width:19.9980625rem;height:3.45rem;top:104.25702476501rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVq0Vad0V7Z8CcBW8EBGUzTeAD10w3X { width:19.9980625rem;height:14.25rem;top:137.94139051438rem;left:0.0011718869209289rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUe43sH92Q6fe8Qf6ZJsv9Be2qdXqhfU { width:19.9980625rem;height:17.1rem;top:114.53202152252rem;left:0.0011718869209289rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2bvGnBV5Iw3nDHyubFGOtrzVv3AIAWf { width:19.9980625rem;height:4.275rem;top:109.37108421326rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCMDgdC5v7oP4IMPL4PafSRsoycRahHL { width:19.9980625rem;height:2.85rem;top:134.14685821533rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atwEuDp7K5bG9RgmSAfamZQQTRq46SxA { width:19.9980625rem;height:18.525rem;top:159.24842739105rem;left:0.0011718869209289rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMlTQ3rJJ2QUmTHw7skVuJzStOMI8pAO { width:19.9980625rem;height:25.65rem;top:184.3113117218rem;left:0.0011718869209289rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Fkz5o6UH2RRu3utFiiatrJGuiyA6NT { width:19.9980625rem;height:2.85rem;top:180.30467033386rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtDEiSOOICzodORVTkEqkM1k8XlkTkPs { width:19.9980625rem;height:2.85rem;top:155.00631523133rem;left:0.0011718869209289rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DthfK0Eih7673iJM18DTDBSSUdWgOT3D { width:19.9980625rem;height:18.525rem;top:239.86991119385rem;left:0.0011718869209289rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8J0Bc9M62ak9vLxxnPDWf4dy67Z9GO8 { width:19.9980625rem;height:15.675rem;top:217.74842643738rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb1KNTk1A8wih6oOqoedpqFx9wP3EeXr { width:19.9980625rem;height:4.275rem;top:212.4997215271rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvx3tqQlIQUoBpIMfzsMxNtvaN4u2nOC { width:19.9980625rem;height:2.85rem;top:235.68397426605rem;left:0.0011718869209289rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JasDxc8bEe46rwJt86MVBVFpuqhNUTkx { width:19.9980625rem;height:1.725rem;top:261.86952018737rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #hIsyTE2MHLP8zpCEyh1ocbBPmXlG4TRg { width:19.9980625rem;height:74.1rem;top:264.62459754944rem;left:0.0011718869209289rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5cQkMCicSNqZe0tdWC6ITpNAe9EbUof { width:19.9980625rem;height:5.175rem;top:345.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCCNvUAvaZQaZgbVKOzvDbnyeoftJHDe { width:19.9980625rem;height:4.275rem;top:357rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNTdSAuo4EfP0OpQQUzoBliXx30BTNVZ { width:19.9980625rem;height:4.275rem;top:375.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ7oCwmdOslT2lOG38X4ECDFghr6o8wm { width:19.9980625rem;height:4.275rem;top:385.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CABFwHUiBZD4z0z6sJlvJIAXBsowVPah { width:19.9980625rem;height:4.275rem;top:395.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3PPuMadSspTfZgifTwBV4GGUgOi7C33 { width:19.9980625rem;height:2.85rem;top:366.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxs1yo0JbhTrpmNi4KpsuExVTIFwLda { width:4.3734375rem;height:4.3734375rem;top:352.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie4sc1R3y3PdDioyBxOt3LTx2VPdA3TN { width:4.37460625rem;height:4.37460625rem;top:362.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze3tQUk8Sx7eWEUMGMu70ylvz1pdba7J { width:4.3734375rem;height:4.3734375rem;top:370.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMXcQdsymmQLkZVfdMIquQlkd9aqR0AE { width:4.3734375rem;height:4.3734375rem;top:380.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHALzaZoQVbihTuztcDTKGnUHV3NHxSQ { width:4.3734375rem;height:4.3734375rem;top:390.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R { display:block; }#lKDzQdVvKNWXnJDt5rtZPX0uvAeNwX9R > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xL0KWddW4RSW0UmaW5Ngy4VK1yBDN43s { top:3.5rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5wZzRcWKTmFP6IQOJIeRf7U2EuPFt2R { display:block; }
 }@media only screen and (max-width: 763px) { #FQ4nTTwiouly2Q83TIKJFLp9BXHn0hHR { width:19.9980625rem;height:1.35rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBne9ZG71tmn4HHSBvmUomzVAgSf4XbR { width:19.75rem;height:9.375rem;top:1.625rem;left:0.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu { display:block; }#TAFrTlGlBJUGRcot6EvXtvrhrD1KJtMu > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxIcHCinwstk1bqQT8thU69DuKxVlODo { width:14.499625rem;height:4.95rem;top:1.3992195129394rem;left:2.7492184937rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEoG7suzGl8GaQRXgFHPN883Ppw7vvak { display:block; }#UEoG7suzGl8GaQRXgFHPN883Ppw7vvak > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlGd2XnAvKXhi63hxFmh55TTDTTJapKq { width:13.875rem;height:12.9375rem;top:2.0625209808349rem;left:4.2500003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #E00mGhi73RiWVWVIsTNahOIlUtSWErmf { width:19.9991875rem;height:1.575rem;top:22.9rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww9yoopSaElJvB0MdcFwpR9ngCpK1tV2 { width:19.9991875rem;height:5.4rem;top:16.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row .container { background-color: transparent; background-image: none; }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row .container > .video-iframe-container { display: none; }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row > .video-iframe-container { display: none; }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .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); }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row .container { border-width: 0; border-radius: 0; }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row > .video-iframe-container {  }#TSe5Nhv3uyMfaUIWPzkZ3hLZwTha2Td5 > .row .container { width:20rem;height:330.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tcsf4q6eE6N0vps84JgJvNuUBm4QyCiA { width:19.9980625rem;height:31.35rem;top:8.220703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xbpCR0QsmTEymBRZtENk9SUg2hLkQ6ye { width:19.9980625rem;height:3.45rem;top:3.4089651107788rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOp0qZ2WqcTy39f0nQrSxDrlKGq3ufAu { width:14.312125rem;height:5.175rem;top:77.582809448244rem;left:2.8429684937rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhXqAImzoh7NauzFyWsQTMUQVwuA0mod { width:6.25rem;height:6.25rem;top:70.133197784425rem;left:6.8414058983325rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSHH58bhdMsqwFD80GTf9dghSt1yyn2P { width:16.6875rem;height:5.175rem;top:63.220306396488rem;left:1.6230466663837rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFrg5AkUEhPXpxPpAn3kA0FWMhc2BHlg { width:6.25rem;height:6.25rem;top:55.836324691772rem;left:6.8414058983325rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvdLJxD6xZgNGhewQhhBP37cLeOdF77O { width:14.312125rem;height:5.175rem;top:48.398433685302rem;left:2.8429684937rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTb00oZ3a0BRhnIMetG9y7VV07Klb4cC { width:6.25rem;height:6.25rem;top:40.947652816772rem;left:6.873046427965rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd7waBSacwaL06kUGEpxGua81XGPJxCx { width:19.9980625rem;height:24.225rem;top:85.631247520444rem;left:0.0011718869209289rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6KiQ8KJcrMqSnd7vnqeGuQEss077Q9J { width:19.9980625rem;height:1.5rem;top:113.6601524353rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKPHDVBlFIJKD2H9zdTSqGUDRy5NJPVc { width:20rem;height:336.25rem;top:1.2492184638977rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxopERBTwa7plbpXURf1KQlr3fJFDddl { width:19.9980625rem;height:24.225rem;top:116.05545806885rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJxhH3WG5tZmemLAasQmxzRB2BlFrAUD { width:19.9980625rem;height:1.5rem;top:143.48085212707rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLa9sv8DBzNFA5zcOKTaiVLFdhqomNdC { width:19.9980625rem;height:87.975rem;top:149.67538261414rem;left:0.0011718869209289rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Q4y3i590frXm9dunbzLDRwRQ18rxtH { width:19.9980625rem;height:82.875rem;top:244.48944473267rem;left:0.0011718869209289rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx1bduIfI3f5DR8Iqh3aw0nF3x0y4ysb { width:19.9980625rem;height:1.5rem;top:146.29100799561rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InGlK6QvTxvb6sa1t6Dm0mp9JyDRi3uK { width:19.9980625rem;height:1.5rem;top:241.13554000854rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD { display:block; }#vThTqGKNSzbTDCKw6l7KAAypPo9zOUOD > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT98WS0hsWkxShJZdvpq55sRoRygrQUB { width:19.9991875rem;height:3.3rem;top:1.4742202758789rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtMifSwUNBlRAQITiXWChefl7ToviT9M { display:block; }#DtMifSwUNBlRAQITiXWChefl7ToviT9M > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxMSkIaIy2rMaszImIZdkWnm6h4SlbnW { width:13.875rem;height:12.9375rem;top:2.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZLXmGcC2JX2pppyQarxndOXAhQ7FKv { width:19.9991875rem;height:1.575rem;top:23.211706542969rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOJCG4d1TQTwx8yegGwN6icN0ARcfyzl { width:19.9991875rem;height:5.4rem;top:16.561706542969rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GoRDyTfI1SdWsV7Mqob7alERihE7QMHO { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row .container { background-color: transparent; background-image: none; }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row .container > .video-iframe-container { display: none; }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row > .video-iframe-container { display: none; }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .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); }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row .container { border-width: 0; border-radius: 0; }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row > .video-iframe-container {  }#GoRDyTfI1SdWsV7Mqob7alERihE7QMHO > .row .container { width:20rem;height:419.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFtmLUaXUEmTbThGswHMkHO7kRWeiUDw { width:20rem;height:418.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKcg8y6VKmwUCrSXeSsu4cp4JZiQaSD6 { width:19.9980625rem;height:3.3rem;top:3.3479042053223rem;left:0rem;font-size:1.1875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDfby0NxQdV3IxK2OawLtRpDVyQCfXri { width:19.9980625rem;height:41.325rem;top:7.72617149353rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Kau61L3GgiQxDUhGiNC08BfGAgbeCN { width:19.9980625rem;height:4.5rem;top:51.911716461182rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XrQHWIFOySzdONc830Pegwp5HHTKKyuw { width:19.9980625rem;height:24.225rem;top:57.847262859344rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #giCpfTcwntJBHECxQ0SV2ELINkC7hhfz { width:19.9980625rem;height:5.175rem;top:84.782806396488rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTowGIzUtf2tg9rzZD5JcH1iEGZbkocW { width:19.9980625rem;height:35.625rem;top:91.283195495606rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP9pGTEwSGgQTzeiwVsDMBTd8llAekaR { width:19.9980625rem;height:5.175rem;top:129.58710289001rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nrwor4kebTNuJbeTbXkaT3td8F3xaQP6 { width:19.9980625rem;height:44.175rem;top:135.23085212707rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKQTiBxd5K45cTPuB2ZfJWBI2XOPECMJ { width:19.9980625rem;height:3.45rem;top:182.20663261414rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HZH2Z4iCDFuCGPeLh1LItlXhfMJJ9Ziy { width:19.9980625rem;height:31.35rem;top:186.77694988251rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tplplSlu1o1fHB0qLHu2EpsnkbEIfPdB { width:19.9980625rem;height:1.725rem;top:224.11170005798rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#0085fd;display:block; }
 }@media only screen and (max-width: 763px) { #n2NSAWGpiUcDRTG9rvTfdsIEmwUmaFpU { width:19.9980625rem;height:72.675rem;top:227.13865280151rem;left:0.0011718869209289rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AUi200i2yXGhMRfHJ4av5MHKgek4rETN { width:19.9980625rem;height:1.725rem;top:220.80115890503rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGIVuXVXgb6iUpgCRPhW3TdtfePXqNbN { width:19.9980625rem;height:1.725rem;top:301.86560440064rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#0085fd;display:block; }
 }@media only screen and (max-width: 763px) { #iQMJ8INXaZBTZrc4dqeXA1sRs9SB4Itr { width:19.9980625rem;height:80.85rem;top:305.93787002564rem;left:0.0011718869209289rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yCsMs6hyxcOphg116IMl8vps22EogDlJ { width:19.9980625rem;height:25.65rem;top:389.8113155365rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GGpJ51k4UFDZ8J0NrfoJUPCXKX4TTQ2y { width:9.375rem;height:0;top:428.436875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP { display:block; }#NZlFIFLtuGAuTN6QM0D311TiRsPGCyaP > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wI4ukCJJ2XaQTgfBigTm2xc9apO5tDs2 { top:3.1875rem;left:0.62226560711861rem;width:18.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paqIXiwDvS8EHbiSXBqFPQDcF48upE57 { display:block; }
 }@media only screen and (max-width: 763px) { #s9q8G9G4W3vqvXDVgGBgqRaHlZVvvJNs { width:19.9980625rem;height:1.35rem;top:7.6242179870606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTMm8qVleK4ghEKJSH6Tfv8TJnGtOW5O { width:19.75rem;height:9.375rem;top:1.25rem;left:0.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr { display:block; }#XTRAT1USux7xEMoyKdLP8SrAHEk4lpIr > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmdCEFMOCR1TnTLqcS8JXZtmpXo22IxP { width:19.9991875rem;height:3.3rem;top:1.4742202758789rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk { display:block; }#JbWhbRantmZiT6PZvwmg2wSOz7PRD5lk > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc5Hu9OOTDhwKP6Ine6BF1fdmR6RZs55 { width:17.5rem;height:15.25rem;top:0.70078086853025rem;left:2.4996092617512rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMP5LPoUAOM8rZETbnKmeuycfppsJMGn { width:19.9991875rem;height:1.575rem;top:26.611770996094rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbx90NiE4c8PTqFvsd1bhJPTCKd5LQQT { width:19.9991875rem;height:8.1rem;top:17.261770996094rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row .container { background-color: transparent; background-image: none; }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row .container > .video-iframe-container { display: none; }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row > .video-iframe-container { display: none; }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .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); }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row .container { border-width: 0; border-radius: 0; }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row > .video-iframe-container {  }#ETS4FQ0mIIsDOhfeXgC8vVU7GcZiEvHO > .row .container { width:20rem;height:228.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6tXTTpHCyLDfZkBm1MCydWgB08atdmz { width:20rem;height:223.5rem;top:1.72265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzbTPCyCTJ0gcl3exmlnrQk1EdPvVg6R { width:19.9991875rem;height:4.95rem;top:2.8945310115814rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUtBIfq07KZPDMB3TdL8t8VWfze5ex3i { width:20rem;height:17.1rem;top:71.315620422362rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSe8KDWcxK1cs0O2WlXTmooQdaNi8JfX { width:19.9991875rem;height:17.1rem;top:18.614061355591rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5myc91az2vSlEJELLtdHXa65ihXouSe { width:5.625rem;height:6.0625rem;top:11.251169204712rem;left:7.1859369575975rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGUEJ8QgmNX3NGOEwECFJkft42KzB7Zk { width:8.125rem;height:5.375rem;top:64.251558303831rem;left:5.9367184937rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAO782ThwJpRh9SiLvFqqSD7iwtghVH { width:20rem;height:17.1rem;top:44.443357467651rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V38IuT1ImrAzw7Op06a44Eq3J70kgF5v { width:9.375rem;height:4.4375rem;top:38.941400527954rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAgd0s3cINIAhHDtbeKLTuaCSJPyD3kR { width:19.9980625rem;height:10.8rem;top:99.925773620606rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqxrgbshIgf6P06TuDGRmCQTUs25m2E7 { width:19.9980625rem;height:6.6rem;top:91.441400527956rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTAoPQZxz3E1cWACoaJ6zfvKtGxaM09f { width:19.9980625rem;height:9.45rem;top:191.88865566254rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2yodTFLExJTLKztdLTD74aySMCFhrpU { width:19.9991875rem;height:2.85rem;top:146.31444168091rem;left:0.74882805347444rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gikyB1IcdD75pdNLJbQWNCCwBrDUeTdt { width:20rem;height:4.275rem;top:132.80272865296rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPShgDe2kGSaRUdnRguhgd5B5RZWZETZ { width:4.875rem;height:5.428125rem;top:139.34647369385rem;left:7.5621089637281rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxWlkuvBcpbGCPKwGitK2rQJl0NxrIR9 { width:5.8125rem;height:5.37890625rem;top:126.53437042236rem;left:7.0921869575975rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgck19hx8RtlOueNZnIMRVdGGxmQBOE { width:18.75rem;height:4.275rem;top:120.22734069824rem;left:0.62226560711861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6yMO2iqRt39BVyL2LN6KcmBssMKPmDa { width:5.8125rem;height:5.43984375rem;top:114.34804344178rem;left:7.0921869575975rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0yFrn8QilzxTnbFWvPsfky7STAyTlcF { width:19.9980625rem;height:5.7rem;top:182.48787307739rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlPJBz13LkUWOU3EWPuovFhF8V54RAvy { width:19.9980625rem;height:4.275rem;top:170.02615356445rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHH8wHflfTHgwZFstcUBdaWKxyk8Hemx { width:5.8125rem;height:5.43984375rem;top:175.99920272827rem;left:7.0921869575975rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGvuVc5emOCNRBHeAoi878UTZegfo64A { width:5.625rem;height:5.4375rem;top:163.0499972105rem;left:7.1859369575975rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs4M5oc08KQgSM14fvNJ7mofq4uXSCSc { width:19.9991875rem;height:4.05rem;top:157.27616119385rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PexVDTz6I9vG6h1uSpMbLnz7rxEEB9Dy { width:5.0625rem;height:5.4984375rem;top:150.45233440399rem;left:6.7816400229931rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfopJ8ZgI2T4doFw5DorJ3Z8m7CCA9xS { width:19.9980625rem;height:1.65rem;top:204.14413261414rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWkz8XS3E5yEi4HRfTcTuVZsEqX68mzW { width:19.9980625rem;height:19.5rem;top:207.14413261414rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCMo43GDITWnMN7KladZlnGxWvwEWdTF { display:block; }#LCMo43GDITWnMN7KladZlnGxWvwEWdTF > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIN205LQRnO7LG4nadNpeLAxQFStWSxa { width:19.9980625rem;height:4.95rem;top:1.6488265991211rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NStEI4PL24pzy1muT6RWFSdRurTA0t1d { display:block; }#NStEI4PL24pzy1muT6RWFSdRurTA0t1d > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yisd2szvxyFDaUKVZBnnxZG4AaWANB2t { width:13.625rem;height:12.9375rem;top:2.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwtoRbd5QkdVuh7BFhch1ms5SS8oGExk { width:19.9991875rem;height:1.575rem;top:24.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox8B5xF37d6UHOIwgTflEwss5rs99C7q { width:19.9991875rem;height:6.75rem;top:16.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row .container { background-color: transparent; background-image: none; }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row .container > .video-iframe-container { display: none; }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row > .video-iframe-container { display: none; }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .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); }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row .container { border-width: 0; border-radius: 0; }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row > .video-iframe-container {  }#MiSRGOeZaRDEN5LZ22zSGT0xEC0gHqzw > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdlVb2NTEIFVSZ6RqyEAf50cBF6qbPr8 { width:20rem;height:89rem;top:1.249267578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhZpbWda5n2rwuHZ4iG4dkgD8l6sr40I { width:19.9980625rem;height:1.65rem;top:2.6847648620606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCicxrq3i6dfdTVGOGqHk5Q9dct2XK4T { width:19.9980625rem;height:76.95rem;top:6.3035125732425rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgKTWThO2QOChRMNaaWburrcHhTuz5T0 { display:block; }#KgKTWThO2QOChRMNaaWburrcHhTuz5T0 > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuxT1tLuDDHoixkt3pDnf09DSnNe8AM0 { top:2.8746109008789rem;left:0.62226560711861rem;width:18.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odu3iBm4tyoJym4tTGS2aziBJh8V6SQi { display:block; }
 }@media only screen and (max-width: 763px) { #h9hxmmy2pJX5U41k05iMtWHX4xdZ0UXR { width:19.9980625rem;height:1.35rem;top:7.4367179870606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlR3V7oo1lEcXC8M5nTiM3EBgQEPZk3p { width:19.75rem;height:9.375rem;top:1.25rem;left:0.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt { display:block; }#nkOwcgXe3mzf2Dk00dqDdO5KryNmewQt > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnZB2g2L6IAOo94be8vTpuTaTW1zuyWa { width:19.9991875rem;height:4.725rem;top:1.98046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPIp4mZ3RZhVFZdfwVTmzhFHDKbwmaw0 { width:12.5rem;height:12.5rem;top:7.4984375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 { display:block; }#E9oTX90aOAqR9Ht3QsnRx6dXq2DOLeL7 > .row .container { width:20rem;height:100.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iz2AnHIlT5aLd0pOxB8qS6gbBbDxgqZ5 { width:19.5rem;height:1.8125rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THFXWRcaktHgev5JmTciHuXqgAIto79J { width:16.5rem;height:1.575rem;top:1.34375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg2QgQXAmtkyzdTTvRXqtbJlZUgLEJGu { width:19.375rem;height:2.55rem;top:3.9375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq8BGZNqpKKgJmQJinRkszU7al3VNJVt { width:19.5rem;height:5.1rem;top:7.0625rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwbbXS0QSaxVnw9ssGHiZMwvA8yUXsyB { width:19.875rem;height:2.55rem;top:14.75rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsx9FZdbrdKgOehuGGeLxKSVmB91ck2E { width:19.375rem;height:1.275rem;top:12.8125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gskJ2gZcSMSvEMgDk1ZScedW6sJbgZSW { width:19.375rem;height:1.275rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flXA3wO98BNWXG3dlGCCBWTrEkLeReFn { width:19.5rem;height:3.125rem;top:20.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwLf7upZWxQ5LK6vAfDtMgtfTJMurSPU { height:11.1230625rem;width:20rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpRs2czww0o2KZf7X3FzhdLXI1FEiiHw { height:11.1230625rem;width:20rem;top:56.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaThNaLEcMTUmvfgxGv2u1ku9UTzLCID { width:19.875rem;height:2.55rem;top:52.248046875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVIhaEJa1z5WTCRrWIism2oVa9Tq2Qgd { width:19.5rem;height:5.1rem;top:44.685546875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLeVzU7emk1HUOzg4xmqE7TmWPfeq3KL { width:19.375rem;height:1.275rem;top:50.373046875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx0TQgTUslUanSWztlSrpuyKt5IgOgTm { width:19.375rem;height:2.55rem;top:41.498046875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZfoW4ER9eoOszS2DhkZyVuOdPb3g9LM { width:16.5rem;height:1.575rem;top:38.654296875rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAtWaeGemwVOqSTlfepporRfyJxOeWmV { width:19.5rem;height:1.8125rem;top:38.560546875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpitInmW9gbPHz4413butt5ro3Tu0qbM { height:11.1230625rem;width:20rem;top:87.80859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTvES5DoC2mwJeSPkaTrVSZNsfJw5ygh { width:19.5rem;height:2.55rem;top:83.62109375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQOyaxH7SeeWwlIN7sA1H4U8LuT9TnVi { width:19.5rem;height:5.1rem;top:75.68359375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFkxyyCS2AfgZcNGmOuRz6SGNuimW5oz { width:19.375rem;height:1.275rem;top:81.74609375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnlwgcP1xTLyU1w5NPrxzHlmbCgctnA6 { width:19.375rem;height:2.55rem;top:72.62109375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5dCdt40aTIe0I5pRq2npowQH3FbPUDq { width:16.5rem;height:1.575rem;top:69.90234375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0sdeaXxQh3Gsn9O18m0qUWdZJwUq6hC { width:19.5rem;height:1.8125rem;top:69.80859375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn { display:block; }#ht1BwWp5ucVakrlwQuuoq0my4bOyt9tn > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqBMkm3zCyhTawbIEDzsWDwVl2QlyQHs { height:11.25rem;width:19.9991875rem;top:5.2218751907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTyPUAiUwHWGK6XTVCFs89kS1QCDQho { width:20rem;height:2.55rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o221LwLqdHX4cXmTq4BAzgAPzFTKy3V5 { width:20rem;height:12.5rem;top:4.5984382629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi { display:block; }#IMKAAgxcZcd9tIhTM5fGvbCIDZuz7mLi > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBP0oT8BTZRhUB31nmdUpsZ79lQ4if58 { height:11.25rem;width:20rem;top:5.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJItXgK1upKlr7oPIPh4txJWhkni8BS2 { width:20rem;height:2.55rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRcLSrhG1a9qun51O2Smg2pvhSMnatID { width:20rem;height:12.5rem;top:4.4742183685303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv1NzBoTZtmRokrC2srnpuk2HggFopd1 { display:block; }#uv1NzBoTZtmRokrC2srnpuk2HggFopd1 > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fr8xIiT3PviZ1BtbhNphD3SR301oxUWK { height:11.25rem;width:20rem;top:5.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHg7Nm6asBQXq0kly5OEqG1yhCOutE9r { width:20rem;height:2.55rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6PA8zQ2SrALlap7MncfkTtxi8x2A2ma { width:20rem;height:12.5rem;top:4.4742183685303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSaWseUc5VIboyNPNwplXGXEg5l4WVZb { display:block; }#GSaWseUc5VIboyNPNwplXGXEg5l4WVZb > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLuFw4SQP2blWlW0NrksPuB2zJpbCfwR { width:20rem;height:6.6666666666669rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmR0QnMyqxEVatgCLUGKobZmflKkcK6h { width:20rem;height:2.609375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpZ2rTCcOTASy3xm8g1GmnX9JFcu6roX { width:20rem;height:4.58333125rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgDUHBGzcGIM8DyFsbBLmzBiyypW8H9D { width:16.25rem;height:3.25rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioswBq33WlD4lvSHx4Ve3XkCNOM4gsH7 { width:20rem;height:5.78958125rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmubm2T0fJpxZ6W03X2p43SKDIC3QtNL { width:20rem;height:3.86458125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I87hKrTg0B9EBhneuLtzD28C9WOTXMo4 { width:20rem;height:3.23645625rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbwDfyDKeBWiwe3bJXrb8PFT7atfbnGy { width:20rem;height:9.8309178743963rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDZDd6WTF1DQvPepy9M8hCpbZr6GccrT { width:20rem;height:4.5652173913044rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrGcPoXEkPAdZGexPRouX5xNmz3Twf17 { width:20rem;height:3.1642512077294rem;top:52.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ3qxeFuB9lvlVlD0VccDguiSXx4tPec { width:20rem;height:9.7342995169081rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S { display:block; }#Oct313xQKnKbCQGL2cTQ1iRBvT1AEn5S > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQAPTJTtol9TvrLEBhITWUi1updHrkT9 { width:20rem;height:7.1287128712869rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THuMuThVZboH9LpAmWqxzT12Qa9d3xZc { width:20rem;height:9.6652719665275rem;top:9.628125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKQMeH3A6WSU5Taqrlz0waIoEbva4Idh { width:20rem;height:4.8744769874477rem;top:20.5426875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGugPQ85dhHVaUu76c2BTJuNTiDp1IBm { width:20rem;height:3.4059405940594rem;top:26.66664375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgUPNwmS1ZGmoraFkRM4cJTyHIiUoiHJ { width:20rem;height:4.3366336633663rem;top:31.32185rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmrOnPM0s1SGkqQyIMfMCGFApCWsKE52 { width:20rem;height:4.8514851485149rem;top:36.90830625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0MLpPQNEyqgutD9mxQaQx440h0BKGXc { width:20rem;height:4.3564356435644rem;top:43.00935rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqb6o7WKzTyenMrhvGg0VNKs72HFxqrE { width:20rem;height:1.6666666666667rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUtG8V7W9nqtJcNTpTZLTb7wf5OaCJaN { width:20rem;height:2.96666875rem;top:2.2072448730469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inKIeUFcr0fUpoLpmoJIx9Ns8M8NzZNa { width:20rem;height:2.6166666666667rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ { display:block; }#cwxvXtwvWFHN6OqEQC0Ky2BBqp2XABzJ > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1W1OAFEoUTQp7FrBwXHW89MEwPUD6H1 { width:19.9989375rem;height:14.85rem;top:16.434374809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yBvVVScbhLpqU5OsTVPRapmIaMSen1BP { width:19.9989375rem;height:13.503125rem;top:1.4760324954987rem;left:0.0010416507720947rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm { display:block; }#aRx3AvAcLChw6s1bCDz4OoFXxt3tNWMm > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IaBJUwCJwT8qQHyR247xJlRokC0TEphM { width:20rem;height:1.575rem;top:1.1874237060547rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q { display:block; }#o3Zbf3srpN5N0T7vgbbw9VUzX4ZlZX7q > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDDUiGATWex6XQwfRR5tZC7XPLmWFLAh { width:20rem;height:1.65rem;top:12.312500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0LHGcQLxugbePuMOMtz3SC407FiHu5u { width:16.875rem;height:19.95rem;top:14.916666984558rem;left:1.5312501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e64FPoiB1ucDnbaXFn0H92pR4axNEdTp { width:20rem;height:9.5143212951431rem;top:2.0541439056396rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS { display:block; }#UBB6qnm1KTRp6vXbKB6Belm8WPT1DROS > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USWlRGIxZ5HhCLvp78ya45vfBUITLASh { width:20rem;height:9.2307692307694rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6BOLqM723z5q7zIheuIeFvFo3cO2LD { width:20rem;height:9.93288590604rem;top:11.7305rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Nukbo57z31dXBKgixfbfbMszWb3tPW { display:block; }#I9Nukbo57z31dXBKgixfbfbMszWb3tPW > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpEiSDblVFviGoJPspydV8qp0EUm2wZh { width:20rem;height:10.326797385621rem;top:12.3955rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkqXQNiZyoE2A4hvRb0c1vZ86QUEu9ly { width:20rem;height:;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 { display:block; }#ugPeQcl7yvIbKyqVpp9gCIGkD025tUO0 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItqZ2q5Je3vtIAnlqNlovclpnTEQTxPB { width:19.9991875rem;height:1.65rem;top:1.4730472564698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUKknIERSAWXarw99plg9PFVrWa2EvkM { display:block; }#hUKknIERSAWXarw99plg9PFVrWa2EvkM > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxprxV6DN9bA1BuzfPbSLQkiChF3MFyh { width:19.9980625rem;height:14.1116875rem;top:7.8410167694094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuXaQ2Ng6EJ1v93IEO4GLUqJ0HrVE5q9 { width:20rem;height:32.625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKMl1yWtVICk7XXg0MFRG6NTkBJTf7I8 { width:19.9980625rem;height:1.575rem;top:3.9351558685302rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzGyLkOS5fylTyKkUy20bxoJqTvK75Sk { width:19.9980625rem;height:3.15rem;top:6.1851558685303rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIiFq2BLZIaLWAyoddwInzUQpODAHI3t { width:15.625rem;height:14.875rem;top:18.902294158936rem;left:2.1867187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #gySC1ATCIoAInAHm6SuseQlC0mKA76AD { width:15rem;height:2.025rem;top:28.478122711182rem;left:2.6859374344349rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#009a19;display:block; }
 }@media only screen and (max-width: 763px) { #S4NZlgAM09eLBhSQ4gKBsDJRUdeL022M { width:15rem;height:2.025rem;top:24.877731323243rem;left:2.6859374344349rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#e50e17;display:block; }
 }@media only screen and (max-width: 763px) { #pf6v2TFMUaadGlUZHQHpxfQc0NsLpTHw { width:15rem;height:1.35rem;top:26.953125rem;left:2.6234374344349rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZPv8HaptATW7WNFEMmhtEkOFid17zG8 { width:18.75rem;height:2.7rem;top:21.951560974121rem;left:0.93476560711862rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf { display:block; }#wJKkMZ4VmD934K0nP7EfnInAhHw8iAOf > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9tsPOxIne25EMH0ZKlDy0F0WgdR3JAc { width:19.9980625rem;height:1.35rem;top:6.9984359741213rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnTBTqiLPutcGfiyLRJ8NP0NIDGC5cBF { top:3.0598678588867rem;left:1.2492187321186rem;width:18.75rem;height:3.12421875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiEMAbmvfff87MO85mF8ShdhhcmIqVeF { display:block; }
 }