.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;
}
.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-input-select option {
  color: #000;
}
.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;
  }
}
@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:none;position:relative;display:block; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { background-color: transparent; background-image: none; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container > .video-iframe-container { display: none; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row > .video-iframe-container { display: none; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .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); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { border-width: 0; border-radius: 0; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { font-size:14px;font-family:arial;height:288px;width:1200px;position:relative;display:block; }#cXy9IQZxoV714uvPB8ecHMHGdc77xSUp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:213px;width:503px;top:27px;left:86.75px;overflow:hidden;display:block; }
#A1MT39H6zJTpUadWAvNu5EmZfN8wkTqT { position:absolute;display:block;z-index:100001;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:55px;width:298px;top:57px;left:750px;display:block; }
#MgMX3MxIGQ7NTZgmvPLTugV3eSTpbgaK { color:#0b1e23;display:block;width:55px;position:absolute;font-family:rubik;font-size:23px;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:70px;left:962px;height:29.9023px;font-style:normal;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;display:block; }
#mNOinUg8JiUN7T0PxCOsGXoD7bhwtWEL { position:absolute;display:block;z-index:100020;background-color:#4de4cf;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;height:8px;width:52px;top:95px;left:964px;display:block; }
#xoAZeQlDcAazJ4cF3ORoEIz3uzWdbTbG { color:#0b1e23;display:block;width:181px;position:absolute;font-family:rubik;font-size:14px;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:76px;left:763px;height:19.2031px;font-style:normal;text-align:right;text-align-last:right;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; }
#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { background-color: transparent; background-image: none; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container > .video-iframe-container { display: none; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row > .video-iframe-container { display: none; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .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); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { border-width: 0; border-radius: 0; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { font-size:14px;font-family:arial;height:61px;width:1200px;position:relative;display:block; }#xyNSBJiwrJFTqLuai0REOqgvnyGxqEN3 { color:#0b1e23;display:block;width:535px;position:absolute;font-family:"open sans";font-size:19px;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:18.28125px;left:331.97917175293px;height:24.7017px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { background-color: transparent; background-image: none; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container > .video-iframe-container { display: none; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row > .video-iframe-container { display: none; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .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); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { border-width: 0; border-radius: 0; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { font-size:14px;font-family:arial;height:830px;width:1200px;position:relative;display:block; }#WRvAyTAprGz5kfblmFHPoshHs8DBFTV8 { color:#000000;display:block;width:998.976px;position:absolute;font-family:rubik;font-size:14px;font-weight:400;z-index:100029;line-height:1.6;letter-spacing:0;top:25.520843505859px;left:100.50347900391px;height:753.2768px;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; }
#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container { background-color: transparent; background-image: none; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container > .video-iframe-container { display: none; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row > .video-iframe-container { display: none; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .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); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container { border-width: 0; border-radius: 0; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container { font-size:14px;font-family:arial;height:746px;width:1200px;position:relative;display:block; }#QTCCO41Tg1RULDiQ9No9Tx63TEsUUW2S { position:absolute;display:block;z-index:100003;background-color:rgba(138,109,241,0.66);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:50px;width:260px;top:14px;left:103px;display:block; }
#ZDkrWa4mKhZOLidODHI8cEkcHfoVxX6T { position:absolute;display:block;z-index:100004;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:50px;width:350px;top:14px;left:378px;display:block; }
#BZF4IIBodaUKso60mpAa7vnMOXM0rK8L { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:50px;width:350px;top:14px;left:748px;display:block; }
#wAyIwfnQmVrdvOUkCl9ilFboCsFGdsmE { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:28.975700378418px;left:132.96876525879px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#S4pxEzgvUwHyrqZxecwhMcvy5mf7J6hb { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:28.975692749023px;left:452.96876525879px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#fHDDLvurTG4OBSNG6Ph4Beq8ZmD2oBhI { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:28.57421875px;left:814.47265625px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#GvnXT1nkEFCWVe3PsvK43VOgtbizxSxm { position:absolute;display:block;z-index:100001;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:50px;width:999px;top:74px;left:101px;display:block; }
#uNc3M6ulG3LZzf4Lpih9VwQ4WO7wLbmz { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:88.993064880371px;left:132.96876525879px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#J26d8dPdItgN04kwQONmvdSFqmBqHLd2 { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:147.58984375px;left:132.98828125px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#FMqMKOCPUi7DIC5DoXz9ssrXxmueSC56 { position:absolute;display:block;z-index:100003;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:60px;width:999px;top:128px;left:100.99609375px;display:block; }
#Ftlppwi9KutmsITeZKrDmoA5gMkS78Z2 { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:574.49655151367px;left:100px;height:20px;text-align:center;text-align-last:center;display:none; }
#hBWzCXCBLnaZNlwSeoHNW9VIvvvTmGUe { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:393.95825195312px;left:100px;height:20px;text-align:center;text-align-last:center;display:none; }
#wpR6TB0PMJPprzWHNuDgZwZZugTmaczh { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:233.95825195312px;left:100px;height:20px;text-align:center;text-align-last:center;display:none; }
#ltihAWVsSi7ZeuTNnXwZvXVMwlrtf8lT { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:153.90625953674px;left:100px;height:20px;text-align:center;text-align-last:center;display:none; }
#FEOwzBAfhtT6cBD3hr7vrGhcWkTx0GXG { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#bBlyshxk32mzQpeH4QwfZQkGF5mtzcCx { position:absolute;display:block;z-index:100017;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;height:125px;width:2px;top:128px;left:739.7421875px;display:block; }
#hMzFKDPyLK5XntmaHqakATxGfQz2Cfsc { color:#000000;display:block;width:135px;position:absolute;font-family:rubik;font-size:14px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:88.84765625px;left:485.48828125px;height:19.2031px;text-align:center;text-align-last:center;display:block; }
#PhvNeJJTaQ67dWzu1soraKlzBVyTGypM { position:absolute;display:block;z-index:100001;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:68px;width:400px;top:173.97570800781px;left:0px;display:none; }
#kPd3Ippyh6HPxgmKpCgxBzwXSViZQT0B { position:absolute;display:block;z-index:100033;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;height:68px;width:2px;top:174px;left:359px;display:none; }
#hxxUV41KQgPlixaDLoDlqoXEvtwrIU90 { position:absolute;display:block;z-index:100003;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:68px;width:400px;top:253.97570800781px;left:-400px;display:none; }
#ZT7toisd1nKGXTZTioAPIDwwwiWT9IqS { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:50px;width:400px;top:333.97570037842px;left:-400px;display:none; }
#wfGU6uiNLw0wOimef2k2XsMThzn8p8yO { position:absolute;display:block;z-index:100007;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:50px;width:400px;top:397.98613739014px;left:0px;display:none; }
#aa8hcTh0JUW7T1MDNQdaEOAuhyrpqR8i { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.8);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:010px;border-top-right-radius:010px;border-bottom-left-radius:010px;border-bottom-right-radius:010px;height:50px;width:400px;top:457.96877098083px;left:0px;display:none; }
#xIq6NAPzEQSTfTQ9NwumI6WWhIVhOqTB { position:absolute;display:block;z-index:100002;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:109px;width:400px;top:516.9792098999px;left:0px;display:none; }
#blIX28nN9UF8rWayFbTplkdgqKWUnoRt { color:#000000;display:block;width:288.984px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:142.7421875px;left:421.484375px;height:34.789px;text-align:left;text-align-last:left;display:block; }
#mcOHwaXamRIhSmM6pXvUtMtz1xVAG52e { color:#000000;display:block;width:175.996px;position:absolute;font-family:rubik;font-size:14px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:88.84765625px;left:834.98046875px;height:19.2031px;text-align:center;text-align-last:center;display:block; }
#LHKCqFLOV6pTL3rmIxCb9UCOTzcGQTsZ { position:absolute;display:block;z-index:100004;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:60px;width:998.984px;top:191.7421875px;left:100.48828125px;display:block; }
#oITpFfATL7OfzwPVQhwxM7SDghT7Wp6g { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:214.9921875px;left:132.98828125px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#WQhfJmyyw5d7BA2Ha4ny7hghyDpnKrQf { color:#000000;display:block;width:320px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:205.83203125px;left:421.484375px;height:34.789px;text-align:left;text-align-last:left;display:block; }
#VlCsCiBqx78qffAeZqMgK4hvw9Rr4hQ4 { color:#000000;display:block;width:288.965px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:138.7421875px;left:784.2578125px;height:34.789px;text-align:left;text-align-last:left;display:block; }
#m8AyQIHDTasGCVRw6dCpiXeLtlgkkIIT { color:#000000;display:block;width:321px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:205.83203125px;left:778.49609375px;height:34.789px;text-align:left;text-align-last:left;display:block; }
#PsRO5whpC3is8wmRJ6t1lPeUqQ2LNfI0 { position:absolute;display:block;z-index:100012;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:60px;width:999px;top:255px;left:101px;display:block; }
#lh96sppu0shGRJwK7T8eoShuWs2iPSZU { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:275px;left:133px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#D91xMtvKKuXUfNJoNdTlDEl6uh2nQKn9 { position:absolute;display:block;z-index:100013;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:60px;width:998.984px;top:319px;left:100px;display:block; }
#MllCrzGLLZeFXXTWeWNe3NcPorgMF8W9 { color:#000000;display:block;width:365px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:276.03515625px;left:558.22265625px;height:17.8945px;text-align:left;text-align-last:left;display:block; }
#qc8uFOT4Iio2bnqMFqDGBLtfXwoOVLQT { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:342px;left:133px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#OSeuFZIP2MCgS8Q7wnrP6ikmrfKvdSVA { position:absolute;display:block;z-index:100017;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:60px;width:998.984px;top:383px;left:101px;display:block; }
#GTwZkRCy6Q1EGR0DsNSRJM2tbcXcnXdg { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:402.578125px;left:132.98828125px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#ZxMmRWn8wlPE8aT6LzqtKTRzRQAoBl3T { position:absolute;display:block;z-index:100021;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:60px;width:998.984px;top:447px;left:101px;display:block; }
#ctEXM8lvzARrXv0TA09mpnXnsuqq4qL3 { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:466.58203125px;left:132.98828125px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#SBWm3txqpfRIeVEgSUZPFEynCfLsKhfC { color:#000000;display:block;width:128.984px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:470.703125px;left:516.97265625px;height:17.8945px;text-align:left;text-align-last:left;display:block; }
#bnbITRkuGi4FWZ1VESR9T6y3aPieg0Es { position:absolute;display:block;z-index:100025;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:60px;width:998.984px;top:510px;left:101px;display:block; }
#SyAEWDFwo4OuwUgdI8X6vzuzZAmzdbn2 { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:519.21875px;left:132.98828125px;height:41.5624px;text-align:center;text-align-last:center;display:block; }
#THllpAboFw9waUyfqmpHIlKhod5kTLD8 { position:absolute;display:block;z-index:100029;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:60px;width:998.984px;top:575px;left:101px;display:block; }
#R3FCPPDTG8TUDw5kkdLnNdG5878rW3Tp { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:594.58984375px;left:132.98828125px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#b4GQ1cST5yAn7IM9fDLKGXnLlUaGdeID { color:#000000;display:block;width:142.988px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:596.03515625px;left:509.9609375px;height:17.8945px;text-align:left;text-align-last:left;display:block; }
#KPOFLNpen0X3mylfcZO88ZwfPe5iZkz5 { color:#000000;display:block;width:95.9961px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:595.52734375px;left:866.46484375px;height:17.8945px;text-align:left;text-align-last:left;display:block; }
#rK7exx0wfxNSOPENnTqKJftCgHgzaffO { position:absolute;display:block;z-index:100033;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:77px;width:999px;top:638.984375px;left:100.99609375px;display:block; }
#pJ2qnIuSHcsbk6VrcBgMpoOrtCqGnJRE { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:668.92578125px;left:132.98828125px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#rdyppZCBnttXcZxeGZhnHlG78nQdxfiX { color:#000000;display:block;width:263.984px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:652.63671875px;left:433.9453125px;height:50.6836px;text-align:left;text-align-last:left;display:block; }
#sFg4ZQrxCKbrTmUnQFZhcrOatZEX99UW { color:#000000;display:block;width:260px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:652.63671875px;left:792.98828125px;height:50.6836px;text-align:left;text-align-last:left;display:block; }
#pJ7SZhQMytuU7l2g3EVS409cmWOc1Lp2 { color:#000000;display:block;width:365px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:340.01953125px;left:558.22265625px;height:17.8945px;text-align:left;text-align-last:left;display:block; }
#pfKZvA3hChRCe7JD8pOzvTbJzyWLV2sD { color:#000000;display:block;width:327.988px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:403.515625px;left:576.69921875px;height:17.8945px;text-align:left;text-align-last:left;display:block; }
#CACZix1bdfOBtkE2dnKMN0n8GkAR5hIg { color:#000000;display:block;width:128.965px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:470.703125px;left:858.49609375px;height:17.8945px;text-align:left;text-align-last:left;display:block; }
#eMXW9NwuvTyFokimcU2Vlvz65lupsfmi { color:#000000;display:block;width:52.9883px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:531.03515625px;left:554.98046875px;height:17.8945px;text-align:left;text-align-last:left;display:block; }
#ylbvfyIUON6Cep2zh6dngC7XFGSovl5U { color:#000000;display:block;width:52.9883px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:531.03515625px;left:896.484375px;height:17.8945px;text-align:left;text-align-last:left;display:block; }
#NVQHJVxkgnzUTcoVNB7BtrNNlt10CtzA { position:absolute;display:block;z-index:100040;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;height:125px;width:1.99219px;top:445.98828125px;left:739.7265625px;display:block; }
#qp7Bh9D5bfPyDbvREg0Bq8q0bOwqV32r { position:absolute;display:block;z-index:100041;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;height:143.984px;width:2.98828px;top:575px;left:739.19921875px;display:block; }
#dFO88yTbnuso6m0GRFaUZW11NsN0dZow { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:147.58984375px;left:132.98828125px;height:20.7812px;text-align:center;text-align-last:center;display:none; }
#kUEbuAgRAa9MQq0rNw1NGhignuJiScyE { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:214.9921875px;left:132.98828125px;height:20.7812px;text-align:center;text-align-last:center;display:none; }
#AZZF9qomJLNf6zhBbtuxx1fFCqOERwgT { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:275px;left:133px;height:20.7812px;text-align:center;text-align-last:center;display:none; }
#WAUizCw6BpP5FRVF28FhLQZga4Cik68z { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:342px;left:133px;height:20.7812px;text-align:center;text-align-last:center;display:none; }
#kuVONrSEyWt8PAnueOuG40sfVVw3ZFkC { position:absolute;display:block;z-index:100033;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:77px;width:999px;top:638.984375px;left:100.99609375px;display:none; }
#NK0lWqv7Xk3fgL7vbseZmktublkHmQ6b { position:absolute;display:block;z-index:100033;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:77px;width:999px;top:638.984375px;left:100.99609375px;display:none; }
#aTnEl8qrTM3Sr9PMJpXSK4M1GvklZRlI { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:519.21875px;left:132.98828125px;height:41.5624px;text-align:center;text-align-last:center;display:none; }
#kzv4nkHJVL4FsNlIxckh5UM8NxRP1R0i { position:absolute;display:block;z-index:100033;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:77px;width:999px;top:638.984375px;left:100.99609375px;display:none; }
#kUGIPcmhzJbl4BE7l7fep0C6lUwwZi5I { position:absolute;display:block;z-index:100033;background-color:rgba(227,227,227,0.8);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:77px;width:999px;top:638.984375px;left:100.99609375px;display:none; }
#fILSnMI11PyZ34eZ8aDaGLT1dcPP53IJ { color:#000000;display:block;width:200px;position:absolute;font-family:rubik;font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:153.90625953674px;left:100px;height:20px;text-align:center;text-align-last:center;display:none; }
#H6Uq0duHZc8JRpLGnRiK3ZcWaB6U9SLN { color:#000000;display:block;width:288.984px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:142.7421875px;left:421.484375px;height:33.7784px;text-align:left;text-align-last:left;display:none; }
#P7T7DxPWHg5vHTFZE2ieEoEITTS19ZXL { color:#000000;display:block;width:288.984px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:142.7421875px;left:421.484375px;height:33.7784px;text-align:left;text-align-last:left;display:none; }
#W7twv8TNqRId4oyKValAMmMK7uIS3RVk { color:#000000;display:block;width:365px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:276.03515625px;left:558.22265625px;height:16.8892px;text-align:left;text-align-last:left;display:none; }
#lTZCqql98mVOKifErxtVILGmhmulFSA2 { color:#000000;display:block;width:365px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:340.01953125px;left:558.22265625px;height:16.8892px;text-align:left;text-align-last:left;display:none; }
#ZTTFHwcXXh4nvuufPeOsmszsfz3zkM9n { color:#000000;display:block;width:327.988px;position:absolute;font-family:rubik;font-size:13px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:403.515625px;left:576.69921875px;height:16.8892px;text-align:left;text-align-last:left;display:none; }
#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { background-color: transparent; background-image: none; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container > .video-iframe-container { display: none; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row > .video-iframe-container { display: none; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .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); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { border-width: 0; border-radius: 0; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { font-size:14px;font-family:arial;height:2857px;width:1200px;position:relative;display:block; }#aGhS99K5dDu9ZnWTxy1TBe5rTTf5Dnkl { color:#000000;display:block;width:998.976px;position:absolute;font-family:rubik;font-size:14px;font-weight:400;z-index:100029;line-height:1.6;letter-spacing:0;top:25.520843505859px;left:100.50347900391px;height:2827.8889px;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; }
#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i { position:relative;display:block; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i { background-color: transparent; background-image: none; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row .container > .video-iframe-container { display: none; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row > .video-iframe-container { display: none; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .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); }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i { border-width: 0; border-radius: 0; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:250px;width:1200px;position:relative;display:block; }#HG1OMVqR9gAe13XIprwchpnxu7HR3TwQ { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:240.957px;width:860.957px;top:4.51171875px;left:169.51171875px;overflow:hidden;display:block; }
#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe { position:relative;display:block; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe { background-color: transparent; background-image: none; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row .container > .video-iframe-container { display: none; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row > .video-iframe-container { display: none; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .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); }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe { border-width: 0; border-radius: 0; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:167px;width:1200px;position:relative;display:block; }#I2FrO5Vui26MQyLqre7vKHuktLsVUNFo { color:#000000;display:block;width:998.965px;position:absolute;font-family:rubik;font-size:14px;font-weight:400;z-index:100030;line-height:1.6;letter-spacing:0;top:37.0703125px;left:100.5078125px;height:91.6093px;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; }
#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container { border-width: 0; border-radius: 0; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container { font-size:14px;font-family:arial;height:119px;width:1200px;position:relative;display:none; }#oo5f1d9dLnoGCounZOx2Ifa6F5h3mWwD { color:#0b1e23;display:block;width:636px;position:absolute;font-family:"open sans";font-size:19px;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:37px;left:105px;height:50.375px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vR0ZlJEDwuBLRhK0s1hm2abM5JnpN8lw { position:absolute;display:block;z-index:100031;background-color:#4de4cf;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:108px;border-top-right-radius:108px;border-bottom-left-radius:108px;border-bottom-right-radius:108px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:62.9861px;width:290px;top:25px;left:765px;display:block; }
#iDMKLbPrd1QWCJm4oQKzGbhpLrvt1PG2 { color:#0b1e23;display:block;width:266.997px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:44px;left:779px;height:28.2852px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM { display:block; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXy9IQZxoV714uvPB8ecHMHGdc77xSUp { top:27px;left:0px;width:503px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #A1MT39H6zJTpUadWAvNu5EmZfN8wkTqT { top:57px;left:466px;width:298px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #MgMX3MxIGQ7NTZgmvPLTugV3eSTpbgaK { top:70px;left:709px;width:55px;height:29px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mNOinUg8JiUN7T0PxCOsGXoD7bhwtWEL { top:95px;left:712px;width:52px;height:8px;display:block; }
 }@media only screen and (max-width: 763px) { #xoAZeQlDcAazJ4cF3ORoEIz3uzWdbTbG { top:76px;left:545px;width:181px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW { display:block; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyNSBJiwrJFTqLuai0REOqgvnyGxqEN3 { top:18px;left:113.97917175293px;width:535px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS { display:block; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRvAyTAprGz5kfblmFHPoshHs8DBFTV8 { top:25px;left:0px;width:764px;height:767px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 { display:block; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTCCO41Tg1RULDiQ9No9Tx63TEsUUW2S { top:14px;left:0px;width:260px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDkrWa4mKhZOLidODHI8cEkcHfoVxX6T { top:14px;left:0px;width:350px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #BZF4IIBodaUKso60mpAa7vnMOXM0rK8L { top:14px;left:158px;width:350px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #wAyIwfnQmVrdvOUkCl9ilFboCsFGdsmE { top:28px;left:54px;width:200px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #S4pxEzgvUwHyrqZxecwhMcvy5mf7J6hb { top:28px;left:254px;width:200px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fHDDLvurTG4OBSNG6Ph4Beq8ZmD2oBhI { top:28px;left:508px;width:200px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #GvnXT1nkEFCWVe3PsvK43VOgtbizxSxm { top:74px;left:0px;width:764px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #uNc3M6ulG3LZzf4Lpih9VwQ4WO7wLbmz { top:88px;left:54px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #J26d8dPdItgN04kwQONmvdSFqmBqHLd2 { top:147px;left:54px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FMqMKOCPUi7DIC5DoXz9ssrXxmueSC56 { top:128px;left:0px;width:764px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Ftlppwi9KutmsITeZKrDmoA5gMkS78Z2 { top:574px;left:27px;width:200px;height:20px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #hBWzCXCBLnaZNlwSeoHNW9VIvvvTmGUe { top:393px;left:27px;width:200px;height:20px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #wpR6TB0PMJPprzWHNuDgZwZZugTmaczh { top:995px;left:0px;width:100px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #ltihAWVsSi7ZeuTNnXwZvXVMwlrtf8lT { top:1655px;left:138px;width:100px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #FEOwzBAfhtT6cBD3hr7vrGhcWkTx0GXG { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bBlyshxk32mzQpeH4QwfZQkGF5mtzcCx { top:128px;left:506px;width:2px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #hMzFKDPyLK5XntmaHqakATxGfQz2Cfsc { top:88px;left:266.48828125px;width:135px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PhvNeJJTaQ67dWzu1soraKlzBVyTGypM { top:173px;left:0px;width:764px;height:68px;display:none; }
 }@media only screen and (max-width: 763px) { #kPd3Ippyh6HPxgmKpCgxBzwXSViZQT0B { top:173px;left:253px;width:1px;height:67px;display:none; }
 }@media only screen and (max-width: 763px) { #hxxUV41KQgPlixaDLoDlqoXEvtwrIU90 { top:253px;left:0px;width:764px;height:68px;display:none; }
 }@media only screen and (max-width: 763px) { #ZT7toisd1nKGXTZTioAPIDwwwiWT9IqS { top:333px;left:0px;width:764px;height:50px;display:none; }
 }@media only screen and (max-width: 763px) { #wfGU6uiNLw0wOimef2k2XsMThzn8p8yO { top:397px;left:0px;width:764px;height:50px;display:none; }
 }@media only screen and (max-width: 763px) { #aa8hcTh0JUW7T1MDNQdaEOAuhyrpqR8i { top:457px;left:0px;width:764px;height:50px;display:none; }
 }@media only screen and (max-width: 763px) { #xIq6NAPzEQSTfTQ9NwumI6WWhIVhOqTB { top:516px;left:0px;width:764px;height:109px;display:none; }
 }@media only screen and (max-width: 763px) { #blIX28nN9UF8rWayFbTplkdgqKWUnoRt { top:142px;left:220px;width:288px;height:34px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mcOHwaXamRIhSmM6pXvUtMtz1xVAG52e { top:88px;left:508px;width:175px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LHKCqFLOV6pTL3rmIxCb9UCOTzcGQTsZ { top:191px;left:0px;width:764px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #oITpFfATL7OfzwPVQhwxM7SDghT7Wp6g { top:214px;left:54px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WQhfJmyyw5d7BA2Ha4ny7hghyDpnKrQf { top:205px;left:188px;width:320px;height:34px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #VlCsCiBqx78qffAeZqMgK4hvw9Rr4hQ4 { top:138px;left:220px;width:288px;height:34px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #m8AyQIHDTasGCVRw6dCpiXeLtlgkkIIT { top:205px;left:188px;width:320px;height:34px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PsRO5whpC3is8wmRJ6t1lPeUqQ2LNfI0 { top:255px;left:0px;width:764px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #lh96sppu0shGRJwK7T8eoShuWs2iPSZU { top:275px;left:54px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #D91xMtvKKuXUfNJoNdTlDEl6uh2nQKn9 { top:319px;left:0px;width:764px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #MllCrzGLLZeFXXTWeWNe3NcPorgMF8W9 { top:276px;left:143px;width:365px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #qc8uFOT4Iio2bnqMFqDGBLtfXwoOVLQT { top:341px;left:54px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #OSeuFZIP2MCgS8Q7wnrP6ikmrfKvdSVA { top:383px;left:0px;width:764px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #GTwZkRCy6Q1EGR0DsNSRJM2tbcXcnXdg { top:402px;left:54px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZxMmRWn8wlPE8aT6LzqtKTRzRQAoBl3T { top:447px;left:0px;width:764px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ctEXM8lvzARrXv0TA09mpnXnsuqq4qL3 { top:466px;left:54px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #SBWm3txqpfRIeVEgSUZPFEynCfLsKhfC { top:470px;left:297.97265625px;width:128px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #bnbITRkuGi4FWZ1VESR9T6y3aPieg0Es { top:510px;left:0px;width:764px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #SyAEWDFwo4OuwUgdI8X6vzuzZAmzdbn2 { top:519px;left:54px;width:200px;height:41px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #THllpAboFw9waUyfqmpHIlKhod5kTLD8 { top:575px;left:0px;width:764px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #R3FCPPDTG8TUDw5kkdLnNdG5878rW3Tp { top:594px;left:54px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #b4GQ1cST5yAn7IM9fDLKGXnLlUaGdeID { top:596px;left:290.9609375px;width:142px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KPOFLNpen0X3mylfcZO88ZwfPe5iZkz5 { top:595px;left:508px;width:95px;height:17px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rK7exx0wfxNSOPENnTqKJftCgHgzaffO { top:638px;left:0px;width:764px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #pJ2qnIuSHcsbk6VrcBgMpoOrtCqGnJRE { top:668px;left:54px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rdyppZCBnttXcZxeGZhnHlG78nQdxfiX { top:652px;left:244px;width:263px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #sFg4ZQrxCKbrTmUnQFZhcrOatZEX99UW { top:652px;left:248px;width:260px;height:50px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pJ7SZhQMytuU7l2g3EVS409cmWOc1Lp2 { top:340px;left:143px;width:365px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #pfKZvA3hChRCe7JD8pOzvTbJzyWLV2sD { top:403px;left:180px;width:327px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #CACZix1bdfOBtkE2dnKMN0n8GkAR5hIg { top:470px;left:508px;width:128px;height:17px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eMXW9NwuvTyFokimcU2Vlvz65lupsfmi { top:531px;left:335.98046875px;width:52px;height:17px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ylbvfyIUON6Cep2zh6dngC7XFGSovl5U { top:531px;left:531.484375px;width:52px;height:17px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #NVQHJVxkgnzUTcoVNB7BtrNNlt10CtzA { top:445px;left:507px;width:1px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #qp7Bh9D5bfPyDbvREg0Bq8q0bOwqV32r { top:575px;left:505px;width:2px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #dFO88yTbnuso6m0GRFaUZW11NsN0dZow { top:147px;left:54px;width:200px;height:20px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #kUEbuAgRAa9MQq0rNw1NGhignuJiScyE { top:214px;left:54px;width:200px;height:20px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #AZZF9qomJLNf6zhBbtuxx1fFCqOERwgT { top:275px;left:54px;width:200px;height:20px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #WAUizCw6BpP5FRVF28FhLQZga4Cik68z { top:341px;left:54px;width:200px;height:20px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #kuVONrSEyWt8PAnueOuG40sfVVw3ZFkC { top:638px;left:0px;width:764px;height:77px;display:none; }
 }@media only screen and (max-width: 763px) { #NK0lWqv7Xk3fgL7vbseZmktublkHmQ6b { top:638px;left:0px;width:764px;height:77px;display:none; }
 }@media only screen and (max-width: 763px) { #aTnEl8qrTM3Sr9PMJpXSK4M1GvklZRlI { top:519px;left:54px;width:200px;height:41px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #kzv4nkHJVL4FsNlIxckh5UM8NxRP1R0i { top:638px;left:0px;width:764px;height:77px;display:none; }
 }@media only screen and (max-width: 763px) { #kUGIPcmhzJbl4BE7l7fep0C6lUwwZi5I { top:638px;left:0px;width:764px;height:77px;display:none; }
 }@media only screen and (max-width: 763px) { #fILSnMI11PyZ34eZ8aDaGLT1dcPP53IJ { top:1546px;left:0px;width:73px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #H6Uq0duHZc8JRpLGnRiK3ZcWaB6U9SLN { top:144px;left:84.997155189514px;width:136px;height:15px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #P7T7DxPWHg5vHTFZE2ieEoEITTS19ZXL { top:995px;left:84.997155189514px;width:85px;height:31px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #W7twv8TNqRId4oyKValAMmMK7uIS3RVk { top:276px;left:143px;width:365px;height:17px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #lTZCqql98mVOKifErxtVILGmhmulFSA2 { top:340px;left:143px;width:365px;height:17px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #ZTTFHwcXXh4nvuufPeOsmszsfz3zkM9n { top:403px;left:180px;width:327px;height:17px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 { display:block; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGhS99K5dDu9ZnWTxy1TBe5rTTf5Dnkl { top:25px;left:0px;width:764px;height:2827px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #GF2nhNxZEl2NsU1MkONLUO5TilavCK9i { display:block; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG1OMVqR9gAe13XIprwchpnxu7HR3TwQ { top:4px;left:0px;width:764px;height:213.8215358026px;display:block; }
 }@media only screen and (max-width: 763px) { #zO33HZWrBmm9CTQXA8lynIV14xr9LJUe { display:block; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2FrO5Vui26MQyLqre7vKHuktLsVUNFo { top:37px;left:0px;width:764px;height:113px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp { display:block; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oo5f1d9dLnoGCounZOx2Ifa6F5h3mWwD { top:37px;left:0px;width:635px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vR0ZlJEDwuBLRhK0s1hm2abM5JnpN8lw { top:25px;left:474px;width:290px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #iDMKLbPrd1QWCJm4oQKzGbhpLrvt1PG2 { top:44px;left:498px;width:266px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM { background-color:#8a6df1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { background-color: transparent; background-image: none; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container > .video-iframe-container { display: none; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row > .video-iframe-container { display: none; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .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); }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { border-width: 0; border-radius: 0; }#qD7ucpi45PiWTkQSS52bNPJvtEHrJkhM > .row .container { width:320px;height:325px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXy9IQZxoV714uvPB8ecHMHGdc77xSUp { width:302px;height:124px;top:48px;left:8.9861116409302px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A1MT39H6zJTpUadWAvNu5EmZfN8wkTqT { width:217px;height:55px;top:217px;left:43px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MgMX3MxIGQ7NTZgmvPLTugV3eSTpbgaK { width:55px;height:23.0898px;top:230px;left:175px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNOinUg8JiUN7T0PxCOsGXoD7bhwtWEL { width:52px;height:8px;top:255px;left:177px;display:block; }
 }@media only screen and (max-width: 763px) { #xoAZeQlDcAazJ4cF3ORoEIz3uzWdbTbG { width:122px;height:33.7891px;top:228px;left:32px;font-size:13px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { background-color: transparent; background-image: none; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container > .video-iframe-container { display: none; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row > .video-iframe-container { display: none; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .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); }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { border-width: 0; border-radius: 0; }#NTqlCuaEGtfx1teD9DwBpdLR8pdxqTUW > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyNSBJiwrJFTqLuai0REOqgvnyGxqEN3 { width:228.993px;height:24.3984px;top:16.302093505859px;left:45.48611164093px;font-size:18px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { background-color: transparent; background-image: none; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container > .video-iframe-container { display: none; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row > .video-iframe-container { display: none; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .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); }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { border-width: 0; border-radius: 0; }#BQJgdpWg0CXiGkRT0kqUnmA99vFVFDbS > .row .container { width:320px;height:1632px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRvAyTAprGz5kfblmFHPoshHs8DBFTV8 { width:265px;height:1578.7339px;top:10.972198486328px;left:26.979168891907px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 { background-color:#ffffff;background-image:none;display:block; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container { background-color: transparent; background-image: none; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container > .video-iframe-container { display: none; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row > .video-iframe-container { display: none; }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .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); }#Fqft7y1u6xCieFDkHKPFk5mOG3AFuUP2 > .row .container { width:320px;height:1706px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTCCO41Tg1RULDiQ9No9Tx63TEsUUW2S { width:160.99px;height:35.9896px;top:10px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDkrWa4mKhZOLidODHI8cEkcHfoVxX6T { width:310px;height:40px;top:68px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #BZF4IIBodaUKso60mpAa7vnMOXM0rK8L { width:310px;height:53px;top:618.99142177403px;left:4.9857950210571px;display:block; }
 }@media only screen and (max-width: 763px) { #wAyIwfnQmVrdvOUkCl9ilFboCsFGdsmE { width:200px;height:20.4922px;top:19px;left:60px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #S4pxEzgvUwHyrqZxecwhMcvy5mf7J6hb { width:200px;height:20.4922px;top:79px;left:60px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fHDDLvurTG4OBSNG6Ph4Beq8ZmD2oBhI { width:199.972px;height:20.4922px;top:934.13352203369px;left:59.488633155823px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #GvnXT1nkEFCWVe3PsvK43VOgtbizxSxm { width:310px;height:55px;top:680.31813049316px;left:4.9857950210571px;z-index:99992;display:block; }
 }@media only screen and (max-width: 763px) { #uNc3M6ulG3LZzf4Lpih9VwQ4WO7wLbmz { width:100px;height:15.5972px;top:159.98579406738px;left:20.997159004211px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #J26d8dPdItgN04kwQONmvdSFqmBqHLd2 { width:100px;height:15.5972px;top:262.69882202148px;left:15.994317054749px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FMqMKOCPUi7DIC5DoXz9ssrXxmueSC56 { width:310px;height:85px;top:320.67896270752px;left:4.9857950210571px;display:block; }
 }@media only screen and (max-width: 763px) { #Ftlppwi9KutmsITeZKrDmoA5gMkS78Z2 { width:100px;height:31.1719px;top:816.33518981934px;left:20.994317054749px;font-size:12px;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #hBWzCXCBLnaZNlwSeoHNW9VIvvvTmGUe { width:100px;height:31.1719px;top:629.36083984375px;left:20.994317054749px;font-size:12px;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #wpR6TB0PMJPprzWHNuDgZwZZugTmaczh { width:100px;height:15.5972px;top:995.35493190587px;left:20.994317054749px;font-size:12px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #ltihAWVsSi7ZeuTNnXwZvXVMwlrtf8lT { width:73.9915px;height:15.5972px;top:1536.2783203125px;left:20.994317054749px;font-size:12px;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #FEOwzBAfhtT6cBD3hr7vrGhcWkTx0GXG { top:894.97158813477px;left:0px;width:320px;height:5px;z-index:100034;background-color:#383333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bBlyshxk32mzQpeH4QwfZQkGF5mtzcCx { width:2px;height:68px;top:1652.984375px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #hMzFKDPyLK5XntmaHqakATxGfQz2Cfsc { width:320px;height:31.1111px;top:1197.9688644409px;left:0px;font-size:12px;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #PhvNeJJTaQ67dWzu1soraKlzBVyTGypM { width:310px;height:100px;top:118px;left:5px;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #kPd3Ippyh6HPxgmKpCgxBzwXSViZQT0B { width:0.989583px;height:100px;top:214.57641601562px;left:339.45485019684px;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #hxxUV41KQgPlixaDLoDlqoXEvtwrIU90 { width:310px;height:85px;top:228px;left:5px;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #ZT7toisd1nKGXTZTioAPIDwwwiWT9IqS { width:310px;height:62px;top:549.9857635498px;left:4.9857950210571px;z-index:99988;display:block; }
 }@media only screen and (max-width: 763px) { #wfGU6uiNLw0wOimef2k2XsMThzn8p8yO { width:310px;height:59px;top:480.98009490967px;left:4.9857950210571px;z-index:99987;display:block; }
 }@media only screen and (max-width: 763px) { #aa8hcTh0JUW7T1MDNQdaEOAuhyrpqR8i { width:310px;height:59px;top:412.96020507812px;left:4.9857950210571px;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #xIq6NAPzEQSTfTQ9NwumI6WWhIVhOqTB { width:310px;height:37px;top:743.44032287598px;left:4.9857950210571px;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #blIX28nN9UF8rWayFbTplkdgqKWUnoRt { width:136.989px;height:46.7578px;top:247.38067436218px;left:157.94033145905px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mcOHwaXamRIhSmM6pXvUtMtz1xVAG52e { width:175px;height:auto;top:88px;left:72px;font-size:12px;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #LHKCqFLOV6pTL3rmIxCb9UCOTzcGQTsZ { width:312px;height:91px;top:786.45167541504px;left:3.9914770126343px;display:block; }
 }@media only screen and (max-width: 763px) { #oITpFfATL7OfzwPVQhwxM7SDghT7Wp6g { width:110.994px;height:15.5972px;top:355.36931610107px;left:15.482953071594px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WQhfJmyyw5d7BA2Ha4ny7hghyDpnKrQf { width:150.994px;height:46.7578px;top:339.74429321289px;left:158.97727298737px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #VlCsCiBqx78qffAeZqMgK4hvw9Rr4hQ4 { width:139px;height:46.7578px;top:1046.7896652222px;left:157.99715518951px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #m8AyQIHDTasGCVRw6dCpiXeLtlgkkIIT { width:151.989px;height:46.7578px;top:1117.7272491455px;left:157.99715518951px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PsRO5whpC3is8wmRJ6t1lPeUqQ2LNfI0 { width:320px;height:60px;top:973.15353393555px;left:0px;z-index:99979;display:block; }
 }@media only screen and (max-width: 763px) { #lh96sppu0shGRJwK7T8eoShuWs2iPSZU { width:105px;height:15.5972px;top:436.19311523438px;left:20.994317054749px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #D91xMtvKKuXUfNJoNdTlDEl6uh2nQKn9 { width:320px;height:36.9886px;top:925.39772796631px;left:0px;z-index:99986;display:block; }
 }@media only screen and (max-width: 763px) { #MllCrzGLLZeFXXTWeWNe3NcPorgMF8W9 { width:125px;height:46.7578px;top:419.04827880859px;left:161.43465518951px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qc8uFOT4Iio2bnqMFqDGBLtfXwoOVLQT { width:155px;height:15.5972px;top:502.65612030029px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #OSeuFZIP2MCgS8Q7wnrP6ikmrfKvdSVA { width:320px;height:60px;top:1042.1447296143px;left:0px;z-index:99985;display:block; }
 }@media only screen and (max-width: 763px) { #GTwZkRCy6Q1EGR0DsNSRJM2tbcXcnXdg { width:151px;height:15.5972px;top:573.18176269531px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZxMmRWn8wlPE8aT6LzqtKTRzRQAoBl3T { width:320px;height:60px;top:1111.1362609863px;left:0px;z-index:99984;display:block; }
 }@media only screen and (max-width: 763px) { #ctEXM8lvzARrXv0TA09mpnXnsuqq4qL3 { width:116.989px;height:31.1719px;top:1398.5227050781px;left:12.485795021057px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #SBWm3txqpfRIeVEgSUZPFEynCfLsKhfC { width:127.983px;height:17.8945px;top:637.01699829102px;left:157.94033145905px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #bnbITRkuGi4FWZ1VESR9T6y3aPieg0Es { width:320px;height:60px;top:1181.1505508423px;left:0px;z-index:99983;display:block; }
 }@media only screen and (max-width: 763px) { #SyAEWDFwo4OuwUgdI8X6vzuzZAmzdbn2 { width:145px;height:31.1718px;top:692.21583278477px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #THllpAboFw9waUyfqmpHIlKhod5kTLD8 { width:320px;height:60px;top:1250.2982025146px;left:0px;z-index:99982;display:block; }
 }@media only screen and (max-width: 763px) { #R3FCPPDTG8TUDw5kkdLnNdG5878rW3Tp { width:131px;height:15.5972px;top:754.11919021606px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #b4GQ1cST5yAn7IM9fDLKGXnLlUaGdeID { width:132.997px;height:17.8945px;top:753.48008728027px;left:156.91477298737px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KPOFLNpen0X3mylfcZO88ZwfPe5iZkz5 { width:95px;height:15.5972px;top:1535.6391296387px;left:157.99715518951px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rK7exx0wfxNSOPENnTqKJftCgHgzaffO { width:320px;height:60px;top:1317.1363220215px;left:0px;z-index:99980;display:block; }
 }@media only screen and (max-width: 763px) { #pJ2qnIuSHcsbk6VrcBgMpoOrtCqGnJRE { width:112.983px;height:31.1719px;top:1616.8748779297px;left:6.9772729873657px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #rdyppZCBnttXcZxeGZhnHlG78nQdxfiX { width:155.994px;height:85.4726px;top:790.20450592041px;left:158.99999332428px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #sFg4ZQrxCKbrTmUnQFZhcrOatZEX99UW { width:157.997px;height:93.5156px;top:1586.2214660645px;left:157.99715518951px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pJ7SZhQMytuU7l2g3EVS409cmWOc1Lp2 { width:141.989px;height:46.7578px;top:487.07383728027px;left:158.94033145905px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pfKZvA3hChRCe7JD8pOzvTbJzyWLV2sD { width:135px;height:46.7578px;top:557.57098388672px;left:156.96022891998px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #CACZix1bdfOBtkE2dnKMN0n8GkAR5hIg { width:127.983px;height:15.5972px;top:1406.1788330078px;left:157.99715518951px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eMXW9NwuvTyFokimcU2Vlvz65lupsfmi { width:51.9886px;height:17.8945px;top:699.37483215332px;left:157.94033145905px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ylbvfyIUON6Cep2zh6dngC7XFGSovl5U { width:51.9602px;height:15.5972px;top:1470.6676025391px;left:158.97727298737px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #NVQHJVxkgnzUTcoVNB7BtrNNlt10CtzA { width:1px;height:125px;top:445px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #qp7Bh9D5bfPyDbvREg0Bq8q0bOwqV32r { width:2px;height:143px;top:1585.156275px;left:318px;display:none; }
 }@media only screen and (max-width: 763px) { #dFO88yTbnuso6m0GRFaUZW11NsN0dZow { width:100px;height:15.5972px;top:1064.3323364258px;left:20.994317054749px;font-size:12px;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #kUEbuAgRAa9MQq0rNw1NGhignuJiScyE { width:110.98px;height:15.5972px;top:1133.3237934113px;left:15.482953071594px;font-size:12px;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #AZZF9qomJLNf6zhBbtuxx1fFCqOERwgT { width:105px;height:15.5972px;top:1203.3524169922px;left:18.494317054749px;font-size:12px;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #WAUizCw6BpP5FRVF28FhLQZga4Cik68z { width:146px;height:15.5972px;top:1272.485748291px;left:0px;font-size:12px;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #kuVONrSEyWt8PAnueOuG40sfVVw3ZFkC { width:320px;height:60px;top:1384.1306304932px;left:0px;z-index:99981;display:block; }
 }@media only screen and (max-width: 763px) { #NK0lWqv7Xk3fgL7vbseZmktublkHmQ6b { width:320px;height:60px;top:1449.1107025146px;left:0px;z-index:99982;display:block; }
 }@media only screen and (max-width: 763px) { #aTnEl8qrTM3Sr9PMJpXSK4M1GvklZRlI { width:136px;height:31.1718px;top:1462.9830627441px;left:0px;font-size:12px;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #kzv4nkHJVL4FsNlIxckh5UM8NxRP1R0i { width:320px;height:60px;top:1514.1022338867px;left:0px;z-index:99983;display:block; }
 }@media only screen and (max-width: 763px) { #kUGIPcmhzJbl4BE7l7fep0C6lUwwZi5I { width:320px;height:108px;top:1579.0482788086px;left:0px;z-index:99984;display:block; }
 }@media only screen and (max-width: 763px) { #fILSnMI11PyZ34eZ8aDaGLT1dcPP53IJ { width:73.9915px;height:15.5972px;top:1339.3323669434px;left:33.991475105286px;font-size:12px;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #H6Uq0duHZc8JRpLGnRiK3ZcWaB6U9SLN { width:85.9943px;height:15.5972px;top:159.98579406738px;left:154.95737552643px;font-size:12px;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #P7T7DxPWHg5vHTFZE2ieEoEITTS19ZXL { width:145px;height:15.5972px;top:995.34098052979px;left:157.99715518951px;font-size:12px;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #W7twv8TNqRId4oyKValAMmMK7uIS3RVk { width:125px;height:46.7578px;top:1187.7556762695px;left:157.99715518951px;font-size:12px;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #lTZCqql98mVOKifErxtVILGmhmulFSA2 { width:141.989px;height:46.7578px;top:1256.8892822266px;left:157.99715518951px;font-size:12px;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTFHwcXXh4nvuufPeOsmszsfz3zkM9n { width:135px;height:46.7578px;top:1323.7359161377px;left:157.99715518951px;font-size:12px;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { background-color: transparent; background-image: none; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container > .video-iframe-container { display: none; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row > .video-iframe-container { display: none; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .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); }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { border-width: 0; border-radius: 0; }#Q7pgFIB3Nud7ewL6RgLCtikkikbODKR1 > .row .container { width:320px;height:6055.37484375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGhS99K5dDu9ZnWTxy1TBe5rTTf5Dnkl { width:265px;height:6046.422px;top:8.9756965637207px;left:26.979168891907px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #GF2nhNxZEl2NsU1MkONLUO5TilavCK9i { display:block; }#GF2nhNxZEl2NsU1MkONLUO5TilavCK9i > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG1OMVqR9gAe13XIprwchpnxu7HR3TwQ { width:320px;height:89.5508px;top:24.70703125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zO33HZWrBmm9CTQXA8lynIV14xr9LJUe { display:block; }#zO33HZWrBmm9CTQXA8lynIV14xr9LJUe > .row .container { width:320px;height:210px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2FrO5Vui26MQyLqre7vKHuktLsVUNFo { width:320px;height:154.4376px;top:20px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container { background-color: transparent; background-image: none; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container > .video-iframe-container { display: none; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row > .video-iframe-container { display: none; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .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); }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container { border-width: 0; border-radius: 0; }#oTsZHNh5sx5S04PoedJU1FVpJ3I2DJSp > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oo5f1d9dLnoGCounZOx2Ifa6F5h3mWwD { width:320px;height:41.5625px;top:15.989593505859px;left:0px;font-size:16px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vR0ZlJEDwuBLRhK0s1hm2abM5JnpN8lw { width:250px;height:51.9965px;top:71.979156494141px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #iDMKLbPrd1QWCJm4oQKzGbhpLrvt1PG2 { width:265.99px;height:24.3984px;top:86.284759521484px;left:26.475693702698px;font-size:18px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }