.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(36,28,88,0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { background-color: transparent; background-image: none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container > .video-iframe-container { display: none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row > .video-iframe-container { display: none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .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); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { border-width: 0; border-radius: 0; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#oJ3Avobd6zXUnSZySX3MHnI4ZW9s3x68 { position:absolute;display:block;z-index:15010;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:3rem;width:6.25rem;top:0.68502473831175rem;left:2.4969043731689rem;overflow:hidden;display:block; }
#tTxigWzBVQazBf6TyAIW1xXkTDnpw7hz { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#Wv4fzl8kTyt5LrPNgw9bpkKKiOBc7i20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPF6bEUB4DXb6vkNWA9WmBnbpSQ9Pzze { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#orpXwl8r4tbRlrtxthP41pRbgkphabzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mivEPqcTQoFOLemTE4RAMCs9ofmqtb7O { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.453125rem;left:14.1220703125rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#wLfFVXgJBvLSiQTlMnLvTbWJ0kWyHaZ0 { position:absolute;display:block;z-index:15010;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.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#Ts0z0DyRZoy1eh1LXop8an5CusmuHoxS { position:absolute;display:block;z-index:15010;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.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#rCsfesQdikJTo7QHrgKxvaZCUT0vhTJy { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#oUmzTfB3xIoBCvo7qxXTuDWht6pHPOMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xGQg2qRBJnuZOKffXJ1OO2XCVAUCFoTd { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#Caem6OfNcSy63vaSMbLXLTUwfgxc2hy7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NokH30cPwtUrI6T7TiiBFkXbrwl7ZJt7 { background-color:transparent;background-image:none;border-top:0.0625rem solid #eb600b;border-left:0.0625rem solid #eb600b;border-right:0.0625rem solid #eb600b;border-bottom:0.0625rem solid #eb600b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.362313125rem;height:1.925125625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:4.7877473831177rem;left:49.256801605224rem;display:block; }
#MZ9aFa390nIBnW73fM2qVQVTXXVPIzWd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRf8yDtLoE45IhdtMmCf58GVmRfwXCTW { color:#f95b01;display:block;width:33.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:5.0634765625rem;left:15.9375rem;height:1.2503875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FN8NFvuKv29VwTt3plfHoOP46hztuP1e { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:4.3740234375rem;left:13.7490234375rem;display:block; }
#as2RVvxDJutgNVzsHOffOyio8BQtd1rn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1rem;left:54.40625rem;display:block; }
#Ftr4cOdAqKLJv7NPdvd8GtzrCPkBpOk3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZT0K0tNo5S89aNPv97aX2ZrS8ZwqWTLt { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;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:0.0625rem;width:46.4375rem;top:3.8872213363648rem;left:14.122833251953rem;display:block; }
#m2mvhImEoEwdzc4xd0R43iCP8Huymr0c { background-color:#eb600b;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#241c58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8748125rem;height:2.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.0625rem;left:60.8125rem;display:none; }
#HIDrZzWhG7DTW8WWokGnzTLLqEwTfk0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXQ06X520nLFhoz9GvUZlf8gGuBfa5zO { color:#ffffff;display:block;width:20.748rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4549814462662rem;left:14.5rem;height:1.46194375rem;text-align:center;text-align-last:center;display:none; }
#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(36,28,88,0.75);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; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { background-color: transparent; background-image: none; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container > .video-iframe-container { display: none; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row > .video-iframe-container { display: none; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .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); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { border-width: 0; border-radius: 0; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#kawXNKgHqSSp7FwpwwwkwNSpkZhoEWfF { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#utH1FdTdxZG9ERATnQgBk1dfCZ0NlNS1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AtN5pTmaflBe3uPwl9fEKJgLzkLOcvFn { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#Ho8kKlzKny0PX0hCD2JzDlUZCfkuVMCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uZn2lTA0aotlW3qEu55zN260xfezkdGk { position:absolute;display:block;z-index:15010;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.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#IbS1VeIvtfdcpbBki5smkgfpt1uCdVmr { position:absolute;display:block;z-index:15010;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.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#vl4anmi0GrwUJrixNaFEJiMbTrXt2uCP { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#pJEkGGtUJiIoxgsFyoti5PzuHheULhTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uo5ThawWVzWhiLrW7Z4oUd9c2TFhHgrs { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#xy9M8QUbzMLFkV6fDgrtbgyNGzgcQxL2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN { position:relative;display:block; }#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN { background-color: transparent; background-image: none; }#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN > .row .container > .video-iframe-container { display: none; }#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN > .row > .video-iframe-container { display: none; }#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN > .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); }#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN { border-width: 0; border-radius: 0; }#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nomb72gcgSWwWPszHTShvm6cqAWndSKE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#U13Tvuu4c5EzSKN6Pk7HPqT0b5dQlzb2 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#yAyO09Pc0eyhX96wTeVSK5l2N3fXCSpa { position:absolute;display:block;z-index:15026;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.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#WqHFLGg8XyCGdkS5Ss6vAu61s1IdaWhO { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:7.5rem;left:49.6865234375rem;height:3.87890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H5qWnTOIgO3hef2Sd3CDRVGqranXnQzZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#Tng9KMxJfuKZB8fMwsGJrKGz1BCLtND6 { color:#f95b06;display:block;width:25.3125rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4423828125rem;left:39.248046875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tcrz2AvAEUJAlNI4pgJ3KQLM8PeQo4pt { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15088;top:16.6875rem;left:64.25rem;display:block; }
#Pkg5sZx59yDVJTzlaiOfpzTBxfNqb7sJ { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#EA25rzhDsvrJNNTkV8fVByrpdevfGdTG { position:absolute;display:block;z-index:15033;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:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#HwW2uMXW0PAMG2dcs4bQt9O0g37m74gf { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3115234375rem;left:42.2177734375rem;overflow:hidden;display:block; }
#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241c58;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; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container { background-color: transparent; background-image: none; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container > .video-iframe-container { display: none; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row > .video-iframe-container { display: none; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .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); }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container { border-width: 0; border-radius: 0; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL { 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; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container { background-color: transparent; background-image: none; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container > .video-iframe-container { display: none; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row > .video-iframe-container { display: none; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .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); }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container { border-width: 0; border-radius: 0; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#LIocF0kRcUMCntPUE0FDwuatP8ZNyIZK { color:#050062;display:block;width:73.436875rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.7109603881836rem;left:0.779296875rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iWXoImZ9EO7ZoVN8vvDwxJc0MTMyh2TF { color:rgba(128,128,128,0.15);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:6.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:8.04375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK { position:relative;display:block; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK { background-color: transparent; background-image: none; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row .container > .video-iframe-container { display: none; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row > .video-iframe-container { display: none; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .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); }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK { border-width: 0; border-radius: 0; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zx7OkLfnDaW2TW8JE0ZkPX7u8l7TV3N7 { color:#000000;display:block;width:37.625rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2734375rem;left:18.6875rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#Z9rSszPfPch2M9GgzxCMVFMGtHw8657H { position:absolute;display:block;z-index:15015;border-top:0.25rem solid #f95b06;border-left:0.25rem solid #f95b06;border-right:0.25rem solid #f95b06;border-bottom:0.25rem solid #f95b06;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:6.875rem;width:6.875rem;top:6.8718032836912rem;left:33.835544586182rem;overflow:hidden;display:block; }
#M18XCgpu3dC4TOcwJ1JEVPqlSalNPITr { color:#f95b06;display:block;width:16.374625rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.309768676757rem;left:29.310939788818rem;height:1.8691375rem;text-align:center;text-align-last:center;display:block; }
#fJ1lL2ahEKauTyRh29VV45PtOA4v8PoP { color:#000000;display:block;width:19.125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.13671875rem;left:27.936328887939rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#bpAyFOpPoiXV7E8F2HUZPgeOWi5MOAFi { color:#000000;display:block;width:16.8116875rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.029296875rem;left:29.092967987061rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050062;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; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container { background-color: transparent; background-image: none; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container > .video-iframe-container { display: none; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row > .video-iframe-container { display: none; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .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); }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container { border-width: 0; border-radius: 0; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.4375rem;width:75rem;position:relative;display:block; }#bZZnTFMATdNRMxugmmkUTlRRA3Jg2x6W { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:53.625001907349rem;height:1.3816375rem;display:block; }
#kdTMIoBJcx8ONvH0zDx6U3RRao5P8gFX { color:#8faace;display:block;width:13.25rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:1.625rem;left:27.8125rem;height:3.5625rem;display:block; }
#q1DdkV8qd4W8CQsxIMO4rR9U8EP4VutR { box-sizing:content-box;color:#8faace;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.6875rem;left:10.125rem;display:block; }
#kOLXm7ZxJVi9fU54tdMJL5qElB7JTwoJ { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.5625rem;left:10.25rem;display:block; }
#E7WN7cNVqlJZH6TV9Rgyt11TNAIk3n82 { position:absolute;display:block;z-index:15008;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:1rem;width:1rem;top:4.75rem;left:10.5625rem;overflow:hidden;display:block; }
#nhFO0GIJcQaSW27K6CDoORxg9U0ng0kR { position:absolute;display:block;z-index:15010;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.625rem;width:0.625rem;top:2.4375rem;left:26.0625rem;overflow:hidden;display:block; }
#bMQPqWcpFl5xFZdPqv6mX1aNImImZ7gX { background-color:transparent;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1rem;left:11.9375rem;display:block; }
#FNsZJodNVxgoC0NW8bLtr3TkpRQMJz3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z0U4imkteeHaHPqwa89wqmb2vPRNpXOc { background-color:transparent;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.8125rem;left:12rem;display:block; }
#hnCVT96TdoduczcoeairegF6qbQovrA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WgX1UKMRkSgQIvwgOwW5MvnlPOcaBnJm { background-color:transparent;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:1.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:4.75rem;left:12rem;display:block; }
#H679HI8039Q50pc9awPEwpMiDq5KW1gN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DicS8wncxOwFlWbIap8qrR8MUbXzhdNh { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:2rem;left:70rem;display:block; }
#mnaDwRT4LQlD1N8ir832EcdAu0DFgJ1U { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.9375rem;left:66.9375rem;display:block; }
#i5rvNoh70Rn63cSgPNaEOfJsIAsvhrSx { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:2rem;left:63.68750190735rem;display:block; }
#XL74qae7rGxiI3sIEpiXMfH2pNqoZtf8 { 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:2.875rem;width:7.25rem;top:2.28125rem;left:1.1484375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 { display:none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oJ3Avobd6zXUnSZySX3MHnI4ZW9s3x68 { top:0.625rem;left:0rem;width:6.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxigWzBVQazBf6TyAIW1xXkTDnpw7hz { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv4fzl8kTyt5LrPNgw9bpkKKiOBc7i20 { display:block; }
 }@media only screen and (max-width: 763px) { #mPF6bEUB4DXb6vkNWA9WmBnbpSQ9Pzze { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orpXwl8r4tbRlrtxthP41pRbgkphabzT { display:block; }
 }@media only screen and (max-width: 763px) { #mivEPqcTQoFOLemTE4RAMCs9ofmqtb7O { top:1.4375rem;left:0.4970703125rem;width:29.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLfFVXgJBvLSiQTlMnLvTbWJ0kWyHaZ0 { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ts0z0DyRZoy1eh1LXop8an5CusmuHoxS { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCsfesQdikJTo7QHrgKxvaZCUT0vhTJy { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUmzTfB3xIoBCvo7qxXTuDWht6pHPOMI { display:block; }
 }@media only screen and (max-width: 763px) { #xGQg2qRBJnuZOKffXJ1OO2XCVAUCFoTd { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Caem6OfNcSy63vaSMbLXLTUwfgxc2hy7 { display:block; }
 }@media only screen and (max-width: 763px) { #NokH30cPwtUrI6T7TiiBFkXbrwl7ZJt7 { width:11.3125rem;height:1.875rem;top:4.75rem;left:35.631801605224rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9aFa390nIBnW73fM2qVQVTXXVPIzWd { display:block; }
 }@media only screen and (max-width: 763px) { #HRf8yDtLoE45IhdtMmCf58GVmRfwXCTW { width:33.125rem;height:1.25rem;top:5.0625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN8NFvuKv29VwTt3plfHoOP46hztuP1e { top:4.3125rem;left:0.1240234375rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #as2RVvxDJutgNVzsHOffOyio8BQtd1rn { width:5rem;height:2.1875rem;top:1rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftr4cOdAqKLJv7NPdvd8GtzrCPkBpOk3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZT0K0tNo5S89aNPv97aX2ZrS8ZwqWTLt { top:3.875rem;left:0.49783325195312rem;width:46.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2mvhImEoEwdzc4xd0R43iCP8Huymr0c { width:8.8125rem;height:2.125rem;top:1.0625rem;left:38.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIDrZzWhG7DTW8WWokGnzTLLqEwTfk0u { display:block; }
 }@media only screen and (max-width: 763px) { #xXQ06X520nLFhoz9GvUZlf8gGuBfa5zO { top:0.8125rem;left:0rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco { display:block; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kawXNKgHqSSp7FwpwwwkwNSpkZhoEWfF { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utH1FdTdxZG9ERATnQgBk1dfCZ0NlNS1 { display:block; }
 }@media only screen and (max-width: 763px) { #AtN5pTmaflBe3uPwl9fEKJgLzkLOcvFn { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho8kKlzKny0PX0hCD2JzDlUZCfkuVMCm { display:block; }
 }@media only screen and (max-width: 763px) { #uZn2lTA0aotlW3qEu55zN260xfezkdGk { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbS1VeIvtfdcpbBki5smkgfpt1uCdVmr { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vl4anmi0GrwUJrixNaFEJiMbTrXt2uCP { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJEkGGtUJiIoxgsFyoti5PzuHheULhTC { display:block; }
 }@media only screen and (max-width: 763px) { #uo5ThawWVzWhiLrW7Z4oUd9c2TFhHgrs { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy9M8QUbzMLFkV6fDgrtbgyNGzgcQxL2 { display:block; }
 }@media only screen and (max-width: 763px) { #qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN { display:block; }#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nomb72gcgSWwWPszHTShvm6cqAWndSKE { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U13Tvuu4c5EzSKN6Pk7HPqT0b5dQlzb2 { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAyO09Pc0eyhX96wTeVSK5l2N3fXCSpa { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqHFLGg8XyCGdkS5Ss6vAu61s1IdaWhO { top:7.5rem;left:23.0625rem;width:24.6875rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5qWnTOIgO3hef2Sd3CDRVGqranXnQzZ { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tng9KMxJfuKZB8fMwsGJrKGz1BCLtND6 { top:15.4375rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcrz2AvAEUJAlNI4pgJ3KQLM8PeQo4pt { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkg5sZx59yDVJTzlaiOfpzTBxfNqb7sJ { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EA25rzhDsvrJNNTkV8fVByrpdevfGdTG { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwW2uMXW0PAMG2dcs4bQt9O0g37m74gf { top:5.25rem;left:28.5927734375rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD { display:block; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL { display:block; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIocF0kRcUMCntPUE0FDwuatP8ZNyIZK { width:47.75rem;height:4.4375rem;top:4.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWXoImZ9EO7ZoVN8vvDwxJc0MTMyh2TF { width:47.75rem;height:;top:1.1875rem;left:0rem;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK { display:block; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zx7OkLfnDaW2TW8JE0ZkPX7u8l7TV3N7 { top:1.25rem;left:5.0625rem;width:37.625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9rSszPfPch2M9GgzxCMVFMGtHw8657H { top:6.8125rem;left:20.210544586182rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M18XCgpu3dC4TOcwJ1JEVPqlSalNPITr { top:15.25rem;left:15.685939788818rem;width:16.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ1lL2ahEKauTyRh29VV45PtOA4v8PoP { top:18.125rem;left:14.311328887939rem;width:19.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpAyFOpPoiXV7E8F2HUZPgeOWi5MOAFi { top:20rem;left:15.467967987061rem;width:16.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXN5IoTFdgxXDc5KZfmuceDXKTUniPho { display:block; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZZnTFMATdNRMxugmmkUTlRRA3Jg2x6W { top:2.875rem;left:38.5rem;width:9.25rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdTMIoBJcx8ONvH0zDx6U3RRao5P8gFX { top:1.625rem;left:14.1875rem;width:13.25rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1DdkV8qd4W8CQsxIMO4rR9U8EP4VutR { top:0.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOLXm7ZxJVi9fU54tdMJL5qElB7JTwoJ { top:2.5625rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7WN7cNVqlJZH6TV9Rgyt11TNAIk3n82 { top:4.75rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhFO0GIJcQaSW27K6CDoORxg9U0ng0kR { top:2.4375rem;left:12.4375rem;width:0.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMQPqWcpFl5xFZdPqv6mX1aNImImZ7gX { width:6.8125rem;height:1.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNsZJodNVxgoC0NW8bLtr3TkpRQMJz3K { display:block; }
 }@media only screen and (max-width: 763px) { #z0U4imkteeHaHPqwa89wqmb2vPRNpXOc { width:11.6875rem;height:1.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnCVT96TdoduczcoeairegF6qbQovrA5 { display:block; }
 }@media only screen and (max-width: 763px) { #WgX1UKMRkSgQIvwgOwW5MvnlPOcaBnJm { width:9.875rem;height:1.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H679HI8039Q50pc9awPEwpMiDq5KW1gN { display:block; }
 }@media only screen and (max-width: 763px) { #DicS8wncxOwFlWbIap8qrR8MUbXzhdNh { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnaDwRT4LQlD1N8ir832EcdAu0DFgJ1U { top:1.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5rvNoh70Rn63cSgPNaEOfJsIAsvhrSx { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL74qae7rGxiI3sIEpiXMfH2pNqoZtf8 { top:2.25rem;left:0rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#241c58;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;display:block; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { background-color: transparent; background-image: none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container > .video-iframe-container { display: none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row > .video-iframe-container { display: none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .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); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { border-width: 0; border-radius: 0; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJ3Avobd6zXUnSZySX3MHnI4ZW9s3x68 { width:4.6875rem;height:2.125rem;top:0.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxigWzBVQazBf6TyAIW1xXkTDnpw7hz { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Wv4fzl8kTyt5LrPNgw9bpkKKiOBc7i20 { display:block; }
 }@media only screen and (max-width: 763px) { #mPF6bEUB4DXb6vkNWA9WmBnbpSQ9Pzze { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #orpXwl8r4tbRlrtxthP41pRbgkphabzT { display:block; }
 }@media only screen and (max-width: 763px) { #mivEPqcTQoFOLemTE4RAMCs9ofmqtb7O { width:10.1245625rem;height:0;top:0.9375rem;left:8.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wLfFVXgJBvLSiQTlMnLvTbWJ0kWyHaZ0 { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Ts0z0DyRZoy1eh1LXop8an5CusmuHoxS { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #rCsfesQdikJTo7QHrgKxvaZCUT0vhTJy { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #oUmzTfB3xIoBCvo7qxXTuDWht6pHPOMI { display:block; }
 }@media only screen and (max-width: 763px) { #xGQg2qRBJnuZOKffXJ1OO2XCVAUCFoTd { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Caem6OfNcSy63vaSMbLXLTUwfgxc2hy7 { display:block; }
 }@media only screen and (max-width: 763px) { #NokH30cPwtUrI6T7TiiBFkXbrwl7ZJt7 { width:9.038235rem;height:2.10094125rem;top:5.2023515701294rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZ9aFa390nIBnW73fM2qVQVTXXVPIzWd { display:block; }
 }@media only screen and (max-width: 763px) { #HRf8yDtLoE45IhdtMmCf58GVmRfwXCTW { width:19.999625rem;height:0;top:22.875698014069rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FN8NFvuKv29VwTt3plfHoOP46hztuP1e { width:2.625rem;height:2.625rem;top:19.000698014069rem;left:8.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #as2RVvxDJutgNVzsHOffOyio8BQtd1rn { width:4.9996125rem;height:2.1871125rem;top:2.872989654541rem;left:5.9672801494598rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ftr4cOdAqKLJv7NPdvd8GtzrCPkBpOk3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZT0K0tNo5S89aNPv97aX2ZrS8ZwqWTLt { width:20rem;height:0.0625rem;top:26.873454803467rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2mvhImEoEwdzc4xd0R43iCP8Huymr0c { width:10.625rem;height:1.875rem;top:2.9931926727295rem;left:4.6844057440758rem;font-size:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #HIDrZzWhG7DTW8WWokGnzTLLqEwTfk0u { display:block; }
 }@media only screen and (max-width: 763px) { #xXQ06X520nLFhoz9GvUZlf8gGuBfa5zO { width:10.123625rem;height:1.3816375rem;top:0.8125rem;left:7.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco { position:relative;z-index:auto;background-color:#241c58;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;display:block; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { background-color: transparent; background-image: none; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container > .video-iframe-container { display: none; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row > .video-iframe-container { display: none; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .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); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { border-width: 0; border-radius: 0; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kawXNKgHqSSp7FwpwwwkwNSpkZhoEWfF { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #utH1FdTdxZG9ERATnQgBk1dfCZ0NlNS1 { display:block; }
 }@media only screen and (max-width: 763px) { #AtN5pTmaflBe3uPwl9fEKJgLzkLOcvFn { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Ho8kKlzKny0PX0hCD2JzDlUZCfkuVMCm { display:block; }
 }@media only screen and (max-width: 763px) { #uZn2lTA0aotlW3qEu55zN260xfezkdGk { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #IbS1VeIvtfdcpbBki5smkgfpt1uCdVmr { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #vl4anmi0GrwUJrixNaFEJiMbTrXt2uCP { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #pJEkGGtUJiIoxgsFyoti5PzuHheULhTC { display:block; }
 }@media only screen and (max-width: 763px) { #uo5ThawWVzWhiLrW7Z4oUd9c2TFhHgrs { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #xy9M8QUbzMLFkV6fDgrtbgyNGzgcQxL2 { display:block; }
 }@media only screen and (max-width: 763px) { #qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN { display:block; }#qqeUfzT9vlIzJwN0Maq5kxPm4wJVmmMN > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nomb72gcgSWwWPszHTShvm6cqAWndSKE { height:11.0966875rem;width:20rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U13Tvuu4c5EzSKN6Pk7HPqT0b5dQlzb2 { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAyO09Pc0eyhX96wTeVSK5l2N3fXCSpa { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqHFLGg8XyCGdkS5Ss6vAu61s1IdaWhO { width:7.8125rem;height:4.78125rem;top:1.369140625rem;left:8.466796875rem;font-size:1.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #H5qWnTOIgO3hef2Sd3CDRVGqranXnQzZ { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tng9KMxJfuKZB8fMwsGJrKGz1BCLtND6 { width:15.5625rem;height:3.8953125rem;top:7.9817352294925rem;left:1.9050122499466rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcrz2AvAEUJAlNI4pgJ3KQLM8PeQo4pt { width:2.375rem;height:2.375rem;top:10.625rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkg5sZx59yDVJTzlaiOfpzTBxfNqb7sJ { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #EA25rzhDsvrJNNTkV8fVByrpdevfGdTG { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #HwW2uMXW0PAMG2dcs4bQt9O0g37m74gf { width:4rem;height:4.6875rem;top:0.9482421875rem;left:3.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD { display:block; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL { display:block; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIocF0kRcUMCntPUE0FDwuatP8ZNyIZK { width:20rem;height:1.7871125rem;top:0.93751907348631rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWXoImZ9EO7ZoVN8vvDwxJc0MTMyh2TF { width:20rem;height:0;top:0.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK { display:block; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zx7OkLfnDaW2TW8JE0ZkPX7u8l7TV3N7 { width:20rem;height:4.3857375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z9rSszPfPch2M9GgzxCMVFMGtHw8657H { width:4.6875rem;height:4.6875rem;top:6.884765625rem;left:7.4285152554513rem;display:block; }
 }@media only screen and (max-width: 763px) { #M18XCgpu3dC4TOcwJ1JEVPqlSalNPITr { width:16.3125rem;height:1.3816375rem;top:12.835155487061rem;left:1.8421874642372rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJ1lL2ahEKauTyRh29VV45PtOA4v8PoP { width:19.125rem;height:1.29980625rem;top:14.701557159424rem;left:0.43593746423721rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpAyFOpPoiXV7E8F2HUZPgeOWi5MOAFi { width:16.749625rem;height:1.29980625rem;top:16.249607086182rem;left:1.6218748688698rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXN5IoTFdgxXDc5KZfmuceDXKTUniPho { display:block; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZZnTFMATdNRMxugmmkUTlRRA3Jg2x6W { width:20rem;height:0;top:4.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kdTMIoBJcx8ONvH0zDx6U3RRao5P8gFX { width:13.0625rem;height:2.25rem;top:4.9375rem;left:4.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q1DdkV8qd4W8CQsxIMO4rR9U8EP4VutR { width:1.5625rem;height:1.5625rem;top:7.375rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOLXm7ZxJVi9fU54tdMJL5qElB7JTwoJ { width:1.5rem;height:1.5rem;top:9.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7WN7cNVqlJZH6TV9Rgyt11TNAIk3n82 { width:1rem;height:1rem;top:11.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhFO0GIJcQaSW27K6CDoORxg9U0ng0kR { width:0.625rem;height:1.1875rem;top:4.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMQPqWcpFl5xFZdPqv6mX1aNImImZ7gX { width:6.8125rem;height:1.0625rem;top:7.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNsZJodNVxgoC0NW8bLtr3TkpRQMJz3K { display:block; }
 }@media only screen and (max-width: 763px) { #z0U4imkteeHaHPqwa89wqmb2vPRNpXOc { width:11.6875rem;height:1.0625rem;top:9.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnCVT96TdoduczcoeairegF6qbQovrA5 { display:block; }
 }@media only screen and (max-width: 763px) { #WgX1UKMRkSgQIvwgOwW5MvnlPOcaBnJm { width:9.875rem;height:1.0625rem;top:11rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H679HI8039Q50pc9awPEwpMiDq5KW1gN { display:block; }
 }@media only screen and (max-width: 763px) { #DicS8wncxOwFlWbIap8qrR8MUbXzhdNh { width:3.125rem;height:3.125rem;top:13.1875rem;left:11.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnaDwRT4LQlD1N8ir832EcdAu0DFgJ1U { width:3.125rem;height:3.125rem;top:13.1875rem;left:8.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5rvNoh70Rn63cSgPNaEOfJsIAsvhrSx { width:3.125rem;height:3.125rem;top:13.1875rem;left:5.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL74qae7rGxiI3sIEpiXMfH2pNqoZtf8 { width:7.25rem;height:2.875rem;top:1rem;left:6.375rem;display:block; }
 }