.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;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); }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bf;background-image:none;position:relative;z-index:auto;display:block; }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row .container { background-color: transparent; background-image: none; }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row .container > .video-iframe-container { display: none; }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row > .video-iframe-container { display: none; }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .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); }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row .container { border-width: 0; border-radius: 0; }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row > .video-iframe-container {  }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#QdkxLWondD9QAzCgig4vne9ATPxGtFTW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:17.1875rem;top:1.25rem;left:7.5rem;overflow:hidden;display:block; }
#Uiif4hofqJ93PVivppkUd4slaL5okCJN { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:1.96875rem;left:60.8125rem;display:block; }
#gyN538qNCdhNdEMiU5SKgWNpf6zK9orq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00629d;background-image:none;position:relative;display:block; }#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B > .row .container { background-color: transparent; background-image: none; }#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B > .row .container > .video-iframe-container { display: none; }#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B > .row > .video-iframe-container { display: none; }#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B > .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); }#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B > .row .container { border-width: 0; border-radius: 0; }#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B > .row > .video-iframe-container {  }#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#vHUJ1MSeuTXgZFwrs9ATNrtrEAQ7nNZm { color:#000000;display:block;width:28.5rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:7.4992184638975rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vMWSF2LlvygIBTQeMizTc5waqc01lRLA { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:7.8125rem;top:7.5rem;left:7.49843788147rem;display:block; }
#hJo12moDnrDTsDsE38tvNm73ehqMloLR { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.0625rem solid #aba6a7;border-right:0.0625rem solid #aba6a7;border-bottom:0rem solid rgba(0,0,0,0);height:4.125rem;width:59.875rem;top:14.624289989471rem;left:7.5rem;display:block; }
#R7V5oDNdhZTudeFwgcgwJt1vDy0Dct2m { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.749219506979rem;left:9.375rem;height:6.4985625rem;display:block; }
#A0sG3EZ5RLpkDT4mnwIxT2DDO56bJUC0 { position:absolute;display:block;z-index:15005;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0076bf;border-left:0.0625rem solid #0076bf;border-right:0.0625rem solid #0076bf;border-bottom:0.0625rem solid #0076bf;height:3.75rem;width:59.875rem;top:10.75rem;left:7.5rem;display:block; }
#Q9t2Q1fvQeP0kdtNiJWb8BpU46NAlz1S { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.875rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ > .row .container { background-color: transparent; background-image: none; }#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ > .row .container > .video-iframe-container { display: none; }#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ > .row > .video-iframe-container { display: none; }#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ > .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); }#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ > .row .container { border-width: 0; border-radius: 0; }#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ > .row > .video-iframe-container {  }#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#RKOHdKuKKDEWDWPNxsEgtRCDpFLV6Szc { position:absolute;display:block;z-index:15004;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0076bf;border-left:0.0625rem solid #0076bf;border-right:0.0625rem solid #0076bf;border-bottom:0.0625rem solid #0076bf;height:3.75rem;width:59.875rem;top:6.28125rem;left:7.5rem;display:block; }
#NORP7sAKCkuQS3qkZQUCbbWsIH0cMS5d { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.40625rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aqW3yEhF2J0tvfkWxUB0eVqokSMht4vw { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.15625rem;left:9.375rem;height:9.098025rem;display:block; }
#WpmzeGBLlmmT1l5VgUrLvip4lbFt131I { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:1.5rem;left:7.5rem;display:none; }
#EQlOxe3IPOfUFtWpNk6fH9m4Ey95dmPk { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.0625rem solid #aba6a7;border-right:0.0625rem solid #aba6a7;border-bottom:0.0625rem solid #aba6a7;height:191.5rem;width:59.9375rem;top:0rem;left:7.5rem;display:block; }
#L3thW3xpAsrTRgya67TpReqUvLE9GHbM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#L3thW3xpAsrTRgya67TpReqUvLE9GHbM > .row .container { background-color: transparent; background-image: none; }#L3thW3xpAsrTRgya67TpReqUvLE9GHbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3thW3xpAsrTRgya67TpReqUvLE9GHbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3thW3xpAsrTRgya67TpReqUvLE9GHbM > .row .container > .video-iframe-container { display: none; }#L3thW3xpAsrTRgya67TpReqUvLE9GHbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3thW3xpAsrTRgya67TpReqUvLE9GHbM > .row > .video-iframe-container { display: none; }#L3thW3xpAsrTRgya67TpReqUvLE9GHbM > .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); }#L3thW3xpAsrTRgya67TpReqUvLE9GHbM > .row .container { border-width: 0; border-radius: 0; }#L3thW3xpAsrTRgya67TpReqUvLE9GHbM > .row > .video-iframe-container {  }#L3thW3xpAsrTRgya67TpReqUvLE9GHbM > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#qIHPeEgJGTkg11sUUNwIS7IJQ87OncdK { position:absolute;display:block;z-index:15005;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0rem solid #0076bf;border-right:0rem solid #0076bf;border-bottom:0rem solid #0076bf;height:3.5625rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#AQMb3v9MyH78pZUk0kgvCqGFEe9Q8vEw { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:3.6875rem;left:9.375rem;height:22.5rem;display:block; }
#RDxBQgC3W7p3DegZlFzLdlo3sreOGw24 { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.03125rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 > .row .container { background-color: transparent; background-image: none; }#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 > .row .container > .video-iframe-container { display: none; }#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 > .row > .video-iframe-container { display: none; }#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 > .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); }#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 > .row .container { border-width: 0; border-radius: 0; }#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 > .row > .video-iframe-container {  }#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#ey6xdRnalA0hwaqRV8FIzt5runBJVH63 { position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.74921875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#p5EEEhp02OcQb80BBQ8uuuu9Kal1UTq3 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:3.7492189407349rem;left:9.375rem;height:21rem;display:block; }
#JFqBnmaDNLao1liQKpVwWAUmuHyWSqMt { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0609378814698rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E > .row .container { background-color: transparent; background-image: none; }#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E > .row .container > .video-iframe-container { display: none; }#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E > .row > .video-iframe-container { display: none; }#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E > .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); }#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E > .row .container { border-width: 0; border-radius: 0; }#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E > .row > .video-iframe-container {  }#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#J9bGNZanTqsSvohkTJ3fRZSIfRVXT2Qo { position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.74921875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#gK77VID2aftiCp41NivP53RxqFZOJqkQ { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:3.7492189407349rem;left:9.375rem;height:7.5rem;display:block; }
#LlPOukhgxf2Blqgdv3yXznO3QWNkoLHh { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0609378814698rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP > .row .container { background-color: transparent; background-image: none; }#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP > .row .container > .video-iframe-container { display: none; }#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP > .row > .video-iframe-container { display: none; }#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP > .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); }#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP > .row .container { border-width: 0; border-radius: 0; }#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP > .row > .video-iframe-container {  }#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#Sudor3ZeBp6copxOIBekxqWz9w0TfeqR { position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.74921875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#dhtDBV5wQq1g3pT6PKwPPEltf5umNg7X { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:3.7492189407349rem;left:9.375rem;height:13.5rem;display:block; }
#nsbVO5bVdaS3QIAosRgATlshfuvNR8sP { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0609378814698rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 > .row .container { background-color: transparent; background-image: none; }#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 > .row .container > .video-iframe-container { display: none; }#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 > .row > .video-iframe-container { display: none; }#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 > .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); }#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 > .row .container { border-width: 0; border-radius: 0; }#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 > .row > .video-iframe-container {  }#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#lpDyTlvlTDQOf3kALLAOJpNDXtDMIqqJ { position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.74921875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#l6OS0Lhw9vcxQD4lfl4RUaWK9G8ys6Ur { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:3.7492189407349rem;left:9.375rem;height:10.5rem;display:block; }
#fCLdTum4IXIZWSuqp7z3g0DTtSy0w07d { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0609378814698rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN > .row .container { background-color: transparent; background-image: none; }#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN > .row .container > .video-iframe-container { display: none; }#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN > .row > .video-iframe-container { display: none; }#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN > .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); }#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN > .row .container { border-width: 0; border-radius: 0; }#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN > .row > .video-iframe-container {  }#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#cz6Bx9FWNIL8BQnRepiFo2vob6vQU9JN { position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.74921875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#nbIs3TUbaAZN8RrKkkn9LHaphgGEzpZg { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:3.7492189407349rem;left:9.375rem;height:12rem;display:block; }
#P937wqsy6BD1oPPTcATvE9ZoOIJbCi1Z { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0609378814698rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa > .row .container { background-color: transparent; background-image: none; }#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa > .row .container > .video-iframe-container { display: none; }#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa > .row > .video-iframe-container { display: none; }#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa > .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); }#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa > .row .container { border-width: 0; border-radius: 0; }#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa > .row > .video-iframe-container {  }#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#FP4vyqEwX5LXTPnE8VL0CSEUCPddNQXP { position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.74921875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#hfCZSrlqZ5svKrvG0gpwWaSBdHpPWbNS { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:3.7492189407349rem;left:9.375rem;height:7.5rem;display:block; }
#oPHinwrWNa30VuhiFdgfrttJX2F32tg7 { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0609378814698rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bxk8VO6To2aArF9eI95w52SWGnnBRTy3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bxk8VO6To2aArF9eI95w52SWGnnBRTy3 > .row .container { background-color: transparent; background-image: none; }#bxk8VO6To2aArF9eI95w52SWGnnBRTy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxk8VO6To2aArF9eI95w52SWGnnBRTy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxk8VO6To2aArF9eI95w52SWGnnBRTy3 > .row .container > .video-iframe-container { display: none; }#bxk8VO6To2aArF9eI95w52SWGnnBRTy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxk8VO6To2aArF9eI95w52SWGnnBRTy3 > .row > .video-iframe-container { display: none; }#bxk8VO6To2aArF9eI95w52SWGnnBRTy3 > .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); }#bxk8VO6To2aArF9eI95w52SWGnnBRTy3 > .row .container { border-width: 0; border-radius: 0; }#bxk8VO6To2aArF9eI95w52SWGnnBRTy3 > .row > .video-iframe-container {  }#bxk8VO6To2aArF9eI95w52SWGnnBRTy3 > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#k3TlZehgTcTunc7tkXHchSrUTM1aclRV { position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.74921875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#V3pDhANXJ2WOHTmTQSbWkyounIZZwsiO { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:3.7492189407349rem;left:9.375rem;height:6rem;display:block; }
#tXgX5L7wRIRVAIxsfcXppif1A2vO25Bl { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0609378814698rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR > .row .container { background-color: transparent; background-image: none; }#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR > .row .container > .video-iframe-container { display: none; }#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR > .row > .video-iframe-container { display: none; }#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR > .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); }#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR > .row .container { border-width: 0; border-radius: 0; }#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR > .row > .video-iframe-container {  }#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#UUBHDVN4fBluVxlIUufWvM0betg6KWzl { position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.74921875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#IO1ruDNiR7XVRzleOOsArsXWJUHRhPvz { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:3.7492189407349rem;left:9.375rem;height:10.5rem;display:block; }
#CTR7TGcmqZwJmAnxgLvXagrkf8Bd9vSQ { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0609378814698rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g0T31URv0QeHiZcmygROmIkxqLODUfJN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#g0T31URv0QeHiZcmygROmIkxqLODUfJN > .row .container { background-color: transparent; background-image: none; }#g0T31URv0QeHiZcmygROmIkxqLODUfJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0T31URv0QeHiZcmygROmIkxqLODUfJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0T31URv0QeHiZcmygROmIkxqLODUfJN > .row .container > .video-iframe-container { display: none; }#g0T31URv0QeHiZcmygROmIkxqLODUfJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0T31URv0QeHiZcmygROmIkxqLODUfJN > .row > .video-iframe-container { display: none; }#g0T31URv0QeHiZcmygROmIkxqLODUfJN > .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); }#g0T31URv0QeHiZcmygROmIkxqLODUfJN > .row .container { border-width: 0; border-radius: 0; }#g0T31URv0QeHiZcmygROmIkxqLODUfJN > .row > .video-iframe-container {  }#g0T31URv0QeHiZcmygROmIkxqLODUfJN > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#GRsbkw9nbIyFKrhp2oQPrNs8wAF95x7Q { position:absolute;display:block;z-index:15009;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.74921875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#Q6oxaEN5NNQTny7hHIpFPd54ERKS3kMR { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:3.7492189407349rem;left:9.375rem;height:6rem;display:block; }
#p4li8brSTyqnqdGTMmvd5GI08fW9RfUq { color:#000000;display:block;width:26.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0609359741211rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP > .row .container { background-color: transparent; background-image: none; }#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP > .row .container > .video-iframe-container { display: none; }#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP > .row > .video-iframe-container { display: none; }#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP > .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); }#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP > .row .container { border-width: 0; border-radius: 0; }#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP > .row > .video-iframe-container {  }#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#NyInTBGiNsIa29MUkTwTQKJhb476PPa4 { position:absolute;display:block;z-index:15013;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:60rem;top:2.3841857910156E-7rem;left:7.5rem;display:block; }
#fLzhf2iVtDmoy5B8LixUDwlCBo1IgDvy { color:#000000;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:3.7492187023163rem;left:9.375rem;height:9rem;display:block; }
#CenGTMeX6NeOiatpDxxs4A6bLWIaKvI2 { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.0625002384186rem;left:8.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WveP7bVcpS8QT23Q6FZOXQrWz4OURyTP { color:#000000;display:block;width:19rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.799218356609rem;left:8.5625rem;height:1.29971875rem;display:block; }
#KC2gqbMFZJZqbD1iTwCxVwp6MgmNfmGT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm > .row .container { background-color: transparent; background-image: none; }#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm > .row .container > .video-iframe-container { display: none; }#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm > .row > .video-iframe-container { display: none; }#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm > .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); }#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm > .row .container { border-width: 0; border-radius: 0; }#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm > .row > .video-iframe-container {  }#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#EnSB0eqbhJKJyyTucWh7oRdAb9yi2I7H { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:5.75rem;left:2.0625rem;display:block; }
#HVdl24WS4WtBzMNDWCcOT9rVnGwOyQdh { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:5.7500057220459rem;left:5.9375rem;display:block; }
#RzVrtDCaNUA9IzGDDlK34rOvNGOE082z { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:5.7500057220459rem;left:10.125rem;display:block; }
#EK5Qlrzba772so9l6nBCm1Rthx5q0mmQ { color:#aba6a7;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:2.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#TSU5Z8WUpCdBrm2WH2PE8Wi6d8CKG1sI { color:#beb3b3;display:block;width:22.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:7.5rem;height:1.1375rem;display:block; }
#es5KVtw331mW8rlOkXWqwVhGFZRAoy7v { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.750007629394rem;left:2.9375rem;height:1.1375rem;display:block; }
#x3TfTxK35Ae3P2UrHTiCXvq3ZCkaZtKH { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.750007629394rem;left:8rem;height:1.1375rem;display:block; }
#FptPx8N9IuA4EsgfggvomfqKhwyD3IBT { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.75rem;left:13.625rem;height:1.1375rem;display:block; }
#xPk4nQ3S6LBSTgHvLPDgIzoRrbtykUzG { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:18.25rem;height:1.1375rem;display:block; }
#RkQtHM7LmV6xQTdW3VC468od5TIySeUA { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.74951171875rem;left:21.4375rem;height:1.1375rem;display:block; }
#zlggXTVPcCGMR5AwJFolozxX7CwQNWmb { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:28.25rem;height:1.1375rem;display:block; }
#sTrTi9xWJXJrRS4Tix7hFOk6tmQbP7BN { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:33.75rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#kSI8aTzfkLr7tzBGpw66bWPp7zI6XNxF { color:#ffffff;display:block;width:6.9995rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:44.375rem;height:1.1375rem;display:block; }
#if9zMEJNI7UEpn9lFlOmp8bxu0H9ZHpw { color:#000000;display:block;width:23rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.0625rem;left:52rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#SkamcabErtFMy6g1qhuq6bL7IdsIEll5 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:8.8125rem;top:9.654296875rem;left:65.875rem;overflow:hidden;display:block; }
#wWnvlFrCMmt17F1nEInLHbc4V1bLwEsw { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:8.4375rem;top:6.185546875rem;left:66rem;overflow:hidden;display:block; }
#eckOrwPO3d4T2HIIya3TSghZJeLCZTUx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:10.0625rem;top:6.185546875rem;left:55.1875rem;overflow:hidden;display:block; }
#b00MwK4H8WK3TkkhlTAKWXDVXWVsdFy3 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:5.75rem;left:18.25rem;display:block; }
#rrCOKKfVl3wJTRAelIzvLHgoXgkVi5f3 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:5.75rem;left:14.1875rem;display:block; }
#tiVS16QTa0e91uyoi251sV1k22cdG4it { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:5.75rem;left:22.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E { display:block; }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdkxLWondD9QAzCgig4vne9ATPxGtFTW { top:1.25rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uiif4hofqJ93PVivppkUd4slaL5okCJN { width:6.6875rem;height:2rem;top:1.9375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyN538qNCdhNdEMiU5SKgWNpf6zK9orq { display:block; }
 }@media only screen and (max-width: 763px) { #Md56luv1ERXb5O8dq8plJ5shPD7hQ06B { display:block; }#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHUJ1MSeuTXgZFwrs9ATNrtrEAQ7nNZm { top:2.4375rem;left:0rem;width:28.5rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMWSF2LlvygIBTQeMizTc5waqc01lRLA { top:7.5rem;left:0rem;width:7.8125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJo12moDnrDTsDsE38tvNm73ehqMloLR { top:14.5625rem;left:0rem;width:47.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7V5oDNdhZTudeFwgcgwJt1vDy0Dct2m { top:16.6875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0sG3EZ5RLpkDT4mnwIxT2DDO56bJUC0 { top:10.75rem;left:0rem;width:47.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9t2Q1fvQeP0kdtNiJWb8BpU46NAlz1S { top:11.875rem;left:0rem;width:24.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ { display:block; }#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKOHdKuKKDEWDWPNxsEgtRCDpFLV6Szc { top:6.25rem;left:0rem;width:47.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NORP7sAKCkuQS3qkZQUCbbWsIH0cMS5d { top:7.4375rem;left:0rem;width:24.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqW3yEhF2J0tvfkWxUB0eVqokSMht4vw { top:10.125rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpmzeGBLlmmT1l5VgUrLvip4lbFt131I { top:1.5rem;left:0rem;width:18.75rem;height:18.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQlOxe3IPOfUFtWpNk6fH9m4Ey95dmPk { top:0rem;left:0rem;width:47.625rem;height:191.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3thW3xpAsrTRgya67TpReqUvLE9GHbM { display:block; }#L3thW3xpAsrTRgya67TpReqUvLE9GHbM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIHPeEgJGTkg11sUUNwIS7IJQ87OncdK { top:0rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQMb3v9MyH78pZUk0kgvCqGFEe9Q8vEw { top:3.6875rem;left:0rem;width:47.75rem;height:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDxBQgC3W7p3DegZlFzLdlo3sreOGw24 { top:1rem;left:0rem;width:24.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 { display:block; }#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey6xdRnalA0hwaqRV8FIzt5runBJVH63 { top:0rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5EEEhp02OcQb80BBQ8uuuu9Kal1UTq3 { top:3.6875rem;left:0rem;width:47.75rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFqBnmaDNLao1liQKpVwWAUmuHyWSqMt { top:1rem;left:0rem;width:24.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E { display:block; }#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9bGNZanTqsSvohkTJ3fRZSIfRVXT2Qo { top:0rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK77VID2aftiCp41NivP53RxqFZOJqkQ { top:3.6875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlPOukhgxf2Blqgdv3yXznO3QWNkoLHh { top:1rem;left:0rem;width:24.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP { display:block; }#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sudor3ZeBp6copxOIBekxqWz9w0TfeqR { top:0rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhtDBV5wQq1g3pT6PKwPPEltf5umNg7X { top:3.6875rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsbVO5bVdaS3QIAosRgATlshfuvNR8sP { top:1rem;left:0rem;width:24.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 { display:block; }#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpDyTlvlTDQOf3kALLAOJpNDXtDMIqqJ { top:0rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6OS0Lhw9vcxQD4lfl4RUaWK9G8ys6Ur { top:3.6875rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCLdTum4IXIZWSuqp7z3g0DTtSy0w07d { top:1rem;left:0rem;width:24.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN { display:block; }#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cz6Bx9FWNIL8BQnRepiFo2vob6vQU9JN { top:0rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbIs3TUbaAZN8RrKkkn9LHaphgGEzpZg { top:3.6875rem;left:0rem;width:47.75rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P937wqsy6BD1oPPTcATvE9ZoOIJbCi1Z { top:1rem;left:0rem;width:24.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa { display:block; }#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FP4vyqEwX5LXTPnE8VL0CSEUCPddNQXP { top:0rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfCZSrlqZ5svKrvG0gpwWaSBdHpPWbNS { top:3.6875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPHinwrWNa30VuhiFdgfrttJX2F32tg7 { top:1rem;left:0rem;width:24.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxk8VO6To2aArF9eI95w52SWGnnBRTy3 { display:block; }#bxk8VO6To2aArF9eI95w52SWGnnBRTy3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3TlZehgTcTunc7tkXHchSrUTM1aclRV { top:0rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3pDhANXJ2WOHTmTQSbWkyounIZZwsiO { top:3.6875rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXgX5L7wRIRVAIxsfcXppif1A2vO25Bl { top:1rem;left:0rem;width:24.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR { display:block; }#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUBHDVN4fBluVxlIUufWvM0betg6KWzl { top:0rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO1ruDNiR7XVRzleOOsArsXWJUHRhPvz { top:3.6875rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTR7TGcmqZwJmAnxgLvXagrkf8Bd9vSQ { top:1rem;left:0rem;width:24.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0T31URv0QeHiZcmygROmIkxqLODUfJN { display:block; }#g0T31URv0QeHiZcmygROmIkxqLODUfJN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRsbkw9nbIyFKrhp2oQPrNs8wAF95x7Q { top:0rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6oxaEN5NNQTny7hHIpFPd54ERKS3kMR { top:3.6875rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4li8brSTyqnqdGTMmvd5GI08fW9RfUq { top:1rem;left:0rem;width:26.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP { display:block; }#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyInTBGiNsIa29MUkTwTQKJhb476PPa4 { top:0rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLzhf2iVtDmoy5B8LixUDwlCBo1IgDvy { top:3.6875rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CenGTMeX6NeOiatpDxxs4A6bLWIaKvI2 { top:1.0625rem;left:0rem;width:24.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WveP7bVcpS8QT23Q6FZOXQrWz4OURyTP { top:15.75rem;left:0rem;width:19rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC2gqbMFZJZqbD1iTwCxVwp6MgmNfmGT { display:none; }
 }@media only screen and (max-width: 763px) { #ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm { display:block; }#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnSB0eqbhJKJyyTucWh7oRdAb9yi2I7H { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVdl24WS4WtBzMNDWCcOT9rVnGwOyQdh { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzVrtDCaNUA9IzGDDlK34rOvNGOE082z { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK5Qlrzba772so9l6nBCm1Rthx5q0mmQ { top:4rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSU5Z8WUpCdBrm2WH2PE8Wi6d8CKG1sI { top:12.9375rem;left:0rem;width:22.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #es5KVtw331mW8rlOkXWqwVhGFZRAoy7v { top:10.75rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3TfTxK35Ae3P2UrHTiCXvq3ZCkaZtKH { top:10.75rem;left:0rem;width:4.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FptPx8N9IuA4EsgfggvomfqKhwyD3IBT { top:10.75rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPk4nQ3S6LBSTgHvLPDgIzoRrbtykUzG { top:10.75rem;left:4.625rem;width:1.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkQtHM7LmV6xQTdW3VC468od5TIySeUA { top:10.6875rem;left:7.8125rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlggXTVPcCGMR5AwJFolozxX7CwQNWmb { top:10.75rem;left:14.625rem;width:4.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTrTi9xWJXJrRS4Tix7hFOk6tmQbP7BN { top:10.75rem;left:20.125rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSI8aTzfkLr7tzBGpw66bWPp7zI6XNxF { top:10.75rem;left:30.75rem;width:6.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #if9zMEJNI7UEpn9lFlOmp8bxu0H9ZHpw { top:4.0625rem;left:24.75rem;width:23rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkamcabErtFMy6g1qhuq6bL7IdsIEll5 { top:9.625rem;left:38.9375rem;width:8.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWnvlFrCMmt17F1nEInLHbc4V1bLwEsw { top:6.1875rem;left:39.3125rem;width:8.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eckOrwPO3d4T2HIIya3TSghZJeLCZTUx { top:6.1875rem;left:37.6875rem;width:10.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b00MwK4H8WK3TkkhlTAKWXDVXWVsdFy3 { top:5.75rem;left:4.625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrCOKKfVl3wJTRAelIzvLHgoXgkVi5f3 { top:5.75rem;left:0.5625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiVS16QTa0e91uyoi251sV1k22cdG4it { top:5.75rem;left:9.3125rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E { position:relative;z-index:auto;background-color:#0076bf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row .container { background-color: transparent; background-image: none; }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row .container > .video-iframe-container { display: none; }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row > .video-iframe-container { display: none; }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .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); }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row .container { border-width: 0; border-radius: 0; }#grJuDXqPTFD6kmW2cJ7VT1p439TcOl1E > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdkxLWondD9QAzCgig4vne9ATPxGtFTW { width:8.75rem;height:1.5625rem;top:1.041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uiif4hofqJ93PVivppkUd4slaL5okCJN { width:5.8125rem;height:1.625rem;top:1.0625rem;left:14.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyN538qNCdhNdEMiU5SKgWNpf6zK9orq { display:block; }
 }@media only screen and (max-width: 763px) { #Md56luv1ERXb5O8dq8plJ5shPD7hQ06B { display:block; }#Md56luv1ERXb5O8dq8plJ5shPD7hQ06B > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHUJ1MSeuTXgZFwrs9ATNrtrEAQ7nNZm { width:20rem;height:5.84871875rem;top:2.0397739410401rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMWSF2LlvygIBTQeMizTc5waqc01lRLA { width:7.8125rem;height:0.375rem;top:7.85582447052rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJo12moDnrDTsDsE38tvNm73ehqMloLR { width:20rem;height:24rem;top:9.4166669845581rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7V5oDNdhZTudeFwgcgwJt1vDy0Dct2m { width:20rem;height:auto;top:16.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0sG3EZ5RLpkDT4mnwIxT2DDO56bJUC0 { width:20rem;height:3.75rem;top:10.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Q9t2Q1fvQeP0kdtNiJWb8BpU46NAlz1S { width:13.5625rem;height:1.46235625rem;top:11.205965995789rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ { display:block; }#xBMIcOm2Xx13nDlFK0JQpToTLAoeAriZ > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKOHdKuKKDEWDWPNxsEgtRCDpFLV6Szc { width:20rem;height:4.75rem;top:21.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NORP7sAKCkuQS3qkZQUCbbWsIH0cMS5d { width:16.875rem;height:2.92471875rem;top:22.85000038147rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqW3yEhF2J0tvfkWxUB0eVqokSMht4vw { width:18.75rem;height:16.8963375rem;top:26.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpmzeGBLlmmT1l5VgUrLvip4lbFt131I { top:1.8726015090943rem;left:0.6244860291481rem;width:18.75rem;height:18.19601875rem;z-index:15043;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #EQlOxe3IPOfUFtWpNk6fH9m4Ey95dmPk { width:19.875rem;height:16.8125rem;top:9.875rem;left:0rem;border-top:0.0625rem solid #aba6a7;border-left:0.0625rem solid #aba6a7;border-right:0.0625rem solid #aba6a7;border-bottom:0.0625rem solid #aba6a7;display:none; }
 }@media only screen and (max-width: 763px) { #L3thW3xpAsrTRgya67TpReqUvLE9GHbM { display:block; }#L3thW3xpAsrTRgya67TpReqUvLE9GHbM > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIHPeEgJGTkg11sUUNwIS7IJQ87OncdK { width:20rem;height:3.75rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #AQMb3v9MyH78pZUk0kgvCqGFEe9Q8vEw { width:18.75rem;height:48rem;top:3.7500009536743rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDxBQgC3W7p3DegZlFzLdlo3sreOGw24 { width:17.5625rem;height:1.4625rem;top:1.1437511444092rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 { display:block; }#ilRwuSwDDehKxVU9w65oJzWLdWlSN5S7 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey6xdRnalA0hwaqRV8FIzt5runBJVH63 { width:19.999rem;height:3.7494875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5EEEhp02OcQb80BBQ8uuuu9Kal1UTq3 { width:18.75rem;height:54rem;top:3.7484378814698rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFqBnmaDNLao1liQKpVwWAUmuHyWSqMt { width:15.375rem;height:1.4625rem;top:1.1429672241211rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E { display:block; }#mJPn6cW8hnD6h6w0QNsNggkxf8mhMB8E > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9bGNZanTqsSvohkTJ3fRZSIfRVXT2Qo { width:19.999rem;height:3.7494875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK77VID2aftiCp41NivP53RxqFZOJqkQ { width:18.75rem;height:16.5rem;top:3.7492189407349rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlPOukhgxf2Blqgdv3yXznO3QWNkoLHh { width:16.3125rem;height:1.4625rem;top:1.1429686546326rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP { display:block; }#kXHD3eydmTTwXHL0IuQVuyMKzyiQ8LEP > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sudor3ZeBp6copxOIBekxqWz9w0TfeqR { width:19.9984375rem;height:3.74921875rem;top:0rem;left:0.00078123807907106rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhtDBV5wQq1g3pT6PKwPPEltf5umNg7X { width:18.75rem;height:28.5rem;top:3.7492198944092rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsbVO5bVdaS3QIAosRgATlshfuvNR8sP { width:13.9375rem;height:1.4625rem;top:1.1429691314698rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 { display:block; }#QzFyI7KnxA0V1VCI43wu8G7pVlDZFVB7 > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpDyTlvlTDQOf3kALLAOJpNDXtDMIqqJ { width:19.999rem;height:3.7494875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6OS0Lhw9vcxQD4lfl4RUaWK9G8ys6Ur { width:18.75rem;height:24rem;top:3.7492198944092rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCLdTum4IXIZWSuqp7z3g0DTtSy0w07d { width:17.5rem;height:1.4625rem;top:1.1429691314698rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN { display:block; }#fUn3JstU8LZTouPFb5WkrRl8MbVc7RCN > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cz6Bx9FWNIL8BQnRepiFo2vob6vQU9JN { width:19.999rem;height:3.7494875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbIs3TUbaAZN8RrKkkn9LHaphgGEzpZg { width:18.75rem;height:22.5rem;top:3.7492189407349rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P937wqsy6BD1oPPTcATvE9ZoOIJbCi1Z { width:10.625rem;height:1.4625rem;top:1.1429691314698rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa { display:block; }#gGXoagyF45s6NtqKmwDK8yhVAuGyr1xa > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FP4vyqEwX5LXTPnE8VL0CSEUCPddNQXP { width:19.999rem;height:3.7494875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfCZSrlqZ5svKrvG0gpwWaSBdHpPWbNS { width:18.75rem;height:15rem;top:3.7492189407349rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPHinwrWNa30VuhiFdgfrttJX2F32tg7 { width:13.0625rem;height:1.4625rem;top:1.1429691314698rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxk8VO6To2aArF9eI95w52SWGnnBRTy3 { display:block; }#bxk8VO6To2aArF9eI95w52SWGnnBRTy3 > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3TlZehgTcTunc7tkXHchSrUTM1aclRV { width:19.999rem;height:3.7494875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3pDhANXJ2WOHTmTQSbWkyounIZZwsiO { width:18.75rem;height:12rem;top:3.7492198944092rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXgX5L7wRIRVAIxsfcXppif1A2vO25Bl { width:12.6875rem;height:1.4625rem;top:1.1429691314698rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR { display:block; }#v2qkohs9T5ZqbazHql9oZwb0SHaMX9kR > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUBHDVN4fBluVxlIUufWvM0betg6KWzl { width:19.999rem;height:3.7494875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO1ruDNiR7XVRzleOOsArsXWJUHRhPvz { width:18.75rem;height:25.5rem;top:3.7492198944092rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTR7TGcmqZwJmAnxgLvXagrkf8Bd9vSQ { width:16.4375rem;height:2.925rem;top:0.41093826293945rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0T31URv0QeHiZcmygROmIkxqLODUfJN { display:block; }#g0T31URv0QeHiZcmygROmIkxqLODUfJN > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRsbkw9nbIyFKrhp2oQPrNs8wAF95x7Q { width:19.999rem;height:3.7494875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6oxaEN5NNQTny7hHIpFPd54ERKS3kMR { width:18.75rem;height:12rem;top:3.7492198944092rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4li8brSTyqnqdGTMmvd5GI08fW9RfUq { width:17.875rem;height:2.925rem;top:0.41171932220459rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP { display:block; }#WvdhXlQATOulHBfTuTxTHWvDAi7Gh2EP > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyInTBGiNsIa29MUkTwTQKJhb476PPa4 { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLzhf2iVtDmoy5B8LixUDwlCBo1IgDvy { width:18.75rem;height:19.5rem;top:3.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CenGTMeX6NeOiatpDxxs4A6bLWIaKvI2 { width:15.4375rem;height:1.4625rem;top:1.1437501907349rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WveP7bVcpS8QT23Q6FZOXQrWz4OURyTP { width:19rem;height:1.3rem;top:24.825001001358rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC2gqbMFZJZqbD1iTwCxVwp6MgmNfmGT { top:-341.5625rem;left:0rem;width:19.875rem;height:364.5rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.0625rem solid #aba6a7;border-right:0.0625rem solid #aba6a7;border-bottom:0.0625rem solid #aba6a7;display:block; }
 }@media only screen and (max-width: 763px) { #ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm { position:relative;z-index:auto;display:block; }#ltFup4ZwaHDPlaGfIqq6oH0m5rstI3Tm > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnSB0eqbhJKJyyTucWh7oRdAb9yi2I7H { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:1.3330078125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVdl24WS4WtBzMNDWCcOT9rVnGwOyQdh { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:4.216796875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzVrtDCaNUA9IzGDDlK34rOvNGOE082z { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:7.36328125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK5Qlrzba772so9l6nBCm1Rthx5q0mmQ { width:12.5rem;height:1.1375rem;top:23.3876953125rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSU5Z8WUpCdBrm2WH2PE8Wi6d8CKG1sI { width:17.75rem;height:2.27415rem;top:47rem;left:1.33203125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #es5KVtw331mW8rlOkXWqwVhGFZRAoy7v { width:4.9375rem;height:1.1375rem;top:29.6767578125rem;left:1.3330078125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x3TfTxK35Ae3P2UrHTiCXvq3ZCkaZtKH { width:5.3125rem;height:1.1375rem;top:31.796875rem;left:1.3330078125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FptPx8N9IuA4EsgfggvomfqKhwyD3IBT { width:4rem;height:1.1375rem;top:33.95703125rem;left:1.33203125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xPk4nQ3S6LBSTgHvLPDgIzoRrbtykUzG { width:2.5rem;height:1.1375rem;top:35.89453125rem;left:1.33203125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RkQtHM7LmV6xQTdW3VC468od5TIySeUA { width:7.125rem;height:1.1375rem;top:37.9375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zlggXTVPcCGMR5AwJFolozxX7CwQNWmb { width:4.6875rem;height:1.1375rem;top:39.9375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTrTi9xWJXJrRS4Tix7hFOk6tmQbP7BN { width:10.6875rem;height:1.1375rem;top:41.9375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kSI8aTzfkLr7tzBGpw66bWPp7zI6XNxF { width:4.875rem;height:1.1375rem;top:44rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #if9zMEJNI7UEpn9lFlOmp8bxu0H9ZHpw { width:20rem;height:1.1375rem;top:2.4566040039062rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkamcabErtFMy6g1qhuq6bL7IdsIEll5 { width:9.625rem;height:3.625rem;top:18.234375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWnvlFrCMmt17F1nEInLHbc4V1bLwEsw { width:8.5rem;height:2.75rem;top:14.421875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eckOrwPO3d4T2HIIya3TSghZJeLCZTUx { width:10.625rem;height:7.9375rem;top:4.39453125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b00MwK4H8WK3TkkhlTAKWXDVXWVsdFy3 { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:13.6455078125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrCOKKfVl3wJTRAelIzvLHgoXgkVi5f3 { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:10.6142578125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiVS16QTa0e91uyoi251sV1k22cdG4it { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:16.25rem;font-size:1.75rem;display:block; }
 }