.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:rgba(0,0,0,0);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl { 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;z-index:auto;display:none; }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .row .container { border-width: 0; border-radius: 0; }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#bcGx2cODDI1NpMeTkPrt4kRWmGPEDslo { 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; }
#G6tg4nSvBQWLeB2JoOXnnmq6FHB59DLQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IuMBS74MCFpyOZ5ckPG1kSKSqu0sQywK { 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; }
#dGFarbCTOOWIfwzgGsiiqVu6QU3wiIBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBP9ROR1Vte64ZsHIMTWUvL3FkQQang7 { color:#ffffff;display:block;width:20.749rem;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.4560546875rem;left:27.125rem;height:1.4619125rem;display:block; }
#P7iaSSXsODzsNuSlkUMU9m4GCTWKf95r { 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; }
#R20Uwlg4GlTZfT7QAFtOZr05pD3dKnTL { 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; }
#offlM1BT9pAc2oR8BLgW5zFw97pg6l1y { 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; }
#bczMP4T5oGJz8vPiFOGqyfxJTMUnnhq8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgqFXwNxtc36vxWi3RsSrDfRIJvstROw { 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; }
#Rc7t5TGXzBsfgVLUt0979STEbWV4JWXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MhTquGG73alHzJ4bW5i6XW3TBq5zZgiZ { 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:15023;text-align:center;text-align-last:center;top:1.125rem;left:53.75rem;display:block; }
#RruOMWnaiKtMuq6vyiervl9mGS6zWAUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdPIcKDehghMrrRApp21cmLWVcMMtFLq { 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:15023;text-align:center;text-align-last:center;top:1.0625rem;left:60.8125rem;display:block; }
#Xg78fwA513wlcr6V3UV7xKFJGRM6t2mE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BemGpMTtWnRkTC6ENC2mkSqtkqtXTmJ3 { 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.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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:0.4375rem;left:15.1015625rem;display:block; }
#L2Domd7DBK8tbxonCB8Gvda4B9ZRUNfx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEXDwF32PfqOr3ULyyJMy4grKCxGSmJ5 { 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.875rem;width:9.625rem;top:0.34375rem;left:1.875rem;overflow:hidden;display:none; }
#agivakyD8G0pGZPZ8KiACnofq4O4xJuu { 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.874rem;height:2.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.09375rem;left:41.25rem;display:none; }
#HTFPD7wDNnZmubkHH7TRAQWOkHaGEdoz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dJJGve3RuBQ16BSPqgCfpkJOl6vhz7vn { 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:7.8125rem;height:2.125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.125rem;left:51.53125rem;display:none; }
#HercGKfT4TlhDsi6C86eEFha2GAVQ2V7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(2,0,69,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; }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .row .container { background-color: transparent; background-image: none; }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .row .container > .video-iframe-container { display: none; }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .row > .video-iframe-container { display: none; }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .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); }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .row .container { border-width: 0; border-radius: 0; }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#KT4ufvveQTcwt26G9UQ37MVfh3GmlBX0 { 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; }
#z1gQsK7xnXizg1q1TtGZb9vOmbKySLkw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NAnVaIsfP8bQhHCpusl6cU9sJ0uALpdJ { 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; }
#gyUONON9eTOfFikhsCFu7Z9DyeniQPc2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X4RPbVZgpVr4WpN7bJyG6tq9ZPIyFlgB { color:#ffffff;display:block;width:19.1858125rem;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.455078125rem;left:13.5595703125rem;height:1.46205625rem;display:block; }
#QV7Porl7bdM4t4EDgdsbbPNRzQo86euq { 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; }
#sJwy6yCyTNVsCyuScbPzJDIrZlELkkNd { 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; }
#hShZsxsCBs8Gcdlsi13xWsLHo8RtOmBV { 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; }
#KPWd4HcZDn1GXqKTMmJ2KtdAAoVMo0GG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W2oubJqdKpcsTFrwJ9iTxRWrUMcZPQNC { 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; }
#IaiEs0mAxgmVguZi6SsyfpQukQDu0Ek6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dBpWNVpB3D5SWvEJcM3GkP5TSbaBHNv3 { 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.874rem;height:2.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.09375rem;left:41.25rem;display:block; }
#ExHSL0xSiZNo7gGh2PRii97GCUx73GZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q2htzQxtgv4zKwNyQN7EevSA3yL1c8be { 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.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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.125rem;left:60.623046875rem;display:block; }
#x9lX9vvuJGkXaSAcDm8DBT87ZTE3uxGb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THkZXw5Kma486lNVca5fQTZehe1yTVIr { 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.875rem;width:9.625rem;top:0.53125rem;left:1.875rem;overflow:hidden;display:block; }
#AN1h2N1K7UGk3dU10GLV1Bwevdr0E39O { 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:7.8125rem;height:2.125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.125rem;left:51.53125rem;display:block; }
#adtPb98aMRFyq2rltJi63LTOCoOVSs5m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020045;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; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container { background-color: transparent; background-image: none; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container > .video-iframe-container { display: none; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row > .video-iframe-container { display: none; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .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); }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container { border-width: 0; border-radius: 0; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#R6mDA7EHxknElphhTqDpwalzRHdHm54P { 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:none; }#R6mDA7EHxknElphhTqDpwalzRHdHm54P > .row .container { border-width: 0; border-radius: 0; }#R6mDA7EHxknElphhTqDpwalzRHdHm54P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6mDA7EHxknElphhTqDpwalzRHdHm54P > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C { 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; }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C > .row .container { background-color: transparent; background-image: none; }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C > .row .container > .video-iframe-container { display: none; }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C > .row > .video-iframe-container { display: none; }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C > .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); }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C > .row .container { border-width: 0; border-radius: 0; }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#vZIWSPkkaPRD8yiw544D9C1FBOki6snC { color:#0a112d;display:block;width:62.8125rem;position:absolute;font-family:avalon;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.322265625rem;left:6.09375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIyutFiE2ODZ95mscZhHX89P6bhe26ke { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:copernicus;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:15.6201171875rem;left:15.15625rem;height:13.3828125rem;text-align:center;text-align-last:center;display:block; }
#TUruxgGyBS3e7qtMP4tZeGRT9xbG3HBe { color:#000000;display:block;width:46.5625rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.1875rem;left:14.21875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#pVrDTH5c4euaaK1LM3FSUh2uPSziwtJF { background-color:#000000;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:#ffffff;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.75rem;height:1.875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:30.3125rem;left:33.125rem;display:block; }
#lCoMKnhPgvTlLb99wagSCbuCnueNZud8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7547d332-6a48-4faf-89db-256157d4c6ac/B7401299.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE.adaptive-delivery-prevent-bg, #btkDUMITuym0N9GiXmlUGbsxn9o6w9aE.lazyload, #btkDUMITuym0N9GiXmlUGbsxn9o6w9aE.lazyloading { background-image: none; }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE > .row .container { background-color: transparent; background-image: none; }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE > .row .container > .video-iframe-container { display: none; }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE > .row > .video-iframe-container { display: none; }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE > .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); }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE > .row .container { border-width: 0; border-radius: 0; }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE > .row .container { font-size:0.875rem;font-family:arial;height:62.8125rem;width:75rem;position:relative;display:block; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb { 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; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { background-color: transparent; background-image: none; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container > .video-iframe-container { display: none; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row > .video-iframe-container { display: none; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .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); }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { border-width: 0; border-radius: 0; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { font-size:0.875rem;font-family:arial;height:412.1875rem;width:75rem;position:relative;display:block; }#baeR4dQCDN59cG92y0OaTelJBCdLRS2s { color:#000000;display:block;width:48.125rem;position:absolute;font-family:copernicus;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:1.884765625rem;left:13.436105728149rem;height:408.11321875rem;display:block; }
#TUN6ptr7rhrwWfIPqhFqnNHwzhlUGzvT { position:absolute;display:block;z-index:15001;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:407.5rem;width:0.0625rem;top:2.1875rem;left:11.436244964599rem;display:block; }
#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eb600b;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; }#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp > .row .container { background-color: transparent; background-image: none; }#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp > .row .container > .video-iframe-container { display: none; }#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp > .row > .video-iframe-container { display: none; }#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp > .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); }#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp > .row .container { border-width: 0; border-radius: 0; }#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1666;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; }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row .container { background-color: transparent; background-image: none; }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row .container > .video-iframe-container { display: none; }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row > .video-iframe-container { display: none; }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .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); }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row .container { border-width: 0; border-radius: 0; }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#RwzXHhSbMTdhbZiUMPZs96GglU8ZAP0g { 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:6.125rem;width:15.25rem;top:0.25rem;left:27.272657394409rem;overflow:hidden;display:none; }
#VFUT6ilSKe17GQAvaXvrJLnVwQXTIouG { 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:5.625rem;width:38.625rem;top:30.9375rem;left:18.1875rem;overflow:hidden;display:none; }
#ZV2v60VCDhNKBvsSJQl2fwt2W1GNIXxl { color:#0a4595;display:block;width:15.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:3.005859375rem;left:29.03125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkkTCpOrcfqsfa5I96pEql0sSB9UC88W { position:absolute;display:block;z-index:15028;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.1875rem;width:13.125rem;top:1.8125rem;left:5rem;overflow:hidden;display:block; }
#MPGVAtxC0qWVqczzZiodDohCDAb5RvDi { color:#f95b06;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.9375rem;left:58.4375rem;height:1.9496375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row .container { background-color: transparent; background-image: none; }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row .container > .video-iframe-container { display: none; }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row > .video-iframe-container { display: none; }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .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); }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row .container { border-width: 0; border-radius: 0; }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#c1G9Z9UQl7Rr8vfld4Sbv4hIxEX05XyX { 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:6.125rem;width:15.25rem;top:0.25rem;left:27.272657394409rem;overflow:hidden;display:none; }
#EwOnrqrP666dkvTipyOd3T20S5h9Ztbt { 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:5.625rem;width:38.625rem;top:30.9375rem;left:18.1875rem;overflow:hidden;display:none; }
#JGtqEQUVLlpicyAm65ekqWTky8gcVHaL { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.875rem;left:7.4365234375rem;height:1.9496375rem;text-align:center;text-align-last:center;display:block; }
#SU2pzea3o37ewotQFlQSVVrKq1HCGWrF { color:#0a4595;display:block;width:12.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8740234375rem;left:30.3740234375rem;height:1.9496375rem;text-align:center;text-align-last:center;display:block; }
#aHmyQWVPQpTD2PvVkkyhpyE7IunP7onv { color:#0a4595;display:block;width:15.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.875rem;left:54.9990234375rem;height:1.9496375rem;text-align:center;text-align-last:center;display:block; }
#P7FoNnqQTNaWW2Wmik2VlMufOFygra4J { position:absolute;display:block;z-index:15013;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:0.875rem;left:4.98046875rem;overflow:hidden;display:block; }
#bLQ8p1hkhOAMkwfauu2uUbgIhPoZge6b { position:absolute;display:block;z-index:15014;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:0.875rem;left:27.9375rem;overflow:hidden;display:block; }
#dASVdVGx9Z9TWBqeCMMhc2vSNklp9M9E { position:absolute;display:block;z-index:15015;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.8125rem;width:1.875rem;top:0.875rem;left:52.4814453125rem;overflow:hidden;display:block; }
#Jn8pI3T5ZFed2p88cFRh0omAlvqMJHf7 { color:#0a4595;display:block;width:15.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:54.999444961548rem;height:1.9496375rem;text-align:center;text-align-last:center;display:none; }
#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB { 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; }#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB > .row .container { background-color: transparent; background-image: none; }#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB > .row .container > .video-iframe-container { display: none; }#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB > .row > .video-iframe-container { display: none; }#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB > .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); }#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB > .row .container { border-width: 0; border-radius: 0; }#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#trVIfqCRDCd5WOOqyzwTizV57Gu1NABB { color:#eb600b;display:block;width:71.25rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.55859375rem;left:1.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#sJg1IKIs9zQB6Fy0vl3ckTWdg0JmVQCi { 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:51.3125rem;width:52.8125rem;display:none; }
#rStbUdB7WTfAdILVi3bLGhtNHGbPa16H { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:45.610767364502rem;left:35.624996185302rem;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5));display:none; }
#rStbUdB7WTfAdILVi3bLGhtNHGbPa16H > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#ffQsRHbriRmphgPfZHmIT98Hx4ZmHez3 { color:#0a4595;display:block;width:72.1875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:30.951579093933rem;left:1.40625rem;height:2.999175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wp8ZV75xqACz6CDy3OEad1uoRy7sulTP { position:absolute;display:block;z-index:14999;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:17.875rem;width:73.75rem;top:3.12109375rem;left:0rem;overflow:hidden;display:block; }
#LpDXJohHVQwZN1AE1nT2JGIhIazHo3MC { color:#000000;display:block;width:9.187375rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:21.875rem;left:5.0361328125rem;height:2.1128625rem;text-align:center;text-align-last:center;display:block; }
#Hx9rMK7M9WURUxleemTD0AOBXstVTnRE { color:#000000;display:block;width:12.6869375rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:21.9375rem;left:16.7861328125rem;height:2.1128625rem;text-align:center;text-align-last:center;display:block; }
#phwvMpWSfLT99zqPqd5cIJEcHdXHXrK1 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:21.875rem;left:32.0625rem;height:2.1128625rem;text-align:center;text-align-last:center;display:block; }
#MndxipHG6mmKTUsE5HTbwZ130k3GO9Tl { color:#000000;display:block;width:13.125rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:21.875rem;left:45.224609375rem;height:2.1128625rem;text-align:center;text-align-last:center;display:block; }
#HBo5BRZQomwrpWuBP8v1IiROTeh9viPa { color:#000000;display:block;width:9.187375rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:21.875rem;left:61.22265625rem;height:2.1128625rem;text-align:center;text-align-last:center;display:block; }
#nTNS6Oq5haBw0R5vPo7Kh1P3VNa37eTR { 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:22.5rem;width:50.125rem;display:none; }
#DOpcxFed5XWMcXoQpywrK9XkoDq3pzAW { color:#000000;display:block;width:13.125rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:23.4375rem;left:45.224611282349rem;height:2.1128625rem;text-align:center;text-align-last:center;display:none; }
#cUdDBEUExEH1evCV4OWvQNzfmJUATS1A { 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:21.6875rem;width:61.125rem;display:none; }
#ixD8km9ZAoyxKc6adeGxVi3yD6xWGTly { color:#000000;display:block;width:13.125rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:23.4375rem;left:45.224611282349rem;height:2.1128625rem;text-align:center;text-align-last:center;display:none; }
#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1666;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; }#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 > .row .container { background-color: transparent; background-image: none; }#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 > .row .container > .video-iframe-container { display: none; }#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 > .row > .video-iframe-container { display: none; }#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 > .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); }#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 > .row .container { border-width: 0; border-radius: 0; }#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#KvbkcaAmPS8lwrMmKDMMhyUq9qIhT4vh { color:#f95b01;display:block;width:74.125rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0.84375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQOmzprA8TQqhfsSwd15JPdv9DlFsq9e { 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:5.25rem;width:7.125rem;top:7.123046875rem;left:15.5927734375rem;overflow:hidden;display:block; }
#Hi1LUnDLsbBiXVPSuswq3qiBU8rCytXd { position:absolute;display:block;z-index:15009;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:6.375rem;width:6.375rem;top:6.560546875rem;left:29.6552734375rem;overflow:hidden;display:block; }
#rqhEU6HRfCBpOlO3yQNFCPMralu7Tzdd { position:absolute;display:block;z-index:15011;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:6.125rem;width:6.125rem;top:6.810546875rem;left:2.5615234375rem;overflow:hidden;display:block; }
#vi9UT710DRqtkeopW1BNtyp2PR8wPhVd { position:absolute;display:block;z-index:15006;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:16.8115234375rem;left:0.8427734375rem;display:block; }
#bG3BLQucJ3hdBlmWaPxawPJ1JLCl6lna { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:16.75rem;left:14.375rem;display:block; }
#qZb1oywpEkOws5ryBL6mTFnrUP5MLrBb { position:absolute;display:block;z-index:15008;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:16.8115234375rem;left:28.0615234375rem;display:block; }
#JfFZTzshxtevdv4vDJBH3Tk7pfZaO5Hy { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:16.8115234375rem;left:40.6552734375rem;display:block; }
#TeNRf3iwS3wLwymn5S8zdsXvTylkTF8P { position:absolute;display:block;z-index:15010;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:16.75rem;left:52.8125rem;display:block; }
#fP4kLOUFuetl5DWXsg77m17Jm1lJ5KIK { position:absolute;display:block;z-index:15010;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.5625rem;top:16.75rem;left:65.0615234375rem;display:block; }
#SZK5n0qzzbv9F1Ui7WEC8UtDwIwOTk8Z { 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:5.9375rem;width:5.9375rem;top:7.123046875rem;left:66.4990234375rem;overflow:hidden;display:block; }
#AIMU2ozaJX1KCX0sRvDsmaZuu47oGI6p { color:#0020b9;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:14.0615234375rem;left:13.6240234375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SqaBqKqf5kSyORfQMHP6dx3G97Rnqe58 { color:#0020b9;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:14.0615234375rem;left:51.9677734375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uk5WXPDVmsL0TMPyBSmbH55tA0pOACOX { color:#f95b01;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:14.0615234375rem;left:0rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZzAIFWV77sa8RqOXWdHVEq7WBSy1Bfe { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:17.6240234375rem;left:0rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZzKWSPoXoE0MKXnDELhDkrKWu0fSFzk { color:#0020b9;display:block;width:10.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:14.0615234375rem;left:64.6875rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQlcczF0x4RhGNPghFIii6nc5wCqTcIu { color:#0020b9;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:14.0615234375rem;left:39.8701171875rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HsVPwpzfI75UgiV58GGu5R04yWbwX8fV { color:#f95b01;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:13.1240234375rem;left:27.2177734375rem;height:3.25055625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sE0crGkkW2tFBCczA1kFpTQOyZKSzDph { 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:5.875rem;width:5.9375rem;top:7.123046875rem;left:42.4677734375rem;overflow:hidden;display:block; }
#qdeyWhSm0FF7JlGZJ5070tz0kzgv8JVZ { 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:5.5rem;width:5.8125rem;top:7.3720703125rem;left:54.5380859375rem;overflow:hidden;display:block; }
#aAyLEoWzWfH8f5aUf56HhQr5PnSHUW0c { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:17.6240234375rem;left:51.9677734375rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4Q2xNPNWgxvxMvQcEbeTi2ttZ5Fs4tJ { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:17.6240234375rem;left:39.8115234375rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TX8JmlbltQ0yTf3XruNd0Hf9LpHppWqX { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.6240234375rem;left:27.2177734375rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CSinhaOMiSuTdMbTAFNxJf4aPC6ufkzE { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:17.6240234375rem;left:14.2802734375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hm25cEhqgJl2aFOEVEJ97TpCyoiM01eJ { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.6240234375rem;left:63.75rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eb600b;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; }#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 > .row .container { background-color: transparent; background-image: none; }#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 > .row .container > .video-iframe-container { display: none; }#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 > .row > .video-iframe-container { display: none; }#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 > .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); }#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 > .row .container { border-width: 0; border-radius: 0; }#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#nc07W8wpF40Zsywuni1ZT0N7XruALDim { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1666;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; }#nc07W8wpF40Zsywuni1ZT0N7XruALDim > .row .container { background-color: transparent; background-image: none; }#nc07W8wpF40Zsywuni1ZT0N7XruALDim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc07W8wpF40Zsywuni1ZT0N7XruALDim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc07W8wpF40Zsywuni1ZT0N7XruALDim > .row .container > .video-iframe-container { display: none; }#nc07W8wpF40Zsywuni1ZT0N7XruALDim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc07W8wpF40Zsywuni1ZT0N7XruALDim > .row > .video-iframe-container { display: none; }#nc07W8wpF40Zsywuni1ZT0N7XruALDim > .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); }#nc07W8wpF40Zsywuni1ZT0N7XruALDim > .row .container { border-width: 0; border-radius: 0; }#nc07W8wpF40Zsywuni1ZT0N7XruALDim > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nc07W8wpF40Zsywuni1ZT0N7XruALDim > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.4375rem;width:75rem;position:relative;display:block; }#bDBB31GiTDB2DKy7JeUP56rhNqtWtSVv { 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.3808625rem;display:block; }
#atL2mHF1N3gzz56q2GpKkP4155XTS7c8 { 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; }
#C2DTQE7haTW9uiGRfq2qTyoCfrPpkBqV { 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; }
#kNHRVOyVAwZM018otXhMakNbyKH8g7uR { 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; }
#c1v9hRXctckQkPFlJ1nKAMZrRhTuhXDH { 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; }
#W6eAVOSk0RKWCJ8puRmJr10hg7cpU307 { 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; }
#dZfU8FTFVvhESqCT3pkes5wJABJEk9a0 { 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; }
#pMxmHrl0FSa3Atth3fHI0eqJ7tuNIsMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LAan3AVuJ7EG7APxqLwh8rFL1XnCOw5R { 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; }
#BoQNfemPpXaZ4bqiFWtfCqN3VSwiEJHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#htWqZ795Ek5peVRTOgG8uQX9BBw32Pyb { 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; }
#a9ma6mVXNBWACh3PB6yXc4K8UFSyocBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#foTvv5KZMtGZ7G91vvZdKH7bn7qMP22k { 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; }
#FZr1ZzrD3oGc4U0zJqbaNHgQyCWSG6WW { 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; }
#rtNBI3qaLJzge5CsS15kFlOGN6TEN3fw { 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; }
#p7CbxC5DgnqWuxBy4fzGPpIMXp4EDBBa { 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; }
#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ { 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;z-index:auto;display:none; }#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ > .row .container { border-width: 0; border-radius: 0; }#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#gaTusixaJ6MTxXEB9flfhqByMuqn6ol9 { color:#ffffff;display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5125885009766rem;left:12.999134063721rem;height:0;text-align:left;text-align-last:left;display:none; }
#NNr4hxzATQRFeQmdTp83GS23x0mKL8Ta { 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:2.375rem;width:8.125rem;top:1.6232643127441rem;left:2.6095924377441rem;overflow:hidden;display:none; }
#pTogfDT7ouDtkGLMHaFZP7dZr9Hc1CEo { position:absolute;display:block;z-index:15025;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:2.5238800048828rem;left:24.059246063233rem;overflow:hidden;display:none; }
#IKBUqSTelFgkFqMgWFUxd1EJlppRofie { z-index:15002;top:1.40625rem;left:60.171230316162rem;background-color:transparent;background-image:none;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;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Nwrndm4TVmvyVAgkHaSHQlUz6PP36Hvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020045;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; }#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh > .row .container { background-color: transparent; background-image: none; }#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh > .row .container > .video-iframe-container { display: none; }#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh > .row > .video-iframe-container { display: none; }#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh > .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); }#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh > .row .container { border-width: 0; border-radius: 0; }#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020045;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;bottom:0rem;left:0rem;right:0rem;display:block; }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA > .row .container { background-color: transparent; background-image: none; }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA > .row .container > .video-iframe-container { display: none; }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA > .row > .video-iframe-container { display: none; }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA > .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); }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA > .row .container { border-width: 0; border-radius: 0; }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#X1a3Patd6TAE6TlNSG1WHnN8xR2a7Ex8 { color:#ffffff;display:block;width:61.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.90569305419925rem;left:5.9997215270996rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ACTfz72Uv03665JmVP3y0BJE1NzQ5s40 { z-index:15002;top:1.0625rem;left:67.625rem;background-color:#f95b06;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kemUskLE31lsWVEcNtG2Te6hr4UEOceG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTxtnpvbEU2KRTGuE5FqByBfTUM1VxCQ { 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:1.75rem;width:1.875rem;top:2.0625rem;left:2.3125rem;overflow:hidden;display:block; }
#EEgfcnLog9pSP18QdptZEqPohtOkd6FB { 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.1875rem;width:2.1875rem;top:0.4375rem;left:3.625rem;overflow:hidden;display:block; }
#qL25ffBXBx7zi8eVtN6IVh6yA9RridZI { 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.4375rem;width:1.25rem;top:0.9375rem;left:0.75rem;overflow:hidden;display:block; }
#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ { 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;z-index:auto;display:none; }#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ > .row .container { border-width: 0; border-radius: 0; }#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#hQcpG8xXURL077VTQKTar4120UExdZg4 { 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.875rem;width:5.5625rem;top:1.6232643127441rem;left:2.6095924377441rem;overflow:hidden;display:none; }
#LwBRkKwHlKmQOlbbUqtCxLQdv76DuUHT { z-index:15002;top:1.40625rem;left:60.171230316162rem;background-color:#f95b06;background-image:none;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#NcIHs0TXeLUrNKkziwl3JtxiPnAn78LA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qxlyds8RkZeupTEfMCMST1yXBdHxuHEV { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.3625000715256rem;left:11.250001907349rem;height:1.4625rem;text-align:left;text-align-last:left;display:none; }
#Kw7cA2E8xHfusf4WACitVaW9i9tFEwWr { 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.4375rem;width:1.25rem;top:1.5931930541993rem;left:0.3125rem;overflow:hidden;display:none; }
#FG79C9wmBtti9QVPRydxosun12ACQWtJ { 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:1.75rem;width:1.875rem;top:2.75rem;left:1.8751392364502rem;overflow:hidden;display:none; }
#C36srSX2FOdlni2mDfSKHL8lD6FbG2UG { 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.1875rem;width:2.1875rem;top:1.125rem;left:3.1876392364502rem;overflow:hidden;display:none; }
#KE3VEnoChyICE3D2MVVT4dNKE0o47gFv { 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.874rem;height:2.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.09375rem;left:41.25rem;display:none; }
#fwP6Tl6EiWP9CZMewkLXGgW3Q31GlVDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#evpPNJbbHqybHHHk0hvJIfCM6Zk5SWTv { 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:7.8125rem;height:2.125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.125rem;left:51.53125rem;display:none; }
#tkdh4aJGPNX8cdPPosa8T6DOeoiDiEa2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl { display:none; }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bcGx2cODDI1NpMeTkPrt4kRWmGPEDslo { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6tg4nSvBQWLeB2JoOXnnmq6FHB59DLQ { display:block; }
 }@media only screen and (max-width: 763px) { #IuMBS74MCFpyOZ5ckPG1kSKSqu0sQywK { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGFarbCTOOWIfwzgGsiiqVu6QU3wiIBM { display:block; }
 }@media only screen and (max-width: 763px) { #qBP9ROR1Vte64ZsHIMTWUvL3FkQQang7 { top:0.9375rem;left:0rem;width:10.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7iaSSXsODzsNuSlkUMU9m4GCTWKf95r { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R20Uwlg4GlTZfT7QAFtOZr05pD3dKnTL { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #offlM1BT9pAc2oR8BLgW5zFw97pg6l1y { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bczMP4T5oGJz8vPiFOGqyfxJTMUnnhq8 { display:block; }
 }@media only screen and (max-width: 763px) { #TgqFXwNxtc36vxWi3RsSrDfRIJvstROw { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc7t5TGXzBsfgVLUt0979STEbWV4JWXZ { display:block; }
 }@media only screen and (max-width: 763px) { #MhTquGG73alHzJ4bW5i6XW3TBq5zZgiZ { width:5rem;height:2.1875rem;top:1.125rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RruOMWnaiKtMuq6vyiervl9mGS6zWAUu { display:block; }
 }@media only screen and (max-width: 763px) { #QdPIcKDehghMrrRApp21cmLWVcMMtFLq { width:8.8125rem;height:2.1875rem;top:1.0625rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg78fwA513wlcr6V3UV7xKFJGRM6t2mE { display:block; }
 }@media only screen and (max-width: 763px) { #BemGpMTtWnRkTC6ENC2mkSqtkqtXTmJ3 { width:16.875rem;height:2.1875rem;top:1.0625rem;left:2.1015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Domd7DBK8tbxonCB8Gvda4B9ZRUNfx { display:block; }
 }@media only screen and (max-width: 763px) { #yEXDwF32PfqOr3ULyyJMy4grKCxGSmJ5 { top:0.3125rem;left:0rem;width:9.625rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #agivakyD8G0pGZPZ8KiACnofq4O4xJuu { width:8.8125rem;height:2.1875rem;top:1.0625rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTFPD7wDNnZmubkHH7TRAQWOkHaGEdoz { display:block; }
 }@media only screen and (max-width: 763px) { #dJJGve3RuBQ16BSPqgCfpkJOl6vhz7vn { width:7.8125rem;height:2.125rem;top:1.125rem;left:37.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HercGKfT4TlhDsi6C86eEFha2GAVQ2V7 { display:block; }
 }@media only screen and (max-width: 763px) { #aOZzbpA4sQmf5sEstJ778AhckkEiOSlG { display:block; }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT4ufvveQTcwt26G9UQ37MVfh3GmlBX0 { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1gQsK7xnXizg1q1TtGZb9vOmbKySLkw { display:block; }
 }@media only screen and (max-width: 763px) { #NAnVaIsfP8bQhHCpusl6cU9sJ0uALpdJ { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyUONON9eTOfFikhsCFu7Z9DyeniQPc2 { display:block; }
 }@media only screen and (max-width: 763px) { #X4RPbVZgpVr4WpN7bJyG6tq9ZPIyFlgB { top:1.4375rem;left:0rem;width:19.125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV7Porl7bdM4t4EDgdsbbPNRzQo86euq { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJwy6yCyTNVsCyuScbPzJDIrZlELkkNd { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hShZsxsCBs8Gcdlsi13xWsLHo8RtOmBV { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPWd4HcZDn1GXqKTMmJ2KtdAAoVMo0GG { display:block; }
 }@media only screen and (max-width: 763px) { #W2oubJqdKpcsTFrwJ9iTxRWrUMcZPQNC { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaiEs0mAxgmVguZi6SsyfpQukQDu0Ek6 { display:block; }
 }@media only screen and (max-width: 763px) { #dBpWNVpB3D5SWvEJcM3GkP5TSbaBHNv3 { width:8.8125rem;height:2.1875rem;top:1.0625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExHSL0xSiZNo7gGh2PRii97GCUx73GZZ { display:block; }
 }@media only screen and (max-width: 763px) { #q2htzQxtgv4zKwNyQN7EevSA3yL1c8be { width:10.625rem;height:2.125rem;top:1.125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9lX9vvuJGkXaSAcDm8DBT87ZTE3uxGb { display:block; }
 }@media only screen and (max-width: 763px) { #THkZXw5Kma486lNVca5fQTZehe1yTVIr { top:0.5rem;left:0rem;width:9.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN1h2N1K7UGk3dU10GLV1Bwevdr0E39O { width:7.8125rem;height:2.125rem;top:1.125rem;left:37.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adtPb98aMRFyq2rltJi63LTOCoOVSs5m { display:block; }
 }@media only screen and (max-width: 763px) { #oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA { display:block; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6mDA7EHxknElphhTqDpwalzRHdHm54P { display:none; }#R6mDA7EHxknElphhTqDpwalzRHdHm54P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C { display:block; }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZIWSPkkaPRD8yiw544D9C1FBOki6snC { top:5.3125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIyutFiE2ODZ95mscZhHX89P6bhe26ke { top:15.5625rem;left:1.53125rem;width:44.6875rem;height:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUruxgGyBS3e7qtMP4tZeGRT9xbG3HBe { top:2.1875rem;left:0.59375rem;width:46.5625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVrDTH5c4euaaK1LM3FSUh2uPSziwtJF { width:8.75rem;height:1.875rem;top:30.3125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCoMKnhPgvTlLb99wagSCbuCnueNZud8 { display:block; }
 }@media only screen and (max-width: 763px) { #btkDUMITuym0N9GiXmlUGbsxn9o6w9aE { display:block; }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb { display:block; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baeR4dQCDN59cG92y0OaTelJBCdLRS2s { top:1.875rem;left:0rem;width:47.75rem;height:408.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUN6ptr7rhrwWfIPqhFqnNHwzhlUGzvT { top:2.1875rem;left:0rem;width:0.0625rem;height:407.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp { display:block; }#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFlekTIx4niAxxyeTEMIrO16L0IwrmRF { display:block; }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwzXHhSbMTdhbZiUMPZs96GglU8ZAP0g { top:0.25rem;left:13.647657394409rem;width:15.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFUT6ilSKe17GQAvaXvrJLnVwQXTIouG { top:30.9375rem;left:4.5625rem;width:38.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV2v60VCDhNKBvsSJQl2fwt2W1GNIXxl { width:15.5625rem;height:1.75rem;top:3rem;left:15.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkkTCpOrcfqsfa5I96pEql0sSB9UC88W { top:1.8125rem;left:0rem;width:13.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPGVAtxC0qWVqczzZiodDohCDAb5RvDi { top:2.9375rem;left:35.875rem;width:11.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3a35APz75Q6d34bHS5xGXRDlsl3eHCk { display:block; }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1G9Z9UQl7Rr8vfld4Sbv4hIxEX05XyX { top:0.25rem;left:13.647657394409rem;width:15.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwOnrqrP666dkvTipyOd3T20S5h9Ztbt { top:30.9375rem;left:4.5625rem;width:38.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGtqEQUVLlpicyAm65ekqWTky8gcVHaL { top:0.875rem;left:0rem;width:10.9375rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU2pzea3o37ewotQFlQSVVrKq1HCGWrF { top:0.8125rem;left:16.7490234375rem;width:12.8125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHmyQWVPQpTD2PvVkkyhpyE7IunP7onv { top:0.875rem;left:32.4375rem;width:15.3125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7FoNnqQTNaWW2Wmik2VlMufOFygra4J { top:0.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLQ8p1hkhOAMkwfauu2uUbgIhPoZge6b { top:0.875rem;left:14.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dASVdVGx9Z9TWBqeCMMhc2vSNklp9M9E { top:0.875rem;left:38.8564453125rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn8pI3T5ZFed2p88cFRh0omAlvqMJHf7 { top:7.0625rem;left:0rem;width:10rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB { display:block; }#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trVIfqCRDCd5WOOqyzwTizV57Gu1NABB { top:1.5rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJg1IKIs9zQB6Fy0vl3ckTWdg0JmVQCi { width:47.75rem;height:46.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rStbUdB7WTfAdILVi3bLGhtNHGbPa16H { top:45.5625rem;left:21.999996185302rem;width:3.75rem;height:3.75rem;display:none; }
#rStbUdB7WTfAdILVi3bLGhtNHGbPa16H > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #ffQsRHbriRmphgPfZHmIT98Hx4ZmHez3 { width:20rem;height:3.4375rem;top:1.1875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wp8ZV75xqACz6CDy3OEad1uoRy7sulTP { top:3.0625rem;left:0rem;width:47.75rem;height:11.573305084746rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpDXJohHVQwZN1AE1nT2JGIhIazHo3MC { top:21.875rem;left:0rem;width:9.125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx9rMK7M9WURUxleemTD0AOBXstVTnRE { top:21.9375rem;left:3.1611328125rem;width:12.625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phwvMpWSfLT99zqPqd5cIJEcHdXHXrK1 { top:21.875rem;left:18.4375rem;width:10.625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MndxipHG6mmKTUsE5HTbwZ130k3GO9Tl { top:21.875rem;left:31.599609375rem;width:13.125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBo5BRZQomwrpWuBP8v1IiROTeh9viPa { top:21.875rem;left:38.625rem;width:9.125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTNS6Oq5haBw0R5vPo7Kh1P3VNa37eTR { width:47.75rem;height:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOpcxFed5XWMcXoQpywrK9XkoDq3pzAW { top:19.9375rem;left:0rem;width:19.375rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUdDBEUExEH1evCV4OWvQNzfmJUATS1A { width:47.75rem;height:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixD8km9ZAoyxKc6adeGxVi3yD6xWGTly { top:19.9375rem;left:0rem;width:19.375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 { display:block; }#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvbkcaAmPS8lwrMmKDMMhyUq9qIhT4vh { top:1.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQOmzprA8TQqhfsSwd15JPdv9DlFsq9e { top:7.0625rem;left:1.9677734375rem;width:7.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi1LUnDLsbBiXVPSuswq3qiBU8rCytXd { top:6.5rem;left:16.0302734375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqhEU6HRfCBpOlO3yQNFCPMralu7Tzdd { top:6.75rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi9UT710DRqtkeopW1BNtyp2PR8wPhVd { top:16.75rem;left:0rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG3BLQucJ3hdBlmWaPxawPJ1JLCl6lna { top:16.75rem;left:0.75rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZb1oywpEkOws5ryBL6mTFnrUP5MLrBb { top:16.75rem;left:14.4365234375rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfFZTzshxtevdv4vDJBH3Tk7pfZaO5Hy { top:16.75rem;left:27.0302734375rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeNRf3iwS3wLwymn5S8zdsXvTylkTF8P { top:16.75rem;left:38.1875rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP4kLOUFuetl5DWXsg77m17Jm1lJ5KIK { top:16.75rem;left:38.1875rem;width:9.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZK5n0qzzbv9F1Ui7WEC8UtDwIwOTk8Z { top:7.0625rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIMU2ozaJX1KCX0sRvDsmaZuu47oGI6p { top:14rem;left:0rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqaBqKqf5kSyORfQMHP6dx3G97Rnqe58 { top:14rem;left:36.5rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk5WXPDVmsL0TMPyBSmbH55tA0pOACOX { top:14rem;left:0rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZzAIFWV77sa8RqOXWdHVEq7WBSy1Bfe { top:17.5625rem;left:0rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZzKWSPoXoE0MKXnDELhDkrKWu0fSFzk { top:14rem;left:37.4375rem;width:10.3125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQlcczF0x4RhGNPghFIii6nc5wCqTcIu { top:14rem;left:26.2451171875rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsVPwpzfI75UgiV58GGu5R04yWbwX8fV { top:13.0625rem;left:13.5927734375rem;width:11.25rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE0crGkkW2tFBCczA1kFpTQOyZKSzDph { top:7.0625rem;left:28.8427734375rem;width:5.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdeyWhSm0FF7JlGZJ5070tz0kzgv8JVZ { top:7.3125rem;left:40.9130859375rem;width:5.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAyLEoWzWfH8f5aUf56HhQr5PnSHUW0c { top:17.5625rem;left:36.5rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Q2xNPNWgxvxMvQcEbeTi2ttZ5Fs4tJ { top:17.5625rem;left:26.1865234375rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX8JmlbltQ0yTf3XruNd0Hf9LpHppWqX { top:17.5625rem;left:13.5927734375rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSinhaOMiSuTdMbTAFNxJf4aPC6ufkzE { top:17.5625rem;left:0.6552734375rem;width:10.3125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm25cEhqgJl2aFOEVEJ97TpCyoiM01eJ { top:17.5625rem;left:36.5rem;width:11.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 { display:block; }#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nc07W8wpF40Zsywuni1ZT0N7XruALDim { display:block; }#nc07W8wpF40Zsywuni1ZT0N7XruALDim > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDBB31GiTDB2DKy7JeUP56rhNqtWtSVv { 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) { #atL2mHF1N3gzz56q2GpKkP4155XTS7c8 { 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) { #C2DTQE7haTW9uiGRfq2qTyoCfrPpkBqV { top:0.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNHRVOyVAwZM018otXhMakNbyKH8g7uR { top:2.5625rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1v9hRXctckQkPFlJ1nKAMZrRhTuhXDH { top:4.75rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6eAVOSk0RKWCJ8puRmJr10hg7cpU307 { top:2.4375rem;left:12.4375rem;width:0.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZfU8FTFVvhESqCT3pkes5wJABJEk9a0 { width:6.8125rem;height:1.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMxmHrl0FSa3Atth3fHI0eqJ7tuNIsMk { display:block; }
 }@media only screen and (max-width: 763px) { #LAan3AVuJ7EG7APxqLwh8rFL1XnCOw5R { width:11.6875rem;height:1.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoQNfemPpXaZ4bqiFWtfCqN3VSwiEJHm { display:block; }
 }@media only screen and (max-width: 763px) { #htWqZ795Ek5peVRTOgG8uQX9BBw32Pyb { width:9.875rem;height:1.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ma6mVXNBWACh3PB6yXc4K8UFSyocBS { display:block; }
 }@media only screen and (max-width: 763px) { #foTvv5KZMtGZ7G91vvZdKH7bn7qMP22k { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZr1ZzrD3oGc4U0zJqbaNHgQyCWSG6WW { 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) { #rtNBI3qaLJzge5CsS15kFlOGN6TEN3fw { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7CbxC5DgnqWuxBy4fzGPpIMXp4EDBBa { top:2.25rem;left:0rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ { display:none; }#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gaTusixaJ6MTxXEB9flfhqByMuqn6ol9 { top:1.5rem;left:0rem;width:45.125rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNr4hxzATQRFeQmdTp83GS23x0mKL8Ta { top:1.5625rem;left:0rem;width:8.125rem;height:2.37413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTogfDT7ouDtkGLMHaFZP7dZr9Hc1CEo { top:2.5rem;left:10.434246063233rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKBUqSTelFgkFqMgWFUxd1EJlppRofie { top:1.375rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwrndm4TVmvyVAgkHaSHQlUz6PP36Hvd { display:block; }
 }@media only screen and (max-width: 763px) { #Ue54DvRE4nUXNTT33pMc4h2NUToT42gh { display:block; }#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA { display:none; }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X1a3Patd6TAE6TlNSG1WHnN8xR2a7Ex8 { top:0.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACTfz72Uv03665JmVP3y0BJE1NzQ5s40 { top:1.0625rem;left:41.1875rem;width:6.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kemUskLE31lsWVEcNtG2Te6hr4UEOceG { display:block; }
 }@media only screen and (max-width: 763px) { #OTxtnpvbEU2KRTGuE5FqByBfTUM1VxCQ { top:2.0625rem;left:0rem;width:1.875rem;height:1.74944375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEgfcnLog9pSP18QdptZEqPohtOkd6FB { top:0.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL25ffBXBx7zi8eVtN6IVh6yA9RridZI { top:0.9375rem;left:0rem;width:1.25rem;height:2.43721875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ { display:none; }#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hQcpG8xXURL077VTQKTar4120UExdZg4 { top:1.5625rem;left:0rem;width:5.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwBRkKwHlKmQOlbbUqtCxLQdv76DuUHT { top:1.375rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcIHs0TXeLUrNKkziwl3JtxiPnAn78LA { display:block; }
 }@media only screen and (max-width: 763px) { #qxlyds8RkZeupTEfMCMST1yXBdHxuHEV { top:0.5rem;left:0rem;width:11.25rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kw7cA2E8xHfusf4WACitVaW9i9tFEwWr { top:1.5625rem;left:0rem;width:1.25rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FG79C9wmBtti9QVPRydxosun12ACQWtJ { top:2.75rem;left:0rem;width:1.875rem;height:1.74944375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C36srSX2FOdlni2mDfSKHL8lD6FbG2UG { top:1.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KE3VEnoChyICE3D2MVVT4dNKE0o47gFv { width:8.8125rem;height:2.1875rem;top:1.0625rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwP6Tl6EiWP9CZMewkLXGgW3Q31GlVDU { display:block; }
 }@media only screen and (max-width: 763px) { #evpPNJbbHqybHHHk0hvJIfCM6Zk5SWTv { width:7.8125rem;height:2.125rem;top:1.125rem;left:37.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkdh4aJGPNX8cdPPosa8T6DOeoiDiEa2 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(2,0,69,0.75);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; }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .row .container { background-color: transparent; background-image: none; }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .row .container > .video-iframe-container { display: none; }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .row > .video-iframe-container { display: none; }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .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); }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .row .container { border-width: 0; border-radius: 0; }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lX1mn1RMS0NtBSrMf5xVPwBCkM5rJVCl > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcGx2cODDI1NpMeTkPrt4kRWmGPEDslo { 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) { #G6tg4nSvBQWLeB2JoOXnnmq6FHB59DLQ { display:block; }
 }@media only screen and (max-width: 763px) { #IuMBS74MCFpyOZ5ckPG1kSKSqu0sQywK { 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) { #dGFarbCTOOWIfwzgGsiiqVu6QU3wiIBM { display:block; }
 }@media only screen and (max-width: 763px) { #qBP9ROR1Vte64ZsHIMTWUvL3FkQQang7 { width:10.5rem;height:1.3808625rem;top:1.12109375rem;left:8.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P7iaSSXsODzsNuSlkUMU9m4GCTWKf95r { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #R20Uwlg4GlTZfT7QAFtOZr05pD3dKnTL { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #offlM1BT9pAc2oR8BLgW5zFw97pg6l1y { 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) { #bczMP4T5oGJz8vPiFOGqyfxJTMUnnhq8 { display:block; }
 }@media only screen and (max-width: 763px) { #TgqFXwNxtc36vxWi3RsSrDfRIJvstROw { 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) { #Rc7t5TGXzBsfgVLUt0979STEbWV4JWXZ { display:block; }
 }@media only screen and (max-width: 763px) { #MhTquGG73alHzJ4bW5i6XW3TBq5zZgiZ { width:5rem;height:2.1875rem;top:2.6828835010529rem;left:5.7492895722389rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RruOMWnaiKtMuq6vyiervl9mGS6zWAUu { display:block; }
 }@media only screen and (max-width: 763px) { #QdPIcKDehghMrrRApp21cmLWVcMMtFLq { width:6.9986875rem;height:1.49956875rem;top:3.365234375rem;left:11.5078125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xg78fwA513wlcr6V3UV7xKFJGRM6t2mE { display:block; }
 }@media only screen and (max-width: 763px) { #BemGpMTtWnRkTC6ENC2mkSqtkqtXTmJ3 { width:8.125rem;height:1.48568rem;top:3.365234375rem;left:1.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2Domd7DBK8tbxonCB8Gvda4B9ZRUNfx { display:block; }
 }@media only screen and (max-width: 763px) { #yEXDwF32PfqOr3ULyyJMy4grKCxGSmJ5 { width:8.6875rem;height:2.6875rem;top:0.1845703125rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #agivakyD8G0pGZPZ8KiACnofq4O4xJuu { width:5rem;height:1.5625rem;top:3.125rem;left:12.0625rem;font-size:0.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #HTFPD7wDNnZmubkHH7TRAQWOkHaGEdoz { display:block; }
 }@media only screen and (max-width: 763px) { #dJJGve3RuBQ16BSPqgCfpkJOl6vhz7vn { width:6.25rem;height:1.5625rem;top:3.125rem;left:2.9375rem;font-size:0.75rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #HercGKfT4TlhDsi6C86eEFha2GAVQ2V7 { display:block; }
 }@media only screen and (max-width: 763px) { #aOZzbpA4sQmf5sEstJ778AhckkEiOSlG { 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:none; }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .row .container { border-width: 0; border-radius: 0; }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOZzbpA4sQmf5sEstJ778AhckkEiOSlG > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KT4ufvveQTcwt26G9UQ37MVfh3GmlBX0 { 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) { #z1gQsK7xnXizg1q1TtGZb9vOmbKySLkw { display:block; }
 }@media only screen and (max-width: 763px) { #NAnVaIsfP8bQhHCpusl6cU9sJ0uALpdJ { 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) { #gyUONON9eTOfFikhsCFu7Z9DyeniQPc2 { display:block; }
 }@media only screen and (max-width: 763px) { #X4RPbVZgpVr4WpN7bJyG6tq9ZPIyFlgB { width:20rem;height:1.3808625rem;top:3.3734810352326rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QV7Porl7bdM4t4EDgdsbbPNRzQo86euq { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #sJwy6yCyTNVsCyuScbPzJDIrZlELkkNd { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #hShZsxsCBs8Gcdlsi13xWsLHo8RtOmBV { 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) { #KPWd4HcZDn1GXqKTMmJ2KtdAAoVMo0GG { display:block; }
 }@media only screen and (max-width: 763px) { #W2oubJqdKpcsTFrwJ9iTxRWrUMcZPQNC { 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) { #IaiEs0mAxgmVguZi6SsyfpQukQDu0Ek6 { display:block; }
 }@media only screen and (max-width: 763px) { #dBpWNVpB3D5SWvEJcM3GkP5TSbaBHNv3 { width:7rem;height:1.5rem;top:5.28515625rem;left:12.06494140625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExHSL0xSiZNo7gGh2PRii97GCUx73GZZ { display:block; }
 }@media only screen and (max-width: 763px) { #q2htzQxtgv4zKwNyQN7EevSA3yL1c8be { width:16.875rem;height:2.1875rem;top:8.37890625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9lX9vvuJGkXaSAcDm8DBT87ZTE3uxGb { display:block; }
 }@media only screen and (max-width: 763px) { #THkZXw5Kma486lNVca5fQTZehe1yTVIr { width:3.75rem;height:1.25rem;top:11.81640625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN1h2N1K7UGk3dU10GLV1Bwevdr0E39O { width:7.8125rem;height:2.125rem;top:14.31640625rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adtPb98aMRFyq2rltJi63LTOCoOVSs5m { display:block; }
 }@media only screen and (max-width: 763px) { #oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA { display:none; }#oniITeCuLc5CHTqb7XgFLJk3mTqlyoiA > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R6mDA7EHxknElphhTqDpwalzRHdHm54P { background-color:#020045;background-image:none;display:block; }#R6mDA7EHxknElphhTqDpwalzRHdHm54P > .row .container { background-color: transparent; background-image: none; }#R6mDA7EHxknElphhTqDpwalzRHdHm54P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6mDA7EHxknElphhTqDpwalzRHdHm54P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6mDA7EHxknElphhTqDpwalzRHdHm54P > .row .container > .video-iframe-container { display: none; }#R6mDA7EHxknElphhTqDpwalzRHdHm54P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6mDA7EHxknElphhTqDpwalzRHdHm54P > .row > .video-iframe-container { display: none; }#R6mDA7EHxknElphhTqDpwalzRHdHm54P > .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); }#R6mDA7EHxknElphhTqDpwalzRHdHm54P > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C { position:relative;z-index:auto;display:block; }#JDQFgWnHQz3F0g7TomaZiMJJI51vNO7C > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZIWSPkkaPRD8yiw544D9C1FBOki6snC { width:19.375rem;height:8.449225rem;top:4.9853515625rem;left:0.3125rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NIyutFiE2ODZ95mscZhHX89P6bhe26ke { width:19.374rem;height:22.089875rem;top:14.6875rem;left:0.3115234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TUruxgGyBS3e7qtMP4tZeGRT9xbG3HBe { width:19.4375rem;height:2.923825rem;top:1.5595703125rem;left:0.28125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pVrDTH5c4euaaK1LM3FSUh2uPSziwtJF { width:10.625rem;height:2.125rem;top:24.705627441406rem;left:4.6875000596046rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCoMKnhPgvTlLb99wagSCbuCnueNZud8 { display:block; }
 }@media only screen and (max-width: 763px) { #btkDUMITuym0N9GiXmlUGbsxn9o6w9aE { display:block; }#btkDUMITuym0N9GiXmlUGbsxn9o6w9aE > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb { display:block; }#J5IcyTH4tmenT1t0RuSIsQAGn5vpsinb > .row .container { width:20rem;height:650.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baeR4dQCDN59cG92y0OaTelJBCdLRS2s { width:19.375rem;height:649.1015625rem;top:1.224609375rem;left:0.3125rem;font-size:1rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TUN6ptr7rhrwWfIPqhFqnNHwzhlUGzvT { width:0.0625rem;height:58.5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp { display:block; }#e4S7V4N08heXEP9lDqxKA2R7aTwKZJHp > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFlekTIx4niAxxyeTEMIrO16L0IwrmRF { background-color:#0d1666;background-image:none;display:block; }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row .container { background-color: transparent; background-image: none; }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row .container > .video-iframe-container { display: none; }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row > .video-iframe-container { display: none; }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .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); }#RFlekTIx4niAxxyeTEMIrO16L0IwrmRF > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwzXHhSbMTdhbZiUMPZs96GglU8ZAP0g { width:15.25rem;height:6.125rem;top:1.25rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFUT6ilSKe17GQAvaXvrJLnVwQXTIouG { width:20rem;height:2.9125rem;top:8.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZV2v60VCDhNKBvsSJQl2fwt2W1GNIXxl { width:11.562125rem;height:1.5rem;top:5.6242370605469rem;left:4.2187500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkkTCpOrcfqsfa5I96pEql0sSB9UC88W { width:9.6875rem;height:3.0625rem;top:1.5906250476837rem;left:5.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPGVAtxC0qWVqczzZiodDohCDAb5RvDi { width:18.5620625rem;height:1.625rem;top:8.1234436035156rem;left:0.71796876192094rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3a35APz75Q6d34bHS5xGXRDlsl3eHCk { background-color:#000000;background-image:none;display:block; }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row .container { background-color: transparent; background-image: none; }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row .container > .video-iframe-container { display: none; }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row > .video-iframe-container { display: none; }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .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); }#N3a35APz75Q6d34bHS5xGXRDlsl3eHCk > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1G9Z9UQl7Rr8vfld4Sbv4hIxEX05XyX { width:15.25rem;height:6.125rem;top:1.25rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwOnrqrP666dkvTipyOd3T20S5h9Ztbt { width:20rem;height:2.9125rem;top:8.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGtqEQUVLlpicyAm65ekqWTky8gcVHaL { width:18.75rem;height:0;top:2.9993782043457rem;left:0.62376230955124rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SU2pzea3o37ewotQFlQSVVrKq1HCGWrF { width:8.4375rem;height:1.21875rem;top:0.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHmyQWVPQpTD2PvVkkyhpyE7IunP7onv { width:10rem;height:0;top:0.36842536926269rem;left:10.061881303787rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P7FoNnqQTNaWW2Wmik2VlMufOFygra4J { width:1.875rem;height:1.875rem;top:2.8411014755249rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLQ8p1hkhOAMkwfauu2uUbgIhPoZge6b { width:1.25rem;height:1.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dASVdVGx9Z9TWBqeCMMhc2vSNklp9M9E { width:1.25rem;height:1.125rem;top:0.875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn8pI3T5ZFed2p88cFRh0omAlvqMJHf7 { width:7.5rem;height:1.21875rem;top:0.8125rem;left:12.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB { display:block; }#nJSOUC6SJ67fRoJOO1NpVOT1cTqpHlqB > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trVIfqCRDCd5WOOqyzwTizV57Gu1NABB { width:20rem;height:3.4123875rem;top:1.2498607635498rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJg1IKIs9zQB6Fy0vl3ckTWdg0JmVQCi { top:16.25rem;left:0rem;width:19.8125rem;height:19.25rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rStbUdB7WTfAdILVi3bLGhtNHGbPa16H { display:flex;width:1.875rem;height:1.875rem;top:31.177676200867rem;left:8.1242268085481rem;z-index:15028;display:none; }
#rStbUdB7WTfAdILVi3bLGhtNHGbPa16H > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ffQsRHbriRmphgPfZHmIT98Hx4ZmHez3 { width:20rem;height:0;top:10rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #wp8ZV75xqACz6CDy3OEad1uoRy7sulTP { width:20rem;height:4.8828125rem;top:0.67940855026244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpDXJohHVQwZN1AE1nT2JGIhIazHo3MC { width:2.8125rem;height:1.46205625rem;top:13.107421875rem;left:2.4052734375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hx9rMK7M9WURUxleemTD0AOBXstVTnRE { width:5rem;height:1.46205625rem;top:13.107421875rem;left:7.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #phwvMpWSfLT99zqPqd5cIJEcHdXHXrK1 { width:4.375rem;height:1.46205625rem;top:13.125rem;left:13.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MndxipHG6mmKTUsE5HTbwZ130k3GO9Tl { width:6.25rem;height:1.46205625rem;top:22.48828125rem;left:3.2177734375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBo5BRZQomwrpWuBP8v1IiROTeh9viPa { width:3.4375rem;height:1.46205625rem;top:22.505859375rem;left:10.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTNS6Oq5haBw0R5vPo7Kh1P3VNa37eTR { top:15rem;left:1.71875rem;width:16.5625rem;height:7.1875rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DOpcxFed5XWMcXoQpywrK9XkoDq3pzAW { width:19.4370625rem;height:0;top:19.99888420105rem;left:0.28041297197342rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #cUdDBEUExEH1evCV4OWvQNzfmJUATS1A { top:5.6318359375rem;left:0rem;width:20rem;height:7.0625rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ixD8km9ZAoyxKc6adeGxVi3yD6xWGTly { width:19.4370625rem;height:0;top:26.9375rem;left:1.84375rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 { display:block; }#fsx5dVPHIuvSkU6yJe8HfRzdbAsvOu03 > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvbkcaAmPS8lwrMmKDMMhyUq9qIhT4vh { width:20rem;height:5.1995rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQOmzprA8TQqhfsSwd15JPdv9DlFsq9e { width:4.8125rem;height:3.5625rem;top:19.65625rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi1LUnDLsbBiXVPSuswq3qiBU8rCytXd { width:5rem;height:5rem;top:28.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqhEU6HRfCBpOlO3yQNFCPMralu7Tzdd { width:5.25rem;height:5.25rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi9UT710DRqtkeopW1BNtyp2PR8wPhVd { width:9.5625rem;height:0.25rem;top:8.03125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG3BLQucJ3hdBlmWaPxawPJ1JLCl6lna { width:9.5625rem;height:0.25rem;top:17.84375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZb1oywpEkOws5ryBL6mTFnrUP5MLrBb { width:8.125rem;height:0.25rem;top:27.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfFZTzshxtevdv4vDJBH3Tk7pfZaO5Hy { width:9.5625rem;height:0.25rem;top:37.84375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeNRf3iwS3wLwymn5S8zdsXvTylkTF8P { width:9.5625rem;height:0.25rem;top:49.59375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP4kLOUFuetl5DWXsg77m17Jm1lJ5KIK { width:9.5625rem;height:0.25rem;top:60.53125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZK5n0qzzbv9F1Ui7WEC8UtDwIwOTk8Z { width:5.0625rem;height:5.0625rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIMU2ozaJX1KCX0sRvDsmaZuu47oGI6p { width:6.8125rem;height:2.10015rem;top:16.936492919922rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqaBqKqf5kSyORfQMHP6dx3G97Rnqe58 { width:7.25rem;height:2.10015rem;top:48.687347412109rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uk5WXPDVmsL0TMPyBSmbH55tA0pOACOX { width:7.0625rem;height:2.10015rem;top:7.1240844726562rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZzAIFWV77sa8RqOXWdHVEq7WBSy1Bfe { width:11.25rem;height:5.94921875rem;top:8.9375rem;left:6.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZzKWSPoXoE0MKXnDELhDkrKWu0fSFzk { width:6rem;height:2.10015rem;top:59.624071121216rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQlcczF0x4RhGNPghFIii6nc5wCqTcIu { width:7.0625rem;height:2.10015rem;top:36.937255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsVPwpzfI75UgiV58GGu5R04yWbwX8fV { width:8.8125rem;height:3rem;top:25.999389648438rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sE0crGkkW2tFBCczA1kFpTQOyZKSzDph { width:5.9375rem;height:5.875rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdeyWhSm0FF7JlGZJ5070tz0kzgv8JVZ { width:5.8125rem;height:5.5rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAyLEoWzWfH8f5aUf56HhQr5PnSHUW0c { width:11.25rem;height:5.94921875rem;top:50.75rem;left:6.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4Q2xNPNWgxvxMvQcEbeTi2ttZ5Fs4tJ { width:11.25rem;height:5.94921875rem;top:39rem;left:6.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TX8JmlbltQ0yTf3XruNd0Hf9LpHppWqX { width:11.25rem;height:5.94921875rem;top:28.9375rem;left:6.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSinhaOMiSuTdMbTAFNxJf4aPC6ufkzE { width:10.3125rem;height:4.4619125rem;top:19.28125rem;left:7.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hm25cEhqgJl2aFOEVEJ97TpCyoiM01eJ { width:11.25rem;height:5.94921875rem;top:61.96875rem;left:6.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 { display:block; }#ezv0xpLWD0rX3O4fJPANvJlcLTTCQVM1 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nc07W8wpF40Zsywuni1ZT0N7XruALDim { display:block; }#nc07W8wpF40Zsywuni1ZT0N7XruALDim > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDBB31GiTDB2DKy7JeUP56rhNqtWtSVv { 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) { #atL2mHF1N3gzz56q2GpKkP4155XTS7c8 { 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) { #C2DTQE7haTW9uiGRfq2qTyoCfrPpkBqV { 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) { #kNHRVOyVAwZM018otXhMakNbyKH8g7uR { width:1.5rem;height:1.5rem;top:9.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1v9hRXctckQkPFlJ1nKAMZrRhTuhXDH { width:1rem;height:1rem;top:11.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6eAVOSk0RKWCJ8puRmJr10hg7cpU307 { width:0.625rem;height:1.1875rem;top:4.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZfU8FTFVvhESqCT3pkes5wJABJEk9a0 { width:6.8125rem;height:1.0625rem;top:7.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMxmHrl0FSa3Atth3fHI0eqJ7tuNIsMk { display:block; }
 }@media only screen and (max-width: 763px) { #LAan3AVuJ7EG7APxqLwh8rFL1XnCOw5R { width:11.6875rem;height:1.0625rem;top:9.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoQNfemPpXaZ4bqiFWtfCqN3VSwiEJHm { display:block; }
 }@media only screen and (max-width: 763px) { #htWqZ795Ek5peVRTOgG8uQX9BBw32Pyb { width:9.875rem;height:1.0625rem;top:11rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ma6mVXNBWACh3PB6yXc4K8UFSyocBS { display:block; }
 }@media only screen and (max-width: 763px) { #foTvv5KZMtGZ7G91vvZdKH7bn7qMP22k { 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) { #FZr1ZzrD3oGc4U0zJqbaNHgQyCWSG6WW { 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) { #rtNBI3qaLJzge5CsS15kFlOGN6TEN3fw { 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) { #p7CbxC5DgnqWuxBy4fzGPpIMXp4EDBBa { width:7.25rem;height:2.875rem;top:1rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ { position:relative;z-index:auto;background-color:#020045;background-image:none;display:block; }#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ > .row .container { background-color: transparent; background-image: none; }#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ > .row .container > .video-iframe-container { display: none; }#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ > .row > .video-iframe-container { display: none; }#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ > .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); }#LobkZGa7lhvbk2HhCTEX35uFrX4R5ewJ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaTusixaJ6MTxXEB9flfhqByMuqn6ol9 { width:20rem;height:0;top:4.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NNr4hxzATQRFeQmdTp83GS23x0mKL8Ta { width:8.125rem;height:2.375rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTogfDT7ouDtkGLMHaFZP7dZr9Hc1CEo { width:1.5625rem;height:1.5625rem;top:6.125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKBUqSTelFgkFqMgWFUxd1EJlppRofie { top:9.1558151245119rem;left:5.6250000596046rem;width:8.75rem;height:2.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nwrndm4TVmvyVAgkHaSHQlUz6PP36Hvd { display:block; }
 }@media only screen and (max-width: 763px) { #Ue54DvRE4nUXNTT33pMc4h2NUToT42gh { display:none; }#Ue54DvRE4nUXNTT33pMc4h2NUToT42gh > .row .container { width:20rem;height:0.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA { position:relative;z-index:auto;display:none; }#rueBpLfQCarCIbGqJxLJtIz7zdrTcJzA > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X1a3Patd6TAE6TlNSG1WHnN8xR2a7Ex8 { width:20rem;height:0;top:0.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ACTfz72Uv03665JmVP3y0BJE1NzQ5s40 { top:1.220703125rem;left:10.326606810093rem;width:8.73611125rem;height:2.17361125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kemUskLE31lsWVEcNtG2Te6hr4UEOceG { display:block; }
 }@media only screen and (max-width: 763px) { #OTxtnpvbEU2KRTGuE5FqByBfTUM1VxCQ { width:1.875rem;height:1.74944375rem;top:4.9375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEgfcnLog9pSP18QdptZEqPohtOkd6FB { width:2.1875rem;height:2.1875rem;top:7.93694375rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qL25ffBXBx7zi8eVtN6IVh6yA9RridZI { width:1.25rem;height:2.4375rem;top:1.25rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#020045;background-image:none;display:block; }#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ > .row .container { background-color: transparent; background-image: none; }#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ > .row .container > .video-iframe-container { display: none; }#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ > .row > .video-iframe-container { display: none; }#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ > .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); }#KlBn8VFTzMW6h7vUxqad3tJ7OZRV2eGJ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQcpG8xXURL077VTQKTar4120UExdZg4 { width:7.6875rem;height:2.25rem;top:0.5rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LwBRkKwHlKmQOlbbUqtCxLQdv76DuUHT { top:0.9375rem;left:13.4375rem;width:5rem;height:1.5625rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #NcIHs0TXeLUrNKkziwl3JtxiPnAn78LA { display:block; }
 }@media only screen and (max-width: 763px) { #qxlyds8RkZeupTEfMCMST1yXBdHxuHEV { width:6.25rem;height:0;top:0.68708419799806rem;left:6.1250000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15018;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Kw7cA2E8xHfusf4WACitVaW9i9tFEwWr { width:0.81194375rem;height:1.62458125rem;top:0.9375rem;left:1.5625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FG79C9wmBtti9QVPRydxosun12ACQWtJ { width:1.5625rem;height:1.3125rem;top:1.5625rem;left:2.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #C36srSX2FOdlni2mDfSKHL8lD6FbG2UG { width:1.5625rem;height:1.5625rem;top:0.5625rem;left:3.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #KE3VEnoChyICE3D2MVVT4dNKE0o47gFv { width:5rem;height:1.5625rem;top:0.9677734375rem;left:13.4375rem;font-size:0.75rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fwP6Tl6EiWP9CZMewkLXGgW3Q31GlVDU { display:block; }
 }@media only screen and (max-width: 763px) { #evpPNJbbHqybHHHk0hvJIfCM6Zk5SWTv { width:6.25rem;height:1.5625rem;top:0.90625rem;left:6.25rem;font-size:0.75rem;z-index:15027;border-top:0.0625rem solid #eb600b;border-left:0.0625rem solid #eb600b;border-right:0.0625rem solid #eb600b;border-bottom:0.0625rem solid #eb600b;display:block; }
 }@media only screen and (max-width: 763px) { #tkdh4aJGPNX8cdPPosa8T6DOeoiDiEa2 { display:block; }
 }