.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/eHD8Y1Znfpk/unsplash/nastuh-abootalebi-eHD8Y1Znfpk-photo-1497366811353-6870744d04b2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht.adaptive-delivery-prevent-bg, #dLmRc1r15JA5B64LkBsGQqovOLlAXKht.lazyload, #dLmRc1r15JA5B64LkBsGQqovOLlAXKht.lazyloading { background-image: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { background-color: transparent; background-image: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,26,67,0.5); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container > .video-iframe-container { display: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,26,67,0.5); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container { display: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .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); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { border-width: 0; border-radius: 0; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#a4w68oQnOSa65a3Dey6Tcudv8XbopUng { color:#000000;display:block;width:34.249875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.5rem;left:0rem;height:1.583333375rem;display:block; }
#qCXC1lk8gw7a28PfhG91aHduyVx6doZ7 { position:absolute;display:block;z-index:15003;background-color:#bc9234;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:14.49951171875rem;left:2.310791015625rem;display:block; }
#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:#ffffff;display:block;width:44.812rem;position:absolute;font-family:"source sans pro";font-size:4.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8118896484375rem;left:0rem;height:5.3333335rem;font-style:normal;display:block; }
#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.436525rem;width:6.936625rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { background-color: transparent; background-image: none; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container > .video-iframe-container { display: none; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row > .video-iframe-container { display: none; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .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); }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { border-width: 0; border-radius: 0; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#UNc9cCkm09uEPTu5isqkfNf4LbxilK3E { position:absolute;display:block;z-index:15006;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:5.7489013671875rem;left:6.5618896484375rem;display:block; }
#I4y63M9vatLg6ywmnMCTLJ71qsz0pLrl { color:#0b1a43;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8428955078125rem;left:0rem;height:3.58333325rem;font-style:normal;display:block; }
#UTi4TTBABqcqNgyP6CubdIi6IlvWV1Xn { color:#0b1a43;display:block;width:72.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.6241455078125rem;left:0rem;height:9.5rem;display:block; }
#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1a43;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container { background-color: transparent; background-image: none; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container > .video-iframe-container { display: none; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row > .video-iframe-container { display: none; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .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); }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container { border-width: 0; border-radius: 0; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#LTPFmT462g3X0eUGrDyg1GvKBzBRiGeU { position:absolute;display:block;z-index:15006;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:5.4364013671875rem;left:2.4993896484375rem;display:block; }
#RTxKZrwDlglal2ZEm3uF9yazdp5xIzqA { color:#0b1a43;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8428955078125rem;left:0rem;height:3.58333325rem;font-style:normal;display:block; }
#L8xVklV30iO8Gd0D5FXWQOvkoTvHsqDT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.6241455078125rem;left:0rem;height:4rem;display:block; }
#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { position:relative;display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { background-color: transparent; background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { color:#0b1a43;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:3.08333325rem;font-style:normal;display:block; }
#rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { position:absolute;display:block;z-index:15008;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:7.6239013671875rem;left:7.1868896484375rem;display:block; }
#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { position:relative;display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { background-color: transparent; background-image: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { border-width: 0; border-radius: 0; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:21rem;top:1.624755859375rem;left:1.937255859375rem;display:block; }
#cdGqar6BeDTKesgwep0nBf7tS3AbPalc { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:20.875rem;top:1.624755859375rem;left:27.374877929688rem;display:block; }
#MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:4.5623779296875rem;overflow:hidden;display:block; }
#CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { color:#0b1a43;display:block;width:10.1245rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.68115234375rem;left:12.225341796875rem;height:1.083333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.875rem;left:5.5625rem;height:4.3333335rem;font-style:italic;display:block; }
#AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:4.5625rem;display:block; }
#D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { color:#000000;display:block;width:14.4998125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.442601203919rem;left:30.561526298523rem;height:3.250000125rem;font-style:italic;display:block; }
#AbSNc1HTQElX13LsCilgsT4i33rqLFgx { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:29.75rem;display:block; }
#bN3MXyB06MWklpJTC7VB5bUsOZhlLa61 { color:#000000;display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.561889648438rem;left:4.3115234375rem;height:13rem;font-style:normal;display:block; }
#ABbf1k92UT3E8NkP8M8Pp5TXRhLZV5OR { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:29.310913085938rem;height:10.833333rem;font-style:normal;display:block; }
#bMvTNdEMiOEGOkInJoIO007i8a2mnvsi { color:#0b1a43;display:block;width:9.4995rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.68115234375rem;left:36.875610351562rem;height:1.083333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L390mRyRpOTC0JzkJiZOnLCGS2ThiuB9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:29.9375rem;overflow:hidden;display:block; }
#W4ndX87ACgaWTiHg8SxgScRhZGes6CI9 { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.748779296875rem;left:11.875610351562rem;height:1.083333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#McyRugK8BGBVbAyw3hmDVS6C1y7AiMAh { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.748779296875rem;left:36.875610351562rem;height:1.083333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I8iblTS4oUm5gvN9Hwzg6MzDNc9pf1vC { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:21rem;top:1.624755859375rem;left:51.312255859375rem;display:block; }
#Uk9GkphaReO3NGi15lPuhWXQDW2vDvza { color:#000000;display:block;width:16.7496875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:53.6875rem;height:9.75rem;font-style:normal;display:block; }
#TsMWUyl8kLFHZT14G0ETwDf5LvGN3e5o { color:#000000;display:block;width:15.8121875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:55.1875rem;height:3.250000125rem;font-style:italic;display:block; }
#VXrtOyZrw2mE8mmczbXzyPr8vOMitPFk { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874675rem;width:0.24956625rem;top:10.75rem;left:53.9375rem;display:block; }
#xBJn7sH9Ivwd7fndI9yzFbowhiEgbN1F { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:53.9375rem;overflow:hidden;display:block; }
#bkGiMVhEuQC1UkWU32PUElPkxgah5wwc { color:#0b1a43;display:block;width:11.9995rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.68115234375rem;left:61.37451171875rem;height:1.083333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mn9dKrPZ3e1mmgaR1Ux2ULLmyC2St5nQ { color:#f8bc38;display:block;width:13.1854375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.748779296875rem;left:61.37451171875rem;height:1.083333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU { position:relative;display:block; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU { background-color: transparent; background-image: none; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row .container > .video-iframe-container { display: none; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row > .video-iframe-container { display: none; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .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); }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU { border-width: 0; border-radius: 0; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SbhSZtRM4niDTtib9PiUFyGq5rtUrGDo { color:#0b1a43;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:3.08333325rem;font-style:normal;display:block; }
#TgJFgluR5nyTTDzDhq0x4DlvfMiRn3Of { position:absolute;display:block;z-index:15008;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24902375rem;width:4.6875rem;top:7.6239013671875rem;left:7.1868896484375rem;display:block; }
#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM { position:relative;display:block; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM { background-color: transparent; background-image: none; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row .container > .video-iframe-container { display: none; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row > .video-iframe-container { display: none; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .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); }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM { border-width: 0; border-radius: 0; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UTbQEWUFsr4N1wznralN3KMcJGJzThlt { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.1875rem;width:20.875rem;top:1.125rem;left:1.875rem;display:block; }
#Q62BPinvZDQ1yAECyhzOURkftbVqqoxr { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:21rem;top:1.6233978271484rem;left:51.997929573059rem;display:block; }
#VLkKG06XTi3b0nVNkSZgM18xIT9um7vs { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.09375rem;left:5.4583339691162rem;height:3.250000125rem;font-style:italic;display:block; }
#URNBfQ1GdVWneEWbQcbbJthUV5iT6RVC { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.25rem;left:4.0833339691162rem;display:block; }
#OZsZ9ELfc7KquNQfuKCQ8Fl3H0rwPVwg { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.63542175293rem;left:54.144533157349rem;height:2.16666675rem;font-style:italic;display:block; }
#W2ke9MiW4pfTkEaLf1MXLGiSA0UwzQrT { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.25rem;left:52.796876907349rem;display:block; }
#BbrNMtMguFmqa6sxuEeuxupf2LZw21I5 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.1875rem;left:2.625rem;height:18.416666rem;font-style:normal;display:block; }
#ZlIbMNFAgDWiOofDsRrpoeP62TPsCirW { color:#000000;display:block;width:16.9990234375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.1875rem;left:54rem;height:16.25rem;font-style:normal;display:block; }
#bPvP6StnABlMwLPNJgZduJuhGov07Jx5 { color:#0b1a43;display:block;width:11.937375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1875rem;left:9.9375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hO6Cgbr0Q3iZfpT3nqZggvd1VhlTE0Jf { color:#0b1a43;display:block;width:11.0623125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6808834075928rem;left:61.312392234803rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ziWDunMwahv7JqydbS3OvNXoaWF4UTGk { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.6875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CS3NHAJ3S84GLSpq6I16GIS2QlbkGLNT { color:#f8bc38;display:block;width:13.185546875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.25rem;left:59.25rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q8JwTRRzcMSAKsqHBDDEmvuD7NGboipm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.60546875rem;left:4.25rem;overflow:hidden;display:block; }
#IPTpnKTQENqbtaFanlnKnsWgH3g1OAVu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.625rem;left:52.9638671875rem;overflow:hidden;display:block; }
#q9dL7kfp6W3Fr8mwRn1pqtrzUFQGmH0n { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.4375rem;width:20.875rem;top:1.0625rem;left:27.0625rem;display:block; }
#x6GzTdoEBSW2nSXUMtm9DTlm0l8ZJmTA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5625rem;left:29.625rem;overflow:hidden;display:block; }
#Nx4x2Jy8KDDESzUcMs9AERRrx4t77To4 { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.1875rem;left:29.4375rem;display:block; }
#tuk0PpxTZMJFCOe8FWmPrlPPeiEIZrR9 { color:#f8bc38;display:block;width:13.1848955rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.0625rem;left:33.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#C8seEhDMy6SsOv9RD63qh7nk9imagrOw { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.60417175293rem;left:30.705728530884rem;height:2.16666675rem;font-style:italic;display:block; }
#cIa3WSevh5EqM2s4793hom4wGydeIUGt { color:#0b1a43;display:block;width:12.12369825rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.125rem;left:34.9375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#k5vbG3KsuoPtD7umx5q2wwlNPh4WF7oN { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.145835876465rem;left:29.4375rem;height:15.166667rem;font-style:normal;display:block; }
#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 { position:relative;display:block; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 { background-color: transparent; background-image: none; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row .container > .video-iframe-container { display: none; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row > .video-iframe-container { display: none; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .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); }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 { border-width: 0; border-radius: 0; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mM1396dmOX7lQT0xKLaHF9GyBuZ7SOrz { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:21.0625rem;top:1.6237182617188rem;left:51.998695373535rem;display:block; }
#yFcTgwLH4JNLcUzc7w9c73ETwESTs3oi { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.567383527756rem;left:56.221248626709rem;height:2.16666675rem;font-style:italic;display:block; }
#mpyzPC1PQQnWTRDa3yzlx6XkvlLFyZt5 { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.6875rem;left:55.0625rem;display:block; }
#a9eCBRGKcu8o0AIWibsAz08aF2WoD0zd { color:#000000;display:block;width:16.9995rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:53.9990234375rem;height:9.75rem;font-style:normal;display:block; }
#q4JZIFzNGFdd0xWIgRDBZHFtNDDMHRFM { color:#0b1a43;display:block;width:11.0623125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6808834075928rem;left:61.312392234803rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wOE2aJBz7LfhnmHHPcmMBR9mxoMTMaHc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:55.0625rem;overflow:hidden;display:block; }
#IuV5T599ZvxgAQBkzU9ikKMG2TbPUWwJ { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:59.152221679688rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#P96RAO7k3RR4k628xv7hcNm7EuXlTN6T { position:absolute;display:block;z-index:15009;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.25rem;width:21rem;top:1.25rem;left:26.936195373535rem;display:block; }
#QDa8VfzTLis2Z8KAkIVBdz8pbdbOensv { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.1875rem;left:28.9375rem;height:11.916667rem;font-style:normal;display:block; }
#DxtZR53v3PQeIfXJA3G9IT6Hhn9Qo90F { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.39973449707rem;left:31.080728530884rem;height:4.3333335rem;font-style:italic;display:block; }
#NkFfovVS8JRmPRofZg8FpupWBdV9FrzI { position:absolute;display:block;z-index:15021;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.375rem;left:30rem;display:block; }
#fEdbSXFE294E37rtEc6Nr9eCvxEfv3ez { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.8125rem;left:30rem;overflow:hidden;display:block; }
#x6GW1FlyW08SqFXnIEybpyRefTw5GP6V { color:#0b1a43;display:block;width:11.0623125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.3125rem;left:36.25rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#r4Xxfq1VkUTzOxUO7uGr1lmb7FmkvSR0 { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.25rem;left:34.125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q4TyDEr9ZsyAcayoMmcDcAu48DLbam03 { position:absolute;display:block;z-index:15009;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:21rem;top:1.625rem;left:2rem;display:block; }
#k1cKkdMAZByn3rnk8GhGxl0HaUaohSaS { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.51953125rem;left:3.5rem;height:19.5rem;font-style:normal;display:block; }
#ULQwMqFfGAp7mJfuGN9xJXd7FGz5c0Q0 { color:#000000;display:block;width:16.1848965rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.524749755859rem;left:4.84375rem;height:4.3333335rem;font-style:italic;display:block; }
#q3RoCwWMSUHmZqJZT80mPfO1TX9OMgaL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.1875rem;left:3.9375rem;overflow:hidden;display:block; }
#QtUtcXSKnerlATZqB60WZa0gPpbavLxM { color:#0b1a43;display:block;width:12.0598955rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.8125rem;left:10.1875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Tzw3y8P8BXASnG6dDma05y3tNkVo7uhz { color:#f8bc38;display:block;width:13.18359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.25rem;left:8.9375rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ll6RDbDTtgveFkqXdZ1u33y9RosZsaIy { position:absolute;display:block;z-index:15021;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.872396rem;width:0.2486979375rem;top:11.3125rem;left:3.75rem;display:block; }
#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG { position:relative;display:block; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG { background-color: transparent; background-image: none; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row .container > .video-iframe-container { display: none; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row > .video-iframe-container { display: none; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .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); }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG { border-width: 0; border-radius: 0; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yoLdHzQbLz19QEl2l8157Cn85ePW3thf { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.25rem;width:21.0625rem;top:1.6237030029297rem;left:51.998699188233rem;display:block; }
#VBLAHdsBWNcLBleft8F0n4p5XMXc907p { color:#000000;display:block;width:14.4998125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.045288085938rem;left:55.77978515625rem;height:2.16666675rem;font-style:italic;display:block; }
#OqTbmVCf1DhlXuqedlN6Qir3Fw4GkbIu { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.6875rem;left:55.0625rem;display:block; }
#cwEVo3MC3XIN4UCpzEVFa8Q4ZMTB2ePr { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:53.9990234375rem;height:23.8333335rem;font-style:normal;display:block; }
#teZNAMQphfza4CkvV9Fq5WlVKokHugDS { color:#0b1a43;display:block;width:12.0621875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6814212799072rem;left:60.309248924256rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oGWOldKyLq1alZrZDeR12ubd5dAZluqs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:55.0625rem;overflow:hidden;display:block; }
#IUewvaSNzMvsopIQeNR5iaQfOz6uLmsP { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:59.152221679688rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ySD7h1Duv8NXSOqq5906zfLraDS4LBI2 { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.1875rem;width:20.875rem;top:1.625rem;left:27.0625rem;display:block; }
#NDifPEqTMRE9Dr5ZZvXv89FSWr2pmPvg { color:#000000;display:block;width:17.9990234375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:29rem;height:14.083333rem;font-style:normal;display:block; }
#UttrobQLG2AltDTNBN3HenTduADTTgO5 { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8740234375rem;width:0.2490234375rem;top:10.75rem;left:29.4375rem;display:block; }
#pbSMyRUAzVR7M4DluqFyTa2bl1BFx7ri { color:#000000;display:block;width:14.4990234375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.8125rem;left:30.4375rem;height:4.3333335rem;font-style:italic;display:block; }
#R7c6gdPxPTvTTfn73imVVdEzC1KLukak { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:29.625rem;overflow:hidden;display:block; }
#qxFNxgveUGnE5aKOGPKiPrI2v1wuaS5K { color:#0b1a43;display:block;width:12.1240234375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6875rem;left:34.9375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SaflGdbvSCTDLtBg96C5WkU8VyR5ilhT { color:#f8bc38;display:block;width:13.185546875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5625rem;left:33.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#W2VTy4gGQLfucLAJArq6KMiHM918Trai { position:absolute;display:block;z-index:15007;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.0625rem;width:21rem;top:1.5rem;left:2.0625rem;display:block; }
#TFRuC8dcfP7WCsy3mdsXsozC2TBeCWsK { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.6875rem;left:3.875rem;height:18.416666rem;font-style:normal;display:block; }
#SMsqM9U6pSqsTxxI5i3IRfIMvuQyCRkM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3rem;left:3.4375rem;overflow:hidden;display:block; }
#EOwGDh1UT0wifkOBQ9gfMpD8sXSymbft { color:#000000;display:block;width:16.9979324375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.75rem;left:5.3125rem;height:3.250000125rem;font-style:italic;display:block; }
#x4NLRv3RTQZgi22TC9R4V5eMQbTeGNvF { color:#f8bc38;display:block;width:13.18359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:9.1875rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Xui24fVIywQ7b68SDcvO13faFDaxDFwF { color:#0b1a43;display:block;width:12.3104315rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7rem;left:10rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lxTN3orQdB4r4JJCldx16HwTw6BZmgQM { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.6875rem;left:55.0625rem;display:none; }
#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 { position:relative;display:block; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 { background-color: transparent; background-image: none; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row .container > .video-iframe-container { display: none; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row > .video-iframe-container { display: none; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .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); }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 { border-width: 0; border-radius: 0; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BbwVwQpJ2Rk6r7Oknaows4FoaMvfneEm { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.1875rem;width:21rem;top:1.6222381591797rem;left:1.9979314804077rem;display:block; }
#LEBKJ6qVLoIuHToK6okFB1gldBWIQx52 { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:20.875rem;top:1.6233978271484rem;left:27.373620033264rem;display:block; }
#eL1tPgLlBO38fyXWRiZin0dhwPeH1CA9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:4.5623779296875rem;overflow:hidden;display:block; }
#QiGb4lh5M0RuyUa1iXhcJEgTs2JaSZoG { color:#0b1a43;display:block;width:12.3123125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6808815002441rem;left:9.4086370468137rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qQoPuHfNZPHxF47dyZeOsNS0gkgm6GlT { color:#000000;display:block;width:16.1246875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.481662750244rem;left:5.6304254531861rem;height:3.250000125rem;font-style:italic;display:block; }
#xm3AaQd9mOwrhfP5Hw446psh2NeVHyGI { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:4.5625rem;display:block; }
#UJyWINbDDyoyMgzppOVyMypEQvrlb0Gz { color:#000000;display:block;width:16.0623125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.618816375733rem;left:30.280493736267rem;height:1.083333375rem;font-style:italic;display:block; }
#mdR0TzfsfL7IJx1rCkdspZI28HQShxBd { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:29.75rem;display:block; }
#AFqEXVkJ59VVtvyFNTMJ7gNKaJArDGmb { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:4.3115234375rem;height:17.333334rem;font-style:normal;display:block; }
#oB8dz1vZEao6g3Sg0MH0arcMFkCwRgOo { color:#000000;display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:29.312133789062rem;height:6.5rem;font-style:normal;display:block; }
#TOi8xKGfn9IoZ6fJ7tmrmdJxhQtQudcr { color:#0b1a43;display:block;width:12.1245625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6808815002441rem;left:35.221899986267rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XPq5Kz0xTvlGgEqsXCcHkbEGmOek5blO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:29.9375rem;overflow:hidden;display:block; }
#g70rClp4B9ywsMR8KQwI6bWKaX1PzAuc { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:8.8397216796875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hgtfF5vTWGdT0cX5R5wdH9BHIDIAnbv3 { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:34.187622070312rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xpEbGvOBkSbKU1FDRAdTCAeTB2tpA8yd { position:absolute;display:block;z-index:15008;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.9375rem;width:23.125rem;top:1.6245422363281rem;left:51.186806678772rem;display:block; }
#DMMcpnJ7bTtflE0iOqkt7L6D8fFoz6Rn { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.5615234375rem;left:52.2177734375rem;height:23.833334rem;font-style:normal;display:block; }
#QzC5OzKiqed5IC1JhN32tQGDaIGLVOF2 { color:#000000;display:block;width:16.310546875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.4306640625rem;left:53.375rem;height:3.250000125rem;font-style:italic;display:block; }
#Nx3GT3il49N0z45w4hJp8TcNbqSB7HTh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:52.4375rem;overflow:hidden;display:block; }
#DwzgzrURmLSRdZrbzVgTwO8XBeVZztiD { color:#0b1a43;display:block;width:11.1240234375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.6875rem;left:61.7802734375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#W70r2TiJPOX1XDOl3ARkfgvOarbHTx3E { position:absolute;display:block;z-index:15019;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8740234375rem;width:0.2490234375rem;top:9.375rem;left:52.2509765625rem;display:block; }
#TQ2bUuZqQihXFJnoedIT1hJh2iJLTm5e { color:#f8bc38;display:block;width:13.1845703125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.125rem;left:59.6572265625rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 { position:relative;display:block; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 { background-color: transparent; background-image: none; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row .container > .video-iframe-container { display: none; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row > .video-iframe-container { display: none; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .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); }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 { border-width: 0; border-radius: 0; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e0cgwfOdC6NHPbTkEZZNgMTdCvgIFAJ4 { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:21rem;top:1.6233825683594rem;left:1.9979314804077rem;display:block; }
#oEhUqxegm1geOps3kpxOSLl1mTZ0AKUv { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:20.875rem;top:1.6245422363281rem;left:27.374768257141rem;display:block; }
#T9gMM4xw06mzfvTXXtEv812yQBONfaCW { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:21.0625rem;top:1.624755859375rem;left:51.99951171875rem;display:block; }
#f0SqbAGM9z0LcEZmiUOA05FtudLFK3bZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:4.5623779296875rem;overflow:hidden;display:block; }
#fu0hyEyOcT9mfxte31pVDCcvtzqrpLIh { color:#0b1a43;display:block;width:12.3123125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6814212799072rem;left:9.7466363906863rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BBQqQwikRUhFgVmHuWE73eHPbNGaUIHn { color:#000000;display:block;width:14.4998125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.618270874024rem;left:5.2495670318604rem;height:1.083333375rem;font-style:italic;display:block; }
#XGIle9M66hpHro352Phx7wCI1FqTwUTi { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:4.5625rem;display:block; }
#H3bxBq8O7M9h9CPQED8K5b5z17LovuqM { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.8125rem;left:30.75rem;height:4.3333335rem;font-style:italic;display:block; }
#IMrNiFBLwtUxuMTDOgA7mQzouHBTrHMy { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:29.75rem;display:block; }
#JBQilFbzUQnfEept55nvOUcKo5bZNKZU { color:#000000;display:block;width:14.49869825rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.90885925293rem;left:56.123697280884rem;height:4.3333335rem;font-style:italic;display:block; }
#flAQsTCsU1Q2MzE2BgGgfXZZD2MEvwAl { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.6875rem;left:55.0625rem;display:block; }
#F0Cqd2UrTfQsvrEcQW4PQ5O4aGU9u58T { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:4.3115234375rem;height:7.5833335rem;font-style:normal;display:block; }
#SoX6VhRkei89b77OJE1Hd5Mi0J6Q5qyI { color:#000000;display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:29.312133789062rem;height:11.916667rem;font-style:normal;display:block; }
#HPJPDTGnxMafaw4LTadm3E00rnvEKbN5 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:53.9990234375rem;height:14.083333rem;font-style:normal;display:block; }
#WtvStWx94KcAVzE4HTIh0w8iEvkBs0HV { color:#0b1a43;display:block;width:12.1245625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6814212799072rem;left:35.221899986267rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ngEc2gCEhMl0rTsyLImnfi7h3oWkxNVK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:29.9375rem;overflow:hidden;display:block; }
#s54Go6WvxU5i7i7R8TyEoaT7mEuAgtOp { color:#0b1a43;display:block;width:12.0621875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6814212799072rem;left:59.713545799256rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DHphTVisoDR1Ze8U8FBEF47GqBIDZotm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:55.0625rem;overflow:hidden;display:block; }
#zDb6dl7pCK03EZ6J9bkguksqrROlGs94 { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:8.8397216796875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kO2M16VvE6CtUMilH4Rv3uSAOIceAJfc { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:34.187622070312rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xr1PgwP0s6T8eKNTiKhhmnLoRAepkbPM { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:59.152221679688rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ { position:relative;display:block; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ { background-color: transparent; background-image: none; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row .container > .video-iframe-container { display: none; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row > .video-iframe-container { display: none; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .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); }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ { border-width: 0; border-radius: 0; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fDC7xHMWsn5RqFObuGJnpIQykuATnMri { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:21rem;top:1.6227722167969rem;left:1.9981318712234rem;display:block; }
#rCwU85DdvQtpONvq5kGfTLZXTThazt26 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:4.5623779296875rem;overflow:hidden;display:block; }
#T8JaI3qE7JXsus4THwnFNuWJ4Ox2mNdX { color:#0b1a43;display:block;width:12.3123125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6814231872559rem;left:9.7466363906863rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oQSW0GPxKtagOxuQ2sLSOWQioaSsTi7n { color:#000000;display:block;width:14.4998125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.481117248535rem;left:5.2495670318604rem;height:3.250000125rem;font-style:italic;display:block; }
#pGo7OtGpJGkvDkBpIZ4UAFR2zqLThgcm { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:4.5625rem;display:block; }
#dZUHTTTEsLaP1r6Jb3TGZTO0ndaMCprl { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:4.3115234375rem;height:11.916667rem;font-style:normal;display:block; }
#AJoXcPz26R92UeslSTwD4QeppBLDTREe { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:8.8397216796875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#S4iiExsQCFcLeLlApb4vWs3VGJT7hd7u { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.25rem;width:21.9375rem;top:1.6244812011719rem;left:51.999830126762rem;display:block; }
#rATrWmCdewpvVsKzy7zeSeQ9m6yOhO6v { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:55.0625rem;overflow:hidden;display:block; }
#DrDfnz6yNFEdwuUOzfrbMQRzeCVxCmr9 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.911998748779rem;left:56.034077644348rem;height:4.3333335rem;font-style:italic;display:block; }
#C6cnKtTdL6RzPDhP3FaMMQdRcr6FBEbv { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874675rem;width:0.24956625rem;top:10.6875rem;left:55.0625rem;display:block; }
#lcWZ4owP2vqxKfRMz38oWJVL2Ph8SQHO { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.561981201172rem;left:53.062162280082rem;height:23.833333rem;font-style:normal;display:block; }
#TxsIZnD4kxzVuxIdD6bBfVXUi1EhDXR2 { color:#f8bc38;display:block;width:13.18575rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:59.125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lK3KC9eqzvrDLchiCepIXm12S4LrgfSa { color:#0b1a43;display:block;width:12.0621875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:60.3125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hM44sF8gVnbLRk1kVDa4KOSeBJ8idCZT { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:21rem;top:1.5625rem;left:27.0625rem;display:block; }
#hgVZc8Z8trm1N6IBAJzHypAMiAa7S0Fr { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.0625rem;left:29.625rem;overflow:hidden;display:block; }
#ZX1b8mICDKaQTJVfXukE9VOvTttIL95I { color:#0b1a43;display:block;width:12.3115806875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.625rem;left:34.375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uWX6d2olyOaAP8UyBloUppI4qAkD5KzU { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12rem;left:30.1875rem;height:2.16666675rem;font-style:italic;display:block; }
#R0KJFkOdp6R822uP0sk6P9Gtz7hXPbgp { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8747701875rem;width:0.2493106875rem;top:10.6875rem;left:29.625rem;display:block; }
#RRIt5g4vqgDrfFhP2QTraSzprRkrRrXa { color:#f8bc38;display:block;width:13.185891125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:33.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ehEuRc7pRJnLMO7BmRT1LVZJTczurdDA { color:#000000;display:block;width:17.3115806875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5rem;left:29.375rem;height:15.166667rem;font-style:normal;display:block; }
#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT { position:relative;display:block; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT { background-color: transparent; background-image: none; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row .container > .video-iframe-container { display: none; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row > .video-iframe-container { display: none; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .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); }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT { border-width: 0; border-radius: 0; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nWayPs9nBEh7I2HEPvHVC3Kc3EX0d1IF { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:21rem;top:1.6245422363281rem;left:51.999077796936rem;display:block; }
#WEZCfTzgdZmoizMIAcWrPO6LcFIAGNQR { color:#000000;display:block;width:15.37475rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.478881835938rem;left:56.224975585938rem;height:3.250000125rem;font-style:italic;display:block; }
#JtTXHTtRHkxlXN64qmKdI2DkyleuSnVe { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.6875rem;left:55.0625rem;display:block; }
#Pnx4spMWqpWllxJq8TQAlCyhyBtiMzUc { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:53.9990234375rem;height:14.083333rem;font-style:normal;display:block; }
#Er2mLO6HXLVClMXBudhG0ZIrOKmMWZyT { color:#0b1a43;display:block;width:12.0621875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6808891296387rem;left:60.309248924256rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QRQAwZxRL0X6bLcK7I43OV6X2cMcs85R { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:55.0625rem;overflow:hidden;display:block; }
#kwxXSKJ0lEmTDLyTGiVUUpe4p4xde44e { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:59.152221679688rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TyVRs1g4A34WNaSTJlotfOeUgOIB6WBM { position:absolute;display:block;z-index:15008;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:22.4375rem;top:1.5625rem;left:26.437268257141rem;display:block; }
#qPoPf6TB9LRBCDu0DUim0nWN3nlUT3vn { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.5615234375rem;left:27.09375rem;height:14.083333rem;font-style:normal;display:block; }
#AzQHWmBox974COFoVX5JLH71yp8mIeDE { position:absolute;display:block;z-index:15019;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8740234375rem;width:0.2490234375rem;top:10.0419921875rem;left:27.5009765625rem;display:block; }
#nCvqrxueWksndXRbtSzT4n5sovPfyRua { color:#000000;display:block;width:16.3115234375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.478515625rem;left:29.34375rem;height:2.16666675rem;font-style:italic;display:block; }
#B9h97JNxd0W7umhZnX8vbdr5BDSZfspm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:27.6875rem;overflow:hidden;display:block; }
#tsPsndPBtMmoaxqyyAJ6BZnes0cupXRf { color:#0b1a43;display:block;width:12.1240234375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.8056640625rem;left:34.9375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#P3tnpkgL7wQsGHntQsB7JTtKsBJ1MfMw { color:#f8bc38;display:block;width:13.185546875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.125rem;left:33.8759765625rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yE5RTbkK03vi91bX13GpfAciDoi3ZScE { position:absolute;display:block;z-index:15008;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:20.875rem;top:1.5625rem;left:2.0625rem;display:block; }
#nVeaptTlOboo2JR5l4AtfkRwd7wMQKs5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.0625rem;left:4.625rem;overflow:hidden;display:block; }
#enogthtPiW8rD8p6weZMSQllJrOUixUy { position:absolute;display:block;z-index:15019;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.873621rem;width:0.24816175rem;top:10.6875rem;left:4.4375rem;display:block; }
#Ty3Sa0RMDhw8DKW1R7g4OS1WLo2OCVTO { color:#000000;display:block;width:16.3108901875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.75rem;left:5.4375rem;height:4.3333335rem;font-style:italic;display:block; }
#DtDLE2nctTgHfoTX6QsIHRuCCfNMrTSt { color:#f8bc38;display:block;width:13.184742rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qBfZisfT4vucadrbWg5LI7L99AKeDJXi { color:#0b1a43;display:block;width:11.1247701875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.625rem;left:10.75rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TAsuS5aJh4MhgVAqWavVCXAmX1RnxcNw { color:#000000;display:block;width:17.998621rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.5rem;left:4rem;height:18.416666rem;font-style:normal;display:block; }
#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU { position:relative;display:block; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU { background-color: transparent; background-image: none; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row .container > .video-iframe-container { display: none; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row > .video-iframe-container { display: none; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .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); }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU { border-width: 0; border-radius: 0; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NV41Mvar3UGLga1V0Ak4H6kiLbbcgxhT { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.0625rem;width:21rem;top:1.6232604980469rem;left:1.9986982345581rem;display:block; }
#a6EXOs2MRSrlfruTTsiZNLNe54gibrdw { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.1875rem;width:20.875rem;top:1.6243591308594rem;left:27.374676704407rem;display:block; }
#nutOOqCWq4Vxu0rF5wbCXxJXw5BSXJip { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:4.5623779296875rem;overflow:hidden;display:block; }
#o3wgGWcNnNKuvMt58Z3yBUmhhzh7AU8o { color:#0b1a43;display:block;width:12.3123125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6808967590332rem;left:9.84646320343rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Gx5bna6n53zRWzQTGq9i1iMvb5wq7Ccc { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.91254401207rem;left:5.2495660781861rem;height:4.3333335rem;font-style:italic;display:block; }
#XBCMgdSpNTH0HhsJhLNEZUh7rLP2d7c9 { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:4.5625rem;display:block; }
#XC2ARqn52UIcOrM5N9bODyoFUF2JoheM { color:#000000;display:block;width:16.624875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.618272781372rem;left:30.782338142395rem;height:1.083333375rem;font-style:italic;display:block; }
#I6RVMaEGsRwaBws1hzsDi62FNqUvmT5I { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:29.75rem;display:block; }
#y85AcpdvibhZB8lTc4sny5sw7N3yLWZQ { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.562255859375rem;left:4.3115234375rem;height:14.083333rem;font-style:normal;display:block; }
#Tt8On58V3aSmavlfVlVJ4dqq7LmAVfeE { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.561859130859rem;left:28.374566078186rem;height:26rem;font-style:normal;display:block; }
#KtEbQuTrsTThw0W7Kt5yDrypA7J96Wnq { color:#0b1a43;display:block;width:12.1245625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6808967590332rem;left:35.316843986511rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Mwrro7GzP85X14sTdB3EQnATeXH7LqJC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125013589859rem;left:29.749894142151rem;overflow:hidden;display:block; }
#lZW9n0oIQvMmyevIrme6QTpkzvPgLtru { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:8.8397216796875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ngE2UzgsDSKiQqWCkOpV27aVwB1CrLht { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:34.187622070312rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yZo0DViLECL2LXpTBOn44VksDd8bqSiR { position:absolute;display:block;z-index:15008;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.12475rem;width:20.874625rem;top:1.5625rem;left:52.0625rem;display:block; }
#zmR7aoWlwy8Tiuly1xTZoJ1MGcX7dGPN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.0625rem;left:54.625rem;overflow:hidden;display:block; }
#SnWbZW5msNq1uFVwOPFmkw7pTTxAuwdc { color:#f8bc38;display:block;width:13.1854375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.5625rem;left:58.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QXIHiL6Q7Ash7h8qJafJ6ayUz9U9p2Xt { position:absolute;display:block;z-index:15019;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87426875rem;width:0.24902375rem;top:10.6875rem;left:54.4375rem;display:block; }
#eUa0ndJkU7c9BD4nUFRceuGCFQQgTn3r { color:#000000;display:block;width:16.3110625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5rem;left:55.8125rem;height:2.16666675rem;font-style:italic;display:block; }
#CznDoDUmamDCNo1ixt2TWNKMVtETypKT { color:#0b1a43;display:block;width:12.1234375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.75rem;left:59.6875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OoUmnPe3cdebothg6Tot3WB55RLdvCPt { color:#000000;display:block;width:18.562rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.625rem;left:53.5rem;height:24.916666rem;font-style:normal;display:block; }
#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT { position:relative;display:block; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT { background-color: transparent; background-image: none; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row .container > .video-iframe-container { display: none; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row > .video-iframe-container { display: none; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .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); }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT { border-width: 0; border-radius: 0; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ffnt9U2UtwCzUFSxvclqDq42wwUEl9bQ { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.6870625rem;width:20.8745625rem;top:1.625rem;left:52.0625rem;display:block; }
#wZKIMlih97Hc8WAsDMhRrmgd1KNOGBDD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:54.625rem;overflow:hidden;display:block; }
#zyfGOo8U19DzKHJ339Z9re1r8RArWUcr { color:#000000;display:block;width:16.31119725rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.01953125rem;left:55.832033157349rem;height:2.16666675rem;font-style:italic;display:block; }
#KuKhe2FUwOrcwxt76CNTsgnddIwixGqw { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874675rem;width:0.24956625rem;top:10.75rem;left:54.4375rem;display:block; }
#VpSAJTJeuDLnJNO2RO4z8mW0lRL6X81H { color:#f8bc38;display:block;width:13.18575rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:58.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xzrZUOMWmC4rhoqAlxvvsBptAGmk09Z6 { color:#0b1a43;display:block;width:11.0623125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6875rem;left:60.75rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JF8hDbJg0yg6UQMsHo9CkEJwBg9seNbI { color:#000000;display:block;width:17.874375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.8125rem;left:54.125rem;height:20.583334rem;font-style:normal;display:block; }
#b9AKRXL7ZRCgSNMqtMpJAA6wRnmiiMpy { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.4375rem;width:20.875rem;top:1.625rem;left:2.0625rem;display:block; }
#pPV9wiTCxP39GDtTpdRRBPvRm9q7c48I { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:4.625rem;overflow:hidden;display:block; }
#Myf6uzzBsssTwZAfiMMgUwQZziMBOJIc { color:#f8bc38;display:block;width:13.185546875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:8.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z48aLTvItiBZoQVMbg0T6Fz2xAFwrHuD { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8740234375rem;width:0.2490234375rem;top:10.75rem;left:4.4375rem;display:block; }
#TRmrnmJCCaWEHlS7xryWRLZqTDWMKl60 { color:#000000;display:block;width:16.31119725rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.477844238281rem;left:5.83203125rem;height:3.250000125rem;font-style:italic;display:block; }
#FZTofhLCEoRZJcWEN15EqHRHuT1IokMC { color:#0b1a43;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6875rem;left:10.75rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xGghg0p3GQ33UxXJoI0ebMyTrPGSCwyc { color:#000000;display:block;width:17.9990234375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:4rem;height:15.166667rem;font-style:normal;display:block; }
#KomVv5dxzAbl7sP7106OeCCBhO81b9Qc { position:absolute;display:block;z-index:15015;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.4375rem;width:20.8743095625rem;top:1.8125rem;left:27.0625rem;display:block; }
#D4WNfrkvUtqa1Tr8NtvTVZT1cuPunQGn { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.3125rem;left:29.625rem;overflow:hidden;display:block; }
#ClKKCZIl5mRJDlQgdReX4KPchWI6C8bw { color:#000000;display:block;width:16.9979324375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:11rem;left:29.8125rem;height:7.583333625rem;font-style:italic;display:block; }
#ZmJOS40taftiwZQx8oFaGSJgRGpX70hx { color:#f8bc38;display:block;width:13.18359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.3125rem;left:33.9375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OVzwUgitBh4uVIIE34ry3KHWK8aW0Q6i { position:absolute;display:block;z-index:15026;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.748621rem;width:0.24816175rem;top:11.625rem;left:28.25rem;display:block; }
#UBoEolSF4pNN8wtng04gpASzZ0WrKNFx { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:20.3125rem;left:28.4375rem;height:17.333334rem;font-style:normal;display:block; }
#W1Xmt84dSbXJ6TXaraN1lAkQs09HJ46T { color:#0b1a43;display:block;width:10.1229315rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.875rem;left:37rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ { position:relative;display:block; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ { background-color: transparent; background-image: none; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row .container > .video-iframe-container { display: none; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row > .video-iframe-container { display: none; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .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); }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ { border-width: 0; border-radius: 0; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T4E9B3LMdQVcyuuvDe1cUVICxZr31yTk { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:21.0625rem;top:1.625rem;left:1.875rem;display:block; }
#HPzfJOb5fF98b7A4WmE3LcrS3yKpW5cl { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.5rem;left:6.0625rem;height:2.16666675rem;font-style:italic;display:block; }
#AoBvThwzmp4rcdlvGyVNDNfbFkKZ3lOl { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.6875rem;left:4.9375rem;display:block; }
#tggd2WD5BcqwnI51t3WVfGi1AzT55d12 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5625rem;left:3.875rem;height:10.833333rem;font-style:normal;display:block; }
#iSec9RxSIgkeT06XvLCTSwbxeinESon5 { color:#0b1a43;display:block;width:12.0621875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.7210426330566rem;left:10.156792640686rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FbOmd4Hu8U9qKVIqnkI70TXVOiQRUxQL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:4.9375rem;overflow:hidden;display:block; }
#ou0voRN31890AvdCzOr4tTa6M3UQOCMD { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:9rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PiZcW9OyRQyvJ0eEmRvwey5HTgoOXhNB { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:21rem;top:1.5rem;left:27.0625rem;display:block; }
#BnO77NJceQGH6v3aIlHekU5R7A8AVRJm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3rem;left:29.5625rem;overflow:hidden;display:block; }
#RrV8HA0i8NzWubcvVS899rkltJ9oKwVW { color:#000000;display:block;width:14.498875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.75rem;left:30.625rem;height:3.250000125rem;font-style:italic;display:block; }
#CHaCETynTCiX8b7E5dxHM0aMCnJFvsIT { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87426875rem;width:0.24902375rem;top:10.625rem;left:29.5625rem;display:block; }
#WMOBDRfyTS17qKLeRTEmWsc4xBxxl3Tw { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5rem;left:33.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gsvX8hgoWyOdxts6AfRolFqtAcGSAV6h { color:#0b1a43;display:block;width:12.3108125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:34.75rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E7lxentvGdcHfoEaluoa2c7BhT2sELFF { color:#000000;display:block;width:17.311375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.4375rem;left:29.375rem;height:15.166667rem;font-style:normal;display:block; }
#BTwQFsGxw8HxxvVOwMCNCi3svJDCXKsS { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:21.0625rem;top:1.625rem;left:52rem;display:block; }
#ldIepTIvRvh8aSXM6BQRMQJawScbowZw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:55.0625rem;overflow:hidden;display:block; }
#hrLnZSuZgRw88ZmWzWkwsF08Xg4Ot323 { color:#0b1a43;display:block;width:12.0615234375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:60rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WT9QHIl5fZw6TVZhBtfMTDsf2FQWox9V { color:#f8bc38;display:block;width:13.185546875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:59.125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OB1QH7BbhzlfsinoIS1T9rtocyoRHdXR { color:#000000;display:block;width:16.7490234375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.0625rem;left:56.3125rem;height:2.16666675rem;font-style:italic;display:block; }
#rJbZVkiiq6uzni008qQ6uslyA2EI6FET { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.6875rem;left:55.0625rem;display:block; }
#DoKEwICQ5aO7pSdtHeUEzyywOw485zM0 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.875rem;left:53.75rem;height:13rem;font-style:normal;display:block; }
#myktTDRkT4zgPkHcARp9JmxVJaauknqU { position:relative;display:block; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU { background-color: transparent; background-image: none; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row .container > .video-iframe-container { display: none; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row > .video-iframe-container { display: none; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .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); }#myktTDRkT4zgPkHcARp9JmxVJaauknqU { border-width: 0; border-radius: 0; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#urVKwJM3s5aQWNyGusVEFKqTWIPU3nMb { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:21rem;top:1.6222534179688rem;left:1.9979314804077rem;display:block; }
#Rk1Wo31kA4U0WTyF8HNnSp5EQDkUqNWn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:4.5623779296875rem;overflow:hidden;display:block; }
#e9EhviJ4wnxD4UfvV6AiRcdSTZvZE4tL { color:#0b1a43;display:block;width:12.3123125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6814174652099rem;left:9.5958127975462rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LqXqPKq85eaMHL3knEv6bXoAt5Xsu3Xu { color:#000000;display:block;width:14.49869825rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.135437011719rem;left:5.9661464691162rem;height:2.16666675rem;font-style:italic;display:block; }
#RIRRwHw3proRTegVcNtBUD6XEnNiJKvU { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:10.75rem;left:4.5625rem;display:block; }
#pcmaDbBBrQtoHq6o7E4XrTCTgScANbSQ { color:#000000;display:block;width:17.312rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.882446289062rem;left:4.5623779296875rem;height:14.083333rem;font-style:normal;display:block; }
#TrWTqeDF1xxDDKyS8z3AvPKSlXBcLF7P { color:#f8bc38;display:block;width:13.1860625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5946044921875rem;left:8.8397216796875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#V6zL5HK6DdU6iwciqgaABHzCzSy6qq1k { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:20.875rem;top:1.5rem;left:27.0625rem;display:block; }
#t3QOr7sOkF4fb47e18Iz0pn9VOWsWLtQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3rem;left:29.625rem;overflow:hidden;display:block; }
#E5IlR28d6coDpGhPGrHTccLV4lOXs3hs { color:#000000;display:block;width:16.3108901875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.1875rem;left:30.5625rem;height:3.250000125rem;font-style:italic;display:block; }
#uy1zxIttriuAVWTUGPaZ9g3pPPE60auL { position:absolute;display:block;z-index:15012;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.873621rem;width:0.2493106875rem;top:10.625rem;left:29.4375rem;display:block; }
#KbqfWcAR43T0GozwyGsqr2Ta6xeS1eyw { color:#f8bc38;display:block;width:13.184742rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:33.875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JD941TciTOsZ2Tx2WKrd5id33vmpogUf { color:#0b1a43;display:block;width:12.1243105rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:34.6875rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FLvaJHrTHueu33LNDI5SAWVT2Q7AFI40 { color:#000000;display:block;width:17.998621rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.4375rem;left:29rem;height:7.5833335rem;font-style:normal;display:block; }
#xz5smdZrgrAz2Ck9M98cE2THgHFZUsCW { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:21rem;top:1.625rem;left:52rem;display:block; }
#FHm484pnbN6nKQ7LcJ1OwuavHgWIPkXJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.1875rem;left:54rem;overflow:hidden;display:block; }
#q49nooeP5lacgfivs9NVoQzxIMOyM7ZD { color:#000000;display:block;width:16.18619725rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.729187011719rem;left:56.080728530884rem;height:2.16666675rem;font-style:italic;display:block; }
#OIr0PAI3qX4vPH6bVlCiWJXdda93Vg6B { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.872396rem;width:0.2486979375rem;top:10.782592773438rem;left:54.937501907349rem;display:block; }
#o59pS5iutLDE51tQeoTkA2Cxm4JMhNR0 { color:#f8bc38;display:block;width:13.184742rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:59rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q0oRpu5TtNx3LZw3psl8vTP6zMhCkt9g { color:#0b1a43;display:block;width:12.061121rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.75rem;left:60.125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hibqM8QQA9l5yqPTLLtqhtBiTH0ZvyEA { color:#000000;display:block;width:17.56119725rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.395843505859rem;left:54.000001907349rem;height:14.083333rem;font-style:normal;display:block; }
#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh { position:relative;display:block; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh { background-color: transparent; background-image: none; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row .container > .video-iframe-container { display: none; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row > .video-iframe-container { display: none; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .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); }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh { border-width: 0; border-radius: 0; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z2mUgetJyOAq9CysJqu611MtPEQXsQF2 { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.2493095625rem;width:20.9995403125rem;top:1.4375rem;left:2.0625rem;display:block; }
#xiv3XB36SENV738abGwF6SkDlI9eh1WD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3rem;left:4rem;overflow:hidden;display:block; }
#c7GFbPdnXMMmLgxblIiRC86ISfslOwcZ { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.311218261719rem;left:6.2057266235351rem;height:6.50000025rem;font-style:italic;display:block; }
#ikF3X0Herc9Iwk3T5aeaWMbKbc7uheZQ { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.873621rem;width:0.2493106875rem;top:12.125rem;left:5.0625rem;display:block; }
#Uh6o4Eg3QPTAaivETbTydKVkL4ueK3RE { color:#f8bc38;display:block;width:13.184742rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.4375rem;left:9rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uLm9l0eSoqao8gAfZCnEWzXU3twd1c53 { color:#0b1a43;display:block;width:12.061121rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:10.125rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cJZzoHsapBJyDcliZ2PdUx2ozNfnqkPt { color:#000000;display:block;width:17.9973965rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.997375488281rem;left:3.5rem;height:20.583334rem;font-style:normal;display:block; }
#SMPpyB7cQAkdSAIqaI13CnsgOFyTJDUm { position:absolute;display:block;z-index:15023;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.2497673125rem;width:20.9995403125rem;top:1.375rem;left:52rem;display:block; }
#KRrLtiIwVpW5sAV7CnlRh6Vmx1ccylus { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.9526977539062rem;left:53.936120033264rem;overflow:hidden;display:block; }
#KvK0q0tB1AFgLAnBtGVNLHavEmxrwpLf { position:absolute;display:block;z-index:15035;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.873621rem;width:0.2493106875rem;top:11.8125rem;left:54.5rem;display:block; }
#dDNtV50UuWkDr3WeCKemKCQCFy8ffvlV { color:#000000;display:block;width:16.1856613125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:12rem;left:55.5rem;height:4.3333335rem;font-style:italic;display:block; }
#pm9F9TMHm4VmDbzeNopv11kyH01M3stD { color:#000000;display:block;width:18.31119725rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:19.953125rem;left:53.934900283814rem;height:20.583334rem;font-style:normal;display:block; }
#Luhe0msDDngK49voOhnGTUf0XC76rr6V { color:#f8bc38;display:block;width:13.184742rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.9526977539062rem;left:58.311120033264rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R3CxrLh4MRh4Dbzh0DwdfZW5rkcBJyis { color:#0b1a43;display:block;width:10.7490806875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:6.6188354492188rem;left:60.8191614151rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Vbg2VOm2nyPc0BNVzCz7F0N1HOVNSBaK { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.2486991875rem;width:20.99869725rem;top:1.4375rem;left:26.25rem;display:block; }
#exqnz1xEd1VVfAhg3yCSZnTtnkBEC81u { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3rem;left:28.1875rem;overflow:hidden;display:block; }
#THpGACZFOsRNVRwTTp0pNBwX4Zn3ABSR { color:#f8bc38;display:block;width:13.18359375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3rem;left:33.25rem;height:2.16666675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#H8QT5McfMobLo2B2Xsz2m3K1lodrZTdm { color:#0b1a43;display:block;width:12.0598955rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.625rem;left:34.4375rem;height:1.083333375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GAfbqLh7zkEy2ULcfDCbwVeB12D573MZ { color:#000000;display:block;width:16.1848965rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.8125rem;left:29.125rem;height:5.416666875rem;font-style:italic;display:block; }
#lOSoH9aUU83x2rRgOnFBxB2k9DFE4RxH { position:absolute;display:block;z-index:15014;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.872396rem;width:0.2486979375rem;top:11.125rem;left:28.0625rem;display:block; }
#cQT8wBWkVsmZJR1pzyR0qb1NE6zXQvcx { color:#000000;display:block;width:17.99869725rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.1875rem;left:28.1875rem;height:22.75rem;font-style:normal;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.374875rem;width:14.874875rem;top:3.24951171875rem;left:8.0615234375rem;overflow:hidden;display:block; }
#ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24963375rem;width:4.6875rem;top:21.125rem;left:25.5rem;display:block; }
#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#0b1a43;display:block;width:46.9995rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:3.24951171875rem;left:25.499267578125rem;height:3.33333325rem;font-style:normal;display:block; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { background-color:#0b1a43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.5625rem;left:25.5rem;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXaLeQ4KWCTKEsmqyOGfb97fZyrtqbTb { color:#0b1a43;display:block;width:37.937rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.4869384765625rem;left:25.499267578125rem;height:1.416666625rem;display:block; }
#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1a43;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container { background-color: transparent; background-image: none; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container > .video-iframe-container { display: none; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row > .video-iframe-container { display: none; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .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); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container { border-width: 0; border-radius: 0; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#ChlTH7TaTVxTxnJt6eJdmupxwHnIl8dc { z-index:15006;top:0.228271484375rem;left:30.551147460938rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.89586325rem;height:3.27087575rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zqWi0JRafff1ie6xRMBov6fTpAP8CBJz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dLmRc1r15JA5B64LkBsGQqovOLlAXKht { display:block; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4w68oQnOSa65a3Dey6Tcudv8XbopUng { top:16.5rem;left:0rem;width:34.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXC1lk8gw7a28PfhG91aHduyVx6doZ7 { top:14.4375rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { top:7.75rem;left:0rem;width:44.75rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:2.375rem;left:0rem;width:6.875rem;height:2.4150747452175rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y { display:block; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNc9cCkm09uEPTu5isqkfNf4LbxilK3E { top:5.6875rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4y63M9vatLg6ywmnMCTLJ71qsz0pLrl { top:0.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTi4TTBABqcqNgyP6CubdIi6IlvWV1Xn { top:6.5625rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk { display:block; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTPFmT462g3X0eUGrDyg1GvKBzBRiGeU { top:5.375rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTxKZrwDlglal2ZEm3uF9yazdp5xIzqA { top:0.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8xVklV30iO8Gd0D5FXWQOvkoTvHsqDT { top:6.5625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { top:3.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { top:7.5625rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { top:1.5625rem;left:0rem;width:21rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { top:1.5625rem;left:10.875rem;width:20.875rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { top:5.625rem;left:5.75rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { top:10.8125rem;left:0.9996337890625rem;width:14.4375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { top:10.6875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { top:11.4375rem;left:16.874026298523rem;width:14.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbSNc1HTQElX13LsCilgsT4i33rqLFgx { top:10.6875rem;left:16.0625rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN3MXyB06MWklpJTC7VB5bUsOZhlLa61 { top:17.5rem;left:0rem;width:18rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABbf1k92UT3E8NkP8M8Pp5TXRhLZV5OR { top:17.5rem;left:14.8125rem;width:17.875rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMvTNdEMiOEGOkInJoIO007i8a2mnvsi { top:5.625rem;left:22.25rem;width:9.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L390mRyRpOTC0JzkJiZOnLCGS2ThiuB9 { top:3.125rem;left:16.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ndX87ACgaWTiHg8SxgScRhZGes6CI9 { top:3.6875rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McyRugK8BGBVbAyw3hmDVS6C1y7AiMAh { top:3.6875rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8iblTS4oUm5gvN9Hwzg6MzDNc9pf1vC { top:1.5625rem;left:26.625rem;width:21rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9GkphaReO3NGi15lPuhWXQDW2vDvza { top:17.5625rem;left:30.9375rem;width:16.6875rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMWUyl8kLFHZT14G0ETwDf5LvGN3e5o { top:10.9375rem;left:31.8125rem;width:15.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXrtOyZrw2mE8mmczbXzyPr8vOMitPFk { top:10.75rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBJn7sH9Ivwd7fndI9yzFbowhiEgbN1F { top:3.125rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkGiMVhEuQC1UkWU32PUElPkxgah5wwc { top:5.625rem;left:35.6875rem;width:11.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn9dKrPZ3e1mmgaR1Ux2ULLmyC2St5nQ { top:3.6875rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU { display:block; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbhSZtRM4niDTtib9PiUFyGq5rtUrGDo { top:3.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJFgluR5nyTTDzDhq0x4DlvfMiRn3Of { top:7.5625rem;left:0rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM { display:block; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTbQEWUFsr4N1wznralN3KMcJGJzThlt { top:1.125rem;left:0rem;width:20.875rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q62BPinvZDQ1yAECyhzOURkftbVqqoxr { top:1.5625rem;left:26.5625rem;width:21rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLkKG06XTi3b0nVNkSZgM18xIT9um7vs { top:11.0625rem;left:0rem;width:17.375rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URNBfQ1GdVWneEWbQcbbJthUV5iT6RVC { top:10.25rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZsZ9ELfc7KquNQfuKCQ8Fl3H0rwPVwg { top:11.625rem;left:30.75rem;width:16.875rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ke9MiW4pfTkEaLf1MXLGiSA0UwzQrT { top:10.25rem;left:31.75rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbrNMtMguFmqa6sxuEeuxupf2LZw21I5 { top:19.1875rem;left:0rem;width:19.75rem;height:19.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlIbMNFAgDWiOofDsRrpoeP62TPsCirW { top:19.1875rem;left:30.6875rem;width:16.9375rem;height:18rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPvP6StnABlMwLPNJgZduJuhGov07Jx5 { top:5.125rem;left:4rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO6Cgbr0Q3iZfpT3nqZggvd1VhlTE0Jf { top:5.625rem;left:36.625rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziWDunMwahv7JqydbS3OvNXoaWF4UTGk { top:2.0625rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS3NHAJ3S84GLSpq6I16GIS2QlbkGLNT { top:3.25rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8JwTRRzcMSAKsqHBDDEmvuD7NGboipm { top:2.5625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPTpnKTQENqbtaFanlnKnsWgH3g1OAVu { top:2.625rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9dL7kfp6W3Fr8mwRn1pqtrzUFQGmH0n { top:1.0625rem;left:10.875rem;width:20.875rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GzTdoEBSW2nSXUMtm9DTlm0l8ZJmTA { top:2.5625rem;left:15.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx4x2Jy8KDDESzUcMs9AERRrx4t77To4 { top:10.1875rem;left:15.875rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuk0PpxTZMJFCOe8FWmPrlPPeiEIZrR9 { top:2.0625rem;left:18.625rem;width:13.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8seEhDMy6SsOv9RD63qh7nk9imagrOw { top:11.5625rem;left:15.3125rem;width:16.4375rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIa3WSevh5EqM2s4793hom4wGydeIUGt { top:5.125rem;left:19.6875rem;width:12.0625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5vbG3KsuoPtD7umx5q2wwlNPh4WF7oN { top:19.125rem;left:13.75rem;width:16.5625rem;height:15.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 { display:block; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM1396dmOX7lQT0xKLaHF9GyBuZ7SOrz { top:1.5625rem;left:26.5625rem;width:21.0625rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFcTgwLH4JNLcUzc7w9c73ETwESTs3oi { top:11.5625rem;left:30.75rem;width:16.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpyzPC1PQQnWTRDa3yzlx6XkvlLFyZt5 { top:10.625rem;left:32.25rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9eCBRGKcu8o0AIWibsAz08aF2WoD0zd { top:17.5rem;left:30.6875rem;width:16.9375rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4JZIFzNGFdd0xWIgRDBZHFtNDDMHRFM { top:5.625rem;left:36.5625rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOE2aJBz7LfhnmHHPcmMBR9mxoMTMaHc { top:3.125rem;left:32.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuV5T599ZvxgAQBkzU9ikKMG2TbPUWwJ { top:2.5625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P96RAO7k3RR4k628xv7hcNm7EuXlTN6T { top:1.25rem;left:10.75rem;width:21rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDa8VfzTLis2Z8KAkIVBdz8pbdbOensv { top:17.1875rem;left:13.3125rem;width:18.4375rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxtZR53v3PQeIfXJA3G9IT6Hhn9Qo90F { top:10.375rem;left:14.875rem;width:16.875rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkFfovVS8JRmPRofZg8FpupWBdV9FrzI { top:10.375rem;left:16.3125rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEdbSXFE294E37rtEc6Nr9eCvxEfv3ez { top:2.8125rem;left:16.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GW1FlyW08SqFXnIEybpyRefTw5GP6V { top:5.3125rem;left:20.75rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Xxfq1VkUTzOxUO7uGr1lmb7FmkvSR0 { top:2.25rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4TyDEr9ZsyAcayoMmcDcAu48DLbam03 { top:1.625rem;left:0rem;width:21rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cKkdMAZByn3rnk8GhGxl0HaUaohSaS { top:17.5rem;left:0rem;width:18.4375rem;height:19.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULQwMqFfGAp7mJfuGN9xJXd7FGz5c0Q0 { top:11.5rem;left:0rem;width:16.125rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3RoCwWMSUHmZqJZT80mPfO1TX9OMgaL { top:3.1875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtUtcXSKnerlATZqB60WZa0gPpbavLxM { top:6.8125rem;left:3.875rem;width:12rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzw3y8P8BXASnG6dDma05y3tNkVo7uhz { top:3.25rem;left:2.75rem;width:13.125rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6RDbDTtgveFkqXdZ1u33y9RosZsaIy { top:11.3125rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv9Ow9FflKRch3JAR02WuJobGgzRzqvG { display:block; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoLdHzQbLz19QEl2l8157Cn85ePW3thf { top:1.5625rem;left:26.5625rem;width:21.0625rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLAHdsBWNcLBleft8F0n4p5XMXc907p { top:12rem;left:32.96728515625rem;width:14.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTbmVCf1DhlXuqedlN6Qir3Fw4GkbIu { top:10.625rem;left:32.25rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwEVo3MC3XIN4UCpzEVFa8Q4ZMTB2ePr { top:17.5rem;left:30.0625rem;width:17.5625rem;height:24.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teZNAMQphfza4CkvV9Fq5WlVKokHugDS { top:5.625rem;left:35.625rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGWOldKyLq1alZrZDeR12ubd5dAZluqs { top:3.125rem;left:32.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUewvaSNzMvsopIQeNR5iaQfOz6uLmsP { top:2.5625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySD7h1Duv8NXSOqq5906zfLraDS4LBI2 { top:1.625rem;left:10.875rem;width:20.875rem;height:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDifPEqTMRE9Dr5ZZvXv89FSWr2pmPvg { top:17.5625rem;left:13.8125rem;width:17.9375rem;height:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UttrobQLG2AltDTNBN3HenTduADTTgO5 { top:10.75rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSMyRUAzVR7M4DluqFyTa2bl1BFx7ri { top:10.8125rem;left:16.75rem;width:14.4375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7c6gdPxPTvTTfn73imVVdEzC1KLukak { top:3.125rem;left:15.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxFNxgveUGnE5aKOGPKiPrI2v1wuaS5K { top:5.6875rem;left:19.6875rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaflGdbvSCTDLtBg96C5WkU8VyR5ilhT { top:2.5625rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2VTy4gGQLfucLAJArq6KMiHM918Trai { top:1.5rem;left:0rem;width:21rem;height:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRuC8dcfP7WCsy3mdsXsozC2TBeCWsK { top:17.6875rem;left:0rem;width:18.125rem;height:19.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMsqM9U6pSqsTxxI5i3IRfIMvuQyCRkM { top:3rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOwGDh1UT0wifkOBQ9gfMpD8sXSymbft { top:10.75rem;left:0rem;width:16.9375rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4NLRv3RTQZgi22TC9R4V5eMQbTeGNvF { top:3rem;left:2.75rem;width:13.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xui24fVIywQ7b68SDcvO13faFDaxDFwF { top:7rem;left:3.625rem;width:12.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxTN3orQdB4r4JJCldx16HwTw6BZmgQM { top:10.625rem;left:32.25rem;width:0.25rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 { display:block; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbwVwQpJ2Rk6r7Oknaows4FoaMvfneEm { top:1.5625rem;left:0rem;width:21rem;height:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEBKJ6qVLoIuHToK6okFB1gldBWIQx52 { top:1.5625rem;left:10.875rem;width:20.875rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL1tPgLlBO38fyXWRiZin0dhwPeH1CA9 { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiGb4lh5M0RuyUa1iXhcJEgTs2JaSZoG { top:5.625rem;left:3.5625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQoPuHfNZPHxF47dyZeOsNS0gkgm6GlT { top:11.4375rem;left:0rem;width:16.0625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm3AaQd9mOwrhfP5Hw446psh2NeVHyGI { top:10.6875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJyWINbDDyoyMgzppOVyMypEQvrlb0Gz { top:12.5625rem;left:15.75rem;width:16rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdR0TzfsfL7IJx1rCkdspZI28HQShxBd { top:10.6875rem;left:16.0625rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFqEXVkJ59VVtvyFNTMJ7gNKaJArDGmb { top:17.5rem;left:0rem;width:17.3125rem;height:19.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB8dz1vZEao6g3Sg0MH0arcMFkCwRgOo { top:17.5rem;left:13.8125rem;width:17.9375rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOi8xKGfn9IoZ6fJ7tmrmdJxhQtQudcr { top:5.625rem;left:19.625rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPq5Kz0xTvlGgEqsXCcHkbEGmOek5blO { top:3.125rem;left:16.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70rClp4B9ywsMR8KQwI6bWKaX1PzAuc { top:2.5625rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgtfF5vTWGdT0cX5R5wdH9BHIDIAnbv3 { top:2.5625rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpEbGvOBkSbKU1FDRAdTCAeTB2tpA8yd { top:1.5625rem;left:24.5rem;width:23.125rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMMcpnJ7bTtflE0iOqkt7L6D8fFoz6Rn { top:17.5rem;left:26.625rem;width:21.125rem;height:25.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzC5OzKiqed5IC1JhN32tQGDaIGLVOF2 { top:10.375rem;left:31.375rem;width:16.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3GT3il49N0z45w4hJp8TcNbqSB7HTh { top:3.125rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwzgzrURmLSRdZrbzVgTwO8XBeVZztiD { top:5.6875rem;left:36.5625rem;width:11.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70r2TiJPOX1XDOl3ARkfgvOarbHTx3E { top:9.375rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2bUuZqQihXFJnoedIT1hJh2iJLTm5e { top:3.125rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 { display:block; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0cgwfOdC6NHPbTkEZZNgMTdCvgIFAJ4 { top:1.5625rem;left:0rem;width:21rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEhUqxegm1geOps3kpxOSLl1mTZ0AKUv { top:1.5625rem;left:10.875rem;width:20.875rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gMM4xw06mzfvTXXtEv812yQBONfaCW { top:1.5625rem;left:26.5625rem;width:21.0625rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0SqbAGM9z0LcEZmiUOA05FtudLFK3bZ { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu0hyEyOcT9mfxte31pVDCcvtzqrpLIh { top:5.625rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBQqQwikRUhFgVmHuWE73eHPbNGaUIHn { top:12.5625rem;left:0.68706703186037rem;width:14.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGIle9M66hpHro352Phx7wCI1FqTwUTi { top:10.6875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3bxBq8O7M9h9CPQED8K5b5z17LovuqM { top:10.8125rem;left:14.8125rem;width:16.9375rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMrNiFBLwtUxuMTDOgA7mQzouHBTrHMy { top:10.6875rem;left:16.0625rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQilFbzUQnfEept55nvOUcKo5bZNKZU { top:10.875rem;left:33.1875rem;width:14.4375rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAQsTCsU1Q2MzE2BgGgfXZZD2MEvwAl { top:10.625rem;left:32.25rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Cqd2UrTfQsvrEcQW4PQ5O4aGU9u58T { top:17.5rem;left:0rem;width:17.25rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoX6VhRkei89b77OJE1Hd5Mi0J6Q5qyI { top:17.5rem;left:13.8125rem;width:17.9375rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPJPDTGnxMafaw4LTadm3E00rnvEKbN5 { top:17.5rem;left:30.1875rem;width:17.5625rem;height:14.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtvStWx94KcAVzE4HTIh0w8iEvkBs0HV { top:5.625rem;left:19.6875rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngEc2gCEhMl0rTsyLImnfi7h3oWkxNVK { top:3.125rem;left:16.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54Go6WvxU5i7i7R8TyEoaT7mEuAgtOp { top:5.625rem;left:35.625rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHphTVisoDR1Ze8U8FBEF47GqBIDZotm { top:3.125rem;left:32.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDb6dl7pCK03EZ6J9bkguksqrROlGs94 { top:2.5625rem;left:2.75rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO2M16VvE6CtUMilH4Rv3uSAOIceAJfc { top:2.5625rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr1PgwP0s6T8eKNTiKhhmnLoRAepkbPM { top:2.5625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ { display:block; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDC7xHMWsn5RqFObuGJnpIQykuATnMri { top:1.5625rem;left:0rem;width:21rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCwU85DdvQtpONvq5kGfTLZXTThazt26 { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JaI3qE7JXsus4THwnFNuWJ4Ox2mNdX { top:5.625rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQSW0GPxKtagOxuQ2sLSOWQioaSsTi7n { top:11.4375rem;left:0.68706703186037rem;width:14.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGo7OtGpJGkvDkBpIZ4UAFR2zqLThgcm { top:10.6875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZUHTTTEsLaP1r6Jb3TGZTO0ndaMCprl { top:17.5rem;left:0rem;width:17.25rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJoXcPz26R92UeslSTwD4QeppBLDTREe { top:2.5625rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4iiExsQCFcLeLlApb4vWs3VGJT7hd7u { top:1.5625rem;left:25.6875rem;width:21.9375rem;height:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rATrWmCdewpvVsKzy7zeSeQ9m6yOhO6v { top:3.125rem;left:32.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDfnz6yNFEdwuUOzfrbMQRzeCVxCmr9 { top:10.875rem;left:31.375rem;width:16.25rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6cnKtTdL6RzPDhP3FaMMQdRcr6FBEbv { top:10.6875rem;left:32.25rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcWZ4owP2vqxKfRMz38oWJVL2Ph8SQHO { top:17.5rem;left:27.5rem;width:20.25rem;height:26.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxsIZnD4kxzVuxIdD6bBfVXUi1EhDXR2 { top:2.5625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK3KC9eqzvrDLchiCepIXm12S4LrgfSa { top:5.6875rem;left:35.625rem;width:12rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM44sF8gVnbLRk1kVDa4KOSeBJ8idCZT { top:1.5625rem;left:10.8125rem;width:21rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgVZc8Z8trm1N6IBAJzHypAMiAa7S0Fr { top:3.0625rem;left:15.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX1b8mICDKaQTJVfXukE9VOvTttIL95I { top:5.625rem;left:19.5rem;width:12.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWX6d2olyOaAP8UyBloUppI4qAkD5KzU { top:12rem;left:15.1875rem;width:16.5625rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0KJFkOdp6R822uP0sk6P9Gtz7hXPbgp { top:10.6875rem;left:15.9375rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRIt5g4vqgDrfFhP2QTraSzprRkrRrXa { top:2.5625rem;left:18.625rem;width:13.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehEuRc7pRJnLMO7BmRT1LVZJTczurdDA { top:17.5rem;left:14.5rem;width:17.25rem;height:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT { display:block; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWayPs9nBEh7I2HEPvHVC3Kc3EX0d1IF { top:1.5625rem;left:26.5625rem;width:21rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEZCfTzgdZmoizMIAcWrPO6LcFIAGNQR { top:11.4375rem;left:32.25rem;width:15.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtTXHTtRHkxlXN64qmKdI2DkyleuSnVe { top:10.625rem;left:32.25rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnx4spMWqpWllxJq8TQAlCyhyBtiMzUc { top:17.5rem;left:30.125rem;width:17.5rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er2mLO6HXLVClMXBudhG0ZIrOKmMWZyT { top:5.625rem;left:35.625rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRQAwZxRL0X6bLcK7I43OV6X2cMcs85R { top:3.125rem;left:32.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwxXSKJ0lEmTDLyTGiVUUpe4p4xde44e { top:2.5625rem;left:34.5rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyVRs1g4A34WNaSTJlotfOeUgOIB6WBM { top:1.5625rem;left:9.3125rem;width:22.4375rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPoPf6TB9LRBCDu0DUim0nWN3nlUT3vn { top:17.5rem;left:10.9375rem;width:20.8125rem;height:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzQHWmBox974COFoVX5JLH71yp8mIeDE { top:10rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvqrxueWksndXRbtSzT4n5sovPfyRua { top:11.4375rem;left:15.5rem;width:16.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9h97JNxd0W7umhZnX8vbdr5BDSZfspm { top:3.125rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsPsndPBtMmoaxqyyAJ6BZnes0cupXRf { top:6.75rem;left:19.6875rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3tnpkgL7wQsGHntQsB7JTtKsBJ1MfMw { top:3.125rem;left:18.625rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE5RTbkK03vi91bX13GpfAciDoi3ZScE { top:1.5625rem;left:0rem;width:20.875rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVeaptTlOboo2JR5l4AtfkRwd7wMQKs5 { top:3.0625rem;left:0.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enogthtPiW8rD8p6weZMSQllJrOUixUy { top:10.6875rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3Sa0RMDhw8DKW1R7g4OS1WLo2OCVTO { top:10.75rem;left:0rem;width:16.25rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtDLE2nctTgHfoTX6QsIHRuCCfNMrTSt { top:2.5625rem;left:2.75rem;width:13.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfZisfT4vucadrbWg5LI7L99AKeDJXi { top:5.625rem;left:4.75rem;width:11.0625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAsuS5aJh4MhgVAqWavVCXAmX1RnxcNw { top:17.5rem;left:0rem;width:17.9375rem;height:19.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU { display:block; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NV41Mvar3UGLga1V0Ak4H6kiLbbcgxhT { top:1.5625rem;left:0rem;width:21rem;height:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6EXOs2MRSrlfruTTsiZNLNe54gibrdw { top:1.5625rem;left:10.875rem;width:20.875rem;height:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nutOOqCWq4Vxu0rF5wbCXxJXw5BSXJip { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3wgGWcNnNKuvMt58Z3yBUmhhzh7AU8o { top:5.625rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5bna6n53zRWzQTGq9i1iMvb5wq7Ccc { top:10.875rem;left:0rem;width:16.875rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBCMgdSpNTH0HhsJhLNEZUh7rLP2d7c9 { top:10.6875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC2ARqn52UIcOrM5N9bODyoFUF2JoheM { top:12.5625rem;left:15.1875rem;width:16.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6RVMaEGsRwaBws1hzsDi62FNqUvmT5I { top:10.6875rem;left:16.0625rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y85AcpdvibhZB8lTc4sny5sw7N3yLWZQ { top:17.5rem;left:0rem;width:17.25rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8On58V3aSmavlfVlVJ4dqq7LmAVfeE { top:17.5rem;left:12.9375rem;width:19.375rem;height:27.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtEbQuTrsTThw0W7Kt5yDrypA7J96Wnq { top:5.625rem;left:19.6875rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwrro7GzP85X14sTdB3EQnATeXH7LqJC { top:3.125rem;left:16.062394142151rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZW9n0oIQvMmyevIrme6QTpkzvPgLtru { top:2.5625rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngE2UzgsDSKiQqWCkOpV27aVwB1CrLht { top:2.5625rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZo0DViLECL2LXpTBOn44VksDd8bqSiR { top:1.5625rem;left:26.8125rem;width:20.8125rem;height:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmR7aoWlwy8Tiuly1xTZoJ1MGcX7dGPN { top:3.0625rem;left:31.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnWbZW5msNq1uFVwOPFmkw7pTTxAuwdc { top:2.5625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXIHiL6Q7Ash7h8qJafJ6ayUz9U9p2Xt { top:10.6875rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUa0ndJkU7c9BD4nUFRceuGCFQQgTn3r { top:11.5rem;left:31.375rem;width:16.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CznDoDUmamDCNo1ixt2TWNKMVtETypKT { top:5.75rem;left:35.5625rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoUmnPe3cdebothg6Tot3WB55RLdvCPt { top:17.625rem;left:29.125rem;width:18.5rem;height:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT { display:block; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ffnt9U2UtwCzUFSxvclqDq42wwUEl9bQ { top:1.625rem;left:26.75rem;width:20.8125rem;height:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZKIMlih97Hc8WAsDMhRrmgd1KNOGBDD { top:3.125rem;left:31.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyfGOo8U19DzKHJ339Z9re1r8RArWUcr { top:12rem;left:31.375rem;width:16.25rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuKhe2FUwOrcwxt76CNTsgnddIwixGqw { top:10.75rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpSAJTJeuDLnJNO2RO4z8mW0lRL6X81H { top:2.625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzrZUOMWmC4rhoqAlxvvsBptAGmk09Z6 { top:5.6875rem;left:36.5625rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8hDbJg0yg6UQMsHo9CkEJwBg9seNbI { top:16.8125rem;left:29.8125rem;width:17.8125rem;height:22.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9AKRXL7ZRCgSNMqtMpJAA6wRnmiiMpy { top:1.625rem;left:0rem;width:20.875rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPV9wiTCxP39GDtTpdRRBPvRm9q7c48I { top:3.125rem;left:0.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myf6uzzBsssTwZAfiMMgUwQZziMBOJIc { top:2.625rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z48aLTvItiBZoQVMbg0T6Fz2xAFwrHuD { top:10.75rem;left:0rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRmrnmJCCaWEHlS7xryWRLZqTDWMKl60 { top:11.4375rem;left:0rem;width:16.25rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTofhLCEoRZJcWEN15EqHRHuT1IokMC { top:5.6875rem;left:4.75rem;width:11.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGghg0p3GQ33UxXJoI0ebMyTrPGSCwyc { top:17.5625rem;left:0rem;width:17.9375rem;height:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KomVv5dxzAbl7sP7106OeCCBhO81b9Qc { top:1.8125rem;left:10.875rem;width:20.8125rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WNfrkvUtqa1Tr8NtvTVZT1cuPunQGn { top:3.3125rem;left:15.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClKKCZIl5mRJDlQgdReX4KPchWI6C8bw { top:11rem;left:14.8125rem;width:16.9375rem;height:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmJOS40taftiwZQx8oFaGSJgRGpX70hx { top:3.3125rem;left:18.625rem;width:13.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVzwUgitBh4uVIIE34ry3KHWK8aW0Q6i { top:11.625rem;left:15.875rem;width:0.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBoEolSF4pNN8wtng04gpASzZ0WrKNFx { top:20.3125rem;left:13.625rem;width:18.125rem;height:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Xmt84dSbXJ6TXaraN1lAkQs09HJ46T { top:5.875rem;left:21.6875rem;width:10.0625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ { display:block; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4E9B3LMdQVcyuuvDe1cUVICxZr31yTk { top:1.625rem;left:0rem;width:21.0625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPzfJOb5fF98b7A4WmE3LcrS3yKpW5cl { top:11.5rem;left:0rem;width:16.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoBvThwzmp4rcdlvGyVNDNfbFkKZ3lOl { top:10.6875rem;left:0.375rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tggd2WD5BcqwnI51t3WVfGi1AzT55d12 { top:17.5625rem;left:0rem;width:17.5rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSec9RxSIgkeT06XvLCTSwbxeinESon5 { top:5.6875rem;left:3.875rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbOmd4Hu8U9qKVIqnkI70TXVOiQRUxQL { top:3.125rem;left:0.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou0voRN31890AvdCzOr4tTa6M3UQOCMD { top:2.625rem;left:2.75rem;width:13.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiZcW9OyRQyvJ0eEmRvwey5HTgoOXhNB { top:1.5rem;left:10.75rem;width:20.9375rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnO77NJceQGH6v3aIlHekU5R7A8AVRJm { top:3rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrV8HA0i8NzWubcvVS899rkltJ9oKwVW { top:10.75rem;left:16.9375rem;width:14.4375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHaCETynTCiX8b7E5dxHM0aMCnJFvsIT { top:10.625rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOBDRfyTS17qKLeRTEmWsc4xBxxl3Tw { top:2.5rem;left:18.625rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsvX8hgoWyOdxts6AfRolFqtAcGSAV6h { top:5.5625rem;left:19.5rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7lxentvGdcHfoEaluoa2c7BhT2sELFF { top:17.4375rem;left:14.5rem;width:17.25rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwQFsGxw8HxxvVOwMCNCi3svJDCXKsS { top:1.625rem;left:26.5625rem;width:21.0625rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldIepTIvRvh8aSXM6BQRMQJawScbowZw { top:3.125rem;left:32.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrLnZSuZgRw88ZmWzWkwsF08Xg4Ot323 { top:5.6875rem;left:35.625rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT9QHIl5fZw6TVZhBtfMTDsf2FQWox9V { top:2.625rem;left:34.5rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1QH7BbhzlfsinoIS1T9rtocyoRHdXR { top:12.0625rem;left:30.9375rem;width:16.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJbZVkiiq6uzni008qQ6uslyA2EI6FET { top:10.6875rem;left:32.25rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoKEwICQ5aO7pSdtHeUEzyywOw485zM0 { top:18.875rem;left:29.3125rem;width:18.3125rem;height:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myktTDRkT4zgPkHcARp9JmxVJaauknqU { display:block; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urVKwJM3s5aQWNyGusVEFKqTWIPU3nMb { top:1.5625rem;left:0rem;width:21rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk1Wo31kA4U0WTyF8HNnSp5EQDkUqNWn { top:3.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9EhviJ4wnxD4UfvV6AiRcdSTZvZE4tL { top:5.625rem;left:3.625rem;width:12.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqXqPKq85eaMHL3knEv6bXoAt5Xsu3Xu { top:12.125rem;left:1.4036464691162rem;width:14.4375rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIRRwHw3proRTegVcNtBUD6XEnNiJKvU { top:10.6875rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmaDbBBrQtoHq6o7E4XrTCTgScANbSQ { top:18.875rem;left:0rem;width:17.25rem;height:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWTqeDF1xxDDKyS8z3AvPKSlXBcLF7P { top:2.5625rem;left:2.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6zL5HK6DdU6iwciqgaABHzCzSy6qq1k { top:1.5rem;left:10.875rem;width:20.875rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3QOr7sOkF4fb47e18Iz0pn9VOWsWLtQ { top:3rem;left:15.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5IlR28d6coDpGhPGrHTccLV4lOXs3hs { top:11.1875rem;left:15.5rem;width:16.25rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy1zxIttriuAVWTUGPaZ9g3pPPE60auL { top:10.625rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbqfWcAR43T0GozwyGsqr2Ta6xeS1eyw { top:2.5rem;left:18.625rem;width:13.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD941TciTOsZ2Tx2WKrd5id33vmpogUf { top:5.5625rem;left:19.6875rem;width:12.0625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLvaJHrTHueu33LNDI5SAWVT2Q7AFI40 { top:17.4375rem;left:13.8125rem;width:17.9375rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz5smdZrgrAz2Ck9M98cE2THgHFZUsCW { top:1.625rem;left:26.625rem;width:21rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHm484pnbN6nKQ7LcJ1OwuavHgWIPkXJ { top:3.1875rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q49nooeP5lacgfivs9NVoQzxIMOyM7ZD { top:11.6875rem;left:31.5rem;width:16.125rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIr0PAI3qX4vPH6bVlCiWJXdda93Vg6B { top:10.75rem;left:32.125001907349rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o59pS5iutLDE51tQeoTkA2Cxm4JMhNR0 { top:2.625rem;left:34.5rem;width:13.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0oRpu5TtNx3LZw3psl8vTP6zMhCkt9g { top:5.75rem;left:35.625rem;width:12rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hibqM8QQA9l5yqPTLLtqhtBiTH0ZvyEA { top:17.375rem;left:30.125rem;width:17.5rem;height:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh { display:block; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2mUgetJyOAq9CysJqu611MtPEQXsQF2 { top:1.4375rem;left:0rem;width:20.9375rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiv3XB36SENV738abGwF6SkDlI9eh1WD { top:3rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7GFbPdnXMMmLgxblIiRC86ISfslOwcZ { top:11.25rem;left:0rem;width:16.9375rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikF3X0Herc9Iwk3T5aeaWMbKbc7uheZQ { top:12.125rem;left:0.5rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh6o4Eg3QPTAaivETbTydKVkL4ueK3RE { top:2.4375rem;left:2.75rem;width:13.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLm9l0eSoqao8gAfZCnEWzXU3twd1c53 { top:5.5625rem;left:3.875rem;width:12rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJZzoHsapBJyDcliZ2PdUx2ozNfnqkPt { top:19.9375rem;left:0rem;width:17.9375rem;height:21.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPpyB7cQAkdSAIqaI13CnsgOFyTJDUm { top:1.375rem;left:26.6875rem;width:20.9375rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRrLtiIwVpW5sAV7CnlRh6Vmx1ccylus { top:2.9375rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvK0q0tB1AFgLAnBtGVNLHavEmxrwpLf { top:11.8125rem;left:31.75rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDNtV50UuWkDr3WeCKemKCQCFy8ffvlV { top:12rem;left:31.5rem;width:16.125rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm9F9TMHm4VmDbzeNopv11kyH01M3stD { top:19.9375rem;left:29.375rem;width:18.25rem;height:20.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luhe0msDDngK49voOhnGTUf0XC76rr6V { top:2.9375rem;left:34.5rem;width:13.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3CxrLh4MRh4Dbzh0DwdfZW5rkcBJyis { top:6.5625rem;left:36.9375rem;width:10.6875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbg2VOm2nyPc0BNVzCz7F0N1HOVNSBaK { top:1.4375rem;left:10.8125rem;width:20.9375rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exqnz1xEd1VVfAhg3yCSZnTtnkBEC81u { top:3rem;left:15.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpGACZFOsRNVRwTTp0pNBwX4Zn3ABSR { top:3rem;left:18.625rem;width:13.125rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8QT5McfMobLo2B2Xsz2m3K1lodrZTdm { top:6.625rem;left:19.75rem;width:12rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAfbqLh7zkEy2ULcfDCbwVeB12D573MZ { top:10.8125rem;left:15.625rem;width:16.125rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOSoH9aUU83x2rRgOnFBxB2k9DFE4RxH { top:11.125rem;left:15.875rem;width:0.1875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQT8wBWkVsmZJR1pzyR0qb1NE6zXQvcx { top:18.1875rem;left:13.8125rem;width:17.9375rem;height:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { top:3.1875rem;left:0rem;width:14.8125rem;height:22.281050155884rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { top:21.125rem;left:11.875rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:3.1875rem;left:0.75rem;width:46.9375rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:10.3125rem;height:3.125rem;top:22.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #uXaLeQ4KWCTKEsmqyOGfb97fZyrtqbTb { top:8.4375rem;left:9.875rem;width:37.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 { display:block; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChlTH7TaTVxTxnJt6eJdmupxwHnIl8dc { top:0.1875rem;left:16.926147460938rem;width:13.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqWi0JRafff1ie6xRMBov6fTpAP8CBJz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dLmRc1r15JA5B64LkBsGQqovOLlAXKht { background-color:transparent;background-image:url("https://images.assets-landingi.com/1akrsuDx/background_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht.adaptive-delivery-prevent-bg, #dLmRc1r15JA5B64LkBsGQqovOLlAXKht.lazyload, #dLmRc1r15JA5B64LkBsGQqovOLlAXKht.lazyloading { background-image: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { background-color: transparent; background-image: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0b1a43; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container > .video-iframe-container { display: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0b1a43; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row > .video-iframe-container { display: none; }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .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); }#dLmRc1r15JA5B64LkBsGQqovOLlAXKht > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4w68oQnOSa65a3Dey6Tcudv8XbopUng { width:19.812rem;height:1.25rem;top:11.99951171875rem;left:0.18798828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXC1lk8gw7a28PfhG91aHduyVx6doZ7 { width:4.0625rem;height:0.24902375rem;top:9.749755859375rem;left:0rem;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:20rem;height:2.41666675rem;top:5.4998779296875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:5.1875rem;height:1.9375rem;top:1rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y { display:block; }#kWLpwX79tVlfgXbDnSTOhAGH7vB5ck3y > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNc9cCkm09uEPTu5isqkfNf4LbxilK3E { width:4.6875rem;height:0.24902375rem;top:7.0611572265625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4y63M9vatLg6ywmnMCTLJ71qsz0pLrl { width:19.5rem;height:4rem;top:1.25rem;left:0.625rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UTi4TTBABqcqNgyP6CubdIi6IlvWV1Xn { width:20rem;height:23.75rem;top:9.622802734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk { display:block; }#gIld7d7lOsxA6IBUcl9isgAcaxNHWzTk > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTPFmT462g3X0eUGrDyg1GvKBzBRiGeU { width:4.6875rem;height:0.24902375rem;top:4.8114013671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTxKZrwDlglal2ZEm3uF9yazdp5xIzqA { width:19.5rem;height:2rem;top:1.25rem;left:0.625rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L8xVklV30iO8Gd0D5FXWQOvkoTvHsqDT { width:20rem;height:7.0833335rem;top:6.6851806640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { width:19rem;height:1.916666625rem;top:1.25rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { width:4.6875rem;height:0.24902375rem;top:4.497802734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAi3bI6qT6qfRuf0MxUHprgQiZIhvRmd { width:18.75rem;height:30.3125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdGqar6BeDTKesgwep0nBf7tS3AbPalc { width:18.75rem;height:26.74925rem;top:33.226952148437rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICrTOPprCRWvNx5NJW2k73Mzb7x8oKs { width:5.6875rem;height:5.6875rem;top:2.2369384765625rem;left:1.1639404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpOW8sMk8F2trV6RwKaBSLIkrwTrIq3 { width:11.8115rem;height:1.083333375rem;top:5.1812744140625rem;left:6.9134521484375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kgsFkwHvd5IWldRQBTmCoarbeoqBdaIk { width:14.498875rem;height:4.3333335rem;top:9.285888671875rem;left:2.7496337890625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOGccnNVBNQrb8GpXh3fegCK94b7JA5 { width:0.24902375rem;height:4.87426875rem;top:9.124755859375rem;left:1.1639404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WWIhRDc6pcf2zvyFWBp4T8yDWyL8a0 { width:14.4983125rem;height:3.250000125rem;top:42.351684570312rem;left:2.750244140625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbSNc1HTQElX13LsCilgsT4i33rqLFgx { width:0.24902375rem;height:4.87426875rem;top:41.621704101562rem;left:1.1639404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN3MXyB06MWklpJTC7VB5bUsOZhlLa61 { width:17.7484375rem;height:14.083333rem;top:15.186767578125rem;left:1.12548828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABbf1k92UT3E8NkP8M8Pp5TXRhLZV5OR { width:17.99925rem;height:10.833333rem;top:47.413940429688rem;left:0.999755859375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMvTNdEMiOEGOkInJoIO007i8a2mnvsi { width:10.6860625rem;height:1.083333375rem;top:37.28271484375rem;left:8.0767822265625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #L390mRyRpOTC0JzkJiZOnLCGS2ThiuB9 { width:6.25rem;height:6.25rem;top:34.7265625rem;left:1.1639404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ndX87ACgaWTiHg8SxgScRhZGes6CI9 { width:13.125rem;height:1.083333375rem;top:2.9241943359375rem;left:5.6622314453125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #McyRugK8BGBVbAyw3hmDVS6C1y7AiMAh { width:13.125rem;height:1.083333375rem;top:34.727172851562rem;left:5.638427734375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #I8iblTS4oUm5gvN9Hwzg6MzDNc9pf1vC { width:18.75rem;height:25rem;top:61.790161132812rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9GkphaReO3NGi15lPuhWXQDW2vDvza { width:16.6858125rem;height:9.75rem;top:75.602416992188rem;left:1.656494140625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsMWUyl8kLFHZT14G0ETwDf5LvGN3e5o { width:16.5625rem;height:3.250000125rem;top:69.70703125rem;left:2.8515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXrtOyZrw2mE8mmczbXzyPr8vOMitPFk { width:0.24902375rem;height:3.2495125rem;top:69.789428710938rem;left:1.4129638671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBJn7sH9Ivwd7fndI9yzFbowhiEgbN1F { width:5.3125rem;height:5.3125rem;top:62.789916992188rem;left:1.3824462890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkGiMVhEuQC1UkWU32PUElPkxgah5wwc { width:11.9360625rem;height:1.083333375rem;top:65.602416992188rem;left:6.8505859375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mn9dKrPZ3e1mmgaR1Ux2ULLmyC2St5nQ { width:13.125rem;height:1.083333375rem;top:62.789916992188rem;left:5.638427734375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU { display:block; }#biX7PAJvZ5BNmnm8QGW2hSMUOyPRcMiU > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbhSZtRM4niDTtib9PiUFyGq5rtUrGDo { width:19rem;height:3.83333325rem;top:1.25rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJFgluR5nyTTDzDhq0x4DlvfMiRn3Of { width:4.6875rem;height:0.24902375rem;top:6.497802734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM { display:block; }#rufoDUBnybbCrV8ycS6ttfIC5Vca0IpM > .row .container { width:20rem;height:110.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTbQEWUFsr4N1wznralN3KMcJGJzThlt { width:18.75rem;height:37.875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q62BPinvZDQ1yAECyhzOURkftbVqqoxr { width:18.75rem;height:29.75rem;top:77.812502876463rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLkKG06XTi3b0nVNkSZgM18xIT9um7vs { width:16rem;height:3.250000125rem;top:10.26042175293rem;left:3.4583334922791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URNBfQ1GdVWneEWbQcbbJthUV5iT6RVC { width:0.25rem;height:3.1875rem;top:10.3125rem;left:2.4583334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZsZ9ELfc7KquNQfuKCQ8Fl3H0rwPVwg { width:17.375rem;height:2.16666675rem;top:87.993499755863rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ke9MiW4pfTkEaLf1MXLGiSA0UwzQrT { width:0.1861979375rem;height:2.686198rem;top:87.756503120606rem;left:1.4036407470703rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbrNMtMguFmqa6sxuEeuxupf2LZw21I5 { width:17.4375rem;height:22.75rem;top:14.625rem;left:1.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZlIbMNFAgDWiOofDsRrpoeP62TPsCirW { width:18.25rem;height:15.166667rem;top:91.688812255863rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bPvP6StnABlMwLPNJgZduJuhGov07Jx5 { width:11.06119825rem;height:1.083333375rem;top:5.29296875rem;left:7.8333339691163rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hO6Cgbr0Q3iZfpT3nqZggvd1VhlTE0Jf { width:13.125rem;height:1.083333375rem;top:81.376312255863rem;left:4.8645834922791rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ziWDunMwahv7JqydbS3OvNXoaWF4UTGk { width:13.125rem;height:1.083333375rem;top:2.7096405029297rem;left:5.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS3NHAJ3S84GLSpq6I16GIS2QlbkGLNT { width:13.125rem;height:1.083333375rem;top:79.334640502931rem;left:4.8645834922791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8JwTRRzcMSAKsqHBDDEmvuD7NGboipm { width:6.25rem;height:6.25rem;top:2.73046875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPTpnKTQENqbtaFanlnKnsWgH3g1OAVu { width:6.25rem;height:6.25rem;top:78.815096870606rem;left:1.5911407470703rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9dL7kfp6W3Fr8mwRn1pqtrzUFQGmH0n { width:18.75rem;height:31.9375rem;top:43.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GzTdoEBSW2nSXUMtm9DTlm0l8ZJmTA { width:6.25rem;height:6.25rem;top:44.75rem;left:2.4583334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx4x2Jy8KDDESzUcMs9AERRrx4t77To4 { width:0.375rem;height:4.375rem;top:52.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuk0PpxTZMJFCOe8FWmPrlPPeiEIZrR9 { width:13.125rem;height:1.083333375rem;top:45.25rem;left:5.6145834922791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8seEhDMy6SsOv9RD63qh7nk9imagrOw { width:15.875rem;height:2.16666675rem;top:53.1875rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIa3WSevh5EqM2s4793hom4wGydeIUGt { width:13.125rem;height:1.083333375rem;top:47.8125rem;left:5.6145834922791rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #k5vbG3KsuoPtD7umx5q2wwlNPh4WF7oN { width:16.9348965rem;height:15.166667rem;top:58.000015258789rem;left:1.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 { display:block; }#FeyStyPFSu1X07StUm1CnkFXSM5TzUB6 > .row .container { width:20rem;height:96.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM1396dmOX7lQT0xKLaHF9GyBuZ7SOrz { width:20rem;height:23.5625rem;top:71.791667rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFcTgwLH4JNLcUzc7w9c73ETwESTs3oi { width:17.375rem;height:2.16666675rem;top:80.5078125rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpyzPC1PQQnWTRDa3yzlx6XkvlLFyZt5 { width:0.1861979375rem;height:2.686198rem;top:80.291687011719rem;left:1.8971354961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9eCBRGKcu8o0AIWibsAz08aF2WoD0zd { width:17.75rem;height:9.75rem;top:83.791687011719rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4JZIFzNGFdd0xWIgRDBZHFtNDDMHRFM { width:13.125rem;height:1.083333375rem;top:75.739593505863rem;left:6.1145834922791rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wOE2aJBz7LfhnmHHPcmMBR9mxoMTMaHc { width:6.25rem;height:6.25rem;top:73.19921875rem;left:1.8971354961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuV5T599ZvxgAQBkzU9ikKMG2TbPUWwJ { width:13.125rem;height:1.083333375rem;top:73.885437011719rem;left:6.1145834922791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P96RAO7k3RR4k628xv7hcNm7EuXlTN6T { width:20rem;height:27.3125rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDa8VfzTLis2Z8KAkIVBdz8pbdbOensv { width:18.4375rem;height:11.916667rem;top:56.666656494141rem;left:0.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxtZR53v3PQeIfXJA3G9IT6Hhn9Qo90F { width:16.875rem;height:4.3333335rem;top:51.739593505859rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkFfovVS8JRmPRofZg8FpupWBdV9FrzI { width:0.1861979375rem;height:4.81119775rem;top:50.959655761719rem;left:1.8971354961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEdbSXFE294E37rtEc6Nr9eCvxEfv3ez { width:6.25rem;height:6.25rem;top:44.208374023438rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6GW1FlyW08SqFXnIEybpyRefTw5GP6V { width:10.99869825rem;height:1.083333375rem;top:46.791687011719rem;left:7.96875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #r4Xxfq1VkUTzOxUO7uGr1lmb7FmkvSR0 { width:13.125rem;height:1.083333375rem;top:44.208343505859rem;left:5.8645834922791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4TyDEr9ZsyAcayoMmcDcAu48DLbam03 { width:20rem;height:38.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cKkdMAZByn3rnk8GhGxl0HaUaohSaS { width:17.9375rem;height:20.583334rem;top:17.14453125rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULQwMqFfGAp7mJfuGN9xJXd7FGz5c0Q0 { width:16.125rem;height:4.3333335rem;top:11.149749755859rem;left:2.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3RoCwWMSUHmZqJZT80mPfO1TX9OMgaL { width:6.25rem;height:6.25rem;top:2.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtUtcXSKnerlATZqB60WZa0gPpbavLxM { width:12rem;height:1.083333375rem;top:6.4375rem;left:6.875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #Tzw3y8P8BXASnG6dDma05y3tNkVo7uhz { width:13.125rem;height:2.16666675rem;top:2.76953125rem;left:5.9270834922791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6RDbDTtgveFkqXdZ1u33y9RosZsaIy { width:0.1875rem;height:4.8125rem;top:10.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv9Ow9FflKRch3JAR02WuJobGgzRzqvG { display:block; }#hv9Ow9FflKRch3JAR02WuJobGgzRzqvG > .row .container { width:20rem;height:112.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoLdHzQbLz19QEl2l8157Cn85ePW3thf { width:18.75rem;height:40.9375rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLAHdsBWNcLBleft8F0n4p5XMXc907p { width:14.49869825rem;height:2.16666675rem;top:77.248718261719rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTbmVCf1DhlXuqedlN6Qir3Fw4GkbIu { width:0.3125rem;height:2.623698rem;top:77.020843505863rem;left:1.2291667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwEVo3MC3XIN4UCpzEVFa8Q4ZMTB2ePr { width:16.9358901875rem;height:25.9999995rem;top:82.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #teZNAMQphfza4CkvV9Fq5WlVKokHugDS { width:13.125rem;height:1.083333375rem;top:72.25rem;left:4.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oGWOldKyLq1alZrZDeR12ubd5dAZluqs { width:6.25rem;height:6.25rem;top:69.645843505863rem;left:1.4583334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUewvaSNzMvsopIQeNR5iaQfOz6uLmsP { width:13.125rem;height:1.083333375rem;top:69.6875rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySD7h1Duv8NXSOqq5906zfLraDS4LBI2 { width:20rem;height:28.1875rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDifPEqTMRE9Dr5ZZvXv89FSWr2pmPvg { width:18.6247691875rem;height:13rem;top:51.4375rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UttrobQLG2AltDTNBN3HenTduADTTgO5 { width:0.24816175rem;height:4.873621rem;top:45.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSMyRUAzVR7M4DluqFyTa2bl1BFx7ri { width:17.3115806875rem;height:4.3333335rem;top:45.3125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7c6gdPxPTvTTfn73imVVdEzC1KLukak { width:6.25rem;height:6.25rem;top:37.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxFNxgveUGnE5aKOGPKiPrI2v1wuaS5K { width:13.125rem;height:1.083333375rem;top:41.125rem;left:5.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SaflGdbvSCTDLtBg96C5WkU8VyR5ilhT { width:13.125rem;height:1.083333375rem;top:38.3125rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2VTy4gGQLfucLAJArq6KMiHM918Trai { width:20rem;height:34.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRuC8dcfP7WCsy3mdsXsozC2TBeCWsK { width:18.125rem;height:19.5rem;top:14.377532958984rem;left:0.90418195724488rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMsqM9U6pSqsTxxI5i3IRfIMvuQyCRkM { width:6.25rem;height:6.25rem;top:2.6516723632812rem;left:1.3752297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOwGDh1UT0wifkOBQ9gfMpD8sXSymbft { width:16.9979324375rem;height:3.250000125rem;top:9.988525390625rem;left:2.4494484663009rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4NLRv3RTQZgi22TC9R4V5eMQbTeGNvF { width:13.125rem;height:2.16666675rem;top:2.6976318359375rem;left:6.2603396177294rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xui24fVIywQ7b68SDcvO13faFDaxDFwF { width:12.248391125rem;height:1.083333375rem;top:6.2488708496094rem;left:7.1989883184431rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #lxTN3orQdB4r4JJCldx16HwTw6BZmgQM { width:0.1861213125rem;height:2.68612125rem;top:10.313659667969rem;left:1.1994484663009rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 { display:block; }#aCn6s4rX4Nrp6B37Qn4fivbHxS3STcN8 > .row .container { width:20rem;height:105.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbwVwQpJ2Rk6r7Oknaows4FoaMvfneEm { width:18.75rem;height:35.4373125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEBKJ6qVLoIuHToK6okFB1gldBWIQx52 { width:18.75rem;height:20.3125rem;top:37.9373125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL1tPgLlBO38fyXWRiZin0dhwPeH1CA9 { width:5.9375rem;height:5.9375rem;top:2.7511940002441rem;left:1.3123915791511rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiGb4lh5M0RuyUa1iXhcJEgTs2JaSZoG { width:13.4375rem;height:1.083333375rem;top:5.1519107818604rem;left:4.7862413525581rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qQoPuHfNZPHxF47dyZeOsNS0gkgm6GlT { width:14.498125rem;height:4.3333335rem;top:10.414497375488rem;left:2.7506511807442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm3AaQd9mOwrhfP5Hw446psh2NeVHyGI { width:0.24956625rem;height:4.874675rem;top:10.251194000244rem;left:1.3123915791511rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJyWINbDDyoyMgzppOVyMypEQvrlb0Gz { width:14.498125rem;height:2.16666675rem;top:46.175132751465rem;left:2.7506511807442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdR0TzfsfL7IJx1rCkdspZI28HQShxBd { width:0.187174375rem;height:2.24989375rem;top:46.187610626221rem;left:1.6569011807442rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFqEXVkJ59VVtvyFNTMJ7gNKaJArDGmb { width:16.685125rem;height:18.416666rem;top:16.251085281372rem;left:1.6569011807442rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oB8dz1vZEao6g3Sg0MH0arcMFkCwRgOo { width:16.93575rem;height:6.5rem;top:49.749351501465rem;left:1.5321181416511rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOi8xKGfn9IoZ6fJ7tmrmdJxhQtQudcr { width:13.125rem;height:1.083333375rem;top:42.118600845337rem;left:4.9424913525581rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XPq5Kz0xTvlGgEqsXCcHkbEGmOek5blO { width:6.25rem;height:6.25rem;top:38.907335281372rem;left:1.5619576573372rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70rClp4B9ywsMR8KQwI6bWKaX1PzAuc { width:13.125rem;height:1.083333375rem;top:2.7517375946045rem;left:4.9424913525581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgtfF5vTWGdT0cX5R5wdH9BHIDIAnbv3 { width:13.125rem;height:1.083333375rem;top:39.657119750976rem;left:5.1334636807442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpEbGvOBkSbKU1FDRAdTCAeTB2tpA8yd { width:20rem;height:44.5rem;top:59.749542236328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMMcpnJ7bTtflE0iOqkt7L6D8fFoz6Rn { width:17.9361875rem;height:29.25rem;top:73.56228637695rem;left:1.0313585400581rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzC5OzKiqed5IC1JhN32tQGDaIGLVOF2 { width:16.25rem;height:3.250000125rem;top:68.5rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3GT3il49N0z45w4hJp8TcNbqSB7HTh { width:6.25rem;height:6.25rem;top:61.250001907349rem;left:1.1561415791511rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwzgzrURmLSRdZrbzVgTwO8XBeVZztiD { width:11.06175rem;height:1.083333375rem;top:63.806425094606rem;left:7.3144534230231rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #W70r2TiJPOX1XDOl3ARkfgvOarbHTx3E { width:0.187174375rem;height:4.81228125rem;top:67.798938751219rem;left:1.1604818701744rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2bUuZqQihXFJnoedIT1hJh2iJLTm5e { width:13.125rem;height:1.083333375rem;top:61.875001907349rem;left:5.2517364621163rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 { display:block; }#AZmsDLFpTyoIqCXulJlhEmEuplb0qFH7 > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0cgwfOdC6NHPbTkEZZNgMTdCvgIFAJ4 { width:18.75rem;height:21.1875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEhUqxegm1geOps3kpxOSLl1mTZ0AKUv { width:18.75rem;height:29.1875rem;top:23.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gMM4xw06mzfvTXXtEv812yQBONfaCW { width:18.75rem;height:30.3125rem;top:54.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0SqbAGM9z0LcEZmiUOA05FtudLFK3bZ { width:5.625rem;height:5.625rem;top:2.7508544921875rem;left:2.0013427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu0hyEyOcT9mfxte31pVDCcvtzqrpLIh { width:13.6865rem;height:1.083333375rem;top:7.2772216796875rem;left:4.246826171875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BBQqQwikRUhFgVmHuWE73eHPbNGaUIHn { width:14.4990806875rem;height:1.083333375rem;top:11.063903808594rem;left:2.7493106126785rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGIle9M66hpHro352Phx7wCI1FqTwUTi { width:0.4375rem;height:2.5rem;top:10.373413085938rem;left:1.6254595518112rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3bxBq8O7M9h9CPQED8K5b5z17LovuqM { width:16.1875rem;height:5.416666875rem;top:32.625rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMrNiFBLwtUxuMTDOgA7mQzouHBTrHMy { width:0.24963375rem;height:4.874875rem;top:32.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQilFbzUQnfEept55nvOUcKo5bZNKZU { width:14.4989815rem;height:4.3333335rem;top:62.8125rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAQsTCsU1Q2MzE2BgGgfXZZD2MEvwAl { width:0.24963375rem;height:4.874875rem;top:62rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Cqd2UrTfQsvrEcQW4PQ5O4aGU9u58T { width:16.6854324375rem;height:7.5833335rem;top:13.748840332031rem;left:1.6567095518112rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SoX6VhRkei89b77OJE1Hd5Mi0J6Q5qyI { width:16.93619725rem;height:13rem;top:38.8125rem;left:1.5299479961395rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPJPDTGnxMafaw4LTadm3E00rnvEKbN5 { width:16.936625rem;height:15.166667rem;top:68rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WtvStWx94KcAVzE4HTIh0w8iEvkBs0HV { width:13.125rem;height:1.083333375rem;top:26.125rem;left:5.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ngEc2gCEhMl0rTsyLImnfi7h3oWkxNVK { width:6.25rem;height:6.25rem;top:25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54Go6WvxU5i7i7R8TyEoaT7mEuAgtOp { width:13.125rem;height:1.083333375rem;top:56.9375rem;left:4.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DHphTVisoDR1Ze8U8FBEF47GqBIDZotm { width:6.25rem;height:6.25rem;top:55.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDb6dl7pCK03EZ6J9bkguksqrROlGs94 { width:13.125rem;height:2.16666675rem;top:2.7508544921875rem;left:5.25390625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO2M16VvE6CtUMilH4Rv3uSAOIceAJfc { width:13.125rem;height:1.083333375rem;top:24.4375rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr1PgwP0s6T8eKNTiKhhmnLoRAepkbPM { width:13.125rem;height:1.083333375rem;top:55.0625rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ { display:block; }#B5AU1Qu6uzeEuo1u74Gge9wfCAZiLAeZ > .row .container { width:20rem;height:110.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDC7xHMWsn5RqFObuGJnpIQykuATnMri { width:18.75rem;height:27.3747691875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCwU85DdvQtpONvq5kGfTLZXTThazt26 { width:5.1240806875rem;height:5.1240806875rem;top:2.1875rem;left:1.6245404481888rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JaI3qE7JXsus4THwnFNuWJ4Ox2mNdX { width:18.3731613125rem;height:1.083333375rem;top:4.9954223632812rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oQSW0GPxKtagOxuQ2sLSOWQioaSsTi7n { width:14.4979315rem;height:3.250000125rem;top:9.80810546875rem;left:2.7493106126785rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGo7OtGpJGkvDkBpIZ4UAFR2zqLThgcm { width:0.2493106875rem;height:2.624080875rem;top:10.187255859375rem;left:1.4487591981888rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZUHTTTEsLaP1r6Jb3TGZTO0ndaMCprl { width:16.6842823125rem;height:11.916667rem;top:14.376159667969rem;left:1.6567095518112rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJoXcPz26R92UeslSTwD4QeppBLDTREe { width:13.125rem;height:1.083333375rem;top:2.6574096679688rem;left:5.2596505880356rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4iiExsQCFcLeLlApb4vWs3VGJT7hd7u { width:18.75rem;height:44.4370384375rem;top:64.303758630863rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rATrWmCdewpvVsKzy7zeSeQ9m6yOhO6v { width:6.25rem;height:6.25rem;top:65.155578613281rem;left:1.6245404481888rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDfnz6yNFEdwuUOzfrbMQRzeCVxCmr9 { width:15.9995403125rem;height:4.3333335rem;top:72.44482421875rem;left:2.4460016489029rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6cnKtTdL6RzPDhP3FaMMQdRcr6FBEbv { width:0.2493106875rem;height:4.1865806875rem;top:72.616027832031rem;left:1.6245404481888rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcWZ4owP2vqxKfRMz38oWJVL2Ph8SQHO { width:17.373621rem;height:29.25rem;top:78.011535644531rem;left:1.3120404481888rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxsIZnD4kxzVuxIdD6bBfVXUi1EhDXR2 { width:9.6875rem;height:2.16666675rem;top:65.098815917969rem;left:8.7580422163013rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK3KC9eqzvrDLchiCepIXm12S4LrgfSa { width:13.125rem;height:1.083333375rem;top:68.366271972656rem;left:5.2585014104843rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hM44sF8gVnbLRk1kVDa4KOSeBJ8idCZT { width:18.75rem;height:31.25rem;top:30.572141630859rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgVZc8Z8trm1N6IBAJzHypAMiAa7S0Fr { width:5.9375rem;height:5.9375rem;top:32.181823730469rem;left:1.6245404481888rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX1b8mICDKaQTJVfXukE9VOvTttIL95I { width:10.9375rem;height:1.083333375rem;top:35.13330078125rem;left:7.5080422163013rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uWX6d2olyOaAP8UyBloUppI4qAkD5KzU { width:15.6870403125rem;height:2.16666675rem;top:39.663391113281rem;left:2.7585016489029rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0KJFkOdp6R822uP0sk6P9Gtz7hXPbgp { width:0.3125rem;height:2.9354319375rem;top:39.883972167969rem;left:1.6245404481888rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRIt5g4vqgDrfFhP2QTraSzprRkrRrXa { width:13.125rem;height:1.083333375rem;top:32.696472167969rem;left:5.2585014104843rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehEuRc7pRJnLMO7BmRT1LVZJTczurdDA { width:16.875rem;height:16.25rem;top:44.203063964844rem;left:1.5291818380356rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT { display:block; }#TOX2CSffCDLtM3yMAVaBhiCyvvP13pXT > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWayPs9nBEh7I2HEPvHVC3Kc3EX0d1IF { width:19.875rem;height:30.0625rem;top:75.06089025rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEZCfTzgdZmoizMIAcWrPO6LcFIAGNQR { width:15.4997701875rem;height:3.250000125rem;top:84.310607910156rem;left:3.0606616735458rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtTXHTtRHkxlXN64qmKdI2DkyleuSnVe { width:0.24816175rem;height:2.248391375rem;top:84.878173828125rem;left:1.8853398561477rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnx4spMWqpWllxJq8TQAlCyhyBtiMzUc { width:17.5rem;height:15.166667rem;top:88.711303710938rem;left:1.2488510608673rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Er2mLO6HXLVClMXBudhG0ZIrOKmMWZyT { width:13.125rem;height:1.083333375rem;top:79.115295410156rem;left:5.4423249959946rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QRQAwZxRL0X6bLcK7I43OV6X2cMcs85R { width:6.25rem;height:6.25rem;top:75.992431640625rem;left:1.0604319572449rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwxXSKJ0lEmTDLyTGiVUUpe4p4xde44e { width:13.125rem;height:2.16666675rem;top:75.95703125rem;left:5.4423249959946rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyVRs1g4A34WNaSTJlotfOeUgOIB6WBM { width:20rem;height:34.9368095625rem;top:38.8740806875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPoPf6TB9LRBCDu0DUim0nWN3nlUT3vn { width:17.9365806875rem;height:17.333334rem;top:54.872463255859rem;left:0.65602111816406rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzQHWmBox974COFoVX5JLH71yp8mIeDE { width:0.1872701875rem;height:4.8115806875rem;top:47.352932005859rem;left:1.0627288818359rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvqrxueWksndXRbtSzT4n5sovPfyRua { width:16.25rem;height:2.16666675rem;top:48.789058714844rem;left:2.9055595397949rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9h97JNxd0W7umhZnX8vbdr5BDSZfspm { width:6.25rem;height:6.25rem;top:39.718933105469rem;left:0.69623160362244rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsPsndPBtMmoaxqyyAJ6BZnes0cupXRf { width:12.25rem;height:1.083333375rem;top:44.115356445312rem;left:6.0052846670151rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #P3tnpkgL7wQsGHntQsB7JTtKsBJ1MfMw { width:13.125rem;height:2.16666675rem;top:40.498596191406rem;left:5.4423249959946rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE5RTbkK03vi91bX13GpfAciDoi3ZScE { width:20rem;height:36.3740806875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVeaptTlOboo2JR5l4AtfkRwd7wMQKs5 { width:6.25rem;height:6.25rem;top:2.2471923828125rem;left:1.0604319572449rem;display:block; }
 }@media only screen and (max-width: 763px) { #enogthtPiW8rD8p6weZMSQllJrOUixUy { width:0.1872701875rem;height:4.8115806875rem;top:10.235473632812rem;left:1.0592830181122rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3Sa0RMDhw8DKW1R7g4OS1WLo2OCVTO { width:17.3115806875rem;height:4.3333335rem;top:10.43310546875rem;left:2.1553307771682rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtDLE2nctTgHfoTX6QsIHRuCCfNMrTSt { width:13.125rem;height:1.083333375rem;top:2.749267578125rem;left:5.4423249959946rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfZisfT4vucadrbWg5LI7L99AKeDJXi { width:11.0604315rem;height:1.083333375rem;top:5.37451171875rem;left:7.6056984663013rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TAsuS5aJh4MhgVAqWavVCXAmX1RnxcNw { width:17.9354324375rem;height:19.5rem;top:15.9375rem;left:1.0317095518112rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU { display:block; }#QWmiTu0pHSlSN6X3RmehqPaw4sKdaQoU > .row .container { width:20rem;height:127.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NV41Mvar3UGLga1V0Ak4H6kiLbbcgxhT { width:18.75rem;height:30.8125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6EXOs2MRSrlfruTTsiZNLNe54gibrdw { width:18.75rem;height:45.875rem;top:34.435852050781rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nutOOqCWq4Vxu0rF5wbCXxJXw5BSXJip { width:5.9375rem;height:5.9375rem;top:2.2216796875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3wgGWcNnNKuvMt58Z3yBUmhhzh7AU8o { width:10.9375rem;height:1.083333375rem;top:6.074462890625rem;left:7.4999998807906rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#080852;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5bna6n53zRWzQTGq9i1iMvb5wq7Ccc { width:15.25rem;height:4.3333335rem;top:9.5220947265625rem;left:2.7493106126785rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBCMgdSpNTH0HhsJhLNEZUh7rLP2d7c9 { width:0.3125rem;height:2.936580875rem;top:10.283813476562rem;left:1.5602020025253rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC2ARqn52UIcOrM5N9bODyoFUF2JoheM { width:9.25rem;height:2.16666675rem;top:43.740844726562rem;left:2.7493106126785rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6RVMaEGsRwaBws1hzsDi62FNqUvmT5I { width:0.436580875rem;height:3.1870403125rem;top:43.311157226562rem;left:1.5602020025253rem;display:block; }
 }@media only screen and (max-width: 763px) { #y85AcpdvibhZB8lTc4sny5sw7N3yLWZQ { width:16.875rem;height:15.166667rem;top:15.327209472656rem;left:1.5291818380356rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8On58V3aSmavlfVlVJ4dqq7LmAVfeE { width:17.4368095625rem;height:30.333334rem;top:48.152160644531rem;left:1.2798712253571rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtEbQuTrsTThw0W7Kt5yDrypA7J96Wnq { width:13.125rem;height:1.083333375rem;top:39.429016113281rem;left:4.8839610815048rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #Mwrro7GzP85X14sTdB3EQnATeXH7LqJC { width:6.25rem;height:6.25rem;top:35.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZW9n0oIQvMmyevIrme6QTpkzvPgLtru { width:8.998046875rem;height:2.16666675rem;top:2.2216796875rem;left:9.501953125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngE2UzgsDSKiQqWCkOpV27aVwB1CrLht { width:10.2484375rem;height:2.16666675rem;top:35.9375rem;left:7.4176025390625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZo0DViLECL2LXpTBOn44VksDd8bqSiR { width:20rem;height:42.5625rem;top:82.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmR7aoWlwy8Tiuly1xTZoJ1MGcX7dGPN { width:6.25rem;height:6.25rem;top:83.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnWbZW5msNq1uFVwOPFmkw7pTTxAuwdc { width:13.125rem;height:1.083333375rem;top:83.625rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXIHiL6Q7Ash7h8qJafJ6ayUz9U9p2Xt { width:0.187378125rem;height:4.8120125rem;top:90.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUa0ndJkU7c9BD4nUFRceuGCFQQgTn3r { width:16.25rem;height:2.16666675rem;top:91.375rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CznDoDUmamDCNo1ixt2TWNKMVtETypKT { width:12.06175rem;height:1.083333375rem;top:86.3125rem;left:7.375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #OoUmnPe3cdebothg6Tot3WB55RLdvCPt { width:18.561375rem;height:26rem;top:97.1875rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT { display:block; }#yWskCkR6JPknd9Fp9zZPAfbgGHgtaXXT > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ffnt9U2UtwCzUFSxvclqDq42wwUEl9bQ { width:19.9375rem;height:38.75rem;top:71.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZKIMlih97Hc8WAsDMhRrmgd1KNOGBDD { width:6.25rem;height:6.25rem;top:73.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyfGOo8U19DzKHJ339Z9re1r8RArWUcr { width:15.1865234375rem;height:3.250000125rem;top:81.4375rem;left:2.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuKhe2FUwOrcwxt76CNTsgnddIwixGqw { width:0.2490234375rem;height:4.8740234375rem;top:80.6884765625rem;left:1.0634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpSAJTJeuDLnJNO2RO4z8mW0lRL6X81H { width:9.375rem;height:2.16666675rem;top:73.058898925781rem;left:9.9460009336469rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzrZUOMWmC4rhoqAlxvvsBptAGmk09Z6 { width:13.125rem;height:1.083333375rem;top:76.75rem;left:6.1240234375rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #JF8hDbJg0yg6UQMsHo9CkEJwBg9seNbI { width:17.875rem;height:21.666666rem;top:86.75rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9AKRXL7ZRCgSNMqtMpJAA6wRnmiiMpy { width:20rem;height:30.9375rem;top:1.25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPV9wiTCxP39GDtTpdRRBPvRm9q7c48I { width:6.25rem;height:6.25rem;top:2.3736572265625rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myf6uzzBsssTwZAfiMMgUwQZziMBOJIc { width:13.4375rem;height:1.083333375rem;top:3.375rem;left:5.0302734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z48aLTvItiBZoQVMbg0T6Fz2xAFwrHuD { width:0.24816175rem;height:4.873621rem;top:9.5462036132812rem;left:1.07421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRmrnmJCCaWEHlS7xryWRLZqTDWMKl60 { width:14.4979315rem;height:4.3333335rem;top:10.283813476562rem;left:2.7493106126785rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZTofhLCEoRZJcWEN15EqHRHuT1IokMC { width:13.125rem;height:1.083333375rem;top:5.9019165039062rem;left:5.1528028249741rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xGghg0p3GQ33UxXJoI0ebMyTrPGSCwyc { width:18.1875rem;height:14.083333rem;top:16.6875rem;left:0.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KomVv5dxzAbl7sP7106OeCCBhO81b9Qc { width:20rem;height:36.125rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WNfrkvUtqa1Tr8NtvTVZT1cuPunQGn { width:6.25rem;height:6.25rem;top:34.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClKKCZIl5mRJDlQgdReX4KPchWI6C8bw { width:17.25rem;height:7.583333625rem;top:41.75rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmJOS40taftiwZQx8oFaGSJgRGpX70hx { width:13.125rem;height:1.083333375rem;top:34.366516113281rem;left:6.81181037426rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVzwUgitBh4uVIIE34ry3KHWK8aW0Q6i { width:0.24956625rem;height:6.7496875rem;top:42.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBoEolSF4pNN8wtng04gpASzZ0WrKNFx { width:18.125rem;height:18.416666rem;top:50.5rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Xmt84dSbXJ6TXaraN1lAkQs09HJ46T { width:10.0613125rem;height:2.16666675rem;top:36.375rem;left:9.375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ { display:block; }#mQTcAZlCBd3xw8N4XGLIRWIGPCbvytWQ > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4E9B3LMdQVcyuuvDe1cUVICxZr31yTk { width:18.75rem;height:26.9375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPzfJOb5fF98b7A4WmE3LcrS3yKpW5cl { width:14.4970703125rem;height:3.250000125rem;top:11.1240234375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoBvThwzmp4rcdlvGyVNDNfbFkKZ3lOl { width:0.2490234375rem;height:2.4365234375rem;top:11.59375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tggd2WD5BcqwnI51t3WVfGi1AzT55d12 { width:17.1875rem;height:10.833333rem;top:15.6875rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSec9RxSIgkeT06XvLCTSwbxeinESon5 { width:13.125rem;height:1.083333375rem;top:6.158203125rem;left:5.498046875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #FbOmd4Hu8U9qKVIqnkI70TXVOiQRUxQL { width:6.25rem;height:6.25rem;top:2.783203125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou0voRN31890AvdCzOr4tTa6M3UQOCMD { width:13.125rem;height:2.16666675rem;top:3.158203125rem;left:5.498046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiZcW9OyRQyvJ0eEmRvwey5HTgoOXhNB { width:18.75rem;height:30rem;top:29.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnO77NJceQGH6v3aIlHekU5R7A8AVRJm { width:5.625rem;height:5.625rem;top:30.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrV8HA0i8NzWubcvVS899rkltJ9oKwVW { width:14.75rem;height:3.250000125rem;top:38.1240234375rem;left:2.998046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHaCETynTCiX8b7E5dxHM0aMCnJFvsIT { width:0.2490234375rem;height:2.873046875rem;top:38.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOBDRfyTS17qKLeRTEmWsc4xBxxl3Tw { width:13.125rem;height:1.083333375rem;top:31.375rem;left:5.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsvX8hgoWyOdxts6AfRolFqtAcGSAV6h { width:8.3115234375rem;height:1.083333375rem;top:33.5rem;left:10.3447265625rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #E7lxentvGdcHfoEaluoa2c7BhT2sELFF { width:17.748046875rem;height:15.166667rem;top:42.5625rem;left:1.1259765625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTwQFsGxw8HxxvVOwMCNCi3svJDCXKsS { width:18.75rem;height:29.6875rem;top:60.874389648438rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldIepTIvRvh8aSXM6BQRMQJawScbowZw { width:6.25rem;height:6.25rem;top:61.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrLnZSuZgRw88ZmWzWkwsF08Xg4Ot323 { width:13.125rem;height:1.083333375rem;top:65rem;left:5.53125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WT9QHIl5fZw6TVZhBtfMTDsf2FQWox9V { width:13.125rem;height:1.083333375rem;top:62.625rem;left:5.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1QH7BbhzlfsinoIS1T9rtocyoRHdXR { width:16.3125rem;height:2.16666675rem;top:69.8740234375rem;left:2.216796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJbZVkiiq6uzni008qQ6uslyA2EI6FET { width:0.1865234375rem;height:2.6240234375rem;top:69.6875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoKEwICQ5aO7pSdtHeUEzyywOw485zM0 { width:16.935546875rem;height:15.166667rem;top:73.6875rem;left:1.5322265625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myktTDRkT4zgPkHcARp9JmxVJaauknqU { display:block; }#myktTDRkT4zgPkHcARp9JmxVJaauknqU > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urVKwJM3s5aQWNyGusVEFKqTWIPU3nMb { width:18.75rem;height:28.1870403125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk1Wo31kA4U0WTyF8HNnSp5EQDkUqNWn { width:6.25rem;height:6.25rem;top:2.0645751953125rem;left:2.0461856126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9EhviJ4wnxD4UfvV6AiRcdSTZvZE4tL { width:10.625rem;height:1.083333375rem;top:5.3090209960938rem;left:8.22265625rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #LqXqPKq85eaMHL3knEv6bXoAt5Xsu3Xu { width:14.4990806875rem;height:2.16666675rem;top:10.252807617188rem;left:3.1847425699234rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIRRwHw3proRTegVcNtBUD6XEnNiJKvU { width:0.3125rem;height:2.1231618125rem;top:10.327514648438rem;left:2.0461856126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmaDbBBrQtoHq6o7E4XrTCTgScANbSQ { width:17.2495403125rem;height:14.083333rem;top:13.553466796875rem;left:1.3752297163009rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrWTqeDF1xxDDKyS8z3AvPKSlXBcLF7P { width:13.125rem;height:1.083333375rem;top:2.1163330078125rem;left:5.7950361967087rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6zL5HK6DdU6iwciqgaABHzCzSy6qq1k { width:18.75rem;height:24.2497691875rem;top:30.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3QOr7sOkF4fb47e18Iz0pn9VOWsWLtQ { width:6.25rem;height:6.25rem;top:31.506225585938rem;left:1.3752297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5IlR28d6coDpGhPGrHTccLV4lOXs3hs { width:15.7490806875rem;height:3.250000125rem;top:39.429077148438rem;left:3.2329961061478rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy1zxIttriuAVWTUGPaZ9g3pPPE60auL { width:0.2493106875rem;height:4.873621rem;top:38.702880859375rem;left:1.8704043626785rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbqfWcAR43T0GozwyGsqr2Ta6xeS1eyw { width:13.125rem;height:2.16666675rem;top:31.449951171875rem;left:5.5101097822189rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD941TciTOsZ2Tx2WKrd5id33vmpogUf { width:13.125rem;height:1.083333375rem;top:34.624389648438rem;left:5.5101097822189rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #FLvaJHrTHueu33LNDI5SAWVT2Q7AFI40 { width:16.9358901875rem;height:7.5833335rem;top:44.499145507812rem;left:1.5326286554336rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xz5smdZrgrAz2Ck9M98cE2THgHFZUsCW { width:18.75rem;height:31.6875rem;top:56.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHm484pnbN6nKQ7LcJ1OwuavHgWIPkXJ { width:6.25rem;height:6.25rem;top:57.153076171875rem;left:1.3752297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #q49nooeP5lacgfivs9NVoQzxIMOyM7ZD { width:16.3740806875rem;height:2.16666675rem;top:66.932495117188rem;left:1.8129595518112rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIr0PAI3qX4vPH6bVlCiWJXdda93Vg6B { width:0.2493106875rem;height:4.873621rem;top:65.631958007812rem;left:1.1994484663009rem;display:block; }
 }@media only screen and (max-width: 763px) { #o59pS5iutLDE51tQeoTkA2Cxm4JMhNR0 { width:13.125rem;height:1.083333375rem;top:57.687255859375rem;left:4.5691632032394rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0oRpu5TtNx3LZw3psl8vTP6zMhCkt9g { width:13.125rem;height:1.083333375rem;top:60.249389648438rem;left:4.5691632032394rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #hibqM8QQA9l5yqPTLLtqhtBiTH0ZvyEA { width:17.5620403125rem;height:14.083333rem;top:71.700439453125rem;left:1.2189797163009rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh { display:block; }#KExT0H9qZWPN4L81TKVWlNFTUMUaoAHh > .row .container { width:20rem;height:125.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2mUgetJyOAq9CysJqu611MtPEQXsQF2 { width:18.75rem;height:40.6875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiv3XB36SENV738abGwF6SkDlI9eh1WD { width:6.25rem;height:6.25rem;top:2.791748046875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7GFbPdnXMMmLgxblIiRC86ISfslOwcZ { width:16.37369725rem;height:6.50000025rem;top:11.08203125rem;left:3.0846354961395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikF3X0Herc9Iwk3T5aeaWMbKbc7uheZQ { width:0.4375rem;height:6.25rem;top:11.227905273438rem;left:1.7083334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh6o4Eg3QPTAaivETbTydKVkL4ueK3RE { width:13.125rem;height:2.16666675rem;top:2.8126220703125rem;left:5.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLm9l0eSoqao8gAfZCnEWzXU3twd1c53 { width:13.125rem;height:1.083333375rem;top:6.0625rem;left:5.21875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #cJZzoHsapBJyDcliZ2PdUx2ozNfnqkPt { width:17.8125rem;height:21.666666rem;top:18.93359375rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMPpyB7cQAkdSAIqaI13CnsgOFyTJDUm { width:20rem;height:37.1875rem;top:84.91275975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRrLtiIwVpW5sAV7CnlRh6Vmx1ccylus { width:6.25rem;height:6.25rem;top:85.885498046875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvK0q0tB1AFgLAnBtGVNLHavEmxrwpLf { width:0.4375rem;height:4.8125rem;top:94.600341796875rem;left:1.3541667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDNtV50UuWkDr3WeCKemKCQCFy8ffvlV { width:14.875rem;height:4.3333335rem;top:94.819091796875rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm9F9TMHm4VmDbzeNopv11kyH01M3stD { width:18.24869725rem;height:20.583334rem;top:100.86596679688rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Luhe0msDDngK49voOhnGTUf0XC76rr6V { width:13.125rem;height:2.16666675rem;top:86.427124023438rem;left:6.2708334922787rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3CxrLh4MRh4Dbzh0DwdfZW5rkcBJyis { width:10.68619825rem;height:1.083333375rem;top:89.34375rem;left:8.7708339691163rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #Vbg2VOm2nyPc0BNVzCz7F0N1HOVNSBaK { width:18.75rem;height:40.9375rem;top:42.72525975rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exqnz1xEd1VVfAhg3yCSZnTtnkBEC81u { width:6.25rem;height:6.25rem;top:43.725341796875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpGACZFOsRNVRwTTp0pNBwX4Zn3ABSR { width:13.125rem;height:2.16666675rem;top:44.475341796875rem;left:5.3020834922791rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8QT5McfMobLo2B2Xsz2m3K1lodrZTdm { width:13.125rem;height:1.083333375rem;top:47.475341796875rem;left:5.21875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#00261d;display:block; }
 }@media only screen and (max-width: 763px) { #GAfbqLh7zkEy2ULcfDCbwVeB12D573MZ { width:16.37369725rem;height:5.416666875rem;top:52.016967773438rem;left:3.0846354961395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOSoH9aUU83x2rRgOnFBxB2k9DFE4RxH { width:0.4375rem;height:5.25rem;top:52.100341796875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQT8wBWkVsmZJR1pzyR0qb1NE6zXQvcx { width:17.5625rem;height:22.75rem;top:58.55859375rem;left:1.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { width:9.4375rem;height:14.3125rem;top:0.8746337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltXEAmpmbpOFpK0Ddghq1RUFBBlAlUfT { width:4.6875rem;height:0.24902375rem;top:12.841186523438rem;left:11.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:8.687125rem;height:7rem;top:4.4305419921875rem;left:11.0302734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:10.3125rem;height:3.125rem;top:20.809936523438rem;left:4.84375rem;font-family:"open sans";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #uXaLeQ4KWCTKEsmqyOGfb97fZyrtqbTb { width:20rem;height:2.83333325rem;top:16.560668945312rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 { background-color:#0b1a43;background-image:none;display:block; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container { background-color: transparent; background-image: none; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container > .video-iframe-container { display: none; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row > .video-iframe-container { display: none; }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .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); }#x0mwQlsWWcWXoJaqqzNRnldnC1C858B3 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChlTH7TaTVxTxnJt6eJdmupxwHnIl8dc { top:0.9375rem;left:2.9998779296875rem;width:14rem;height:3.375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zqWi0JRafff1ie6xRMBov6fTpAP8CBJz { display:block; }
 }