.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:52.4375rem;width:60rem;position:relative;display:block; }#JEQNphiQJuKOZwRM7IpypUQfdl29aT2t { color:#071638;display:block;width:34.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100002;line-height:2.5;letter-spacing:0;top:7.63671875rem;left:19.500001907349rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IEVVmbz8nzfXDkSo8DLAnTvv0bAze2Zb { color:#071638;display:block;width:37rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:11.07421875rem;left:19.500001907349rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ibFx60y3POPxttkivwlrKZaaEtv2DNob { z-index:100006;top:22.38671875rem;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; }
#OZrPuHTEl2W1su2bW6HEtU6EKDwVT5bQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#asxtrPQbT6zX9tOiU3clZhgHqLP61GKb { z-index:100006;top:3.5734376907349rem;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:19.5rem;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; }
#QKXrwif4GLQNFGZy8PTCChT0R9pTs5NG { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.1875rem;width:37.8125rem;top:26.5859375rem;left:19.500001907349rem;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:199.875rem;width:60rem;position:relative;display:block; }#Ce6nuRtacDJt5uyMkw9Fgte2ZedtC8VG { color:#071638;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:76.362503051756rem;left:20.000001907349rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W2iDnvfkI449LdPL4WWLyKUFKaTMhi2y { z-index:100007;top:72.987503051756rem;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.9375rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VOvTadDKpElNtPQt3F9Zv8Z6VIUCVbka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I1no0WFONZmKACHE1be6oiusRRFeSur1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:26.3125rem;top:84.936721801756rem;left:20.000001907349rem;overflow:hidden;display:block; }
#NbMyW3JdBX6Dh9kOk7pLXcyx7sZfdlJH { 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:70.873440742494rem;left:4.1875rem;display:block; }
#DWQJWrsnhPPt6QJvpaX4tUulzCQcIsAU { z-index:100008;top:107.37500286102rem;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.9375rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xd2JZU3fCql20bZCITsCLaEWPIHfSu0V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#k8chgv8hLNTbaHsQfrTop4Opv6zCa0qq { color:#071638;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:110.75000286102rem;left:20.000001907349rem;height:28.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lru1g3ZEWGGgMGFXTOMID5UpINvEoi3s { 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:105.43750286102rem;left:4.1875rem;display:block; }
#TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { color:#071638;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:9.5609376430513rem;left:20.093751907349rem;height:14.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kDFhgH2CJfgE2DO3orEDw3isz3MCqPqt { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22rem;width:16.375rem;top:141.33750343323rem;left:20.000001907349rem;overflow:hidden;display:block; }
#GS5T9lfEA0eO9fMWmpihklVkcI8ZI5Ny { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:20rem;top:141.33750343323rem;left:37.405469894409rem;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:4.4359378814697rem;left:4.1875rem;display:block; }
#lx9wVaTEmbRLe8eNCZNCOI2JdxHf5PSS { z-index:100009;top:6.1859378814697rem;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.9375rem;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; }
#TKTlf9DlqF9BkltVVdzlyHhI3loV1qEu { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5625rem;width:18.5rem;top:54.248441696167rem;left:20.093751907349rem;overflow:hidden;display:block; }
#vJKNEJwX63lLSBAIk5sG9xJaFZyKOo3O { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.25rem;width:37.25rem;top:25.935941696167rem;left:20.093751907349rem;overflow:hidden;display:block; }
#xJLMRoBxcONZM6LTyCXnuLaCg8ZdT642 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:20rem;top:153.21250295639rem;left:37.405469894409rem;overflow:hidden;display:block; }
#t8wPnOlXodufZuMmyvZaQ0yFB9ncu1Vq { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.6875rem;width:20rem;top:167.02500343323rem;left:37.405469894409rem;overflow:hidden;display:block; }
#Fh3pE8cBLP9xqf7F0pa0G5pGZTZXKLuO { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.25rem;width:16.375rem;top:164.40000343323rem;left:20.000001907349rem;overflow:hidden;display:block; }
#QHvacx81SKBPZZTgKGXWM5chWpIJRqLg { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5625rem;width:18.0625rem;top:54.248441696167rem;left:39.280469894409rem;overflow:hidden;display:block; }
#vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN { position:relative;display:block; }#vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN { background-color: transparent; background-image: none; }#vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN > .row .container > .video-iframe-container { display: none; }#vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN > .row > .video-iframe-container { display: none; }#vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN > .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); }#vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN { border-width: 0; border-radius: 0; }#vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN > .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:89.6875rem;width:60rem;position:relative;display:block; }#cV1ckxQG54SnioQRxwQGngabCwZTAI02 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.25rem;width:17.375rem;top:34.18593788147rem;left:19.906251907349rem;overflow:hidden;display:block; }
#w3OOgZAhzpunVVUBHui5uH9PeUqeuSPL { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1875rem;width:20.25rem;top:63.600000381469rem;left:38.250001907349rem;overflow:hidden;display:block; }
#KyQwavHh2A2Ef8Wqwdc966ACQtJMSxQO { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:20.25rem;top:48.375rem;left:38.250001907349rem;overflow:hidden;display:block; }
#krsiumHT4P69k1BpB86rJE6yyVvkya1S { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.875rem;width:17.375rem;top:57.97500038147rem;left:19.906251907349rem;overflow:hidden;display:block; }
#mndmOL1LGVnVCXZGpLT8zshQra4zpU9Z { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:17.375rem;top:73.662500381469rem;left:19.906251907349rem;overflow:hidden;display:block; }
#ucftnkwhh09GZ881UWK6poewBf4ld2mD { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:20.25rem;top:34.18593788147rem;left:38.250001907349rem;overflow:hidden;display:block; }
#QrbaQl7cJCslcQLfoo1k3qenVHo7PLaA { color:#071638;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:9.56093788147rem;left:19.906251907349rem;height:23.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jwi39nqDxDvOwxK0wuTynd8uNkQAvxuf { 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:4.4359378814697rem;left:4.1875rem;display:block; }
#WVCitAnHMEiVkTUJbmMcq86cryFJ9bTu { z-index:100009;top:6.1859378814697rem;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.9375rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RFCDt4k6NvN2fPkdfXTcnvn6w0X9E9Fk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA { position:relative;display:block; }#Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA { background-color: transparent; background-image: none; }#Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA > .row .container > .video-iframe-container { display: none; }#Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA > .row > .video-iframe-container { display: none; }#Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA > .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); }#Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA { border-width: 0; border-radius: 0; }#Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA > .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:89.3125rem;width:60rem;position:relative;display:block; }#REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.625rem;width:36.6875rem;top:44.435936927796rem;left:19.906251907349rem;overflow:hidden;display:block; }
#Ep8GJT44HGyZsKFXPhoVbHwmxoN3vsfx { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:18.125rem;top:76.475000381469rem;left:19.906251907349rem;overflow:hidden;display:block; }
#CTrKQTi6gGzoDNytwVFe1kPQ4sJy2p3f { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:18.125rem;top:65.748437881469rem;left:38.530469894409rem;overflow:hidden;display:block; }
#A81UE0d7D119ZNBynRsX10DVMoeL1zJt { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:18.125rem;top:76.475000381469rem;left:38.530469894409rem;overflow:hidden;display:block; }
#HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { color:#071638;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:9.56093788147rem;left:19.906251907349rem;height:32.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q0QEyXSA14ApGAqdmu1v9PTAQhMldtR1 { 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:4.4359378814697rem;left:4.1875rem;display:block; }
#uF5TTzayA1py2QGsyP73Td2UI66IaTqe { z-index:100009;top:6.1859378814697rem;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.9375rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XPIksqnl60MHww6fMwnORSsSyfxW28We { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AO5EtTdV1lnpgEdkSmZQA2zSTFzLgTvN { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:18.125rem;top:65.717187881469rem;left:19.906251907349rem;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:87.8125rem;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:15.46249961853rem;left:3.1875rem;overflow:hidden;display:block; }
#SkowF2Xp8l7y0csM13SoLDiU7T3yMP1P { color:#071638;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100002;line-height:2.5;letter-spacing:0;top:15.462500095367rem;left:25.281251907349rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IEAe7MnPzCn1LUXCPrmdT2KCxiubfGlA { color:#071638;display:block;width:33.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:18.900000572204rem;left:25.281251907349rem;height:14.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NzW5SR2XoTqrz4DmdHeCcXp12VptRJnT { z-index:100006;top:35.30078125rem;left:25.281251907349rem;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:3.5734376907349rem;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:1.69921875rem;left:23.187501907349rem;display:block; }
#WsIO6rnRQ8myuZlF0Sr5AAaE0zWhTzpq { color:#071638;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:2.5;letter-spacing:0;top:43.80078125rem;left:25.281251907349rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zQlvtABLTOaQKZ0NH9Rnusmn7mVF6HFX { color:#071638;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:47.23828125rem;left:25.281251907349rem;height:14.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xWZxQ3hdA0xBGt1tdAMCvQUTiXpNRanc { z-index:100007;top:64.05078125rem;left:25.281251907349rem;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; }
#tAGnSoh9Ueka6mInipSfIPXaVqZMU8SK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#miUVJJOPTVcWpQJilA4JRV0fUn43eRg5 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:18.75rem;top:43.80078125rem;left:3.1875rem;overflow:hidden;display:block; }
#qSl9Df7V6dsEd4JV9C0ObbcJtIBBQeiH { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:63.42578125rem;left:3.1875rem;overflow:hidden;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:43.875rem;width:60rem;position:relative;display:block; }#qEnT9Uxpn9XUu1rWsNm5Eg2Owk5CSE9K { color:#071638;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100002;line-height:2.5;letter-spacing:0;top:12.986726284027rem;left:25.062501907349rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJWKarMkaNnpt58wMIyOgGRy7lJaT62X { color:#071638;display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:16.424226760864rem;left:25.062501907349rem;height:12.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RB2IpTPvMhSJWBFuO26d1dlThS7nrwQR { z-index:100006;top:29.648445129394rem;left:25.062501907349rem;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; }
#pkVTCCP92ao9tfffVHTNnaxoToKtTMtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W6Qk0D7Hb9cDAgE7Ht2E4nFm6PzED0Ru { z-index:100006;top:3.5734376907349rem;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:19.5rem;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; }
#XbLf2yGrPxhlyE0D07X2m7AALSxw1KTS { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:18.625rem;top:26.023438453674rem;left:3.25rem;overflow:hidden;display:block; }
#zJzZ9HdvD5Tuf7rxkR4WorSq4UaPgJoU { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:18.625rem;top:12.986718654633rem;left:3.25rem;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) { #JEQNphiQJuKOZwRM7IpypUQfdl29aT2t { top:7.625rem;left:13.25rem;width:34.5rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVVmbz8nzfXDkSo8DLAnTvv0bAze2Zb { top:11.0625rem;left:10.75rem;width:37rem;height:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibFx60y3POPxttkivwlrKZaaEtv2DNob { top:22.375rem;left:13.375001907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZrPuHTEl2W1su2bW6HEtU6EKDwVT5bQ { display:block; }
 }@media only screen and (max-width: 763px) { #asxtrPQbT6zX9tOiU3clZhgHqLP61GKb { top:3.5625rem;left:0rem;width:19.5rem;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) { #QKXrwif4GLQNFGZy8PTCChT0R9pTs5NG { top:26.5625rem;left:9.9375rem;width:37.8125rem;height:21.1875rem;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) { #Ce6nuRtacDJt5uyMkw9Fgte2ZedtC8VG { top:76.3125rem;left:10rem;width:37.75rem;height:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2iDnvfkI449LdPL4WWLyKUFKaTMhi2y { top:72.9375rem;left:0rem;width:10.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOvTadDKpElNtPQt3F9Zv8Z6VIUCVbka { display:block; }
 }@media only screen and (max-width: 763px) { #I1no0WFONZmKACHE1be6oiusRRFeSur1 { top:84.875rem;left:13.875001907349rem;width:26.3125rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbMyW3JdBX6Dh9kOk7pLXcyx7sZfdlJH { top:70.8125rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWQJWrsnhPPt6QJvpaX4tUulzCQcIsAU { top:107.375rem;left:0rem;width:10.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd2JZU3fCql20bZCITsCLaEWPIHfSu0V { display:block; }
 }@media only screen and (max-width: 763px) { #k8chgv8hLNTbaHsQfrTop4Opv6zCa0qq { top:110.75rem;left:10rem;width:37.75rem;height:28.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lru1g3ZEWGGgMGFXTOMID5UpINvEoi3s { top:105.4375rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { top:9.5rem;left:10.1875rem;width:37.5625rem;height:14.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDFhgH2CJfgE2DO3orEDw3isz3MCqPqt { top:141.3125rem;left:13.875001907349rem;width:16.375rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS5T9lfEA0eO9fMWmpihklVkcI8ZI5Ny { top:141.3125rem;left:27.75rem;width:20rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKDZcH9TQ17LvxQv5zi7Htv93NDVEsdW { top:4.375rem;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.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgpGtgKeJ6Q14g4U2QXfWWhkusKPqa2M { display:block; }
 }@media only screen and (max-width: 763px) { #TKTlf9DlqF9BkltVVdzlyHhI3loV1qEu { top:54.1875rem;left:13.968751907349rem;width:18.5rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJKNEJwX63lLSBAIk5sG9xJaFZyKOo3O { top:25.875rem;left:10.5rem;width:37.25rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJLMRoBxcONZM6LTyCXnuLaCg8ZdT642 { top:153.1875rem;left:27.75rem;width:20rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wPnOlXodufZuMmyvZaQ0yFB9ncu1Vq { top:167rem;left:27.75rem;width:20rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh3pE8cBLP9xqf7F0pa0G5pGZTZXKLuO { top:164.375rem;left:13.875001907349rem;width:16.375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHvacx81SKBPZZTgKGXWM5chWpIJRqLg { top:54.1875rem;left:29.6875rem;width:18.0625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN { display:block; }#vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cV1ckxQG54SnioQRxwQGngabCwZTAI02 { top:34.125rem;left:13.781251907349rem;width:17.375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3OOgZAhzpunVVUBHui5uH9PeUqeuSPL { top:63.5625rem;left:27.5rem;width:20.25rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyQwavHh2A2Ef8Wqwdc966ACQtJMSxQO { top:48.375rem;left:27.5rem;width:20.25rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krsiumHT4P69k1BpB86rJE6yyVvkya1S { top:57.9375rem;left:13.781251907349rem;width:17.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mndmOL1LGVnVCXZGpLT8zshQra4zpU9Z { top:73.625rem;left:13.781251907349rem;width:17.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucftnkwhh09GZ881UWK6poewBf4ld2mD { top:34.125rem;left:27.5rem;width:20.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrbaQl7cJCslcQLfoo1k3qenVHo7PLaA { top:9.5rem;left:10rem;width:37.75rem;height:23.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwi39nqDxDvOwxK0wuTynd8uNkQAvxuf { top:4.375rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVCitAnHMEiVkTUJbmMcq86cryFJ9bTu { top:6.125rem;left:0rem;width:10.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFCDt4k6NvN2fPkdfXTcnvn6w0X9E9Fk { display:block; }
 }@media only screen and (max-width: 763px) { #Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA { display:block; }#Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { top:44.375rem;left:11.0625rem;width:36.6875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep8GJT44HGyZsKFXPhoVbHwmxoN3vsfx { top:76.4375rem;left:13.781251907349rem;width:18.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTrKQTi6gGzoDNytwVFe1kPQ4sJy2p3f { top:65.6875rem;left:29.625rem;width:18.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A81UE0d7D119ZNBynRsX10DVMoeL1zJt { top:76.4375rem;left:29.625rem;width:18.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { top:9.5rem;left:10rem;width:37.75rem;height:32.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0QEyXSA14ApGAqdmu1v9PTAQhMldtR1 { top:4.375rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF5TTzayA1py2QGsyP73Td2UI66IaTqe { top:6.125rem;left:0rem;width:10.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPIksqnl60MHww6fMwnORSsSyfxW28We { display:block; }
 }@media only screen and (max-width: 763px) { #AO5EtTdV1lnpgEdkSmZQA2zSTFzLgTvN { top:65.6875rem;left:13.781251907349rem;width:18.125rem;height:10.1875rem;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:15.4375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkowF2Xp8l7y0csM13SoLDiU7T3yMP1P { top:15.4375rem;left:19.156251907349rem;width:27.25rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEAe7MnPzCn1LUXCPrmdT2KCxiubfGlA { top:18.875rem;left:14.5rem;width:33.25rem;height:14.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzW5SR2XoTqrz4DmdHeCcXp12VptRJnT { top:35.25rem;left:19.156251907349rem;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:3.5625rem;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:1.6875rem;left:17.062501907349rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsIO6rnRQ8myuZlF0Sr5AAaE0zWhTzpq { top:43.75rem;left:19.156251907349rem;width:26.625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQlvtABLTOaQKZ0NH9Rnusmn7mVF6HFX { top:47.1875rem;left:14.625rem;width:33.125rem;height:14.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWZxQ3hdA0xBGt1tdAMCvQUTiXpNRanc { top:64rem;left:19.156251907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAGnSoh9Ueka6mInipSfIPXaVqZMU8SK { display:block; }
 }@media only screen and (max-width: 763px) { #miUVJJOPTVcWpQJilA4JRV0fUn43eRg5 { top:43.75rem;left:0rem;width:18.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSl9Df7V6dsEd4JV9C0ObbcJtIBBQeiH { top:63.375rem;left:0rem;width:18.75rem;height:18.75rem;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) { #qEnT9Uxpn9XUu1rWsNm5Eg2Owk5CSE9K { top:12.9375rem;left:17.5625rem;width:30.1875rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJWKarMkaNnpt58wMIyOgGRy7lJaT62X { top:16.375rem;left:16.3125rem;width:31.4375rem;height:12.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB2IpTPvMhSJWBFuO26d1dlThS7nrwQR { top:29.625rem;left:18.937501907349rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkVTCCP92ao9tfffVHTNnaxoToKtTMtc { display:block; }
 }@media only screen and (max-width: 763px) { #W6Qk0D7Hb9cDAgE7Ht2E4nFm6PzED0Ru { top:3.5625rem;left:0rem;width:19.5rem;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) { #XbLf2yGrPxhlyE0D07X2m7AALSxw1KTS { top:26rem;left:0rem;width:18.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJzZ9HdvD5Tuf7rxkR4WorSq4UaPgJoU { top:12.9375rem;left:0rem;width:18.625rem;height:12.375rem;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:20rem;height:6.125rem;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.5625rem;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:0.53125rem;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:0.5625rem;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.1874998807907rem;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:36.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) { #JEQNphiQJuKOZwRM7IpypUQfdl29aT2t { width:20rem;height:2.1875rem;top:6.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEVVmbz8nzfXDkSo8DLAnTvv0bAze2Zb { width:17.5rem;height:8.4rem;top:9rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ibFx60y3POPxttkivwlrKZaaEtv2DNob { top:18.21249961853rem;left:7.1874998807906rem;width:5.625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZrPuHTEl2W1su2bW6HEtU6EKDwVT5bQ { display:block; }
 }@media only screen and (max-width: 763px) { #asxtrPQbT6zX9tOiU3clZhgHqLP61GKb { top:2.46875rem;left:4.5312498807907rem;width:10.9375rem;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:0.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKXrwif4GLQNFGZy8PTCChT0R9pTs5NG { height:10.9375rem;width:20rem;top:20.64999961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC9UxR4W2GzeKLoznrbTryRcywubP9tg { display:block; }#fC9UxR4W2GzeKLoznrbTryRcywubP9tg > .row .container { width:20rem;height:1.75rem;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.4375003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:20rem;height:229.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ce6nuRtacDJt5uyMkw9Fgte2ZedtC8VG { width:17.5rem;height:6rem;top:68.942188262938rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2iDnvfkI449LdPL4WWLyKUFKaTMhi2y { top:64.910938262938rem;left:4.5312498807907rem;width:10.9375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOvTadDKpElNtPQt3F9Zv8Z6VIUCVbka { display:block; }
 }@media only screen and (max-width: 763px) { #I1no0WFONZmKACHE1be6oiusRRFeSur1 { width:17.5rem;height:13.125rem;top:76.067188262938rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbMyW3JdBX6Dh9kOk7pLXcyx7sZfdlJH { width:5.625rem;height:5.625rem;top:63.317188262937rem;left:1.25rem;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) { #DWQJWrsnhPPt6QJvpaX4tUulzCQcIsAU { top:92.660938262938rem;left:4.5312498807907rem;width:10.9375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd2JZU3fCql20bZCITsCLaEWPIHfSu0V { display:block; }
 }@media only screen and (max-width: 763px) { #k8chgv8hLNTbaHsQfrTop4Opv6zCa0qq { width:17.5rem;height:26.4rem;top:96.692188262938rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lru1g3ZEWGGgMGFXTOMID5UpINvEoi3s { width:5.625rem;height:5.625rem;top:91.067188262938rem;left:1.25rem;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) { #TT5tVW7RiBzicZo5WTUsCMpTdmrT1X1c { width:17.5rem;height:12rem;top:6.874218940735rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDFhgH2CJfgE2DO3orEDw3isz3MCqPqt { width:18.125rem;height:24.3125rem;top:123.09218788147rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS5T9lfEA0eO9fMWmpihklVkcI8ZI5Ny { width:18.125rem;height:10.0625rem;top:147.97968769074rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKDZcH9TQ17LvxQv5zi7Htv93NDVEsdW { width:5.625rem;height:5.625rem;top:1.2499952316284rem;left:0.9375rem;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:2.8429698944092rem;left:4.5312498807907rem;width:10.9375rem;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) { #TKTlf9DlqF9BkltVVdzlyHhI3loV1qEu { width:18.125rem;height:13.25rem;top:33.942188262939rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJKNEJwX63lLSBAIk5sG9xJaFZyKOo3O { width:18.125rem;height:13.25rem;top:20.061719894409rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJLMRoBxcONZM6LTyCXnuLaCg8ZdT642 { width:18.125rem;height:11.625rem;top:191.72968769074rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8wPnOlXodufZuMmyvZaQ0yFB9ncu1Vq { width:18.125rem;height:24.125rem;top:203.97968864441rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh3pE8cBLP9xqf7F0pa0G5pGZTZXKLuO { width:18.125rem;height:32.375rem;top:158.66718864441rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHvacx81SKBPZZTgKGXWM5chWpIJRqLg { width:18.125rem;height:13.5625rem;top:47.942188262939rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN { display:block; }#vESfZEgN5tHl66Kfhyq2mWBOC4qbxiRN > .row .container { width:20rem;height:126.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cV1ckxQG54SnioQRxwQGngabCwZTAI02 { width:18.125rem;height:24.25rem;top:29.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3OOgZAhzpunVVUBHui5uH9PeUqeuSPL { width:18.125rem;height:13.5625rem;top:111.84062576294rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyQwavHh2A2Ef8Wqwdc966ACQtJMSxQO { width:18.125rem;height:12.875rem;top:83.01953125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krsiumHT4P69k1BpB86rJE6yyVvkya1S { width:18.125rem;height:15.5rem;top:66.832813262938rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mndmOL1LGVnVCXZGpLT8zshQra4zpU9Z { width:18.125rem;height:14.5625rem;top:96.590624809262rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucftnkwhh09GZ881UWK6poewBf4ld2mD { width:18.125rem;height:12rem;top:54.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrbaQl7cJCslcQLfoo1k3qenVHo7PLaA { width:16.75rem;height:21.6rem;top:6.8742198944094rem;left:1.6250001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jwi39nqDxDvOwxK0wuTynd8uNkQAvxuf { width:5.625rem;height:5.625rem;top:1.2492218017578rem;left:0.9375rem;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) { #WVCitAnHMEiVkTUJbmMcq86cryFJ9bTu { top:2.8429698944092rem;left:4.5312498807907rem;width:10.9375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFCDt4k6NvN2fPkdfXTcnvn6w0X9E9Fk { display:block; }
 }@media only screen and (max-width: 763px) { #Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA { display:block; }#Us2xLGNK6UN0pTPpChIrvV8lKAzDAqWA > .row .container { width:20rem;height:92.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REevpz74r5CdnKTCyEHqgw08WaTLH5Qx { width:18.125rem;height:10.1875rem;top:37.724219322204rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep8GJT44HGyZsKFXPhoVbHwmxoN3vsfx { width:18.125rem;height:10.1875rem;top:70.036720275881rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTrKQTi6gGzoDNytwVFe1kPQ4sJy2p3f { width:18.125rem;height:10.125rem;top:59.28750038147rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A81UE0d7D119ZNBynRsX10DVMoeL1zJt { width:18.125rem;height:10.1875rem;top:80.911718368531rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfEJaGqFev6MuKGLa0G81TCBZ8TEZ5k { width:16.75rem;height:30rem;top:6.875rem;left:1.6250001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q0QEyXSA14ApGAqdmu1v9PTAQhMldtR1 { width:5.625rem;height:5.625rem;top:1.2500009536743rem;left:0.9375rem;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) { #uF5TTzayA1py2QGsyP73Td2UI66IaTqe { top:2.84375rem;left:4.5312498807907rem;width:10.9375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPIksqnl60MHww6fMwnORSsSyfxW28We { display:block; }
 }@media only screen and (max-width: 763px) { #AO5EtTdV1lnpgEdkSmZQA2zSTFzLgTvN { width:18.125rem;height:10.1875rem;top:48.47500038147rem;left:0.9375rem;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:69.375rem;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:8.5rem;left:3.2500001192093rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SkowF2Xp8l7y0csM13SoLDiU7T3yMP1P { width:20rem;height:2.1875rem;top:22rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEAe7MnPzCn1LUXCPrmdT2KCxiubfGlA { width:16.75rem;height:12rem;top:24.5rem;left:1.6250001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NzW5SR2XoTqrz4DmdHeCcXp12VptRJnT { top:37.125000953674rem;left:7.1874998807906rem;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:3.0625rem;left:0rem;width:20rem;height:2.4375rem;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.46875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsIO6rnRQ8myuZlF0Sr5AAaE0zWhTzpq { width:20rem;height:2.1875rem;top:49.375001907349rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQlvtABLTOaQKZ0NH9Rnusmn7mVF6HFX { width:16.875rem;height:12rem;top:51.812500953674rem;left:1.5625001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xWZxQ3hdA0xBGt1tdAMCvQUTiXpNRanc { top:65.1875rem;left:7.1874998807906rem;width:5.625rem;height:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAGnSoh9Ueka6mInipSfIPXaVqZMU8SK { display:block; }
 }@media only screen and (max-width: 763px) { #miUVJJOPTVcWpQJilA4JRV0fUn43eRg5 { width:8.125rem;height:8rem;top:41.4375rem;left:1.6250001192093rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qSl9Df7V6dsEd4JV9C0ObbcJtIBBQeiH { width:8rem;height:8rem;top:41.437500953674rem;left:10.312500357628rem;z-index:100012;overflow:hidden;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:49.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) { #qEnT9Uxpn9XUu1rWsNm5Eg2Owk5CSE9K { width:20rem;height:2.5rem;top:7.061718940735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJWKarMkaNnpt58wMIyOgGRy7lJaT62X { width:17.5rem;height:9.6rem;top:9.561718940735rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RB2IpTPvMhSJWBFuO26d1dlThS7nrwQR { top:45.85000038147rem;left:7.1874998807906rem;width:5.625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkVTCCP92ao9tfffVHTNnaxoToKtTMtc { display:block; }
 }@media only screen and (max-width: 763px) { #W6Qk0D7Hb9cDAgE7Ht2E4nFm6PzED0Ru { top:3.0304689407349rem;left:4.5312498807907rem;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.4367189407349rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbLf2yGrPxhlyE0D07X2m7AALSxw1KTS { width:18.125rem;height:12rem;top:32.625rem;left:0.9375rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zJzZ9HdvD5Tuf7rxkR4WorSq4UaPgJoU { width:18.125rem;height:12rem;top:19.97500038147rem;left:0.9375rem;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:13.5625rem;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.5375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0SO6lvTeAHZDUITcpn9wLwFvbKWsGOI { width:15.375rem;height:1.25rem;top:8.1625rem;left:2.25rem;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; }
 }