.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;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); }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF { 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; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container { background-color: transparent; background-image: none; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container > .video-iframe-container { display: none; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row > .video-iframe-container { display: none; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .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); }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container { border-width: 0; border-radius: 0; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container { font-size:14px;font-family:arial;height:87px;width:1200px;position:relative;display:block; }#bZ7ieUsFnu5n3nrBDKzlDTE36Wkc8B1w { 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;height:19px;width:177px;top:37px;left:0px;overflow:hidden;display:block; }
#PbsGx4ncqcnSOcIpLETTZ29tBwZziukw { color:#ffffff;display:block;width:200px;position:absolute;font-family:montserrat;font-size:17px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.458335876465px;left:263.64584350586px;height:22.0938px;display:block; }
#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a1b26c2-e9b8-4697-9fb8-4533c7334989/Frame222.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; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x.adaptive-delivery-prevent-bg, #mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x.lazyload, #mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x.lazyloading { background-image: none; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container { background-color: transparent; background-image: none; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container > .video-iframe-container { display: none; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row > .video-iframe-container { display: none; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .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); }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container { border-width: 0; border-radius: 0; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container { font-size:14px;font-family:arial;height:232px;width:1200px;position:relative;display:block; }#BsrfPFiKoOyCTw627ic9aS0DHQZq9KaW { color:#ffffff;display:block;width:761.969px;position:absolute;font-family:rubik;font-size:57px;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:47.609375px;left:219px;height:136.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D { 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; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container { background-color: transparent; background-image: none; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container > .video-iframe-container { display: none; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row > .video-iframe-container { display: none; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .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); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container { border-width: 0; border-radius: 0; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container { font-size:14px;font-family:arial;height:594px;width:1200px;position:relative;display:block; }#o0D0IQWNrMHIazuEhML6TVN8gHdhhB0g { color:#ffffff;display:block;width:698px;position:absolute;font-family:rubik;font-size:20px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:157px;left:167px;height:28px;display:block; }
#tEnSAaIB6NzTPdRM8Re9PguqWlJNfKqI { color:#ffffff;display:block;width:488px;position:absolute;font-family:rubik;font-size:31px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:108px;left:167px;height:40.2969px;font-style:normal;display:block; }
#iHROhSUsvRRZZbc3M9Q1OTUv5gwmMD3s { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:37px;width:37px;top:246px;left:167px;overflow:hidden;display:none; }
#w4vduGBT2B0XUlhZdrK41ZEy6pyoOTpp { color:#e9e9eb;display:block;width:81px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:250.21484375px;left:221.953125px;height:28.5742px;display:none; }
#WPZNZE3wAwLKLod4F45lCMFXy3pxuov7 { color:#e9e9eb;display:block;width:92.9883px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:317.20703125px;left:221.953125px;height:28.5742px;display:none; }
#dA5PCeDotzNNs6muXxF2NS7pMDd4VOAs { position:absolute;display:block;z-index:15035;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;height:36.9922px;width:36.9922px;top:312.98828125px;left:166.9921875px;overflow:hidden;display:none; }
#Z6TzBQsnGxC7fGmxFDQyQlHf4z3rXl1U { color:#e9e9eb;display:block;width:50.9961px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:385.17578125px;left:221.953125px;height:28.5742px;display:none; }
#Zt3Ma9yZqZTZfM7nILpCfkPgz2fOXR7g { position:absolute;display:block;z-index:15039;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;height:40.9961px;width:40.9961px;top:325.76171875px;left:166.9921875px;overflow:hidden;display:block; }
#ArTKDHI32UIJu0c3vxvDWzDmGbHMp7To { position:absolute;display:block;z-index:15037;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;height:42.9883px;width:42.9883px;top:377.98046875px;left:163.984375px;overflow:hidden;display:none; }
#f6xUCd2Jrx9Uwd3X5mDTfeu4CtKb7Sva { position:absolute;display:block;z-index:15041;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;height:36.9922px;width:36.9922px;top:394px;left:171px;overflow:hidden;display:block; }
#OD9PtNuN7lIHfILfMCTGVJhCQLMI5p3l { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:245.99609375px;left:383.984375px;display:none; }
#tGyxnoGZwwnum3fEGU2e5AhanIqJ8eHT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#B1b5VV8QcEIBN0KEL76PZIImCpqvoTGG { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:312.98828125px;left:383.984375px;display:none; }
#gwiIUm3fMEOUV1tHMRDwEeSTGSS64e8Z { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#I9wTE8WRF5z46lqA6Xz812lRNEZBoBL0 { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:381.98828125px;left:383.984375px;display:none; }
#kSF7KU4OdzNx7Lu2isW3IN8ymWh3gt9U { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mFu7cwQ7ny83wXsgn5IM6mDO1QwLrnkE { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:327px;left:382px;display:block; }
#M0eR36FaFpTXkuWK4JhiUSZdaruR8M5t { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fQyTPMkSdTo7O3sxx9mvJ6L07a6SwGTq { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:394px;left:382px;display:block; }
#wbHQmp4Sdwn5KuuzP9TIfJH6DOelt3fO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IMHbmTXwtb3kg5amRDAW6FzrTJZPko0J { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:460px;left:899px;display:block; }
#gblR3MvRqposStAHSh5iyB7yJlM1D7S5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#g8vOLZRnhukNbGmgXK4HzTmGyWf2dNPR { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:531px;left:382px;display:block; }
#qpQ70dKTOApWIHGmDry7MVxzuLIAWMpD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ry7gJhWRaNK5lSDemOEZn7G8LehNNJiR { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:531px;left:900px;display:block; }
#uDrpSJqqaMeu46326SdooPgxxP87WSbr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cGfwEmEc7PmEzJSkNIDteeRM3hFXzAuA { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:462px;left:382px;display:block; }
#DJJRh5s37VeX6p56wB47PnaDeB2LCKGn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vEyiTDPOsGrborsSTPyxfu5vfZbmuZ87 { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:395px;left:899px;display:block; }
#ZDm087XwRgMsVs9BCMMQ64oFlTiRdG4g { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Z43gmplEQQ99M6Rg34zbgJ6OqTHfBodG { position:absolute;display:block;z-index:15038;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;height:45px;width:45px;top:460px;left:167px;overflow:hidden;display:block; }
#S3T1hBmWQpRVMRL23Qmx014CR5sprO0x { position:absolute;display:block;z-index:15038;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;height:38.9844px;width:38.9844px;top:533px;left:170px;overflow:hidden;display:block; }
#DePVOm0NWQAGv2SziAnOw8vuuLWoHnMf { position:absolute;display:block;z-index:15039;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;height:37.9883px;width:37.9883px;top:531px;left:687px;overflow:hidden;display:block; }
#F9Z0Cc2osSxeSk2xF0EvDyiZCf9nAeoD { position:absolute;display:block;z-index:15039;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;height:41.9922px;width:42.9883px;top:392px;left:685px;overflow:hidden;display:block; }
#oEypiEckFvCU0o14lUB41qloucu25b1c { position:absolute;display:block;z-index:15040;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;height:40.9961px;width:40.9961px;top:458px;left:686px;overflow:hidden;display:block; }
#I6lQL7tTzV4CegRCN5CsAio1SDo6FJt6 { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:328px;left:899px;display:block; }
#H4NIM82yEkGLNcgpmqveGFxb1WeblzAz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RLGkvAvJ6AFxRUGWfVzmMTaZ8odX1u3h { position:absolute;display:block;z-index:15042;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;height:36.9922px;width:36.9922px;top:328px;left:688px;overflow:hidden;display:block; }
#fvBxH4osunPbTdBQTDSeB5QMS1eSopSc { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:266px;left:901px;display:block; }
#b9NtKTRklFReK66H6tqdVTSpTAUcxT7f { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TqDvnUXy9eFUJpbXuuvQ3it6rVPEwxUO { position:absolute;display:block;z-index:15048;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;height:36px;width:36px;top:266px;left:687px;overflow:hidden;display:block; }
#OgMRxBb3iNfX7k3sSO31NCc1TVG95dqs { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:265.99609375px;left:381.9921875px;display:block; }
#uIHhkczI0wiP9ECJ3wesfNqLlqokfuUP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZFl8ToT0uhb2UagMR3h8f85BTDONQU6v { position:absolute;display:block;z-index:15045;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;height:36px;width:36px;top:266px;left:171px;overflow:hidden;display:block; }
#ulTJTEfWyhUsiU4IBPkff1UMp4rTtETm { color:#e9e9eb;display:block;width:147px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:549px;left:221px;height:28.5938px;display:block; }
#EAURgz4d9WicNfDxvpMOJcpw15VrweJq { color:#e9e9eb;display:block;width:93px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:481px;left:220px;height:28.5938px;display:block; }
#NfWKXccqIMtGM79RaIaHDUUZSrbaCWLq { color:#e9e9eb;display:block;width:139px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:410px;left:221px;height:28.5938px;display:block; }
#qWn54ToHGlGaDaxxq9vvBz4SLLlSXyGU { color:#e9e9eb;display:block;width:117px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:343px;left:221px;height:28.5938px;display:block; }
#lfIryxxGR6ILfdG2TwuUa450VtyPN0cr { color:#e9e9eb;display:block;width:116.992px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:279px;left:221px;height:28.5938px;display:block; }
#PnpnhHJTiNOoFrR50eEmEDs4OsiQ9Cs0 { color:#e9e9eb;display:block;width:129px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:547px;left:737px;height:28.5938px;display:block; }
#Ff7gzOkywPtDdWZGvR2E8SZ1SRky2Ppg { color:#e9e9eb;display:block;width:142px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:473px;left:738px;height:28.5938px;display:block; }
#NatfbhrzGEZniBdMqrb1B6niT73kHVG2 { color:#e9e9eb;display:block;width:140px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:406px;left:738px;height:28.5938px;display:block; }
#xHSrn2bLaGAcCxlgn1O4ORNEgOmbrQav { color:#e9e9eb;display:block;width:117px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:342px;left:738px;height:28.5938px;display:block; }
#cKcEB14gzRqzh9g2bBLD44r0O2NgcbQq { color:#e9e9eb;display:block;width:116.992px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:279px;left:737px;height:28.5938px;display:block; }
#UST4cPQcIG9X1OXesNpHVRvwZC3IFiRq { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:259.1875px;left:215px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#mG8izNU4oP1uTLgNRRvU9vESmS6uyFT3 { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:324.75px;left:204px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#a0bZvyEU8LdSO1aMrH2i9PxRgTTzlBcD { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:390px;left:213px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#FXTc0zFuusytZTnDtN3JuRPVlek8Oxfd { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:462px;left:201px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#y55cGW2GyccrbVutysUvVIl2XaP4Q9hb { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:530px;left:219px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#Dfbv3Z2GrBFlR8TOMrSRT1ZLT8zy4KG2 { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:258px;left:730px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#AtARxwUcH4P6ptMwtiCco0T60LmcOe7M { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:322.75px;left:720px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#Qq8gXB3tqV10hb2uGuAv8TyIlys4ZR2h { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:386.1875px;left:731px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#yGWfDaNhoHMuktzm6DzDXTuhMQnFJnsp { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:454px;left:726px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#M1T6IoRJxgehExM0OpHTghTZSHv4HTmX { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:528.203125px;left:720.984375px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN { 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; }#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN > .row .container { background-color: transparent; background-image: none; }#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN > .row .container > .video-iframe-container { display: none; }#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN > .row > .video-iframe-container { display: none; }#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN > .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); }#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN > .row .container { border-width: 0; border-radius: 0; }#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN > .row .container { font-size:14px;font-family:arial;height:96px;width:1200px;position:relative;display:block; }#PE5EQ33m22V1TM6T6ATRh8qc6xTGVEyL { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:37px;width:37px;top:246px;left:167px;overflow:hidden;display:none; }
#BmmrVveJqPvbRz3ahN7pc1f5iTTT528k { color:#e9e9eb;display:block;width:81px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:250.21484375px;left:221.953125px;height:28.5742px;display:none; }
#k954LOuZA45J9KPCWnL1HOHw3Tx9dbR2 { color:#e9e9eb;display:block;width:92.9883px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:317.20703125px;left:221.953125px;height:28.5742px;display:none; }
#CEEvmvwKi6XM7eRJ1gw2vzMqePuieKp8 { position:absolute;display:block;z-index:15035;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;height:36.9922px;width:36.9922px;top:312.98828125px;left:166.9921875px;overflow:hidden;display:none; }
#b9wTOrzeHQNbZ2qwAwpcVCXrTlu8tSfH { color:#e9e9eb;display:block;width:50.9961px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:385.17578125px;left:221.953125px;height:28.5742px;display:none; }
#JXFq8E6KbhuKhvedchdemKNu84TmMdab { position:absolute;display:block;z-index:15037;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;height:42.9883px;width:42.9883px;top:377.98046875px;left:163.984375px;overflow:hidden;display:none; }
#It2V9ZyqCIcJxdONDKP7Hk6QKSLO1iat { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:245.99609375px;left:383.984375px;display:none; }
#MtC3dtKfCekNeNDDxToyvgBrbJtm2cwX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zzuTEhz25eSnE3mSlnZQZOxl10Zito64 { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:312.98828125px;left:383.984375px;display:none; }
#DhHgenPhZG9WPdENdTtE2krundiLWhmJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FWQpaT7znhLOUCv78lkDEldATW6MTaif { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:381.98828125px;left:383.984375px;display:none; }
#D7KV3nxii1Jt3hzbLfyo6y0m3TLI2rbq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pIAmteBoIqKDRG5llX4d3CswUUpVRA2n { background-color:#8a6df1;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:125.977px;height:36.9922px;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:30px;left:647px;display:block; }
#hSn4VRLBx7K3SaJ4Cz79GJLUM7maxMMT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#l9UKh9bMwlNZwpvTkS84wiphcCWG7SeW { position:absolute;display:block;z-index:15041;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;height:53.9844px;width:53.9844px;top:21px;left:427px;overflow:hidden;display:block; }
#u2mdudiRJ0bDSRPGc82UFbzc9HrGV5fG { color:#e9e9eb;display:block;width:143px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:43px;left:483px;height:28.5938px;display:block; }
#eSEGA4cKMaBJOm6vkHEs1LOSRPWGI11B { color:#ffffff;display:block;width:93px;position:absolute;font-family:rubik;font-size:17px;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:25px;left:474px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 { position:relative;display:block; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 { background-color: transparent; background-image: none; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row .container > .video-iframe-container { display: none; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row > .video-iframe-container { display: none; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .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); }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 { border-width: 0; border-radius: 0; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:84px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gxMnhUSdU6Ef4qvPUbC1sDXc9reR7sJs { 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;height:20px;width:256px;top:31.5px;left:472.00003051758px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF { display:block; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZ7ieUsFnu5n3nrBDKzlDTE36Wkc8B1w { top:37px;left:0px;width:177px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #PbsGx4ncqcnSOcIpLETTZ29tBwZziukw { top:35px;left:45.645843505859px;width:200px;height:;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x { display:block; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsrfPFiKoOyCTw627ic9aS0DHQZq9KaW { top:47px;left:1px;width:761px;height:136px;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D { display:block; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0D0IQWNrMHIazuEhML6TVN8gHdhhB0g { top:157px;left:0px;width:698px;height:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tEnSAaIB6NzTPdRM8Re9PguqWlJNfKqI { top:108px;left:0px;width:487px;height:40px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #iHROhSUsvRRZZbc3M9Q1OTUv5gwmMD3s { top:246px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #w4vduGBT2B0XUlhZdrK41ZEy6pyoOTpp { top:250px;left:3.953125px;width:81px;height:29px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WPZNZE3wAwLKLod4F45lCMFXy3pxuov7 { top:317px;left:3.953125px;width:92px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dA5PCeDotzNNs6muXxF2NS7pMDd4VOAs { top:312px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TzBQsnGxC7fGmxFDQyQlHf4z3rXl1U { top:385px;left:3.953125px;width:50px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Zt3Ma9yZqZTZfM7nILpCfkPgz2fOXR7g { top:325px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ArTKDHI32UIJu0c3vxvDWzDmGbHMp7To { top:377px;left:0px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #f6xUCd2Jrx9Uwd3X5mDTfeu4CtKb7Sva { top:394px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #OD9PtNuN7lIHfILfMCTGVJhCQLMI5p3l { width:125px;height:36px;top:245px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #tGyxnoGZwwnum3fEGU2e5AhanIqJ8eHT { display:block; }
 }@media only screen and (max-width: 763px) { #B1b5VV8QcEIBN0KEL76PZIImCpqvoTGG { width:125px;height:36px;top:312px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #gwiIUm3fMEOUV1tHMRDwEeSTGSS64e8Z { display:block; }
 }@media only screen and (max-width: 763px) { #I9wTE8WRF5z46lqA6Xz812lRNEZBoBL0 { width:125px;height:36px;top:381px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #kSF7KU4OdzNx7Lu2isW3IN8ymWh3gt9U { display:block; }
 }@media only screen and (max-width: 763px) { #mFu7cwQ7ny83wXsgn5IM6mDO1QwLrnkE { width:125px;height:36px;top:327px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #M0eR36FaFpTXkuWK4JhiUSZdaruR8M5t { display:block; }
 }@media only screen and (max-width: 763px) { #fQyTPMkSdTo7O3sxx9mvJ6L07a6SwGTq { width:125px;height:36px;top:394px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #wbHQmp4Sdwn5KuuzP9TIfJH6DOelt3fO { display:block; }
 }@media only screen and (max-width: 763px) { #IMHbmTXwtb3kg5amRDAW6FzrTJZPko0J { width:125px;height:36px;top:460px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #gblR3MvRqposStAHSh5iyB7yJlM1D7S5 { display:block; }
 }@media only screen and (max-width: 763px) { #g8vOLZRnhukNbGmgXK4HzTmGyWf2dNPR { width:125px;height:36px;top:531px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #qpQ70dKTOApWIHGmDry7MVxzuLIAWMpD { display:block; }
 }@media only screen and (max-width: 763px) { #Ry7gJhWRaNK5lSDemOEZn7G8LehNNJiR { width:125px;height:36px;top:531px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #uDrpSJqqaMeu46326SdooPgxxP87WSbr { display:block; }
 }@media only screen and (max-width: 763px) { #cGfwEmEc7PmEzJSkNIDteeRM3hFXzAuA { width:125px;height:36px;top:462px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #DJJRh5s37VeX6p56wB47PnaDeB2LCKGn { display:block; }
 }@media only screen and (max-width: 763px) { #vEyiTDPOsGrborsSTPyxfu5vfZbmuZ87 { width:125px;height:36px;top:395px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDm087XwRgMsVs9BCMMQ64oFlTiRdG4g { display:block; }
 }@media only screen and (max-width: 763px) { #Z43gmplEQQ99M6Rg34zbgJ6OqTHfBodG { top:460px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #S3T1hBmWQpRVMRL23Qmx014CR5sprO0x { top:533px;left:0px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #DePVOm0NWQAGv2SziAnOw8vuuLWoHnMf { top:531px;left:469px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #F9Z0Cc2osSxeSk2xF0EvDyiZCf9nAeoD { top:392px;left:467px;width:42px;height:41.026800315435px;display:block; }
 }@media only screen and (max-width: 763px) { #oEypiEckFvCU0o14lUB41qloucu25b1c { top:458px;left:468px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #I6lQL7tTzV4CegRCN5CsAio1SDo6FJt6 { width:125px;height:36px;top:328px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #H4NIM82yEkGLNcgpmqveGFxb1WeblzAz { display:block; }
 }@media only screen and (max-width: 763px) { #RLGkvAvJ6AFxRUGWfVzmMTaZ8odX1u3h { top:328px;left:470px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #fvBxH4osunPbTdBQTDSeB5QMS1eSopSc { width:125px;height:36px;top:266px;left:639px;display:block; }
 }@media only screen and (max-width: 763px) { #b9NtKTRklFReK66H6tqdVTSpTAUcxT7f { display:block; }
 }@media only screen and (max-width: 763px) { #TqDvnUXy9eFUJpbXuuvQ3it6rVPEwxUO { top:266px;left:469px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #OgMRxBb3iNfX7k3sSO31NCc1TVG95dqs { width:125px;height:36px;top:265px;left:163.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #uIHhkczI0wiP9ECJ3wesfNqLlqokfuUP { display:block; }
 }@media only screen and (max-width: 763px) { #ZFl8ToT0uhb2UagMR3h8f85BTDONQU6v { top:266px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ulTJTEfWyhUsiU4IBPkff1UMp4rTtETm { top:549px;left:3px;width:147px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #EAURgz4d9WicNfDxvpMOJcpw15VrweJq { top:481px;left:2px;width:93px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NfWKXccqIMtGM79RaIaHDUUZSrbaCWLq { top:410px;left:3px;width:139px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #qWn54ToHGlGaDaxxq9vvBz4SLLlSXyGU { top:343px;left:3px;width:117px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #lfIryxxGR6ILfdG2TwuUa450VtyPN0cr { top:279px;left:3px;width:116px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PnpnhHJTiNOoFrR50eEmEDs4OsiQ9Cs0 { top:547px;left:519px;width:129px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ff7gzOkywPtDdWZGvR2E8SZ1SRky2Ppg { top:473px;left:520px;width:142px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NatfbhrzGEZniBdMqrb1B6niT73kHVG2 { top:406px;left:520px;width:140px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xHSrn2bLaGAcCxlgn1O4ORNEgOmbrQav { top:342px;left:520px;width:117px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #cKcEB14gzRqzh9g2bBLD44r0O2NgcbQq { top:279px;left:519px;width:116px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UST4cPQcIG9X1OXesNpHVRvwZC3IFiRq { top:259px;left:0px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mG8izNU4oP1uTLgNRRvU9vESmS6uyFT3 { top:324px;left:0px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #a0bZvyEU8LdSO1aMrH2i9PxRgTTzlBcD { top:390px;left:0px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #FXTc0zFuusytZTnDtN3JuRPVlek8Oxfd { top:462px;left:0px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #y55cGW2GyccrbVutysUvVIl2XaP4Q9hb { top:530px;left:1px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Dfbv3Z2GrBFlR8TOMrSRT1ZLT8zy4KG2 { top:258px;left:512px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #AtARxwUcH4P6ptMwtiCco0T60LmcOe7M { top:322px;left:502px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Qq8gXB3tqV10hb2uGuAv8TyIlys4ZR2h { top:386px;left:513px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #yGWfDaNhoHMuktzm6DzDXTuhMQnFJnsp { top:454px;left:508px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #M1T6IoRJxgehExM0OpHTghTZSHv4HTmX { top:528px;left:502.984375px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN { display:block; }#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PE5EQ33m22V1TM6T6ATRh8qc6xTGVEyL { top:246px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #BmmrVveJqPvbRz3ahN7pc1f5iTTT528k { top:250px;left:3.953125px;width:81px;height:29px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #k954LOuZA45J9KPCWnL1HOHw3Tx9dbR2 { top:317px;left:3.953125px;width:92px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #CEEvmvwKi6XM7eRJ1gw2vzMqePuieKp8 { top:312px;left:0px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #b9wTOrzeHQNbZ2qwAwpcVCXrTlu8tSfH { top:385px;left:3.953125px;width:50px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #JXFq8E6KbhuKhvedchdemKNu84TmMdab { top:377px;left:0px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #It2V9ZyqCIcJxdONDKP7Hk6QKSLO1iat { width:125px;height:36px;top:245px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #MtC3dtKfCekNeNDDxToyvgBrbJtm2cwX { display:block; }
 }@media only screen and (max-width: 763px) { #zzuTEhz25eSnE3mSlnZQZOxl10Zito64 { width:125px;height:36px;top:312px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #DhHgenPhZG9WPdENdTtE2krundiLWhmJ { display:block; }
 }@media only screen and (max-width: 763px) { #FWQpaT7znhLOUCv78lkDEldATW6MTaif { width:125px;height:36px;top:381px;left:165.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #D7KV3nxii1Jt3hzbLfyo6y0m3TLI2rbq { display:block; }
 }@media only screen and (max-width: 763px) { #pIAmteBoIqKDRG5llX4d3CswUUpVRA2n { width:125px;height:36px;top:30px;left:429px;display:block; }
 }@media only screen and (max-width: 763px) { #hSn4VRLBx7K3SaJ4Cz79GJLUM7maxMMT { display:block; }
 }@media only screen and (max-width: 763px) { #l9UKh9bMwlNZwpvTkS84wiphcCWG7SeW { top:21px;left:209px;width:53px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #u2mdudiRJ0bDSRPGc82UFbzc9HrGV5fG { top:43px;left:265px;width:143px;height:28px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #eSEGA4cKMaBJOm6vkHEs1LOSRPWGI11B { top:25px;left:256px;width:93px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 { display:block; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxMnhUSdU6Ef4qvPUbC1sDXc9reR7sJs { top:31px;left:254.00003051758px;width:256px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF { display:block; }#eLHkUGRGMlEvVHOcSzTengLrFqmFmBAF > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZ7ieUsFnu5n3nrBDKzlDTE36Wkc8B1w { width:170.996px;height:17.9883px;top:27.7734375px;left:74.4921875px;display:block; }
 }@media only screen and (max-width: 763px) { #PbsGx4ncqcnSOcIpLETTZ29tBwZziukw { width:100px;height:15.5938px;top:54.98046875px;left:110px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x { display:block; }#mSVE0gWeT4l2wAnbgR7TLLW6QmMs7T5x > .row .container { width:320px;height:230px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsrfPFiKoOyCTw627ic9aS0DHQZq9KaW { width:272.969px;height:76.7812px;top:76.59375px;left:23.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D { background-color:#000000;background-image:none;display:block; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container { background-color: transparent; background-image: none; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container > .video-iframe-container { display: none; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row > .video-iframe-container { display: none; }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .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); }#xWx3lNoAaZ9TZAGq5GVapngUBSLtn12D > .row .container { width:320px;height:1191px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0D0IQWNrMHIazuEhML6TVN8gHdhhB0g { width:303.984px;height:42px;top:126.9921875px;left:7.98828125px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tEnSAaIB6NzTPdRM8Re9PguqWlJNfKqI { width:231.992px;height:39px;top:65.9765625px;left:43.984375px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHROhSUsvRRZZbc3M9Q1OTUv5gwmMD3s { width:36.9922px;height:36.9922px;top:209px;left:67px;display:none; }
 }@media only screen and (max-width: 763px) { #w4vduGBT2B0XUlhZdrK41ZEy6pyoOTpp { width:118.984px;height:20.7812px;top:259px;left:30px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WPZNZE3wAwLKLod4F45lCMFXy3pxuov7 { width:117.988px;height:20.7812px;top:260px;left:177px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dA5PCeDotzNNs6muXxF2NS7pMDd4VOAs { width:36.9922px;height:36.9922px;top:209px;left:218px;display:none; }
 }@media only screen and (max-width: 763px) { #Z6TzBQsnGxC7fGmxFDQyQlHf4z3rXl1U { width:103.965px;height:20.7812px;top:286px;left:31px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Zt3Ma9yZqZTZfM7nILpCfkPgz2fOXR7g { width:36px;height:36px;top:420px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #ArTKDHI32UIJu0c3vxvDWzDmGbHMp7To { width:40.9961px;height:40.9961px;top:226px;left:64px;display:none; }
 }@media only screen and (max-width: 763px) { #f6xUCd2Jrx9Uwd3X5mDTfeu4CtKb7Sva { width:36.9922px;height:36.9922px;top:609px;left:216px;display:block; }
 }@media only screen and (max-width: 763px) { #OD9PtNuN7lIHfILfMCTGVJhCQLMI5p3l { width:125px;height:36.9922px;top:303px;left:23px;display:none; }
 }@media only screen and (max-width: 763px) { #tGyxnoGZwwnum3fEGU2e5AhanIqJ8eHT { display:block; }
 }@media only screen and (max-width: 763px) { #B1b5VV8QcEIBN0KEL76PZIImCpqvoTGG { width:125px;height:37px;top:303px;left:173px;display:none; }
 }@media only screen and (max-width: 763px) { #gwiIUm3fMEOUV1tHMRDwEeSTGSS64e8Z { display:block; }
 }@media only screen and (max-width: 763px) { #I9wTE8WRF5z46lqA6Xz812lRNEZBoBL0 { width:125px;height:35.9961px;top:325px;left:22px;display:none; }
 }@media only screen and (max-width: 763px) { #kSF7KU4OdzNx7Lu2isW3IN8ymWh3gt9U { display:block; }
 }@media only screen and (max-width: 763px) { #mFu7cwQ7ny83wXsgn5IM6mDO1QwLrnkE { width:125px;height:35.9961px;top:517px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #M0eR36FaFpTXkuWK4JhiUSZdaruR8M5t { display:block; }
 }@media only screen and (max-width: 763px) { #fQyTPMkSdTo7O3sxx9mvJ6L07a6SwGTq { width:125px;height:35.9961px;top:706px;left:172px;display:block; }
 }@media only screen and (max-width: 763px) { #wbHQmp4Sdwn5KuuzP9TIfJH6DOelt3fO { display:block; }
 }@media only screen and (max-width: 763px) { #IMHbmTXwtb3kg5amRDAW6FzrTJZPko0J { width:125px;height:35.9961px;top:917px;left:171px;display:block; }
 }@media only screen and (max-width: 763px) { #gblR3MvRqposStAHSh5iyB7yJlM1D7S5 { display:block; }
 }@media only screen and (max-width: 763px) { #g8vOLZRnhukNbGmgXK4HzTmGyWf2dNPR { width:125px;height:35.9961px;top:1125px;left:171px;display:block; }
 }@media only screen and (max-width: 763px) { #qpQ70dKTOApWIHGmDry7MVxzuLIAWMpD { display:block; }
 }@media only screen and (max-width: 763px) { #Ry7gJhWRaNK5lSDemOEZn7G8LehNNJiR { width:125px;height:35.9961px;top:916px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #uDrpSJqqaMeu46326SdooPgxxP87WSbr { display:block; }
 }@media only screen and (max-width: 763px) { #cGfwEmEc7PmEzJSkNIDteeRM3hFXzAuA { width:125px;height:35.9961px;top:706px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DJJRh5s37VeX6p56wB47PnaDeB2LCKGn { display:block; }
 }@media only screen and (max-width: 763px) { #vEyiTDPOsGrborsSTPyxfu5vfZbmuZ87 { width:125px;height:35.9961px;top:1125px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDm087XwRgMsVs9BCMMQ64oFlTiRdG4g { display:block; }
 }@media only screen and (max-width: 763px) { #Z43gmplEQQ99M6Rg34zbgJ6OqTHfBodG { width:41.9922px;height:41.9922px;top:609px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #S3T1hBmWQpRVMRL23Qmx014CR5sprO0x { width:40px;height:40px;top:1016.484375px;left:213.96484375px;display:block; }
 }@media only screen and (max-width: 763px) { #DePVOm0NWQAGv2SziAnOw8vuuLWoHnMf { width:36.9922px;height:36.9922px;top:816px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #F9Z0Cc2osSxeSk2xF0EvDyiZCf9nAeoD { width:41.9922px;height:41.0156px;top:1016px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #oEypiEckFvCU0o14lUB41qloucu25b1c { width:40px;height:40px;top:821px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #I6lQL7tTzV4CegRCN5CsAio1SDo6FJt6 { width:125px;height:36px;top:517px;left:172px;display:block; }
 }@media only screen and (max-width: 763px) { #H4NIM82yEkGLNcgpmqveGFxb1WeblzAz { display:block; }
 }@media only screen and (max-width: 763px) { #RLGkvAvJ6AFxRUGWfVzmMTaZ8odX1u3h { width:36px;height:36px;top:420px;left:217px;display:block; }
 }@media only screen and (max-width: 763px) { #fvBxH4osunPbTdBQTDSeB5QMS1eSopSc { width:125px;height:36px;top:326px;left:175px;display:block; }
 }@media only screen and (max-width: 763px) { #b9NtKTRklFReK66H6tqdVTSpTAUcxT7f { display:block; }
 }@media only screen and (max-width: 763px) { #TqDvnUXy9eFUJpbXuuvQ3it6rVPEwxUO { width:36px;height:36px;top:230px;left:220px;display:block; }
 }@media only screen and (max-width: 763px) { #OgMRxBb3iNfX7k3sSO31NCc1TVG95dqs { width:125px;height:36px;top:326px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #uIHhkczI0wiP9ECJ3wesfNqLlqokfuUP { display:block; }
 }@media only screen and (max-width: 763px) { #ZFl8ToT0uhb2UagMR3h8f85BTDONQU6v { width:36px;height:36px;top:229px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #ulTJTEfWyhUsiU4IBPkff1UMp4rTtETm { width:147px;height:22.0938px;top:1095.90625px;left:160.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAURgz4d9WicNfDxvpMOJcpw15VrweJq { width:93px;height:22.0938px;top:674px;left:39px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfWKXccqIMtGM79RaIaHDUUZSrbaCWLq { width:139px;height:22.0938px;top:671px;left:164.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qWn54ToHGlGaDaxxq9vvBz4SLLlSXyGU { width:117px;height:22.0938px;top:487px;left:25.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfIryxxGR6ILfdG2TwuUa450VtyPN0cr { width:116px;height:22.0938px;top:296px;left:26px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnpnhHJTiNOoFrR50eEmEDs4OsiQ9Cs0 { width:129px;height:22.0938px;top:884px;left:20px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ff7gzOkywPtDdWZGvR2E8SZ1SRky2Ppg { width:142px;height:22.0938px;top:889px;left:163px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NatfbhrzGEZniBdMqrb1B6niT73kHVG2 { width:140px;height:22.0938px;top:1096.90625px;left:14px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHSrn2bLaGAcCxlgn1O4ORNEgOmbrQav { width:117px;height:22.0938px;top:487px;left:176px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cKcEB14gzRqzh9g2bBLD44r0O2NgcbQq { width:116px;height:22.0938px;top:296px;left:177px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UST4cPQcIG9X1OXesNpHVRvwZC3IFiRq { width:93px;height:23.7969px;top:273.1875px;left:37.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mG8izNU4oP1uTLgNRRvU9vESmS6uyFT3 { width:93px;height:23.7969px;top:464.1875px;left:37.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0bZvyEU8LdSO1aMrH2i9PxRgTTzlBcD { width:93px;height:23.7969px;top:650.984375px;left:187.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXTc0zFuusytZTnDtN3JuRPVlek8Oxfd { width:93px;height:23.7969px;top:654.984375px;left:38.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y55cGW2GyccrbVutysUvVIl2XaP4Q9hb { width:93px;height:23.7969px;top:1074.109375px;left:187.953125px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dfbv3Z2GrBFlR8TOMrSRT1ZLT8zy4KG2 { width:93px;height:23.7969px;top:274.1875px;left:187.953125px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtARxwUcH4P6ptMwtiCco0T60LmcOe7M { width:93px;height:23.7969px;top:464.1875px;left:187.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qq8gXB3tqV10hb2uGuAv8TyIlys4ZR2h { width:93px;height:23.7969px;top:1074.109375px;left:39.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGWfDaNhoHMuktzm6DzDXTuhMQnFJnsp { width:93px;height:23.7969px;top:866.203125px;left:187.984375px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M1T6IoRJxgehExM0OpHTghTZSHv4HTmX { width:93px;height:23.7969px;top:861.203125px;left:39.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN { background-color:#000000;background-image:none;display:none; }#Tw3bNNSWhnlha1PydrFe8aTPxZxgTpkN > .row .container { width:320px;height:232px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PE5EQ33m22V1TM6T6ATRh8qc6xTGVEyL { width:36.9922px;height:36.9922px;top:209px;left:67px;display:none; }
 }@media only screen and (max-width: 763px) { #BmmrVveJqPvbRz3ahN7pc1f5iTTT528k { width:118.984px;height:20.7812px;top:259px;left:30px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #k954LOuZA45J9KPCWnL1HOHw3Tx9dbR2 { width:117.988px;height:20.7812px;top:260px;left:177px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CEEvmvwKi6XM7eRJ1gw2vzMqePuieKp8 { width:36.9922px;height:36.9922px;top:209px;left:218px;display:none; }
 }@media only screen and (max-width: 763px) { #b9wTOrzeHQNbZ2qwAwpcVCXrTlu8tSfH { width:103.965px;height:20.7812px;top:286px;left:31px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JXFq8E6KbhuKhvedchdemKNu84TmMdab { width:40.9961px;height:40.9961px;top:226px;left:64px;display:none; }
 }@media only screen and (max-width: 763px) { #It2V9ZyqCIcJxdONDKP7Hk6QKSLO1iat { width:125px;height:36.9922px;top:303px;left:23px;display:none; }
 }@media only screen and (max-width: 763px) { #MtC3dtKfCekNeNDDxToyvgBrbJtm2cwX { display:block; }
 }@media only screen and (max-width: 763px) { #zzuTEhz25eSnE3mSlnZQZOxl10Zito64 { width:125px;height:37px;top:303px;left:173px;display:none; }
 }@media only screen and (max-width: 763px) { #DhHgenPhZG9WPdENdTtE2krundiLWhmJ { display:block; }
 }@media only screen and (max-width: 763px) { #FWQpaT7znhLOUCv78lkDEldATW6MTaif { width:125px;height:35.9961px;top:325px;left:22px;display:none; }
 }@media only screen and (max-width: 763px) { #D7KV3nxii1Jt3hzbLfyo6y0m3TLI2rbq { display:block; }
 }@media only screen and (max-width: 763px) { #pIAmteBoIqKDRG5llX4d3CswUUpVRA2n { width:125px;height:35.9961px;top:111px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #hSn4VRLBx7K3SaJ4Cz79GJLUM7maxMMT { display:block; }
 }@media only screen and (max-width: 763px) { #l9UKh9bMwlNZwpvTkS84wiphcCWG7SeW { width:52.9883px;height:52.9883px;top:6px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #u2mdudiRJ0bDSRPGc82UFbzc9HrGV5fG { width:143px;height:22.0938px;top:85px;left:89px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSEGA4cKMaBJOm6vkHEs1LOSRPWGI11B { width:93px;height:23.7969px;top:62px;left:113px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 { display:block; }#D5rTzSkyN9T3GK317D1zCWc9qZEwPqc9 > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxMnhUSdU6Ef4qvPUbC1sDXc9reR7sJs { width:255.996px;height:20px;top:20px;left:31.97265625px;display:block; }
 }