.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:14px;font-family:arial;height:120px;width:960px;position:relative;display:block; }#Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { 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:50px;width:217px;top:33px;left:371.5px;overflow:hidden;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3d4851, #091119);background-image: -moz-linear-gradient(90deg, #3d4851, #091119);background-image: -ms-linear-gradient(90deg, #3d4851, #091119);background-image: -o-linear-gradient(90deg, #3d4851, #091119);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );";background-image: linear-gradient(90deg, #3d4851, #091119);background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { font-size:14px;font-family:arial;height:443px;width:960px;overflow:visible;position:relative;display:block; }#vl2nyC0TvevL32r6hcNRgaHaOUraA0np { color:#30d57b;display:block;width:833px;position:absolute;font-family:lato;font-size:55px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:97px;left:112px;height:71.5px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { color:#ffffff;display:block;width:419px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:207.984375px;left:111.984375px;height:120px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IeACSo1Glfw3nUt49eEHIy0xA4LbfbSf { box-sizing:content-box;height:2px;width:200px;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:369.9921875px;left:111.984375px;display:block; }
#vrB3ge3MIRMmr8ven9BsLT3K7HMo4z38 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:592px;width:636px;top:0px;left:483px;overflow:hidden;display:block; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3d4851, #091119);background-image: -moz-linear-gradient(90deg, #3d4851, #091119);background-image: -ms-linear-gradient(90deg, #3d4851, #091119);background-image: -o-linear-gradient(90deg, #3d4851, #091119);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );";background-image: linear-gradient(90deg, #3d4851, #091119);background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { border-width: 0; border-radius: 0; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { font-size:14px;font-family:arial;height:314px;width:960px;overflow:visible;position:relative;display:block; }#LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { color:#ffffff;display:block;width:791px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:47.234375px;left:111.46875px;height:199.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5ec4b2, #10a948);background-image: -moz-linear-gradient(90deg, #5ec4b2, #10a948);background-image: -ms-linear-gradient(90deg, #5ec4b2, #10a948);background-image: -o-linear-gradient(90deg, #5ec4b2, #10a948);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec4b2', endColorstr='#10a948' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec4b2', endColorstr='#10a948' );";background-image: linear-gradient(90deg, #5ec4b2, #10a948);background-size:auto !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; }#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 > .row .container { background-color: transparent; background-image: none; }#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 > .row .container > .video-iframe-container { display: none; }#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 > .row > .video-iframe-container { display: none; }#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 > .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); }#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 > .row .container { border-width: 0; border-radius: 0; }#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 > .row .container { font-size:14px;font-family:arial;height:307px;width:960px;position:relative;display:block; }#geoCPNHLeCCzO4wmb9Xn84RaeOv9Bew1 { color:#ffffff;display:block;width:313px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:53.71875px;left:112.453125px;height:199.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XhQT5h3TQc46yildOZGsGhIruyUOppz4 { color:#ffffff;display:block;width:282px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:68.21875px;left:552.1875px;height:171px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bl0Wdxd1kdPkl8c5PxWlL6U9PFvsA7ps { box-sizing:content-box;height:205px;width:322px;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:49.71875px;left:530.71875px;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;display:block; }
#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3d4851, #091119);background-image: -moz-linear-gradient(90deg, #3d4851, #091119);background-image: -ms-linear-gradient(90deg, #3d4851, #091119);background-image: -o-linear-gradient(90deg, #3d4851, #091119);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );";background-image: linear-gradient(90deg, #3d4851, #091119);background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row .container { background-color: transparent; background-image: none; }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row .container > .video-iframe-container { display: none; }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row > .video-iframe-container { display: none; }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .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); }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row .container { border-width: 0; border-radius: 0; }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row .container { font-size:14px;font-family:arial;height:508px;width:960px;overflow:visible;position:relative;display:block; }#JxioDD86xMO0UubgcszvLz882EUuiJ2B { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #3cb874;border-left:2px solid #3cb874;border-right:2px solid #3cb874;border-bottom:2px solid #3cb874;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:188px;height:59px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:49px;left:415px;display:block; }
#gbS6QcWkqOCy99lHcui4TdIFEMxVGMfu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KJsthoKTLzsc4DWdxVVZkFBZfAVlWyNO { color:#ffffff;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:138px;left:112px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uONGkhEd8HEhxFO4mn07RhIccHi2sEdI { color:#ffffff;display:block;width:590px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:315.99609375px;left:185px;height:57px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BTTZdvviER3doR3aAv1RkI9TToECN5y9 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #3cb874;border-left:2px solid #3cb874;border-right:2px solid #3cb874;border-bottom:2px solid #3cb874;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:59px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:227px;left:399px;display:block; }
#mhWtkrJ2RCW4aoo2G5eqo0QkGsC5PVJB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LLMVOX6KBQps3BfJDJ3BIR61Gm9vSgpM { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #3cb874;border-left:2px solid #3cb874;border-right:2px solid #3cb874;border-bottom:2px solid #3cb874;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59px;height:59px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:227px;left:342px;display:block; }
#am5QGpzv7Wu8xqcKZWD81iV5atWm8gR4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zpoqJyIlqLA5VNbdDwb0TibsXv0XamlI { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #3cb874;border-left:2px solid #3cb874;border-right:2px solid #3cb874;border-bottom:2px solid #3cb874;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59px;height:59px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:49px;left:358px;display:block; }
#eODprJbDeCrWepKgThCdTM57tBb71vhP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eu1sFyxvsXyEALmoKSTwUJzNRMkKiiUv { color:#ffffff;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:388.5px;left:111.5px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OtQcosunmoIkIlzkrERAZdamfD7zde01 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5ec4b2, #10a948);background-image: -moz-linear-gradient(90deg, #5ec4b2, #10a948);background-image: -ms-linear-gradient(90deg, #5ec4b2, #10a948);background-image: -o-linear-gradient(90deg, #5ec4b2, #10a948);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec4b2', endColorstr='#10a948' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec4b2', endColorstr='#10a948' );";background-image: linear-gradient(90deg, #5ec4b2, #10a948);background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row .container { background-color: transparent; background-image: none; }#OtQcosunmoIkIlzkrERAZdamfD7zde01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row .container > .video-iframe-container { display: none; }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row > .video-iframe-container { display: none; }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .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); }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row .container { border-width: 0; border-radius: 0; }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row .container { font-size:14px;font-family:arial;height:578px;width:960px;overflow:visible;position:relative;display:block; }#XgVf8pmGul3n2osSRsGS2JiHgNASQzoN { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:218px;height:60px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:50.96875px;left:399px;display:block; }
#N4REtyUwcW0a286eWkAQCokJTRDeKX4I { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#W2T7Pil6mR6NHSa4B3P6kk0mpdcKLhhh { color:#ffffff;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:126.984375px;left:111.9921875px;height:114px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XpOFc3foBmFg8KR0MXnkzRt0SyXuuL77 { color:#ffffff;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:374.9921875px;left:111.9921875px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qPkfKTTPrqIHxPMzi0y1b3PWFF8ws2p4 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:628px;height:76px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:279.98046875px;left:194px;display:block; }
#bzq0U75DB1iTSVWVGtTvKEBGsAfpp0QB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CEICS2O13HVlT1sGEyLVrOSmmXpI1xEy { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60px;height:76px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:280px;left:136.9921875px;display:block; }
#RE7NydWSinx4XJZ3NpqDWtiTG7Hxng5V { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kPlfXsgcpL20v8FtI4reLazKzlpidKVZ { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60px;height:60px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:50.9765625px;left:341.9921875px;display:block; }
#O2JtkdqyoUlXtFUTVTHofgGCKdHnvQQb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3d4851, #091119);background-image: -moz-linear-gradient(90deg, #3d4851, #091119);background-image: -ms-linear-gradient(90deg, #3d4851, #091119);background-image: -o-linear-gradient(90deg, #3d4851, #091119);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );";background-image: linear-gradient(90deg, #3d4851, #091119);background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row .container { background-color: transparent; background-image: none; }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row .container > .video-iframe-container { display: none; }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row > .video-iframe-container { display: none; }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .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); }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row .container { border-width: 0; border-radius: 0; }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row .container { font-size:14px;font-family:arial;height:468px;width:960px;overflow:visible;position:relative;display:block; }#NQbtP5dnM6ZU1T526NWlxMaomiZQGDEe { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #3cb874;border-left:2px solid #3cb874;border-right:2px solid #3cb874;border-bottom:2px solid #3cb874;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:326px;height:59px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.984375px;left:346.9921875px;display:block; }
#L3JcmWScgMUXzrdpw2V8TMIpU52gcb7u { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VVyF3yRESlJLnR6ryu6fqSsCMnIsFSdS { color:#ffffff;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:128px;left:109px;height:114px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AGJTCktqgom0w50p2gGrFwl1pXXGTmXG { color:#ffffff;display:block;width:743px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:370px;left:109px;height:57px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cBCSpxIQLhkfbV4mh88U8QTeRV1ydGP8 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #3cb874;border-left:2px solid #3cb874;border-right:2px solid #3cb874;border-bottom:2px solid #3cb874;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:551px;height:67px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:275px;left:229px;display:block; }
#IyD9n8IAXD4PAVshEmphFM5NIxbioxw6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LmrQokH0S10QPqZelOc012MZdfCeWslJ { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #3cb874;border-left:2px solid #3cb874;border-right:2px solid #3cb874;border-bottom:2px solid #3cb874;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59px;height:67px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:275px;left:172.984375px;display:block; }
#atFUsN3I6NQWgRKO4QTCWNm6Zfrt3uCs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ttb5MDTlq0ZJpIlDNTLpSHcmCD1Fpm9m { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #3cb874;border-left:2px solid #3cb874;border-right:2px solid #3cb874;border-bottom:2px solid #3cb874;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59px;height:59px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:44px;left:289px;display:block; }
#ONkTf86heghXXChIH7UwTxBXZDEH2X8h { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#to4e96wdi8MO74LwlTPR3dV98VV60oGd { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3d4851, #091119);background-image: -moz-linear-gradient(90deg, #3d4851, #091119);background-image: -ms-linear-gradient(90deg, #3d4851, #091119);background-image: -o-linear-gradient(90deg, #3d4851, #091119);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );";background-image: linear-gradient(90deg, #3d4851, #091119);background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row .container { background-color: transparent; background-image: none; }#to4e96wdi8MO74LwlTPR3dV98VV60oGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row .container > .video-iframe-container { display: none; }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row > .video-iframe-container { display: none; }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .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); }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row .container { border-width: 0; border-radius: 0; }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row .container { font-size:14px;font-family:arial;height:458px;width:960px;overflow:visible;position:relative;display:block; }#TuF36k88iG5SfipPcn1Qt8hH0qWvpRz8 { 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:445px;width:638px;top:7.4999694824219px;left:164px;overflow:hidden;display:block; }
#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3d4851, #091119);background-image: -moz-linear-gradient(90deg, #3d4851, #091119);background-image: -ms-linear-gradient(90deg, #3d4851, #091119);background-image: -o-linear-gradient(90deg, #3d4851, #091119);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );";background-image: linear-gradient(90deg, #3d4851, #091119);background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row .container { background-color: transparent; background-image: none; }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row .container > .video-iframe-container { display: none; }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row > .video-iframe-container { display: none; }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .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); }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row .container { border-width: 0; border-radius: 0; }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row .container { font-size:14px;font-family:arial;height:358px;width:960px;overflow:visible;position:relative;display:block; }#IBKTbRsKfkWCmOOVA7mBFQWFsGVFSLt5 { 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:334px;width:621px;top:14.5px;left:175.5px;overflow:hidden;display:block; }
#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { background-color: transparent; background-image: none; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container > .video-iframe-container { display: none; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row > .video-iframe-container { display: none; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .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); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { border-width: 0; border-radius: 0; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { font-size:14px;font-family:arial;height:230px;width:960px;position:relative;display:block; }#k1T6UeIBTW5XH45AFmhyhfNnX5M45eUv { color:#ffffff;display:block;width:428px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:47px;left:115px;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KeV00So5OxTem539LmZaozxqhRCF1zuG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:30px;top:53px;left:615px;overflow:hidden;display:block; }
#ENBzTHxD0ynuXDlkrveG9ak7ehNlJuoL { 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:30px;width:30px;top:100px;left:615px;overflow:hidden;display:block; }
#DQJWbCDpbOzXTUFeqlgNsFqxxSmBhgJR { 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:29px;width:30px;top:150px;left:615px;overflow:hidden;display:block; }
#rCG6lh3mTbANN9XZMkJkoU9zFaCCnqnN { color:#ffffff;display:block;width:135px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:53px;left:660px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vPkSWKSN5SCLVFyBq0TX7qeSU18koGuS { color:#ffffff;display:block;width:135px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:101px;left:659px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NJPPEUoB1uveKSSQCUinRTr6D7DkBVvi { color:#ffffff;display:block;width:216px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:151px;left:660px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6QKC9fAbxi4h9iIA7EaH60PmfBGOmRo { 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:50px;width:217px;top:133.50001525879px;left:115px;overflow:hidden;display:block; }
#qVbarrCwC8f4piF9R9gtBKQUhg0hMZlM { 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:50px;width:217px;top:111px;left:271px;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { top:33px;left:274px;width:217px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vl2nyC0TvevL32r6hcNRgaHaOUraA0np { width:764px;height:72px;top:97px;left:0px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { width:419px;height:;top:207px;left:13.984375px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IeACSo1Glfw3nUt49eEHIy0xA4LbfbSf { top:369px;left:13.984375px;width:200px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #vrB3ge3MIRMmr8ven9BsLT3K7HMo4z38 { top:0px;left:128px;width:636px;height:592px;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:764px;height:200px;top:47px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 { display:block; }#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geoCPNHLeCCzO4wmb9Xn84RaeOv9Bew1 { width:313px;height:199px;top:53px;left:63.453125px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XhQT5h3TQc46yildOZGsGhIruyUOppz4 { width:282px;height:171px;top:68px;left:405.1875px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Bl0Wdxd1kdPkl8c5PxWlL6U9PFvsA7ps { top:49px;left:383.71875px;width:322px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO { display:block; }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxioDD86xMO0UubgcszvLz882EUuiJ2B { width:188px;height:59px;top:49px;left:317px;display:block; }
 }@media only screen and (max-width: 763px) { #gbS6QcWkqOCy99lHcui4TdIFEMxVGMfu { display:block; }
 }@media only screen and (max-width: 763px) { #KJsthoKTLzsc4DWdxVVZkFBZfAVlWyNO { width:736px;height:;top:137px;left:13.9921875px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uONGkhEd8HEhxFO4mn07RhIccHi2sEdI { width:590px;height:56px;top:315px;left:87px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BTTZdvviER3doR3aAv1RkI9TToECN5y9 { width:220px;height:59px;top:227px;left:301px;display:block; }
 }@media only screen and (max-width: 763px) { #mhWtkrJ2RCW4aoo2G5eqo0QkGsC5PVJB { display:block; }
 }@media only screen and (max-width: 763px) { #LLMVOX6KBQps3BfJDJ3BIR61Gm9vSgpM { width:59px;height:59px;top:227px;left:244px;display:block; }
 }@media only screen and (max-width: 763px) { #am5QGpzv7Wu8xqcKZWD81iV5atWm8gR4 { display:block; }
 }@media only screen and (max-width: 763px) { #zpoqJyIlqLA5VNbdDwb0TibsXv0XamlI { width:59px;height:59px;top:49px;left:260px;display:block; }
 }@media only screen and (max-width: 763px) { #eODprJbDeCrWepKgThCdTM57tBb71vhP { display:block; }
 }@media only screen and (max-width: 763px) { #eu1sFyxvsXyEALmoKSTwUJzNRMkKiiUv { width:736px;height:;top:388px;left:13.484375px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OtQcosunmoIkIlzkrERAZdamfD7zde01 { display:block; }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgVf8pmGul3n2osSRsGS2JiHgNASQzoN { width:218px;height:60px;top:50px;left:301px;display:block; }
 }@media only screen and (max-width: 763px) { #N4REtyUwcW0a286eWkAQCokJTRDeKX4I { display:block; }
 }@media only screen and (max-width: 763px) { #W2T7Pil6mR6NHSa4B3P6kk0mpdcKLhhh { width:737px;height:114px;top:126px;left:13.9921875px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XpOFc3foBmFg8KR0MXnkzRt0SyXuuL77 { width:737px;height:;top:374px;left:13.984375px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qPkfKTTPrqIHxPMzi0y1b3PWFF8ws2p4 { width:628px;height:76px;top:279px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #bzq0U75DB1iTSVWVGtTvKEBGsAfpp0QB { display:block; }
 }@media only screen and (max-width: 763px) { #CEICS2O13HVlT1sGEyLVrOSmmXpI1xEy { width:60px;height:76px;top:280px;left:38.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #RE7NydWSinx4XJZ3NpqDWtiTG7Hxng5V { display:block; }
 }@media only screen and (max-width: 763px) { #kPlfXsgcpL20v8FtI4reLazKzlpidKVZ { width:60px;height:60px;top:50px;left:243.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #O2JtkdqyoUlXtFUTVTHofgGCKdHnvQQb { display:block; }
 }@media only screen and (max-width: 763px) { #pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb { display:block; }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQbtP5dnM6ZU1T526NWlxMaomiZQGDEe { width:326px;height:59px;top:43px;left:248.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #L3JcmWScgMUXzrdpw2V8TMIpU52gcb7u { display:block; }
 }@media only screen and (max-width: 763px) { #VVyF3yRESlJLnR6ryu6fqSsCMnIsFSdS { width:737px;height:114px;top:128px;left:11px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AGJTCktqgom0w50p2gGrFwl1pXXGTmXG { width:743px;height:57px;top:370px;left:11px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cBCSpxIQLhkfbV4mh88U8QTeRV1ydGP8 { width:551px;height:67px;top:275px;left:131px;display:block; }
 }@media only screen and (max-width: 763px) { #IyD9n8IAXD4PAVshEmphFM5NIxbioxw6 { display:block; }
 }@media only screen and (max-width: 763px) { #LmrQokH0S10QPqZelOc012MZdfCeWslJ { width:59px;height:67px;top:275px;left:74.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #atFUsN3I6NQWgRKO4QTCWNm6Zfrt3uCs { display:block; }
 }@media only screen and (max-width: 763px) { #Ttb5MDTlq0ZJpIlDNTLpSHcmCD1Fpm9m { width:59px;height:59px;top:44px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #ONkTf86heghXXChIH7UwTxBXZDEH2X8h { display:block; }
 }@media only screen and (max-width: 763px) { #to4e96wdi8MO74LwlTPR3dV98VV60oGd { display:block; }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuF36k88iG5SfipPcn1Qt8hH0qWvpRz8 { top:7px;left:66px;width:638px;height:445px;display:block; }
 }@media only screen and (max-width: 763px) { #OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP { display:block; }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBKTbRsKfkWCmOOVA7mBFQWFsGVFSLt5 { top:14px;left:77.5px;width:621px;height:334px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 { display:block; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1T6UeIBTW5XH45AFmhyhfNnX5M45eUv { width:428px;height:;top:47px;left:17px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KeV00So5OxTem539LmZaozxqhRCF1zuG { top:53px;left:517px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ENBzTHxD0ynuXDlkrveG9ak7ehNlJuoL { top:100px;left:517px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #DQJWbCDpbOzXTUFeqlgNsFqxxSmBhgJR { top:150px;left:517px;width:30px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #rCG6lh3mTbANN9XZMkJkoU9zFaCCnqnN { width:135px;height:;top:53px;left:562px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vPkSWKSN5SCLVFyBq0TX7qeSU18koGuS { width:135px;height:28px;top:101px;left:561px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NJPPEUoB1uveKSSQCUinRTr6D7DkBVvi { width:216px;height:28px;top:151px;left:548px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #w6QKC9fAbxi4h9iIA7EaH60PmfBGOmRo { top:133px;left:17px;width:217px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #qVbarrCwC8f4piF9R9gtBKQUhg0hMZlM { top:121px;left:183px;width:217px;height:50px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:relative;z-index:auto;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { width:217px;height:50.001843385931px;top:23px;left:50.99609375px;display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3d4851, #091119);background-image: -moz-linear-gradient(90deg, #3d4851, #091119);background-image: -ms-linear-gradient(90deg, #3d4851, #091119);background-image: -o-linear-gradient(90deg, #3d4851, #091119);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );";background-image: linear-gradient(90deg, #3d4851, #091119);background-size:cover !important;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vl2nyC0TvevL32r6hcNRgaHaOUraA0np { width:226px;height:78px;top:42px;left:18px;text-align:left;text-align-last:left;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { width:284px;height:105px;top:139.98828125px;left:17.98828125px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IeACSo1Glfw3nUt49eEHIy0xA4LbfbSf { width:100px;height:2px;top:270.98828125px;left:17.98828125px;display:block; }
 }@media only screen and (max-width: 763px) { #vrB3ge3MIRMmr8ven9BsLT3K7HMo4z38 { width:206px;height:192px;top:0px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3d4851, #091119);background-image: -moz-linear-gradient(90deg, #3d4851, #091119);background-image: -ms-linear-gradient(90deg, #3d4851, #091119);background-image: -o-linear-gradient(90deg, #3d4851, #091119);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );";background-image: linear-gradient(90deg, #3d4851, #091119);background-size:cover !important;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:320px;height:315px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:301px;height:273px;top:5px;left:9.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 { display:block; }#rpET7UrkrO6o8ThotCqgCwOEJB84mDi3 > .row .container { width:320px;height:290px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geoCPNHLeCCzO4wmb9Xn84RaeOv9Bew1 { width:298px;height:105px;top:17px;left:11px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XhQT5h3TQc46yildOZGsGhIruyUOppz4 { width:282px;height:84px;top:165.16668701172px;left:19px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Bl0Wdxd1kdPkl8c5PxWlL6U9PFvsA7ps { width:318px;height:117px;top:148px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3d4851, rgba(9,17,25,0.9));background-image: -moz-linear-gradient(90deg, #3d4851, rgba(9,17,25,0.9));background-image: -ms-linear-gradient(90deg, #3d4851, rgba(9,17,25,0.9));background-image: -o-linear-gradient(90deg, #3d4851, rgba(9,17,25,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#e5091119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#e5091119' );";background-image: linear-gradient(90deg, #3d4851, rgba(9,17,25,0.9));background-size:cover !important;display:block; }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row .container { background-color: transparent; background-image: none; }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row .container > .video-iframe-container { display: none; }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row > .video-iframe-container { display: none; }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .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); }#HGTP8DMLb9nrzJWvs0t8T0l9JsmDOKgO > .row .container { width:320px;height:495px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxioDD86xMO0UubgcszvLz882EUuiJ2B { width:164px;height:59px;top:33px;left:107px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gbS6QcWkqOCy99lHcui4TdIFEMxVGMfu { display:block; }
 }@media only screen and (max-width: 763px) { #KJsthoKTLzsc4DWdxVVZkFBZfAVlWyNO { width:260px;height:63px;top:119.0000038147px;left:30px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uONGkhEd8HEhxFO4mn07RhIccHi2sEdI { width:260px;height:63px;top:293.50001144409px;left:30px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BTTZdvviER3doR3aAv1RkI9TToECN5y9 { width:187px;height:59px;top:214px;left:95px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mhWtkrJ2RCW4aoo2G5eqo0QkGsC5PVJB { display:block; }
 }@media only screen and (max-width: 763px) { #LLMVOX6KBQps3BfJDJ3BIR61Gm9vSgpM { width:59px;height:59px;top:214px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #am5QGpzv7Wu8xqcKZWD81iV5atWm8gR4 { display:block; }
 }@media only screen and (max-width: 763px) { #zpoqJyIlqLA5VNbdDwb0TibsXv0XamlI { width:59px;height:59px;top:33px;left:50px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eODprJbDeCrWepKgThCdTM57tBb71vhP { display:block; }
 }@media only screen and (max-width: 763px) { #eu1sFyxvsXyEALmoKSTwUJzNRMkKiiUv { width:260px;height:63px;top:378px;left:30px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OtQcosunmoIkIlzkrERAZdamfD7zde01 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5ec4b2, rgba(16,169,72,0.9));background-image: -moz-linear-gradient(90deg, #5ec4b2, rgba(16,169,72,0.9));background-image: -ms-linear-gradient(90deg, #5ec4b2, rgba(16,169,72,0.9));background-image: -o-linear-gradient(90deg, #5ec4b2, rgba(16,169,72,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec4b2', endColorstr='#e510a948' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec4b2', endColorstr='#e510a948' );";background-image: linear-gradient(90deg, #5ec4b2, rgba(16,169,72,0.9));background-size:cover !important;display:block; }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row .container { background-color: transparent; background-image: none; }#OtQcosunmoIkIlzkrERAZdamfD7zde01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row .container > .video-iframe-container { display: none; }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row > .video-iframe-container { display: none; }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .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); }#OtQcosunmoIkIlzkrERAZdamfD7zde01 > .row .container { width:320px;height:660px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgVf8pmGul3n2osSRsGS2JiHgNASQzoN { width:181px;height:60px;top:25.98828125px;left:98.984375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N4REtyUwcW0a286eWkAQCokJTRDeKX4I { display:block; }
 }@media only screen and (max-width: 763px) { #W2T7Pil6mR6NHSa4B3P6kk0mpdcKLhhh { width:257px;height:168px;top:104.9921875px;left:31.484375px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XpOFc3foBmFg8KR0MXnkzRt0SyXuuL77 { width:260px;height:231px;top:411.984375px;left:30px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qPkfKTTPrqIHxPMzi0y1b3PWFF8ws2p4 { width:227px;height:95px;top:303.984375px;left:74px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bzq0U75DB1iTSVWVGtTvKEBGsAfpp0QB { display:block; }
 }@media only screen and (max-width: 763px) { #CEICS2O13HVlT1sGEyLVrOSmmXpI1xEy { width:60px;height:95px;top:303.9921875px;left:16.98828125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RE7NydWSinx4XJZ3NpqDWtiTG7Hxng5V { display:block; }
 }@media only screen and (max-width: 763px) { #kPlfXsgcpL20v8FtI4reLazKzlpidKVZ { width:60px;height:60px;top:25.98828125px;left:40.99609375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #O2JtkdqyoUlXtFUTVTHofgGCKdHnvQQb { display:block; }
 }@media only screen and (max-width: 763px) { #pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3d4851, rgba(9,17,25,0.9));background-image: -moz-linear-gradient(90deg, #3d4851, rgba(9,17,25,0.9));background-image: -ms-linear-gradient(90deg, #3d4851, rgba(9,17,25,0.9));background-image: -o-linear-gradient(90deg, #3d4851, rgba(9,17,25,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#e5091119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#e5091119' );";background-image: linear-gradient(90deg, #3d4851, rgba(9,17,25,0.9));background-size:cover !important;display:block; }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row .container { background-color: transparent; background-image: none; }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row .container > .video-iframe-container { display: none; }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row > .video-iframe-container { display: none; }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .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); }#pSEL4O5fbkoqFiEqhgMiPJ5fm9fixfnb > .row .container { width:320px;height:572px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQbtP5dnM6ZU1T526NWlxMaomiZQGDEe { width:206px;height:59px;top:37.984375px;left:84.984375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L3JcmWScgMUXzrdpw2V8TMIpU52gcb7u { display:block; }
 }@media only screen and (max-width: 763px) { #VVyF3yRESlJLnR6ryu6fqSsCMnIsFSdS { width:260px;height:147px;top:121px;left:30px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AGJTCktqgom0w50p2gGrFwl1pXXGTmXG { width:260px;height:105px;top:422.00001525879px;left:30px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cBCSpxIQLhkfbV4mh88U8QTeRV1ydGP8 { width:207px;height:95px;top:299px;left:85px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IyD9n8IAXD4PAVshEmphFM5NIxbioxw6 { display:block; }
 }@media only screen and (max-width: 763px) { #LmrQokH0S10QPqZelOc012MZdfCeWslJ { width:59px;height:95px;top:299px;left:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #atFUsN3I6NQWgRKO4QTCWNm6Zfrt3uCs { display:block; }
 }@media only screen and (max-width: 763px) { #Ttb5MDTlq0ZJpIlDNTLpSHcmCD1Fpm9m { width:59px;height:59px;top:37.98828125px;left:27.99609375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ONkTf86heghXXChIH7UwTxBXZDEH2X8h { display:block; }
 }@media only screen and (max-width: 763px) { #to4e96wdi8MO74LwlTPR3dV98VV60oGd { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3d4851, #091119);background-image: -moz-linear-gradient(90deg, #3d4851, #091119);background-image: -ms-linear-gradient(90deg, #3d4851, #091119);background-image: -o-linear-gradient(90deg, #3d4851, #091119);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );";background-image: linear-gradient(90deg, #3d4851, #091119);background-size:cover !important;display:block; }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row .container { background-color: transparent; background-image: none; }#to4e96wdi8MO74LwlTPR3dV98VV60oGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row .container > .video-iframe-container { display: none; }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row > .video-iframe-container { display: none; }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .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); }#to4e96wdi8MO74LwlTPR3dV98VV60oGd > .row .container { width:320px;height:245px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuF36k88iG5SfipPcn1Qt8hH0qWvpRz8 { width:320px;height:224px;top:9.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3d4851, #091119);background-image: -moz-linear-gradient(90deg, #3d4851, #091119);background-image: -ms-linear-gradient(90deg, #3d4851, #091119);background-image: -o-linear-gradient(90deg, #3d4851, #091119);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4851', endColorstr='#091119' );";background-image: linear-gradient(90deg, #3d4851, #091119);background-size:cover !important;display:block; }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row .container { background-color: transparent; background-image: none; }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row .container > .video-iframe-container { display: none; }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row > .video-iframe-container { display: none; }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .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); }#OtiawoIZfrsoQx7Ds0AZ3PqguLHx2QUP > .row .container { width:320px;height:185px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBKTbRsKfkWCmOOVA7mBFQWFsGVFSLt5 { width:306px;height:166px;top:6.5px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 { display:block; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { width:320px;height:315px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1T6UeIBTW5XH45AFmhyhfNnX5M45eUv { width:320px;height:67.5px;top:19.9765625px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KeV00So5OxTem539LmZaozxqhRCF1zuG { width:30px;height:30px;top:178.16674804688px;left:30.666667938232px;display:block; }
 }@media only screen and (max-width: 763px) { #ENBzTHxD0ynuXDlkrveG9ak7ehNlJuoL { width:30px;height:30px;top:221px;left:30.666667938232px;display:block; }
 }@media only screen and (max-width: 763px) { #DQJWbCDpbOzXTUFeqlgNsFqxxSmBhgJR { width:30px;height:28.9792px;top:263px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #rCG6lh3mTbANN9XZMkJkoU9zFaCCnqnN { width:135px;height:28.5px;top:178.91674804688px;left:74.66667175293px;text-align:left;text-align-last:left;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vPkSWKSN5SCLVFyBq0TX7qeSU18koGuS { width:135px;height:28.5px;top:221.75px;left:74.66667175293px;text-align:left;text-align-last:left;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NJPPEUoB1uveKSSQCUinRTr6D7DkBVvi { width:216px;height:28.5px;top:263px;left:74px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #w6QKC9fAbxi4h9iIA7EaH60PmfBGOmRo { width:200px;height:45px;top:110.9765625px;left:30.6640625px;display:block; }
 }@media only screen and (max-width: 763px) { #qVbarrCwC8f4piF9R9gtBKQUhg0hMZlM { width:217px;height:50px;top:23.979187011719px;left:51.5px;z-index:15002;display:none; }
 }