.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:url("https://images.assets-landingi.com/2KYvu0Q5/s1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { background-color: transparent; background-image: none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container > .video-iframe-container { display: none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row > .video-iframe-container { display: none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .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); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { border-width: 0; border-radius: 0; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#XNSm5Di01HUElrqQWdW3kVuvwqZnBWTn { color:#ad1818;display:block;width:4.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:.8;letter-spacing:0;top:0.75rem;left:3.1875rem;height:;font-style:normal;display:block; }#XNSm5Di01HUElrqQWdW3kVuvwqZnBWTn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XNSm5Di01HUElrqQWdW3kVuvwqZnBWTn li:before{  }
#mPSAeq0kXtwIX9sHyFc93hBkT8sqayGi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ad1818;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.8125rem;left:23.125rem;display:block; }
#iik1HEW5qLmgNuaH12X8d4XmGgirUppD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQIFummNbeRuUIBRC40B5EwvbomZqS9x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ad1818;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.8125rem;left:29.375rem;display:block; }
#LumJi0bWr8MdEbmd32mfpAwao9CanCwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xt4HBqp2ddFT73gtCpDxd8ZfXPZBhaD8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ad1818;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.8125rem;left:35.625rem;display:block; }
#siB3ZCdiu0kPuGlsxNVu7H7hPm90SqxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCi4IDLXdGHab38dt6cFshoG7E3sTEhZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ad1818;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.8125rem;left:41.875rem;display:block; }
#fmxks2MoanVMDwBdeluiJu4VG08V0NXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFZQPdhTKk4ViKtmf8RJ6BsITtHvbfTt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ad1818;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.75rem;left:48.125rem;display:block; }
#Zm9cUkaFcWON4PZwEiiLOlqPG7XiD11G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRE27zcsLK3mV7F43FA924WdNxTF60Hu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ad1818;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.75rem;left:54.375rem;display:block; }
#HtmvIG5i3nQkI7HSrqTg85vSAAMtqa0c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { background-color: transparent; background-image: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container > .video-iframe-container { display: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container { display: none; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .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); }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { border-width: 0; border-radius: 0; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#xHSAVTQcsBvs3Sp37p5MsqzEiax9nuuK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:6.625rem;left:0rem;overflow:hidden;display:block; }
#viA9dtWtPXJcnv0e42MLUEsZQTvShSUr { color:rgba(0,0,0,0);display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:31.6875rem;left:3.53125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THkhD3gKr3v62RQ1fxkAqDeCbtoUXC48 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.375rem;top:6.625rem;left:55.25rem;overflow:hidden;display:block; }
#ikzt9zI49OA4I0Zsg9Wz2mRZbGTuBsK8 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0;border-left:0.4375rem solid #ad1818;border-right:0;border-bottom:0.4375rem solid #ad1818;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:27.1875rem;top:11.5625rem;left:2.0625rem;display:block; }
#yvHLL9RcNQxzzBX3FbMkDO1BaIVnLuaI { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.375rem dotted #ffffff;border-bottom:0.375rem dotted #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:27.1875rem;top:12.0625rem;left:30.125rem;display:block; }
#R7V7rpZn9ZmIdfoCc6NDl8dcrHHZdWU3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:35.8125rem;left:28.1875rem;overflow:hidden;display:block; }
#QHc7arZORCFN7lkAoiCkBTd1lpnZ4T5S { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ad1818;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.987500190735rem;left:23.000001907349rem;display:block; }
#B3mTFZbdBzmBqO7CvtmGXkZtvuT8Z5ZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dwocKAb2ytO9gpUSbFCT1dAClAtgewkz { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ad1818;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.75rem;height:3.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.925000190735rem;left:3.125rem;display:block; }
#kpFgZ347ug0x6x1WqqnyqfM2BZ275dvQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { background-color: transparent; background-image: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container > .video-iframe-container { display: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container { display: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .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); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { border-width: 0; border-radius: 0; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:60rem;position:relative;display:block; }#ne52a5sGyAPaPWnqUVnt1bSBn4iT19tv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:16.25rem;top:6.03125rem;left:6.0625rem;overflow:hidden;display:block; }
#usNyCHf66dtlid4xd4Uhcty9eNcEzncI { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:16.25rem;top:6.03125rem;left:6.0625rem;display:block; }
#aJPXDhL1K1iyDhKdG584Bg9zd8JEJ2DD { color:#ad1818;display:block;width:34.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0312497615814rem;left:24.925001144409rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pbQZi19GJhDx0zOkaeXwHc8Q800KFxNU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:5.5rem;top:27.781250238419rem;left:53.375001907349rem;overflow:hidden;display:block; }
#IGauOlPbOINKKZRSV8oaizWfL39Mx6eo { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0.375rem dotted #772121;border-right:0;border-bottom:0.375rem dotted #772121;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:23.75rem;top:12.28125rem;left:25.4375rem;display:block; }
#nfqG2INEL9Tmco0kuVMsL2lmb2ffoqmM { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.03125rem;left:25.750001907349rem;height:15.6rem;display:block; }
#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#807070;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { background-color: transparent; background-image: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container > .video-iframe-container { display: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container { display: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .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); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { border-width: 0; border-radius: 0; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#oSKBzlnpv3sUTZuUR5JXqm6oVJqXCGup { color:#ffffff;display:block;width:59.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.34375rem;left:0.625rem;height:3.65625rem;font-style:normal;display:block; }
#ebyRKHDatsgnXc4vROpEIQGehCV4RyDE { color:#ffffff;display:block;width:59.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.96875rem;left:0.625rem;height:1.625rem;display:block; }
#egp4QQseMb3vPEial81Z2suDIm3e3aD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#772121;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container { background-color: transparent; background-image: none; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container > .video-iframe-container { display: none; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row > .video-iframe-container { display: none; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .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); }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container { border-width: 0; border-radius: 0; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#C6IhW4DblsC7aw4d920dSgNzVRhF8oAI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:4.5rem;top:3.625rem;left:2.28125rem;overflow:hidden;display:block; }
#kUUsfFO8k4KvIBObGQp50JBTPKt5lqON { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5rem;top:4.03125rem;left:13.125rem;overflow:hidden;display:block; }
#pFDcS4k6AA8ckedhSTz61G0197IZ476w { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:6.3125rem;top:4.53125rem;left:26.65625rem;overflow:hidden;display:block; }
#aEcuwttJO8nxsiVEdCeEf66HtC9OFPVm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:3.5rem;left:40.875rem;overflow:hidden;display:block; }
#sZBcvngyoA65mf6roX9M9k3aWTTDqF8Q { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:5.25rem;top:4.125rem;left:52.59375rem;overflow:hidden;display:block; }
#qss6izHi6QwTFDF5hWZpBADTz5q5pXal { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:block; }
#N4e60HQQtJfOcd8k2KO7RBgLDtIwpQCc { position:absolute;display:block;z-index:15006;background-color:#ad1818;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:49.1875rem;top:11.75rem;left:5.375rem;display:block; }
#DQcxpBT60ZinelxH40Uw0iGTsKLPHlz7 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #ad1818;border-left:0.375rem solid #ad1818;border-right:0.375rem solid #ad1818;border-bottom:0.375rem solid #ad1818;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:10.78125rem;left:3.125rem;display:block; }
#QUizCFwzmmqtIdDOORQVZgIEF5BqTprX { position:absolute;display:block;z-index:15008;background-color:#ad1818;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:54.5rem;display:block; }
#h30Z0n1lpCslwr7huGH9P90eGqOJbVPC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:28.40625rem;overflow:hidden;display:block; }
#oatben4dnKtN1JUhlkz2h29XevyS5DIT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:42.15625rem;overflow:hidden;display:block; }
#rov4L9eEvzmRRaFLUca6MmfZHlzk432d { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.875rem;left:2.28125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#nLx3f5M7212awTL05UIp2xUvq66q69sR { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.875rem;left:13.78125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#WeTsRkFrnbVARMtP5R8x8n7nNErKvqda { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.875rem;left:27.125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#rONR7f8zaJQW6pqn6mEbSroxkHRwu8Lm { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.875rem;left:39.03125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#V8aBvGAMefGNpXC2EGPOUkHAMCTlaWFE { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.875rem;left:52.53125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#wpfSPvpOK4L4Zfu5gObVMHQiTQV8e6Wn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#tGK2GyiuxDzxuaF4DoEDkROq46UzHB8P { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#ItWffduNpisigLExe744LwmOVEyA2B1C { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#772121;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container { background-color: transparent; background-image: none; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container > .video-iframe-container { display: none; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row > .video-iframe-container { display: none; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .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); }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container { border-width: 0; border-radius: 0; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#hSeMSvyN2PK0xaxGes4uayERysgUhXeG { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ad1818;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.9375rem;left:23rem;display:block; }
#nDRmH8caSBeRhl9NqJ5fBW9rpqOMMTJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row .container { background-color: transparent; background-image: none; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row .container > .video-iframe-container { display: none; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row > .video-iframe-container { display: none; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .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); }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row .container { border-width: 0; border-radius: 0; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#UTg8RIcttdfl8hXkxAfTfKxbihMDulR5 { color:#ad1818;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0.625rem;height:3.65625rem;font-style:normal;display:block; }
#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row .container { background-color: transparent; background-image: none; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row .container > .video-iframe-container { display: none; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row > .video-iframe-container { display: none; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .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); }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row .container { border-width: 0; border-radius: 0; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#plawHQCqIuPBWfO33O41AydzEd9Oexpo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:6.6875rem;left:5.96875rem;overflow:hidden;display:block; }
#H8vZTMcG1s5vcRUkaXOIooR2F7flKJoP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:5.25rem;left:25.21875rem;overflow:hidden;display:block; }
#Dnxk9WilRSX9DXk0VAU9BMcSndOyPbLX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:3.875rem;left:44.53125rem;overflow:hidden;display:block; }
#p3VXAeVVT1WZPE9lWOpGxSexZHi6oqXf { color:#772121;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:0.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VCCqQMnJdPnAalq6a24oD0oIU3TGVyIT { color:#772121;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B8mdXzeKq6VJxBT1VZdzMabya5HHq3xp { color:#772121;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:40.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fc105hcqADDIhmFshnD3WogRXPaRZn4i { color:#772121;display:block;width:7.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.375rem;left:6.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x9W2MTkRu9pIkK7ThohAbuvVKsqVSSiX { color:#772121;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:25.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sOsUDsAl3UfxCwCpVXOqSOpKZuF7Bobw { color:#772121;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.375rem;left:45.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lG6zP6hpGyTo1mtTZ5Z6NxEOZBlh4ZPq { background-color:#772121;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.375rem;left:6.5625rem;display:block; }
#PczXWDLpOlau1UEK18yTz9XbuLuVcCBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RfWO4LpfFWUmLdpskhSmn4S193ptMpPf { background-color:#772121;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.375rem;left:26.5625rem;display:block; }
#UXu0n8uMDg2g9zz2va6ONderUtmzJ9Zd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gk2qV0TrgAxql21QAg2RJv1wkrpLzgkU { background-color:#772121;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.375rem;left:46.5625rem;display:block; }
#FPXfZaVn3vJ5cvzxqLkXTaOA2aiBiC0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ctDxFUWh/s5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT.adaptive-delivery-prevent-bg, #Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT.lazyload, #Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT.lazyloading { background-image: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container { background-color: transparent; background-image: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container > .video-iframe-container { display: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row > .video-iframe-container { display: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .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); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container { border-width: 0; border-radius: 0; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#EcNJCci20E1gJyIWSgAd8xu7F61cL2TH { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.75rem;height:7.3125rem;font-style:normal;display:block; }
#VS69yVeve9vkKi8EeXEf1s7ZaHT06FfT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.375rem dotted #ad1818;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:0.3125rem;top:7.125rem;left:27.5rem;display:block; }
#lonHCbqWuxJoDG2AilTr2G8S09bvdRGz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.0625rem;top:7.5rem;left:29.6875rem;overflow:hidden;display:block; }
#uLD9aZo6OV2PAJX8O5Z1qIQSWqUJTLOT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.0625rem;top:12.875rem;left:22.125rem;overflow:hidden;display:block; }
#MmcTMR0HJ9zepJTpeq1pPU7cD6WVwwAm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.8125rem;top:18.25rem;left:29.375rem;overflow:hidden;display:block; }
#qadiTevVCdgXxHvn52FGTPD8quMaaSXA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:23rem;left:21.5rem;overflow:hidden;display:block; }
#icNQidvmpLRd5D6Pkr65MRd4yM2rD0lE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:3.5rem;top:28.5rem;left:30.09375rem;overflow:hidden;display:block; }
#TXWQVlTmzNSsp5QxhS7DyhAT89m7ktVy { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ad1818;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.8125rem;left:20.96875rem;display:block; }
#LCuH4oIBQF1C9fHyMAth5HgamQcm3RZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPze7zM7GV0vnZlZalskx2WKAB6oy8I5 { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.25rem;left:35.09375rem;height:4.875rem;font-style:normal;display:block; }
#RzXGwKtrLPpto9EBzy6x7fbG79SuRC88 { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.53125rem;left:35.09375rem;height:3.25rem;font-style:normal;display:block; }
#JCyOHmpgVR4q8s6GfTdSLGQgVAhhv8f9 { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:29.21875rem;left:35.09375rem;height:4.875rem;font-style:normal;display:block; }
#FbbdMa6HXbPvwwWazXZWL1IVyVh2Osac { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0.46875rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RPc91T1dbtSNI0PBJNc7has8cA6wTbht { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.59375rem;left:0.5rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { background-color: transparent; background-image: none; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container > .video-iframe-container { display: none; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row > .video-iframe-container { display: none; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .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); }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { border-width: 0; border-radius: 0; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;position:relative;display:block; }#Z0K9m00IRR2b5WIGmutvdB7ftXb2ayIX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:16.25rem;top:4.21875rem;left:39.375rem;overflow:hidden;display:block; }
#IIcx3k3KFvU6HFJRlaDheXBFVa11LZME { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:16.25rem;top:4.21875rem;left:39.375rem;display:block; }
#fGO45Fo9wlF4uiCJglfS69KIfFLsJqAv { color:#ad1818;display:block;width:34.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.21875rem;left:2.75rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UzQR0nlvS2RwncATrLU0EqNd4V8K5Epl { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.375rem dotted #772121;border-bottom:0.375rem dotted #772121;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:24.6875rem;top:9.84375rem;left:11.8125rem;display:block; }
#zTfvDDcZvUDphqa5Ke4twt8HBgTGTlTd { color:#000000;display:block;width:24rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.65625rem;left:10.6875rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#G1mi3KbqukpPlVZaSoAK8nrm9bKAIJTw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:6.75rem;top:22.78125rem;left:4.25rem;overflow:hidden;display:block; }
#mU1NFgCdyBHUDciFtcogTGaJMs8RRNKR { color:#000000;display:block;width:24rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.03125rem;left:10.6875rem;height:5.2rem;text-align:right;text-align-last:right;display:block; }
#uEBLytRefBcteumluIFbA3o58cdwg3Pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#807070;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { background-color: transparent; background-image: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container > .video-iframe-container { display: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container { display: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .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); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { border-width: 0; border-radius: 0; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#aUOt0Br7E9HygkeVzKuIpgc27825BCWV { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:3rem;height:3.65625rem;font-style:normal;display:block; }
#mXsF6DA2OcWAIepJgsb6e9X0MbHGH9UA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:8.875rem;left:3rem;overflow:hidden;display:block; }
#JruWgFmXmQUodrT7d3fJ7TW2R8mpvdHl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:13.5625rem;left:18.8125rem;overflow:hidden;display:block; }
#mhofrpMaXMIdA2Bqcazlvi6chqSiMAmk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:8.875rem;left:18.75rem;overflow:hidden;display:block; }
#HJMqArtocXRJT4T3dyWz6qHSsQQfl1Bi { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8750009536744rem;left:5.9375rem;height:6.5rem;display:block; }
#TpNvvWgXQZWA8Z7StXu2wJmS2xJZuW27 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.875rem;left:21.5625rem;height:1.625rem;display:block; }
#TtZmOqOOc5vZUhOKKniGu8WmiGBSbGl0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.03125rem;left:21.875rem;height:1.54375rem;display:block; }
#MztOPVUeqXIdxCkZBev14Dvh8XUflARu { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ad1818;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.424220085144rem;left:41.531251907349rem;display:block; }
#dqVCd9sWN05b9AfEQ23ktQO6aWFe10gk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMwQ0PMXJMqRoRFv7UmgiNlkakytQ2UE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:23.0625rem;top:1.3125rem;left:37.000001907349rem;overflow:hidden;display:block; }
#hI8MHQZUQVSvOnWwDDfWNgwJXKrs1PC9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.375rem dotted #ad1818;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.3125rem;top:1.1875rem;left:36.187501907349rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vwJxilv5pJcFuxXLeFfJssEtGbTr4daX { display:block; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNSm5Di01HUElrqQWdW3kVuvwqZnBWTn { top:0.75rem;left:0rem;width:4.6875rem;height:;font-size:0.875rem;display:block; }#XNSm5Di01HUElrqQWdW3kVuvwqZnBWTn li:before{  }
 }@media only screen and (max-width: 763px) { #mPSAeq0kXtwIX9sHyFc93hBkT8sqayGi { width:5.625rem;height:2.1875rem;top:0.8125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #iik1HEW5qLmgNuaH12X8d4XmGgirUppD { display:block; }
 }@media only screen and (max-width: 763px) { #wQIFummNbeRuUIBRC40B5EwvbomZqS9x { width:5.625rem;height:2.1875rem;top:0.8125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LumJi0bWr8MdEbmd32mfpAwao9CanCwJ { display:block; }
 }@media only screen and (max-width: 763px) { #Xt4HBqp2ddFT73gtCpDxd8ZfXPZBhaD8 { width:5.625rem;height:2.1875rem;top:0.8125rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #siB3ZCdiu0kPuGlsxNVu7H7hPm90SqxT { display:block; }
 }@media only screen and (max-width: 763px) { #BCi4IDLXdGHab38dt6cFshoG7E3sTEhZ { width:5.625rem;height:2.1875rem;top:0.8125rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmxks2MoanVMDwBdeluiJu4VG08V0NXq { display:block; }
 }@media only screen and (max-width: 763px) { #iFZQPdhTKk4ViKtmf8RJ6BsITtHvbfTt { width:5.625rem;height:2.1875rem;top:0.75rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm9cUkaFcWON4PZwEiiLOlqPG7XiD11G { display:block; }
 }@media only screen and (max-width: 763px) { #TRE27zcsLK3mV7F43FA924WdNxTF60Hu { width:5.625rem;height:2.1875rem;top:0.75rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtmvIG5i3nQkI7HSrqTg85vSAAMtqa0c { display:block; }
 }@media only screen and (max-width: 763px) { #wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 { display:block; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHSAVTQcsBvs3Sp37p5MsqzEiax9nuuK { top:6.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #viA9dtWtPXJcnv0e42MLUEsZQTvShSUr { top:31.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkhD3gKr3v62RQ1fxkAqDeCbtoUXC48 { top:6.625rem;left:43.375rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikzt9zI49OA4I0Zsg9Wz2mRZbGTuBsK8 { top:11.5625rem;left:0rem;width:27.1875rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvHLL9RcNQxzzBX3FbMkDO1BaIVnLuaI { top:12.0625rem;left:20.1875rem;width:27.1875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7V7rpZn9ZmIdfoCc6NDl8dcrHHZdWU3 { top:35.8125rem;left:22.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHc7arZORCFN7lkAoiCkBTd1lpnZ4T5S { width:14rem;height:3.125rem;top:8.9375rem;left:16.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mTFZbdBzmBqO7CvtmGXkZtvuT8Z5ZQ { display:block; }
 }@media only screen and (max-width: 763px) { #dwocKAb2ytO9gpUSbFCT1dAClAtgewkz { width:46.75rem;height:3.5625rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpFgZ347ug0x6x1WqqnyqfM2BZ275dvQ { display:block; }
 }@media only screen and (max-width: 763px) { #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ne52a5sGyAPaPWnqUVnt1bSBn4iT19tv { top:6rem;left:0rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usNyCHf66dtlid4xd4Uhcty9eNcEzncI { top:6rem;left:0rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPXDhL1K1iyDhKdG584Bg9zd8JEJ2DD { top:4rem;left:13.3125rem;width:34.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbQZi19GJhDx0zOkaeXwHc8Q800KFxNU { top:27.75rem;left:42.25rem;width:5.5rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGauOlPbOINKKZRSV8oaizWfL39Mx6eo { top:12.25rem;left:19.3125rem;width:23.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfqG2INEL9Tmco0kuVMsL2lmb2ffoqmM { top:12rem;left:13.9375rem;width:33.8125rem;height:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop { display:block; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSKBzlnpv3sUTZuUR5JXqm6oVJqXCGup { top:2.3125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebyRKHDatsgnXc4vROpEIQGehCV4RyDE { top:5.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egp4QQseMb3vPEial81Z2suDIm3e3aD6 { display:block; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6IhW4DblsC7aw4d920dSgNzVRhF8oAI { top:3.625rem;left:0rem;width:4.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUUsfFO8k4KvIBObGQp50JBTPKt5lqON { top:4rem;left:7rem;width:5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFDcS4k6AA8ckedhSTz61G0197IZ476w { top:4.5rem;left:20.53125rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEcuwttJO8nxsiVEdCeEf66HtC9OFPVm { top:3.5rem;left:34.75rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZBcvngyoA65mf6roX9M9k3aWTTDqF8Q { top:4.125rem;left:42.5rem;width:5.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qss6izHi6QwTFDF5hWZpBADTz5q5pXal { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4e60HQQtJfOcd8k2KO7RBgLDtIwpQCc { top:11.75rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQcxpBT60ZinelxH40Uw0iGTsKLPHlz7 { top:10.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUizCFwzmmqtIdDOORQVZgIEF5BqTprX { top:10.75rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h30Z0n1lpCslwr7huGH9P90eGqOJbVPC { top:10.75rem;left:22.28125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oatben4dnKtN1JUhlkz2h29XevyS5DIT { top:10.75rem;left:36.03125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rov4L9eEvzmRRaFLUca6MmfZHlzk432d { top:14.875rem;left:0rem;width:4.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLx3f5M7212awTL05UIp2xUvq66q69sR { top:14.875rem;left:7.65625rem;width:5.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeTsRkFrnbVARMtP5R8x8n7nNErKvqda { top:14.875rem;left:21rem;width:5.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rONR7f8zaJQW6pqn6mEbSroxkHRwu8Lm { top:14.875rem;left:32.90625rem;width:8.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8aBvGAMefGNpXC2EGPOUkHAMCTlaWFE { top:14.875rem;left:42rem;width:5.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpfSPvpOK4L4Zfu5gObVMHQiTQV8e6Wn { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGK2GyiuxDzxuaF4DoEDkROq46UzHB8P { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItWffduNpisigLExe744LwmOVEyA2B1C { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8crIyQkpNiKedV3xzfzxEguWsBnfp1V { display:block; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSeMSvyN2PK0xaxGes4uayERysgUhXeG { width:14rem;height:3.125rem;top:2.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDRmH8caSBeRhl9NqJ5fBW9rpqOMMTJm { display:block; }
 }@media only screen and (max-width: 763px) { #RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl { display:block; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTg8RIcttdfl8hXkxAfTfKxbihMDulR5 { top:3.3125rem;left:0rem;width:12.5rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c { display:block; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plawHQCqIuPBWfO33O41AydzEd9Oexpo { top:6.6875rem;left:3.90625rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8vZTMcG1s5vcRUkaXOIooR2F7flKJoP { top:5.25rem;left:19.03125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnxk9WilRSX9DXk0VAU9BMcSndOyPbLX { top:3.875rem;left:34.21875rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3VXAeVVT1WZPE9lWOpGxSexZHi6oqXf { top:4.875rem;left:0rem;width:18.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCCqQMnJdPnAalq6a24oD0oIU3TGVyIT { top:3.375rem;left:13.125rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8mdXzeKq6VJxBT1VZdzMabya5HHq3xp { top:2rem;left:29.0625rem;width:18.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc105hcqADDIhmFshnD3WogRXPaRZn4i { top:12.375rem;left:4.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9W2MTkRu9pIkK7ThohAbuvVKsqVSSiX { top:12.375rem;left:19.625rem;width:8.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOsUDsAl3UfxCwCpVXOqSOpKZuF7Bobw { top:12.375rem;left:35.000001907349rem;width:9.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG6zP6hpGyTo1mtTZ5Z6NxEOZBlh4ZPq { width:6.875rem;height:3.125rem;top:17.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PczXWDLpOlau1UEK18yTz9XbuLuVcCBZ { display:block; }
 }@media only screen and (max-width: 763px) { #RfWO4LpfFWUmLdpskhSmn4S193ptMpPf { width:6.875rem;height:3.125rem;top:17.375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXu0n8uMDg2g9zz2va6ONderUtmzJ9Zd { display:block; }
 }@media only screen and (max-width: 763px) { #gk2qV0TrgAxql21QAg2RJv1wkrpLzgkU { width:6.875rem;height:3.125rem;top:17.375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPXfZaVn3vJ5cvzxqLkXTaOA2aiBiC0U { display:block; }
 }@media only screen and (max-width: 763px) { #Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT { display:block; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcNJCci20E1gJyIWSgAd8xu7F61cL2TH { top:2.1875rem;left:0rem;width:30.1875rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS69yVeve9vkKi8EeXEf1s7ZaHT06FfT { top:7.125rem;left:21.375rem;width:0.3125rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lonHCbqWuxJoDG2AilTr2G8S09bvdRGz { top:7.5rem;left:23.5625rem;width:4.0625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLD9aZo6OV2PAJX8O5Z1qIQSWqUJTLOT { top:12.875rem;left:16rem;width:4.0625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmcTMR0HJ9zepJTpeq1pPU7cD6WVwwAm { top:18.25rem;left:23.25rem;width:4.8125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qadiTevVCdgXxHvn52FGTPD8quMaaSXA { top:23rem;left:15.375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icNQidvmpLRd5D6Pkr65MRd4yM2rD0lE { top:28.5rem;left:23.96875rem;width:3.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWQVlTmzNSsp5QxhS7DyhAT89m7ktVy { width:14rem;height:3.125rem;top:37.8125rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCuH4oIBQF1C9fHyMAth5HgamQcm3RZy { display:block; }
 }@media only screen and (max-width: 763px) { #kPze7zM7GV0vnZlZalskx2WKAB6oy8I5 { top:8.25rem;left:28.96875rem;width:14rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzXGwKtrLPpto9EBzy6x7fbG79SuRC88 { top:19.5rem;left:28.96875rem;width:14rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCyOHmpgVR4q8s6GfTdSLGQgVAhhv8f9 { top:29.1875rem;left:28.96875rem;width:17.6875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbbdMa6HXbPvwwWazXZWL1IVyVh2Osac { top:14.4375rem;left:0rem;width:20.375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPc91T1dbtSNI0PBJNc7has8cA6wTbht { top:24.5625rem;left:0rem;width:20.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT { display:block; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0K9m00IRR2b5WIGmutvdB7ftXb2ayIX { top:4.1875rem;left:31.5rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIcx3k3KFvU6HFJRlaDheXBFVa11LZME { top:4.1875rem;left:31.5rem;width:16.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGO45Fo9wlF4uiCJglfS69KIfFLsJqAv { top:4.1875rem;left:0rem;width:34.4375rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzQR0nlvS2RwncATrLU0EqNd4V8K5Epl { top:9.8125rem;left:5.6875rem;width:24.6875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTfvDDcZvUDphqa5Ke4twt8HBgTGTlTd { top:9.625rem;left:4.5625rem;width:24rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1mi3KbqukpPlVZaSoAK8nrm9bKAIJTw { top:22.75rem;left:0rem;width:6.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU1NFgCdyBHUDciFtcogTGaJMs8RRNKR { top:17rem;left:4.5625rem;width:24rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEBLytRefBcteumluIFbA3o58cdwg3Pb { display:block; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUOt0Br7E9HygkeVzKuIpgc27825BCWV { top:2.875rem;left:0rem;width:18.125rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXsF6DA2OcWAIepJgsb6e9X0MbHGH9UA { top:8.875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JruWgFmXmQUodrT7d3fJ7TW2R8mpvdHl { top:13.5625rem;left:12.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhofrpMaXMIdA2Bqcazlvi6chqSiMAmk { top:8.875rem;left:12.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJMqArtocXRJT4T3dyWz6qHSsQQfl1Bi { top:8.875rem;left:0rem;width:11.3125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNvvWgXQZWA8Z7StXu2wJmS2xJZuW27 { top:13.875rem;left:15.4375rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZmOqOOc5vZUhOKKniGu8WmiGBSbGl0 { top:9rem;left:15.750001907349rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MztOPVUeqXIdxCkZBev14Dvh8XUflARu { width:14rem;height:3.125rem;top:16.375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqVCd9sWN05b9AfEQ23ktQO6aWFe10gk { display:block; }
 }@media only screen and (max-width: 763px) { #sMwQ0PMXJMqRoRFv7UmgiNlkakytQ2UE { top:1.3125rem;left:24.6875rem;width:23.0625rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI8MHQZUQVSvOnWwDDfWNgwJXKrs1PC9 { top:1.1875rem;left:30.062501907349rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vwJxilv5pJcFuxXLeFfJssEtGbTr4daX { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNSm5Di01HUElrqQWdW3kVuvwqZnBWTn { width:2.8125rem;height:0;top:1rem;left:9.625rem;font-size:0.875rem;display:block; }#XNSm5Di01HUElrqQWdW3kVuvwqZnBWTn li:before{  }
 }@media only screen and (max-width: 763px) { #mPSAeq0kXtwIX9sHyFc93hBkT8sqayGi { width:3.625rem;height:2.25rem;top:3.0625rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iik1HEW5qLmgNuaH12X8d4XmGgirUppD { display:block; }
 }@media only screen and (max-width: 763px) { #wQIFummNbeRuUIBRC40B5EwvbomZqS9x { width:3.4375rem;height:2.1875rem;top:3.09375rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LumJi0bWr8MdEbmd32mfpAwao9CanCwJ { display:block; }
 }@media only screen and (max-width: 763px) { #Xt4HBqp2ddFT73gtCpDxd8ZfXPZBhaD8 { width:2.8125rem;height:2.1875rem;top:3.09375rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siB3ZCdiu0kPuGlsxNVu7H7hPm90SqxT { display:block; }
 }@media only screen and (max-width: 763px) { #BCi4IDLXdGHab38dt6cFshoG7E3sTEhZ { width:3.4375rem;height:2.1875rem;top:3.09375rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmxks2MoanVMDwBdeluiJu4VG08V0NXq { display:block; }
 }@media only screen and (max-width: 763px) { #iFZQPdhTKk4ViKtmf8RJ6BsITtHvbfTt { width:3.4375rem;height:2.1875rem;top:3.09375rem;left:13.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm9cUkaFcWON4PZwEiiLOlqPG7XiD11G { display:block; }
 }@media only screen and (max-width: 763px) { #TRE27zcsLK3mV7F43FA924WdNxTF60Hu { width:3.125rem;height:2.1875rem;top:3.09375rem;left:16.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtmvIG5i3nQkI7HSrqTg85vSAAMtqa0c { display:block; }
 }@media only screen and (max-width: 763px) { #wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 { display:block; }#wXVkXT84kgTpghCEWvM9ftfzehZkgEh6 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHSAVTQcsBvs3Sp37p5MsqzEiax9nuuK { width:2.6875rem;height:2.6875rem;top:7.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viA9dtWtPXJcnv0e42MLUEsZQTvShSUr { width:14.75rem;height:1.5rem;top:14.5rem;left:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkhD3gKr3v62RQ1fxkAqDeCbtoUXC48 { width:2.5rem;height:2.8125rem;top:26.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikzt9zI49OA4I0Zsg9Wz2mRZbGTuBsK8 { width:16.1875rem;height:9rem;top:10.3125rem;left:2.9375rem;border-top:0.3125rem solid #ad1818;border-left:0;border-right:0.3125rem solid #ad1818;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #yvHLL9RcNQxzzBX3FbMkDO1BaIVnLuaI { width:17.4375rem;height:9.125rem;top:20.1875rem;left:1.75rem;border-top:0;border-left:0;border-right:0.3125rem dotted #ffffff;border-bottom:0.3125rem dotted #ffffff;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #R7V7rpZn9ZmIdfoCc6NDl8dcrHHZdWU3 { width:2.1875rem;height:2.1875rem;top:31.75rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHc7arZORCFN7lkAoiCkBTd1lpnZ4T5S { width:14rem;height:3.125rem;top:20.1875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mTFZbdBzmBqO7CvtmGXkZtvuT8Z5ZQ { display:block; }
 }@media only screen and (max-width: 763px) { #dwocKAb2ytO9gpUSbFCT1dAClAtgewkz { width:19rem;height:3.5625rem;top:30.8625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpFgZ347ug0x6x1WqqnyqfM2BZ275dvQ { display:block; }
 }@media only screen and (max-width: 763px) { #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ne52a5sGyAPaPWnqUVnt1bSBn4iT19tv { width:11.5rem;height:18.5rem;top:12.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usNyCHf66dtlid4xd4Uhcty9eNcEzncI { width:11.5625rem;height:18.5625rem;top:12.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPXDhL1K1iyDhKdG584Bg9zd8JEJ2DD { width:17.1875rem;height:7.3125rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbQZi19GJhDx0zOkaeXwHc8Q800KFxNU { width:5.5rem;height:7.4375rem;top:40.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGauOlPbOINKKZRSV8oaizWfL39Mx6eo { width:11.375rem;height:51.0625rem;top:4.3125rem;left:8.1250005364419rem;border-top:0;border-left:0;border-right:0.3125rem dotted #772121;border-bottom:0.3125rem dotted #772121;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nfqG2INEL9Tmco0kuVMsL2lmb2ffoqmM { width:15.9375rem;height:23.8875rem;top:32.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop { display:block; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSKBzlnpv3sUTZuUR5JXqm6oVJqXCGup { width:19.0625rem;height:2.4375rem;top:1.25rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebyRKHDatsgnXc4vROpEIQGehCV4RyDE { width:18.9375rem;height:2.925rem;top:5.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egp4QQseMb3vPEial81Z2suDIm3e3aD6 { display:block; }#egp4QQseMb3vPEial81Z2suDIm3e3aD6 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6IhW4DblsC7aw4d920dSgNzVRhF8oAI { width:3.5625rem;height:4.1875rem;top:0.96875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUUsfFO8k4KvIBObGQp50JBTPKt5lqON { width:4.0625rem;height:5.25rem;top:7.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFDcS4k6AA8ckedhSTz61G0197IZ476w { width:4.4375rem;height:2.9375rem;top:16.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEcuwttJO8nxsiVEdCeEf66HtC9OFPVm { width:3.625rem;height:3.625rem;top:24.875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZBcvngyoA65mf6roX9M9k3aWTTDqF8Q { width:4.0625rem;height:3.5rem;top:33.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qss6izHi6QwTFDF5hWZpBADTz5q5pXal { width:2.3125rem;height:2.3125rem;top:37.3125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4e60HQQtJfOcd8k2KO7RBgLDtIwpQCc { width:0.375rem;height:30rem;top:4.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQcxpBT60ZinelxH40Uw0iGTsKLPHlz7 { width:1.25rem;height:1.25rem;top:2.5rem;left:1.5rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:block; }
 }@media only screen and (max-width: 763px) { #QUizCFwzmmqtIdDOORQVZgIEF5BqTprX { width:1.625rem;height:1.625rem;top:34.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h30Z0n1lpCslwr7huGH9P90eGqOJbVPC { width:2.3125rem;height:2.3125rem;top:40.875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oatben4dnKtN1JUhlkz2h29XevyS5DIT { width:2.3125rem;height:2.3125rem;top:44.4375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rov4L9eEvzmRRaFLUca6MmfZHlzk432d { width:4.0625rem;height:3.9rem;top:1.875rem;left:11.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nLx3f5M7212awTL05UIp2xUvq66q69sR { width:5.75rem;height:2.6rem;top:9.0625rem;left:11.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WeTsRkFrnbVARMtP5R8x8n7nNErKvqda { width:5.75rem;height:2.6rem;top:17rem;left:11.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rONR7f8zaJQW6pqn6mEbSroxkHRwu8Lm { width:8.0625rem;height:3.9rem;top:25.4375rem;left:11.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V8aBvGAMefGNpXC2EGPOUkHAMCTlaWFE { width:5.75rem;height:2.6rem;top:33.25rem;left:11.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wpfSPvpOK4L4Zfu5gObVMHQiTQV8e6Wn { width:2.3125rem;height:2.3125rem;top:9.09375rem;left:1.28125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tGK2GyiuxDzxuaF4DoEDkROq46UzHB8P { width:2.3125rem;height:2.3125rem;top:17.25rem;left:1.28125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ItWffduNpisigLExe744LwmOVEyA2B1C { width:2.3125rem;height:2.3125rem;top:25.53125rem;left:1.28125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M8crIyQkpNiKedV3xzfzxEguWsBnfp1V { display:block; }#M8crIyQkpNiKedV3xzfzxEguWsBnfp1V > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSeMSvyN2PK0xaxGes4uayERysgUhXeG { width:14rem;height:3.125rem;top:1.25rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDRmH8caSBeRhl9NqJ5fBW9rpqOMMTJm { display:block; }
 }@media only screen and (max-width: 763px) { #RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl { display:block; }#RVnOOEg4BgWF8vCUI2AwmuAtzW3xaJOl > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTg8RIcttdfl8hXkxAfTfKxbihMDulR5 { width:12.5rem;height:2.4375rem;top:1.3125rem;left:1.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c { display:block; }#NZaDQi9T3C7QVXSP2G6tSzVeNKsxMv2c > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plawHQCqIuPBWfO33O41AydzEd9Oexpo { width:8.0625rem;height:8.0625rem;top:4.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8vZTMcG1s5vcRUkaXOIooR2F7flKJoP { width:9.5625rem;height:9.5625rem;top:23.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnxk9WilRSX9DXk0VAU9BMcSndOyPbLX { width:10.9375rem;height:10.9375rem;top:44.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3VXAeVVT1WZPE9lWOpGxSexZHi6oqXf { width:18.25rem;height:1.625rem;top:2.3125rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCCqQMnJdPnAalq6a24oD0oIU3TGVyIT { width:18.625rem;height:1.625rem;top:21.75rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8mdXzeKq6VJxBT1VZdzMabya5HHq3xp { width:18.5625rem;height:1.625rem;top:42.625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc105hcqADDIhmFshnD3WogRXPaRZn4i { width:7.625rem;height:1.625rem;top:10rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9W2MTkRu9pIkK7ThohAbuvVKsqVSSiX { width:8.4375rem;height:1.625rem;top:30.9375rem;left:5.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOsUDsAl3UfxCwCpVXOqSOpKZuF7Bobw { width:9.5rem;height:1.625rem;top:53.25rem;left:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG6zP6hpGyTo1mtTZ5Z6NxEOZBlh4ZPq { width:6.875rem;height:3.125rem;top:13.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PczXWDLpOlau1UEK18yTz9XbuLuVcCBZ { display:block; }
 }@media only screen and (max-width: 763px) { #RfWO4LpfFWUmLdpskhSmn4S193ptMpPf { width:6.875rem;height:3.125rem;top:34.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXu0n8uMDg2g9zz2va6ONderUtmzJ9Zd { display:block; }
 }@media only screen and (max-width: 763px) { #gk2qV0TrgAxql21QAg2RJv1wkrpLzgkU { width:6.875rem;height:3.125rem;top:56.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPXfZaVn3vJ5cvzxqLkXTaOA2aiBiC0U { display:block; }
 }@media only screen and (max-width: 763px) { #Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT { background-color:transparent;background-image:url("https://images.assets-landingi.com/ctDxFUWh/s5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT.adaptive-delivery-prevent-bg, #Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT.lazyload, #Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT.lazyloading { background-image: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container { background-color: transparent; background-image: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container > .video-iframe-container { display: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row > .video-iframe-container { display: none; }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .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); }#Ft1TggmDK3cWTGpZkfPn14iG8Z7y0XrT > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcNJCci20E1gJyIWSgAd8xu7F61cL2TH { width:19.375rem;height:4.875rem;top:2rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS69yVeve9vkKi8EeXEf1s7ZaHT06FfT { width:0.3125rem;height:43.25rem;top:6.625rem;left:1.75rem;border-top:0;border-left:0;border-right:0.3125rem dotted #ad1818;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lonHCbqWuxJoDG2AilTr2G8S09bvdRGz { width:3.125rem;height:3.625rem;top:7rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLD9aZo6OV2PAJX8O5Z1qIQSWqUJTLOT { width:3.125rem;height:3.625rem;top:16.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmcTMR0HJ9zepJTpeq1pPU7cD6WVwwAm { width:3.875rem;height:3.125rem;top:25.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qadiTevVCdgXxHvn52FGTPD8quMaaSXA { width:3.125rem;height:3.125rem;top:32.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #icNQidvmpLRd5D6Pkr65MRd4yM2rD0lE { width:3.1875rem;height:4.375rem;top:40.21875rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWQVlTmzNSsp5QxhS7DyhAT89m7ktVy { width:14rem;height:3.125rem;top:52.375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCuH4oIBQF1C9fHyMAth5HgamQcm3RZy { display:block; }
 }@media only screen and (max-width: 763px) { #kPze7zM7GV0vnZlZalskx2WKAB6oy8I5 { width:11.875rem;height:4.3875rem;top:11.1875rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzXGwKtrLPpto9EBzy6x7fbG79SuRC88 { width:14rem;height:1.4625rem;top:28.9375rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCyOHmpgVR4q8s6GfTdSLGQgVAhhv8f9 { width:13rem;height:4.3875rem;top:45.5rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbbdMa6HXbPvwwWazXZWL1IVyVh2Osac { width:11.4375rem;height:2.925rem;top:20.34375rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RPc91T1dbtSNI0PBJNc7has8cA6wTbht { width:12.75rem;height:2.925rem;top:35.8125rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT { display:block; }#WsmHqRmxxaw80S3e5vzgBuITkRv7TPrT > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0K9m00IRR2b5WIGmutvdB7ftXb2ayIX { width:11.5625rem;height:18.5rem;top:12.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIcx3k3KFvU6HFJRlaDheXBFVa11LZME { width:11.4375rem;height:18.4375rem;top:12.625rem;left:7.9126506024094rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGO45Fo9wlF4uiCJglfS69KIfFLsJqAv { width:19.375rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzQR0nlvS2RwncATrLU0EqNd4V8K5Epl { width:11.5625rem;height:36.75rem;top:4.75rem;left:1.0625rem;border-top:0;border-left:0.3125rem dotted #772121;border-right:0;border-bottom:0.3125rem dotted #772121;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zTfvDDcZvUDphqa5Ke4twt8HBgTGTlTd { width:16rem;height:1.1375rem;top:4.75rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1mi3KbqukpPlVZaSoAK8nrm9bKAIJTw { width:5.625rem;height:6.25rem;top:40.6875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU1NFgCdyBHUDciFtcogTGaJMs8RRNKR { width:16.125rem;height:6.825rem;top:32.1875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEBLytRefBcteumluIFbA3o58cdwg3Pb { display:block; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUOt0Br7E9HygkeVzKuIpgc27825BCWV { width:18.125rem;height:2.4375rem;top:1.25rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXsF6DA2OcWAIepJgsb6e9X0MbHGH9UA { width:1.9375rem;height:1.9375rem;top:5.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JruWgFmXmQUodrT7d3fJ7TW2R8mpvdHl { width:1.875rem;height:1.875rem;top:19.6875rem;left:0.96796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhofrpMaXMIdA2Bqcazlvi6chqSiMAmk { width:1.9375rem;height:1.9375rem;top:15.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJMqArtocXRJT4T3dyWz6qHSsQQfl1Bi { width:7.25rem;height:7.8rem;top:5.5625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNvvWgXQZWA8Z7StXu2wJmS2xJZuW27 { width:9.3125rem;height:1.3rem;top:19.97500038147rem;left:4.0000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZmOqOOc5vZUhOKKniGu8WmiGBSbGl0 { width:12.5rem;height:1.3rem;top:15.6875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MztOPVUeqXIdxCkZBev14Dvh8XUflARu { width:14rem;height:3.125rem;top:34.25rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqVCd9sWN05b9AfEQ23ktQO6aWFe10gk { display:block; }
 }@media only screen and (max-width: 763px) { #sMwQ0PMXJMqRoRFv7UmgiNlkakytQ2UE { width:3.5625rem;height:2rem;top:26.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI8MHQZUQVSvOnWwDDfWNgwJXKrs1PC9 { width:18.75rem;height:0.3125rem;top:23.9375rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem dotted #ad1818;display:block; }
 }