.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#f0f2f6;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ulRTEzeA/border_top.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8.adaptive-delivery-prevent-bg, #fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8.lazyload, #fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8.lazyloading { background-image: none; }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 > .row .container { background-color: transparent; background-image: none; }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 > .row .container > .video-iframe-container { display: none; }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 > .row > .video-iframe-container { display: none; }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 > .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); }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 > .row .container { border-width: 0; border-radius: 0; }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 > .row .container { font-size:14px;font-family:arial;height:82px;width:1200px;position:relative;display:block; }#umvKTTMpWWcPCF9uORqJLRmB6PcVZD4C { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:25px;width:136px;top:25px;left:16px;overflow:hidden;display:block; }
#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232937;background-image:url("https://images.assets-landingi.com/uc/dcc133b7-dc2b-4a98-b8f0-d5d0993301ba/Group3891.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe.adaptive-delivery-prevent-bg, #fuXPo1uOv5biuONFVfQopbR1y7BUzTEe.lazyload, #fuXPo1uOv5biuONFVfQopbR1y7BUzTEe.lazyloading { background-image: none; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container { background-color: transparent; background-image: none; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container > .video-iframe-container { display: none; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row > .video-iframe-container { display: none; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .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); }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container { border-width: 0; border-radius: 0; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container { font-size:14px;font-family:arial;height:519px;width:1200px;position:relative;display:block; }#dGJyvEU2Xnah0k0imrRi2P8hHxRfDAoD { color:#ffffff;display:block;width:477px;position:absolute;font-family:"red hat display";font-size:24px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:315.11363220215px;left:10px;height:155.9375px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gEUC8gUdf4rUFJT6nK7M1V85SHzvyw63 { position:absolute;display:block;z-index:15007;background-color:#31b3e3;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:226px;width:226px;top:63px;left:605px;display:block; }
#wf6W1RRRuCZoSE6GIkihFZoeTcCxWXf4 { color:#ffffff;display:block;width:138px;position:absolute;font-family:"red hat display";font-size:29px;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:119px;left:649px;height:113.062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nhk5aL6urTuhcVhAdJH0HPuKSWGfzX1k { color:#2ee3a9;display:block;width:500px;position:absolute;font-family:"red hat display";font-size:44px;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:62.8125px;left:10px;height:171.562px;text-align:left;text-align-last:left;display:block; }
#utmLADmm2ayIpWeMmidipbl2tQRaL1ht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#utmLADmm2ayIpWeMmidipbl2tQRaL1ht > .row .container { background-color: transparent; background-image: none; }#utmLADmm2ayIpWeMmidipbl2tQRaL1ht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utmLADmm2ayIpWeMmidipbl2tQRaL1ht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utmLADmm2ayIpWeMmidipbl2tQRaL1ht > .row .container > .video-iframe-container { display: none; }#utmLADmm2ayIpWeMmidipbl2tQRaL1ht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utmLADmm2ayIpWeMmidipbl2tQRaL1ht > .row > .video-iframe-container { display: none; }#utmLADmm2ayIpWeMmidipbl2tQRaL1ht > .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); }#utmLADmm2ayIpWeMmidipbl2tQRaL1ht > .row .container { border-width: 0; border-radius: 0; }#utmLADmm2ayIpWeMmidipbl2tQRaL1ht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utmLADmm2ayIpWeMmidipbl2tQRaL1ht > .row .container { font-size:14px;font-family:arial;height:384px;width:1200px;position:relative;display:block; }#ULvs5GmsozEoMwm2y5FoXeECi6ZHXFcm { color:#232936;display:block;width:551px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:38px;left:324.5px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#avep28BNckVm9FAkHl66uB9zhWGf3CLJ { position:absolute;display:block;z-index:15001;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:180px;width:188px;top:146px;left:50px;display:block; }
#vGOLl86JPtlmBJpG9mgNGcO6ICrqlkRO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:165px;left:104px;overflow:hidden;display:block; }
#gI3NDOkFWStRoRfTMKKqTcZZTCMQ7EPO { color:#232936;display:block;width:105px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:245px;left:92px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zW0lfapsynIJkqxhXyKNlkoiovpNXXER { position:absolute;display:block;z-index:15004;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:180px;width:188px;top:146px;left:278px;display:block; }
#dTuXeh4tymHGC2b9vkFUHsud42CHJGa4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:165px;left:332px;overflow:hidden;display:block; }
#dakCvxNgmviVBO2ScEKNtEg499IzChN5 { color:#232936;display:block;width:164px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:245px;left:290px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JlnTB1S4QuTBuVaPvnHrxUCzb4nQT5ou { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:180px;width:188px;top:146px;left:506px;display:block; }
#KTqD1C169KLTRlcpKLfE6UFB9q0nTh1B { color:#232936;display:block;width:164px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:245px;left:518px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UMtOewoAUKocQDb3W0908v6sQfS8uTXm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:152px;left:560px;overflow:hidden;display:block; }
#yLG3vk7RZbUFdN5gRch82iXRSrtxbhDZ { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:180px;width:188px;top:146px;left:734px;display:block; }
#x4FSqU8AkLX0IV2Akg1SqGfKVwZJ7WTg { color:#232936;display:block;width:164px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:245px;left:746px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cEWApUt1x555nk6klDVpImfKLs1zuCgD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:152px;left:788px;overflow:hidden;display:block; }
#rG3NIl9SbGQn95b62HKgBTOTrkUbVOKO { position:absolute;display:block;z-index:15013;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:180px;width:188px;top:146px;left:962px;display:block; }
#fgK23u9qc2iydZa8lRbQ3a6WtmZxkA7n { color:#232936;display:block;width:170px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:245px;left:971px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wq4c4o71p2OsyKKrKVtqWRTSPFNfzqwZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:152px;left:1016px;overflow:hidden;display:block; }
#szmHlodcyzutE9wXPXp4nz1a259QSCPo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#szmHlodcyzutE9wXPXp4nz1a259QSCPo > .row .container { background-color: transparent; background-image: none; }#szmHlodcyzutE9wXPXp4nz1a259QSCPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmHlodcyzutE9wXPXp4nz1a259QSCPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmHlodcyzutE9wXPXp4nz1a259QSCPo > .row .container > .video-iframe-container { display: none; }#szmHlodcyzutE9wXPXp4nz1a259QSCPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szmHlodcyzutE9wXPXp4nz1a259QSCPo > .row > .video-iframe-container { display: none; }#szmHlodcyzutE9wXPXp4nz1a259QSCPo > .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); }#szmHlodcyzutE9wXPXp4nz1a259QSCPo > .row .container { border-width: 0; border-radius: 0; }#szmHlodcyzutE9wXPXp4nz1a259QSCPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szmHlodcyzutE9wXPXp4nz1a259QSCPo > .row .container { font-size:14px;font-family:arial;height:235px;width:1200px;position:relative;display:block; }#SvfS9ZeIao1XaQsBCiauVEoqCTmAty9p { position:absolute;display:block;z-index:15001;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:180px;width:188px;top:19px;left:164px;display:block; }
#iJVCgT9HRTzTr77pxVkpuKIl986r2tz0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:38px;left:218px;overflow:hidden;display:block; }
#XC8uQTg9oGlH0k9WTbQyifmpeQCA7Ndk { color:#232936;display:block;width:145px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:118px;left:185.5px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JFFFFWkZMbW78S6F0pLzZ7MrABTXctul { position:absolute;display:block;z-index:15004;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:180px;width:188px;top:19px;left:392px;display:block; }
#vn4BWF7gBLn5zZcLq97BXWpOooNa62PL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:38px;left:446px;overflow:hidden;display:block; }
#RTRVJbi8TBizpzqpbAFA2mVWoTGNJ3W4 { color:#232936;display:block;width:164px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:118px;left:404px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBae0D06lNh40Ubzd6AJXqPTISh9fT45 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:180px;width:188px;top:19px;left:620px;display:block; }
#wtcMIERKTwSZwH98P20XCiBIkVXvElMW { color:#232936;display:block;width:173px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:118px;left:627.5px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5J7qDvyRv25OQBB7Vei040RSoRlOElU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:25px;left:674px;overflow:hidden;display:block; }
#nUMga2hIMGtgGHplvy3Zh4Mv2y3lycf0 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:180px;width:188px;top:19px;left:848px;display:block; }
#kHZgZuvUxOws8oKL58G28TcWVDiNHz1R { color:#232936;display:block;width:179px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:118px;left:852.5px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r5zMgeByrNwKVLrvpukUIMwprTdN9sXB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:25px;left:902px;overflow:hidden;display:block; }
#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX > .row .container { background-color: transparent; background-image: none; }#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX > .row .container > .video-iframe-container { display: none; }#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX > .row > .video-iframe-container { display: none; }#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX > .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); }#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX > .row .container { border-width: 0; border-radius: 0; }#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX > .row .container { font-size:14px;font-family:arial;height:112px;width:1200px;position:relative;display:block; }#lmAPMV0RuVDUmWCd6NtTDmo4S1dG8was { color:#232936;display:block;width:551px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:32px;left:324.5px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b > .row .container { background-color: transparent; background-image: none; }#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b > .row .container > .video-iframe-container { display: none; }#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b > .row > .video-iframe-container { display: none; }#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b > .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); }#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b > .row .container { border-width: 0; border-radius: 0; }#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b > .row .container { font-size:14px;font-family:arial;height:653px;width:1200px;position:relative;display:block; }#NepiPNt1pc2D44yuvO6ggGKwoG2Zfduu { position:absolute;display:block;z-index:15000;background-color:#232936;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:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:100px;width:1200px;top:12px;left:0px;display:block; }
#xraWZfFJaSEsUnknhq46iShMrPLWtWlF { color:#ffffff;display:block;width:653px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:42.5px;left:50px;height:39px;display:block; }
#BTlmG8t98UJfhLUQvSXpreJFcPUTJ0DH { position:absolute;display:block;z-index:15002;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 3px 6px rgba(217,217,217,0.5) ;height:453px;width:1200px;top:142px;left:0px;display:block; }
#FrO4UlJT6nbMouyyFAx0RIMOAASmXg2h { color:#232936;display:block;width:611px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:167.40625px;left:20px;height:;display:block; }#FrO4UlJT6nbMouyyFAx0RIMOAASmXg2h li:not(:first-child){ padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0; }#FrO4UlJT6nbMouyyFAx0RIMOAASmXg2h li:before{  }
#ywCTooP4L9Sc5kEB0otiIy1NwUrd6M5T { position:absolute;display:block;z-index:15004;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:197.40625px;left:19px;display:block; }
#udnqtm1zSrskdoaI9NPrr2lk8gnBxrKG { position:absolute;display:block;z-index:15005;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:237px;left:20px;display:block; }
#VDtTXLa4g6dpTx2E1IHv3KgJtqrHEOAb { position:absolute;display:block;z-index:15006;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:276px;left:20px;display:block; }
#fdVzvJLDW6skzC6aAXHeBPcFZsUNAfGT { position:absolute;display:block;z-index:15007;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:320px;left:20px;display:block; }
#BUuTgrdqF4CH8ILL0Xyqz9Rp5pcvnEVN { position:absolute;display:block;z-index:15008;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:360px;left:20px;display:block; }
#qlyqEsEIL96FsuPwOSZ6mq63f1orzbyN { position:absolute;display:block;z-index:15009;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:403px;left:19px;display:block; }
#QKP4laOFinp22NSAKZb9fQdXW5c0udJN { position:absolute;display:block;z-index:15010;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:442px;left:19px;display:block; }
#rfTPBWTNt8TFNDnlXnw5M2Und1yLqNCE { position:absolute;display:block;z-index:15011;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:482px;left:19px;display:block; }
#XXKEBhDKXgZcgacN8FTGZ4v3hgsaXD0L { position:absolute;display:block;z-index:15012;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:527px;left:19px;display:block; }
#TvPyXFwa7fz6FT4F2Wwp57C4kCkxlnE0 { position:absolute;display:block;z-index:15013;height:272px;width:484px;top:197.40625px;left:694px;display:block; }
#C1JCZaZpgDzDzNZmMlcxE9ioTEZkOxoO { color:#232936;display:block;width:415px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:497.09375px;left:728.5px;height:41.5938px;text-align:center;text-align-last:center;display:block; }
#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h > .row .container { background-color: transparent; background-image: none; }#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h > .row .container > .video-iframe-container { display: none; }#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h > .row > .video-iframe-container { display: none; }#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h > .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); }#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h > .row .container { border-width: 0; border-radius: 0; }#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h > .row .container { font-size:14px;font-family:arial;height:653px;width:1200px;position:relative;display:block; }#DScVqsln9sw5TblkJtLA8BJiilmbPeXE { position:absolute;display:block;z-index:15000;background-color:#232936;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:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:100px;width:1200px;top:12px;left:0px;display:block; }
#s4aC2EMbR92MvI9zR9GWcrQqZCffM63d { color:#ffffff;display:block;width:653px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:42.5px;left:50px;height:39px;display:block; }
#Sq3xpIVOQrq3Ll8iz7gc0nLWVIprxNc0 { position:absolute;display:block;z-index:15002;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 3px 6px rgba(217,217,217,0.5) ;height:453px;width:1200px;top:142px;left:0px;display:block; }
#Do8AOxR9k33SvBaXB2mr9hCrVqls9Opu { color:#232936;display:block;width:611px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:167.40625px;left:20px;height:;display:block; }#Do8AOxR9k33SvBaXB2mr9hCrVqls9Opu li:not(:first-child){ padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0; }#Do8AOxR9k33SvBaXB2mr9hCrVqls9Opu li:before{  }
#BZ556SQemlg8xKpGzQ0bdvTPnGR5tV9l { position:absolute;display:block;z-index:15004;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:197.40625px;left:19px;display:block; }
#BTg1zsvbXxySHcEDAoVQXgG99s4JyTTp { position:absolute;display:block;z-index:15005;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:237px;left:20px;display:block; }
#cdKD9PSD0c4q3xNXZJfEZEypowBy4S21 { position:absolute;display:block;z-index:15006;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:276px;left:20px;display:block; }
#SXEr9oMT7B4iFwXlvtPaU7JgF0nKw06E { position:absolute;display:block;z-index:15007;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:320px;left:20px;display:block; }
#H2LJFd3DRTTJvNqfgMNClUTxTAPwnMvv { position:absolute;display:block;z-index:15008;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:359.99998474121px;left:20px;display:block; }
#BqaQJReC3cZnJVPRPTGBgNET33moQCSK { position:absolute;display:block;z-index:15009;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:403px;left:19px;display:block; }
#R5Mb8rirsJTJTrSSnJgyMMqn4PNFS39s { position:absolute;display:block;z-index:15010;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:442px;left:19px;display:block; }
#Mt2RmtDKU7z9KhCHQPvrx7b0THLVTeni { position:absolute;display:block;z-index:15011;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:482px;left:19px;display:block; }
#tRrWIcEpno3BcbKaadIgZVzPebI5yexn { position:absolute;display:block;z-index:15012;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:527px;left:19px;display:block; }
#pr5yWTsDTqWJ4a9akIDSXwMdw7PRoPMN { position:absolute;display:block;z-index:15013;height:272px;width:484px;top:197.40625px;left:694px;display:block; }
#SXKG91eK8q7XNiEaTl8I7vdui3ZunZsU { color:#232936;display:block;width:415px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:497.09375px;left:728.5px;height:41.5938px;text-align:center;text-align-last:center;display:block; }
#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs > .row .container { background-color: transparent; background-image: none; }#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs > .row .container > .video-iframe-container { display: none; }#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs > .row > .video-iframe-container { display: none; }#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs > .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); }#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs > .row .container { border-width: 0; border-radius: 0; }#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs > .row .container { font-size:14px;font-family:arial;height:653px;width:1200px;position:relative;display:block; }#fRoCRc9nvQaE3FsIGJLhH80qfyDyQftf { position:absolute;display:block;z-index:15000;background-color:#232936;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:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:100px;width:1200px;top:12px;left:0px;display:block; }
#bpcI7XXTA7Zd8GdbUcwT6b8ytG7maDcI { color:#ffffff;display:block;width:653px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:42.5px;left:50px;height:39px;display:block; }
#ANesH8TRExwnbx8rMCqWIyGHTGriTzpm { position:absolute;display:block;z-index:15002;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 3px 6px rgba(217,217,217,0.5) ;height:453px;width:1200px;top:142px;left:0px;display:block; }
#Oy0wWxTBELdLd5SO26TlnOTBLOAsX2vI { color:#232936;display:block;width:611px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:167.40625px;left:20px;height:408.766px;display:block; }#Oy0wWxTBELdLd5SO26TlnOTBLOAsX2vI li:not(:first-child){ padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0; }#Oy0wWxTBELdLd5SO26TlnOTBLOAsX2vI li:before{  }
#Qb5uurknOQdJhFBNll5pGRBt7kQq1ugc { position:absolute;display:block;z-index:15004;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:197.40625px;left:19px;display:block; }
#cJI8EHBTTeABND9RPozqcOsr588FRigt { position:absolute;display:block;z-index:15005;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:237px;left:20px;display:block; }
#XZn1Ve2c1IkrSBitPdzDEeIIZrnEw07h { position:absolute;display:block;z-index:15006;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:276px;left:20px;display:block; }
#p2eI5JNS7wJ5iZcoowzEIfnKbq8piX40 { position:absolute;display:block;z-index:15007;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:340px;left:20px;display:block; }
#SNGB3bc6FxeKgFLVcr1Xn2xTT0iNKblE { position:absolute;display:block;z-index:15008;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:379.984375px;left:20px;display:block; }
#ZdeeqroAoGxmOXvCPbJv3SqVhmL9D9fw { position:absolute;display:block;z-index:15009;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:423px;left:19px;display:block; }
#Wv5qNa1uNiI3F0WqrNU9Qpv1aC70aWBh { position:absolute;display:block;z-index:15010;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:462px;left:19px;display:block; }
#GFhcGWuhHoE03qzftfbTysIAQrCOoeUx { position:absolute;display:block;z-index:15011;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:502px;left:19px;display:block; }
#PZQH7Z4fJFwO6GCmSOTX1NWmvSG5bMZp { position:absolute;display:block;z-index:15012;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:547px;left:19px;display:block; }
#Pwo67TqwdvPRZKJlf78oObhSBiiwflL1 { position:absolute;display:block;z-index:15013;height:272px;width:484px;top:197.40625px;left:694px;display:block; }
#LLR1HhIGcmvSJAVJfCcTTZPTNbwMkOpK { color:#232936;display:block;width:484px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:502px;left:694px;height:41.5938px;text-align:center;text-align-last:center;display:block; }
#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt > .row .container { background-color: transparent; background-image: none; }#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt > .row .container > .video-iframe-container { display: none; }#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt > .row > .video-iframe-container { display: none; }#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt > .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); }#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt > .row .container { border-width: 0; border-radius: 0; }#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt > .row .container { font-size:14px;font-family:arial;height:653px;width:1200px;position:relative;display:block; }#bnxMOIX6OsLfAb2spi0x0AWKJ3vs19hA { position:absolute;display:block;z-index:15000;background-color:#232936;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:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:100px;width:1200px;top:12px;left:0px;display:block; }
#c1VUUTmpRqfCN7tVkGsWHewFniHNKQPm { color:#ffffff;display:block;width:788px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:42.5px;left:50px;height:39px;display:block; }
#wW93O1LK2KIq11Uwu1vIHBnTs0Lr1BFP { position:absolute;display:block;z-index:15002;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 3px 6px rgba(217,217,217,0.5) ;height:453px;width:1200px;top:142px;left:0px;display:block; }
#zNECC9COoXpA6TAvADbDU2rDJf5hwPJR { color:#232936;display:block;width:672px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:167.40057373047px;left:20px;height:387.969px;display:block; }#zNECC9COoXpA6TAvADbDU2rDJf5hwPJR li:not(:first-child){ padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0; }#zNECC9COoXpA6TAvADbDU2rDJf5hwPJR li:before{  }
#f16nurFv0JALKSCWi1c0TmntfEATx7dS { position:absolute;display:block;z-index:15004;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:197.40625px;left:19px;display:block; }
#qk98KGDpDZgOaSPCK8qdXPSiXlVrItpG { position:absolute;display:block;z-index:15005;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:237px;left:20px;display:block; }
#qTcoTOdQW1LJUwByPD2M6d0latHgXMM0 { position:absolute;display:block;z-index:15006;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:276px;left:20px;display:block; }
#yQCWZ0QWMVkoJBzrAWIb0tJADWT4S7am { position:absolute;display:block;z-index:15007;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:318px;left:20px;display:block; }
#amB0KQBbGiBiRh4Rv7oVdl8OS2JSOJQp { position:absolute;display:block;z-index:15008;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:363px;left:20px;display:block; }
#cZ8KbsQJyTpVmTDtyLCWUL7LoRQOq7PL { position:absolute;display:block;z-index:15009;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:400.99713134766px;left:18.991455078125px;display:block; }
#gdrLBks6eI9kkwzC9zZXx41oyh2UFZtS { position:absolute;display:block;z-index:15010;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:443.98864746094px;left:18.991455078125px;display:block; }
#ExchTd27F6vcZqNX6RANcQQxApwrziTn { position:absolute;display:block;z-index:15011;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:482.98864746094px;left:18.991455078125px;display:block; }
#VuvZITgtUM843JwTeHZ83kqZuUNDlymE { position:absolute;display:block;z-index:15012;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:523.98864746094px;left:18.991455078125px;display:block; }
#rmWbLyNtuAi7e6dyLm8r0zzkGoakcwSZ { position:absolute;display:block;z-index:15013;height:272px;width:484px;top:197.40625px;left:694px;display:block; }
#l1kyZcZ4fgTSzrc1QhwRRttNueoBM62d { color:#232936;display:block;width:430.994px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:482.98291778564px;left:720.46868896484px;height:62.3907px;text-align:center;text-align-last:center;display:block; }
#QTz8i9VXacVUnuApitKSRaSUik73qSeE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTz8i9VXacVUnuApitKSRaSUik73qSeE > .row .container { background-color: transparent; background-image: none; }#QTz8i9VXacVUnuApitKSRaSUik73qSeE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTz8i9VXacVUnuApitKSRaSUik73qSeE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTz8i9VXacVUnuApitKSRaSUik73qSeE > .row .container > .video-iframe-container { display: none; }#QTz8i9VXacVUnuApitKSRaSUik73qSeE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTz8i9VXacVUnuApitKSRaSUik73qSeE > .row > .video-iframe-container { display: none; }#QTz8i9VXacVUnuApitKSRaSUik73qSeE > .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); }#QTz8i9VXacVUnuApitKSRaSUik73qSeE > .row .container { border-width: 0; border-radius: 0; }#QTz8i9VXacVUnuApitKSRaSUik73qSeE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTz8i9VXacVUnuApitKSRaSUik73qSeE > .row .container { font-size:14px;font-family:arial;height:653px;width:1200px;position:relative;display:block; }#qwBLZIxwVAWu7pkx16Lb9vafqP5bTlqf { position:absolute;display:block;z-index:15000;background-color:#232936;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:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:100px;width:1200px;top:12px;left:0px;display:block; }
#CeBDc3dhnupEor0Hx7E00y2PsZRe4fiR { color:#ffffff;display:block;width:788px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:42.5px;left:50px;height:39px;display:block; }
#oUDI6hawt3hUILccSlQBgCIwgdS3MsS4 { position:absolute;display:block;z-index:15002;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 3px 6px rgba(217,217,217,0.5) ;height:453px;width:1200px;top:142px;left:0px;display:block; }
#kF9TJfyGaubEsETDMtk7A9mHi7rT5xgn { color:#232936;display:block;width:672px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:167.40057373047px;left:20px;height:;display:block; }#kF9TJfyGaubEsETDMtk7A9mHi7rT5xgn li:not(:first-child){ padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0; }#kF9TJfyGaubEsETDMtk7A9mHi7rT5xgn li:before{  }
#aWUnAqLrkbgXRoBBQlbB9kedapWRQmbL { position:absolute;display:block;z-index:15004;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:197.40625px;left:19px;display:block; }
#gDA4hbfJznvyOiMb4Bo1kSR129gDE8bo { position:absolute;display:block;z-index:15005;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:237px;left:20px;display:block; }
#Mzn3ZJLeVk8GdErpS2PqtbBvJ8wbAifs { position:absolute;display:block;z-index:15006;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:276px;left:20px;display:block; }
#EA7HLTz6nhlFs9HdKf2JDTuXsqkR4KE1 { position:absolute;display:block;z-index:15007;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:318px;left:20px;display:block; }
#NEkyMBhPnHhEKU0oH8eSIN85pyOcc5R3 { position:absolute;display:block;z-index:15008;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:363px;left:20px;display:block; }
#E6bwDHhwQDOX4kLl7csPThcx5ZSypr4e { position:absolute;display:block;z-index:15009;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:400.99713134766px;left:18.991455078125px;display:block; }
#b7tL67T5v4Rd0Lp9SEzPbbcp8fyDFfal { position:absolute;display:block;z-index:15010;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:443.98864746094px;left:18.991455078125px;display:block; }
#L4ukB1HRAgGTb9nxWvQb0oSSfID9pcTF { position:absolute;display:block;z-index:15011;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:482.98864746094px;left:18.991455078125px;display:block; }
#hhZ9iA22U8PQwsKf4fLSab3yEt0l3cc7 { position:absolute;display:block;z-index:15012;background-color:#2ee3a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:613px;top:523.98864746094px;left:18.991455078125px;display:block; }
#ZQppRMp0016FyahxK5vtgV3tHxoFgQ1l { position:absolute;display:block;z-index:15013;height:272px;width:484px;top:197.40625px;left:694px;display:block; }
#cQ0g5TOsqwRyWc1JXViv69mfuuRcw5No { color:#232936;display:block;width:430.994px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:482.98291778564px;left:720.46868896484px;height:41.5938px;text-align:center;text-align-last:center;display:block; }
#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP > .row .container { background-color: transparent; background-image: none; }#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP > .row .container > .video-iframe-container { display: none; }#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP > .row > .video-iframe-container { display: none; }#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP > .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); }#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP > .row .container { border-width: 0; border-radius: 0; }#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP > .row .container { font-size:14px;font-family:arial;height:87px;width:1200px;position:relative;display:block; }#oiVC8goq1qqa5ro9rnw6uB5fCym9ZNhy { color:#232936;display:block;width:550.994px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.977264404297px;left:324.48858642578px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b > .row .container { background-color: transparent; background-image: none; }#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b > .row .container > .video-iframe-container { display: none; }#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b > .row > .video-iframe-container { display: none; }#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b > .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); }#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b > .row .container { border-width: 0; border-radius: 0; }#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b > .row .container { font-size:14px;font-family:arial;height:250px;width:1200px;position:relative;display:block; }#w87ZVSQ7RssrJbMus0c3HqEQmadFVKVp { position:absolute;display:block;z-index:15001;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:195px;width:260px;top:23.991485595703px;left:24.991455078125px;display:block; }
#qXoQ8eNAz2dJCU1lSuUxvRADIqkiHwq5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:45.99430847168px;left:114.99145507812px;overflow:hidden;display:block; }
#SuGKOSm18QqP1oS22d4r93bsooblK4i5 { color:#232936;display:block;width:145px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:154.99999237061px;left:81.994293212891px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtgX5FftfBnRDW8SPpugw2EvF8svLUuU { position:absolute;display:block;z-index:15004;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:195px;width:260px;top:24px;left:324px;display:block; }
#KZKfV8hhxVApqsmTLxiblTxzXMXhkvqS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:46px;left:414px;overflow:hidden;display:block; }
#XQeOTUBRFr9Jp5654lua6ENaclT3uxZw { color:#232936;display:block;width:157.997px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:144px;left:375px;height:62.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yOSmvEwnHqkv166FeXbOFMqHGyiI1Xfy { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:195px;width:260px;top:24px;left:616px;display:block; }
#VSgzPIaDiDknQXhlv74LMutDdL3pzeC4 { color:#232936;display:block;width:172.997px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:144px;left:659px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9QVwJZ57LFHPGoHfBSgvymAyGuXRW9J { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:46px;left:706px;overflow:hidden;display:block; }
#mEDan7AJUqoTFRp95Fp2TPSEJNl2MqmV { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 3px 6px #d9d9d9 ;height:195px;width:260px;top:20px;left:916.99426269531px;display:block; }
#f3m2DHmbhiaFia6F46HXT5820GipxzKC { color:#232936;display:block;width:178.991px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:147.99714660645px;left:957.98864746094px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#klczkVCC4vLTCbiudLPI1KbeOUmmaGes { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:80px;width:80px;top:45.951705932617px;left:1006.9942626953px;overflow:hidden;display:block; }
#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 > .row .container { background-color: transparent; background-image: none; }#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 > .row .container > .video-iframe-container { display: none; }#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 > .row > .video-iframe-container { display: none; }#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 > .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); }#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 > .row .container { border-width: 0; border-radius: 0; }#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 > .row .container { font-size:14px;font-family:arial;height:415px;width:1200px;position:relative;display:block; }#fdX8ey9LJwd9DB9aoo9U8FqD7TVPqBhT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:140px;width:140px;top:115.95169067383px;left:211.37783813477px;overflow:hidden;display:block; }
#zqvKrEuXVT71dcI3DiUN77LrooscCz89 { color:#232936;display:block;width:198.991px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:281.40625px;left:181.84658813477px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2xSh7d3gyACFQtp2Px7msqrOLyOybKW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:140px;width:140px;top:115.9375px;left:397.96875px;overflow:hidden;display:block; }
#o8vAuph7Neihoaho0iZc8LLFROKW5qFA { color:#232936;display:block;width:174px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:280px;left:380.99432373047px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJa6M6kJqCNOWk1Eli4z7clkv2OBPfpx { color:#232936;display:block;width:200px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:281.40625px;left:586.875px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cPr3EeT8QiOQTh8XtWri1EHvSuO79O3g { color:#232936;display:block;width:163.977px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:281.40625px;left:807.3720703125px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nkokCkX8doOTuZ1tnPWZ6y2KSkRZlQdV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:140px;width:140px;top:115.9375px;left:819.375px;overflow:hidden;display:block; }
#v0mO6PtK7xSgZ1U27mJiVXH8PRBgddna { position:absolute;display:block;z-index:15116;border-top:1px solid rgba(58,58,58,0.44);border-left:1px solid rgba(58,58,58,0.44);border-right:1px solid rgba(58,58,58,0.44);border-bottom:1px solid rgba(58,58,58,0.44);border-top-left-radius:5000px;border-top-right-radius:5000px;border-bottom-left-radius:5000px;border-bottom-right-radius:5000px;height:140px;width:140px;top:115px;left:615.99426269531px;overflow:hidden;display:block; }
#z64lKZgeSfHolLuXVCL181dha6r91g1U { color:#232936;display:block;width:550.966px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:54.204528808594px;left:324.44598388672px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pl0imVEiK0kLeBVa47Dq33qNLaOq0nIL { position:absolute;display:block;z-index:14999;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 3px 7px #d9d9d9 ;height:362px;width:1150px;top:17.215911865234px;left:24.971588134766px;display:block; }
#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D > .row .container { background-color: transparent; background-image: none; }#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D > .row .container > .video-iframe-container { display: none; }#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D > .row > .video-iframe-container { display: none; }#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D > .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); }#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D > .row .container { border-width: 0; border-radius: 0; }#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D > .row .container { font-size:14px;font-family:arial;height:289px;width:1200px;position:relative;display:block; }#iT06Qbzq4xPVmtqtXZSoUfhT471Tq7rv { color:#232936;display:block;width:550.966px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:43.053985595703px;left:324.48858642578px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#olGdSTIbIeVJuG4JakyFOTbZ8iUKvWyo { position:absolute;display:block;z-index:15000;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 3px 7px #d9d9d9 ;height:145.994px;width:1150px;top:111.77555847168px;left:25px;display:block; }
#htWkoeyIhEP2Z6mRVGk13lb5JDzcbVxI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:73px;width:121px;top:148.23863220215px;left:297.96875px;overflow:hidden;display:block; }
#M068vecJqr9hUp1klPw1gcCuQKFz71cB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:73px;width:121px;top:148.23863220215px;left:455.46875px;overflow:hidden;display:block; }
#VQCPDFCA8QHvBfssUayXerq3vqTI7JGh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:73px;width:155px;top:148.23863220215px;left:608.99145507812px;overflow:hidden;display:block; }
#WtFyXTFTubyVSXVgwfwr4upCeE8U8LbN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:73px;width:121px;top:148.23863220215px;left:789.97155761719px;overflow:hidden;display:block; }
#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h > .row .container { background-color: transparent; background-image: none; }#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h > .row .container > .video-iframe-container { display: none; }#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h > .row > .video-iframe-container { display: none; }#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h > .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); }#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h > .row .container { border-width: 0; border-radius: 0; }#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h > .row .container { font-size:14px;font-family:arial;height:315px;width:1200px;position:relative;display:block; }#f5ugxS4Z1FhK8FIT40mOtTG3kMAq2ngG { color:#232936;display:block;width:550.966px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.05712890625px;left:324.48858642578px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2cMSgcLrUv8hxwXk2Jn2LiTHoPhslt9 { position:absolute;display:block;z-index:15005;background-color:#232936;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 3px 6px #d9d9d9 ;height:140px;width:360px;top:114.31817626953px;left:20px;display:block; }
#znlDzi7iq4qXxHFzTKTFl3v2IN40hsMX { color:#ffffff;display:block;width:187.997px;position:absolute;font-family:"red hat display";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:158.30966186523px;left:105.98010253906px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZyT5ndTqnsHWTBKBHPEQhsmRDwPslQcw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:44px;width:44px;top:122.34375px;left:330px;overflow:hidden;display:block; }
#tHcaxeTHFVdr0HxuS0dr1LssLnruLBnX { position:absolute;display:block;z-index:15008;background-color:#232936;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 3px 6px #d9d9d9 ;height:140px;width:360px;top:114px;left:420px;display:block; }
#gy1NcKxvxmoMb8iF7M6z3nGSuvvU5C9I { color:#ffffff;display:block;width:187.997px;position:absolute;font-family:"red hat display";font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:158px;left:506px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GWmws6Tf1VKRSsEFqty6KIrQC6fxPsbk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:44px;width:44px;top:122px;left:730px;overflow:hidden;display:block; }
#hbdyqL8yH3CXmG5LF5BK304rUeuTtyUU { position:absolute;display:block;z-index:15011;background-color:#232936;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 0 3px 6px #d9d9d9 ;height:140px;width:360px;top:114px;left:820px;display:block; }
#fAADx6vDSQrz4xloB3N2BmpKbMKbRgF3 { color:#ffffff;display:block;width:302.997px;position:absolute;font-family:"red hat display";font-size:20px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:158.30966186523px;left:848.49426269531px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OXLlm2g1Kar7O7RmqIyGCp4ASNyrTxpk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:44px;width:44px;top:122px;left:1130px;overflow:hidden;display:block; }
#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv > .row .container { background-color: transparent; background-image: none; }#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv > .row .container > .video-iframe-container { display: none; }#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv > .row > .video-iframe-container { display: none; }#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv > .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); }#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv > .row .container { border-width: 0; border-radius: 0; }#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv > .row .container { font-size:14px;font-family:arial;height:154px;width:1200px;position:relative;display:block; }#QsTR9sS4Tz4RshyAZT9v7x6paAw2QNce { color:#232936;display:block;width:677.997px;position:absolute;font-family:"red hat display";font-size:40px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.048309326172px;left:260.98010253906px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m0po3GsvztydMiMCOgnxwWaObhBbWHCr { border-top:10px solid #ffffff;border-left:0;border-right:0;border-bottom:0;background-color:#232936;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row .container { background-color: transparent; background-image: none; }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row .container > .video-iframe-container { display: none; }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row > .video-iframe-container { display: none; }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .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); }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row .container { border-width: 0; border-radius: 0; }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row .container { font-size:14px;font-family:arial;height:265px;width:1200px;position:relative;display:block; }#glcvxLOVhAlkxRhmogrkV0rUR3KRuCU1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:46px;width:190px;top:200px;left:976.5px;overflow:hidden;display:block; }
#nTqkTukRNd1fWd60Ez9I04ZMGv0zR0A1 { color:#ffffff;display:block;width:159px;position:absolute;font-family:"red hat display";font-size:20px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:79px;left:1041px;height:26px;display:block; }
#wp91GHUnCUCV4n7NK4J0RqIduTII4XpS { color:#ffffff;display:block;width:159px;position:absolute;font-family:"red hat display";font-size:18px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:141px;left:1041px;height:23.4028px;display:block; }
#QvrI02SFO1dS8VHpOiWqq5p1O0fhDndT { color:#ffffff;display:block;width:159px;position:absolute;font-family:"red hat display";font-size:20px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:54px;left:1041px;height:26px;display:block; }
#kgiSGA0bktLN56w49GOAUcHal6CXwhV5 { color:#ffffff;display:block;width:100px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:48px;left:13px;height:20.7969px;display:block; }
#tCbTk4DfXgyseFkwKP4giSxyGRqnUlhW { color:#ffffff;display:block;width:100px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:83px;left:13px;height:20.7969px;display:block; }
#RHdsynOxZTMXI3kdlTGELTcvp9qhyUHV { color:#ffffff;display:block;width:100px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:118px;left:13px;height:20.7969px;display:block; }
#IiDMTq8KxON4mwFpzCAmNhK50XsoUomm { color:#ffffff;display:block;width:100px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:154px;left:13px;height:20.7969px;display:block; }
#MBBJdILTXgyG4DNshmNMvpFpDBawoM2a { color:#ffffff;display:block;width:100px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:51px;left:207px;height:20.7969px;display:block; }
#gTLLgyfH2fzV1IfQzGInfGeWmv7Se77N { color:#ffffff;display:block;width:154px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:85px;left:207px;height:20.7969px;display:block; }
#wy41wumKsNa1qyixndhCabxsmvP9FIRP { color:#ffffff;display:block;width:100px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:122px;left:207px;height:20.7969px;display:block; }
#kdqSKxNg0A8DP7SkcH30LAQkxQPJVbJu { color:#ffffff;display:block;width:200px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:51px;left:436px;height:20.7969px;display:block; }
#aAkLka8prgBUSPMDbMmb1c0y5uJb2HiI { color:#ffffff;display:block;width:200px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:85px;left:436px;height:20.7969px;display:block; }
#D6y6gtTyHaFLi9lQ2oETgeme6QMhBblt { color:#ffffff;display:block;width:151px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:122px;left:436px;height:20.7969px;display:block; }
#ZgsB3ShO94rATTHvL8n36To7KSo51nZ8 { color:#ffffff;display:block;width:200px;position:absolute;font-family:"red hat display";font-size:16px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:48px;left:753px;height:83.1875px;display:block; }
#ct4ufFq7QRImtOXh7x0H4lWtdNZh0XrH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:57px;width:57px;top:49px;left:976.5px;overflow:hidden;display:block; }
#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3d80;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { background-color: transparent; background-image: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .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); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { border-width: 0; border-radius: 0; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { font-size:14px;font-family:"open sans";height:1px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 { display:block; }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #umvKTTMpWWcPCF9uORqJLRmB6PcVZD4C { width:220px;height:39px;top:17.5px;left:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #fuXPo1uOv5biuONFVfQopbR1y7BUzTEe { background-color:#232936;background-image:url("https://images.assets-landingi.com/uc/dcc133b7-dc2b-4a98-b8f0-d5d0993301ba/Group3891.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe.adaptive-delivery-prevent-bg, #fuXPo1uOv5biuONFVfQopbR1y7BUzTEe.lazyload, #fuXPo1uOv5biuONFVfQopbR1y7BUzTEe.lazyloading { background-image: none; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container { background-color: transparent; background-image: none; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container > .video-iframe-container { display: none; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row > .video-iframe-container { display: none; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .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); }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container { border-width: 0; border-radius: 0; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container { width:764px;height:754px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dGJyvEU2Xnah0k0imrRi2P8hHxRfDAoD { width:307px;height:218.3125px;top:135.6875px;left:16px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #gEUC8gUdf4rUFJT6nK7M1V85SHzvyw63 { width:171px;height:171px;top:230px;left:337px;display:block; }
 }@media only screen and (max-width: 1199px) { #wf6W1RRRuCZoSE6GIkihFZoeTcCxWXf4 { width:95px;height:78px;top:277px;left:375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #Nhk5aL6urTuhcVhAdJH0HPuKSWGfzX1k { width:491px;height:78px;top:21px;left:16px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #utmLADmm2ayIpWeMmidipbl2tQRaL1ht { display:block; }#utmLADmm2ayIpWeMmidipbl2tQRaL1ht > .row .container { width:764px;height:569px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ULvs5GmsozEoMwm2y5FoXeECi6ZHXFcm { width:551px;height:39px;top:38px;left:106.5px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #avep28BNckVm9FAkHl66uB9zhWGf3CLJ { width:188px;height:180px;top:145px;left:74px;display:block; }
 }@media only screen and (max-width: 1199px) { #vGOLl86JPtlmBJpG9mgNGcO6ICrqlkRO { width:80px;height:80px;top:165px;left:128px;display:block; }
 }@media only screen and (max-width: 1199px) { #gI3NDOkFWStRoRfTMKKqTcZZTCMQ7EPO { width:105px;height:41.5938px;top:245px;left:116px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #zW0lfapsynIJkqxhXyKNlkoiovpNXXER { width:188px;height:180px;top:145px;left:294px;display:block; }
 }@media only screen and (max-width: 1199px) { #dTuXeh4tymHGC2b9vkFUHsud42CHJGa4 { width:80px;height:80px;top:165px;left:348px;display:block; }
 }@media only screen and (max-width: 1199px) { #dakCvxNgmviVBO2ScEKNtEg499IzChN5 { width:164px;height:62.3906px;top:245px;left:306px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #JlnTB1S4QuTBuVaPvnHrxUCzb4nQT5ou { width:188px;height:180px;top:145px;left:502px;display:block; }
 }@media only screen and (max-width: 1199px) { #KTqD1C169KLTRlcpKLfE6UFB9q0nTh1B { width:164px;height:41.5938px;top:245px;left:514px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #UMtOewoAUKocQDb3W0908v6sQfS8uTXm { width:80px;height:80px;top:165px;left:556px;display:block; }
 }@media only screen and (max-width: 1199px) { #yLG3vk7RZbUFdN5gRch82iXRSrtxbhDZ { width:188px;height:180px;top:347px;left:181px;display:block; }
 }@media only screen and (max-width: 1199px) { #x4FSqU8AkLX0IV2Akg1SqGfKVwZJ7WTg { width:164px;height:41.5938px;top:447px;left:193px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #cEWApUt1x555nk6klDVpImfKLs1zuCgD { width:80px;height:80px;top:367px;left:235px;display:block; }
 }@media only screen and (max-width: 1199px) { #rG3NIl9SbGQn95b62HKgBTOTrkUbVOKO { width:188px;height:180px;top:347px;left:401px;display:block; }
 }@media only screen and (max-width: 1199px) { #fgK23u9qc2iydZa8lRbQ3a6WtmZxkA7n { width:169px;height:62.3906px;top:447px;left:410.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Wq4c4o71p2OsyKKrKVtqWRTSPFNfzqwZ { width:80px;height:80px;top:357px;left:455px;display:block; }
 }@media only screen and (max-width: 1199px) { #szmHlodcyzutE9wXPXp4nz1a259QSCPo { display:block; }#szmHlodcyzutE9wXPXp4nz1a259QSCPo > .row .container { width:764px;height:427px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SvfS9ZeIao1XaQsBCiauVEoqCTmAty9p { width:188px;height:180px;top:15px;left:74px;display:block; }
 }@media only screen and (max-width: 1199px) { #iJVCgT9HRTzTr77pxVkpuKIl986r2tz0 { width:80px;height:80px;top:35px;left:128px;display:block; }
 }@media only screen and (max-width: 1199px) { #XC8uQTg9oGlH0k9WTbQyifmpeQCA7Ndk { width:105px;height:62.3906px;top:115px;left:116px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #JFFFFWkZMbW78S6F0pLzZ7MrABTXctul { width:188px;height:180px;top:15px;left:294px;display:block; }
 }@media only screen and (max-width: 1199px) { #vn4BWF7gBLn5zZcLq97BXWpOooNa62PL { width:80px;height:80px;top:35px;left:348px;display:block; }
 }@media only screen and (max-width: 1199px) { #RTRVJbi8TBizpzqpbAFA2mVWoTGNJ3W4 { width:164px;height:20.7969px;top:115px;left:306px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #VBae0D06lNh40Ubzd6AJXqPTISh9fT45 { width:188px;height:180px;top:15px;left:502px;display:block; }
 }@media only screen and (max-width: 1199px) { #wtcMIERKTwSZwH98P20XCiBIkVXvElMW { width:164px;height:62.3906px;top:115px;left:514px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #B5J7qDvyRv25OQBB7Vei040RSoRlOElU { width:80px;height:80px;top:35px;left:556px;display:block; }
 }@media only screen and (max-width: 1199px) { #nUMga2hIMGtgGHplvy3Zh4Mv2y3lycf0 { width:188px;height:180px;top:215px;left:294px;display:block; }
 }@media only screen and (max-width: 1199px) { #kHZgZuvUxOws8oKL58G28TcWVDiNHz1R { width:176px;height:62.3906px;top:315px;left:294px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #r5zMgeByrNwKVLrvpukUIMwprTdN9sXB { width:80px;height:80px;top:226px;left:348px;display:block; }
 }@media only screen and (max-width: 1199px) { #rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX { display:block; }#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lmAPMV0RuVDUmWCd6NtTDmo4S1dG8was { width:551px;height:39px;top:32px;left:106.5px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b { display:block; }#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b > .row .container { width:764px;height:959px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NepiPNt1pc2D44yuvO6ggGKwoG2Zfduu { width:764px;height:100px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #xraWZfFJaSEsUnknhq46iShMrPLWtWlF { width:653px;height:39px;top:41.5px;left:50px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #BTlmG8t98UJfhLUQvSXpreJFcPUTJ0DH { width:764px;height:782px;top:142px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #FrO4UlJT6nbMouyyFAx0RIMOAASmXg2h { width:728px;height:342.969px;top:539px;left:20px;font-size:16px;display:block; }#FrO4UlJT6nbMouyyFAx0RIMOAASmXg2h li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#FrO4UlJT6nbMouyyFAx0RIMOAASmXg2h li:before{  }
 }@media only screen and (max-width: 1199px) { #ywCTooP4L9Sc5kEB0otiIy1NwUrd6M5T { width:613px;height:1px;top:197px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #udnqtm1zSrskdoaI9NPrr2lk8gnBxrKG { width:613px;height:1px;top:237px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #VDtTXLa4g6dpTx2E1IHv3KgJtqrHEOAb { width:613px;height:1px;top:276px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #fdVzvJLDW6skzC6aAXHeBPcFZsUNAfGT { width:613px;height:1px;top:320px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #BUuTgrdqF4CH8ILL0Xyqz9Rp5pcvnEVN { width:613px;height:1px;top:360px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #qlyqEsEIL96FsuPwOSZ6mq63f1orzbyN { width:613px;height:1px;top:403px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #QKP4laOFinp22NSAKZb9fQdXW5c0udJN { width:613px;height:1px;top:442px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #rfTPBWTNt8TFNDnlXnw5M2Und1yLqNCE { width:613px;height:1px;top:482px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #XXKEBhDKXgZcgacN8FTGZ4v3hgsaXD0L { width:613px;height:1px;top:527px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #TvPyXFwa7fz6FT4F2Wwp57C4kCkxlnE0 { width:484px;height:272px;top:167px;left:140px;display:block; }
 }@media only screen and (max-width: 1199px) { #C1JCZaZpgDzDzNZmMlcxE9ioTEZkOxoO { width:415px;height:41.5938px;top:462px;left:174.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #yCkXgMhV6xeB3kH2chumzUcS76L9PA0h { display:block; }#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h > .row .container { width:764px;height:959px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DScVqsln9sw5TblkJtLA8BJiilmbPeXE { width:764px;height:100px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #s4aC2EMbR92MvI9zR9GWcrQqZCffM63d { width:653px;height:39px;top:41.5px;left:50px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #Sq3xpIVOQrq3Ll8iz7gc0nLWVIprxNc0 { width:764px;height:782px;top:142px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Do8AOxR9k33SvBaXB2mr9hCrVqls9Opu { width:728px;height:342.969px;top:539px;left:20px;font-size:16px;display:block; }#Do8AOxR9k33SvBaXB2mr9hCrVqls9Opu li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#Do8AOxR9k33SvBaXB2mr9hCrVqls9Opu li:before{  }
 }@media only screen and (max-width: 1199px) { #BZ556SQemlg8xKpGzQ0bdvTPnGR5tV9l { width:613px;height:1px;top:197px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #BTg1zsvbXxySHcEDAoVQXgG99s4JyTTp { width:613px;height:1px;top:237px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #cdKD9PSD0c4q3xNXZJfEZEypowBy4S21 { width:613px;height:1px;top:276px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #SXEr9oMT7B4iFwXlvtPaU7JgF0nKw06E { width:613px;height:1px;top:320px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #H2LJFd3DRTTJvNqfgMNClUTxTAPwnMvv { width:613px;height:1px;top:359px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #BqaQJReC3cZnJVPRPTGBgNET33moQCSK { width:613px;height:1px;top:403px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #R5Mb8rirsJTJTrSSnJgyMMqn4PNFS39s { width:613px;height:1px;top:442px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #Mt2RmtDKU7z9KhCHQPvrx7b0THLVTeni { width:613px;height:1px;top:482px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #tRrWIcEpno3BcbKaadIgZVzPebI5yexn { width:613px;height:1px;top:527px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #pr5yWTsDTqWJ4a9akIDSXwMdw7PRoPMN { width:484px;height:272px;top:167px;left:140px;display:block; }
 }@media only screen and (max-width: 1199px) { #SXKG91eK8q7XNiEaTl8I7vdui3ZunZsU { width:415px;height:41.5938px;top:462px;left:174.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs { display:block; }#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs > .row .container { width:764px;height:959px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fRoCRc9nvQaE3FsIGJLhH80qfyDyQftf { width:764px;height:100px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #bpcI7XXTA7Zd8GdbUcwT6b8ytG7maDcI { width:653px;height:39px;top:41.5px;left:50px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #ANesH8TRExwnbx8rMCqWIyGHTGriTzpm { width:764px;height:782px;top:142px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Oy0wWxTBELdLd5SO26TlnOTBLOAsX2vI { width:728px;height:363.766px;top:539px;left:20px;font-size:16px;display:block; }#Oy0wWxTBELdLd5SO26TlnOTBLOAsX2vI li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#Oy0wWxTBELdLd5SO26TlnOTBLOAsX2vI li:before{  }
 }@media only screen and (max-width: 1199px) { #Qb5uurknOQdJhFBNll5pGRBt7kQq1ugc { width:613px;height:1px;top:197px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #cJI8EHBTTeABND9RPozqcOsr588FRigt { width:613px;height:1px;top:237px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #XZn1Ve2c1IkrSBitPdzDEeIIZrnEw07h { width:613px;height:1px;top:276px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #p2eI5JNS7wJ5iZcoowzEIfnKbq8piX40 { width:613px;height:1px;top:340px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #SNGB3bc6FxeKgFLVcr1Xn2xTT0iNKblE { width:613px;height:1px;top:379px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #ZdeeqroAoGxmOXvCPbJv3SqVhmL9D9fw { width:613px;height:1px;top:423px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #Wv5qNa1uNiI3F0WqrNU9Qpv1aC70aWBh { width:613px;height:1px;top:462px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #GFhcGWuhHoE03qzftfbTysIAQrCOoeUx { width:613px;height:1px;top:502px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #PZQH7Z4fJFwO6GCmSOTX1NWmvSG5bMZp { width:613px;height:1px;top:547px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #Pwo67TqwdvPRZKJlf78oObhSBiiwflL1 { width:484px;height:272px;top:167px;left:140px;display:block; }
 }@media only screen and (max-width: 1199px) { #LLR1HhIGcmvSJAVJfCcTTZPTNbwMkOpK { width:415px;height:62.3907px;top:462px;left:174.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #q13q2we8e8RAtSBs73x6HBxaQyX0GtUt { display:block; }#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt > .row .container { width:764px;height:959px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bnxMOIX6OsLfAb2spi0x0AWKJ3vs19hA { width:764px;height:100px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #c1VUUTmpRqfCN7tVkGsWHewFniHNKQPm { width:726.989px;height:39px;top:42.485809326172px;left:20.497158050537px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #wW93O1LK2KIq11Uwu1vIHBnTs0Lr1BFP { width:764px;height:782px;top:142px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #zNECC9COoXpA6TAvADbDU2rDJf5hwPJR { width:728px;height:342.969px;top:539px;left:20px;font-size:16px;display:block; }#zNECC9COoXpA6TAvADbDU2rDJf5hwPJR li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#zNECC9COoXpA6TAvADbDU2rDJf5hwPJR li:before{  }
 }@media only screen and (max-width: 1199px) { #f16nurFv0JALKSCWi1c0TmntfEATx7dS { width:613px;height:1px;top:197px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #qk98KGDpDZgOaSPCK8qdXPSiXlVrItpG { width:613px;height:1px;top:237px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #qTcoTOdQW1LJUwByPD2M6d0latHgXMM0 { width:613px;height:1px;top:276px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #yQCWZ0QWMVkoJBzrAWIb0tJADWT4S7am { width:613px;height:1px;top:318px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #amB0KQBbGiBiRh4Rv7oVdl8OS2JSOJQp { width:613px;height:1px;top:363px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #cZ8KbsQJyTpVmTDtyLCWUL7LoRQOq7PL { width:613px;height:1px;top:400px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #gdrLBks6eI9kkwzC9zZXx41oyh2UFZtS { width:613px;height:1px;top:443px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #ExchTd27F6vcZqNX6RANcQQxApwrziTn { width:613px;height:1px;top:482px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #VuvZITgtUM843JwTeHZ83kqZuUNDlymE { width:613px;height:1px;top:523px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #rmWbLyNtuAi7e6dyLm8r0zzkGoakcwSZ { width:484px;height:272px;top:167px;left:140px;display:block; }
 }@media only screen and (max-width: 1199px) { #l1kyZcZ4fgTSzrc1QhwRRttNueoBM62d { width:415px;height:62.3907px;top:462px;left:174.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #QTz8i9VXacVUnuApitKSRaSUik73qSeE { display:block; }#QTz8i9VXacVUnuApitKSRaSUik73qSeE > .row .container { width:764px;height:959px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qwBLZIxwVAWu7pkx16Lb9vafqP5bTlqf { width:764px;height:100px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #CeBDc3dhnupEor0Hx7E00y2PsZRe4fiR { width:653px;height:39px;top:41.5px;left:50px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #oUDI6hawt3hUILccSlQBgCIwgdS3MsS4 { width:764px;height:782px;top:142px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #kF9TJfyGaubEsETDMtk7A9mHi7rT5xgn { width:728px;height:342.969px;top:539px;left:20px;font-size:16px;display:block; }#kF9TJfyGaubEsETDMtk7A9mHi7rT5xgn li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#kF9TJfyGaubEsETDMtk7A9mHi7rT5xgn li:before{  }
 }@media only screen and (max-width: 1199px) { #aWUnAqLrkbgXRoBBQlbB9kedapWRQmbL { width:613px;height:1px;top:197px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #gDA4hbfJznvyOiMb4Bo1kSR129gDE8bo { width:613px;height:1px;top:237px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #Mzn3ZJLeVk8GdErpS2PqtbBvJ8wbAifs { width:613px;height:1px;top:276px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #EA7HLTz6nhlFs9HdKf2JDTuXsqkR4KE1 { width:613px;height:1px;top:318px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #NEkyMBhPnHhEKU0oH8eSIN85pyOcc5R3 { width:613px;height:1px;top:363px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #E6bwDHhwQDOX4kLl7csPThcx5ZSypr4e { width:613px;height:1px;top:400px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #b7tL67T5v4Rd0Lp9SEzPbbcp8fyDFfal { width:613px;height:1px;top:443px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #L4ukB1HRAgGTb9nxWvQb0oSSfID9pcTF { width:613px;height:1px;top:482px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #hhZ9iA22U8PQwsKf4fLSab3yEt0l3cc7 { width:613px;height:1px;top:523px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #ZQppRMp0016FyahxK5vtgV3tHxoFgQ1l { width:484px;height:272px;top:167px;left:140px;display:block; }
 }@media only screen and (max-width: 1199px) { #cQ0g5TOsqwRyWc1JXViv69mfuuRcw5No { width:415px;height:41.5938px;top:462px;left:174.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP { display:block; }#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oiVC8goq1qqa5ro9rnw6uB5fCym9ZNhy { width:550px;height:39px;top:23px;left:106.48858642578px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #PbJ82xclxSbeBsScrZ9nW4vC2exfId3b { display:block; }#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b > .row .container { width:764px;height:427px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w87ZVSQ7RssrJbMus0c3HqEQmadFVKVp { width:188px;height:180px;top:15px;left:74px;display:block; }
 }@media only screen and (max-width: 1199px) { #qXoQ8eNAz2dJCU1lSuUxvRADIqkiHwq5 { width:80px;height:80px;top:35px;left:128px;display:block; }
 }@media only screen and (max-width: 1199px) { #SuGKOSm18QqP1oS22d4r93bsooblK4i5 { width:105px;height:62.3906px;top:115px;left:116px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #UtgX5FftfBnRDW8SPpugw2EvF8svLUuU { width:188px;height:180px;top:15px;left:294px;display:block; }
 }@media only screen and (max-width: 1199px) { #KZKfV8hhxVApqsmTLxiblTxzXMXhkvqS { width:80px;height:80px;top:35px;left:348px;display:block; }
 }@media only screen and (max-width: 1199px) { #XQeOTUBRFr9Jp5654lua6ENaclT3uxZw { width:164px;height:62.3906px;top:115px;left:306px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #yOSmvEwnHqkv166FeXbOFMqHGyiI1Xfy { width:188px;height:180px;top:15px;left:502px;display:block; }
 }@media only screen and (max-width: 1199px) { #VSgzPIaDiDknQXhlv74LMutDdL3pzeC4 { width:164px;height:62.3906px;top:115px;left:514px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #T9QVwJZ57LFHPGoHfBSgvymAyGuXRW9J { width:80px;height:80px;top:35px;left:556px;display:block; }
 }@media only screen and (max-width: 1199px) { #mEDan7AJUqoTFRp95Fp2TPSEJNl2MqmV { width:188px;height:180px;top:215px;left:294px;display:block; }
 }@media only screen and (max-width: 1199px) { #f3m2DHmbhiaFia6F46HXT5820GipxzKC { width:176px;height:41.5938px;top:315px;left:294px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #klczkVCC4vLTCbiudLPI1KbeOUmmaGes { width:80px;height:80px;top:226px;left:348px;display:block; }
 }@media only screen and (max-width: 1199px) { #UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 { display:block; }#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 > .row .container { width:764px;height:407px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fdX8ey9LJwd9DB9aoo9U8FqD7TVPqBhT { width:140px;height:140px;top:115px;left:51px;display:block; }
 }@media only screen and (max-width: 1199px) { #zqvKrEuXVT71dcI3DiUN77LrooscCz89 { width:176.989px;height:31.1876px;top:275.05680847168px;left:32.485794067383px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #T2xSh7d3gyACFQtp2Px7msqrOLyOybKW { width:140px;height:140px;top:115px;left:234.46875px;display:block; }
 }@media only screen and (max-width: 1199px) { #o8vAuph7Neihoaho0iZc8LLFROKW5qFA { width:167.997px;height:31.1876px;top:275.07089233398px;left:234.46021652222px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #TJa6M6kJqCNOWk1Eli4z7clkv2OBPfpx { width:173.991px;height:31.1876px;top:275.05668640137px;left:413.40906906128px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #cPr3EeT8QiOQTh8XtWri1EHvSuO79O3g { width:163.991px;height:31.1876px;top:275.05668640137px;left:586.47724533081px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #nkokCkX8doOTuZ1tnPWZ6y2KSkRZlQdV { width:140px;height:140px;top:114.99987792969px;left:598.48011398315px;display:block; }
 }@media only screen and (max-width: 1199px) { #v0mO6PtK7xSgZ1U27mJiVXH8PRBgddna { width:140px;height:140px;top:114.06288909912px;left:429.46021652222px;display:block; }
 }@media only screen and (max-width: 1199px) { #z64lKZgeSfHolLuXVCL181dha6r91g1U { width:550px;height:39px;top:44.985794067383px;left:106.98863601685px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #pl0imVEiK0kLeBVa47Dq33qNLaOq0nIL { width:764px;height:362px;top:17px;left:0px;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D { display:block; }#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iT06Qbzq4xPVmtqtXZSoUfhT471Tq7rv { width:550px;height:39px;top:44.985794067383px;left:106.98863601685px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #olGdSTIbIeVJuG4JakyFOTbZ8iUKvWyo { width:764px;height:145px;top:111px;left:0px;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #htWkoeyIhEP2Z6mRVGk13lb5JDzcbVxI { width:121px;height:73px;top:148px;left:79.96875px;display:block; }
 }@media only screen and (max-width: 1199px) { #M068vecJqr9hUp1klPw1gcCuQKFz71cB { width:121px;height:73px;top:148px;left:237.46875px;display:block; }
 }@media only screen and (max-width: 1199px) { #VQCPDFCA8QHvBfssUayXerq3vqTI7JGh { width:155px;height:73px;top:148px;left:390.99145507812px;display:block; }
 }@media only screen and (max-width: 1199px) { #WtFyXTFTubyVSXVgwfwr4upCeE8U8LbN { width:121px;height:73px;top:148px;left:571.97155761719px;display:block; }
 }@media only screen and (max-width: 1199px) { #qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h { display:block; }#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h > .row .container { width:764px;height:635px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f5ugxS4Z1FhK8FIT40mOtTG3kMAq2ngG { width:550px;height:39px;top:44.985794067383px;left:106.98863601685px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #T2cMSgcLrUv8hxwXk2Jn2LiTHoPhslt9 { width:360px;height:140px;top:117px;left:202px;display:block; }
 }@media only screen and (max-width: 1199px) { #znlDzi7iq4qXxHFzTKTFl3v2IN40hsMX { width:186.989px;height:52px;top:161px;left:288px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZyT5ndTqnsHWTBKBHPEQhsmRDwPslQcw { width:43.9915px;height:43.9915px;top:126.98863554001px;left:509.31818771362px;display:block; }
 }@media only screen and (max-width: 1199px) { #tHcaxeTHFVdr0HxuS0dr1LssLnruLBnX { width:360px;height:140px;top:288px;left:202px;display:block; }
 }@media only screen and (max-width: 1199px) { #gy1NcKxvxmoMb8iF7M6z3nGSuvvU5C9I { width:186.989px;height:52px;top:331.98862791061px;left:288.49430465698px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #GWmws6Tf1VKRSsEFqty6KIrQC6fxPsbk { width:42.9972px;height:42.9972px;top:300.99430418015px;left:509.31818771362px;display:block; }
 }@media only screen and (max-width: 1199px) { #hbdyqL8yH3CXmG5LF5BK304rUeuTtyUU { width:360px;height:140px;top:455px;left:202px;display:block; }
 }@media only screen and (max-width: 1199px) { #fAADx6vDSQrz4xloB3N2BmpKbMKbRgF3 { width:301.989px;height:78px;top:486px;left:228px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #OXLlm2g1Kar7O7RmqIyGCp4ASNyrTxpk { width:42.9972px;height:42.9972px;top:466.98825073242px;left:509.31818771362px;display:block; }
 }@media only screen and (max-width: 1199px) { #LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv { display:block; }#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QsTR9sS4Tz4RshyAZT9v7x6paAw2QNce { width:540.994px;height:78px;top:25.980102539062px;left:111.47726821899px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #m0po3GsvztydMiMCOgnxwWaObhBbWHCr { display:block; }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row .container { width:764px;height:353px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #glcvxLOVhAlkxRhmogrkV0rUR3KRuCU1 { width:197px;height:48px;top:275px;left:567px;display:block; }
 }@media only screen and (max-width: 1199px) { #nTqkTukRNd1fWd60Ez9I04ZMGv0zR0A1 { width:159px;height:23.4028px;top:221px;left:390px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #wp91GHUnCUCV4n7NK4J0RqIduTII4XpS { width:159px;height:31.1875px;top:192px;left:567px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #QvrI02SFO1dS8VHpOiWqq5p1O0fhDndT { width:159px;height:23.4028px;top:192px;left:390px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #kgiSGA0bktLN56w49GOAUcHal6CXwhV5 { width:100px;height:20.7969px;top:50px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #tCbTk4DfXgyseFkwKP4giSxyGRqnUlhW { width:100px;height:20.7969px;top:84px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #RHdsynOxZTMXI3kdlTGELTcvp9qhyUHV { width:100px;height:20.7969px;top:118px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #IiDMTq8KxON4mwFpzCAmNhK50XsoUomm { width:100px;height:20.7969px;top:154px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #MBBJdILTXgyG4DNshmNMvpFpDBawoM2a { width:100px;height:20.7969px;top:50px;left:342px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #gTLLgyfH2fzV1IfQzGInfGeWmv7Se77N { width:154px;height:20.7969px;top:84px;left:342px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #wy41wumKsNa1qyixndhCabxsmvP9FIRP { width:100px;height:20.7969px;top:121px;left:342px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #kdqSKxNg0A8DP7SkcH30LAQkxQPJVbJu { width:200px;height:20.7969px;top:50px;left:543px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #aAkLka8prgBUSPMDbMmb1c0y5uJb2HiI { width:200px;height:20.7969px;top:84px;left:543px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #D6y6gtTyHaFLi9lQ2oETgeme6QMhBblt { width:151px;height:20.7969px;top:121px;left:543px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZgsB3ShO94rATTHvL8n36To7KSo51nZ8 { width:200px;height:83.1875px;top:192px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #ct4ufFq7QRImtOXh7x0H4lWtdNZh0XrH { width:57px;height:57px;top:192px;left:324px;display:block; }
 }@media only screen and (max-width: 1199px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 { display:block; }#fTqzGm1O3GQoaW7Nicw7TIsARfyQSVF8 > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umvKTTMpWWcPCF9uORqJLRmB6PcVZD4C { width:200px;height:35px;top:20px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #fuXPo1uOv5biuONFVfQopbR1y7BUzTEe { background-color:#232936;background-image:url("https://images.assets-landingi.com/uc/dcc133b7-dc2b-4a98-b8f0-d5d0993301ba/Group3891.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe.adaptive-delivery-prevent-bg, #fuXPo1uOv5biuONFVfQopbR1y7BUzTEe.lazyload, #fuXPo1uOv5biuONFVfQopbR1y7BUzTEe.lazyloading { background-image: none; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container { background-color: transparent; background-image: none; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container > .video-iframe-container { display: none; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row > .video-iframe-container { display: none; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .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); }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container { border-width: 0; border-radius: 0; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuXPo1uOv5biuONFVfQopbR1y7BUzTEe > .row .container { width:320px;height:505px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGJyvEU2Xnah0k0imrRi2P8hHxRfDAoD { width:281px;height:140.3437px;top:161px;left:19.5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEUC8gUdf4rUFJT6nK7M1V85SHzvyw63 { width:150px;height:150px;top:301px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wf6W1RRRuCZoSE6GIkihFZoeTcCxWXf4 { width:118px;height:49.375px;top:352px;left:20px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Nhk5aL6urTuhcVhAdJH0HPuKSWGfzX1k { width:273px;height:124.75px;top:18px;left:23.5px;font-size:24px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #utmLADmm2ayIpWeMmidipbl2tQRaL1ht { display:block; }#utmLADmm2ayIpWeMmidipbl2tQRaL1ht > .row .container { width:320px;height:1118px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULvs5GmsozEoMwm2y5FoXeECi6ZHXFcm { width:320px;height:78px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #avep28BNckVm9FAkHl66uB9zhWGf3CLJ { width:188px;height:180px;top:118px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #vGOLl86JPtlmBJpG9mgNGcO6ICrqlkRO { width:80px;height:80px;top:138px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #gI3NDOkFWStRoRfTMKKqTcZZTCMQ7EPO { width:105px;height:41.5938px;top:218px;left:107.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zW0lfapsynIJkqxhXyKNlkoiovpNXXER { width:188px;height:180px;top:318px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #dTuXeh4tymHGC2b9vkFUHsud42CHJGa4 { width:80px;height:80px;top:338px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #dakCvxNgmviVBO2ScEKNtEg499IzChN5 { width:164px;height:62.3906px;top:418px;left:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JlnTB1S4QuTBuVaPvnHrxUCzb4nQT5ou { width:188px;height:180px;top:518px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #KTqD1C169KLTRlcpKLfE6UFB9q0nTh1B { width:164px;height:41.5938px;top:618px;left:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UMtOewoAUKocQDb3W0908v6sQfS8uTXm { width:80px;height:80px;top:538px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #yLG3vk7RZbUFdN5gRch82iXRSrtxbhDZ { width:188px;height:180px;top:718px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #x4FSqU8AkLX0IV2Akg1SqGfKVwZJ7WTg { width:164px;height:41.5938px;top:818px;left:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cEWApUt1x555nk6klDVpImfKLs1zuCgD { width:80px;height:80px;top:738px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #rG3NIl9SbGQn95b62HKgBTOTrkUbVOKO { width:188px;height:180px;top:918px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #fgK23u9qc2iydZa8lRbQ3a6WtmZxkA7n { width:170px;height:62.3906px;top:1018px;left:75.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Wq4c4o71p2OsyKKrKVtqWRTSPFNfzqwZ { width:80px;height:80px;top:928px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #szmHlodcyzutE9wXPXp4nz1a259QSCPo { display:block; }#szmHlodcyzutE9wXPXp4nz1a259QSCPo > .row .container { width:320px;height:825px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvfS9ZeIao1XaQsBCiauVEoqCTmAty9p { width:188px;height:180px;top:13px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #iJVCgT9HRTzTr77pxVkpuKIl986r2tz0 { width:80px;height:80px;top:33px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #XC8uQTg9oGlH0k9WTbQyifmpeQCA7Ndk { width:105px;height:62.3906px;top:113px;left:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JFFFFWkZMbW78S6F0pLzZ7MrABTXctul { width:188px;height:180px;top:213px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #vn4BWF7gBLn5zZcLq97BXWpOooNa62PL { width:80px;height:80px;top:233px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #RTRVJbi8TBizpzqpbAFA2mVWoTGNJ3W4 { width:164px;height:20.7969px;top:313px;left:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VBae0D06lNh40Ubzd6AJXqPTISh9fT45 { width:188px;height:180px;top:413px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #wtcMIERKTwSZwH98P20XCiBIkVXvElMW { width:164px;height:62.3906px;top:513px;left:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #B5J7qDvyRv25OQBB7Vei040RSoRlOElU { width:80px;height:80px;top:433px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #nUMga2hIMGtgGHplvy3Zh4Mv2y3lycf0 { width:188px;height:180px;top:613px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #kHZgZuvUxOws8oKL58G28TcWVDiNHz1R { width:174px;height:62.3906px;top:714px;left:73px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #r5zMgeByrNwKVLrvpukUIMwprTdN9sXB { width:80px;height:80px;top:624px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX { display:block; }#rW6EIaPeUHx3R7dUKGHlS5lcaTweo6MX > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmAPMV0RuVDUmWCd6NtTDmo4S1dG8was { width:320px;height:78px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b { display:block; }#ssmtygE8Q9UbSKt0Ww4lqDV8bMh1P35b > .row .container { width:320px;height:1120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NepiPNt1pc2D44yuvO6ggGKwoG2Zfduu { width:320px;height:85px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xraWZfFJaSEsUnknhq46iShMrPLWtWlF { width:320px;height:26px;top:49.5px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTlmG8t98UJfhLUQvSXpreJFcPUTJ0DH { width:320px;height:951px;top:125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FrO4UlJT6nbMouyyFAx0RIMOAASmXg2h { width:295px;height:589.125px;top:450px;left:12.5px;font-size:16px;display:block; }#FrO4UlJT6nbMouyyFAx0RIMOAASmXg2h li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#FrO4UlJT6nbMouyyFAx0RIMOAASmXg2h li:before{  }
 }@media only screen and (max-width: 763px) { #ywCTooP4L9Sc5kEB0otiIy1NwUrd6M5T { width:320px;height:1px;top:180px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #udnqtm1zSrskdoaI9NPrr2lk8gnBxrKG { width:320px;height:1px;top:220px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #VDtTXLa4g6dpTx2E1IHv3KgJtqrHEOAb { width:320px;height:1px;top:259px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #fdVzvJLDW6skzC6aAXHeBPcFZsUNAfGT { width:320px;height:1px;top:303px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #BUuTgrdqF4CH8ILL0Xyqz9Rp5pcvnEVN { width:320px;height:1px;top:343px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qlyqEsEIL96FsuPwOSZ6mq63f1orzbyN { width:320px;height:1px;top:386px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #QKP4laOFinp22NSAKZb9fQdXW5c0udJN { width:320px;height:1px;top:425px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rfTPBWTNt8TFNDnlXnw5M2Und1yLqNCE { width:320px;height:1px;top:465px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #XXKEBhDKXgZcgacN8FTGZ4v3hgsaXD0L { width:320px;height:1px;top:510px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TvPyXFwa7fz6FT4F2Wwp57C4kCkxlnE0 { width:320px;height:180px;top:156px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C1JCZaZpgDzDzNZmMlcxE9ioTEZkOxoO { width:271px;height:62.3907px;top:357.71875px;left:24.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yCkXgMhV6xeB3kH2chumzUcS76L9PA0h { display:block; }#yCkXgMhV6xeB3kH2chumzUcS76L9PA0h > .row .container { width:320px;height:1008px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DScVqsln9sw5TblkJtLA8BJiilmbPeXE { width:320px;height:85px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s4aC2EMbR92MvI9zR9GWcrQqZCffM63d { width:320px;height:26px;top:49.5px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sq3xpIVOQrq3Ll8iz7gc0nLWVIprxNc0 { width:320px;height:840px;top:125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Do8AOxR9k33SvBaXB2mr9hCrVqls9Opu { width:295px;height:464.344px;top:450px;left:12.5px;font-size:16px;display:block; }#Do8AOxR9k33SvBaXB2mr9hCrVqls9Opu li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#Do8AOxR9k33SvBaXB2mr9hCrVqls9Opu li:before{  }
 }@media only screen and (max-width: 763px) { #BZ556SQemlg8xKpGzQ0bdvTPnGR5tV9l { width:320px;height:1px;top:180px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #BTg1zsvbXxySHcEDAoVQXgG99s4JyTTp { width:320px;height:1px;top:220px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cdKD9PSD0c4q3xNXZJfEZEypowBy4S21 { width:320px;height:1px;top:259px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SXEr9oMT7B4iFwXlvtPaU7JgF0nKw06E { width:320px;height:1px;top:303px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #H2LJFd3DRTTJvNqfgMNClUTxTAPwnMvv { width:320px;height:1px;top:343px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #BqaQJReC3cZnJVPRPTGBgNET33moQCSK { width:320px;height:1px;top:386px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #R5Mb8rirsJTJTrSSnJgyMMqn4PNFS39s { width:320px;height:1px;top:425px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Mt2RmtDKU7z9KhCHQPvrx7b0THLVTeni { width:320px;height:1px;top:465px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #tRrWIcEpno3BcbKaadIgZVzPebI5yexn { width:320px;height:1px;top:510px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #pr5yWTsDTqWJ4a9akIDSXwMdw7PRoPMN { width:320px;height:180px;top:156px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SXKG91eK8q7XNiEaTl8I7vdui3ZunZsU { width:271px;height:41.5938px;top:357.71875px;left:24.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs { display:block; }#LfnIDgVT42t4Q1n63NpKsgb1v23xxbNs > .row .container { width:320px;height:1008px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRoCRc9nvQaE3FsIGJLhH80qfyDyQftf { width:320px;height:85px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bpcI7XXTA7Zd8GdbUcwT6b8ytG7maDcI { width:320px;height:26px;top:49.5px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANesH8TRExwnbx8rMCqWIyGHTGriTzpm { width:320px;height:840px;top:125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Oy0wWxTBELdLd5SO26TlnOTBLOAsX2vI { width:295px;height:526.734px;top:450px;left:12.5px;font-size:16px;display:block; }#Oy0wWxTBELdLd5SO26TlnOTBLOAsX2vI li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#Oy0wWxTBELdLd5SO26TlnOTBLOAsX2vI li:before{  }
 }@media only screen and (max-width: 763px) { #Qb5uurknOQdJhFBNll5pGRBt7kQq1ugc { width:320px;height:1px;top:180px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cJI8EHBTTeABND9RPozqcOsr588FRigt { width:320px;height:1px;top:220px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #XZn1Ve2c1IkrSBitPdzDEeIIZrnEw07h { width:320px;height:1px;top:259px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #p2eI5JNS7wJ5iZcoowzEIfnKbq8piX40 { width:320px;height:1px;top:303px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SNGB3bc6FxeKgFLVcr1Xn2xTT0iNKblE { width:320px;height:1px;top:343px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ZdeeqroAoGxmOXvCPbJv3SqVhmL9D9fw { width:320px;height:1px;top:386px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Wv5qNa1uNiI3F0WqrNU9Qpv1aC70aWBh { width:320px;height:1px;top:425px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #GFhcGWuhHoE03qzftfbTysIAQrCOoeUx { width:320px;height:1px;top:465px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #PZQH7Z4fJFwO6GCmSOTX1NWmvSG5bMZp { width:320px;height:1px;top:510px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Pwo67TqwdvPRZKJlf78oObhSBiiwflL1 { width:320px;height:180px;top:156px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LLR1HhIGcmvSJAVJfCcTTZPTNbwMkOpK { width:271px;height:62.3907px;top:357.71875px;left:24.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #q13q2we8e8RAtSBs73x6HBxaQyX0GtUt { display:block; }#q13q2we8e8RAtSBs73x6HBxaQyX0GtUt > .row .container { width:320px;height:1120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnxMOIX6OsLfAb2spi0x0AWKJ3vs19hA { width:320px;height:85px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #c1VUUTmpRqfCN7tVkGsWHewFniHNKQPm { width:320px;height:52px;top:36.491485595703px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wW93O1LK2KIq11Uwu1vIHBnTs0Lr1BFP { width:320px;height:951px;top:125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zNECC9COoXpA6TAvADbDU2rDJf5hwPJR { width:295px;height:568.328px;top:450px;left:12.5px;font-size:16px;display:block; }#zNECC9COoXpA6TAvADbDU2rDJf5hwPJR li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#zNECC9COoXpA6TAvADbDU2rDJf5hwPJR li:before{  }
 }@media only screen and (max-width: 763px) { #f16nurFv0JALKSCWi1c0TmntfEATx7dS { width:320px;height:1px;top:180px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qk98KGDpDZgOaSPCK8qdXPSiXlVrItpG { width:320px;height:1px;top:220px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qTcoTOdQW1LJUwByPD2M6d0latHgXMM0 { width:320px;height:1px;top:259px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #yQCWZ0QWMVkoJBzrAWIb0tJADWT4S7am { width:320px;height:1px;top:303px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #amB0KQBbGiBiRh4Rv7oVdl8OS2JSOJQp { width:320px;height:1px;top:343px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cZ8KbsQJyTpVmTDtyLCWUL7LoRQOq7PL { width:320px;height:1px;top:386px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #gdrLBks6eI9kkwzC9zZXx41oyh2UFZtS { width:320px;height:1px;top:425px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ExchTd27F6vcZqNX6RANcQQxApwrziTn { width:320px;height:1px;top:465px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #VuvZITgtUM843JwTeHZ83kqZuUNDlymE { width:320px;height:1px;top:510px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rmWbLyNtuAi7e6dyLm8r0zzkGoakcwSZ { width:320px;height:180px;top:156px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l1kyZcZ4fgTSzrc1QhwRRttNueoBM62d { width:271px;height:83.1875px;top:357.71875px;left:24.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QTz8i9VXacVUnuApitKSRaSUik73qSeE { display:block; }#QTz8i9VXacVUnuApitKSRaSUik73qSeE > .row .container { width:320px;height:1008px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwBLZIxwVAWu7pkx16Lb9vafqP5bTlqf { width:320px;height:85px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CeBDc3dhnupEor0Hx7E00y2PsZRe4fiR { width:221.989px;height:52px;top:36.491485595703px;left:48.991475105286px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUDI6hawt3hUILccSlQBgCIwgdS3MsS4 { width:320px;height:838px;top:124.99993896484px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kF9TJfyGaubEsETDMtk7A9mHi7rT5xgn { width:295px;height:464.344px;top:450px;left:12.5px;font-size:16px;display:block; }#kF9TJfyGaubEsETDMtk7A9mHi7rT5xgn li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#kF9TJfyGaubEsETDMtk7A9mHi7rT5xgn li:before{  }
 }@media only screen and (max-width: 763px) { #aWUnAqLrkbgXRoBBQlbB9kedapWRQmbL { width:320px;height:1px;top:180px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #gDA4hbfJznvyOiMb4Bo1kSR129gDE8bo { width:320px;height:1px;top:220px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Mzn3ZJLeVk8GdErpS2PqtbBvJ8wbAifs { width:320px;height:1px;top:259px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #EA7HLTz6nhlFs9HdKf2JDTuXsqkR4KE1 { width:320px;height:1px;top:303px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #NEkyMBhPnHhEKU0oH8eSIN85pyOcc5R3 { width:320px;height:1px;top:343px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #E6bwDHhwQDOX4kLl7csPThcx5ZSypr4e { width:320px;height:1px;top:386px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #b7tL67T5v4Rd0Lp9SEzPbbcp8fyDFfal { width:320px;height:1px;top:425px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #L4ukB1HRAgGTb9nxWvQb0oSSfID9pcTF { width:320px;height:1px;top:465px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hhZ9iA22U8PQwsKf4fLSab3yEt0l3cc7 { width:320px;height:1px;top:510px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ZQppRMp0016FyahxK5vtgV3tHxoFgQ1l { width:320px;height:180px;top:156px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cQ0g5TOsqwRyWc1JXViv69mfuuRcw5No { width:271px;height:62.3907px;top:357.71875px;left:24.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP { display:block; }#Bx4QpBD6KRqgLTN953H5pg6aQIFvgTyP > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiVC8goq1qqa5ro9rnw6uB5fCym9ZNhy { width:320px;height:39px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #PbJ82xclxSbeBsScrZ9nW4vC2exfId3b { display:block; }#PbJ82xclxSbeBsScrZ9nW4vC2exfId3b > .row .container { width:320px;height:825px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w87ZVSQ7RssrJbMus0c3HqEQmadFVKVp { width:188px;height:180px;top:13px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #qXoQ8eNAz2dJCU1lSuUxvRADIqkiHwq5 { width:80px;height:80px;top:33px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #SuGKOSm18QqP1oS22d4r93bsooblK4i5 { width:105px;height:62.3906px;top:113px;left:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UtgX5FftfBnRDW8SPpugw2EvF8svLUuU { width:188px;height:180px;top:213px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #KZKfV8hhxVApqsmTLxiblTxzXMXhkvqS { width:80px;height:80px;top:233px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #XQeOTUBRFr9Jp5654lua6ENaclT3uxZw { width:164px;height:62.3906px;top:313px;left:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yOSmvEwnHqkv166FeXbOFMqHGyiI1Xfy { width:188px;height:180px;top:413px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #VSgzPIaDiDknQXhlv74LMutDdL3pzeC4 { width:164px;height:62.3906px;top:513px;left:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T9QVwJZ57LFHPGoHfBSgvymAyGuXRW9J { width:80px;height:80px;top:433px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #mEDan7AJUqoTFRp95Fp2TPSEJNl2MqmV { width:188px;height:180px;top:613px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #f3m2DHmbhiaFia6F46HXT5820GipxzKC { width:174px;height:41.5938px;top:714px;left:73px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #klczkVCC4vLTCbiudLPI1KbeOUmmaGes { width:80px;height:80px;top:624px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 { display:block; }#UQmzRtsEATUb4ar8MG5D1to0FXTwsQh3 > .row .container { width:320px;height:550px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdX8ey9LJwd9DB9aoo9U8FqD7TVPqBhT { width:100px;height:100px;top:153px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #zqvKrEuXVT71dcI3DiUN77LrooscCz89 { width:106.989px;height:26px;top:273px;left:34px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #T2xSh7d3gyACFQtp2Px7msqrOLyOybKW { width:100px;height:100px;top:153px;left:188px;display:block; }
 }@media only screen and (max-width: 763px) { #o8vAuph7Neihoaho0iZc8LLFROKW5qFA { width:129px;height:26px;top:273px;left:173px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TJa6M6kJqCNOWk1Eli4z7clkv2OBPfpx { width:145px;height:26px;top:479px;left:15px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #cPr3EeT8QiOQTh8XtWri1EHvSuO79O3g { width:141px;height:26px;top:479px;left:168px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #nkokCkX8doOTuZ1tnPWZ6y2KSkRZlQdV { width:100px;height:100px;top:359px;left:190px;display:block; }
 }@media only screen and (max-width: 763px) { #v0mO6PtK7xSgZ1U27mJiVXH8PRBgddna { width:100px;height:100px;top:358px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #z64lKZgeSfHolLuXVCL181dha6r91g1U { width:320px;height:39px;top:78px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #pl0imVEiK0kLeBVa47Dq33qNLaOq0nIL { width:320px;height:502px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D { display:block; }#EGtspOGmkNJ14EBCKbdn1gSu0pXvc82D > .row .container { width:320px;height:335px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT06Qbzq4xPVmtqtXZSoUfhT471Tq7rv { width:320px;height:39px;top:20px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olGdSTIbIeVJuG4JakyFOTbZ8iUKvWyo { width:320px;height:222px;top:86.980125427246px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #htWkoeyIhEP2Z6mRVGk13lb5JDzcbVxI { width:121px;height:73px;top:107.96875px;left:13.835227012634px;display:block; }
 }@media only screen and (max-width: 763px) { #M068vecJqr9hUp1klPw1gcCuQKFz71cB { width:121px;height:73px;top:107.96875px;left:171.98862552643px;display:block; }
 }@media only screen and (max-width: 763px) { #VQCPDFCA8QHvBfssUayXerq3vqTI7JGh { width:155px;height:73px;top:199.97158813477px;left:13.835227012634px;display:block; }
 }@media only screen and (max-width: 763px) { #WtFyXTFTubyVSXVgwfwr4upCeE8U8LbN { width:121px;height:73px;top:199.97158813477px;left:172.86931705475px;display:block; }
 }@media only screen and (max-width: 763px) { #qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h { display:block; }#qlOaHV5IcPJ1wyA01Kdti4DepJox0a1h > .row .container { width:320px;height:558px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5ugxS4Z1FhK8FIT40mOtTG3kMAq2ngG { width:320px;height:39px;top:20px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2cMSgcLrUv8hxwXk2Jn2LiTHoPhslt9 { width:320px;height:140px;top:78.9915px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #znlDzi7iq4qXxHFzTKTFl3v2IN40hsMX { width:186.989px;height:52px;top:122.98295593262px;left:66.477272987366px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZyT5ndTqnsHWTBKBHPEQhsmRDwPslQcw { width:44px;height:44px;top:88.980135540009px;left:276px;display:block; }
 }@media only screen and (max-width: 763px) { #tHcaxeTHFVdr0HxuS0dr1LssLnruLBnX { width:320px;height:140px;top:238.9915px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gy1NcKxvxmoMb8iF7M6z3nGSuvvU5C9I { width:186.989px;height:52px;top:282.98294067383px;left:66.477272987366px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GWmws6Tf1VKRSsEFqty6KIrQC6fxPsbk { width:43px;height:43px;top:251.98580418015px;left:277px;display:block; }
 }@media only screen and (max-width: 763px) { #hbdyqL8yH3CXmG5LF5BK304rUeuTtyUU { width:320px;height:140px;top:398.9915px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fAADx6vDSQrz4xloB3N2BmpKbMKbRgF3 { width:301.989px;height:78px;top:429.98577880859px;left:8.9914770126343px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OXLlm2g1Kar7O7RmqIyGCp4ASNyrTxpk { width:43px;height:43px;top:410.97975073242px;left:277px;display:block; }
 }@media only screen and (max-width: 763px) { #LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv { display:block; }#LWDuCZfBE2FPPLI4l3Bp6So3hKhfu3Zv > .row .container { width:320px;height:163px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsTR9sS4Tz4RshyAZT9v7x6paAw2QNce { width:310.994px;height:117px;top:22.982971191406px;left:4.48863697052px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0po3GsvztydMiMCOgnxwWaObhBbWHCr { background-color:#232936;background-image:none;display:block; }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row .container { background-color: transparent; background-image: none; }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row .container > .video-iframe-container { display: none; }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row > .video-iframe-container { display: none; }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .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); }#m0po3GsvztydMiMCOgnxwWaObhBbWHCr > .row .container { width:320px;height:795px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glcvxLOVhAlkxRhmogrkV0rUR3KRuCU1 { width:172px;height:41px;top:666.6px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #nTqkTukRNd1fWd60Ez9I04ZMGv0zR0A1 { width:159px;height:26px;top:577.2px;left:80px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wp91GHUnCUCV4n7NK4J0RqIduTII4XpS { width:159px;height:23.4028px;top:623.2px;left:80px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QvrI02SFO1dS8VHpOiWqq5p1O0fhDndT { width:159px;height:26px;top:552.19999694824px;left:80.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kgiSGA0bktLN56w49GOAUcHal6CXwhV5 { width:100px;height:20.7969px;top:20px;left:110px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCbTk4DfXgyseFkwKP4giSxyGRqnUlhW { width:100px;height:20.7969px;top:131.39999389648px;left:110px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHdsynOxZTMXI3kdlTGELTcvp9qhyUHV { width:100px;height:20.7969px;top:253.79998779297px;left:110px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiDMTq8KxON4mwFpzCAmNhK50XsoUomm { width:100px;height:20.7969px;top:379.20001220703px;left:110px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBBJdILTXgyG4DNshmNMvpFpDBawoM2a { width:100px;height:20.7969px;top:55.800003051758px;left:110px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTLLgyfH2fzV1IfQzGInfGeWmv7Se77N { width:154px;height:20.7969px;top:170.20001220703px;left:83px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wy41wumKsNa1qyixndhCabxsmvP9FIRP { width:100px;height:20.7969px;top:298.60000610352px;left:110px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdqSKxNg0A8DP7SkcH30LAQkxQPJVbJu { width:200px;height:20.7969px;top:94.600006103516px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAkLka8prgBUSPMDbMmb1c0y5uJb2HiI { width:200px;height:20.7969px;top:214px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6y6gtTyHaFLi9lQ2oETgeme6QMhBblt { width:151px;height:20.7969px;top:339.39999389648px;left:84.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgsB3ShO94rATTHvL8n36To7KSo51nZ8 { width:200px;height:83.1875px;top:428px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ct4ufFq7QRImtOXh7x0H4lWtdNZh0XrH { width:57px;height:57px;top:547.19998168945px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:320px;height:1px;position:relative;display:block; } }