.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:transparent;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); }#nmbU9sWapuT8JazJusrN93k5vJlnngTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nmbU9sWapuT8JazJusrN93k5vJlnngTg > .row .container { background-color: transparent; background-image: none; }#nmbU9sWapuT8JazJusrN93k5vJlnngTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmbU9sWapuT8JazJusrN93k5vJlnngTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmbU9sWapuT8JazJusrN93k5vJlnngTg > .row .container > .video-iframe-container { display: none; }#nmbU9sWapuT8JazJusrN93k5vJlnngTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmbU9sWapuT8JazJusrN93k5vJlnngTg > .row > .video-iframe-container { display: none; }#nmbU9sWapuT8JazJusrN93k5vJlnngTg > .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); }#nmbU9sWapuT8JazJusrN93k5vJlnngTg > .row .container { border-width: 0; border-radius: 0; }#nmbU9sWapuT8JazJusrN93k5vJlnngTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmbU9sWapuT8JazJusrN93k5vJlnngTg > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#VFAayvMyZSb8Cm8WuVOaTWMh1B9Grbs1 { 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.25rem;width:16.3125rem;top:1.90625rem;left:0rem;overflow:hidden;display:block; }
#l7PFDW6HJr58rT5mLvBgGTzuHKHfcyw1 { 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.125rem solid #1f69c1;border-left:0.125rem solid #1f69c1;border-right:0.125rem solid #1f69c1;border-bottom:0.125rem solid #1f69c1;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#1f69c1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6rem;height:2.6rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.1937500238419rem;left:61.325002670288rem;display:block; }
#yCbNs1hGix4DDXvKET9vIF3BlQRz2J7P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/k0oVmb1O/BG_home.png");background-position: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; }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER.adaptive-delivery-prevent-bg, #Rk0ZIyRL1D99caPfFRwtiucTcGM74GER.lazyload, #Rk0ZIyRL1D99caPfFRwtiucTcGM74GER.lazyloading { background-image: none; }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row .container { background-color: transparent; background-image: none; }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row .container > .video-iframe-container { display: none; }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row > .video-iframe-container { display: none; }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .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); }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row .container { border-width: 0; border-radius: 0; }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#enDwUh23s7bSOEkSmOANqN0b5zEEci6F { color:#606060;display:block;width:32.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:14995;line-height:1.4;letter-spacing:0;top:20.25rem;left:1.28125rem;height:4.4625rem;display:block; }
#E4RtqVGOkbHWgXX7bpmas6TwdurPczG1 { color:#454545;display:block;width:32.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:11.25rem;left:1.28125rem;height:7.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gNSKkTzfd9qbAnGXEp8m0DBLA0z09ZTV { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5.8125rem;top:7.87343788147rem;left:1.28125rem;overflow:hidden;display:block; }
#RihzecQFQlGkyEhcODDG8In49eufx4o6 { position:absolute;display:block;z-index:14994;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:21rem;width:26.5625rem;top:26.40625rem;left:0rem;overflow:hidden;display:block; }
#lmkbTXhwAvgHVfrPzkNuDGSqiViwAgEp { position:absolute;display:block;z-index:15008;height:4.1875rem;width:7.5625rem;top:25.65625rem;left:20rem;display:block; }
#JqzsCzfzN41FeE6RLCIXDHBSDxG0mwxD { position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.4375rem 0.375rem 0.9375rem rgba(146,152,163,0.24) ;height:35.1875rem;width:30.8125rem;top:9.25rem;left:40.875001907349rem;display:block; }
#HfDQ6Fh8uKRBo3godxmpJsUiTzmvIyig { color:#333333;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:10.6875rem;left:44.250001907349rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#dKcuVxLl5XHTUdpKHPsul7ks6SJQiLuw { position:absolute;display:block;z-index:14992;height:25.75rem;width:28.25rem;top:14.8125rem;left:42.187501907349rem;display:block; }
#hWuSXCHmxnGah235p0u35r0NkdMnCiWR { 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; }#hWuSXCHmxnGah235p0u35r0NkdMnCiWR > .row .container { background-color: transparent; background-image: none; }#hWuSXCHmxnGah235p0u35r0NkdMnCiWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWuSXCHmxnGah235p0u35r0NkdMnCiWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWuSXCHmxnGah235p0u35r0NkdMnCiWR > .row .container > .video-iframe-container { display: none; }#hWuSXCHmxnGah235p0u35r0NkdMnCiWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWuSXCHmxnGah235p0u35r0NkdMnCiWR > .row > .video-iframe-container { display: none; }#hWuSXCHmxnGah235p0u35r0NkdMnCiWR > .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); }#hWuSXCHmxnGah235p0u35r0NkdMnCiWR > .row .container { border-width: 0; border-radius: 0; }#hWuSXCHmxnGah235p0u35r0NkdMnCiWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWuSXCHmxnGah235p0u35r0NkdMnCiWR > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#XM4Fwm8Bf9G96vJKcLmkczyxWS4GxgFz { color:#333333;display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.234375rem;left:18.21875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#DtVSwMZeIx6fUorw31GN6JDQwk5NhSU9 { 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:5.6875rem;width:52.25rem;top:3.0347232818604rem;left:9rem;overflow:hidden;display:block; }
#N1t0LlzRK7IcPvfD2KRXuKTfnGXr6WFz { 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.6875rem;width:19.875rem;top:2.3055553436279rem;left:21.75rem;overflow:hidden;display:none; }
#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn > .row .container { background-color: transparent; background-image: none; }#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn > .row .container > .video-iframe-container { display: none; }#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn > .row > .video-iframe-container { display: none; }#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn > .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); }#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn > .row .container { border-width: 0; border-radius: 0; }#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#fcyZNdR1vG754JAMzzamWoaFVHmMNMKM { 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:30.7491875rem;width:31.9991875rem;top:3.4375rem;left:2.5625rem;overflow:hidden;display:block; }
#CsrsaNQo0pb75bTrrLaizE0xotg137MI { color:#333333;display:block;width:34rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:37.500001907349rem;height:2.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Mo9wggOXLQLtFHbPUKCGmdhqcP4KFz8x { color:#606060;display:block;width:36.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:11.374219894409rem;left:37.500001907349rem;height:14.875rem;text-align:left;text-align-last:left;display:block; }
#DEHce8R6itTPz5K8wklgbKTJWIOVZoN9 { z-index:15003;top:28.6875rem;left:37.500001907349rem;background-color:#1f69c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:15rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WV5x1NsM9kUbgJHE6nT7MOTTOtNsVUPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4TELKAdEre2LKTo6IwkXstBT68sC3X7 { position:absolute;display:block;z-index:15020;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:3.1875rem;width:3.125rem;top:4.8125rem;left:30.3125rem;overflow:hidden;display:block; }
#dsU6lxI8KKLTMCacFpk0NE9cz69nuf9f { position:absolute;display:block;z-index:15021;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:3.4375rem;width:3.4375rem;top:28.6875rem;left:2.5625rem;overflow:hidden;display:block; }
#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL { 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; }#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL > .row .container { background-color: transparent; background-image: none; }#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL > .row .container > .video-iframe-container { display: none; }#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL > .row > .video-iframe-container { display: none; }#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL > .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); }#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL > .row .container { border-width: 0; border-radius: 0; }#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#dmp81NJOeJCFVWxtVxc29r6xzbe3h8gF { color:#333333;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6687507629394rem;left:16.125rem;height:2.6rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T5a2ugDhNJIdBKrueBvaA4cX1ueTx4S1 { color:#606060;display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:8.1875rem;left:11.25rem;height:1.4875rem;text-align:center;text-align-last:center;display:block; }
#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I { 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; }#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I > .row .container { background-color: transparent; background-image: none; }#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I > .row .container > .video-iframe-container { display: none; }#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I > .row > .video-iframe-container { display: none; }#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I > .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); }#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I > .row .container { border-width: 0; border-radius: 0; }#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#e3Gb1gEokaNuqQ8B6ohlKe3wA3FytXyX { position:absolute;display:block;z-index:15003;background-color:#f8f8ff;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.6875rem;width:21.125rem;top:2.25rem;left:1.9375rem;display:block; }
#IaB5as5FuHrPsbL47q0ddsTe2Jiwqy7C { 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:2rem;width:1.625rem;top:4.0625rem;left:3.125rem;overflow:hidden;display:block; }
#ezi3zkHqAtzMfaCXvVKqFv3zUi9wtuz3 { color:#606060;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.75rem;left:5.875rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LrGg7htPQkZhs7w91WLc7HTAqTFDxd9Q { position:absolute;display:block;z-index:15002;background-color:#f8f8ff;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.6875rem;width:21.125rem;top:2.25rem;left:26.9375rem;display:block; }
#lGeTwyivdgKzKRmEzl8R4TwU1PZi5kGQ { color:#606060;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.25rem;left:30.750001907349rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UWQUCxN7WOiVqTKnn856L2DWKJCXhGJJ { color:#333333;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:4.3187484741211rem;left:5.90625rem;height:1.4875rem;text-align:left;text-align-last:left;display:block; }
#e5TTiBgE6zNNSJ86wxWpESZr7OFsoOqT { color:#333333;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:3.5749998092651rem;left:30.812501907349rem;height:2.975rem;text-align:left;text-align-last:left;display:block; }
#QOfkda1cHWSGwM2P7JW3t4VBGTTWCm0w { position:absolute;display:block;z-index:15006;background-color:#f8f8ff;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.6875rem;width:21.125rem;top:2.25rem;left:51.9375rem;display:block; }
#out6iVWQC6ZcrSdbCNNUI2V1sMzaPlzh { color:#606060;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.25rem;left:55.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N0ZNBTL68zWUWlUQsm7DsyIb6hTlB0NH { color:#333333;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:3.5625rem;left:55.8125rem;height:2.975rem;text-align:left;text-align-last:left;display:block; }
#gdNMPUJJdfA0AQMLbK4bV7Vk0Gc9s9Iv { 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:2.0625rem;top:4.09375rem;left:27.96249961853rem;overflow:hidden;display:block; }
#cnKty37OsVcN4c2CBTU7DGAnBi8PqgnO { 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.8125rem;width:1.9375rem;top:4.09375rem;left:52.96249961853rem;overflow:hidden;display:block; }
#xbQnOTAie77oAlkhBk6DUyQ3HsohQXTe { position:absolute;display:block;z-index:15007;background-color:#f8f8ff;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.6875rem;width:21.125rem;top:16.9375rem;left:1.9375rem;display:block; }
#soGkzi2tKwWhhTQFoySBeRWx71To4vad { color:#606060;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.4375rem;left:5.875rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MoPkRwcUClENrhbpDstyIGKizqKzZTzR { color:#333333;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:19rem;left:5.9375rem;height:1.4875rem;text-align:left;text-align-last:left;display:block; }
#NnRQKNTVTkalq4TgusJBKIvnL4Wl7OT1 { position:absolute;display:block;z-index:15006;background-color:#f8f8ff;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.6875rem;width:21.125rem;top:17rem;left:26.9375rem;display:block; }
#bgcLhChNxMTIMwluCIeoPZveFHAAK564 { color:#606060;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22rem;left:30.75rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LKSpE9QqnEOBgLVdGfFgxvZ7RXQO7gZq { color:#333333;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:18.3125rem;left:30.8125rem;height:2.975rem;text-align:left;text-align-last:left;display:block; }
#KB0TGvoPV6EJgIlosw2gdWZ5vqJnXcIH { position:absolute;display:block;z-index:15011;background-color:#f8f8ff;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.6875rem;width:21.125rem;top:16.9375rem;left:51.9375rem;display:block; }
#LrSsmqh4JC5BsZ34CoLDCqiwJrJk0iWh { color:#606060;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.4375rem;left:55.875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Std9gR1tXX88XTiwzzlsQwmoVAL39eD4 { color:#333333;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:19rem;left:55.937498092651rem;height:1.4875rem;text-align:left;text-align-last:left;display:block; }
#pXkHQSuyoH1IS36OCy12B0WwBofaX9ei { position:absolute;display:block;z-index:15018;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.6875rem;width:2.1875rem;top:18.900001525879rem;left:2.9375rem;overflow:hidden;display:block; }
#M6WH5zIXcX1tAeHhyXNBQowcrh6CKBZz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:1.875rem;top:18.650000572204rem;left:28.05624961853rem;overflow:hidden;display:block; }
#Uie24mO1ghvUrFleQ3P6unQdda189tTD { position:absolute;display:block;z-index:15020;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.8125rem;top:18.924995422363rem;left:53.237501144409rem;overflow:hidden;display:block; }
#QLBQcgWesDVzQIxdCNp7KmJTr4h0gW8u { z-index:15001;top:32.550001144409rem;left:30.000001907349rem;background-color:#1f69c1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:15rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V22AKFFVVNwP4gpSDiHLTsSEFFO8C67i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck > .row .container { background-color: transparent; background-image: none; }#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck > .row .container > .video-iframe-container { display: none; }#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck > .row > .video-iframe-container { display: none; }#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck > .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); }#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck > .row .container { border-width: 0; border-radius: 0; }#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#B49pSXQVZqe7Mink9Ed1CVgO7ne9zNq9 { color:#333333;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:2.7734375rem;height:5.2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RBpFE3e3O2JhufvNNbBk63T3PIszNo1F { color:#606060;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:12.375rem;left:2.7734375rem;height:4.4625rem;text-align:left;text-align-last:left;display:block; }
#HJI3H97uEks6Qf8gi0XZVEZeLAFk3Nn8 { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:20.6875rem;left:2.75rem;height:1.6625rem;display:block; }
#hRJTWfFtCIcr5qIIEWUllHTh4wpfTUNX { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:4.5rem;width:35.4375rem;top:35.124996185302rem;left:5.5625rem;display:block; }
#RvDmytQHKo9OpOClFvDGAOOeoG9Pv9bg { color:#606060;display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:36.562496185302rem;left:13.375rem;height:1.575rem;font-style:normal;display:block; }
#puWvOqsqkZQwrhibIfNM6Ie118nAhDyG { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:4.5rem;width:35.375rem;top:29.687496185302rem;left:5.5625rem;display:block; }
#UJ2S4mxkgrsvceX9A31lZvQyb5dnIKA8 { color:#606060;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:31.124996185302rem;left:13.5625rem;height:1.575rem;font-style:normal;display:block; }
#BEdWRxf887e1qrWcQA0XhkpeFdxkNG7P { color:#333333;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:30.624996185302rem;left:7.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cNrcCE52Fd3VgHDm4ixHKQhZi7OEWk1S { color:#333333;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:36.062496185302rem;left:7.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aioDlhcrGddiQ2Zne9uUTI7uLe0KfPff { position:absolute;display:block;z-index:15019;background-color:#00a039;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:4.5rem;width:35.4375rem;top:24.375rem;left:5.5625rem;display:block; }
#vUO8uUI55pV0ElOQflgXkvwGHS1G8pVR { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.3125rem;left:7.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#khCtaKqtxKnR0q7cIHAhPCq8N2k2BAdn { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:25.8125rem;left:13.5625rem;height:1.575rem;font-style:normal;display:block; }
#GHoat69utNFB2LLMQ1El5EKElGpacp6f { 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:15.9375rem;width:6.25rem;top:23.5rem;left:0rem;overflow:hidden;display:block; }
#TXrJfCfn7yQTZKKKgg7pL5l3KrSSlAFh { 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:34.5625rem;width:29.3125rem;top:4.5rem;left:41.593751907349rem;overflow:hidden;display:block; }
#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID { 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; }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row .container { background-color: transparent; background-image: none; }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row .container > .video-iframe-container { display: none; }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row > .video-iframe-container { display: none; }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .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); }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row .container { border-width: 0; border-radius: 0; }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#uyT0IC03lKcFGcecBRfdUABvxxNQ2Puv { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.125rem;left:17.84375rem;height:4.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I1TnPmw8h3bQMUaH6MsDxRbTwIOtDv0L { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:14.0625rem;left:18.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jo9H3gGH48Xt3TTuUgHIJgofRJgMqcyC { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6400, #e68600);background-image: -moz-linear-gradient(90deg, #ff6400, #e68600);background-image: -ms-linear-gradient(90deg, #ff6400, #e68600);background-image: -o-linear-gradient(90deg, #ff6400, #e68600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6400', endColorstr='#e68600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6400', endColorstr='#e68600' );";background-image: linear-gradient(90deg, #ff6400, #e68600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:21.25rem;width:61.25rem;top:3.875rem;left:6.875rem;display:block; }
#OEvA0Ar6QxRvDFt3ZmiPKU7eih8gpPwt { position:absolute;display:block;z-index:15024;height:5.1875rem;width:9.25rem;top:26.250003814698rem;left:32.875000953674rem;display:block; }
#mMSgOBee4dU6NJqxpnMVVQEUqCX7FTeM { z-index:15002;top:17.125rem;left:30rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#1f69c1;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:15rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#usHxvR173Uo3n8MqNoC8xTdMN9BydbM7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND { 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; }#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND > .row .container { background-color: transparent; background-image: none; }#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND > .row .container > .video-iframe-container { display: none; }#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND > .row > .video-iframe-container { display: none; }#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND > .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); }#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND > .row .container { border-width: 0; border-radius: 0; }#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#UEVyrWWgl3ipGss6Ah2BlxUA99NuS3VF { 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:2.5rem;width:14.3125rem;top:4.3125rem;left:2.8125rem;overflow:hidden;display:block; }
#VGsVkA0NqFGMRTerVAgMdREvpA3EeixE { color:#3f3f3f;display:block;width:13.8748125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:3rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#ICMlDyxTVuu82uuTIGV2UWHvPctbR1hS { color:#606060;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:62.3125rem;height:1.3rem;font-style:normal;display:block; }
#xgpZahk9lLikekniIDNTOIyh2ywKeoDT { 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.5rem;width:1.5rem;top:5.4375rem;left:56.75rem;overflow:hidden;display:block; }
#TCTxr7Fm5dkTtkvcwWqZ6FnZicBuoyqQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:5.4375rem;left:59.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nmbU9sWapuT8JazJusrN93k5vJlnngTg { display:block; }#nmbU9sWapuT8JazJusrN93k5vJlnngTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFAayvMyZSb8Cm8WuVOaTWMh1B9Grbs1 { top:1.875rem;left:0rem;width:16.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7PFDW6HJr58rT5mLvBgGTzuHKHfcyw1 { width:13.5625rem;height:2.5625rem;top:1.1875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCbNs1hGix4DDXvKET9vIF3BlQRz2J7P { display:block; }
 }@media only screen and (max-width: 763px) { #Rk0ZIyRL1D99caPfFRwtiucTcGM74GER { display:block; }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enDwUh23s7bSOEkSmOANqN0b5zEEci6F { top:20.25rem;left:0rem;width:32.9375rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4RtqVGOkbHWgXX7bpmas6TwdurPczG1 { top:11.25rem;left:0rem;width:32.9375rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNSKkTzfd9qbAnGXEp8m0DBLA0z09ZTV { top:7.8125rem;left:0rem;width:5.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RihzecQFQlGkyEhcODDG8In49eufx4o6 { top:26.375rem;left:0rem;width:26.5625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmkbTXhwAvgHVfrPzkNuDGSqiViwAgEp { top:25.625rem;left:13.1875rem;width:7.5625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqzsCzfzN41FeE6RLCIXDHBSDxG0mwxD { top:9.25rem;left:16.9375rem;width:30.8125rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfDQ6Fh8uKRBo3godxmpJsUiTzmvIyig { top:10.6875rem;left:23.875rem;width:22.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKcuVxLl5XHTUdpKHPsul7ks6SJQiLuw { top:14.8125rem;left:19.5rem;width:28.25rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWuSXCHmxnGah235p0u35r0NkdMnCiWR { display:block; }#hWuSXCHmxnGah235p0u35r0NkdMnCiWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XM4Fwm8Bf9G96vJKcLmkczyxWS4GxgFz { top:1.1875rem;left:4.59375rem;width:38.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtVSwMZeIx6fUorw31GN6JDQwk5NhSU9 { top:3rem;left:0rem;width:47.75rem;height:5.1976674641148rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1t0LlzRK7IcPvfD2KRXuKTfnGXr6WFz { top:2.25rem;left:8.125rem;width:19.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE49WETfoiDMpqxsTeLnayRSJ50PIOOn { display:block; }#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcyZNdR1vG754JAMzzamWoaFVHmMNMKM { top:3.4375rem;left:0rem;width:31.9375rem;height:30.689909729153rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsrsaNQo0pb75bTrrLaizE0xotg137MI { top:7.625rem;left:13.75rem;width:34rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo9wggOXLQLtFHbPUKCGmdhqcP4KFz8x { top:11.3125rem;left:11.4375rem;width:36.3125rem;height:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEHce8R6itTPz5K8wklgbKTJWIOVZoN9 { top:28.6875rem;left:23.875rem;width:15rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV5x1NsM9kUbgJHE6nT7MOTTOtNsVUPv { display:block; }
 }@media only screen and (max-width: 763px) { #d4TELKAdEre2LKTo6IwkXstBT68sC3X7 { top:4.8125rem;left:20.75rem;width:3.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsU6lxI8KKLTMCacFpk0NE9cz69nuf9f { top:28.6875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL { display:block; }#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmp81NJOeJCFVWxtVxc29r6xzbe3h8gF { top:4.625rem;left:2.5rem;width:42.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5a2ugDhNJIdBKrueBvaA4cX1ueTx4S1 { top:8.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I { display:block; }#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3Gb1gEokaNuqQ8B6ohlKe3wA3FytXyX { top:2.25rem;left:0rem;width:21.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaB5as5FuHrPsbL47q0ddsTe2Jiwqy7C { top:4.0625rem;left:0rem;width:1.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezi3zkHqAtzMfaCXvVKqFv3zUi9wtuz3 { top:6.75rem;left:0rem;width:15.9375rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrGg7htPQkZhs7w91WLc7HTAqTFDxd9Q { top:2.25rem;left:10.625rem;width:21.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGeTwyivdgKzKRmEzl8R4TwU1PZi5kGQ { top:7.25rem;left:15.8125rem;width:15.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWQUCxN7WOiVqTKnn856L2DWKJCXhGJJ { top:4.3125rem;left:0.4375rem;width:15.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5TTiBgE6zNNSJ86wxWpESZr7OFsoOqT { top:3.5625rem;left:16.3125rem;width:15.4375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOfkda1cHWSGwM2P7JW3t4VBGTTWCm0w { top:2.25rem;left:26.5rem;width:21.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #out6iVWQC6ZcrSdbCNNUI2V1sMzaPlzh { top:7.25rem;left:31.6875rem;width:15.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0ZNBTL68zWUWlUQsm7DsyIb6hTlB0NH { top:3.5625rem;left:32.1875rem;width:15.4375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdNMPUJJdfA0AQMLbK4bV7Vk0Gc9s9Iv { top:4.0625rem;left:15.875rem;width:2.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnKty37OsVcN4c2CBTU7DGAnBi8PqgnO { top:4.0625rem;left:31.75rem;width:1.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbQnOTAie77oAlkhBk6DUyQ3HsohQXTe { top:16.9375rem;left:0rem;width:21.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soGkzi2tKwWhhTQFoySBeRWx71To4vad { top:21.4375rem;left:0rem;width:15.9375rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoPkRwcUClENrhbpDstyIGKizqKzZTzR { top:19rem;left:0.4375rem;width:15.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnRQKNTVTkalq4TgusJBKIvnL4Wl7OT1 { top:17rem;left:10.625rem;width:21.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgcLhChNxMTIMwluCIeoPZveFHAAK564 { top:22rem;left:15.8125rem;width:15.9375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKSpE9QqnEOBgLVdGfFgxvZ7RXQO7gZq { top:18.3125rem;left:16.3125rem;width:15.4375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB0TGvoPV6EJgIlosw2gdWZ5vqJnXcIH { top:16.9375rem;left:26.5rem;width:21.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrSsmqh4JC5BsZ34CoLDCqiwJrJk0iWh { top:21.4375rem;left:31.6875rem;width:15.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Std9gR1tXX88XTiwzzlsQwmoVAL39eD4 { top:19rem;left:32.1875rem;width:15.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXkHQSuyoH1IS36OCy12B0WwBofaX9ei { top:18.875rem;left:0rem;width:2.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6WH5zIXcX1tAeHhyXNBQowcrh6CKBZz { top:18.625rem;left:15.875rem;width:1.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uie24mO1ghvUrFleQ3P6unQdda189tTD { top:18.875rem;left:31.75rem;width:1.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLBQcgWesDVzQIxdCNp7KmJTr4h0gW8u { top:32.5rem;left:16.312501907349rem;width:15rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V22AKFFVVNwP4gpSDiHLTsSEFFO8C67i { display:block; }
 }@media only screen and (max-width: 763px) { #iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck { display:block; }#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B49pSXQVZqe7Mink9Ed1CVgO7ne9zNq9 { top:5.6875rem;left:0rem;width:24.5625rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBpFE3e3O2JhufvNNbBk63T3PIszNo1F { top:12.375rem;left:0rem;width:30.5625rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJI3H97uEks6Qf8gi0XZVEZeLAFk3Nn8 { top:20.6875rem;left:0rem;width:34.8125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRJTWfFtCIcr5qIIEWUllHTh4wpfTUNX { top:35.0625rem;left:0rem;width:35.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvDmytQHKo9OpOClFvDGAOOeoG9Pv9bg { top:36.5rem;left:0rem;width:27.0625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puWvOqsqkZQwrhibIfNM6Ie118nAhDyG { top:29.625rem;left:0rem;width:35.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ2S4mxkgrsvceX9A31lZvQyb5dnIKA8 { top:31.0625rem;left:0rem;width:25.625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEdWRxf887e1qrWcQA0XhkpeFdxkNG7P { top:30.5625rem;left:1.0625rem;width:4.8125rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNrcCE52Fd3VgHDm4ixHKQhZi7OEWk1S { top:36rem;left:1.0625rem;width:4.8125rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aioDlhcrGddiQ2Zne9uUTI7uLe0KfPff { top:24.375rem;left:0rem;width:35.4375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUO8uUI55pV0ElOQflgXkvwGHS1G8pVR { top:25.3125rem;left:1.0625rem;width:4.8125rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khCtaKqtxKnR0q7cIHAhPCq8N2k2BAdn { top:25.8125rem;left:0rem;width:25.625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoat69utNFB2LLMQ1El5EKElGpacp6f { top:23.5rem;left:0rem;width:6.25rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrJfCfn7yQTZKKKgg7pL5l3KrSSlAFh { top:4.5rem;left:18.4375rem;width:29.3125rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID { display:block; }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyT0IC03lKcFGcecBRfdUABvxxNQ2Puv { top:8.125rem;left:4.21875rem;width:39.3125rem;height:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1TnPmw8h3bQMUaH6MsDxRbTwIOtDv0L { top:14.0625rem;left:5.125rem;width:37.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo9H3gGH48Xt3TTuUgHIJgofRJgMqcyC { top:3.875rem;left:0rem;width:47.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEvA0Ar6QxRvDFt3ZmiPKU7eih8gpPwt { top:26.25rem;left:19.250000953674rem;width:9.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMSgOBee4dU6NJqxpnMVVQEUqCX7FTeM { top:17.125rem;left:16.375rem;width:15rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usHxvR173Uo3n8MqNoC8xTdMN9BydbM7 { display:block; }
 }@media only screen and (max-width: 763px) { #MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND { display:block; }#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEVyrWWgl3ipGss6Ah2BlxUA99NuS3VF { top:4.3125rem;left:0rem;width:14.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGsVkA0NqFGMRTerVAgMdREvpA3EeixE { top:7.8125rem;left:0rem;width:13.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICMlDyxTVuu82uuTIGV2UWHvPctbR1hS { top:5.5625rem;left:37.875rem;width:9.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgpZahk9lLikekniIDNTOIyh2ywKeoDT { top:5.4375rem;left:43.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTxr7Fm5dkTtkvcwWqZ6FnZicBuoyqQ { top:5.4375rem;left:45.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nmbU9sWapuT8JazJusrN93k5vJlnngTg { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nmbU9sWapuT8JazJusrN93k5vJlnngTg > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFAayvMyZSb8Cm8WuVOaTWMh1B9Grbs1 { width:16.3125rem;height:1.25rem;top:0.875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7PFDW6HJr58rT5mLvBgGTzuHKHfcyw1 { width:13.5625rem;height:2.5625rem;top:3.375rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCbNs1hGix4DDXvKET9vIF3BlQRz2J7P { display:block; }
 }@media only screen and (max-width: 763px) { #Rk0ZIyRL1D99caPfFRwtiucTcGM74GER { background-color:#ffffff;background-image:none;display:block; }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row .container { background-color: transparent; background-image: none; }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row .container > .video-iframe-container { display: none; }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row > .video-iframe-container { display: none; }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .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); }#Rk0ZIyRL1D99caPfFRwtiucTcGM74GER > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enDwUh23s7bSOEkSmOANqN0b5zEEci6F { width:20rem;height:5.6rem;top:18.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4RtqVGOkbHWgXX7bpmas6TwdurPczG1 { width:20rem;height:7.8rem;top:10.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNSKkTzfd9qbAnGXEp8m0DBLA0z09ZTV { width:5.625rem;height:2rem;top:7.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RihzecQFQlGkyEhcODDG8In49eufx4o6 { width:16.625rem;height:13.0625rem;top:25.237501144409rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmkbTXhwAvgHVfrPzkNuDGSqiViwAgEp { width:3.5rem;height:1.9375rem;top:69.9375rem;left:8.2500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqzsCzfzN41FeE6RLCIXDHBSDxG0mwxD { width:20rem;height:34.1875rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfDQ6Fh8uKRBo3godxmpJsUiTzmvIyig { width:18.125rem;height:2.6rem;top:40rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKcuVxLl5XHTUdpKHPsul7ks6SJQiLuw { width:18.25rem;height:25.375rem;top:43.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWuSXCHmxnGah235p0u35r0NkdMnCiWR { display:block; }#hWuSXCHmxnGah235p0u35r0NkdMnCiWR > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XM4Fwm8Bf9G96vJKcLmkczyxWS4GxgFz { width:20rem;height:2.6rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtVSwMZeIx6fUorw31GN6JDQwk5NhSU9 { width:18.1875rem;height:1.9375rem;top:18.178825rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1t0LlzRK7IcPvfD2KRXuKTfnGXr6WFz { width:19.625rem;height:5.625rem;top:4.7132835388184rem;left:0.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RE49WETfoiDMpqxsTeLnayRSJ50PIOOn { display:block; }#RE49WETfoiDMpqxsTeLnayRSJ50PIOOn > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcyZNdR1vG754JAMzzamWoaFVHmMNMKM { width:20rem;height:19.2179375rem;top:34.60781288147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsrsaNQo0pb75bTrrLaizE0xotg137MI { width:20rem;height:3.9rem;top:2.2687501907349rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mo9wggOXLQLtFHbPUKCGmdhqcP4KFz8x { width:20rem;height:22.4rem;top:7.52499961853rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEHce8R6itTPz5K8wklgbKTJWIOVZoN9 { top:30.999998092651rem;left:2.5000001192093rem;width:15rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV5x1NsM9kUbgJHE6nT7MOTTOtNsVUPv { display:block; }
 }@media only screen and (max-width: 763px) { #d4TELKAdEre2LKTo6IwkXstBT68sC3X7 { width:3.125rem;height:3.1875rem;top:34.607810974121rem;left:16.875000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsU6lxI8KKLTMCacFpk0NE9cz69nuf9f { width:3.4375rem;height:3.4375rem;top:49.532817840576rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL { display:block; }#oQE8n2x5wGVh8Mb9UlUJByJhtveThoKL > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmp81NJOeJCFVWxtVxc29r6xzbe3h8gF { width:20rem;height:3.9rem;top:4.3750038146972rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5a2ugDhNJIdBKrueBvaA4cX1ueTx4S1 { width:20rem;height:4.2rem;top:8.8375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I { display:block; }#I3a1twnwWW2eiERcVJBw9mpt4Ti6dy7I > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3Gb1gEokaNuqQ8B6ohlKe3wA3FytXyX { width:20rem;height:12.875rem;top:0.75rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #IaB5as5FuHrPsbL47q0ddsTe2Jiwqy7C { width:1.625rem;height:2rem;top:2.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezi3zkHqAtzMfaCXvVKqFv3zUi9wtuz3 { width:14.625rem;height:7.3125rem;top:4.75rem;left:3.9374998807907rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LrGg7htPQkZhs7w91WLc7HTAqTFDxd9Q { width:20rem;height:11.5rem;top:27.125003814698rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lGeTwyivdgKzKRmEzl8R4TwU1PZi5kGQ { width:15.3125rem;height:4.875rem;top:32.125003814698rem;left:3.8124998807907rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UWQUCxN7WOiVqTKnn856L2DWKJCXhGJJ { width:15.4375rem;height:1.4rem;top:2.375rem;left:3.9374998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e5TTiBgE6zNNSJ86wxWpESZr7OFsoOqT { width:15.4375rem;height:2.8rem;top:28.437503814698rem;left:3.8749998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QOfkda1cHWSGwM2P7JW3t4VBGTTWCm0w { width:20rem;height:11.1875rem;top:50.562503814698rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #out6iVWQC6ZcrSdbCNNUI2V1sMzaPlzh { width:15rem;height:4.875rem;top:55.562503814698rem;left:3.8124998807907rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N0ZNBTL68zWUWlUQsm7DsyIb6hTlB0NH { width:15.4375rem;height:2.8rem;top:51.875003814698rem;left:3.8749998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gdNMPUJJdfA0AQMLbK4bV7Vk0Gc9s9Iv { width:2.0625rem;height:1.8125rem;top:29.000003814698rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnKty37OsVcN4c2CBTU7DGAnBi8PqgnO { width:1.9375rem;height:1.8125rem;top:52.437503814698rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbQnOTAie77oAlkhBk6DUyQ3HsohQXTe { width:20rem;height:12.375rem;top:14.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #soGkzi2tKwWhhTQFoySBeRWx71To4vad { width:14.5625rem;height:6.09375rem;top:18.625rem;left:3.9374998807907rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MoPkRwcUClENrhbpDstyIGKizqKzZTzR { width:15.4375rem;height:1.4rem;top:16.25rem;left:3.9999998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnRQKNTVTkalq4TgusJBKIvnL4Wl7OT1 { width:20rem;height:10.6875rem;top:39.312503814698rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #bgcLhChNxMTIMwluCIeoPZveFHAAK564 { width:15.3125rem;height:3.65625rem;top:44.312503814698rem;left:3.8124998807907rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LKSpE9QqnEOBgLVdGfFgxvZ7RXQO7gZq { width:15.4375rem;height:2.8rem;top:40.625003814698rem;left:3.8749998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KB0TGvoPV6EJgIlosw2gdWZ5vqJnXcIH { width:20rem;height:11.125rem;top:62.250003814698rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #LrSsmqh4JC5BsZ34CoLDCqiwJrJk0iWh { width:15rem;height:6.09375rem;top:66.0000038147rem;left:3.9374998807907rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Std9gR1tXX88XTiwzzlsQwmoVAL39eD4 { width:15.4375rem;height:1.4rem;top:63.6250038147rem;left:3.9999998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pXkHQSuyoH1IS36OCy12B0WwBofaX9ei { width:2.1875rem;height:1.6875rem;top:16.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6WH5zIXcX1tAeHhyXNBQowcrh6CKBZz { width:1.875rem;height:2.0625rem;top:40.937503814698rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uie24mO1ghvUrFleQ3P6unQdda189tTD { width:1.8125rem;height:1.875rem;top:63.5625038147rem;left:1.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLBQcgWesDVzQIxdCNp7KmJTr4h0gW8u { top:75.2500038147rem;left:2.5000001192093rem;width:15rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V22AKFFVVNwP4gpSDiHLTsSEFFO8C67i { display:block; }
 }@media only screen and (max-width: 763px) { #iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck { display:block; }#iv6CVJS0Od6T8sMcn8zdDatc4q7FxAck > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B49pSXQVZqe7Mink9Ed1CVgO7ne9zNq9 { width:20rem;height:3.9rem;top:4rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBpFE3e3O2JhufvNNbBk63T3PIszNo1F { width:20rem;height:5.6rem;top:8.9429702758787rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJI3H97uEks6Qf8gi0XZVEZeLAFk3Nn8 { width:20rem;height:3.325rem;top:16.41875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRJTWfFtCIcr5qIIEWUllHTh4wpfTUNX { width:20rem;height:4.5rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvDmytQHKo9OpOClFvDGAOOeoG9Pv9bg { width:13.0625rem;height:2.625rem;top:35.4375rem;left:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puWvOqsqkZQwrhibIfNM6Ie118nAhDyG { width:20rem;height:4.5rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ2S4mxkgrsvceX9A31lZvQyb5dnIKA8 { width:12.75rem;height:2.625rem;top:29.875rem;left:6rem;font-size:0.9375rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #BEdWRxf887e1qrWcQA0XhkpeFdxkNG7P { width:4.8125rem;height:2.6rem;top:29.6875rem;left:0.8125rem;font-size:2rem;text-align:center;text-align-last:center;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #cNrcCE52Fd3VgHDm4ixHKQhZi7OEWk1S { width:4.8125rem;height:2.6rem;top:35.4375rem;left:0.8125rem;font-size:2rem;text-align:center;text-align-last:center;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #aioDlhcrGddiQ2Zne9uUTI7uLe0KfPff { width:20rem;height:4.5rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUO8uUI55pV0ElOQflgXkvwGHS1G8pVR { width:4.8125rem;height:2.6rem;top:23.875rem;left:0.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khCtaKqtxKnR0q7cIHAhPCq8N2k2BAdn { width:12.8125rem;height:2.625rem;top:23.9375rem;left:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoat69utNFB2LLMQ1El5EKElGpacp6f { width:6.25rem;height:15.9375rem;top:20.99375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrJfCfn7yQTZKKKgg7pL5l3KrSSlAFh { width:20rem;height:23.582rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID { background-color:#ffffff;background-image:none;display:block; }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row .container { background-color: transparent; background-image: none; }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row .container > .video-iframe-container { display: none; }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row > .video-iframe-container { display: none; }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .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); }#RxAOTVsbW3kzrJCxImlnUUGSfg2PXJID > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyT0IC03lKcFGcecBRfdUABvxxNQ2Puv { width:18.625rem;height:6.5rem;top:6.1734385490417rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1TnPmw8h3bQMUaH6MsDxRbTwIOtDv0L { width:15.12425rem;height:2.6rem;top:13.661719322204rem;left:2.4375001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jo9H3gGH48Xt3TTuUgHIJgofRJgMqcyC { width:20rem;height:21.5625rem;top:3.30859375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEvA0Ar6QxRvDFt3ZmiPKU7eih8gpPwt { width:9.25rem;height:5.1875rem;top:23.060157775879rem;left:5.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMSgOBee4dU6NJqxpnMVVQEUqCX7FTeM { top:17.810936927796rem;left:2.5000001192093rem;width:15rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usHxvR173Uo3n8MqNoC8xTdMN9BydbM7 { display:block; }
 }@media only screen and (max-width: 763px) { #MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND { display:block; }#MsOpH3LaQL3175QLNZzpNCiQ6KC4ieND > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEVyrWWgl3ipGss6Ah2BlxUA99NuS3VF { width:14.3115rem;height:2.5rem;top:3.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGsVkA0NqFGMRTerVAgMdREvpA3EeixE { width:14.624rem;height:1.1375rem;top:12.8125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICMlDyxTVuu82uuTIGV2UWHvPctbR1hS { width:14.375rem;height:1.3rem;top:10.25rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgpZahk9lLikekniIDNTOIyh2ywKeoDT { width:1.4984375rem;height:1.4984375rem;top:7.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTxr7Fm5dkTtkvcwWqZ6FnZicBuoyqQ { width:1.3125rem;height:1.3125rem;top:7.8125rem;left:10.375rem;display:block; }
 }