.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container {  }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#GIlOrxaVurZCFJ6kZ9yxvUf0R1TTf8QV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { position:relative;display:block; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { background-color: transparent; background-image: none; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container > .video-iframe-container { display: none; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row > .video-iframe-container { display: none; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .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); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { border-width: 0; border-radius: 0; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container > .video-iframe-container {  }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#da291c;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#N6M9L7sEf7o9ITBV2dyzPx20gMVHLeS0 { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.69296836853025rem;left:0rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kwSlhHcf9qwvJNJoAErFRE2xBRWynsoh { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0.59375rem;left:11.39999961853rem;display:block; }
#rR77QdFeqWE113nMynaoEysT54AHV4X7 { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.69218873977662rem;left:45.750001907349rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { position:relative;display:block; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { background-color: transparent; background-image: none; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container > .video-iframe-container { display: none; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row > .video-iframe-container { display: none; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .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); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { border-width: 0; border-radius: 0; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container > .video-iframe-container {  }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container { border-top:0.0625rem solid #ee3162;border-left:0.0625rem solid #ee3162;border-right:0.0625rem solid #ee3162;border-bottom:0.0625rem solid #ee3162;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:353.3125rem;width:60rem;position:relative;display:block; }#Asf9e27CM2rfDcv5kPdDyzX5lpdU4PLc { z-index:15007;top:5.572265625rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#soRoTe30km9RqRzC2R97egClt277Akh7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qr9fAPPTsmlfmFdT2TicMcHJNVhFfrbc { position:absolute;display:block;z-index:15005;background-color:#d0a134;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;height:9.125rem;width:9.125rem;top:2.697265625rem;left:5.34375rem;display:block; }
#TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { color:#071638;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:67.384378433225rem;left:23.87343788147rem;height:17.99481875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HitZXI08OqHiufEV77TPGmhu95GetLm0 { color:#071638;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:15.69661462307rem;left:23.998047828674rem;height:21.59378125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iHz0uzOTZf7Ch5SETRSNSp92a41FRADm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.625rem;width:19.5625rem;top:67.384373545644rem;left:2rem;overflow:hidden;display:block; }
#GCOPrVuTtD1BZEXBtC6pWEUva2UMlghT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:27.0625rem;top:106.38359451294rem;left:2rem;overflow:hidden;display:block; }
#U0K6K14Pl6Eg7W1arXATX2UUx1k19JN2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.375rem;width:27.1875rem;top:106.35234451294rem;left:30.49843788147rem;overflow:hidden;display:block; }
#aAKbPXU8fB0qgXFr5d17SqSmariqApZq { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:19.75rem;top:14.704427719116rem;left:2rem;overflow:hidden;display:block; }
#CPJ6AU2g0HRwQ4UTe6wNvCXC3nfWOM6m { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:19.75rem;top:30.796875rem;left:2rem;overflow:hidden;display:block; }
#EiZF7ksRoxu8bmr7ZEOoPuXO2PkW4I61 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:19.75rem;top:46.171875rem;left:23.312501907349rem;overflow:hidden;display:block; }
#QNAMiaCFEMOeS1yfR5Fdu1USktIUBFZm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.625rem;width:19.5625rem;top:83.853130340575rem;left:2rem;overflow:hidden;display:block; }
#vfFxxleddsI5WWJyD5CLn95cGgdqlEhE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:21.125rem;top:217.91796588898rem;left:2rem;overflow:hidden;display:block; }
#xHOKhNGtP519k68BMm4TJbm2N0P4FmzC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.3125rem;width:27.5rem;top:249.93749809265rem;left:2rem;overflow:hidden;display:block; }
#hecvrnWsLRbrwr5ZJ0UhBsezkxlmIsvp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.3125rem;width:27.5rem;top:249.93749809265rem;left:30.812501907349rem;overflow:hidden;display:block; }
#MHLCzpsDWTT9xTDTKz9U8VCpmhnk4Pzt { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.1875rem;width:27.5rem;top:269.56251335144rem;left:2rem;overflow:hidden;display:block; }
#HunDfL3yOn2sTDHw9K5ZkW4r4sB6h9RJ { color:#071638;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:217.91796875rem;left:23.87343788147rem;height:25.1927375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g2VlsravVJp2iIOBvlAUex6XBEg6ktvT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.1875rem;width:27.5rem;top:269.68751239777rem;left:30.875001907349rem;overflow:hidden;display:block; }
#MqSOWuLtQfg5lvpeil7cGW3TQ6K0SSGD { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.375rem;width:16rem;top:289.21875rem;left:5.625rem;overflow:hidden;display:block; }
#d0tkO7RdJS54p66baHTTLpw2brDiDhWL { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:19.75rem;top:46.171875rem;left:2rem;overflow:hidden;display:block; }
#buPkVsDhHiKmDbQtlKsh2Oule4TEST9D { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.625rem;width:13.75rem;top:289.09375rem;left:24.500000953674rem;overflow:hidden;display:block; }
#XnV1rCIukTmULniQ3VfBXrMIf0rWAygm { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:13.75rem;top:289.125rem;left:40.998047828674rem;overflow:hidden;display:block; }
#xqZx6vtB618eth6vEVqpTOo1qP8vGx48 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.875rem;width:46.5625rem;top:315rem;left:6.7187509536744rem;overflow:hidden;display:block; }
#TJpLO4BPoa7KpaAdcw93TcbJAWn1tP5C { color:#071638;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:134.07109451294rem;left:23.93593788147rem;height:21.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wd1rLOCgmOwaNd9BP6Bt8T6LPWNNy3xm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.125rem;width:18.75rem;top:134.07109451294rem;left:2rem;overflow:hidden;display:block; }
#s6RbbBx0929Ft4o6VJllZxzWCTw9N58y { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:33.875rem;top:159.88359355926rem;left:23.81093788147rem;overflow:hidden;display:block; }
#nvlfZfT1av851BSmsXaX5qNBpF0a4tD8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:18.75rem;top:159.88359355926rem;left:2rem;overflow:hidden;display:block; }
#cObCLa9ospOq8bFkLU0cvgStQTEKe7rd { color:#071638;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:181.98359298706rem;left:23.87343788147rem;height:16.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kh41UXmryMQ7qZWTtHJiQXQJTywqrVcK { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:20.4375rem;top:181.98359394074rem;left:2rem;overflow:hidden;display:block; }
#E2iwbeE9qrV6fSUcqpNbDUDiStsOyc3E { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:26.375rem;top:199.24296951294rem;left:23.87343788147rem;overflow:hidden;display:block; }
#QSJ3HUMdIe73iwWm2toVKqvr0p6dgsRw { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.9375rem;width:33.8125rem;top:86.352344512938rem;left:23.87343788147rem;display:block; }
#tsi6nxpeoFiP34s6vmZl73BAp5aLCQa1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:21.125rem;top:232.98046684265rem;left:2rem;overflow:hidden;display:block; }
#fC9UxR4W2GzeKLoznrbTryRcywubP9tg { position:relative;display:block; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg { background-color: transparent; background-image: none; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container > .video-iframe-container { display: none; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row > .video-iframe-container { display: none; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .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); }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg { border-width: 0; border-radius: 0; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container > .video-iframe-container {  }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#da291c;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#JgLXHp5Q5Ly0y4ufFG10cW9uHuCC4Ver { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.69296836853025rem;left:0rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ieaXJD3xJEMCanUBOd7eEicIIX8AvWFV { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.59375rem;left:13.5244140625rem;display:block; }
#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { position:relative;display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { background-color: transparent; background-image: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { border-width: 0; border-radius: 0; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container {  }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:91.875rem;width:60rem;position:relative;display:block; }#lKDZcH9TQ17LvxQv5zi7Htv93NDVEsdW { position:absolute;display:block;z-index:15005;background-color:#d0a134;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;height:9.125rem;width:9.125rem;top:3.3109369277954rem;left:5.46875rem;display:block; }
#lx9wVaTEmbRLe8eNCZNCOI2JdxHf5PSS { z-index:15009;top:6.1859436035156rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NgpGtgKeJ6Q14g4U2QXfWWhkusKPqa2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0ZUkUgNHWDtqNI9xi27J0JFezSBKH0a { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:22.0625rem;top:15.1953125rem;left:1.625rem;overflow:hidden;display:block; }
#gl5iohs7CT0HpNtLct48cN2AFnfG8Thw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.875rem;width:27.9375rem;top:28.507817268372rem;left:24.87343788147rem;overflow:hidden;display:block; }
#xbQOpWdaHvPdb214pCUFHXBstv30SPA5 { color:#071638;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:15.195317268372rem;left:24.87343788147rem;height:10.7969rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNrTRpT1ClNVzCDJxqtqkVHOt7u80kBg { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:21.9375rem;top:32.882813453674rem;left:1.625rem;overflow:hidden;display:block; }
#HL4oDVGEKhOFr7p31FsK4T9hxHP0nQzc { color:#071638;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:58.890626430511rem;left:24.87343788147rem;height:7.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lgNEod2h21GLwuqomNmyonBe1r0DZGT0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.3125rem;width:21.875rem;top:58.890626907349rem;left:1.625rem;overflow:hidden;display:block; }
#kyyoNJsLqaBatqmHHGw5vdr4XzF98gZ1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:27.4375rem;top:67.765625953675rem;left:24.87343788147rem;overflow:hidden;display:block; }
#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { position:relative;display:block; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { background-color: transparent; background-image: none; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container > .video-iframe-container { display: none; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row > .video-iframe-container { display: none; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .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); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { border-width: 0; border-radius: 0; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container > .video-iframe-container {  }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container { border-top:0.0625rem solid #ee3162;border-left:0.0625rem solid #ee3162;border-right:0.0625rem solid #ee3162;border-bottom:0.0625rem solid #ee3162;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#rGHgiUFL0L3OFO9FCNBLoGi1i1OPnXc1 { z-index:15006;top:5.5093746185303rem;left:0rem;background-color:#808287;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VTM74SiN9zIwenwo7O2QelnNfwAbkVUx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qRdAEug9zMaxyFVgHuJwSmPzhvu2fTLL { position:absolute;display:block;z-index:15004;background-color:#d0a134;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;height:9.125rem;width:9.125rem;top:2.6351561546326rem;left:10.8125rem;display:block; }
#REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.5625rem;top:14.53125rem;left:2.5625rem;overflow:hidden;display:block; }
#HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { color:#071638;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.53125rem;left:23.250001907349rem;height:17.994775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRy3TLfgz0cq2v5OUB6tINTDrTKRxGBp { z-index:15007;top:33.281250774861rem;left:22.968751907349rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #808287;border-left:0.0625rem solid #808287;border-right:0.0625rem solid #808287;border-bottom:0.0625rem solid #808287;box-sizing:border-box;color:#808287;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:14.0625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Oyl7LAiy9LOOkLnZnCmhUvRtLX0Lo80N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { position:relative;display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .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); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container {  }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.46875rem;left:0rem;height:5.8489625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:13.8125rem;top:16.9375rem;left:2.53515625rem;overflow:hidden;display:block; }
#UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:15.875rem;top:16.78125rem;left:42.5576171875rem;overflow:hidden;display:block; }
#a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:18.9375rem;top:17.5625rem;left:20.53125rem;overflow:hidden;display:block; }
#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { position:relative;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container {  }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { color:#071638;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.40625rem;left:0rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIlOrxaVurZCFJ6kZ9yxvUf0R1TTf8QV { top:0rem;left:0rem;width:47.75rem;height:14.921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { display:block; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6M9L7sEf7o9ITBV2dyzPx20gMVHLeS0 { top:0.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwSlhHcf9qwvJNJoAErFRE2xBRWynsoh { top:0.5625rem;left:5.2749996185303rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR77QdFeqWE113nMynaoEysT54AHV4X7 { top:0.6875rem;left:34.25rem;width:13.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { display:block; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Asf9e27CM2rfDcv5kPdDyzX5lpdU4PLc { top:5.5625rem;left:0rem;width:12.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soRoTe30km9RqRzC2R97egClt277Akh7 { display:block; }
 }@media only screen and (max-width: 763px) { #qr9fAPPTsmlfmFdT2TicMcHJNVhFfrbc { top:2.6875rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { top:67.375rem;left:14rem;width:33.75rem;height:18rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HitZXI08OqHiufEV77TPGmhu95GetLm0 { top:15.6875rem;left:14rem;width:33.75rem;height:21.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHz0uzOTZf7Ch5SETRSNSp92a41FRADm { top:67.375rem;left:0rem;width:19.5625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCOPrVuTtD1BZEXBtC6pWEUva2UMlghT { top:106.375rem;left:0rem;width:27.0625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0K6K14Pl6Eg7W1arXATX2UUx1k19JN2 { top:106.3125rem;left:20.5625rem;width:27.1875rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAKbPXU8fB0qgXFr5d17SqSmariqApZq { top:14.6875rem;left:0rem;width:19.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPJ6AU2g0HRwQ4UTe6wNvCXC3nfWOM6m { top:30.75rem;left:0rem;width:19.75rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiZF7ksRoxu8bmr7ZEOoPuXO2PkW4I61 { top:46.125rem;left:17.187501907349rem;width:19.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNAMiaCFEMOeS1yfR5Fdu1USktIUBFZm { top:83.8125rem;left:0rem;width:19.5625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfFxxleddsI5WWJyD5CLn95cGgdqlEhE { top:217.875rem;left:0rem;width:21.125rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHOKhNGtP519k68BMm4TJbm2N0P4FmzC { top:249.875rem;left:0rem;width:27.5rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecvrnWsLRbrwr5ZJ0UhBsezkxlmIsvp { top:249.875rem;left:20.125rem;width:27.5rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHLCzpsDWTT9xTDTKz9U8VCpmhnk4Pzt { top:269.5625rem;left:0rem;width:27.5rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HunDfL3yOn2sTDHw9K5ZkW4r4sB6h9RJ { top:217.875rem;left:14rem;width:33.75rem;height:25.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2VlsravVJp2iIOBvlAUex6XBEg6ktvT { top:269.6875rem;left:20.25rem;width:27.5rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqSOWuLtQfg5lvpeil7cGW3TQ6K0SSGD { top:289.1875rem;left:0rem;width:16rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0tkO7RdJS54p66baHTTLpw2brDiDhWL { top:46.125rem;left:0rem;width:19.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buPkVsDhHiKmDbQtlKsh2Oule4TEST9D { top:289.0625rem;left:18.375000953674rem;width:13.75rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnV1rCIukTmULniQ3VfBXrMIf0rWAygm { top:289.125rem;left:34rem;width:13.75rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqZx6vtB618eth6vEVqpTOo1qP8vGx48 { top:315rem;left:0.59375095367432rem;width:46.5625rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJpLO4BPoa7KpaAdcw93TcbJAWn1tP5C { top:134.0625rem;left:14rem;width:33.75rem;height:21.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd1rLOCgmOwaNd9BP6Bt8T6LPWNNy3xm { top:134.0625rem;left:0rem;width:18.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6RbbBx0929Ft4o6VJllZxzWCTw9N58y { top:159.875rem;left:13.875rem;width:33.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvlfZfT1av851BSmsXaX5qNBpF0a4tD8 { top:159.875rem;left:0rem;width:18.75rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #cObCLa9ospOq8bFkLU0cvgStQTEKe7rd { top:181.9375rem;left:14rem;width:33.75rem;height:16.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh41UXmryMQ7qZWTtHJiQXQJTywqrVcK { top:181.9375rem;left:0rem;width:20.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2iwbeE9qrV6fSUcqpNbDUDiStsOyc3E { top:199.1875rem;left:17.74843788147rem;width:26.375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSJ3HUMdIe73iwWm2toVKqvr0p6dgsRw { top:86.3125rem;left:13.9375rem;width:33.8125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsi6nxpeoFiP34s6vmZl73BAp5aLCQa1 { top:232.9375rem;left:0rem;width:21.125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC9UxR4W2GzeKLoznrbTryRcywubP9tg { display:block; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgLXHp5Q5Ly0y4ufFG10cW9uHuCC4Ver { top:0.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieaXJD3xJEMCanUBOd7eEicIIX8AvWFV { top:0.5625rem;left:7.3994140625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKDZcH9TQ17LvxQv5zi7Htv93NDVEsdW { top:3.25rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx9wVaTEmbRLe8eNCZNCOI2JdxHf5PSS { top:6.125rem;left:0rem;width:10.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgpGtgKeJ6Q14g4U2QXfWWhkusKPqa2M { display:block; }
 }@media only screen and (max-width: 763px) { #R0ZUkUgNHWDtqNI9xi27J0JFezSBKH0a { top:15.1875rem;left:0rem;width:22.0625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl5iohs7CT0HpNtLct48cN2AFnfG8Thw { top:28.5rem;left:18.74843788147rem;width:27.9375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbQOpWdaHvPdb214pCUFHXBstv30SPA5 { top:15.1875rem;left:14rem;width:33.75rem;height:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNrTRpT1ClNVzCDJxqtqkVHOt7u80kBg { top:32.875rem;left:0rem;width:21.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL4oDVGEKhOFr7p31FsK4T9hxHP0nQzc { top:58.875rem;left:14rem;width:33.75rem;height:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgNEod2h21GLwuqomNmyonBe1r0DZGT0 { top:58.875rem;left:0rem;width:21.875rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyyoNJsLqaBatqmHHGw5vdr4XzF98gZ1 { top:67.75rem;left:18.74843788147rem;width:27.4375rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { display:block; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGHgiUFL0L3OFO9FCNBLoGi1i1OPnXc1 { top:5.5rem;left:0rem;width:29.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTM74SiN9zIwenwo7O2QelnNfwAbkVUx { display:block; }
 }@media only screen and (max-width: 763px) { #qRdAEug9zMaxyFVgHuJwSmPzhvu2fTLL { top:2.625rem;left:4.6875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { top:14.5rem;left:0rem;width:18.5625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { top:14.5rem;left:12.4375rem;width:35.3125rem;height:17.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRy3TLfgz0cq2v5OUB6tINTDrTKRxGBp { top:33.25rem;left:16.843751907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyl7LAiy9LOOkLnZnCmhUvRtLX0Lo80N { display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { top:5.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { top:16.9375rem;left:0rem;width:13.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { top:16.75rem;left:31.875rem;width:15.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { top:17.5625rem;left:14.40625rem;width:18.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { top:1.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container {  }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:6.1875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIlOrxaVurZCFJ6kZ9yxvUf0R1TTf8QV { width:19.5625rem;height:6.0625rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { display:block; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { background-color: transparent; background-image: none; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container > .video-iframe-container { display: none; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row > .video-iframe-container { display: none; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .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); }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 { border-width: 0; border-radius: 0; }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container > .video-iframe-container {  }#D1gODR5kJ1HT8C4biDCpTBKTC10A8WC1 > .row .container { width:20rem;height:1.6875rem;background-color:#da291c;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6M9L7sEf7o9ITBV2dyzPx20gMVHLeS0 { width:10.4375rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kwSlhHcf9qwvJNJoAErFRE2xBRWynsoh { width:1.5625rem;height:1.5625rem;top:0rem;left:6.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR77QdFeqWE113nMynaoEysT54AHV4X7 { width:13.5rem;height:0.975rem;top:0.32500028610229rem;left:6.4999998807906rem;font-size:0.25rem;text-align:right;text-align-last:right;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { display:block; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { background-color: transparent; background-image: none; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container > .video-iframe-container { display: none; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row > .video-iframe-container { display: none; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .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); }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS { border-width: 0; border-radius: 0; }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container > .video-iframe-container {  }#a5T7kUUNERqQiDlVT97pJgUf4FQQnKCS > .row .container { width:20rem;height:440.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Asf9e27CM2rfDcv5kPdDyzX5lpdU4PLc { top:2.5625rem;left:0rem;width:8.3125rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soRoTe30km9RqRzC2R97egClt277Akh7 { display:block; }
 }@media only screen and (max-width: 763px) { #qr9fAPPTsmlfmFdT2TicMcHJNVhFfrbc { width:5.5625rem;height:5.5625rem;top:0.84375rem;left:5.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { width:19.375rem;height:13.19854375rem;top:41.563151121139rem;left:0.31250005960464rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HitZXI08OqHiufEV77TPGmhu95GetLm0 { width:19.375rem;height:15.59830625rem;top:8.125rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iHz0uzOTZf7Ch5SETRSNSp92a41FRADm { width:18.75rem;height:14.0625rem;top:55.985026359558rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCOPrVuTtD1BZEXBtC6pWEUva2UMlghT { width:18.75rem;height:14.0625rem;top:85.513021469119rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0K6K14Pl6Eg7W1arXATX2UUx1k19JN2 { width:18.875rem;height:14.125rem;top:100.45052099228rem;left:0.56250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAKbPXU8fB0qgXFr5d17SqSmariqApZq { width:9.9375rem;height:7.3125rem;top:25.186198234558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPJ6AU2g0HRwQ4UTe6wNvCXC3nfWOM6m { width:10rem;height:7.4375rem;top:25.186198234558rem;left:9.8972147921237rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiZF7ksRoxu8bmr7ZEOoPuXO2PkW4I61 { width:10.0625rem;height:7.5rem;top:32.311199188233rem;left:9.936848938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNAMiaCFEMOeS1yfR5Fdu1USktIUBFZm { width:18.875rem;height:14.125rem;top:70.700520992281rem;left:0.56250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfFxxleddsI5WWJyD5CLn95cGgdqlEhE { width:20rem;height:13.25rem;top:258.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHOKhNGtP519k68BMm4TJbm2N0P4FmzC { width:19.875rem;height:13.1875rem;top:289rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecvrnWsLRbrwr5ZJ0UhBsezkxlmIsvp { width:20rem;height:13.3125rem;top:303.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHLCzpsDWTT9xTDTKz9U8VCpmhnk4Pzt { width:19.8125rem;height:13.1875rem;top:318.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HunDfL3yOn2sTDHw9K5ZkW4r4sB6h9RJ { width:20rem;height:17.99805rem;top:238.80143260956rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g2VlsravVJp2iIOBvlAUex6XBEg6ktvT { width:20rem;height:13.25rem;top:333.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqSOWuLtQfg5lvpeil7cGW3TQ6K0SSGD { width:13.3125rem;height:20.25rem;top:348.375rem;left:3.5625002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0tkO7RdJS54p66baHTTLpw2brDiDhWL { width:10rem;height:7.4375rem;top:32.311199188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buPkVsDhHiKmDbQtlKsh2Oule4TEST9D { width:13.75rem;height:24.625rem;top:369.9375rem;left:3.5625002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnV1rCIukTmULniQ3VfBXrMIf0rWAygm { width:13.75rem;height:24.5625rem;top:395.6875rem;left:3.5625002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqZx6vtB618eth6vEVqpTOo1qP8vGx48 { width:20rem;height:15.874375rem;top:423.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJpLO4BPoa7KpaAdcw93TcbJAWn1tP5C { width:20rem;height:15.59829375rem;top:130.13802146912rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wd1rLOCgmOwaNd9BP6Bt8T6LPWNNy3xm { width:18.75rem;height:25.125rem;top:147.73502635956rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6RbbBx0929Ft4o6VJllZxzWCTw9N58y { width:18.75rem;height:10.1875rem;top:189.06966209412rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvlfZfT1av851BSmsXaX5qNBpF0a4tD8 { width:18.75rem;height:14rem;top:173.75rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #cObCLa9ospOq8bFkLU0cvgStQTEKe7rd { width:20rem;height:10.79885625rem;top:202.1875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kh41UXmryMQ7qZWTtHJiQXQJTywqrVcK { width:20rem;height:9.112625rem;top:214.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2iwbeE9qrV6fSUcqpNbDUDiStsOyc3E { width:20rem;height:10.331375rem;top:225.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSJ3HUMdIe73iwWm2toVKqvr0p6dgsRw { height:11.2011875rem;width:20rem;top:115.548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsi6nxpeoFiP34s6vmZl73BAp5aLCQa1 { width:20rem;height:14.9108125rem;top:272.83919334412rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC9UxR4W2GzeKLoznrbTryRcywubP9tg { display:block; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgLXHp5Q5Ly0y4ufFG10cW9uHuCC4Ver { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ieaXJD3xJEMCanUBOd7eEicIIX8AvWFV { width:1.5625rem;height:1.5625rem;top:0rem;left:7.5000003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:20rem;height:119.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKDZcH9TQ17LvxQv5zi7Htv93NDVEsdW { width:5.625rem;height:5.625rem;top:1.90625rem;left:4.2499998807907rem;background-color:#d0a134;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lx9wVaTEmbRLe8eNCZNCOI2JdxHf5PSS { top:3.5rem;left:0rem;width:7.3125rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgpGtgKeJ6Q14g4U2QXfWWhkusKPqa2M { display:block; }
 }@media only screen and (max-width: 763px) { #R0ZUkUgNHWDtqNI9xi27J0JFezSBKH0a { width:19.9375rem;height:14.8125rem;top:17.962240219116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl5iohs7CT0HpNtLct48cN2AFnfG8Thw { width:19.875rem;height:14.9375rem;top:50.489583969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbQOpWdaHvPdb214pCUFHXBstv30SPA5 { width:19.375rem;height:7.19921875rem;top:9.1250002384187rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JNrTRpT1ClNVzCDJxqtqkVHOt7u80kBg { width:20rem;height:14.9856875rem;top:33.989583969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL4oDVGEKhOFr7p31FsK4T9hxHP0nQzc { width:20rem;height:5.99935rem;top:67.899739742281rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lgNEod2h21GLwuqomNmyonBe1r0DZGT0 { width:20rem;height:26.7995rem;top:74.662760734556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyyoNJsLqaBatqmHHGw5vdr4XzF98gZ1 { width:20rem;height:14.9426875rem;top:102.52408885956rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { display:block; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { background-color: transparent; background-image: none; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container > .video-iframe-container { display: none; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row > .video-iframe-container { display: none; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .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); }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf { border-width: 0; border-radius: 0; }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container > .video-iframe-container {  }#MSvaKIHiloFVqVECzrUPTMg8D6eMapyf > .row .container { width:20rem;height:48.0625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #da291c;border-left:0.0625rem solid #da291c;border-right:0.0625rem solid #da291c;border-bottom:0.0625rem solid #da291c;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGHgiUFL0L3OFO9FCNBLoGi1i1OPnXc1 { top:3.125rem;left:0rem;width:20rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTM74SiN9zIwenwo7O2QelnNfwAbkVUx { display:block; }
 }@media only screen and (max-width: 763px) { #qRdAEug9zMaxyFVgHuJwSmPzhvu2fTLL { width:5.625rem;height:5.625rem;top:1.5rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { width:17.9375rem;height:18.125rem;top:8.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { width:19.375rem;height:14.39841875rem;top:27.875rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TRy3TLfgz0cq2v5OUB6tINTDrTKRxGBp { top:44.099998474121rem;left:7.1874998807906rem;width:5.625rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyl7LAiy9LOOkLnZnCmhUvRtLX0Lo80N { display:block; }
 }@media only screen and (max-width: 763px) { #uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf { background-color:#f6f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { background-color: transparent; background-image: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container { display: none; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .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); }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { border-width: 0; border-radius: 0; }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row > .video-iframe-container {  }#uzDUhgGcyV5HlxVw5ZZozTzAwKFxi7Xf > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { width:20rem;height:2.5989625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { width:9.25rem;height:1.8125rem;top:5.1rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnxOcyNuKhmXWMNG6rBBUS7wTwEnSKfu { width:11.125rem;height:2.125rem;top:10.6625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { width:15.375rem;height:1.25rem;top:8.1625rem;left:2.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color:#f6f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container {  }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { width:20rem;height:0.975rem;top:1.25rem;left:0rem;font-size:0.4375rem;display:block; }
 }