.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;
}
.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,90,171,0.8), rgba(237,193,39,0.8));background-image: -moz-linear-gradient(top, rgba(0,90,171,0.8), rgba(237,193,39,0.8));background-image: -ms-linear-gradient(top, rgba(0,90,171,0.8), rgba(237,193,39,0.8));background-image: -o-linear-gradient(top, rgba(0,90,171,0.8), rgba(237,193,39,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc005aab', endColorstr='#ccedc127' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc005aab', endColorstr='#ccedc127' );";background-image: linear-gradient(to bottom, rgba(0,90,171,0.8), rgba(237,193,39,0.8));background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:25rem;width:60rem;overflow:visible;position:relative;display:block; }#obtWwfDKBoUQgxUmBqu0Jg1bdEUq0XvN { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.5rem 0.0625rem 2.0625rem #000000;top:7.375rem;left:6.5625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#f8AyT6vSqh1gkvd0bpQ9yTru6I7xC3mE { background-color:#edc127;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-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:lato;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:16.25rem;left:18.4375rem;display:block; }
#sqyvlA5waloONT8N8zBqhtFQUpTf2o1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LtXvQm7nFiz93ebScEX76EN4SHt86nhu { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.5rem 0.0625rem 2.0625rem #000000;top:11.4375rem;left:10rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hs6Wq7C51TAZpsWnSSlxACm2vdTnqTqw { background-color:#edc127;background-image:none;border-top:0.25rem solid #005aab;border-left:0.25rem solid #005aab;border-right:0.25rem solid #005aab;border-bottom:0.25rem solid #005aab;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#080b0e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:16.25rem;left:0.8125rem;display:block; }
#M3zHo2K6cov7fmteE8Rz0TOJNCR9EM2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PCKPRuUaDOCVGh0ZE3bQnTv64wWK3KEU { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:24.125rem;top:0rem;left:35.875rem;overflow:hidden;display:block; }
#sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(237,193,39,0.8);background-image:none;position:relative;display:block; }#sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 > .row .container { background-color: transparent; background-image: none; }#sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 > .row .container > .video-iframe-container { display: none; }#sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 > .row > .video-iframe-container { display: none; }#sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 > .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); }#sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 > .row .container { border-width: 0; border-radius: 0; }#sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#HVsT37DPX1vukFcefBASS9RPWTOnUtKa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(237,193,39,0.8), rgba(255,255,255,0.8));background-image: -moz-linear-gradient(180deg, rgba(237,193,39,0.8), rgba(255,255,255,0.8));background-image: -ms-linear-gradient(180deg, rgba(237,193,39,0.8), rgba(255,255,255,0.8));background-image: -o-linear-gradient(180deg, rgba(237,193,39,0.8), rgba(255,255,255,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccedc127', endColorstr='#ccffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccedc127', endColorstr='#ccffffff' );";background-image: linear-gradient(180deg, rgba(237,193,39,0.8), rgba(255,255,255,0.8));background-size:auto !important;position:relative;display:block; }#HVsT37DPX1vukFcefBASS9RPWTOnUtKa > .row .container { background-color: transparent; background-image: none; }#HVsT37DPX1vukFcefBASS9RPWTOnUtKa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVsT37DPX1vukFcefBASS9RPWTOnUtKa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVsT37DPX1vukFcefBASS9RPWTOnUtKa > .row .container > .video-iframe-container { display: none; }#HVsT37DPX1vukFcefBASS9RPWTOnUtKa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVsT37DPX1vukFcefBASS9RPWTOnUtKa > .row > .video-iframe-container { display: none; }#HVsT37DPX1vukFcefBASS9RPWTOnUtKa > .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); }#HVsT37DPX1vukFcefBASS9RPWTOnUtKa > .row .container { border-width: 0; border-radius: 0; }#HVsT37DPX1vukFcefBASS9RPWTOnUtKa > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW { position:relative;display:block; }#x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW { background-color: transparent; background-image: none; }#x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW > .row .container > .video-iframe-container { display: none; }#x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW > .row > .video-iframe-container { display: none; }#x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW > .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); }#x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW { border-width: 0; border-radius: 0; }#x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#evqewNIFHH1TpM8WzTQAwcnTnleFwnUr { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 > .row .container { background-color: transparent; background-image: none; }#oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 > .row .container > .video-iframe-container { display: none; }#oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 > .row > .video-iframe-container { display: none; }#oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 > .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); }#oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 > .row .container { border-width: 0; border-radius: 0; }#oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#n9291ZZFsxFQLnoaBIhQMShsvULeNqeC { position:relative;display:block; }#n9291ZZFsxFQLnoaBIhQMShsvULeNqeC { background-color: transparent; background-image: none; }#n9291ZZFsxFQLnoaBIhQMShsvULeNqeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9291ZZFsxFQLnoaBIhQMShsvULeNqeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9291ZZFsxFQLnoaBIhQMShsvULeNqeC > .row .container > .video-iframe-container { display: none; }#n9291ZZFsxFQLnoaBIhQMShsvULeNqeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9291ZZFsxFQLnoaBIhQMShsvULeNqeC > .row > .video-iframe-container { display: none; }#n9291ZZFsxFQLnoaBIhQMShsvULeNqeC > .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); }#n9291ZZFsxFQLnoaBIhQMShsvULeNqeC { border-width: 0; border-radius: 0; }#n9291ZZFsxFQLnoaBIhQMShsvULeNqeC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;position:relative;display:block; }#iwrxs9cSgTHkfRrxvVwtoy8g7sXxxIQa { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:22.0625rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FUBW8Z15Zr7szXXTaMGxQ4Gna2ES1QHo { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,90,171,0.5), rgba(237,193,39,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,90,171,0.5), rgba(237,193,39,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,90,171,0.5), rgba(237,193,39,0.5));background-image: -o-linear-gradient(180deg, rgba(0,90,171,0.5), rgba(237,193,39,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f005aab', endColorstr='#7fedc127' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f005aab', endColorstr='#7fedc127' );";background-image: linear-gradient(180deg, rgba(0,90,171,0.5), rgba(237,193,39,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:22.0625rem;width:38.0625rem;top:1.8125rem;left:21.9375rem;display:block; }
#UwHEG3Lryd8uvbbQJLv8vhFdP07r8iPd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:18.75rem;top:0rem;left:1.53125rem;overflow:hidden;display:block; }
#ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw > .row .container { background-color: transparent; background-image: none; }#ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw > .row .container > .video-iframe-container { display: none; }#ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw > .row > .video-iframe-container { display: none; }#ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw > .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); }#ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw > .row .container { border-width: 0; border-radius: 0; }#ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#d8Z0veOUXNswglkRDsufJFz6b6P8p5VH { border-top:0.1875rem solid #005aab;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#d8Z0veOUXNswglkRDsufJFz6b6P8p5VH > .row .container { background-color: transparent; background-image: none; }#d8Z0veOUXNswglkRDsufJFz6b6P8p5VH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8Z0veOUXNswglkRDsufJFz6b6P8p5VH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8Z0veOUXNswglkRDsufJFz6b6P8p5VH > .row .container > .video-iframe-container { display: none; }#d8Z0veOUXNswglkRDsufJFz6b6P8p5VH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8Z0veOUXNswglkRDsufJFz6b6P8p5VH > .row > .video-iframe-container { display: none; }#d8Z0veOUXNswglkRDsufJFz6b6P8p5VH > .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); }#d8Z0veOUXNswglkRDsufJFz6b6P8p5VH > .row .container { border-width: 0; border-radius: 0; }#d8Z0veOUXNswglkRDsufJFz6b6P8p5VH > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#F2xz0JBnfIDGoo5sxTxuo8pCTNluIHC2 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0rem;left:15.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F > .row .container { background-color: transparent; background-image: none; }#gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F > .row .container > .video-iframe-container { display: none; }#gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F > .row > .video-iframe-container { display: none; }#gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F > .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); }#gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F > .row .container { border-width: 0; border-radius: 0; }#gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { background-color: transparent; background-image: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .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); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { border-width: 0; border-radius: 0; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { font-size:0.875rem;font-family:"open sans";height:20.875rem;width:60rem;position:relative;display:block; }#KsT75TbmtH3amQI9i5dr890zgWBmlbxl { position:absolute;display:block;z-index:100010;height:2.875rem;width:8.4375rem;top:3.9375rem;left:34.3125rem;display:block; }
#AHqxBm93FEsaVlPHK2WALC4bmltQ9zpW { position:absolute;display:block;z-index:100011;height:2.875rem;width:8.4375rem;top:9.9375rem;left:34.3125rem;display:block; }
#TFgofVl5S1oivSWSZ4tlEucEvlWImiQc { position:absolute;display:block;z-index:100012;height:2.875rem;width:8.4375rem;top:9.875rem;left:50.5rem;display:block; }
#B3fbMXUBTKb4cVQcnF3Z2n2hqwGDl009 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:16.625rem;left:31.875rem;height:1.949225rem;text-align:center;text-align-last:center;display:block; }
#e9KIvC0vlDOcaGRNqMngkcXTqENJZUBC { position:absolute;display:block;z-index:100012;height:2.875rem;width:8.4375rem;top:3.9375rem;left:50.5rem;display:block; }
#JlCWhrmG4t4Db29ka3FVTlIRZTMewlbd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.8125rem;width:25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OOvFQZLedvwoghSUsvK4lE8TR2fp4J4W { color:#000000;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:14.73828125rem;left:31.875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #005aab;background-color:#ffffff;background-image:none;position:relative;display:block; }#laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ > .row .container { background-color: transparent; background-image: none; }#laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ > .row .container > .video-iframe-container { display: none; }#laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ > .row > .video-iframe-container { display: none; }#laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ > .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); }#laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ > .row .container { border-width: 0; border-radius: 0; }#laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK > .row .container { background-color: transparent; background-image: none; }#T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK > .row .container > .video-iframe-container { display: none; }#T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK > .row > .video-iframe-container { display: none; }#T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK > .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); }#T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK > .row .container { border-width: 0; border-radius: 0; }#T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP > .row .container { background-color: transparent; background-image: none; }#Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP > .row .container > .video-iframe-container { display: none; }#Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP > .row > .video-iframe-container { display: none; }#Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP > .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); }#Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP > .row .container { border-width: 0; border-radius: 0; }#Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#lTh3dtMhGQr10sBTHaaBdeih7FCausqi { color:#000000;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0rem;left:15.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o > .row .container { background-color: transparent; background-image: none; }#tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o > .row .container > .video-iframe-container { display: none; }#tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o > .row > .video-iframe-container { display: none; }#tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o > .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); }#tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o > .row .container { border-width: 0; border-radius: 0; }#tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 { position:relative;display:block; }#a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 { background-color: transparent; background-image: none; }#a5nRVkXWErIyHV71FeKmyrq8RT4suNe4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 > .row .container > .video-iframe-container { display: none; }#a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 > .row > .video-iframe-container { display: none; }#a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 > .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); }#a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 { border-width: 0; border-radius: 0; }#a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#Dr9M3mvCEaA4OHnWayfAy5KxJQVA3U4K { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T04wa9TJV8COKwJmn8E2a7Ueu0TnnsdU { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,90,171,0.5), rgba(237,193,39,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,90,171,0.5), rgba(237,193,39,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,90,171,0.5), rgba(237,193,39,0.5));background-image: -o-linear-gradient(180deg, rgba(0,90,171,0.5), rgba(237,193,39,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f005aab', endColorstr='#7fedc127' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f005aab', endColorstr='#7fedc127' );";background-image: linear-gradient(180deg, rgba(0,90,171,0.5), rgba(237,193,39,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:6.0625rem;width:60rem;top:0rem;left:0rem;display:block; }
#TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #005aab;background-color:#ffffff;background-image:none;position:relative;display:block; }#TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 > .row .container { background-color: transparent; background-image: none; }#TS9DefFMPRwSnNCIin4KTFW73GmDeoP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 > .row .container > .video-iframe-container { display: none; }#TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 > .row > .video-iframe-container { display: none; }#TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 > .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); }#TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 > .row .container { border-width: 0; border-radius: 0; }#TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs > .row .container { background-color: transparent; background-image: none; }#TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs > .row .container > .video-iframe-container { display: none; }#TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs > .row > .video-iframe-container { display: none; }#TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs > .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); }#TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs > .row .container { border-width: 0; border-radius: 0; }#TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#uJ4L9NVsd4N8ZDR31TcDE59Ea60kyVOx { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoTMa65PPVnnctlR93Jscp23y5E7DwUX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hoTMa65PPVnnctlR93Jscp23y5E7DwUX > .row .container { background-color: transparent; background-image: none; }#hoTMa65PPVnnctlR93Jscp23y5E7DwUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoTMa65PPVnnctlR93Jscp23y5E7DwUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoTMa65PPVnnctlR93Jscp23y5E7DwUX > .row .container > .video-iframe-container { display: none; }#hoTMa65PPVnnctlR93Jscp23y5E7DwUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoTMa65PPVnnctlR93Jscp23y5E7DwUX > .row > .video-iframe-container { display: none; }#hoTMa65PPVnnctlR93Jscp23y5E7DwUX > .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); }#hoTMa65PPVnnctlR93Jscp23y5E7DwUX > .row .container { border-width: 0; border-radius: 0; }#hoTMa65PPVnnctlR93Jscp23y5E7DwUX > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#aT4pbuFhOboilldtgX281D9Og5638qpf { position:relative;display:block; }#aT4pbuFhOboilldtgX281D9Og5638qpf { background-color: transparent; background-image: none; }#aT4pbuFhOboilldtgX281D9Og5638qpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT4pbuFhOboilldtgX281D9Og5638qpf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT4pbuFhOboilldtgX281D9Og5638qpf > .row .container > .video-iframe-container { display: none; }#aT4pbuFhOboilldtgX281D9Og5638qpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT4pbuFhOboilldtgX281D9Og5638qpf > .row > .video-iframe-container { display: none; }#aT4pbuFhOboilldtgX281D9Og5638qpf > .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); }#aT4pbuFhOboilldtgX281D9Og5638qpf { border-width: 0; border-radius: 0; }#aT4pbuFhOboilldtgX281D9Og5638qpf > .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:24.625rem;width:60rem;position:relative;display:block; }#i5lPJuHgp3oZ6AVdXuEapsbecuIgNNFo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.4375rem;width:29.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#USKEyZlH10eXpXxCFepLCgt77lCOvWnn { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.4375rem;width:29.1875rem;top:0rem;left:30.8125rem;overflow:hidden;display:block; }
#Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ > .row .container { background-color: transparent; background-image: none; }#Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ > .row .container > .video-iframe-container { display: none; }#Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ > .row > .video-iframe-container { display: none; }#Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ > .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); }#Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ > .row .container { border-width: 0; border-radius: 0; }#Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I { position:relative;display:block; }#oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I { background-color: transparent; background-image: none; }#oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I > .row .container > .video-iframe-container { display: none; }#oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I > .row > .video-iframe-container { display: none; }#oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I > .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); }#oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I { border-width: 0; border-radius: 0; }#oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I > .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:24.625rem;width:60rem;position:relative;display:block; }#NmTObhErh3HHwSwaJImHXm8ei3TNdi9h { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5rem;width:29.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eKw43A49iK0m6hfvL0QdVq5fPTXEEBZV { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5rem;width:29.1875rem;top:0rem;left:30.8125rem;overflow:hidden;display:block; }
#mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n > .row .container { background-color: transparent; background-image: none; }#mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n > .row .container > .video-iframe-container { display: none; }#mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n > .row > .video-iframe-container { display: none; }#mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n > .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); }#mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n > .row .container { border-width: 0; border-radius: 0; }#mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI { position:relative;display:block; }#Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI { background-color: transparent; background-image: none; }#Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI > .row .container > .video-iframe-container { display: none; }#Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI > .row > .video-iframe-container { display: none; }#Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI > .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); }#Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI { border-width: 0; border-radius: 0; }#Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI > .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:39rem;width:60rem;position:relative;display:block; }#UiQMVTizudCDs1Lqn4cCZp8swkUXq8vR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.875rem;width:29.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Uzzr2SiJ7T95cxgTXrvLZAAuvNnPmVsA { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.875rem;width:29.1875rem;top:0rem;left:30.8125rem;overflow:hidden;display:block; }
#SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y > .row .container { background-color: transparent; background-image: none; }#SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y > .row .container > .video-iframe-container { display: none; }#SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y > .row > .video-iframe-container { display: none; }#SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y > .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); }#SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y > .row .container { border-width: 0; border-radius: 0; }#SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X { position:relative;display:block; }#U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X { background-color: transparent; background-image: none; }#U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X > .row .container > .video-iframe-container { display: none; }#U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X > .row > .video-iframe-container { display: none; }#U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X > .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); }#U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X { border-width: 0; border-radius: 0; }#U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X > .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:22.0625rem;width:60rem;position:relative;display:block; }#JSGaqUTcFMUysTdh4IEslgQkXNxZesls { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:29.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#U0R9RdKgf8yhzky6x701yTTeagrWnhx5 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22rem;width:29.375rem;top:0rem;left:30.625rem;overflow:hidden;display:block; }
#hJnvT6UmHkTieTedhZGgDI9rUPbshwTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hJnvT6UmHkTieTedhZGgDI9rUPbshwTa > .row .container { background-color: transparent; background-image: none; }#hJnvT6UmHkTieTedhZGgDI9rUPbshwTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJnvT6UmHkTieTedhZGgDI9rUPbshwTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJnvT6UmHkTieTedhZGgDI9rUPbshwTa > .row .container > .video-iframe-container { display: none; }#hJnvT6UmHkTieTedhZGgDI9rUPbshwTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJnvT6UmHkTieTedhZGgDI9rUPbshwTa > .row > .video-iframe-container { display: none; }#hJnvT6UmHkTieTedhZGgDI9rUPbshwTa > .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); }#hJnvT6UmHkTieTedhZGgDI9rUPbshwTa > .row .container { border-width: 0; border-radius: 0; }#hJnvT6UmHkTieTedhZGgDI9rUPbshwTa > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#xmPotTw0D5NtTD6sBHVgeBgF1IyGMwVk { position:relative;display:none; }#xmPotTw0D5NtTD6sBHVgeBgF1IyGMwVk { border-width: 0; border-radius: 0; }#xmPotTw0D5NtTD6sBHVgeBgF1IyGMwVk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:none; }#r8SBWatCv6baX8OMiodXxUyp0cSDGZcx { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:0.03125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UlyFeTCCHZ6HvNoG4eEbwtikHH7hKAFv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#UlyFeTCCHZ6HvNoG4eEbwtikHH7hKAFv > .row .container { border-width: 0; border-radius: 0; }#UlyFeTCCHZ6HvNoG4eEbwtikHH7hKAFv > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:none; }#MooHD4nZEsC3ELxTZFrqCMJlJz9Sfnqo { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wZ5We9f3PmANxJZS2yirRJSEOniCbgrP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#wZ5We9f3PmANxJZS2yirRJSEOniCbgrP > .row .container { border-width: 0; border-radius: 0; }#wZ5We9f3PmANxJZS2yirRJSEOniCbgrP > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:none; }#oLSTOpwb4SMe5po8SqhqwrS3alUXuC1E { position:relative;display:none; }#oLSTOpwb4SMe5po8SqhqwrS3alUXuC1E { border-width: 0; border-radius: 0; }#oLSTOpwb4SMe5po8SqhqwrS3alUXuC1E > .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:22rem;width:60rem;position:relative;display:none; }#qycdGqopN64N8Q8Iv2IhxGIQomiTwh1x { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:29.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JcIwMJDBfIW5vUXN2kG3mxvSimnOge3l { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:29.1875rem;top:0rem;left:30.8125rem;overflow:hidden;display:block; }
#afJCpqXNFqhUSO6Gs5Tse7tzaRdMR0NL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#afJCpqXNFqhUSO6Gs5Tse7tzaRdMR0NL > .row .container { border-width: 0; border-radius: 0; }#afJCpqXNFqhUSO6Gs5Tse7tzaRdMR0NL > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:none; }#rULHrhrB4Q9CCq5pp41iQFUE8wQLIy90 { position:relative;display:none; }#rULHrhrB4Q9CCq5pp41iQFUE8wQLIy90 { border-width: 0; border-radius: 0; }#rULHrhrB4Q9CCq5pp41iQFUE8wQLIy90 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:none; }#S5moZIzkGA9EWBqxPqM42GvUhZnBRS04 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:0.03125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tqHsTHOzWhEkCJEWyLgMvMDqSAuscQFe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#tqHsTHOzWhEkCJEWyLgMvMDqSAuscQFe > .row .container { border-width: 0; border-radius: 0; }#tqHsTHOzWhEkCJEWyLgMvMDqSAuscQFe > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:none; }#LhSyhfLTPvJ4EBZpXN6ZiiUzDEumLEAT { position:relative;display:none; }#LhSyhfLTPvJ4EBZpXN6ZiiUzDEumLEAT { border-width: 0; border-radius: 0; }#LhSyhfLTPvJ4EBZpXN6ZiiUzDEumLEAT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:none; }#xlaw0u1uWe9q1lsQWBTgKP4EmNAcFOTA { position:absolute;display:block;z-index:100000;background-color:rgba(0,90,171,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:16.25rem;width:28.125rem;top:0rem;left:0rem;display:block; }
#qg2k5iakgFdRQIVqnvpmU073En8rZr9w { position:absolute;display:block;z-index:100005;background-color:rgba(0,90,171,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:16.25rem;width:28.125rem;top:0.0625rem;left:31.875rem;display:block; }
#U9BfNsUC2noRRIRUd00QtOkelUDC5RPf { color:#000000;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.625rem;height:15.597675rem;font-style:normal;display:block; }
#qMA5z7pQLAmPmxZWsLJXsSv7FTy2Pe9y { color:#000000;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:0.625rem;left:32.5rem;height:15.597675rem;font-style:normal;display:block; }
#FUmKUwp5mUUtkkVaHeobp6hVmkJhIS9S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#FUmKUwp5mUUtkkVaHeobp6hVmkJhIS9S > .row .container { border-width: 0; border-radius: 0; }#FUmKUwp5mUUtkkVaHeobp6hVmkJhIS9S > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:none; }#QWWTdsf20yJ70tSrVsEvNpFhSvTH4UvM { position:relative;display:none; }#QWWTdsf20yJ70tSrVsEvNpFhSvTH4UvM { border-width: 0; border-radius: 0; }#QWWTdsf20yJ70tSrVsEvNpFhSvTH4UvM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:none; }#MuNPUC5ngTfoezIfgccyECPrewR0GGeL { position:absolute;display:block;z-index:100000;background-color:rgba(237,193,39,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:18.6875rem;width:28.125rem;top:0rem;left:0rem;display:block; }
#euh5cVSRwHPPMKdAg5JJ4nvhC3ZIBiNP { color:#000000;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.625rem;height:16.897475rem;font-style:normal;display:block; }
#Gd9rAFUW6okFu61LhTg8wsJE3TmwGCwL { position:absolute;display:block;z-index:100001;background-color:rgba(237,193,39,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:18.6875rem;width:28.125rem;top:0rem;left:31.875rem;display:block; }
#mJPOSa6XsvlwGivp10D5QFSUNsOFutZu { color:#000000;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:0.625rem;left:32.5rem;height:18.197275rem;font-style:normal;display:block; }
#krTJmwgR5LdVpOBVR37URig6h6dgDLo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#krTJmwgR5LdVpOBVR37URig6h6dgDLo5 > .row .container { border-width: 0; border-radius: 0; }#krTJmwgR5LdVpOBVR37URig6h6dgDLo5 > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:60rem;position:relative;display:none; }#uOmxAfNIpdZUaTDpTSz67WlDaJJ2vDQh { position:relative;display:none; }#uOmxAfNIpdZUaTDpTSz67WlDaJJ2vDQh { border-width: 0; border-radius: 0; }#uOmxAfNIpdZUaTDpTSz67WlDaJJ2vDQh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:none; }#TfClGIibw7fe89EfmeTgT4AJDHPtsm9Z { position:absolute;display:block;z-index:100000;background-color:rgba(237,193,39,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:18.6875rem;width:28.125rem;top:0rem;left:0rem;display:block; }
#IXN4voQNK52Mbtra4pUnynq02t91Oi9A { color:#000000;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.625rem;height:7.7988375rem;font-style:normal;display:block; }
#NN1ws4X05nUtl4rG7OCGTh7taEicPLvT { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:28.125rem;top:0rem;left:30.9375rem;overflow:hidden;display:block; }
#srlMcTOHrd3Fv5FATtyCQzDCdizvrRXz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#srlMcTOHrd3Fv5FATtyCQzDCdizvrRXz > .row .container { border-width: 0; border-radius: 0; }#srlMcTOHrd3Fv5FATtyCQzDCdizvrRXz > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:60rem;position:relative;display:none; }#ylygplMRIGZvsFPFcnTvWZIrpQaCzPJn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#ylygplMRIGZvsFPFcnTvWZIrpQaCzPJn > .row .container { border-width: 0; border-radius: 0; }#ylygplMRIGZvsFPFcnTvWZIrpQaCzPJn > .row .container { font-size:0.875rem;font-family:"open sans";height:2.5625rem;width:60rem;position:relative;display:none; }#PnOqGGyuT1yvq6xq2KehbJ8Hth5lbWvx { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.5996125rem;display:block; }
#m9f9MvD6VxiinJUCrcCacWVZbrPJIdk1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#m9f9MvD6VxiinJUCrcCacWVZbrPJIdk1 > .row .container { border-width: 0; border-radius: 0; }#m9f9MvD6VxiinJUCrcCacWVZbrPJIdk1 > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:60rem;position:relative;display:none; }#QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U > .row .container { background-color: transparent; background-image: none; }#QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U > .row .container > .video-iframe-container { display: none; }#QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U > .row > .video-iframe-container { display: none; }#QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U > .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); }#QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U > .row .container { border-width: 0; border-radius: 0; }#QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U > .row .container { font-size:0.875rem;font-family:arial;height:129.8125rem;width:60rem;position:relative;display:block; }#R4yWA05KaUyRIiotXGL7s9qLFogI2ehJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:28.75rem;top:6.59375rem;left:0rem;display:block; }
#HP2Umvl9c3BJWgrnkftNXSATKMg7BR7N { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:1.65625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zZhyq6en5PtTx3U2BvbnD1oxRCCy2Iqn { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:28.75rem;top:6.59375rem;left:31.25rem;display:block; }
#SHOvHdCSuxurofczmNCC8ZpcnmfonI54 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:28.75rem;top:25.15625rem;left:0rem;display:block; }
#iGGtUX1S8x9OQ6kCA16hH6GD5O8QN3ZZ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:28.75rem;top:25.15625rem;left:31.25rem;overflow:hidden;display:block; }
#n9gUSalavcHSPTT7S9HIvxzRRkxT7MxE { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:28.75rem;top:43.71875rem;left:0rem;overflow:hidden;display:block; }
#Ew4LKcH6N9glVyfTTBzRXebTLt605kvI { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.4375rem;width:28.75rem;top:49.125rem;left:31.25rem;overflow:hidden;display:block; }
#aSsp9iz8V84HxrVpEGFoGKxMFKKkbQkP { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.4375rem;width:28.75rem;top:67.4375rem;left:0rem;overflow:hidden;display:block; }
#let55TTDgqXvsOamC7WqsG2H2J9WRC4k { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.9375rem;width:28.75rem;top:89.5625rem;left:31.25rem;overflow:hidden;display:block; }
#IZ2G49gXGoLDoeAMuSzKkhAUO8aSnLFL { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:28.75rem;top:108.09375rem;left:0rem;overflow:hidden;display:block; }
#W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z > .row .container { background-color: transparent; background-image: none; }#W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z > .row .container > .video-iframe-container { display: none; }#W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z > .row > .video-iframe-container { display: none; }#W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z > .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); }#W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z > .row .container { border-width: 0; border-radius: 0; }#W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z > .row .container { font-size:0.875rem;font-family:"open sans";height:1.625rem;width:60rem;position:relative;display:block; }#kKCC7uLzruWT2vfUWgWWw6mnK3CScItw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#kKCC7uLzruWT2vfUWgWWw6mnK3CScItw > .row .container { border-width: 0; border-radius: 0; }#kKCC7uLzruWT2vfUWgWWw6mnK3CScItw > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:none; }#UVl23soeZ9o8qNrLRtEP8TGW6PPO7H70 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kR5HWOyHJJeo5qyGSOvsH663wTguAqLn { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:6.8125rem;left:11.5rem;height:2.54980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tv6RFTDgTMfpz1O8ZcKp0aaLJ1RTq6ZW { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#f58221;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.5625rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:6.78125rem;left:33.5625rem;display:block; }
#WbSQlZ9aR1SRhpbp1J071xZW82zERFxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yVFPBrq42IMsPAPN1U38RAZloq3Toewp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f1;background-image:none;position:relative;display:block; }#yVFPBrq42IMsPAPN1U38RAZloq3Toewp > .row .container { background-color: transparent; background-image: none; }#yVFPBrq42IMsPAPN1U38RAZloq3Toewp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFPBrq42IMsPAPN1U38RAZloq3Toewp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFPBrq42IMsPAPN1U38RAZloq3Toewp > .row .container > .video-iframe-container { display: none; }#yVFPBrq42IMsPAPN1U38RAZloq3Toewp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVFPBrq42IMsPAPN1U38RAZloq3Toewp > .row > .video-iframe-container { display: none; }#yVFPBrq42IMsPAPN1U38RAZloq3Toewp > .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); }#yVFPBrq42IMsPAPN1U38RAZloq3Toewp > .row .container { border-width: 0; border-radius: 0; }#yVFPBrq42IMsPAPN1U38RAZloq3Toewp > .row .container { font-size:0.875rem;font-family:"open sans";height:33.75rem;width:60rem;position:relative;display:block; }#siPOBrDku3nihsSDeeyHErlqcgBBDmzt { color:#000000;display:block;width:26.75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:100002;line-height:1.1;letter-spacing:0;top:1.875rem;left:0rem;height:4.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cAklMi2yV4SFV5LUDsWbtPPzDFBHsmeR { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100003;line-height:1.6;letter-spacing:0;top:7.78125rem;left:0rem;height:9.59766875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#boWv0hUTs5bzfWftP1i8UeupkzbEHzoT { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:4.96875rem;left:36.78125rem;height:6.5rem;font-style:normal;display:block; }
#tn3hqmIgAQgw0iBZaoTBf5QqHGkD8GUO { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:10.5625rem;left:36.25rem;height:1.13671875rem;display:block; }
#DTFQK48HVxefN06WyO03Op2flo5Ti5BN { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:lato;font-size:5rem;font-weight:700;z-index:99997;line-height:1.3;letter-spacing:0;top:4.96875rem;left:46.84375rem;height:6.5rem;font-style:normal;display:block; }
#Mpvf3OKIF3vCmAwDFQEKHPcIzNrh3y4w { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:10.40625rem;left:47.53125rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lz9wA0suIQLwRwJ6lB8ZFLED6ZcoXsfC { color:#000000;display:block;width:29.875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.875rem;left:30rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JosgSvZ04GnnGGiCJgUltxeCPOnoFQeT { color:#000000;display:block;width:6.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:30.5625rem;left:41.75rem;height:2.2734375rem;display:block; }
#bqoiDBFdI54QqgUAR4JPUFclOlAyS33O { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:5rem;font-weight:700;z-index:99999;line-height:1.3;letter-spacing:0;top:25.125rem;left:39.09375rem;height:6.5rem;font-style:normal;display:block; }
#UvJUWChg317NeVnLDSkKeOwM7kTA2pAF { color:#000000;display:block;width:29.875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:19.5625rem;left:30.0625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5cT4Er4tWbxyrWDaaA9C2gI0i2iB69N { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:12.15625rem;left:39.28125rem;height:6.5rem;font-style:normal;display:block; }
#WvzwdKatU8MIdEn77v1P1wbKG60UmQB3 { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:17.8125rem;left:41.78125rem;height:1.13671875rem;font-style:normal;display:block; }
#uv2bgMz9tn6A7K5d0zAly85RAO6wPORk { color:#000000;display:block;width:28.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:17.15625rem;left:0rem;height:;font-style:normal;display:block; }#uv2bgMz9tn6A7K5d0zAly85RAO6wPORk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uv2bgMz9tn6A7K5d0zAly85RAO6wPORk li:before{  }
#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { background-color: transparent; background-image: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .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); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { border-width: 0; border-radius: 0; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { font-size:0.875rem;font-family:"open sans";height:44.9375rem;width:60rem;position:relative;display:block; }#kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { color:rgba(255,255,255,0.7);display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100023;line-height:1.5;letter-spacing:0;top:8.875rem;left:15.0625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ne2vcNMtp6FWTaQUqKizrFTa7gEae20K { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.125rem;width:56rem;top:7.8125rem;left:4rem;overflow:hidden;display:block; }
#ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.15) ;height:37.25rem;width:29.875rem;top:7.6875rem;left:-0.0625rem;display:block; }
#oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { color:#282828;display:block;width:26.75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:19.6875rem;left:1.5rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { color:rgba(40,40,40,0.7);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:100027;line-height:1.5;letter-spacing:0;top:23.1875rem;left:2.53125rem;height:21.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hq71pXrCvM34bHJBpBWUkdKMimpVdNo4 { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:300;z-index:100003;line-height:.9;letter-spacing:0;top:1.625rem;left:2.4375rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:9.875rem;top:8.875rem;left:9.9375rem;overflow:hidden;display:block; }
#wrTC0z0uP4QKkTnIDT4I3BCNSyaatsyy { background-color:#f58221;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.5625rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:38.8125rem;left:6.59375rem;display:block; }
#xmldsxb5kGwpooWRGTFviBbukewderOV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obtWwfDKBoUQgxUmBqu0Jg1bdEUq0XvN { width:28.1875rem;height:4.0625rem;top:7.375rem;left:0.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { width:8.5625rem;height:8rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8AyT6vSqh1gkvd0bpQ9yTru6I7xC3mE { width:16.25rem;height:3.4375rem;top:16.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqyvlA5waloONT8N8zBqhtFQUpTf2o1m { display:block; }
 }@media only screen and (max-width: 763px) { #LtXvQm7nFiz93ebScEX76EN4SHt86nhu { width:21.3125rem;height:3.25rem;top:11.4375rem;left:3.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6Wq7C51TAZpsWnSSlxACm2vdTnqTqw { width:16.25rem;height:3.4375rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3zHo2K6cov7fmteE8Rz0TOJNCR9EM2c { display:block; }
 }@media only screen and (max-width: 763px) { #PCKPRuUaDOCVGh0ZE3bQnTv64wWK3KEU { width:24.125rem;height:25rem;top:0rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 { display:block; }#sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVsT37DPX1vukFcefBASS9RPWTOnUtKa { display:block; }#HVsT37DPX1vukFcefBASS9RPWTOnUtKa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW { display:block; }#x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evqewNIFHH1TpM8WzTQAwcnTnleFwnUr { top:0rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 { display:block; }#oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9291ZZFsxFQLnoaBIhQMShsvULeNqeC { display:block; }#n9291ZZFsxFQLnoaBIhQMShsvULeNqeC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwrxs9cSgTHkfRrxvVwtoy8g7sXxxIQa { top:6.1875rem;left:9.8125rem;width:37.9375rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUBW8Z15Zr7szXXTaMGxQ4Gna2ES1QHo { top:1.8125rem;left:9.6875rem;width:38.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwHEG3Lryd8uvbbQJLv8vhFdP07r8iPd { width:18.75rem;height:25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw { display:block; }#ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8Z0veOUXNswglkRDsufJFz6b6P8p5VH { display:block; }#d8Z0veOUXNswglkRDsufJFz6b6P8p5VH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2xz0JBnfIDGoo5sxTxuo8pCTNluIHC2 { width:28.125rem;height:3.25rem;top:0rem;left:9.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F { display:block; }#gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsT75TbmtH3amQI9i5dr890zgWBmlbxl { width:8.4375rem;height:2.875rem;top:3.9375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHqxBm93FEsaVlPHK2WALC4bmltQ9zpW { width:8.4375rem;height:2.875rem;top:9.9375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFgofVl5S1oivSWSZ4tlEucEvlWImiQc { width:8.4375rem;height:2.875rem;top:9.875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3fbMXUBTKb4cVQcnF3Z2n2hqwGDl009 { width:28.125rem;height:2.8125rem;top:16.625rem;left:19.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9KIvC0vlDOcaGRNqMngkcXTqENJZUBC { width:8.4375rem;height:2.875rem;top:3.9375rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlCWhrmG4t4Db29ka3FVTlIRZTMewlbd { width:25rem;height:20.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOvFQZLedvwoghSUsvK4lE8TR2fp4J4W { width:28.125rem;height:0.9375rem;top:14.6875rem;left:19.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ { display:block; }#laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK { display:block; }#T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP { display:block; }#Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTh3dtMhGQr10sBTHaaBdeih7FCausqi { width:28.125rem;height:3.25rem;top:0rem;left:9.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o { display:block; }#tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 { display:block; }#a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dr9M3mvCEaA4OHnWayfAy5KxJQVA3U4K { top:0rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T04wa9TJV8COKwJmn8E2a7Ueu0TnnsdU { top:0rem;left:0rem;width:47.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 { display:block; }#TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs { display:block; }#TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJ4L9NVsd4N8ZDR31TcDE59Ea60kyVOx { width:47.75rem;height:3.75rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoTMa65PPVnnctlR93Jscp23y5E7DwUX { display:block; }#hoTMa65PPVnnctlR93Jscp23y5E7DwUX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aT4pbuFhOboilldtgX281D9Og5638qpf { display:block; }#aT4pbuFhOboilldtgX281D9Og5638qpf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5lPJuHgp3oZ6AVdXuEapsbecuIgNNFo { width:29.1875rem;height:24.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USKEyZlH10eXpXxCFepLCgt77lCOvWnn { width:29.1875rem;height:24.4375rem;top:0rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ { display:block; }#Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I { display:block; }#oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmTObhErh3HHwSwaJImHXm8ei3TNdi9h { width:29.1875rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKw43A49iK0m6hfvL0QdVq5fPTXEEBZV { width:29.1875rem;height:24.5rem;top:0rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n { display:block; }#mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI { display:block; }#Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiQMVTizudCDs1Lqn4cCZp8swkUXq8vR { width:29.1875rem;height:38.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzzr2SiJ7T95cxgTXrvLZAAuvNnPmVsA { width:29.1875rem;height:38.875rem;top:0rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y { display:block; }#SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X { display:block; }#U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSGaqUTcFMUysTdh4IEslgQkXNxZesls { width:29.375rem;height:19.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0R9RdKgf8yhzky6x701yTTeagrWnhx5 { width:29.375rem;height:22rem;top:0rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJnvT6UmHkTieTedhZGgDI9rUPbshwTa { display:block; }#hJnvT6UmHkTieTedhZGgDI9rUPbshwTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmPotTw0D5NtTD6sBHVgeBgF1IyGMwVk { display:block; }#xmPotTw0D5NtTD6sBHVgeBgF1IyGMwVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8SBWatCv6baX8OMiodXxUyp0cSDGZcx { top:0rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlyFeTCCHZ6HvNoG4eEbwtikHH7hKAFv { display:block; }#UlyFeTCCHZ6HvNoG4eEbwtikHH7hKAFv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MooHD4nZEsC3ELxTZFrqCMJlJz9Sfnqo { width:47.75rem;height:1.25rem;top:0.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ5We9f3PmANxJZS2yirRJSEOniCbgrP { display:block; }#wZ5We9f3PmANxJZS2yirRJSEOniCbgrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLSTOpwb4SMe5po8SqhqwrS3alUXuC1E { display:block; }#oLSTOpwb4SMe5po8SqhqwrS3alUXuC1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qycdGqopN64N8Q8Iv2IhxGIQomiTwh1x { width:29.1875rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcIwMJDBfIW5vUXN2kG3mxvSimnOge3l { width:29.1875rem;height:21.875rem;top:0rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afJCpqXNFqhUSO6Gs5Tse7tzaRdMR0NL { display:block; }#afJCpqXNFqhUSO6Gs5Tse7tzaRdMR0NL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rULHrhrB4Q9CCq5pp41iQFUE8wQLIy90 { display:block; }#rULHrhrB4Q9CCq5pp41iQFUE8wQLIy90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5moZIzkGA9EWBqxPqM42GvUhZnBRS04 { top:0rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqHsTHOzWhEkCJEWyLgMvMDqSAuscQFe { display:block; }#tqHsTHOzWhEkCJEWyLgMvMDqSAuscQFe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhSyhfLTPvJ4EBZpXN6ZiiUzDEumLEAT { display:block; }#LhSyhfLTPvJ4EBZpXN6ZiiUzDEumLEAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlaw0u1uWe9q1lsQWBTgKP4EmNAcFOTA { top:0rem;left:0rem;width:28.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg2k5iakgFdRQIVqnvpmU073En8rZr9w { top:0.0625rem;left:19.625rem;width:28.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9BfNsUC2noRRIRUd00QtOkelUDC5RPf { width:26.875rem;height:15rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMA5z7pQLAmPmxZWsLJXsSv7FTy2Pe9y { width:26.875rem;height:13.75rem;top:0.625rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUmKUwp5mUUtkkVaHeobp6hVmkJhIS9S { display:block; }#FUmKUwp5mUUtkkVaHeobp6hVmkJhIS9S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWWTdsf20yJ70tSrVsEvNpFhSvTH4UvM { display:block; }#QWWTdsf20yJ70tSrVsEvNpFhSvTH4UvM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuNPUC5ngTfoezIfgccyECPrewR0GGeL { top:0rem;left:0rem;width:28.125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euh5cVSRwHPPMKdAg5JJ4nvhC3ZIBiNP { width:26.875rem;height:15rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd9rAFUW6okFu61LhTg8wsJE3TmwGCwL { top:0rem;left:19.625rem;width:28.125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJPOSa6XsvlwGivp10D5QFSUNsOFutZu { width:26.875rem;height:17.5rem;top:0.625rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krTJmwgR5LdVpOBVR37URig6h6dgDLo5 { display:block; }#krTJmwgR5LdVpOBVR37URig6h6dgDLo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOmxAfNIpdZUaTDpTSz67WlDaJJ2vDQh { display:block; }#uOmxAfNIpdZUaTDpTSz67WlDaJJ2vDQh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfClGIibw7fe89EfmeTgT4AJDHPtsm9Z { top:0rem;left:0rem;width:28.125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXN4voQNK52Mbtra4pUnynq02t91Oi9A { width:26.875rem;height:7.5rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN1ws4X05nUtl4rG7OCGTh7taEicPLvT { width:28.125rem;height:18.6875rem;top:0rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srlMcTOHrd3Fv5FATtyCQzDCdizvrRXz { display:block; }#srlMcTOHrd3Fv5FATtyCQzDCdizvrRXz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylygplMRIGZvsFPFcnTvWZIrpQaCzPJn { display:block; }#ylygplMRIGZvsFPFcnTvWZIrpQaCzPJn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnOqGGyuT1yvq6xq2KehbJ8Hth5lbWvx { width:47.75rem;height:2.5rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9f9MvD6VxiinJUCrcCacWVZbrPJIdk1 { display:block; }#m9f9MvD6VxiinJUCrcCacWVZbrPJIdk1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U { display:block; }#QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4yWA05KaUyRIiotXGL7s9qLFogI2ehJ { width:28.75rem;height:16.125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP2Umvl9c3BJWgrnkftNXSATKMg7BR7N { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZhyq6en5PtTx3U2BvbnD1oxRCCy2Iqn { width:28.75rem;height:16.125rem;top:6.5625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHOvHdCSuxurofczmNCC8ZpcnmfonI54 { width:28.75rem;height:16.125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGGtUX1S8x9OQ6kCA16hH6GD5O8QN3ZZ { width:28.75rem;height:21.5625rem;top:25.125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9gUSalavcHSPTT7S9HIvxzRRkxT7MxE { width:28.75rem;height:21.5625rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew4LKcH6N9glVyfTTBzRXebTLt605kvI { width:28.75rem;height:38.4375rem;top:49.125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSsp9iz8V84HxrVpEGFoGKxMFKKkbQkP { width:28.75rem;height:38.4375rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #let55TTDgqXvsOamC7WqsG2H2J9WRC4k { width:28.75rem;height:35.9375rem;top:89.5625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ2G49gXGoLDoeAMuSzKkhAUO8aSnLFL { width:28.75rem;height:21.5625rem;top:108.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z { display:block; }#W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKCC7uLzruWT2vfUWgWWw6mnK3CScItw { display:block; }#kKCC7uLzruWT2vfUWgWWw6mnK3CScItw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVl23soeZ9o8qNrLRtEP8TGW6PPO7H70 { width:47.75rem;height:3.6875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR5HWOyHJJeo5qyGSOvsH663wTguAqLn { width:28.1875rem;height:2.5rem;top:6.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv6RFTDgTMfpz1O8ZcKp0aaLJ1RTq6ZW { width:12.8125rem;height:2.5625rem;top:6.75rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbSQlZ9aR1SRhpbp1J071xZW82zERFxB { display:block; }
 }@media only screen and (max-width: 763px) { #yVFPBrq42IMsPAPN1U38RAZloq3Toewp { display:block; }#yVFPBrq42IMsPAPN1U38RAZloq3Toewp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siPOBrDku3nihsSDeeyHErlqcgBBDmzt { width:26.75rem;height:4.75rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAklMi2yV4SFV5LUDsWbtPPzDFBHsmeR { width:26.8125rem;height:9.375rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWv0hUTs5bzfWftP1i8UeupkzbEHzoT { width:7.5625rem;height:6.5rem;top:4.9375rem;left:27.59375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn3hqmIgAQgw0iBZaoTBf5QqHGkD8GUO { width:7.5625rem;height:1.125rem;top:10.5625rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTFQK48HVxefN06WyO03Op2flo5Ti5BN { width:5.8125rem;height:6.5rem;top:4.9375rem;left:37.65625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpvf3OKIF3vCmAwDFQEKHPcIzNrh3y4w { width:6.0625rem;height:2.25rem;top:10.375rem;left:38.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz9wA0suIQLwRwJ6lB8ZFLED6ZcoXsfC { width:29.875rem;height:2.8125rem;top:1.875rem;left:17.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JosgSvZ04GnnGGiCJgUltxeCPOnoFQeT { width:6.5rem;height:1.125rem;top:30.5625rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqoiDBFdI54QqgUAR4JPUFclOlAyS33O { width:11.8125rem;height:6.5rem;top:25.125rem;left:29.90625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvJUWChg317NeVnLDSkKeOwM7kTA2pAF { width:29.875rem;height:5.3125rem;top:19.5625rem;left:17.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5cT4Er4tWbxyrWDaaA9C2gI0i2iB69N { width:14.4375rem;height:6.5rem;top:12.125rem;left:30.09375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvzwdKatU8MIdEn77v1P1wbKG60UmQB3 { width:6.4375rem;height:1.125rem;top:17.8125rem;left:32.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv2bgMz9tn6A7K5d0zAly85RAO6wPORk { width:28.375rem;height:11.25rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }#uv2bgMz9tn6A7K5d0zAly85RAO6wPORk li:before{  }
 }@media only screen and (max-width: 763px) { #TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { width:29.875rem;height:;top:8.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne2vcNMtp6FWTaQUqKizrFTa7gEae20K { width:47.75rem;height:31.655691964286rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { width:29.875rem;height:37.25rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { width:26.75rem;height:2.8125rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:24.6875rem;height:21.0625rem;top:23.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq71pXrCvM34bHJBpBWUkdKMimpVdNo4 { width:47.75rem;height:1.875rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { width:9.875rem;height:9.1875rem;top:8.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrTC0z0uP4QKkTnIDT4I3BCNSyaatsyy { width:16.5625rem;height:2.5625rem;top:38.8125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmldsxb5kGwpooWRGTFviBbukewderOV { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(top, #005aab, #edc127);background-image: -moz-linear-gradient(top, #005aab, #edc127);background-image: -ms-linear-gradient(top, #005aab, #edc127);background-image: -o-linear-gradient(top, #005aab, #edc127);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005aab', endColorstr='#edc127' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005aab', endColorstr='#edc127' );";background-image: linear-gradient(to bottom, #005aab, #edc127);background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obtWwfDKBoUQgxUmBqu0Jg1bdEUq0XvN { width:20rem;height:3.0058625rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7VMnANvx7BcQV9BAUaJUlTSfM0vmPFT { width:7.875rem;height:7.3125rem;top:13.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8AyT6vSqh1gkvd0bpQ9yTru6I7xC3mE { width:17.5rem;height:3.4375rem;top:24.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqyvlA5waloONT8N8zBqhtFQUpTf2o1m { display:block; }
 }@media only screen and (max-width: 763px) { #LtXvQm7nFiz93ebScEX76EN4SHt86nhu { width:20rem;height:2.2744125rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6Wq7C51TAZpsWnSSlxACm2vdTnqTqw { width:17.8125rem;height:3.4375rem;top:29.9375rem;left:1.09375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #M3zHo2K6cov7fmteE8Rz0TOJNCR9EM2c { display:block; }
 }@media only screen and (max-width: 763px) { #PCKPRuUaDOCVGh0ZE3bQnTv64wWK3KEU { width:20rem;height:20.724625rem;top:34.462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 { display:block; }#sbm5BJxLQDrsEOHxIznQLkMR44KPCyo0 > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVsT37DPX1vukFcefBASS9RPWTOnUtKa { display:block; }#HVsT37DPX1vukFcefBASS9RPWTOnUtKa > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW { display:block; }#x5l4rfgiEDuOM7U7Qp1gHdPyF12uXTUW > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evqewNIFHH1TpM8WzTQAwcnTnleFwnUr { width:20rem;height:4.2246125rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 { display:block; }#oR8Gcdb5JFPw1cdLLRftnRr8qlvy4tF0 > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9291ZZFsxFQLnoaBIhQMShsvULeNqeC { display:block; }#n9291ZZFsxFQLnoaBIhQMShsvULeNqeC > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwrxs9cSgTHkfRrxvVwtoy8g7sXxxIQa { width:20rem;height:15.5976625rem;top:28.09375rem;left:0rem;font-size:1rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #FUBW8Z15Zr7szXXTaMGxQ4Gna2ES1QHo { width:20rem;height:18.1875rem;top:27.451171875rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #UwHEG3Lryd8uvbbQJLv8vhFdP07r8iPd { width:20rem;height:26.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw { display:block; }#ur5EV0Z0axQe1RLSeQT8WLeFr7uagaaw > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8Z0veOUXNswglkRDsufJFz6b6P8p5VH { display:block; }#d8Z0veOUXNswglkRDsufJFz6b6P8p5VH > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2xz0JBnfIDGoo5sxTxuo8pCTNluIHC2 { width:20rem;height:2.5996125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F { display:block; }#gcfIODC6GzazB2AJTBEGCsbk6ssxOw2F > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsT75TbmtH3amQI9i5dr890zgWBmlbxl { width:7.8125rem;height:2.5rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHqxBm93FEsaVlPHK2WALC4bmltQ9zpW { width:7.8125rem;height:2.5rem;top:9.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFgofVl5S1oivSWSZ4tlEucEvlWImiQc { width:7.8125rem;height:2.5rem;top:14.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3fbMXUBTKb4cVQcnF3Z2n2hqwGDl009 { width:20rem;height:2.92383125rem;top:21.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9KIvC0vlDOcaGRNqMngkcXTqENJZUBC { width:7.8125rem;height:2.5rem;top:4.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlCWhrmG4t4Db29ka3FVTlIRZTMewlbd { width:20rem;height:16.6494375rem;top:25.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOvFQZLedvwoghSUsvK4lE8TR2fp4J4W { width:20rem;height:1.94921875rem;top:19.6494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ { display:block; }#laEHHzwTHxzJyDbZSir3PV2wVxRLvEqZ > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK { display:block; }#T2VNMpWFzGgbfvbnA3TlaOth8edtZtoK > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP { display:block; }#Xqsr0cSDTKI1JhD7p6URTnzpZLAWNCNP > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTh3dtMhGQr10sBTHaaBdeih7FCausqi { width:20rem;height:2.5996125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o { display:block; }#tJ0XPKqEriTHadFXTEMl4RTtOL9MlO9o > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 { display:block; }#a5nRVkXWErIyHV71FeKmyrq8RT4suNe4 > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dr9M3mvCEaA4OHnWayfAy5KxJQVA3U4K { width:20rem;height:9rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T04wa9TJV8COKwJmn8E2a7Ueu0TnnsdU { width:20rem;height:9.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 { display:block; }#TS9DefFMPRwSnNCIin4KTFW73GmDeoP8 > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs { display:block; }#TORkbQaUkiCVhfiTgPtZhBSmt5AfIsxs > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJ4L9NVsd4N8ZDR31TcDE59Ea60kyVOx { width:20rem;height:6rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoTMa65PPVnnctlR93Jscp23y5E7DwUX { display:block; }#hoTMa65PPVnnctlR93Jscp23y5E7DwUX > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aT4pbuFhOboilldtgX281D9Og5638qpf { display:block; }#aT4pbuFhOboilldtgX281D9Og5638qpf > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5lPJuHgp3oZ6AVdXuEapsbecuIgNNFo { width:20rem;height:16.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USKEyZlH10eXpXxCFepLCgt77lCOvWnn { width:20rem;height:16.75rem;top:18.2998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ { display:block; }#Fc5p2pP4TyIa4VmIlDtTsahT6Pe6t7eJ > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I { display:block; }#oBpwzb9N6R1m5NnxrAPrhif74fSw2B7I > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmTObhErh3HHwSwaJImHXm8ei3TNdi9h { width:20rem;height:16.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKw43A49iK0m6hfvL0QdVq5fPTXEEBZV { width:20rem;height:16.75rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n { display:block; }#mhxOxq9WRkVkEOCxsy5twob9LwqcpZ6n > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI { display:block; }#Czw1k84CXOL6lSSvZT2muFGTDGL1WGKI > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiQMVTizudCDs1Lqn4cCZp8swkUXq8vR { width:20rem;height:26.6376953125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzzr2SiJ7T95cxgTXrvLZAAuvNnPmVsA { width:20rem;height:26.6376953125rem;top:28.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y { display:block; }#SJrO6uo85EiUQ0DFxo6HXuaH3I1Ky74y > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X { display:block; }#U9oLX9N7E9lgWtMyUlhFI525Ic6UZt8X > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSGaqUTcFMUysTdh4IEslgQkXNxZesls { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0R9RdKgf8yhzky6x701yTTeagrWnhx5 { width:20rem;height:14.978515625rem;top:14.791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJnvT6UmHkTieTedhZGgDI9rUPbshwTa { display:block; }#hJnvT6UmHkTieTedhZGgDI9rUPbshwTa > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmPotTw0D5NtTD6sBHVgeBgF1IyGMwVk { display:block; }#xmPotTw0D5NtTD6sBHVgeBgF1IyGMwVk > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8SBWatCv6baX8OMiodXxUyp0cSDGZcx { width:20rem;height:4.2246125rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlyFeTCCHZ6HvNoG4eEbwtikHH7hKAFv { display:block; }#UlyFeTCCHZ6HvNoG4eEbwtikHH7hKAFv > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MooHD4nZEsC3ELxTZFrqCMJlJz9Sfnqo { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ5We9f3PmANxJZS2yirRJSEOniCbgrP { display:block; }#wZ5We9f3PmANxJZS2yirRJSEOniCbgrP > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLSTOpwb4SMe5po8SqhqwrS3alUXuC1E { display:block; }#oLSTOpwb4SMe5po8SqhqwrS3alUXuC1E > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qycdGqopN64N8Q8Iv2IhxGIQomiTwh1x { width:20rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcIwMJDBfIW5vUXN2kG3mxvSimnOge3l { width:20rem;height:15rem;top:15.9248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afJCpqXNFqhUSO6Gs5Tse7tzaRdMR0NL { display:block; }#afJCpqXNFqhUSO6Gs5Tse7tzaRdMR0NL > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rULHrhrB4Q9CCq5pp41iQFUE8wQLIy90 { display:none; }#rULHrhrB4Q9CCq5pp41iQFUE8wQLIy90 > .row .container { width:20rem;height:2.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S5moZIzkGA9EWBqxPqM42GvUhZnBRS04 { width:20rem;height:2.11230625rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqHsTHOzWhEkCJEWyLgMvMDqSAuscQFe { display:none; }#tqHsTHOzWhEkCJEWyLgMvMDqSAuscQFe > .row .container { width:20rem;height:1.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LhSyhfLTPvJ4EBZpXN6ZiiUzDEumLEAT { display:none; }#LhSyhfLTPvJ4EBZpXN6ZiiUzDEumLEAT > .row .container { width:20rem;height:38rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xlaw0u1uWe9q1lsQWBTgKP4EmNAcFOTA { width:20rem;height:16.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg2k5iakgFdRQIVqnvpmU073En8rZr9w { width:20rem;height:20.375rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9BfNsUC2noRRIRUd00QtOkelUDC5RPf { width:20rem;height:16.89748125rem;top:0.15625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMA5z7pQLAmPmxZWsLJXsSv7FTy2Pe9y { width:20rem;height:19.4970875rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUmKUwp5mUUtkkVaHeobp6hVmkJhIS9S { display:none; }#FUmKUwp5mUUtkkVaHeobp6hVmkJhIS9S > .row .container { width:20rem;height:1.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QWWTdsf20yJ70tSrVsEvNpFhSvTH4UvM { display:none; }#QWWTdsf20yJ70tSrVsEvNpFhSvTH4UvM > .row .container { width:20rem;height:42.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MuNPUC5ngTfoezIfgccyECPrewR0GGeL { width:20rem;height:19.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euh5cVSRwHPPMKdAg5JJ4nvhC3ZIBiNP { width:20rem;height:19.4970875rem;top:0.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd9rAFUW6okFu61LhTg8wsJE3TmwGCwL { width:20rem;height:21.6875rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJPOSa6XsvlwGivp10D5QFSUNsOFutZu { width:20rem;height:20.7968875rem;top:21rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krTJmwgR5LdVpOBVR37URig6h6dgDLo5 { display:none; }#krTJmwgR5LdVpOBVR37URig6h6dgDLo5 > .row .container { width:20rem;height:1.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uOmxAfNIpdZUaTDpTSz67WlDaJJ2vDQh { display:none; }#uOmxAfNIpdZUaTDpTSz67WlDaJJ2vDQh > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TfClGIibw7fe89EfmeTgT4AJDHPtsm9Z { width:20rem;height:10.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXN4voQNK52Mbtra4pUnynq02t91Oi9A { width:20rem;height:9.0986375rem;top:0.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN1ws4X05nUtl4rG7OCGTh7taEicPLvT { width:20rem;height:13.2880859375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srlMcTOHrd3Fv5FATtyCQzDCdizvrRXz { display:none; }#srlMcTOHrd3Fv5FATtyCQzDCdizvrRXz > .row .container { width:20rem;height:1.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ylygplMRIGZvsFPFcnTvWZIrpQaCzPJn { display:none; }#ylygplMRIGZvsFPFcnTvWZIrpQaCzPJn > .row .container { width:20rem;height:5.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PnOqGGyuT1yvq6xq2KehbJ8Hth5lbWvx { width:20rem;height:5.199225rem;top:0rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9f9MvD6VxiinJUCrcCacWVZbrPJIdk1 { display:none; }#m9f9MvD6VxiinJUCrcCacWVZbrPJIdk1 > .row .container { width:20rem;height:1.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U { display:block; }#QeKVJVwpntJ4zqo6ow2ohxKgbLBsRN7U > .row .container { width:20rem;height:173.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4yWA05KaUyRIiotXGL7s9qLFogI2ehJ { height:11.25rem;width:20rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP2Umvl9c3BJWgrnkftNXSATKMg7BR7N { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZhyq6en5PtTx3U2BvbnD1oxRCCy2Iqn { height:11.217391304348rem;width:20rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHOvHdCSuxurofczmNCC8ZpcnmfonI54 { height:11.217391304348rem;width:20rem;top:29.654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGGtUX1S8x9OQ6kCA16hH6GD5O8QN3ZZ { width:20rem;height:15rem;top:58.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9gUSalavcHSPTT7S9HIvxzRRkxT7MxE { width:20rem;height:15rem;top:42.12109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew4LKcH6N9glVyfTTBzRXebTLt605kvI { width:20rem;height:26.739130434782rem;top:102.609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSsp9iz8V84HxrVpEGFoGKxMFKKkbQkP { width:20rem;height:26.739130434782rem;top:74.62109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #let55TTDgqXvsOamC7WqsG2H2J9WRC4k { width:20rem;height:25rem;top:130.59765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ2G49gXGoLDoeAMuSzKkhAUO8aSnLFL { width:20rem;height:15rem;top:156.84765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z { display:block; }#W0J1zm9xVQiOm6TcHGBEdTFFcDSTlt5z > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKCC7uLzruWT2vfUWgWWw6mnK3CScItw { display:block; }#kKCC7uLzruWT2vfUWgWWw6mnK3CScItw > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVl23soeZ9o8qNrLRtEP8TGW6PPO7H70 { width:18.75rem;height:8.53125rem;top:2.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR5HWOyHJJeo5qyGSOvsH663wTguAqLn { width:20rem;height:2.32421875rem;top:12.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv6RFTDgTMfpz1O8ZcKp0aaLJ1RTq6ZW { width:12.8125rem;height:2.5625rem;top:18rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbSQlZ9aR1SRhpbp1J071xZW82zERFxB { display:block; }
 }@media only screen and (max-width: 763px) { #yVFPBrq42IMsPAPN1U38RAZloq3Toewp { display:block; }#yVFPBrq42IMsPAPN1U38RAZloq3Toewp > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siPOBrDku3nihsSDeeyHErlqcgBBDmzt { width:18.75rem;height:7.21875rem;top:1.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAklMi2yV4SFV5LUDsWbtPPzDFBHsmeR { width:18.75rem;height:12.79688125rem;top:9.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #boWv0hUTs5bzfWftP1i8UeupkzbEHzoT { width:6.375rem;height:6.5rem;top:51.625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn3hqmIgAQgw0iBZaoTBf5QqHGkD8GUO { width:7.5625rem;height:1.29980625rem;top:58.125rem;left:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTFQK48HVxefN06WyO03Op2flo5Ti5BN { width:6.6875rem;height:6.5rem;top:41.5rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpvf3OKIF3vCmAwDFQEKHPcIzNrh3y4w { width:9rem;height:2.5996125rem;top:48rem;left:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lz9wA0suIQLwRwJ6lB8ZFLED6ZcoXsfC { width:20rem;height:2.11230625rem;top:38.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JosgSvZ04GnnGGiCJgUltxeCPOnoFQeT { width:10.25rem;height:1.29980625rem;top:83.0625rem;left:4.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqoiDBFdI54QqgUAR4JPUFclOlAyS33O { width:12rem;height:6.5rem;top:76.5625rem;left:4rem;text-align:center;text-align-last:center;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvJUWChg317NeVnLDSkKeOwM7kTA2pAF { width:20rem;height:4.2246125rem;top:71rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5cT4Er4tWbxyrWDaaA9C2gI0i2iB69N { width:11.4375rem;height:6.5rem;top:61.1875rem;left:4.75rem;text-align:center;text-align-last:center;z-index:99996;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvzwdKatU8MIdEn77v1P1wbKG60UmQB3 { width:6.4375rem;height:1.29980625rem;top:67.6875rem;left:6.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uv2bgMz9tn6A7K5d0zAly85RAO6wPORk { width:20rem;height:15.547875rem;top:22rem;left:0rem;display:block; }#uv2bgMz9tn6A7K5d0zAly85RAO6wPORk li:before{  }
 }@media only screen and (max-width: 763px) { #TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { width:18.75rem;height:0;top:9.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne2vcNMtp6FWTaQUqKizrFTa7gEae20K { width:19.25rem;height:12.75rem;top:42rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { width:20rem;height:38.125rem;top:13.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { width:18.75rem;height:2.84375rem;top:15.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:18.75rem;height:23.90625rem;top:18.15625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hq71pXrCvM34bHJBpBWUkdKMimpVdNo4 { width:20rem;height:3.9375rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { width:9.875rem;height:9.1875rem;top:6rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrTC0z0uP4QKkTnIDT4I3BCNSyaatsyy { width:16.5625rem;height:2.5625rem;top:36.6875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmldsxb5kGwpooWRGTFviBbukewderOV { display:block; }
 }