.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;
}body { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e3e5;background-image:none;position:relative;display:block; }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7 > .row .container { background-color: transparent; background-image: none; }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7 > .row .container > .video-iframe-container { display: none; }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7 > .row > .video-iframe-container { display: none; }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7 > .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); }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7 > .row .container { border-width: 0; border-radius: 0; }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7 > .row > .video-iframe-container {  }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7 > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:9.5625rem;top:0.46875rem;left:0.56640625rem;overflow:hidden;display:block; }
#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO > .row .container { background-color: transparent; background-image: none; }#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO > .row .container > .video-iframe-container { display: none; }#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO > .row > .video-iframe-container { display: none; }#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO > .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); }#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO > .row .container { border-width: 0; border-radius: 0; }#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO > .row > .video-iframe-container {  }#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#USOKq42aRIX8UTmE98Xnb4rI65a3Z6PQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:10.686875rem;top:4.8125rem;left:24.625rem;overflow:hidden;display:block; }
#qzvpgfTgTQ92Qh6hW0Qi7GpTmDFaqJXT { color:#000000;display:block;width:59.5rem;position:absolute;font-family:"titillium web";font-size:2.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0.25rem;height:3.49365rem;text-align:center;text-align-last:center;display:block; }
#c4fnLN4OA9ec0HdvJtENDRJp14ZPuxEp { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8732643127444rem;left:12.75rem;height:1.94970625rem;display:block; }
#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1YOGBVs8/Colliers_8.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z.adaptive-delivery-prevent-bg, #E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z.lazyload, #E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z.lazyloading { background-image: none; }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z > .row .container { background-color: transparent; background-image: none; }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z > .row .container > .video-iframe-container { display: none; }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z > .row > .video-iframe-container { display: none; }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z > .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); }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z > .row .container { border-width: 0; border-radius: 0; }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z > .row > .video-iframe-container {  }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb > .row .container { background-color: transparent; background-image: none; }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb > .row .container > .video-iframe-container { display: none; }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb > .row > .video-iframe-container { display: none; }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb > .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); }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb > .row .container { border-width: 0; border-radius: 0; }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb > .row > .video-iframe-container {  }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#HC9d3zu6CiNRdt4MmZlwDV19PWzoydPJ { background-color:rgba(56,74,89,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.154296875rem;left:41.25rem;display:block; }
#JLERvD76utkfVncb1h8admhwxz2sDERh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qmoSDWuNQwrDNRbXItZlaMuEo3TCJI9B { background-color:rgba(56,74,89,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.3113594055176rem;left:21.25rem;display:block; }
#Uz3TtedChWomxH1uzGDNePDauUK8tUCw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GdL2TakWGHQRM9LwN5v8KINyGbJZQ4mg { background-color:rgba(56,74,89,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.3113594055176rem;left:1.25rem;display:block; }
#hxXfZRM6TwOqT3zUMQ2kbSy8g4zJGwm2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H > .row .container { background-color: transparent; background-image: none; }#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H > .row .container > .video-iframe-container { display: none; }#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H > .row > .video-iframe-container { display: none; }#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H > .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); }#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H > .row .container { border-width: 0; border-radius: 0; }#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H > .row > .video-iframe-container {  }#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;position:relative;display:block; }#BwLuImWyEaBSDgUsw6hoH63KGhlZAK5z { color:#384a59;display:block;width:38.75rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.2977447509766rem;left:1.3116321563721rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zn0MPF7SxmdPc9xiOh3GRH1qA44DGOHt { color:#000000;display:block;width:28.3121875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.754556655884rem;left:1.3118495941162rem;height:31.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uSqRNM4XCNgTblpHabgwROeWZalcxKDv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31rem;width:24.25rem;top:11.754341125488rem;left:34.386422093116rem;overflow:hidden;display:block; }
#flbPQgcrQUMqeMJfWvy9HKH2dT7hOXJN { position:absolute;display:block;z-index:15007;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:12.5rem;top:8.12451171875rem;left:1.3118495941162rem;display:block; }
#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { background-color: transparent; background-image: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container > .video-iframe-container { display: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row > .video-iframe-container { display: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .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); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { border-width: 0; border-radius: 0; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row > .video-iframe-container {  }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#mWnilxvMv45QNlvsQPWrQJtcynPcgF3u { background-color:#384a59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.07763671875rem;left:21.25rem;display:block; }
#fFLKkTyOgItHJn19FbUHMZfEGyuwpTGA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl > .row .container { background-color: transparent; background-image: none; }#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl > .row .container > .video-iframe-container { display: none; }#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl > .row > .video-iframe-container { display: none; }#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl > .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); }#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl > .row .container { border-width: 0; border-radius: 0; }#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl > .row > .video-iframe-container {  }#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;background-image:none;position:relative;display:block; }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s > .row .container { background-color: transparent; background-image: none; }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s > .row .container > .video-iframe-container { display: none; }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s > .row > .video-iframe-container { display: none; }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s > .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); }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s > .row .container { border-width: 0; border-radius: 0; }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s > .row > .video-iframe-container {  }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s > .row .container { font-size:0.875rem;font-family:arial;height:70.3125rem;width:60rem;position:relative;display:block; }#oy61qKwOiFkPKI28QrdXdbb1Vs3EdBSy { color:#162f4e;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.87565358541906rem;left:0rem;height:3.412325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CJ86XfGoPsJTwfDsdVXiCXGUqMHFNIZB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:5.4375rem;left:4.75rem;overflow:hidden;display:block; }
#V2tguhIaCDsXF6FXRlVbsIECTppEnpxB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:5.4362030029297rem;left:35.625003814698rem;overflow:hidden;display:block; }
#qW9yozI2ycr4ogrqVGquqvTFkwB0OpLK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:24.1875rem;left:4.75rem;overflow:hidden;display:block; }
#eNyK4HPoTuBJgE597WPlAkfAglnSvzc7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:24.18620300293rem;left:35.625003814698rem;overflow:hidden;display:block; }
#e7ZTLFiUEsQdo177lJJtHwJ3JFdIitK4 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;height:10.686875rem;width:18.6246875rem;top:57.875rem;left:35.625rem;display:block; }
#mXr3Kxzpo21gCAL2pKJWH8knZNDvLRFX { position:absolute;display:block;z-index:15010;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:18.75rem;top:42.93620300293rem;left:35.625003814698rem;display:block; }
#SINId91DvaoroQBTlApfl5ytD6HqZDfW { color:#162f4e;display:block;width:16.4371875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:43.470865249634rem;left:36.780597686767rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gvJAbmMArFTrSoWEwZimzJqfMXHqHoEQ { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #c32ea9;border-left:0.0625rem solid #c32ea9;border-right:0.0625rem solid #c32ea9;border-bottom:0.0625rem solid #c32ea9;height:10.686875rem;width:18.6246875rem;top:57.875rem;left:4.6875rem;display:block; }
#lSSZBJyPufRvRpXL8OmQ9TAl3v5hBq5M { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:64.3125rem;left:5.6875rem;display:block; }
#o74ht8futneCXsUQsswAtNxJHC908zKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#euU3v4ARCP9lH8A5tJfTgEeEJ7l945p3 { color:#c32ea9;display:block;width:15.25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:59.9375rem;left:5.6875rem;height:3.25rem;font-style:normal;display:block; }
#XTvOXrZ9nZcIWDvIOQ3ybwocBm8A5C7z { position:absolute;display:block;z-index:14999;background-color:rgba(195,46,169,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:18.75rem;top:42.93620300293rem;left:4.7486991882324rem;display:block; }
#pWx11ydZgrwA4SKPb2G2gwxz26mvnPlC { color:#162f4e;display:block;width:16.4371875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:43.470864295959rem;left:5.9049491882324rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EylMf90mvNOdyKkn0za83U4gkceAuCQz { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9361875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:64.3125rem;left:14.342449188233rem;display:block; }
#mMR71VkHTsmBx9aHMXHrqGu17x6S6vyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fpt0uyzDX3hVxtbA8Hu1XycpBFqB7VyR { color:#162f4e;display:block;width:16.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:45.88623046875rem;left:5.96826171875rem;height:9.09864375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EwG6VXWuhVvDnSy5TTd8T1ay4D9E5Zmo { color:#162f4e;display:block;width:17.562rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:46.72265625rem;left:36.90673828125rem;height:9.09864375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I6Ik1DeufdpQ2yd2wR5GyirtsEVHAQVr { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.937rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:64.3125rem;left:36.75rem;display:block; }
#zC8JIxr2SzUUFOu7hLSWEX6NlFqGkbWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dZwu53i93NJfr23SxySDaVcByQBZse6P { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.935375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:64.3125rem;left:45.3125rem;display:block; }
#XvHF4FQLuvo9sC5OACnsEmpFT4NE1yB2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gpn8wRqxLTczT8ZcqlN4U0wgTraaGF78 { color:#c32ea9;display:block;width:15.3125rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:59.9375rem;left:36.75rem;height:3.25rem;font-style:normal;display:block; }
#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;background-image:none;position:relative;display:block; }#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp > .row .container { background-color: transparent; background-image: none; }#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp > .row .container > .video-iframe-container { display: none; }#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp > .row > .video-iframe-container { display: none; }#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp > .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); }#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp > .row .container { border-width: 0; border-radius: 0; }#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp > .row > .video-iframe-container {  }#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp > .row .container { font-size:0.875rem;font-family:arial;height:70.5rem;width:60rem;position:relative;display:block; }#mT3hKNetcAkTMsP203P88dSpGPyESpsQ { color:#162f4e;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.87565358541906rem;left:0rem;height:3.412325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mr95JUb85X0ySPdhsvLr2RHtoMcKT426 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:5.375rem;left:4.75rem;overflow:hidden;display:block; }
#VJaH6fwLvDfRZFw6w4essS0QSC5mNKO9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:5.3743486404419rem;left:35.625rem;overflow:hidden;display:block; }
#yFPJ87Zpyk48v6alVprOzIxThBLuNNkb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:24.125rem;left:4.75rem;overflow:hidden;display:block; }
#TDALXgkG9aL5QdI4rsf3PALzHSGPlQM5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:24.124348640442rem;left:35.625rem;overflow:hidden;display:block; }
#qhnigy5tLCt3NJqR1JZaMnC2uVks4BxW { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;height:10.686875rem;width:18.6246875rem;top:55.5625rem;left:35.625rem;display:block; }
#a9zi4hC8WsBttCL96n8WiIetsEslKa7Z { position:absolute;display:block;z-index:15010;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:18.75rem;top:42.874346256256rem;left:35.625rem;display:block; }
#aPy2Jqf6M0tmd44WaWTgTgre0B26tGdG { color:#162f4e;display:block;width:16.4371875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:43.470865249634rem;left:36.780597686767rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KN3e76ac7AQTbUW65kDyT7xf5zQFoe88 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #c32ea9;border-left:0.0625rem solid #c32ea9;border-right:0.0625rem solid #c32ea9;border-bottom:0.0625rem solid #c32ea9;height:10.686875rem;width:18.6246875rem;top:55.5625rem;left:4.75rem;display:block; }
#mn3lkabiImnoHMys3DDaH9t08ZZ1aT1z { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:62rem;left:5.75rem;display:block; }
#rT5uM1OtAIdpP1tOT9scZaHHfPlsqcV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHgkCgok6l2HSeuQxq2uSqDzvIMKzhqJ { color:#c32ea9;display:block;width:14.875rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:57.625rem;left:5.75rem;height:3.25rem;font-style:normal;display:block; }
#Z3DGJ4P0xx3seV4I2wvZ9ABLdgt6qOTl { position:absolute;display:block;z-index:14999;background-color:rgba(195,46,169,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:18.75rem;top:42.874130249024rem;left:4.7491321563721rem;display:block; }
#rplxLPtbXd6q7rKRnTDhDWtalxKssJz7 { color:#162f4e;display:block;width:16.4371875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:43.470864295959rem;left:5.9049491882324rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mXpnUWZb59xWxnsyNp38Akl27caM1yqI { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9361875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:62rem;left:14.4375rem;display:block; }
#quzuh1KA3ER42SXr4pdIxCvTlWUwnOzM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MT3JJXrmNTaS0hTuy2ibqO0mDVRxDLe7 { color:#162f4e;display:block;width:16.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:46.2734375rem;left:6rem;height:6.49903125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZFLofklp3w01ppTe4hTNtri7M3lKQgoD { color:#162f4e;display:block;width:17.5625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:46.618058204651rem;left:36.875rem;height:3.89941875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C5FCb15DkePfv3KweyUaSQnp1QapsPBg { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.937rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:62rem;left:36.75rem;display:block; }
#fXOzp423zEXKrTlI3LpPo6rJV0TRenqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c88rGTVwQ0WO7dxmLc6UTmfhucXTGnxN { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.935375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:62rem;left:45.3125rem;display:block; }
#wvBtvhPZviu5xHZhzwvwM9oMsRWhI066 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWnpE47Ugu3fNBFODLisTkpRgVXNePUM { color:#c32ea9;display:block;width:15.25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:57.625rem;left:36.75rem;height:3.25rem;font-style:normal;display:block; }
#TE7HkbfLGIpiHnfrU8LR6ZitNVvkzH3A { color:#162f4e;display:block;width:16.4355625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:51.34521484375rem;left:5.90478515625rem;height:3.41015625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W7aJsnyRz0on2SxeWpLit9detSocGJ7H { color:#162f4e;display:block;width:16.4355625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:51.34521484375rem;left:36.78076171875rem;height:3.41015625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lESQxTDNOaTrovI31QkRKc0gVodH807s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;background-image:none;position:relative;display:block; }#lESQxTDNOaTrovI31QkRKc0gVodH807s > .row .container { background-color: transparent; background-image: none; }#lESQxTDNOaTrovI31QkRKc0gVodH807s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lESQxTDNOaTrovI31QkRKc0gVodH807s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lESQxTDNOaTrovI31QkRKc0gVodH807s > .row .container > .video-iframe-container { display: none; }#lESQxTDNOaTrovI31QkRKc0gVodH807s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lESQxTDNOaTrovI31QkRKc0gVodH807s > .row > .video-iframe-container { display: none; }#lESQxTDNOaTrovI31QkRKc0gVodH807s > .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); }#lESQxTDNOaTrovI31QkRKc0gVodH807s > .row .container { border-width: 0; border-radius: 0; }#lESQxTDNOaTrovI31QkRKc0gVodH807s > .row > .video-iframe-container {  }#lESQxTDNOaTrovI31QkRKc0gVodH807s > .row .container { font-size:0.875rem;font-family:arial;height:67.3125rem;width:60rem;position:relative;display:block; }#FfAGtGOdMqNF5Rp1sySwtlf6EQhXSgKT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:2.125rem;left:4.5rem;overflow:hidden;display:block; }
#erpAxSHzPrER3absKSfChPf5JvVSvQJl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:2.125rem;left:35.375rem;overflow:hidden;display:block; }
#WKuWT2Lkf6KITTWbnZRmUvXlhl4GfJN0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:20.875rem;left:4.5rem;overflow:hidden;display:block; }
#KpTeNybcJ4f9lH7fcZGLNiAmg5IGsUkR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:20.875rem;left:35.375rem;overflow:hidden;display:block; }
#fKn0SQ0633iwH3HlPhcdx7BP9nfZouGx { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;height:10.686875rem;width:18.6246875rem;top:52.3125rem;left:35.375rem;display:block; }
#Kzs5TXmQzwnauhmtaMqQbBOaWQ7m6Fqs { position:absolute;display:block;z-index:15010;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:18.75rem;top:39.625rem;left:35.375rem;display:block; }
#eXaI4NHcTBgATfR2JikKezPiarqd31TJ { color:#162f4e;display:block;width:16.4371875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:40.25rem;left:36.5rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k255JAANSE65E2Af6ardLPG5dXfM0W1w { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #c32ea9;border-left:0.0625rem solid #c32ea9;border-right:0.0625rem solid #c32ea9;border-bottom:0.0625rem solid #c32ea9;height:10.686875rem;width:18.6246875rem;top:52.3125rem;left:4.5rem;display:block; }
#iiGQIFes8psmS3pNpUrJcrNPxZZdJTf5 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:58.75rem;left:5.5rem;display:block; }
#KgA2uhRrvOAML4TesDxb3vT4TJ5eMROR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UMpXqGghz0SZFrzfrTTEwlUGeqBOo4Ab { color:#c32ea9;display:block;width:14.875rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:54.375rem;left:5.5rem;height:3.25rem;font-style:normal;display:block; }
#tugs63fbtK5TuCF2b42Rk5Nbv5sgabgd { position:absolute;display:block;z-index:14999;background-color:rgba(195,46,169,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:18.75rem;top:39.625rem;left:4.5rem;display:block; }
#BkW9KTFKUswDeDoBnlH84ZS6ByiOtxxM { color:#162f4e;display:block;width:16.4371875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:40.25rem;left:5.625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l0eU6gTqq5kbVAXto0ATG1AXiDpEBdLT { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9361875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:58.75rem;left:14.1875rem;display:block; }
#T1iS1kUaZOreJO1eTECglVRaXTqM9KCX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uztEaTEsy8hQcUftP549yuG85APtwORL { color:#162f4e;display:block;width:16.75rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:43rem;left:5.75rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XBzZ2CPyGr29KkE6vBOI6mER9QwFOZ6u { color:#162f4e;display:block;width:17.5625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:43.375rem;left:36.625rem;height:7.79883125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qs8n4CArTc4dsVyTs4ycnd5aSlIWT1BB { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.937rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:58.75rem;left:36.5rem;display:block; }
#UAw4ebnbwndkRZPIFd6KuaNJDOm7730C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxsEAInKNypQBkgtDJUcu0ZGQnSBdZa2 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.935375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:58.75rem;left:45.0625rem;display:block; }
#eKueD5RGbEuPQ3aUHMR1lZHcSWOJT0vi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VGlzNO0cqw0rifWKmc7LTZvnZpXxS90W { color:#c32ea9;display:block;width:15.25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:54.375rem;left:36.5rem;height:3.25rem;font-style:normal;display:block; }
#WDbLk1Aqvyc490EMcqEBySxwePcRdSCM { color:#162f4e;display:block;width:16.4355625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:47.85205078125rem;left:5.65576171875rem;height:3.41015625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;background-image:none;position:relative;display:block; }#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO > .row .container { background-color: transparent; background-image: none; }#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO > .row .container > .video-iframe-container { display: none; }#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO > .row > .video-iframe-container { display: none; }#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO > .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); }#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO > .row .container { border-width: 0; border-radius: 0; }#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO > .row > .video-iframe-container {  }#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO > .row .container { font-size:0.875rem;font-family:arial;height:67.25rem;width:60rem;position:relative;display:block; }#oZiuQZreKImP61vldfXrctl7AMfU5hXC { color:#162f4e;display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.87565358541906rem;left:0rem;height:3.412325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#crccAKikrtN5bL5A79FhWTlwiLn8UwkF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:5.375rem;left:4.75rem;overflow:hidden;display:block; }
#B864QIks9uBixiFDgqG1cTqB6t1VR0FB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:5.3743486404419rem;left:35.625rem;overflow:hidden;display:block; }
#IXK2FNKySdcXMcqJ5T7Wd9eUrfPsUqoH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:24.12451171875rem;left:4.7490234375rem;overflow:hidden;display:block; }
#ipEWLJq8yRSsTHhOXRgOhKaHKclkCmve { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:18.625rem;top:24.124348640442rem;left:35.625rem;overflow:hidden;display:block; }
#kQs77kvK9OHoQnpQexDQcKJkc5XlTz33 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;height:10.686875rem;width:18.6246875rem;top:54.43701171875rem;left:35.625rem;display:block; }
#eVRlQT8DMP9rEHcPhC9DHrmQKcFmqUzz { position:absolute;display:block;z-index:15010;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:18.75rem;top:42.874346256256rem;left:35.625rem;display:block; }
#Lv1yNgUwLGK9d75FlTMAADE0rpw7HKkQ { color:#162f4e;display:block;width:16.4371875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:43.470865249634rem;left:36.780597686767rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GizGlw4vAoqOr4ErWGX0ldkwxSEHmk4U { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #c32ea9;border-left:0.0625rem solid #c32ea9;border-right:0.0625rem solid #c32ea9;border-bottom:0.0625rem solid #c32ea9;height:10.6860625rem;width:18.624rem;top:54.4365234375rem;left:4.716796875rem;display:block; }
#TrzlWHqdJxiXPMZuUguFpCbmZLU0fIAE { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.937rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:60.875rem;left:5.8125rem;display:block; }
#IJLNPfBXGPi8hkd7qaAvfgi9vqi2JeaX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zw1LDX3Q4hJnp00spXA66nW0g5oCKcWm { color:#c32ea9;display:block;width:15.687rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:56.4990234375rem;left:5.8125rem;height:3.25rem;font-style:normal;display:block; }
#bWwnXNiaeQTiTS9x6gT5CuymwTWcv8n2 { position:absolute;display:block;z-index:14999;background-color:rgba(195,46,169,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:18.75rem;top:42.87451171875rem;left:4.7490234375rem;display:block; }
#vUelGRKprDRX1xGXDqdXIkg6HQhS2s5C { color:#162f4e;display:block;width:16.437rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:43.470703125rem;left:5.9033203125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x1JtTo4fPToIGOHkvJFR7EqQcorXMGvR { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9361875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:60.875rem;left:14.5rem;display:block; }
#aNuylwG3TV0KKkIqgTTgI9nvGg2l2wl5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tE6DUZUQ0X2p0CKLGRii3XMtbtcU5Qa2 { color:#162f4e;display:block;width:16.437rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:46.34765625rem;left:5.9033203125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lAzKCEPLO32f7WrD1NButWVbxQsXMCVo { color:#162f4e;display:block;width:16.4371875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:50.3125rem;left:5.8740234375rem;height:3.41015625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WlGSPsU3zi9IhKQwutteHKkhLBqqfM4g { color:#162f4e;display:block;width:17.5625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:46.350095748901rem;left:36.780597686767rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dc4f9g1HcnusrGkLziQT9lSmhFhIIlEt { color:#162f4e;display:block;width:16.4371875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:50.962890625rem;left:36.779296875rem;height:3.41015625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JUocXwpHcdrWvUz42G6ArCib0hGyndwi { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.937rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:60.874176025391rem;left:36.780597686767rem;display:block; }
#BLhQw8etIBuVozUtqXHoCIbX9PUoNyHG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PF5JqgRZDsCUCmfA1XTdoTff6bncZd8u { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.935375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:60.874176025391rem;left:45.343425750733rem;display:block; }
#GVvvvTex5cVBSrUceZ4teEm5HEJDdgEh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5KoycWJtqWyQuDmO098SrCXa0TNK9TE { color:#c32ea9;display:block;width:16.25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:56.499145507812rem;left:36.780380249024rem;height:3.25rem;font-style:normal;display:block; }
#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT > .row .container { background-color: transparent; background-image: none; }#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT > .row .container > .video-iframe-container { display: none; }#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT > .row > .video-iframe-container { display: none; }#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT > .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); }#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT > .row .container { border-width: 0; border-radius: 0; }#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT > .row > .video-iframe-container {  }#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#ZDSfQuQtyASO5P7xEX6gKiDH20OF4s9q { color:#384a59;display:block;width:33.4375rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.2981767654419rem;left:1.3118495941162rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FcMka3CGLis51Dbk6NFNZZx5NXDguHl2 { color:#000000;display:block;width:43.6873125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.6904296875rem;left:1.3118495941162rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XbckDnPLdtzoxWfNB8KbBy7cHMheoedr { position:absolute;display:block;z-index:15007;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124511875rem;width:12.5rem;top:5.9366874694824rem;left:1.3118495941162rem;display:block; }
#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB > .row .container { background-color: transparent; background-image: none; }#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB > .row .container > .video-iframe-container { display: none; }#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB > .row > .video-iframe-container { display: none; }#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB > .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); }#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB > .row .container { border-width: 0; border-radius: 0; }#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB > .row > .video-iframe-container {  }#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#aHATPzQUgUlLdLd7hwucLlSV4ByQePzV { color:#384a59;display:block;width:12.312rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8603515625rem;left:0.8740234375rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WCLB3vSDAlwTJ0LfCqHzJy2tF60fHxFk { position:absolute;display:block;z-index:15003;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#OLpOsoTPNKINpHQ2aSkCOvoRWLtsvuzD { position:absolute;display:block;z-index:15009;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#H1zF0bfifOIxa5sLbveF9gv6c29XhtuW { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o4TGtRqcPM9Ma9PbPb1WTCbhcHX1mK87 { position:absolute;display:block;z-index:15015;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#xy32VsKPCbGvr8IVewcg7ytH7WZiiFfe { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cHq1N7FMUQSVt8o7zytUEmDvkbtpT2rh { position:absolute;display:block;z-index:15021;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#D28lr7QCqNZIkTKgedGWScLFshpdB7y4 { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kTiUtNP4dvIrXZOyZohXh4sQxwhnsz6t { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#etXiEKiuW9QyO4NER6wx1aTRbdkrbNPU { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.0010414123535156rem;display:block; }
#sGJInTpJbu96KqxzZZyyZSSeQQMB6mkW { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#lwqT6CfbseXAW05rIkQHJcUWFqpFPkwF { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#wVtTzoW0WWWI5aTWgdu9eopSQe892awa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wVtTzoW0WWWI5aTWgdu9eopSQe892awa > .row .container { background-color: transparent; background-image: none; }#wVtTzoW0WWWI5aTWgdu9eopSQe892awa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVtTzoW0WWWI5aTWgdu9eopSQe892awa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVtTzoW0WWWI5aTWgdu9eopSQe892awa > .row .container > .video-iframe-container { display: none; }#wVtTzoW0WWWI5aTWgdu9eopSQe892awa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVtTzoW0WWWI5aTWgdu9eopSQe892awa > .row > .video-iframe-container { display: none; }#wVtTzoW0WWWI5aTWgdu9eopSQe892awa > .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); }#wVtTzoW0WWWI5aTWgdu9eopSQe892awa > .row .container { border-width: 0; border-radius: 0; }#wVtTzoW0WWWI5aTWgdu9eopSQe892awa > .row > .video-iframe-container {  }#wVtTzoW0WWWI5aTWgdu9eopSQe892awa > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#NtpHSvLefzggnIBHfW98OC9JW7RZ0La2 { color:#384a59;display:block;width:12.312rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8603515625rem;left:0.8740234375rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DC7ODpLMoRtHhhxy4NE8OC2cpFlvn0wT { position:absolute;display:block;z-index:15003;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#vS1X9dlVttLWQDbkRMtiwrXs2PbBlqr8 { position:absolute;display:block;z-index:15009;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#V0KT6pqgSoqed0FMWPlZ6woumfM7QlGX { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NGCpRbBPpL2GgvN4oAJ11AZbrVQxXhNi { position:absolute;display:block;z-index:15015;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#GqlVBw3trtKqlSN0t4nB88qAqeN8UK8D { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wm2AyiOHTHXh1Psmn2QsJLpFPs8O2Rxh { position:absolute;display:block;z-index:15021;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#AnmT2mSTC87LJ7AJF9p9BgT4GWx614ux { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kz1QD1nGp21Fz71kTZkkO29ZInWS13un { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#bcTEqXaN0NRPKf6xpu727falAOxdJes1 { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.0010414123535156rem;display:block; }
#VzALJIkx71eXEqWr4aUHlPy8FO76NlMp { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#JElZxEGobgzqaztIel2ggLzuyTLygxWp { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN > .row .container { background-color: transparent; background-image: none; }#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN > .row .container > .video-iframe-container { display: none; }#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN > .row > .video-iframe-container { display: none; }#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN > .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); }#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN > .row .container { border-width: 0; border-radius: 0; }#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN > .row > .video-iframe-container {  }#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#UuMkSUhNBCMBARI5ubAVeSnevkXJrXis { color:#384a59;display:block;width:12.312rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8603515625rem;left:0.8740234375rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UOiNgRoXvlxMAI7TRVDDmEIS91sh6hmz { position:absolute;display:block;z-index:15003;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#tD0uTiiqGVoBV5W2hPzTiwMnMDryJXOD { position:absolute;display:block;z-index:15009;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#lgaAVmnhP27xk4Ug7v7NpbwpvlVuiBBw { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#swdgNiwOW5RXgp26LP2TkcgeEqJ8LzkI { position:absolute;display:block;z-index:15015;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#FhcKDH6ZIwVaL5KC9mqcNUuS7H6aydBg { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u6iVuh7Vo41OONaymRTVhFpomoHQKXzV { position:absolute;display:block;z-index:15021;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#uVvvDsEyLIDnH5OVC3koxZwAcUe6hSGl { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xnUsO5BXiowF5uCLX6ENBWfRVUKtkffo { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#E7rTTJeHglnXZWE3gEhQQezFQOETtfVh { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.0010414123535156rem;display:block; }
#tBv0SktW5IggdITScssCy4tIVhKqsB9g { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#LIGKmSLzxDZfVoVOoDb7pBOi9JNslP6H { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#apfA2lk1de9fRJT63Zrgrx51hglsJtQG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#apfA2lk1de9fRJT63Zrgrx51hglsJtQG > .row .container { background-color: transparent; background-image: none; }#apfA2lk1de9fRJT63Zrgrx51hglsJtQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apfA2lk1de9fRJT63Zrgrx51hglsJtQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apfA2lk1de9fRJT63Zrgrx51hglsJtQG > .row .container > .video-iframe-container { display: none; }#apfA2lk1de9fRJT63Zrgrx51hglsJtQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apfA2lk1de9fRJT63Zrgrx51hglsJtQG > .row > .video-iframe-container { display: none; }#apfA2lk1de9fRJT63Zrgrx51hglsJtQG > .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); }#apfA2lk1de9fRJT63Zrgrx51hglsJtQG > .row .container { border-width: 0; border-radius: 0; }#apfA2lk1de9fRJT63Zrgrx51hglsJtQG > .row > .video-iframe-container {  }#apfA2lk1de9fRJT63Zrgrx51hglsJtQG > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#BLmtNMlhqgnJMlsbyLGC9hLI5peIhEMS { color:#384a59;display:block;width:12.312rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8603515625rem;left:0.8740234375rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CVcQ4RqA8V8IJvbzQ3DhpRZ7EoSds5rP { position:absolute;display:block;z-index:15003;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#tztL8BZ28rDNedPVBaog4am2Qei4TtvC { position:absolute;display:block;z-index:15009;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#gIiNepuHhInQOqn6TL9y5TAcCfQ2oz2o { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTDeiR2XTyvl6JztAke45uCErG2QRGUi { position:absolute;display:block;z-index:15015;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#nqHKRPXRxpWiZ5U3UUBmB3Z6JKNgfdVq { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A3tiPpV0PoSKSqnkfTro0iRbQKZkyAEn { position:absolute;display:block;z-index:15021;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#gBCi8llyMZWTaTSyBOOzxImOgQCWG5Cq { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ecVIeD5lHOhJXqtLWFQX3ge4vUXdHKkO { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#sU2rWhSdCCvDMaD2QCMMgoMC9P0nlmhr { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.0010414123535156rem;display:block; }
#czR9BDdlzN0UAQyb9Nv7fhMnOtprcybD { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#TIcxgQyMz87KidRKoWht2XgDnwIkMgfG { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy > .row .container { background-color: transparent; background-image: none; }#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy > .row .container > .video-iframe-container { display: none; }#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy > .row > .video-iframe-container { display: none; }#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy > .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); }#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy > .row .container { border-width: 0; border-radius: 0; }#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy > .row > .video-iframe-container {  }#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#P2gaVNWfzqKzAmxky1QPNhSMiEGMFmiy { color:#384a59;display:block;width:12.312rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8603515625rem;left:0.8740234375rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xvbhAuMMnIq4I8oqoVvtoeRE4AbQFT5L { position:absolute;display:block;z-index:15003;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#bnu2Eh8wXiq5m5GCTmauiJhhlMCwcrcS { position:absolute;display:block;z-index:15009;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#cHVqs4c4KwWtQOiot3vKa5wg8wystkAJ { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QAszINquAz4I96hqay3upAb4b2TbhoET { position:absolute;display:block;z-index:15015;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#wEvgcce6pnwAsRrZ4eoNoI5oLMeOhEUA { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M7nr1yDNTcxLvMoIQuabLlQ8cgkrdfrh { position:absolute;display:block;z-index:15021;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#CCFkAJ8nRETpqHTTEWUy9yL7qLE51uUX { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5I4yLTO9iPugw40cJqotulS8SEoHuyO { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#gwph1BTOrmgJyThxbubsQ8ok0VsmxHxT { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.0010414123535156rem;display:block; }
#s9WbRzWZXZ20APyTcKKVEq1K85GnVrKz { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#Vf7cuHDHuitReKRv12O6Tsr5ORcT6IBW { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#dssumDExq7vepThZdRqxeGDn87ncThIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dssumDExq7vepThZdRqxeGDn87ncThIL > .row .container { background-color: transparent; background-image: none; }#dssumDExq7vepThZdRqxeGDn87ncThIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dssumDExq7vepThZdRqxeGDn87ncThIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dssumDExq7vepThZdRqxeGDn87ncThIL > .row .container > .video-iframe-container { display: none; }#dssumDExq7vepThZdRqxeGDn87ncThIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dssumDExq7vepThZdRqxeGDn87ncThIL > .row > .video-iframe-container { display: none; }#dssumDExq7vepThZdRqxeGDn87ncThIL > .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); }#dssumDExq7vepThZdRqxeGDn87ncThIL > .row .container { border-width: 0; border-radius: 0; }#dssumDExq7vepThZdRqxeGDn87ncThIL > .row > .video-iframe-container {  }#dssumDExq7vepThZdRqxeGDn87ncThIL > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#Nip2IX7OQTqtc4HBLgiHGGQA1T7bvcsN { color:#384a59;display:block;width:12.312rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8603515625rem;left:0.8740234375rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNMAPGuBzmyh856R43qu1vJzR7oRL85p { position:absolute;display:block;z-index:15003;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#TaMI9LSyXrNWb959F1VSCfci9XDTSW7S { position:absolute;display:block;z-index:15009;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#FlR7hM0ptBwDpzIKXRpKXeUv4NbbwVd7 { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lPwiboww7xhZkcbex2924pS1t6n32J73 { position:absolute;display:block;z-index:15015;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#ozOJKrftq9iNI17ax8W0J3WZc1BTLCgm { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xZC3o5M9z3k2qpSFnfE2U8CQxzgRsOJN { position:absolute;display:block;z-index:15021;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#wVTMXtThKN31DC26AoX5rzKhHBFB0hPD { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnnJ8l86Ag5qQnfILK16iVlAVSOTwBNZ { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#uPguBh7DTnJR9DK4baKZlsDHVDdAAD3h { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.0010414123535156rem;display:block; }
#evo0CIbZuRAdpJZXU7NE9QQ19J6oKaTV { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#fpaogknZfdslp9TbAZ90L3EAO6VGznee { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI > .row .container { background-color: transparent; background-image: none; }#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI > .row .container > .video-iframe-container { display: none; }#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI > .row > .video-iframe-container { display: none; }#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI > .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); }#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI > .row .container { border-width: 0; border-radius: 0; }#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI > .row > .video-iframe-container {  }#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#rmonuLTxOsbVJzKF7n8AIH6yMFM5Kk7x { position:absolute;display:block;z-index:15009;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#anOuXzTSGBrH5ldPVLe70P5ikHeRN7rk { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JWXDI5vAsXm2vRNKLNfz693Gby9SQIcZ { position:absolute;display:block;z-index:15015;background-color:#384a59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#cC1R9rJ1H6G0Zvb5gyGPNeVlA4hLGggT { color:#384a59;display:block;width:11.375rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:13.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wwslS2msObRPgflcCcohnvwx0m2A5TzH { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#bnNsEwZVRU5tBH5o1uwrB2TBG7RkoXO1 { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx > .row .container { background-color: transparent; background-image: none; }#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx > .row .container > .video-iframe-container { display: none; }#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx > .row > .video-iframe-container { display: none; }#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx > .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); }#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx > .row .container { border-width: 0; border-radius: 0; }#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx > .row > .video-iframe-container {  }#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#GQ0h6tgB2TmM3VuT4bAUUKKviWtc3IPS { background-color:#384a59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.07763671875rem;left:21.25rem;display:block; }
#kMBqT59kPaqgGwrShpsMzuGxtBnTumHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yM4qrUWZheCIlLk5qMwENVHn8r081vza { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yM4qrUWZheCIlLk5qMwENVHn8r081vza > .row .container { background-color: transparent; background-image: none; }#yM4qrUWZheCIlLk5qMwENVHn8r081vza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yM4qrUWZheCIlLk5qMwENVHn8r081vza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yM4qrUWZheCIlLk5qMwENVHn8r081vza > .row .container > .video-iframe-container { display: none; }#yM4qrUWZheCIlLk5qMwENVHn8r081vza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yM4qrUWZheCIlLk5qMwENVHn8r081vza > .row > .video-iframe-container { display: none; }#yM4qrUWZheCIlLk5qMwENVHn8r081vza > .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); }#yM4qrUWZheCIlLk5qMwENVHn8r081vza > .row .container { border-width: 0; border-radius: 0; }#yM4qrUWZheCIlLk5qMwENVHn8r081vza > .row > .video-iframe-container {  }#yM4qrUWZheCIlLk5qMwENVHn8r081vza > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#Dfg4SoWNmiCMA2ttF0wHE69fAlkVynuW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:10.1875rem;top:0.34375rem;left:2.40625rem;overflow:hidden;display:block; }
#PoARgRb27g4B8K1GESUSs494wZtWRogS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:10.1875rem;top:0.34375rem;left:32.40625rem;overflow:hidden;display:block; }
#tpXq6Obifyr9N09RvNP34H0JiRgsU9sP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:10.1875rem;top:0.34375rem;left:17.40625rem;overflow:hidden;display:block; }
#STJW8vAUNAAcgW2xHhA3p3WB0BrETdke { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:10.1875rem;top:0.34375rem;left:47.40625rem;overflow:hidden;display:block; }
#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc > .row .container { background-color: transparent; background-image: none; }#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc > .row .container > .video-iframe-container { display: none; }#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc > .row > .video-iframe-container { display: none; }#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc > .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); }#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc > .row .container { border-width: 0; border-radius: 0; }#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc > .row > .video-iframe-container {  }#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#ld10b19rDd2NXqlDnMUH8ogPi7L2Dif4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:10.1875rem;top:0.34375rem;left:47.40625rem;overflow:hidden;display:block; }
#Tvf7vDT8Mu3J7BPbScZBnoLiTQOA9hdA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:10.1875rem;top:0.34375rem;left:32.40625rem;overflow:hidden;display:block; }
#ZZ3y4XGLwNpBCg2AvECf38GDDX7OUtwH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:10.1875rem;top:0.34375rem;left:17.40625rem;overflow:hidden;display:block; }
#Tn9E6IyaN3s4cl4ThJRDL6xVnrn6IudT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:10.1875rem;top:0.34375rem;left:2.40625rem;overflow:hidden;display:block; }
#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 > .row .container { background-color: transparent; background-image: none; }#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 > .row .container > .video-iframe-container { display: none; }#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 > .row > .video-iframe-container { display: none; }#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 > .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); }#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 > .row .container { border-width: 0; border-radius: 0; }#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 > .row > .video-iframe-container {  }#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#lZ9SFUkU68J26IXOEmhiS2emmLLekHz9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:10.125rem;top:0.90386199951175rem;left:47.437068939209rem;overflow:hidden;display:block; }
#kK0b6tL3u1TWrG8q5ZshnyPUtbtZGt2r { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.749125rem;width:10.186625rem;top:0.34396743774414rem;left:2.4056015014649rem;overflow:hidden;display:block; }
#ysATSIymqkIy1GhrODOTwGWA12K6TLzw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.749125rem;width:10.186625rem;top:0.34396743774414rem;left:17.405601501465rem;overflow:hidden;display:block; }
#zC7QQQf9X98SiiX5rg7iTr0d45rM23vI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.93685rem;width:7.8125rem;top:2.7495651245117rem;left:33.593753814698rem;overflow:hidden;display:block; }
#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC { background-color:#384a59;background-image:none;z-index:;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container { background-color: transparent; background-image: none; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container > .video-iframe-container { display: none; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row > .video-iframe-container { display: none; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .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); }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container { border-width: 0; border-radius: 0; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row > .video-iframe-container {  }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#Voig3VxhTJyJZ6LNQLXKLvNTanThLNdu { display:block;width:27.7498125rem;position:absolute;font-family:"titillium web";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.2;top:4.3741874694824rem;left:16.123859405517rem;background-color:transparent;background-image:none;height:4.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#LJCm1FdUe7MTg7fmUaSWfwRQK2rZvt2i { box-sizing:content-box;color:#f9f9f9;font-size:1.8125rem;font-weight:400;line-height:1;height:2.6245125rem;width:2.56185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:1.7496757507324rem;left:28.719074249267rem;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #RX260UF1wPHldK5rZQLqSKMNpyzaTme7 { display:block; }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { width:13.125rem;height:1.625rem;top:0.28125rem;left:0.50347223877907rem;display:block; }
 }@media only screen and (max-width: 959px) { #a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO { display:block; }#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO > .row .container { width:47.75rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #USOKq42aRIX8UTmE98Xnb4rI65a3Z6PQ { top:5.0191583633423rem;left:18.562499791384rem;width:10.625rem;height:3.4175375rem;display:block; }
 }@media only screen and (max-width: 959px) { #qzvpgfTgTQ92Qh6hW0Qi7GpTmDFaqJXT { width:47.75rem;height:2.03125rem;top:1.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #c4fnLN4OA9ec0HdvJtENDRJp14ZPuxEp { width:33.75rem;height:1.94965rem;top:9.9375610351562rem;left:7.0000002682206rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z { display:block; }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z > .row .container { width:47.75rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AgSBfRtq6d1DQMd06iFNePppJtqtOlNb { display:block; }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HC9d3zu6CiNRdt4MmZlwDV19PWzoydPJ { width:12.5rem;height:3.5rem;top:1.625rem;left:33.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #JLERvD76utkfVncb1h8admhwxz2sDERh { display:block; }
 }@media only screen and (max-width: 959px) { #qmoSDWuNQwrDNRbXItZlaMuEo3TCJI9B { width:12.5rem;height:3.4375rem;top:1.6875rem;left:17.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Uz3TtedChWomxH1uzGDNePDauUK8tUCw { display:block; }
 }@media only screen and (max-width: 959px) { #GdL2TakWGHQRM9LwN5v8KINyGbJZQ4mg { width:12.5rem;height:3.4375rem;top:1.6875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #hxXfZRM6TwOqT3zUMQ2kbSy8g4zJGwm2 { display:block; }
 }@media only screen and (max-width: 959px) { #Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H { display:block; }#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H > .row .container { width:47.75rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BwLuImWyEaBSDgUsw6hoH63KGhlZAK5z { width:40.875rem;height:1.375rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zn0MPF7SxmdPc9xiOh3GRH1qA44DGOHt { width:23.75rem;height:30.1875rem;top:6.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uSqRNM4XCNgTblpHabgwROeWZalcxKDv { top:7.4809029102325rem;left:23.749999791384rem;width:21.8125rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #flbPQgcrQUMqeMJfWvy9HKH2dT7hOXJN { top:5.125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN { display:block; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mWnilxvMv45QNlvsQPWrQJtcynPcgF3u { width:12.5rem;height:3.4375rem;top:2.7794866561889rem;left:18.624999791384rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #fFLKkTyOgItHJn19FbUHMZfEGyuwpTGA { display:block; }
 }@media only screen and (max-width: 959px) { #rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl { display:block; }#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UviTWupA0OaPVObgxZoDg2r37vp5gh5s { display:block; }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s > .row .container { width:47.75rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #oy61qKwOiFkPKI28QrdXdbb1Vs3EdBSy { width:47.75rem;height:3.412325rem;top:0.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CJ86XfGoPsJTwfDsdVXiCXGUqMHFNIZB { width:18.75rem;height:18.75rem;top:5.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #V2tguhIaCDsXF6FXRlVbsIECTppEnpxB { width:18.75rem;height:18.75rem;top:5.375rem;left:26.437503814698rem;display:block; }
 }@media only screen and (max-width: 959px) { #qW9yozI2ycr4ogrqVGquqvTFkwB0OpLK { width:18.75rem;height:18.75rem;top:24.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eNyK4HPoTuBJgE597WPlAkfAglnSvzc7 { width:18.75rem;height:18.75rem;top:24.125rem;left:26.437503814698rem;display:block; }
 }@media only screen and (max-width: 959px) { #e7ZTLFiUEsQdo177lJJtHwJ3JFdIitK4 { width:18.5625rem;height:10.625rem;top:57.875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mXr3Kxzpo21gCAL2pKJWH8knZNDvLRFX { width:18.75rem;height:15rem;top:42.875rem;left:26.437503814698rem;display:block; }
 }@media only screen and (max-width: 959px) { #SINId91DvaoroQBTlApfl5ytD6HqZDfW { width:16.375rem;height:1.75rem;top:43.4375rem;left:27.591796875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gvJAbmMArFTrSoWEwZimzJqfMXHqHoEQ { width:18.5625rem;height:10.625rem;top:57.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lSSZBJyPufRvRpXL8OmQ9TAl3v5hBq5M { width:7.875rem;height:3.125rem;top:64.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #o74ht8futneCXsUQsswAtNxJHC908zKc { display:block; }
 }@media only screen and (max-width: 959px) { #euU3v4ARCP9lH8A5tJfTgEeEJ7l945p3 { width:14.0625rem;height:3.0859375rem;top:59.9375rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XTvOXrZ9nZcIWDvIOQ3ybwocBm8A5C7z { width:18.75rem;height:15rem;top:42.875rem;left:1.6861991882324rem;display:block; }
 }@media only screen and (max-width: 959px) { #pWx11ydZgrwA4SKPb2G2gwxz26mvnPlC { width:16.375rem;height:1.75rem;top:43.4375rem;left:2.84228515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EylMf90mvNOdyKkn0za83U4gkceAuCQz { width:7.875rem;height:3.125rem;top:64.25rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #mMR71VkHTsmBx9aHMXHrqGu17x6S6vyT { display:block; }
 }@media only screen and (max-width: 959px) { #fpt0uyzDX3hVxtbA8Hu1XycpBFqB7VyR { width:16.75rem;height:9.0625rem;top:45.875rem;left:2.9052734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EwG6VXWuhVvDnSy5TTd8T1ay4D9E5Zmo { width:17.5rem;height:9.0625rem;top:46.6875rem;left:27.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #I6Ik1DeufdpQ2yd2wR5GyirtsEVHAQVr { width:7.875rem;height:3.125rem;top:64.25rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zC8JIxr2SzUUFOu7hLSWEX6NlFqGkbWH { display:block; }
 }@media only screen and (max-width: 959px) { #dZwu53i93NJfr23SxySDaVcByQBZse6P { width:7.875rem;height:3.125rem;top:64.3125rem;left:36.175782501697rem;display:block; }
 }@media only screen and (max-width: 959px) { #XvHF4FQLuvo9sC5OACnsEmpFT4NE1yB2 { display:block; }
 }@media only screen and (max-width: 959px) { #Gpn8wRqxLTczT8ZcqlN4U0wgTraaGF78 { width:14.0625rem;height:3.0859375rem;top:59.875rem;left:27.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp { display:block; }#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp > .row .container { width:47.75rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mT3hKNetcAkTMsP203P88dSpGPyESpsQ { width:47.75rem;height:3.412325rem;top:0.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mr95JUb85X0ySPdhsvLr2RHtoMcKT426 { width:18.75rem;height:18.75rem;top:5.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #VJaH6fwLvDfRZFw6w4essS0QSC5mNKO9 { width:18.75rem;height:18.75rem;top:5.3125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yFPJ87Zpyk48v6alVprOzIxThBLuNNkb { width:18.75rem;height:18.75rem;top:24.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TDALXgkG9aL5QdI4rsf3PALzHSGPlQM5 { width:18.75rem;height:18.75rem;top:24.0625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #qhnigy5tLCt3NJqR1JZaMnC2uVks4BxW { width:18.5625rem;height:10.625rem;top:55.5625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #a9zi4hC8WsBttCL96n8WiIetsEslKa7Z { width:18.75rem;height:12.75rem;top:42.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #aPy2Jqf6M0tmd44WaWTgTgre0B26tGdG { width:16.375rem;height:1.75rem;top:43.4375rem;left:27.591796875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #KN3e76ac7AQTbUW65kDyT7xf5zQFoe88 { width:18.5625rem;height:10.625rem;top:55.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #mn3lkabiImnoHMys3DDaH9t08ZZ1aT1z { width:7.875rem;height:3.125rem;top:62rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #rT5uM1OtAIdpP1tOT9scZaHHfPlsqcV7 { display:block; }
 }@media only screen and (max-width: 959px) { #WHgkCgok6l2HSeuQxq2uSqDzvIMKzhqJ { width:14.0625rem;height:3.0868rem;top:57.625rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z3DGJ4P0xx3seV4I2wvZ9ABLdgt6qOTl { width:18.75rem;height:12.75rem;top:42.8125rem;left:1.6866321563721rem;display:block; }
 }@media only screen and (max-width: 959px) { #rplxLPtbXd6q7rKRnTDhDWtalxKssJz7 { width:16.375rem;height:1.75rem;top:43.4375rem;left:2.84228515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mXpnUWZb59xWxnsyNp38Akl27caM1yqI { width:7.875rem;height:3.125rem;top:61.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #quzuh1KA3ER42SXr4pdIxCvTlWUwnOzM { display:block; }
 }@media only screen and (max-width: 959px) { #MT3JJXrmNTaS0hTuy2ibqO0mDVRxDLe7 { width:16.6875rem;height:6.4375rem;top:46.25rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZFLofklp3w01ppTe4hTNtri7M3lKQgoD { width:17.5rem;height:3.875rem;top:46.5625rem;left:27.68701171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #C5FCb15DkePfv3KweyUaSQnp1QapsPBg { width:7.875rem;height:3.125rem;top:61.9375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fXOzp423zEXKrTlI3LpPo6rJV0TRenqA { display:block; }
 }@media only screen and (max-width: 959px) { #c88rGTVwQ0WO7dxmLc6UTmfhucXTGnxN { width:7.875rem;height:3.125rem;top:61.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wvBtvhPZviu5xHZhzwvwM9oMsRWhI066 { display:block; }
 }@media only screen and (max-width: 959px) { #KWnpE47Ugu3fNBFODLisTkpRgVXNePUM { width:14.0625rem;height:3.0868rem;top:57.5625rem;left:27.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TE7HkbfLGIpiHnfrU8LR6ZitNVvkzH3A { width:16.375rem;height:5.68359375rem;top:52.274742126465rem;left:27.625001251698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #W7aJsnyRz0on2SxeWpLit9detSocGJ7H { width:16.375rem;height:5.68359375rem;top:52.274742126465rem;left:27.625001251698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lESQxTDNOaTrovI31QkRKc0gVodH807s { display:block; }#lESQxTDNOaTrovI31QkRKc0gVodH807s > .row .container { width:47.75rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FfAGtGOdMqNF5Rp1sySwtlf6EQhXSgKT { width:18.75rem;height:18.75rem;top:2.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #erpAxSHzPrER3absKSfChPf5JvVSvQJl { width:18.75rem;height:18.75rem;top:2.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WKuWT2Lkf6KITTWbnZRmUvXlhl4GfJN0 { width:18.75rem;height:18.75rem;top:20.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #KpTeNybcJ4f9lH7fcZGLNiAmg5IGsUkR { width:18.75rem;height:18.75rem;top:20.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fKn0SQ0633iwH3HlPhcdx7BP9nfZouGx { width:18.5625rem;height:10.625rem;top:55.5625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kzs5TXmQzwnauhmtaMqQbBOaWQ7m6Fqs { width:18.75rem;height:12.75rem;top:39.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eXaI4NHcTBgATfR2JikKezPiarqd31TJ { width:16.375rem;height:1.75rem;top:40.25rem;left:27.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #k255JAANSE65E2Af6ardLPG5dXfM0W1w { width:18.5625rem;height:10.625rem;top:55.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #iiGQIFes8psmS3pNpUrJcrNPxZZdJTf5 { width:7.875rem;height:3.125rem;top:62rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #KgA2uhRrvOAML4TesDxb3vT4TJ5eMROR { display:block; }
 }@media only screen and (max-width: 959px) { #UMpXqGghz0SZFrzfrTTEwlUGeqBOo4Ab { width:14.0625rem;height:3.0868rem;top:57.625rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tugs63fbtK5TuCF2b42Rk5Nbv5sgabgd { width:18.75rem;height:12.75rem;top:39.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BkW9KTFKUswDeDoBnlH84ZS6ByiOtxxM { width:16.375rem;height:1.75rem;top:40.25rem;left:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #l0eU6gTqq5kbVAXto0ATG1AXiDpEBdLT { width:7.875rem;height:3.125rem;top:61.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #T1iS1kUaZOreJO1eTECglVRaXTqM9KCX { display:block; }
 }@media only screen and (max-width: 959px) { #uztEaTEsy8hQcUftP549yuG85APtwORL { width:16.6875rem;height:2.5625rem;top:43rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #XBzZ2CPyGr29KkE6vBOI6mER9QwFOZ6u { width:17.5rem;height:7.75rem;top:43.375rem;left:27.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #qs8n4CArTc4dsVyTs4ycnd5aSlIWT1BB { width:7.875rem;height:3.125rem;top:61.9375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #UAw4ebnbwndkRZPIFd6KuaNJDOm7730C { display:block; }
 }@media only screen and (max-width: 959px) { #KxsEAInKNypQBkgtDJUcu0ZGQnSBdZa2 { width:7.875rem;height:3.125rem;top:61.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eKueD5RGbEuPQ3aUHMR1lZHcSWOJT0vi { display:block; }
 }@media only screen and (max-width: 959px) { #VGlzNO0cqw0rifWKmc7LTZvnZpXxS90W { width:14.0625rem;height:3.0868rem;top:57.5625rem;left:27.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WDbLk1Aqvyc490EMcqEBySxwePcRdSCM { width:16.375rem;height:5.68359375rem;top:52.274742126465rem;left:27.625001251698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO { display:block; }#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO > .row .container { width:47.75rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #oZiuQZreKImP61vldfXrctl7AMfU5hXC { width:47.75rem;height:3.412325rem;top:0.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #crccAKikrtN5bL5A79FhWTlwiLn8UwkF { width:18.75rem;height:18.75rem;top:5.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #B864QIks9uBixiFDgqG1cTqB6t1VR0FB { width:18.75rem;height:18.75rem;top:5.3125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IXK2FNKySdcXMcqJ5T7Wd9eUrfPsUqoH { width:18.75rem;height:18.75rem;top:24.0625rem;left:1.6865234375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ipEWLJq8yRSsTHhOXRgOhKaHKclkCmve { width:18.625rem;height:18.625rem;top:24.0625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kQs77kvK9OHoQnpQexDQcKJkc5XlTz33 { width:18.5625rem;height:10.625rem;top:54.375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #eVRlQT8DMP9rEHcPhC9DHrmQKcFmqUzz { width:18.75rem;height:11.625rem;top:42.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lv1yNgUwLGK9d75FlTMAADE0rpw7HKkQ { width:16.375rem;height:1.75rem;top:43.4375rem;left:27.591796875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GizGlw4vAoqOr4ErWGX0ldkwxSEHmk4U { width:18.5625rem;height:10.625rem;top:53.812500953674rem;left:1.7187500298023rem;display:block; }
 }@media only screen and (max-width: 959px) { #TrzlWHqdJxiXPMZuUguFpCbmZLU0fIAE { width:7.875rem;height:3.0625rem;top:60.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #IJLNPfBXGPi8hkd7qaAvfgi9vqi2JeaX { display:block; }
 }@media only screen and (max-width: 959px) { #Zw1LDX3Q4hJnp00spXA66nW0g5oCKcWm { width:15.625rem;height:3.1875rem;top:56.4375rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bWwnXNiaeQTiTS9x6gT5CuymwTWcv8n2 { width:18.75rem;height:11.625rem;top:42.8125rem;left:1.6865234375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vUelGRKprDRX1xGXDqdXIkg6HQhS2s5C { width:16.375rem;height:1.75rem;top:43.4375rem;left:2.8408203125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #x1JtTo4fPToIGOHkvJFR7EqQcorXMGvR { width:7.875rem;height:3.0625rem;top:60.875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #aNuylwG3TV0KKkIqgTTgI9nvGg2l2wl5 { display:block; }
 }@media only screen and (max-width: 959px) { #tE6DUZUQ0X2p0CKLGRii3XMtbtcU5Qa2 { width:16.375rem;height:2.5625rem;top:46.3125rem;left:2.8408203125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lAzKCEPLO32f7WrD1NButWVbxQsXMCVo { width:16.375rem;height:3.375rem;top:50.3125rem;left:2.8115234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WlGSPsU3zi9IhKQwutteHKkhLBqqfM4g { width:17.5rem;height:2.5625rem;top:46.3125rem;left:27.591796875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dc4f9g1HcnusrGkLziQT9lSmhFhIIlEt { width:16.375rem;height:3.375rem;top:50.9375rem;left:27.591796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JUocXwpHcdrWvUz42G6ArCib0hGyndwi { width:7.875rem;height:3.125rem;top:60.8125rem;left:27.593097686767rem;display:block; }
 }@media only screen and (max-width: 959px) { #BLhQw8etIBuVozUtqXHoCIbX9PUoNyHG { display:block; }
 }@media only screen and (max-width: 959px) { #PF5JqgRZDsCUCmfA1XTdoTff6bncZd8u { width:7.875rem;height:3.125rem;top:60.8125rem;left:36.155925750733rem;display:block; }
 }@media only screen and (max-width: 959px) { #GVvvvTex5cVBSrUceZ4teEm5HEJDdgEh { display:block; }
 }@media only screen and (max-width: 959px) { #X5KoycWJtqWyQuDmO098SrCXa0TNK9TE { width:16.25rem;height:2.76215rem;top:56.4375rem;left:27.592880249024rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT { display:block; }#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT > .row .container { width:47.75rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZDSfQuQtyASO5P7xEX6gKiDH20OF4s9q { width:33.4375rem;height:1.375rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #FcMka3CGLis51Dbk6NFNZZx5NXDguHl2 { width:43.625rem;height:1.3125rem;top:5.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XbckDnPLdtzoxWfNB8KbBy7cHMheoedr { top:3.625rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kt5mBH84fR54U4WT2vlRHIn04hFoqstB { display:block; }#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB > .row .container { width:47.75rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aHATPzQUgUlLdLd7hwucLlSV4ByQePzV { width:12.25rem;height:7.7916625rem;top:1.817720413208rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #WCLB3vSDAlwTJ0LfCqHzJy2tF60fHxFk { width:14.0625rem;height:0.125rem;top:11.750000476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OLpOsoTPNKINpHQ2aSkCOvoRWLtsvuzD { width:14.0625rem;height:0.125rem;top:11.750000476837rem;left:9.8124997913838rem;display:block; }
 }@media only screen and (max-width: 959px) { #H1zF0bfifOIxa5sLbveF9gv6c29XhtuW { width:11.3125rem;height:6.81770625rem;top:1.817720413208rem;left:11.937499791384rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #o4TGtRqcPM9Ma9PbPb1WTCbhcHX1mK87 { width:14.0625rem;height:0.125rem;top:11.75rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #xy32VsKPCbGvr8IVewcg7ytH7WZiiFfe { width:11.3125rem;height:7.7916625rem;top:1.9375rem;left:24.156085968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #cHq1N7FMUQSVt8o7zytUEmDvkbtpT2rh { width:14.0625rem;height:0.125rem;top:11.75rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #D28lr7QCqNZIkTKgedGWScLFshpdB7y4 { width:11.3125rem;height:6.81770625rem;top:1.8177089691162rem;left:36.125001698732rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #kTiUtNP4dvIrXZOyZohXh4sQxwhnsz6t { width:11.875rem;height:11.875rem;top:1.1444091796875E-5rem;left:11.937499791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #etXiEKiuW9QyO4NER6wx1aTRbdkrbNPU { width:11.875rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sGJInTpJbu96KqxzZZyyZSSeQQMB6mkW { width:11.875rem;height:11.875rem;top:1.1444091796875E-5rem;left:23.874999791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #lwqT6CfbseXAW05rIkQHJcUWFqpFPkwF { width:11.875rem;height:11.875rem;top:1.1444091796875E-5rem;left:35.875001698732rem;display:block; }
 }@media only screen and (max-width: 959px) { #wVtTzoW0WWWI5aTWgdu9eopSQe892awa { display:block; }#wVtTzoW0WWWI5aTWgdu9eopSQe892awa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NtpHSvLefzggnIBHfW98OC9JW7RZ0La2 { width:12.25rem;height:8.7656rem;top:1.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #DC7ODpLMoRtHhhxy4NE8OC2cpFlvn0wT { width:14.0625rem;height:0.125rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vS1X9dlVttLWQDbkRMtiwrXs2PbBlqr8 { width:14.0625rem;height:0.125rem;top:11.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #V0KT6pqgSoqed0FMWPlZ6woumfM7QlGX { width:11.3125rem;height:7.7916625rem;top:1.9375rem;left:12.218585968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #NGCpRbBPpL2GgvN4oAJ11AZbrVQxXhNi { width:14.0625rem;height:0.125rem;top:11.8125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #GqlVBw3trtKqlSN0t4nB88qAqeN8UK8D { width:11.3125rem;height:6.81770625rem;top:1.9375rem;left:24.156085968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wm2AyiOHTHXh1Psmn2QsJLpFPs8O2Rxh { width:14.0625rem;height:0.125rem;top:11.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AnmT2mSTC87LJ7AJF9p9BgT4GWx614ux { width:11.3125rem;height:7.7916625rem;top:1.9375rem;left:36.093585968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #kz1QD1nGp21Fz71kTZkkO29ZInWS13un { width:11.875rem;height:11.875rem;top:0rem;left:11.937499791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #bcTEqXaN0NRPKf6xpu727falAOxdJes1 { width:11.875rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #VzALJIkx71eXEqWr4aUHlPy8FO76NlMp { width:11.875rem;height:11.875rem;top:0rem;left:23.874999791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #JElZxEGobgzqaztIel2ggLzuyTLygxWp { width:11.875rem;height:11.875rem;top:0rem;left:35.875001698732rem;display:block; }
 }@media only screen and (max-width: 959px) { #vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN { display:block; }#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UuMkSUhNBCMBARI5ubAVeSnevkXJrXis { width:12.25rem;height:6.81770625rem;top:1.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #UOiNgRoXvlxMAI7TRVDDmEIS91sh6hmz { width:14.0625rem;height:0.125rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #tD0uTiiqGVoBV5W2hPzTiwMnMDryJXOD { width:14.0625rem;height:0.125rem;top:11.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lgaAVmnhP27xk4Ug7v7NpbwpvlVuiBBw { width:11.3125rem;height:8.7656rem;top:1.9375rem;left:12.218585968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #swdgNiwOW5RXgp26LP2TkcgeEqJ8LzkI { width:14.0625rem;height:0.125rem;top:11.8125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #FhcKDH6ZIwVaL5KC9mqcNUuS7H6aydBg { width:11.3125rem;height:7.7916625rem;top:1.9375rem;left:24.156085968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #u6iVuh7Vo41OONaymRTVhFpomoHQKXzV { width:14.0625rem;height:0.125rem;top:11.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uVvvDsEyLIDnH5OVC3koxZwAcUe6hSGl { width:11.3125rem;height:8.7656rem;top:1.9375rem;left:36.093585968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #xnUsO5BXiowF5uCLX6ENBWfRVUKtkffo { width:11.875rem;height:11.875rem;top:1.1444091796875E-5rem;left:11.937499791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #E7rTTJeHglnXZWE3gEhQQezFQOETtfVh { width:11.875rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #tBv0SktW5IggdITScssCy4tIVhKqsB9g { width:11.875rem;height:11.875rem;top:1.1444091796875E-5rem;left:23.874999791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #LIGKmSLzxDZfVoVOoDb7pBOi9JNslP6H { width:11.875rem;height:11.875rem;top:1.1444091796875E-5rem;left:35.812501698732rem;display:block; }
 }@media only screen and (max-width: 959px) { #apfA2lk1de9fRJT63Zrgrx51hglsJtQG { display:block; }#apfA2lk1de9fRJT63Zrgrx51hglsJtQG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BLmtNMlhqgnJMlsbyLGC9hLI5peIhEMS { width:11.125rem;height:7.7916625rem;top:1.9375rem;left:0.40625002980232rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #CVcQ4RqA8V8IJvbzQ3DhpRZ7EoSds5rP { width:14.0625rem;height:0.125rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #tztL8BZ28rDNedPVBaog4am2Qei4TtvC { width:14.0625rem;height:0.125rem;top:11.9375rem;left:9.8124997913838rem;display:block; }
 }@media only screen and (max-width: 959px) { #gIiNepuHhInQOqn6TL9y5TAcCfQ2oz2o { width:11.3125rem;height:8.7656rem;top:1.9375rem;left:12.218585968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #oTDeiR2XTyvl6JztAke45uCErG2QRGUi { width:14.0625rem;height:0.125rem;top:11.9375rem;left:21.749999791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #nqHKRPXRxpWiZ5U3UUBmB3Z6JKNgfdVq { width:11.3125rem;height:7.7916625rem;top:1.9375rem;left:24.156085968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #A3tiPpV0PoSKSqnkfTro0iRbQKZkyAEn { width:14.0625rem;height:0.125rem;top:11.9375rem;left:33.687501698732rem;display:block; }
 }@media only screen and (max-width: 959px) { #gBCi8llyMZWTaTSyBOOzxImOgQCWG5Cq { width:11.3125rem;height:6.81770625rem;top:1.9375rem;left:36.093585968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #ecVIeD5lHOhJXqtLWFQX3ge4vUXdHKkO { width:11.875rem;height:11.875rem;top:1.52587890625E-5rem;left:11.937499791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #sU2rWhSdCCvDMaD2QCMMgoMC9P0nlmhr { width:11.875rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #czR9BDdlzN0UAQyb9Nv7fhMnOtprcybD { width:11.875rem;height:11.875rem;top:1.52587890625E-5rem;left:23.874999791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #TIcxgQyMz87KidRKoWht2XgDnwIkMgfG { width:11.875rem;height:11.875rem;top:1.52587890625E-5rem;left:35.875001698732rem;display:block; }
 }@media only screen and (max-width: 959px) { #fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy { display:block; }#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #P2gaVNWfzqKzAmxky1QPNhSMiEGMFmiy { width:12.25rem;height:6.81770625rem;top:1.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #xvbhAuMMnIq4I8oqoVvtoeRE4AbQFT5L { width:14.0625rem;height:0.125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #bnu2Eh8wXiq5m5GCTmauiJhhlMCwcrcS { width:14.0625rem;height:0.125rem;top:11.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cHVqs4c4KwWtQOiot3vKa5wg8wystkAJ { width:11.3125rem;height:5.84374375rem;top:1.9375rem;left:12.218585968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #QAszINquAz4I96hqay3upAb4b2TbhoET { width:14.0625rem;height:0.125rem;top:11.875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #wEvgcce6pnwAsRrZ4eoNoI5oLMeOhEUA { width:11.3125rem;height:5.84374375rem;top:1.9375rem;left:24.156085968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #M7nr1yDNTcxLvMoIQuabLlQ8cgkrdfrh { width:14.0625rem;height:0.125rem;top:11.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CCFkAJ8nRETpqHTTEWUy9yL7qLE51uUX { width:11.3125rem;height:6.81770625rem;top:1.9375rem;left:36.093585968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #T5I4yLTO9iPugw40cJqotulS8SEoHuyO { width:11.875rem;height:11.875rem;top:1.2397766113281E-5rem;left:12.342881947756rem;display:block; }
 }@media only screen and (max-width: 959px) { #gwph1BTOrmgJyThxbubsQ8ok0VsmxHxT { width:11.875rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #s9WbRzWZXZ20APyTcKKVEq1K85GnVrKz { width:11.875rem;height:11.875rem;top:1.2397766113281E-5rem;left:23.874999791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vf7cuHDHuitReKRv12O6Tsr5ORcT6IBW { width:11.875rem;height:11.875rem;top:1.2397766113281E-5rem;left:35.875001698732rem;display:block; }
 }@media only screen and (max-width: 959px) { #dssumDExq7vepThZdRqxeGDn87ncThIL { display:block; }#dssumDExq7vepThZdRqxeGDn87ncThIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Nip2IX7OQTqtc4HBLgiHGGQA1T7bvcsN { width:12.25rem;height:5.84374375rem;top:1.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #DNMAPGuBzmyh856R43qu1vJzR7oRL85p { width:14.0625rem;height:0.125rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TaMI9LSyXrNWb959F1VSCfci9XDTSW7S { width:14.0625rem;height:0.125rem;top:11.9375rem;left:9.8124997913838rem;display:block; }
 }@media only screen and (max-width: 959px) { #FlR7hM0ptBwDpzIKXRpKXeUv4NbbwVd7 { width:11.3125rem;height:7.7916625rem;top:1.9375rem;left:12.218585968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #lPwiboww7xhZkcbex2924pS1t6n32J73 { width:14.0625rem;height:0.125rem;top:11.9375rem;left:21.749999791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #ozOJKrftq9iNI17ax8W0J3WZc1BTLCgm { width:11.3125rem;height:5.84374375rem;top:1.9375rem;left:24.156085968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #xZC3o5M9z3k2qpSFnfE2U8CQxzgRsOJN { width:14.0625rem;height:0.125rem;top:11.9375rem;left:33.687501698732rem;display:block; }
 }@media only screen and (max-width: 959px) { #wVTMXtThKN31DC26AoX5rzKhHBFB0hPD { width:11.3125rem;height:5.84374375rem;top:1.9375rem;left:36.093585968017rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #TnnJ8l86Ag5qQnfILK16iVlAVSOTwBNZ { width:11.875rem;height:11.875rem;top:0rem;left:11.937499791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #uPguBh7DTnJR9DK4baKZlsDHVDdAAD3h { width:11.875rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #evo0CIbZuRAdpJZXU7NE9QQ19J6oKaTV { width:11.875rem;height:11.875rem;top:2.8610229492188E-6rem;left:23.874999791384rem;display:block; }
 }@media only screen and (max-width: 959px) { #fpaogknZfdslp9TbAZ90L3EAO6VGznee { width:11.875rem;height:11.875rem;top:2.8610229492188E-6rem;left:35.875001698732rem;display:block; }
 }@media only screen and (max-width: 959px) { #itvCZWQsrOdrKKOb3x3oLix6ByuCktLI { display:block; }#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rmonuLTxOsbVJzKF7n8AIH6yMFM5Kk7x { width:14.0625rem;height:0.125rem;top:11.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #anOuXzTSGBrH5ldPVLe70P5ikHeRN7rk { width:11.3125rem;height:8.7656rem;top:2.5rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #JWXDI5vAsXm2vRNKLNfz693Gby9SQIcZ { width:14.0625rem;height:0.125rem;top:11.6875rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cC1R9rJ1H6G0Zvb5gyGPNeVlA4hLGggT { width:11.3125rem;height:7.7916625rem;top:2.5rem;left:24.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #wwslS2msObRPgflcCcohnvwx0m2A5TzH { width:11.875rem;height:11.875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #bnNsEwZVRU5tBH5o1uwrB2TBG7RkoXO1 { width:11.875rem;height:11.875rem;top:0rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LrlqIaaG7dsH5nF2Xie88xGu9awTssEx { display:block; }#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GQ0h6tgB2TmM3VuT4bAUUKKviWtc3IPS { width:12.5rem;height:3.4375rem;top:2.7794866561889rem;left:18.624999791384rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kMBqT59kPaqgGwrShpsMzuGxtBnTumHD { display:block; }
 }@media only screen and (max-width: 959px) { #yM4qrUWZheCIlLk5qMwENVHn8r081vza { display:block; }#yM4qrUWZheCIlLk5qMwENVHn8r081vza > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Dfg4SoWNmiCMA2ttF0wHE69fAlkVynuW { width:10.1875rem;height:6.6875rem;top:0.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PoARgRb27g4B8K1GESUSs494wZtWRogS { width:10.1875rem;height:6.75rem;top:0.3125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #tpXq6Obifyr9N09RvNP34H0JiRgsU9sP { width:10.1875rem;height:6.75rem;top:0.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #STJW8vAUNAAcgW2xHhA3p3WB0BrETdke { width:10.1875rem;height:6.75rem;top:0.3125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc { display:block; }#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ld10b19rDd2NXqlDnMUH8ogPi7L2Dif4 { width:10.1875rem;height:6.75rem;top:0.3125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tvf7vDT8Mu3J7BPbScZBnoLiTQOA9hdA { width:10.1875rem;height:6.75rem;top:0.3125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZZ3y4XGLwNpBCg2AvECf38GDDX7OUtwH { width:10.1875rem;height:6.75rem;top:0.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tn9E6IyaN3s4cl4ThJRDL6xVnrn6IudT { width:10.1875rem;height:6.75rem;top:0.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 { display:block; }#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lZ9SFUkU68J26IXOEmhiS2emmLLekHz9 { width:10.125rem;height:5.625rem;top:0.875rem;left:36.718318939209rem;display:block; }
 }@media only screen and (max-width: 959px) { #kK0b6tL3u1TWrG8q5ZshnyPUtbtZGt2r { width:10.125rem;height:6.7082954977731rem;top:0.3125rem;left:0.87435150146487rem;display:block; }
 }@media only screen and (max-width: 959px) { #ysATSIymqkIy1GhrODOTwGWA12K6TLzw { width:10.125rem;height:6.7082954977731rem;top:0.3125rem;left:12.811851501465rem;display:block; }
 }@media only screen and (max-width: 959px) { #zC7QQQf9X98SiiX5rg7iTr0d45rM23vI { width:7.8125rem;height:1.93685rem;top:2.6875rem;left:25.937503814698rem;display:block; }
 }@media only screen and (max-width: 959px) { #aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC { display:block; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC { background-color: transparent; background-image: none; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container > .video-iframe-container { display: none; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row > .video-iframe-container { display: none; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .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); }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container { width:47.75rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Voig3VxhTJyJZ6LNQLXKLvNTanThLNdu { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:10.79688125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #LJCm1FdUe7MTg7fmUaSWfwRQK2rZvt2i { top:1.6875rem;left:22.594074249267rem;width:2.5rem;height:2.5611496574741rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RX260UF1wPHldK5rZQLqSKMNpyzaTme7 { display:block; }#RX260UF1wPHldK5rZQLqSKMNpyzaTme7 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { width:13.5rem;height:1.75rem;top:1.59375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO { display:block; }#a6XZGOuAfiN9rdZctCt7WghvPWkSyGZO > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USOKq42aRIX8UTmE98Xnb4rI65a3Z6PQ { width:8.1875rem;height:2.75rem;top:7.5rem;left:5.9062502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzvpgfTgTQ92Qh6hW0Qi7GpTmDFaqJXT { width:20rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4fnLN4OA9ec0HdvJtENDRJp14ZPuxEp { width:20rem;height:3.25rem;top:11.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z { display:block; }#E8tiXB2vsZa2TaXA5hMZST12AgOmUs4Z > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgSBfRtq6d1DQMd06iFNePppJtqtOlNb { display:block; }#AgSBfRtq6d1DQMd06iFNePppJtqtOlNb > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HC9d3zu6CiNRdt4MmZlwDV19PWzoydPJ { width:17.5rem;height:3.4375rem;top:10.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLERvD76utkfVncb1h8admhwxz2sDERh { display:block; }
 }@media only screen and (max-width: 763px) { #qmoSDWuNQwrDNRbXItZlaMuEo3TCJI9B { width:17.5rem;height:3.4375rem;top:5.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz3TtedChWomxH1uzGDNePDauUK8tUCw { display:block; }
 }@media only screen and (max-width: 763px) { #GdL2TakWGHQRM9LwN5v8KINyGbJZQ4mg { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxXfZRM6TwOqT3zUMQ2kbSy8g4zJGwm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H { display:block; }#Uyb7k1CH8sTwRlZ1un7SBBETF8Ksnb7H > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwLuImWyEaBSDgUsw6hoH63KGhlZAK5z { width:20rem;height:2.75rem;top:0.87398147583006rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn0MPF7SxmdPc9xiOh3GRH1qA44DGOHt { width:20rem;height:34.125rem;top:6.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSqRNM4XCNgTblpHabgwROeWZalcxKDv { width:14.1875rem;height:18.125rem;top:39.937501907349rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flbPQgcrQUMqeMJfWvy9HKH2dT7hOXJN { width:12.5rem;height:0.124511875rem;top:4.3741865158081rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN { display:block; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWnilxvMv45QNlvsQPWrQJtcynPcgF3u { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFLKkTyOgItHJn19FbUHMZfEGyuwpTGA { display:block; }
 }@media only screen and (max-width: 763px) { #rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl { display:block; }#rAgk6aQNVvZhFDC8nmIo5dNwINroqaAl > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UviTWupA0OaPVObgxZoDg2r37vp5gh5s { display:block; }#UviTWupA0OaPVObgxZoDg2r37vp5gh5s > .row .container { width:20rem;height:141.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oy61qKwOiFkPKI28QrdXdbb1Vs3EdBSy { width:20rem;height:2.599825rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJ86XfGoPsJTwfDsdVXiCXGUqMHFNIZB { width:18.75rem;height:18.75rem;top:7.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2tguhIaCDsXF6FXRlVbsIECTppEnpxB { width:18.75rem;height:18.75rem;top:75.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW9yozI2ycr4ogrqVGquqvTFkwB0OpLK { width:18.75rem;height:18.75rem;top:26.250007152558rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNyK4HPoTuBJgE597WPlAkfAglnSvzc7 { width:18.75rem;height:18.75rem;top:93.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ZTLFiUEsQdo177lJJtHwJ3JFdIitK4 { width:18.625rem;height:12.875rem;top:127.625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mXr3Kxzpo21gCAL2pKJWH8knZNDvLRFX { width:18.75rem;height:15rem;top:112.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SINId91DvaoroQBTlApfl5ytD6HqZDfW { width:16.4375rem;height:1.78645625rem;top:113.3125rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvJAbmMArFTrSoWEwZimzJqfMXHqHoEQ { width:18.625rem;height:12.875rem;top:60rem;left:0.6875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lSSZBJyPufRvRpXL8OmQ9TAl3v5hBq5M { width:7.875rem;height:3.125rem;top:65.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o74ht8futneCXsUQsswAtNxJHC908zKc { display:block; }
 }@media only screen and (max-width: 763px) { #euU3v4ARCP9lH8A5tJfTgEeEJ7l945p3 { width:12.5rem;height:2.7604125rem;top:61.625rem;left:3.7500002980233rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTvOXrZ9nZcIWDvIOQ3ybwocBm8A5C7z { width:18.75rem;height:15rem;top:45rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWx11ydZgrwA4SKPb2G2gwxz26mvnPlC { width:16.4375rem;height:1.787325rem;top:45.9375rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EylMf90mvNOdyKkn0za83U4gkceAuCQz { width:7.875rem;height:3.125rem;top:68.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMR71VkHTsmBx9aHMXHrqGu17x6S6vyT { display:block; }
 }@media only screen and (max-width: 763px) { #fpt0uyzDX3hVxtbA8Hu1XycpBFqB7VyR { width:17.6875rem;height:6.09375rem;top:47.724020004272rem;left:1.1562500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwG6VXWuhVvDnSy5TTd8T1ay4D9E5Zmo { width:17.5rem;height:6.09375rem;top:115.625rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6Ik1DeufdpQ2yd2wR5GyirtsEVHAQVr { width:7.875rem;height:3.125rem;top:132.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC8JIxr2SzUUFOu7hLSWEX6NlFqGkbWH { display:block; }
 }@media only screen and (max-width: 763px) { #dZwu53i93NJfr23SxySDaVcByQBZse6P { width:7.875rem;height:3.125rem;top:136.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvHF4FQLuvo9sC5OACnsEmpFT4NE1yB2 { display:block; }
 }@media only screen and (max-width: 763px) { #Gpn8wRqxLTczT8ZcqlN4U0wgTraaGF78 { width:14.0625rem;height:2.7604125rem;top:129.125rem;left:2.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp { display:block; }#PtQU2n0LAMRV7iHyFrdVQNJ24O4SL3yp > .row .container { width:20rem;height:139.69400024414rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT3hKNetcAkTMsP203P88dSpGPyESpsQ { width:20rem;height:2.599825rem;top:2.8610229492188E-6rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mr95JUb85X0ySPdhsvLr2RHtoMcKT426 { width:18.75rem;height:18.75rem;top:3.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJaH6fwLvDfRZFw6w4essS0QSC5mNKO9 { width:18.75rem;height:18.75rem;top:68.855909347531rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFPJ87Zpyk48v6alVprOzIxThBLuNNkb { width:18.75rem;height:18.75rem;top:22.687500238419rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDALXgkG9aL5QdI4rsf3PALzHSGPlQM5 { width:18.75rem;height:18.75rem;top:86.874132156375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhnigy5tLCt3NJqR1JZaMnC2uVks4BxW { width:18.625rem;height:12.875rem;top:116.24913215637rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #a9zi4hC8WsBttCL96n8WiIetsEslKa7Z { width:18.75rem;height:10.6875rem;top:105.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPy2Jqf6M0tmd44WaWTgTgre0B26tGdG { width:16.4375rem;height:1.787325rem;top:106.17447853088rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KN3e76ac7AQTbUW65kDyT7xf5zQFoe88 { width:18.625rem;height:12.875rem;top:52.125002384186rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mn3lkabiImnoHMys3DDaH9t08ZZ1aT1z { width:7.875rem;height:3.125rem;top:57.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT5uM1OtAIdpP1tOT9scZaHHfPlsqcV7 { display:block; }
 }@media only screen and (max-width: 763px) { #WHgkCgok6l2HSeuQxq2uSqDzvIMKzhqJ { width:12.5rem;height:2.7604125rem;top:52.982641220093rem;left:3.7500002384186rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3DGJ4P0xx3seV4I2wvZ9ABLdgt6qOTl { width:18.75rem;height:10.6875rem;top:41.437505245209rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rplxLPtbXd6q7rKRnTDhDWtalxKssJz7 { width:16.4375rem;height:1.787325rem;top:42.062499523163rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mXpnUWZb59xWxnsyNp38Akl27caM1yqI { width:7.875rem;height:3.125rem;top:61.125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quzuh1KA3ER42SXr4pdIxCvTlWUwnOzM { display:block; }
 }@media only screen and (max-width: 763px) { #MT3JJXrmNTaS0hTuy2ibqO0mDVRxDLe7 { width:16.375rem;height:7.3125rem;top:44.414062023163rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLofklp3w01ppTe4hTNtri7M3lKQgoD { width:17.5625rem;height:4.875rem;top:109.42317962646rem;left:1.2187500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5FCb15DkePfv3KweyUaSQnp1QapsPBg { width:7.875rem;height:3.125rem;top:121.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXOzp423zEXKrTlI3LpPo6rJV0TRenqA { display:block; }
 }@media only screen and (max-width: 763px) { #c88rGTVwQ0WO7dxmLc6UTmfhucXTGnxN { width:7.875rem;height:3.125rem;top:125.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvBtvhPZviu5xHZhzwvwM9oMsRWhI066 { display:block; }
 }@media only screen and (max-width: 763px) { #KWnpE47Ugu3fNBFODLisTkpRgVXNePUM { width:14.0625rem;height:2.7604125rem;top:117.43749427796rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE7HkbfLGIpiHnfrU8LR6ZitNVvkzH3A { width:16.375rem;height:0;top:130.37368774414rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7aJsnyRz0on2SxeWpLit9detSocGJ7H { width:16.375rem;height:0;top:135.03384399414rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lESQxTDNOaTrovI31QkRKc0gVodH807s { display:block; }#lESQxTDNOaTrovI31QkRKc0gVodH807s > .row .container { width:20rem;height:135.03384399414rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfAGtGOdMqNF5Rp1sySwtlf6EQhXSgKT { width:18.75rem;height:18.75rem;top:3.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erpAxSHzPrER3absKSfChPf5JvVSvQJl { width:16.9375rem;height:16.9375rem;top:68.855909347531rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKuWT2Lkf6KITTWbnZRmUvXlhl4GfJN0 { width:18.75rem;height:18.75rem;top:22.687500238419rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpTeNybcJ4f9lH7fcZGLNiAmg5IGsUkR { width:16.9375rem;height:18.75rem;top:86.874132156375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKn0SQ0633iwH3HlPhcdx7BP9nfZouGx { width:18.625rem;height:12.875rem;top:116.24913215637rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Kzs5TXmQzwnauhmtaMqQbBOaWQ7m6Fqs { width:18.75rem;height:10.6875rem;top:105.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXaI4NHcTBgATfR2JikKezPiarqd31TJ { width:16.4375rem;height:1.787325rem;top:106.17447853088rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k255JAANSE65E2Af6ardLPG5dXfM0W1w { width:18.625rem;height:12.875rem;top:52.125002384186rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #iiGQIFes8psmS3pNpUrJcrNPxZZdJTf5 { width:7.875rem;height:3.125rem;top:57.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgA2uhRrvOAML4TesDxb3vT4TJ5eMROR { display:block; }
 }@media only screen and (max-width: 763px) { #UMpXqGghz0SZFrzfrTTEwlUGeqBOo4Ab { width:12.5rem;height:2.7604125rem;top:52.982641220093rem;left:3.7500002384186rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tugs63fbtK5TuCF2b42Rk5Nbv5sgabgd { width:18.75rem;height:10.6875rem;top:41.437505245209rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkW9KTFKUswDeDoBnlH84ZS6ByiOtxxM { width:16.4375rem;height:1.787325rem;top:42.062499523163rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0eU6gTqq5kbVAXto0ATG1AXiDpEBdLT { width:7.875rem;height:3.125rem;top:61.125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1iS1kUaZOreJO1eTECglVRaXTqM9KCX { display:block; }
 }@media only screen and (max-width: 763px) { #uztEaTEsy8hQcUftP549yuG85APtwORL { width:16.375rem;height:7.3125rem;top:44.414062023163rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBzZ2CPyGr29KkE6vBOI6mER9QwFOZ6u { width:17.5625rem;height:4.875rem;top:109.42317962646rem;left:1.2187500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qs8n4CArTc4dsVyTs4ycnd5aSlIWT1BB { width:7.875rem;height:3.125rem;top:121.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAw4ebnbwndkRZPIFd6KuaNJDOm7730C { display:block; }
 }@media only screen and (max-width: 763px) { #KxsEAInKNypQBkgtDJUcu0ZGQnSBdZa2 { width:7.875rem;height:3.125rem;top:125.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKueD5RGbEuPQ3aUHMR1lZHcSWOJT0vi { display:block; }
 }@media only screen and (max-width: 763px) { #VGlzNO0cqw0rifWKmc7LTZvnZpXxS90W { width:14.0625rem;height:2.7604125rem;top:117.43749427796rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDbLk1Aqvyc490EMcqEBySxwePcRdSCM { width:16.375rem;height:0;top:130.37368774414rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO { display:block; }#ncUtcKGItSSTf6flcs5LCaQQRzwRCNzO > .row .container { width:20rem;height:135.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZiuQZreKImP61vldfXrctl7AMfU5hXC { width:20rem;height:2.599825rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crccAKikrtN5bL5A79FhWTlwiLn8UwkF { width:18.75rem;height:18.75rem;top:7.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B864QIks9uBixiFDgqG1cTqB6t1VR0FB { width:18.75rem;height:18.75rem;top:72.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXK2FNKySdcXMcqJ5T7Wd9eUrfPsUqoH { width:18.125rem;height:18.125rem;top:26.250048160553rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipEWLJq8yRSsTHhOXRgOhKaHKclkCmve { width:18.6875rem;height:18.6875rem;top:91.000028610231rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQs77kvK9OHoQnpQexDQcKJkc5XlTz33 { width:18.625rem;height:12.875rem;top:120.4375rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #eVRlQT8DMP9rEHcPhC9DHrmQKcFmqUzz { width:18.75rem;height:10.6875rem;top:109.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv1yNgUwLGK9d75FlTMAADE0rpw7HKkQ { width:16.4375rem;height:1.787325rem;top:110.8125038147rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GizGlw4vAoqOr4ErWGX0ldkwxSEHmk4U { width:18.625rem;height:12.875rem;top:55.0625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TrzlWHqdJxiXPMZuUguFpCbmZLU0fIAE { width:7.875rem;height:3.125rem;top:60.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJLNPfBXGPi8hkd7qaAvfgi9vqi2JeaX { display:block; }
 }@media only screen and (max-width: 763px) { #Zw1LDX3Q4hJnp00spXA66nW0g5oCKcWm { width:12.5rem;height:2.76215rem;top:56rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWwnXNiaeQTiTS9x6gT5CuymwTWcv8n2 { width:18.75rem;height:10.6875rem;top:44.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUelGRKprDRX1xGXDqdXIkg6HQhS2s5C { width:16.4375rem;height:1.787325rem;top:45.125rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1JtTo4fPToIGOHkvJFR7EqQcorXMGvR { width:7.875rem;height:3.125rem;top:64.5rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNuylwG3TV0KKkIqgTTgI9nvGg2l2wl5 { display:block; }
 }@media only screen and (max-width: 763px) { #tE6DUZUQ0X2p0CKLGRii3XMtbtcU5Qa2 { width:16.375rem;height:2.4375rem;top:47.5625rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAzKCEPLO32f7WrD1NButWVbxQsXMCVo { width:16.375rem;height:3.41145625rem;top:51.4375rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlGSPsU3zi9IhKQwutteHKkhLBqqfM4g { width:17.5rem;height:1.21875rem;top:113.4375rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dc4f9g1HcnusrGkLziQT9lSmhFhIIlEt { width:16.375rem;height:3.41145625rem;top:116rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUocXwpHcdrWvUz42G6ArCib0hGyndwi { width:7.875rem;height:3.125rem;top:125.37497711182rem;left:6.0625002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLhQw8etIBuVozUtqXHoCIbX9PUoNyHG { display:block; }
 }@media only screen and (max-width: 763px) { #PF5JqgRZDsCUCmfA1XTdoTff6bncZd8u { width:7.875rem;height:3.125rem;top:129.18751907349rem;left:6.0625002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVvvvTex5cVBSrUceZ4teEm5HEJDdgEh { display:block; }
 }@media only screen and (max-width: 763px) { #X5KoycWJtqWyQuDmO098SrCXa0TNK9TE { width:14.0625rem;height:2.76215rem;top:121.71961784363rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT { display:block; }#V9wazmXgpg2KlOfzE2mEdW1FZVT7rLLT > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDSfQuQtyASO5P7xEX6gKiDH20OF4s9q { width:20rem;height:1.375rem;top:0.87398147583006rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMka3CGLis51Dbk6NFNZZx5NXDguHl2 { width:20rem;height:2.625rem;top:4.8749885559082rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbckDnPLdtzoxWfNB8KbBy7cHMheoedr { width:12.5rem;height:0.124511875rem;top:3.1241455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt5mBH84fR54U4WT2vlRHIn04hFoqstB { display:block; }#Kt5mBH84fR54U4WT2vlRHIn04hFoqstB > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHATPzQUgUlLdLd7hwucLlSV4ByQePzV { width:11rem;height:12.5039375rem;top:1.5625rem;left:4.5625002384186rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCLB3vSDAlwTJ0LfCqHzJy2tF60fHxFk { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLpOsoTPNKINpHQ2aSkCOvoRWLtsvuzD { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1zF0bfifOIxa5sLbveF9gv6c29XhtuW { width:11rem;height:9.09375rem;top:16.625rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4TGtRqcPM9Ma9PbPb1WTCbhcHX1mK87 { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy32VsKPCbGvr8IVewcg7ytH7WZiiFfe { width:11rem;height:11.3671875rem;top:32.125rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHq1N7FMUQSVt8o7zytUEmDvkbtpT2rh { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D28lr7QCqNZIkTKgedGWScLFshpdB7y4 { width:11rem;height:10.2304375rem;top:46.125rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTiUtNP4dvIrXZOyZohXh4sQxwhnsz6t { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #etXiEKiuW9QyO4NER6wx1aTRbdkrbNPU { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGJInTpJbu96KqxzZZyyZSSeQQMB6mkW { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwqT6CfbseXAW05rIkQHJcUWFqpFPkwF { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVtTzoW0WWWI5aTWgdu9eopSQe892awa { display:block; }#wVtTzoW0WWWI5aTWgdu9eopSQe892awa > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtpHSvLefzggnIBHfW98OC9JW7RZ0La2 { width:11rem;height:11.3671875rem;top:1.9375rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DC7ODpLMoRtHhhxy4NE8OC2cpFlvn0wT { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS1X9dlVttLWQDbkRMtiwrXs2PbBlqr8 { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0KT6pqgSoqed0FMWPlZ6woumfM7QlGX { width:11rem;height:10.2304375rem;top:16.625rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGCpRbBPpL2GgvN4oAJ11AZbrVQxXhNi { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlVBw3trtKqlSN0t4nB88qAqeN8UK8D { width:11rem;height:9.09375rem;top:32.125rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wm2AyiOHTHXh1Psmn2QsJLpFPs8O2Rxh { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnmT2mSTC87LJ7AJF9p9BgT4GWx614ux { width:11rem;height:11.3671875rem;top:46.125rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kz1QD1nGp21Fz71kTZkkO29ZInWS13un { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcTEqXaN0NRPKf6xpu727falAOxdJes1 { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzALJIkx71eXEqWr4aUHlPy8FO76NlMp { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JElZxEGobgzqaztIel2ggLzuyTLygxWp { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN { display:block; }#vzAyfrEA83RSsRmelLkeFHdl0VaE7BwN > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuMkSUhNBCMBARI5ubAVeSnevkXJrXis { width:11rem;height:10.2304375rem;top:1.9375rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOiNgRoXvlxMAI7TRVDDmEIS91sh6hmz { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0uTiiqGVoBV5W2hPzTiwMnMDryJXOD { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgaAVmnhP27xk4Ug7v7NpbwpvlVuiBBw { width:11rem;height:10.2304375rem;top:16.625rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swdgNiwOW5RXgp26LP2TkcgeEqJ8LzkI { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhcKDH6ZIwVaL5KC9mqcNUuS7H6aydBg { width:11rem;height:11.3671875rem;top:31.500001907349rem;left:4.5000002384186rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6iVuh7Vo41OONaymRTVhFpomoHQKXzV { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVvvDsEyLIDnH5OVC3koxZwAcUe6hSGl { width:11rem;height:11.3671875rem;top:46.125rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xnUsO5BXiowF5uCLX6ENBWfRVUKtkffo { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7rTTJeHglnXZWE3gEhQQezFQOETtfVh { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBv0SktW5IggdITScssCy4tIVhKqsB9g { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIGKmSLzxDZfVoVOoDb7pBOi9JNslP6H { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apfA2lk1de9fRJT63Zrgrx51hglsJtQG { display:block; }#apfA2lk1de9fRJT63Zrgrx51hglsJtQG > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLmtNMlhqgnJMlsbyLGC9hLI5peIhEMS { width:11rem;height:10.96875rem;top:1.9375rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CVcQ4RqA8V8IJvbzQ3DhpRZ7EoSds5rP { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tztL8BZ28rDNedPVBaog4am2Qei4TtvC { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIiNepuHhInQOqn6TL9y5TAcCfQ2oz2o { width:11rem;height:11.3671875rem;top:16.625rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTDeiR2XTyvl6JztAke45uCErG2QRGUi { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqHKRPXRxpWiZ5U3UUBmB3Z6JKNgfdVq { width:11rem;height:11.3671875rem;top:32.125rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3tiPpV0PoSKSqnkfTro0iRbQKZkyAEn { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBCi8llyMZWTaTSyBOOzxImOgQCWG5Cq { width:11rem;height:7.95703125rem;top:46.125rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ecVIeD5lHOhJXqtLWFQX3ge4vUXdHKkO { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU2rWhSdCCvDMaD2QCMMgoMC9P0nlmhr { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #czR9BDdlzN0UAQyb9Nv7fhMnOtprcybD { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIcxgQyMz87KidRKoWht2XgDnwIkMgfG { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy { display:block; }#fUKTUMe2hgk9LoLkrTQ2iQMCk1Jiomwy > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2gaVNWfzqKzAmxky1QPNhSMiEGMFmiy { width:11rem;height:10.2304375rem;top:1.9375rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvbhAuMMnIq4I8oqoVvtoeRE4AbQFT5L { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnu2Eh8wXiq5m5GCTmauiJhhlMCwcrcS { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHVqs4c4KwWtQOiot3vKa5wg8wystkAJ { width:11rem;height:7.95703125rem;top:16.625rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAszINquAz4I96hqay3upAb4b2TbhoET { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEvgcce6pnwAsRrZ4eoNoI5oLMeOhEUA { width:11rem;height:7.95703125rem;top:32.125rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7nr1yDNTcxLvMoIQuabLlQ8cgkrdfrh { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCFkAJ8nRETpqHTTEWUy9yL7qLE51uUX { width:11rem;height:9.09375rem;top:46.125rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5I4yLTO9iPugw40cJqotulS8SEoHuyO { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwph1BTOrmgJyThxbubsQ8ok0VsmxHxT { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9WbRzWZXZ20APyTcKKVEq1K85GnVrKz { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf7cuHDHuitReKRv12O6Tsr5ORcT6IBW { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dssumDExq7vepThZdRqxeGDn87ncThIL { display:block; }#dssumDExq7vepThZdRqxeGDn87ncThIL > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nip2IX7OQTqtc4HBLgiHGGQA1T7bvcsN { width:11rem;height:9.09375rem;top:1.9375rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNMAPGuBzmyh856R43qu1vJzR7oRL85p { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaMI9LSyXrNWb959F1VSCfci9XDTSW7S { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlR7hM0ptBwDpzIKXRpKXeUv4NbbwVd7 { width:11rem;height:10.2304375rem;top:16.625rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPwiboww7xhZkcbex2924pS1t6n32J73 { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozOJKrftq9iNI17ax8W0J3WZc1BTLCgm { width:11rem;height:7.95703125rem;top:32.125rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZC3o5M9z3k2qpSFnfE2U8CQxzgRsOJN { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVTMXtThKN31DC26AoX5rzKhHBFB0hPD { width:11rem;height:6.8203125rem;top:46.125rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnnJ8l86Ag5qQnfILK16iVlAVSOTwBNZ { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPguBh7DTnJR9DK4baKZlsDHVDdAAD3h { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #evo0CIbZuRAdpJZXU7NE9QQ19J6oKaTV { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpaogknZfdslp9TbAZ90L3EAO6VGznee { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itvCZWQsrOdrKKOb3x3oLix6ByuCktLI { display:block; }#itvCZWQsrOdrKKOb3x3oLix6ByuCktLI > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmonuLTxOsbVJzKF7n8AIH6yMFM5Kk7x { width:14.0625rem;height:0.125rem;top:14.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anOuXzTSGBrH5ldPVLe70P5ikHeRN7rk { width:11rem;height:11.3671875rem;top:0.9375rem;left:4.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWXDI5vAsXm2vRNKLNfz693Gby9SQIcZ { width:14.0625rem;height:0.125rem;top:29.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC1R9rJ1H6G0Zvb5gyGPNeVlA4hLGggT { width:11rem;height:10.2304375rem;top:17.5rem;left:5.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwslS2msObRPgflcCcohnvwx0m2A5TzH { width:14.0625rem;height:14.0625rem;top:0.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnNsEwZVRU5tBH5o1uwrB2TBG7RkoXO1 { width:14.0625rem;height:14.0625rem;top:15.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrlqIaaG7dsH5nF2Xie88xGu9awTssEx { display:block; }#LrlqIaaG7dsH5nF2Xie88xGu9awTssEx > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQ0h6tgB2TmM3VuT4bAUUKKviWtc3IPS { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMBqT59kPaqgGwrShpsMzuGxtBnTumHD { display:block; }
 }@media only screen and (max-width: 763px) { #yM4qrUWZheCIlLk5qMwENVHn8r081vza { display:block; }#yM4qrUWZheCIlLk5qMwENVHn8r081vza > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dfg4SoWNmiCMA2ttF0wHE69fAlkVynuW { width:10.1875rem;height:6.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoARgRb27g4B8K1GESUSs494wZtWRogS { width:10.1875rem;height:6.75rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpXq6Obifyr9N09RvNP34H0JiRgsU9sP { width:10.1875rem;height:6.75rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STJW8vAUNAAcgW2xHhA3p3WB0BrETdke { width:10.1875rem;height:6.75rem;top:5.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc { display:block; }#n85v6XvM10A0lZGtcbXI1QOxxDEeu4Lc > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ld10b19rDd2NXqlDnMUH8ogPi7L2Dif4 { width:10.1875rem;height:6.75rem;top:6.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvf7vDT8Mu3J7BPbScZBnoLiTQOA9hdA { width:10.1875rem;height:6.75rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ3y4XGLwNpBCg2AvECf38GDDX7OUtwH { width:10.1875rem;height:6.75rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9E6IyaN3s4cl4ThJRDL6xVnrn6IudT { width:10.1875rem;height:6.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 { display:block; }#ckDTT35pnbabeQdPJn9UNe4tkBD5KDT1 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZ9SFUkU68J26IXOEmhiS2emmLLekHz9 { width:10.125rem;height:5.625rem;top:6.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK0b6tL3u1TWrG8q5ZshnyPUtbtZGt2r { width:10.1875rem;height:6.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysATSIymqkIy1GhrODOTwGWA12K6TLzw { width:10.1875rem;height:6.75rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC7QQQf9X98SiiX5rg7iTr0d45rM23vI { width:7.8125rem;height:1.93685rem;top:7.9676666259762rem;left:1.1859809756279rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC { background-color:#384a59;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container { background-color: transparent; background-image: none; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container > .video-iframe-container { display: none; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row > .video-iframe-container { display: none; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .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); }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container { border-width: 0; border-radius: 0; }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row > .video-iframe-container {  }#aPTfCH74yIdlgoT26TRfWPPZt0ImQoTC > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Voig3VxhTJyJZ6LNQLXKLvNTanThLNdu { left:0rem;background-color:transparent;background-image:none;top:6.2899303436281rem;width:20.0625rem;height:4.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJCm1FdUe7MTg7fmUaSWfwRQK2rZvt2i { width:3.75rem;height:3.75rem;top:1.9982643127441rem;left:8.1249997615813rem;font-size:2.625rem;display:block; }
 }