.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;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 .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#GIlOrxaVurZCFJ6kZ9yxvUf0R1TTf8QV { position:absolute;display:block;z-index:100000;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 { 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:100001;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:100005;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:100002;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 { 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:250.75rem;width:60rem;position:relative;display:block; }#asxtrPQbT6zX9tOiU3clZhgHqLP61GKb { z-index:100006;top:4.82421875rem;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.9375rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PfltTwQmLadrs3Ung1gUP2KVsyGdHNQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QlWVlemEsZnFEAZr49AKozPTv7p8ViNO { position:absolute;display:block;z-index:100004;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:1.94921875rem;left:8rem;display:block; }
#Ui3ycuEFmKrF8nRo22Tn2oRbQnGcvswa { color:#071638;display:block;width:37rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:11.07421875rem;left:19.500001907349rem;height:14.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CRn3I15f8q5szf6rNaXk0XETiglQDlWx { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.125rem;width:35.8125rem;top:26.885938644409rem;left:19.500001907349rem;overflow:hidden;display:block; }
#pMSeBwPwfgINIe2HEALvlJkkTBssUTCF { color:#071638;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:53.9375rem;left:19.500001907349rem;height:16.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QRVJ33tBAwPxECiUlzAUmARbfD9GdQXZ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.6875rem;width:35.8125rem;top:71.34375rem;left:19.500001907349rem;overflow:hidden;display:block; }
#yhb3kqsWAdrlrL2aEBr9ACAME7n5Ng3U { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13rem;width:17.3125rem;top:98.760156631469rem;left:19.500001907349rem;overflow:hidden;display:block; }
#H3nG2GMXMfgvZ5aUyT2SznhAT72VEZaT { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:17.1875rem;top:98.822656631469rem;left:38.186719894409rem;overflow:hidden;display:block; }
#Asf9e27CM2rfDcv5kPdDyzX5lpdU4PLc { z-index:100007;top:116.32265281678rem;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:100000;display:block; }
#qr9fAPPTsmlfmFdT2TicMcHJNVhFfrbc { position:absolute;display:block;z-index:100005;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:113.44765281678rem;left:8rem;display:block; }
#TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { color:#071638;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:183.01016044617rem;left:19.500001907349rem;height:21.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OuLiNXtRsW4vapwcBKOya5aHXQ8Q4ms2 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:35.8125rem;top:206.32265281677rem;left:19.500001907349rem;overflow:hidden;display:block; }
#HitZXI08OqHiufEV77TPGmhu95GetLm0 { color:#071638;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:121.57265663147rem;left:19.500001907349rem;height:36rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O4WeZZsisFZpxzoAXxemgiqKdPztxhmB { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.9375rem;width:19.9375rem;top:158.79140949249rem;left:31.875001907349rem;overflow:hidden;display:block; }
#DTuEmCsvREtalxvPgCiOzPwo2gP5JKKz { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:10.5625rem;top:158.79140949249rem;left:19.500001907349rem;overflow:hidden;display:block; }
#XWc67l6y84ghz4EosUhDFAdAWCvP5kmV { color:#071638;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:224.96875rem;left:19.500000953674rem;height:16.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rdr5lyFeiWVxL3WlNuLAnKPnRk3akUiJ { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.875rem;width:16.0625rem;top:224.40625rem;left:2rem;overflow:hidden;display:block; }
#E5dp9CC2lN2QFn5tNNeEResT4gJxuLsL { z-index:100008;top:241.99921989441rem;left:19.500001907349rem;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; }
#xZIkFoE1wrmLEuioRUWDtL7k760Qh4hD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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 { 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:100001;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:100006;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 { 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:163.9375rem;width:60rem;position:relative;display:block; }#kDFhgH2CJfgE2DO3orEDw3isz3MCqPqt { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.25rem;width:15.3125rem;top:131.12498664856rem;left:3.1875rem;overflow:hidden;display:block; }
#lKDZcH9TQ17LvxQv5zi7Htv93NDVEsdW { position:absolute;display:block;z-index:100005;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:100009;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:100000;display:block; }
#vJKNEJwX63lLSBAIk5sG9xJaFZyKOo3O { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.125rem;width:17.6875rem;top:70.687486648562rem;left:2rem;overflow:hidden;display:block; }
#DIb9UTg7KoXO8WCqxhDklCfOVE6XLIUz { color:#071638;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:104.3874874115rem;left:20.937501907349rem;height:19.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxUbTJT5vWD57gGfJ1hXAq0r8tkkREzL { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:29.75rem;top:79.249216079712rem;left:20.937501907349rem;overflow:hidden;display:block; }
#waLKlWPbFtHSAVgVF0poLQuZU0dRSo2z { color:#071638;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:68.935934066775rem;left:20.937501907349rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LwmG0dPpxMvrnoWqWITXcxqDhKKv9nTC { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.875rem;width:15.3125rem;top:104.38670539856rem;left:3.1875rem;overflow:hidden;display:block; }
#OTWwRbweeFokzspdu6VKVHPbWn6WWvBU { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.0625rem;width:37.5rem;top:125.24921989441rem;left:20.968751907349rem;display:block; }
#xbQOpWdaHvPdb214pCUFHXBstv30SPA5 { color:#071638;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.6;letter-spacing:0;top:12.43515586853rem;left:20.937501907349rem;height:21.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lhp4Ve2Q6kRULNXhE2tT7JhezIvMPL0R { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:19rem;top:34.80859375rem;left:20.937501907349rem;overflow:hidden;display:block; }
#SgnxW3OfEnwhAyJ7nsqUGvPHODq6Dx7W { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:17.5625rem;top:34.77734375rem;left:40.874219894409rem;overflow:hidden;display:block; }
#soUOkBTyiPVzFgXceMTLn28JwJurSibs { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:17.625rem;top:14.371079444885rem;left:2.0625rem;overflow:hidden;display:block; }
#R0ZUkUgNHWDtqNI9xi27J0JFezSBKH0a { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.625rem;width:17.6875rem;top:35.637500762939rem;left:2rem;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 { 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:64.1875rem;width:60rem;position:relative;display:block; }#qU05VxdWzTTAd9TGe3h0aXbSJK3U9k1B { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:38.5rem;left:2.5625rem;overflow:hidden;display:block; }
#IEAe7MnPzCn1LUXCPrmdT2KCxiubfGlA { color:#071638;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:38.5rem;left:23.250001907349rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NzW5SR2XoTqrz4DmdHeCcXp12VptRJnT { z-index:100006;top:47.1875rem;left:23.250001907349rem;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; }
#QyKROBogEQr1cTK4MZLqSzrgAKw8Se7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rGHgiUFL0L3OFO9FCNBLoGi1i1OPnXc1 { z-index:100006;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:100000;display:block; }
#qRdAEug9zMaxyFVgHuJwSmPzhvu2fTLL { position:absolute;display:block;z-index:100004;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:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;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:100005;line-height:1.6;letter-spacing:0;top:14.53125rem;left:23.250001907349rem;height:12.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRy3TLfgz0cq2v5OUB6tINTDrTKRxGBp { z-index:100007;top:28.656255722046rem;left:23.250001907349rem;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:100000;display:block; }
#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { position:relative;display:block; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { background-color: transparent; background-image: none; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row .container > .video-iframe-container { display: none; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row > .video-iframe-container { display: none; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .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); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { border-width: 0; border-radius: 0; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .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:105.25rem;width:60rem;position:relative;display:block; }#uJWKarMkaNnpt58wMIyOgGRy7lJaT62X { color:#071638;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:12.986718177796rem;left:22.875001907349rem;height:27rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W6Qk0D7Hb9cDAgE7Ht2E4nFm6PzED0Ru { z-index:100006;top:4.82421875rem;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.75rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EMniMWh8yDadnkqfQAuEbLVxmzUr8IJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hJ3aEz506DQJwAkTaFXtb2kBs7vCbGzx { position:absolute;display:block;z-index:100004;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:1.94921875rem;left:8rem;display:block; }
#zJzZ9HdvD5Tuf7rxkR4WorSq4UaPgJoU { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:35.8125rem;top:43.61093711853rem;left:22.625001907349rem;overflow:hidden;display:block; }
#pH1ASssmLa0RbR2Sa2yfu8vFZGcoXh46 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:18.75rem;top:12.986718654633rem;left:2.4375rem;overflow:hidden;display:block; }
#EFhxlgRbpSQByIID02TuSdR5a5v8k2RT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:18.75rem;top:27.624219894409rem;left:2.4375rem;overflow:hidden;display:block; }
#D3rATTNv3KXBko1zUXAW2Umb3dlTHV1u { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:18.75rem;top:53.23593711853rem;left:2.4375rem;overflow:hidden;display:block; }
#HSgCgxF2RKil90CK66KwngT8qAqyv9oZ { color:#071638;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:72.610937595369rem;left:22.875001907349rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MzvvM0TKLNNbRtzcQCptTqrFTIMpRD72 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.9375rem;width:18.75rem;top:87.459375381469rem;left:22.875001907349rem;overflow:hidden;display:block; }
#mBWvH0ROxEAidd9gWGIReX33rl2oreq7 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:18.75rem;top:87.428125381469rem;left:2.4375rem;overflow:hidden;display:block; }
#mUunfVPd3d5XxbGzFZgdzxGwcBy9KUGc { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:18.75rem;top:72.610937595369rem;left:2.4375rem;overflow:hidden;display:block; }
#qzylTTz78pGxUETN33i4HX5Pe7g5pAgT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:18.75rem;top:38.610157012939rem;left:2.4375rem;overflow:hidden;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 { 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:100004;line-height:1.3;letter-spacing:0;top:5.46875rem;left:0rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CgnWKyXPQT6Wm971ugQ5TEgl2hx3tANt { position:absolute;display:block;z-index:100009;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:100010;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:100011;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 { 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:100004;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) { #asxtrPQbT6zX9tOiU3clZhgHqLP61GKb { top:4.8125rem;left:0rem;width:12.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfltTwQmLadrs3Ung1gUP2KVsyGdHNQx { display:block; }
 }@media only screen and (max-width: 763px) { #QlWVlemEsZnFEAZr49AKozPTv7p8ViNO { top:1.9375rem;left:1.875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui3ycuEFmKrF8nRo22Tn2oRbQnGcvswa { top:11.0625rem;left:10.75rem;width:37rem;height:14.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRn3I15f8q5szf6rNaXk0XETiglQDlWx { top:26.875rem;left:11.9375rem;width:35.8125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMSeBwPwfgINIe2HEALvlJkkTBssUTCF { top:53.9375rem;left:11.875rem;width:35.875rem;height:16.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRVJ33tBAwPxECiUlzAUmARbfD9GdQXZ { top:71.3125rem;left:11.9375rem;width:35.8125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhb3kqsWAdrlrL2aEBr9ACAME7n5Ng3U { top:98.75rem;left:13.375001907349rem;width:17.3125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3nG2GMXMfgvZ5aUyT2SznhAT72VEZaT { top:98.8125rem;left:30.5625rem;width:17.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asf9e27CM2rfDcv5kPdDyzX5lpdU4PLc { top:116.3125rem;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:113.4375rem;left:1.875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { top:183rem;left:11.9375rem;width:35.8125rem;height:21.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuLiNXtRsW4vapwcBKOya5aHXQ8Q4ms2 { top:206.3125rem;left:11.9375rem;width:35.8125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HitZXI08OqHiufEV77TPGmhu95GetLm0 { top:121.5625rem;left:11.9375rem;width:35.8125rem;height:36rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4WeZZsisFZpxzoAXxemgiqKdPztxhmB { top:158.75rem;left:25.750001907349rem;width:19.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTuEmCsvREtalxvPgCiOzPwo2gP5JKKz { top:158.75rem;left:13.375001907349rem;width:10.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWc67l6y84ghz4EosUhDFAdAWCvP5kmV { top:224.9375rem;left:11.9375rem;width:35.8125rem;height:16.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdr5lyFeiWVxL3WlNuLAnKPnRk3akUiJ { top:224.375rem;left:0rem;width:16.0625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5dp9CC2lN2QFn5tNNeEResT4gJxuLsL { top:241.9375rem;left:13.375001907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZIkFoE1wrmLEuioRUWDtL7k760Qh4hD { 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) { #kDFhgH2CJfgE2DO3orEDw3isz3MCqPqt { top:131.0625rem;left:0rem;width:15.3125rem;height:26.25rem;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) { #vJKNEJwX63lLSBAIk5sG9xJaFZyKOo3O { top:70.625rem;left:0rem;width:17.6875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIb9UTg7KoXO8WCqxhDklCfOVE6XLIUz { top:104.375rem;left:10.1875rem;width:37.5625rem;height:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxUbTJT5vWD57gGfJ1hXAq0r8tkkREzL { top:79.1875rem;left:14.812501907349rem;width:29.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #waLKlWPbFtHSAVgVF0poLQuZU0dRSo2z { top:68.875rem;left:10.1875rem;width:37.5625rem;height:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwmG0dPpxMvrnoWqWITXcxqDhKKv9nTC { top:104.375rem;left:0rem;width:15.3125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTWwRbweeFokzspdu6VKVHPbWn6WWvBU { top:125.1875rem;left:10.25rem;width:37.5rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbQOpWdaHvPdb214pCUFHXBstv30SPA5 { top:12.375rem;left:10.1875rem;width:37.5625rem;height:21.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhp4Ve2Q6kRULNXhE2tT7JhezIvMPL0R { top:34.75rem;left:14.812501907349rem;width:19rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgnxW3OfEnwhAyJ7nsqUGvPHODq6Dx7W { top:34.75rem;left:30.0625rem;width:17.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #soUOkBTyiPVzFgXceMTLn28JwJurSibs { top:14.3125rem;left:0rem;width:17.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ZUkUgNHWDtqNI9xi27J0JFezSBKH0a { top:35.625rem;left:0rem;width:17.6875rem;height:24.625rem;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) { #qU05VxdWzTTAd9TGe3h0aXbSJK3U9k1B { top:38.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEAe7MnPzCn1LUXCPrmdT2KCxiubfGlA { top:38.5rem;left:12.4375rem;width:35.3125rem;height:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzW5SR2XoTqrz4DmdHeCcXp12VptRJnT { top:47.1875rem;left:17.125001907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKROBogEQr1cTK4MZLqSzrgAKw8Se7f { 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.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { top:14.5rem;left:12.4375rem;width:35.3125rem;height:12.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRy3TLfgz0cq2v5OUB6tINTDrTKRxGBp { top:28.625rem;left:17.125001907349rem;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) { #aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { display:block; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJWKarMkaNnpt58wMIyOgGRy7lJaT62X { top:12.9375rem;left:12.4375rem;width:35.3125rem;height:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Qk0D7Hb9cDAgE7Ht2E4nFm6PzED0Ru { top:4.8125rem;left:0rem;width:12.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMniMWh8yDadnkqfQAuEbLVxmzUr8IJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #hJ3aEz506DQJwAkTaFXtb2kBs7vCbGzx { top:1.9375rem;left:1.875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJzZ9HdvD5Tuf7rxkR4WorSq4UaPgJoU { top:43.5625rem;left:11.9375rem;width:35.8125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH1ASssmLa0RbR2Sa2yfu8vFZGcoXh46 { top:12.9375rem;left:0rem;width:18.75rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFhxlgRbpSQByIID02TuSdR5a5v8k2RT { top:27.5625rem;left:0rem;width:18.75rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3rATTNv3KXBko1zUXAW2Umb3dlTHV1u { top:53.1875rem;left:0rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSgCgxF2RKil90CK66KwngT8qAqyv9oZ { top:72.5625rem;left:12.4375rem;width:35.3125rem;height:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzvvM0TKLNNbRtzcQCptTqrFTIMpRD72 { top:87.4375rem;left:16.750001907349rem;width:18.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBWvH0ROxEAidd9gWGIReX33rl2oreq7 { top:87.375rem;left:0rem;width:18.75rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUunfVPd3d5XxbGzFZgdzxGwcBy9KUGc { top:72.5625rem;left:0rem;width:18.75rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzylTTz78pGxUETN33i4HX5Pe7g5pAgT { top:38.5625rem;left:0rem;width:18.75rem;height:14.0625rem;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 { 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 { width:20rem;height:2.3125rem;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.1874998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR77QdFeqWE113nMynaoEysT54AHV4X7 { width:13.5rem;height:0.975rem;top:0rem;left:6.4999998807906rem;font-size:0.25rem;text-align:right;text-align-last:right;z-index:100006;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 { width:20rem;height:253.6875rem;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) { #asxtrPQbT6zX9tOiU3clZhgHqLP61GKb { top:2.78125rem;left:0rem;width:7.3125rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfltTwQmLadrs3Ung1gUP2KVsyGdHNQx { display:block; }
 }@media only screen and (max-width: 763px) { #QlWVlemEsZnFEAZr49AKozPTv7p8ViNO { width:5.6875rem;height:5.625rem;top:1.1875rem;left:4.0937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui3ycuEFmKrF8nRo22Tn2oRbQnGcvswa { width:18.75rem;height:13.2rem;top:9.3854169845581rem;left:0.62500005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRn3I15f8q5szf6rNaXk0XETiglQDlWx { width:20rem;height:12.356020942408rem;top:25.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMSeBwPwfgINIe2HEALvlJkkTBssUTCF { width:20rem;height:12rem;top:41.90234375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRVJ33tBAwPxECiUlzAUmARbfD9GdQXZ { width:20rem;height:14.904013961606rem;top:56.151041984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhb3kqsWAdrlrL2aEBr9ACAME7n5Ng3U { width:17.3125rem;height:13rem;top:73.1796875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3nG2GMXMfgvZ5aUyT2SznhAT72VEZaT { width:17.1875rem;height:12.875rem;top:87.4296875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asf9e27CM2rfDcv5kPdDyzX5lpdU4PLc { top:105.6171875rem;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:103.8984375rem;left:4.8750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { width:17.5rem;height:19.2rem;top:174.44856834412rem;left:1.2500000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OuLiNXtRsW4vapwcBKOya5aHXQ8Q4ms2 { width:20rem;height:8.7958115183244rem;top:195.32487010956rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HitZXI08OqHiufEV77TPGmhu95GetLm0 { width:20rem;height:29.4rem;top:111.78385543823rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O4WeZZsisFZpxzoAXxemgiqKdPztxhmB { width:19.9375rem;height:19.9375rem;top:143.01236987114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTuEmCsvREtalxvPgCiOzPwo2gP5JKKz { width:7.75rem;height:8.875rem;top:164.26240158081rem;left:6.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWc67l6y84ghz4EosUhDFAdAWCvP5kmV { width:20rem;height:13.2rem;top:207.18229675293rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rdr5lyFeiWVxL3WlNuLAnKPnRk3akUiJ { width:16.0625rem;height:22.875rem;top:226.01796913147rem;left:1.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5dp9CC2lN2QFn5tNNeEResT4gJxuLsL { top:221.14296913147rem;left:2.9687501192093rem;width:14.0625rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZIkFoE1wrmLEuioRUWDtL7k760Qh4hD { display:block; }
 }@media only screen and (max-width: 763px) { #fC9UxR4W2GzeKLoznrbTryRcywubP9tg { display:block; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgLXHp5Q5Ly0y4ufFG10cW9uHuCC4Ver { width:20rem;height:1.625rem;top:0.6875rem;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:0.71875rem;left:7.7500003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:20rem;height:223.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDFhgH2CJfgE2DO3orEDw3isz3MCqPqt { width:13.0625rem;height:22.8125rem;top:53.961589813233rem;left:3.4687502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKDZcH9TQ17LvxQv5zi7Htv93NDVEsdW { width:5.625rem;height:5.625rem;top:2.40625rem;left:4.0624998807907rem;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:4rem;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) { #vJKNEJwX63lLSBAIk5sG9xJaFZyKOo3O { width:17.6875rem;height:13.25rem;top:208.94206237793rem;left:1.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIb9UTg7KoXO8WCqxhDklCfOVE6XLIUz { width:18.75rem;height:14.4rem;top:9.3997411727906rem;left:0.62500005960463rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TxUbTJT5vWD57gGfJ1hXAq0r8tkkREzL { width:20rem;height:13.10875rem;top:194.39714050293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waLKlWPbFtHSAVgVF0poLQuZU0dRSo2z { width:20rem;height:7.2rem;top:185.38542175293rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LwmG0dPpxMvrnoWqWITXcxqDhKKv9nTC { width:15.3125rem;height:25.875rem;top:27.192725181579rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTWwRbweeFokzspdu6VKVHPbWn6WWvBU { height:11.2330625rem;width:20rem;top:78.018885612487rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbQOpWdaHvPdb214pCUFHXBstv30SPA5 { width:20rem;height:16.8rem;top:89.981124877931rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lhp4Ve2Q6kRULNXhE2tT7JhezIvMPL0R { width:19rem;height:12.5rem;top:156.38542175293rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgnxW3OfEnwhAyJ7nsqUGvPHODq6Dx7W { width:17.5625rem;height:12.5rem;top:170.26042175293rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #soUOkBTyiPVzFgXceMTLn28JwJurSibs { width:17.625rem;height:20.5rem;top:108.12695884704rem;left:1.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ZUkUgNHWDtqNI9xi27J0JFezSBKH0a { width:17.6875rem;height:24.625rem;top:130.12760925293rem;left:1.1562500596046rem;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 { width:20rem;height:70.5rem;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) { #qU05VxdWzTTAd9TGe3h0aXbSJK3U9k1B { width:13.5rem;height:13.5rem;top:51.749381065369rem;left:3.2500000596046rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IEAe7MnPzCn1LUXCPrmdT2KCxiubfGlA { width:16.75rem;height:6rem;top:43.187500953674rem;left:1.6875000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NzW5SR2XoTqrz4DmdHeCcXp12VptRJnT { top:67.87500190735rem;left:7.1875002980231rem;width:5.625rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKROBogEQr1cTK4MZLqSzrgAKw8Se7f { display:block; }
 }@media only screen and (max-width: 763px) { #rGHgiUFL0L3OFO9FCNBLoGi1i1OPnXc1 { top:2.84375rem;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.2187495231628rem;left:14.374348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { width:13.5rem;height:13.4375rem;top:23.250000476837rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { width:16.75rem;height:12rem;top:9.1250004768369rem;left:1.6250000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TRy3TLfgz0cq2v5OUB6tINTDrTKRxGBp { top:39.518750190735rem;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) { #aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { display:block; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { background-color: transparent; background-image: none; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row .container > .video-iframe-container { display: none; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row > .video-iframe-container { display: none; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .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); }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 { border-width: 0; border-radius: 0; }#aw2TIxwbZh0bZpTxy2censwomFRGR4S1 > .row .container { width:20rem;height:160.8125rem;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) { #uJWKarMkaNnpt58wMIyOgGRy7lJaT62X { width:17.5rem;height:25.2rem;top:7.218770980835rem;left:1.2500000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W6Qk0D7Hb9cDAgE7Ht2E4nFm6PzED0Ru { top:3.1875rem;left:0rem;width:10.9375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMniMWh8yDadnkqfQAuEbLVxmzUr8IJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #hJ3aEz506DQJwAkTaFXtb2kBs7vCbGzx { width:5.625rem;height:5.625rem;top:1.59375rem;left:7.1874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJzZ9HdvD5Tuf7rxkR4WorSq4UaPgJoU { width:18.4375rem;height:12.125rem;top:34.687501907349rem;left:0.78125005960463rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pH1ASssmLa0RbR2Sa2yfu8vFZGcoXh46 { width:18.75rem;height:14rem;top:48.046225547791rem;left:0.62500005960463rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EFhxlgRbpSQByIID02TuSdR5a5v8k2RT { width:18.75rem;height:10.25rem;top:62.671229362488rem;left:0.62500005960463rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D3rATTNv3KXBko1zUXAW2Umb3dlTHV1u { width:18.75rem;height:14.0625rem;top:89.608729362487rem;left:0.62500005960463rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HSgCgxF2RKil90CK66KwngT8qAqyv9oZ { width:20rem;height:8.4rem;top:121.23372936249rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MzvvM0TKLNNbRtzcQCptTqrFTIMpRD72 { width:18.75rem;height:13.9375rem;top:146.06966686249rem;left:0.62500005960463rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mBWvH0ROxEAidd9gWGIReX33rl2oreq7 { width:18.75rem;height:14rem;top:131.13216686249rem;left:0.62500005960463rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mUunfVPd3d5XxbGzFZgdzxGwcBy9KUGc { width:18.75rem;height:14rem;top:105.35872936249rem;left:0.62500005960463rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qzylTTz78pGxUETN33i4HX5Pe7g5pAgT { width:18.75rem;height:14.0625rem;top:74.046229124069rem;left:0.62500005960463rem;z-index:100012;overflow:hidden;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 .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hc2Vn2FTXSsvXLdsIdcAHEZtX21Tx9c1 { width:20rem;height:2.6rem;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 .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; }
 }