.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"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu > .row .container { background-color: transparent; background-image: none; }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu > .row .container > .video-iframe-container { display: none; }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu > .row > .video-iframe-container { display: none; }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu > .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); }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu > .row .container { border-width: 0; border-radius: 0; }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu > .row .container { font-size:14px;font-family:arial;height:102px;width:1200px;position:relative;display:block; }#AXgU28fDSP6zIAn9DyBuUIIC7Ee2U8Z0 { color:#ffffff;display:block;width:832px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.5px;left:184px;height:65px;text-align:center;text-align-last:center;display:block; }
#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/c26db9d6-f8be-4cd1-87f0-55574ae0c186/Darkbackground.png");background-position:top left !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6.adaptive-delivery-prevent-bg, #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6.lazyload, #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6.lazyloading { background-image: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { background-color: transparent; background-image: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container > .video-iframe-container { display: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container { display: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .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); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { border-width: 0; border-radius: 0; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { font-size:14px;font-family:arial;height:773px;width:1200px;position:relative;display:block; }#r4U3TTR1ZZe5OCGNnK7I2yqBg9sCRRGH { color:#ffffff;display:block;width:988px;position:absolute;font-family:lato;font-size:36px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:46px;left:106px;height:187.2px;text-align:center;text-align-last:center;display:block; }
#HrwOFoGH8BXguvFT5ltSCEeu5nQk9lCq { 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:27px;width:27px;top:311px;left:18px;overflow:hidden;display:block; }
#wO3UIKrenB50OGmAGlZDSsUiRCoHRcUb { color:#ffffff;display:block;width:373px;position:absolute;font-family:lato;font-size:21px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:311px;left:55px;height:136.5px;display:block; }
#bq29WVpC53iZ49NRKLKLvauCbtKmbTz2 { background-color:#00cc04;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:446px;height:75px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:550.5px;left:0px;display:block; }
#ut4NR0TEUxFK3ZT2Z4SiaFGGAN9JGSwA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TF3XxVbSdwTCwokLs4AoOUtVezdpi3GQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:311px;left:503.5px;display:block; }
#QWkd69pyIIt4HeoGCAazMoXJTXoFprLz { 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:359px;width:640px;top:311px;left:503.5px;overflow:hidden;display:block; }
#HfzNzTg5JEasVipkW7ruJGChUviSZb4D { color:#ffffff;display:block;width:300px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:630px;left:73px;height:31.2px;text-align:center;text-align-last:center;display:block; }
#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { position:relative;display:block; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { background-color: transparent; background-image: none; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container > .video-iframe-container { display: none; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row > .video-iframe-container { display: none; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .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); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { border-width: 0; border-radius: 0; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:366px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rpwHvKZz27tOGiOKtA3EIl4HCO8ukDBT { color:#2a2a2a;display:block;width:1200px;position:absolute;font-family:lato;font-size:35px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:51px;left:0px;height:91px;text-align:center;text-align-last:center;display:block; }
#iFq80Kt21ieL4hXpZTb8scD2CTmeuQdg { color:#2a2a2a;display:block;width:598px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:163px;left:301px;height:123.5px;text-align:left;text-align-last:left;display:block; }
#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/uc/c26db9d6-f8be-4cd1-87f0-55574ae0c186/Darkbackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd.adaptive-delivery-prevent-bg, #lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd.lazyload, #lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd.lazyloading { background-image: none; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row .container { background-color: transparent; background-image: none; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row .container > .video-iframe-container { display: none; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row > .video-iframe-container { display: none; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .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); }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row .container { border-width: 0; border-radius: 0; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row .container { font-size:14px;font-family:arial;height:732px;width:1200px;position:relative;display:block; }#xtMNpbrpQZL4xzmmEQ5E5rT2MAPTUrFa { 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:447px;width:598px;top:123px;left:0px;overflow:hidden;display:block; }
#GPHO3TfSGpo1IaZuU8laN3IO4kIP3EDM { color:#000000;display:block;width:440px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:70px;left:677px;height:32.5px;font-style:normal;display:block; }
#NGqEhXBLFM6GTckaL1f6iZ7XO8ueyVGX { color:#ffffff;display:block;width:440px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:123px;left:680px;height:421.2px;display:block; }
#g2pPUBCZyKgQ3hwZqcl6E2lR9NK42yDT { background-color:#00cc04;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:446px;height:75px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:590px;left:677px;display:block; }
#vfhzg4h4L9LDVXKmUtL0WwnbBOEIqEW7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#S8JQi4ITALAwXAJW5pcgdaz0qIFzDMM9 { color:#ffffff;display:block;width:300px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:669px;left:750.00006103516px;height:31.2px;text-align:center;text-align-last:center;display:block; }
#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn { position:relative;display:block; }#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn { background-color: transparent; background-image: none; }#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn > .row .container > .video-iframe-container { display: none; }#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn > .row > .video-iframe-container { display: none; }#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn > .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); }#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn { border-width: 0; border-radius: 0; }#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:130px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k2P4sBQMobgyzdKnzUt1f951p5TxvxU5 { color:#2a2a2a;display:block;width:1200px;position:absolute;font-family:lato;font-size:35px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13px;left:0px;height:45.5px;text-align:center;text-align-last:center;display:block; }
#WwqDSed88Mc0k5ShzhhgDI2shnn26zkK { color:#2a2a2a;display:block;width:959px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:71px;left:120.5px;height:24.7px;text-align:center;text-align-last:center;display:block; }
#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 { position:relative;display:block; }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 { background-color: transparent; background-image: none; }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 > .row .container > .video-iframe-container { display: none; }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 > .row > .video-iframe-container { display: none; }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 > .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); }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 { border-width: 0; border-radius: 0; }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:737px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 > .row .container.adaptive-delivery-prevent-bg, #L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 > .row .container.lazyload, #L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 > .row .container.lazyloading { background-image: none; }#TcyoHgiGOfBRsTKpEfrX8sO0PyOZF3lm { position:absolute;display:block;z-index:15000;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:651px;width:330px;top:8.1999969482422px;left:36px;overflow:hidden;display:block; }
#lBRr0aJXrl0N2Atc1IEbICzNkoKrNktq { position:absolute;display:block;z-index:15001;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:577px;width:330px;top:8.1999969482422px;left:435px;overflow:hidden;display:block; }
#gBrv9Z64U7R7MfNO6Bdynk4y2pAXpCzu { position:absolute;display:block;z-index:15002;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:718px;width:330px;top:8.1999969482422px;left:835px;overflow:hidden;display:block; }
#tG0TleSJys58KEL03HEcw4Q7lThV63nc { position:relative;display:block; }#tG0TleSJys58KEL03HEcw4Q7lThV63nc { background-color: transparent; background-image: none; }#tG0TleSJys58KEL03HEcw4Q7lThV63nc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG0TleSJys58KEL03HEcw4Q7lThV63nc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG0TleSJys58KEL03HEcw4Q7lThV63nc > .row .container > .video-iframe-container { display: none; }#tG0TleSJys58KEL03HEcw4Q7lThV63nc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG0TleSJys58KEL03HEcw4Q7lThV63nc > .row > .video-iframe-container { display: none; }#tG0TleSJys58KEL03HEcw4Q7lThV63nc > .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); }#tG0TleSJys58KEL03HEcw4Q7lThV63nc { border-width: 0; border-radius: 0; }#tG0TleSJys58KEL03HEcw4Q7lThV63nc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tG0TleSJys58KEL03HEcw4Q7lThV63nc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:447px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zOvkLroFr6z9CT8JWkhF18J0OtCLekcC { position:absolute;display:block;z-index:15000;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:372px;width:550px;top:13px;left:24.1875px;overflow:hidden;display:block; }
#MC1xLxeuBM6f9s4TUvRuyAyGxTWbWP4W { position:absolute;display:block;z-index:15001;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:351px;width:550px;top:13px;left:624.19998168945px;overflow:hidden;display:block; }
#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { background-color: transparent; background-image: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container > .video-iframe-container { display: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container { display: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .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); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { border-width: 0; border-radius: 0; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { font-size:14px;font-family:arial;height:147px;width:1200px;position:relative;display:block; }#gdHkuK0TgAykmhKak5ohT2SJs4NTDgWK { background-color:#00cc04;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:446px;height:75px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14.5px;left:377px;display:block; }
#UCk1tJZZ4EvEbH4bFlxNXKmw44D7OZkM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lM49uX5RywXAS38gX6czvTCU7Wld8Jaa { color:#000000;display:block;width:300px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:94px;left:450px;height:31.2px;text-align:center;text-align-last:center;display:block; }
#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;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; }#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf > .row .container { background-color: transparent; background-image: none; }#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf > .row .container > .video-iframe-container { display: none; }#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf > .row > .video-iframe-container { display: none; }#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf > .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); }#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf > .row .container { border-width: 0; border-radius: 0; }#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#vuZy6TBKa8CQ0Upt65OOkKqAueCB652r { color:#d7d7d7;display:block;width:952px;position:absolute;font-family:lato;font-size:13px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18px;left:124px;height:50.7px;text-align:center;text-align-last:center;display:block; }
#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p { 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; }#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p > .row .container { background-color: transparent; background-image: none; }#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p > .row .container > .video-iframe-container { display: none; }#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p > .row > .video-iframe-container { display: none; }#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p > .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); }#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p > .row .container { border-width: 0; border-radius: 0; }#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p > .row .container { font-size:14px;font-family:arial;height:48px;width:1200px;position:relative;display:block; }#h4JZ6zsGnNBNSwziQ8iccwKdeW5izq7w { color:#000000;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.7999877929688px;left:0px;height:36.4px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu { display:block; }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXgU28fDSP6zIAn9DyBuUIIC7Ee2U8Z0 { top:18px;left:0px;width:764px;height:0;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 { display:block; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4U3TTR1ZZe5OCGNnK7I2yqBg9sCRRGH { top:46px;left:0px;width:764px;height:187px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HrwOFoGH8BXguvFT5ltSCEeu5nQk9lCq { top:311px;left:0px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #wO3UIKrenB50OGmAGlZDSsUiRCoHRcUb { top:311px;left:0px;width:373px;height:0;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bq29WVpC53iZ49NRKLKLvauCbtKmbTz2 { width:446px;height:75px;top:550px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ut4NR0TEUxFK3ZT2Z4SiaFGGAN9JGSwA { display:block; }
 }@media only screen and (max-width: 763px) { #TF3XxVbSdwTCwokLs4AoOUtVezdpi3GQ { top:311px;left:124px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #QWkd69pyIIt4HeoGCAazMoXJTXoFprLz { top:311px;left:124px;width:640px;height:359px;display:block; }
 }@media only screen and (max-width: 763px) { #HfzNzTg5JEasVipkW7ruJGChUviSZb4D { top:630px;left:0px;width:300px;height:31px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { display:block; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpwHvKZz27tOGiOKtA3EIl4HCO8ukDBT { top:51px;left:0px;width:764px;height:0;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iFq80Kt21ieL4hXpZTb8scD2CTmeuQdg { top:163px;left:83px;width:598px;height:123px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd { display:block; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtMNpbrpQZL4xzmmEQ5E5rT2MAPTUrFa { top:123px;left:0px;width:598px;height:447px;display:block; }
 }@media only screen and (max-width: 763px) { #GPHO3TfSGpo1IaZuU8laN3IO4kIP3EDM { top:70px;left:324px;width:440px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NGqEhXBLFM6GTckaL1f6iZ7XO8ueyVGX { top:123px;left:324px;width:440px;height:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g2pPUBCZyKgQ3hwZqcl6E2lR9NK42yDT { width:446px;height:75px;top:590px;left:318px;display:block; }
 }@media only screen and (max-width: 763px) { #vfhzg4h4L9LDVXKmUtL0WwnbBOEIqEW7 { display:block; }
 }@media only screen and (max-width: 763px) { #S8JQi4ITALAwXAJW5pcgdaz0qIFzDMM9 { top:669px;left:423px;width:300px;height:31px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn { display:block; }#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2P4sBQMobgyzdKnzUt1f951p5TxvxU5 { top:13px;left:0px;width:764px;height:45px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WwqDSed88Mc0k5ShzhhgDI2shnn26zkK { top:71px;left:0px;width:764px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 { display:block; }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcyoHgiGOfBRsTKpEfrX8sO0PyOZF3lm { top:8px;left:0px;width:330px;height:651px;display:block; }
 }@media only screen and (max-width: 763px) { #lBRr0aJXrl0N2Atc1IEbICzNkoKrNktq { top:8px;left:178px;width:330px;height:577px;display:block; }
 }@media only screen and (max-width: 763px) { #gBrv9Z64U7R7MfNO6Bdynk4y2pAXpCzu { top:8px;left:432px;width:330px;height:718px;display:block; }
 }@media only screen and (max-width: 763px) { #tG0TleSJys58KEL03HEcw4Q7lThV63nc { display:block; }#tG0TleSJys58KEL03HEcw4Q7lThV63nc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOvkLroFr6z9CT8JWkhF18J0OtCLekcC { top:13px;left:0px;width:550px;height:372px;display:block; }
 }@media only screen and (max-width: 763px) { #MC1xLxeuBM6f9s4TUvRuyAyGxTWbWP4W { top:13px;left:212px;width:550px;height:351px;display:block; }
 }@media only screen and (max-width: 763px) { #OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { display:block; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdHkuK0TgAykmhKak5ohT2SJs4NTDgWK { width:446px;height:75px;top:14px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #UCk1tJZZ4EvEbH4bFlxNXKmw44D7OZkM { display:block; }
 }@media only screen and (max-width: 763px) { #lM49uX5RywXAS38gX6czvTCU7Wld8Jaa { top:94px;left:232px;width:300px;height:31px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf { display:block; }#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuZy6TBKa8CQ0Upt65OOkKqAueCB652r { top:18px;left:0px;width:764px;height:50px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p { display:block; }#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4JZ6zsGnNBNSwziQ8iccwKdeW5izq7w { top:5px;left:0px;width:764px;height:36px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu { display:block; }#KnDznCD5TTZX0c8lIUf5NRmOlBFBBlRu > .row .container { width:320px;height:71px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXgU28fDSP6zIAn9DyBuUIIC7Ee2U8Z0 { width:320px;height:39px;top:20px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 { background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/uc/c26db9d6-f8be-4cd1-87f0-55574ae0c186/Darkbackground.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6.adaptive-delivery-prevent-bg, #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6.lazyload, #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6.lazyloading { background-image: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { background-color: transparent; background-image: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container > .video-iframe-container { display: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container { display: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .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); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { width:320px;height:598px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4U3TTR1ZZe5OCGNnK7I2yqBg9sCRRGH { width:304px;height:117px;top:23px;left:8px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HrwOFoGH8BXguvFT5ltSCEeu5nQk9lCq { width:27px;height:27px;top:364px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wO3UIKrenB50OGmAGlZDSsUiRCoHRcUb { width:260px;height:91px;top:364px;left:40px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bq29WVpC53iZ49NRKLKLvauCbtKmbTz2 { width:300px;height:52px;top:485px;left:10px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ut4NR0TEUxFK3ZT2Z4SiaFGGAN9JGSwA { display:block; }
 }@media only screen and (max-width: 763px) { #TF3XxVbSdwTCwokLs4AoOUtVezdpi3GQ { height:180px;width:320px;top:162px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QWkd69pyIIt4HeoGCAazMoXJTXoFprLz { width:320px;height:179.5px;top:162.25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HfzNzTg5JEasVipkW7ruJGChUviSZb4D { width:300px;height:26px;top:541px;left:10px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { display:block; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container { width:320px;height:328px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpwHvKZz27tOGiOKtA3EIl4HCO8ukDBT { width:320px;height:70.2px;top:20px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iFq80Kt21ieL4hXpZTb8scD2CTmeuQdg { width:255px;height:187.2px;top:117px;left:32.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd { background-color:#2a2a2a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row .container { background-color: transparent; background-image: none; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row .container > .video-iframe-container { display: none; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row > .video-iframe-container { display: none; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .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); }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row .container { border-width: 0; border-radius: 0; }#lRxKREHCIcie9MUqlGlqdQGIbAn3LxDd > .row .container { width:320px;height:958px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtMNpbrpQZL4xzmmEQ5E5rT2MAPTUrFa { width:300px;height:225px;top:65px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #GPHO3TfSGpo1IaZuU8laN3IO4kIP3EDM { width:293px;height:26px;top:20px;left:10px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NGqEhXBLFM6GTckaL1f6iZ7XO8ueyVGX { width:299px;height:478.4px;top:312px;left:10.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g2pPUBCZyKgQ3hwZqcl6E2lR9NK42yDT { width:300px;height:55px;top:836.39999389648px;left:9.9875001907349px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vfhzg4h4L9LDVXKmUtL0WwnbBOEIqEW7 { display:block; }
 }@media only screen and (max-width: 763px) { #S8JQi4ITALAwXAJW5pcgdaz0qIFzDMM9 { width:300px;height:26px;top:895px;left:10px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn { display:block; }#UbeT5DR6tNvNN6UBPtFxxeMT63rfNTcn > .row .container { width:320px;height:175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2P4sBQMobgyzdKnzUt1f951p5TxvxU5 { width:320px;height:23.4px;top:20px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WwqDSed88Mc0k5ShzhhgDI2shnn26zkK { width:246px;height:83.2px;top:62.600006103516px;left:37px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 { display:block; }#L40FXVSxVR3QlsennPiCBbQ9fgLRqix8 > .row .container { width:320px;height:1938px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcyoHgiGOfBRsTKpEfrX8sO0PyOZF3lm { width:320px;height:631px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lBRr0aJXrl0N2Atc1IEbICzNkoKrNktq { width:320px;height:561px;top:648.00011444092px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gBrv9Z64U7R7MfNO6Bdynk4y2pAXpCzu { width:320px;height:696.25px;top:1230px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tG0TleSJys58KEL03HEcw4Q7lThV63nc { display:block; }#tG0TleSJys58KEL03HEcw4Q7lThV63nc > .row .container { width:320px;height:460px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOvkLroFr6z9CT8JWkhF18J0OtCLekcC { width:320px;height:216.562px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MC1xLxeuBM6f9s4TUvRuyAyGxTWbWP4W { width:320px;height:204.462px;top:243.53747558594px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { display:block; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdHkuK0TgAykmhKak5ohT2SJs4NTDgWK { width:300px;height:55px;top:41px;left:10px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #UCk1tJZZ4EvEbH4bFlxNXKmw44D7OZkM { display:block; }
 }@media only screen and (max-width: 763px) { #lM49uX5RywXAS38gX6czvTCU7Wld8Jaa { width:300px;height:26px;top:100px;left:10px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf { display:block; }#hEAJcaVLkpx4TrnkcuBwsORTGLvMnfJf > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuZy6TBKa8CQ0Upt65OOkKqAueCB652r { width:320px;height:58.5px;top:34.599975585938px;left:0px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p { position:relative;z-index:auto;display:block; }#pVcQCuwtXy8IQUOP5OfcVLLqRWESsA2p > .row .container { width:320px;height:61px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4JZ6zsGnNBNSwziQ8iccwKdeW5izq7w { width:320px;height:39px;top:12px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }