.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 {
  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:#000000;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); }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(165deg, #8e8e8e, #ffffff);background-image: -moz-linear-gradient(165deg, #8e8e8e, #ffffff);background-image: -ms-linear-gradient(165deg, #8e8e8e, #ffffff);background-image: -o-linear-gradient(165deg, #8e8e8e, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#ffffff' );";background-image: linear-gradient(165deg, #8e8e8e, #ffffff);background-size:auto !important;position:relative;display:block; }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 > .row .container { background-color: transparent; background-image: none; }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 > .row .container > .video-iframe-container { display: none; }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 > .row > .video-iframe-container { display: none; }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 > .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); }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 > .row .container { border-width: 0; border-radius: 0; }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 > .row > .video-iframe-container {  }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 > .row .container { font-size:14px;font-family:arial;height:63px;width:1200px;position:relative;display:block; }#Qh9tVt1xHv7KKGlHlR7h9c7LTOsvI2nP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:494px;top:10px;left:353px;overflow:hidden;display:block; }
#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I { border-top:0;border-left:0;border-right:0;border-bottom:4px solid rgba(0,4,0,0.59);background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d7387150-4c23-492b-baf9-f30f27051030/Untitleddesign17.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I.adaptive-delivery-prevent-bg, #rSozu86TuzhN3VIzlL50ncQiuGcPTs3I.lazyload, #rSozu86TuzhN3VIzlL50ncQiuGcPTs3I.lazyloading { background-image: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container { background-color: transparent; background-image: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container > .video-iframe-container { display: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row > .video-iframe-container { display: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .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); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container { border-width: 0; border-radius: 0; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row > .video-iframe-container {  }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container { font-size:14px;font-family:arial;height:1060px;width:1200px;position:relative;display:block; }#G4SMeANM3ZiQPZxdQBJD82Zy3CCKinPt { color:#000000;display:block;width:597px;position:absolute;font-family:"istok web";font-size:30px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.6171875px;left:66.5px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jl5Iwmm6ZZBtC6XXwHCuwWq3Gyde6yl1 { background-color:#fb78b6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:27px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:751px;height:60px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:806px;left:0px;display:block; }
#IvcMGTopNNGGWfZeJh2yySXgS4MKZTMF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wIrZv9TXTdfnaQht4c5xclrqzy5X5tNy { position:absolute;display:block;z-index:15014;height:690px;width:388px;top:105px;left:1px;display:block; }
#NnlBkTtqNfiu4eD0yHTIBfvwpp7bFRSp { position:absolute;display:block;z-index:15017;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:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;height:107px;width:282px;top:880px;left:223px;display:block; }
#KpO2rmdZNRa25VxkT59HidcuLGXk9T5b { color:rgba(30,30,30,0.7);display:block;width:228px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:888px;left:252px;height:51.1875px;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; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;color:#fb78b6;padding-top:5.55px;padding-right:5px;padding-bottom:5.55px;padding-left:5px;display:block;align-items:center;width:30.02px;min-width:30.02px;height:29.79px;position:relative;font-family:"open sans";font-size:22.18px;font-weight:700;line-height:29.79px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.46px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:40.03px;height:17px;position:relative;font-family:"open sans";font-size:8.32px;font-weight:400;line-height:11.78px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:224px;height:61.35px;padding-top:2px;padding-right:2px;padding-bottom:2px;padding-left:2px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:916px;left:251px;z-index:15016; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #HcT3QZu4gppZi00I4owMy29csqwmZTpA { display:flex;position:relative;top:0px;left:0px; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #Iw0rWVMsFsWV6iUM8EOskpqdWRXocb42 { width:auto; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #nIJQwB0dZ4Ok22fvMSEFyGFe3JH72zNE {  }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #b1f1WelafbxgoW2SbdQFBIzXbR5eQQLa { display:flex;position:relative;top:0px;left:0px; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #VAFLtsNJrqV0zuapOm7S8dM0agOKXkwf {  }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #o1eZ64ALnuaKO0wnTNuJPp9XgFupdpLE {  }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #Soa1uZBmwJBScBv1vtAaG6oZSXthT0Og { display:flex;position:relative;top:0px;left:0px; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #wbhLrmk3vds7ipTJOyX72EXUJ9yGLUVJ {  }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #SppthbW5BZhXIMTeq7hB1hxALoiSQzdF {  }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #GSVVDh3fJacxKvKkX3XX7SHOz2C7Ez2q { display:flex;position:relative;top:0px;left:0px; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #XNpg9UPsMGmub58mhnUDHkklMS8FENOu {  }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #WVzhsZhy1gXBq16XXOi1h4tP0BVye1I4 {  }
#Hw5z4q2UvBJN1VEHIDDpINBOneMJZpGU { color:#000000;display:block;width:339px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:104.3046875px;left:411px;height:631.7575px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dRJSzxqW54chEZUdul7GBKPyWtJKmR9F { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1600px;width:1098px;display:none; }
#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;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 {  }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { font-size:14px;font-family:arial;height:52px;width:1200px;position:relative;display:block; }#R25T6tVaVyVyv776SIzbM1voCqCptrRZ { color:#797979;display:block;width:367px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16px;left:416.5px;height:20.7969px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 { display:block; }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qh9tVt1xHv7KKGlHlR7h9c7LTOsvI2nP { top:10px;left:135px;width:494px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #rSozu86TuzhN3VIzlL50ncQiuGcPTs3I { display:block; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4SMeANM3ZiQPZxdQBJD82Zy3CCKinPt { top:16px;left:0px;width:597px;height:78px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Jl5Iwmm6ZZBtC6XXwHCuwWq3Gyde6yl1 { width:751px;height:60px;top:806px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IvcMGTopNNGGWfZeJh2yySXgS4MKZTMF { display:block; }
 }@media only screen and (max-width: 763px) { #wIrZv9TXTdfnaQht4c5xclrqzy5X5tNy { top:105px;left:0px;width:388px;height:690px;display:block; }
 }@media only screen and (max-width: 763px) { #NnlBkTtqNfiu4eD0yHTIBfvwpp7bFRSp { width:282px;height:107px;top:880px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #KpO2rmdZNRa25VxkT59HidcuLGXk9T5b { width:228px;height:25px;top:888px;left:34px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu { display:flex;width:288px;height:81px;top:238px;left:456px; }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #HcT3QZu4gppZi00I4owMy29csqwmZTpA { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #Iw0rWVMsFsWV6iUM8EOskpqdWRXocb42 {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #nIJQwB0dZ4Ok22fvMSEFyGFe3JH72zNE {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #b1f1WelafbxgoW2SbdQFBIzXbR5eQQLa { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #VAFLtsNJrqV0zuapOm7S8dM0agOKXkwf {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #o1eZ64ALnuaKO0wnTNuJPp9XgFupdpLE {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #Soa1uZBmwJBScBv1vtAaG6oZSXthT0Og { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #wbhLrmk3vds7ipTJOyX72EXUJ9yGLUVJ {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #SppthbW5BZhXIMTeq7hB1hxALoiSQzdF {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #GSVVDh3fJacxKvKkX3XX7SHOz2C7Ez2q { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #XNpg9UPsMGmub58mhnUDHkklMS8FENOu {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #WVzhsZhy1gXBq16XXOi1h4tP0BVye1I4 {  }
 }@media only screen and (max-width: 763px) { #Hw5z4q2UvBJN1VEHIDDpINBOneMJZpGU { top:104px;left:193px;width:339px;height:678px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dRJSzxqW54chEZUdul7GBKPyWtJKmR9F { width:764px;height:1113px;display:none; }
 }@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) { #R25T6tVaVyVyv776SIzbM1voCqCptrRZ { top:16px;left:198.5px;width:367px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 { display:block; }#mxRWRDptWvRXJFwkXaWo1NfEzq49nyF0 > .row .container { width:320px;height:36px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qh9tVt1xHv7KKGlHlR7h9c7LTOsvI2nP { width:208px;height:20px;top:6px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #rSozu86TuzhN3VIzlL50ncQiuGcPTs3I { background-color:#ffffff;background-image:none;display:block; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container { background-color: transparent; background-image: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container > .video-iframe-container { display: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row > .video-iframe-container { display: none; }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .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); }#rSozu86TuzhN3VIzlL50ncQiuGcPTs3I > .row .container { width:320px;height:1742px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4SMeANM3ZiQPZxdQBJD82Zy3CCKinPt { width:320px;height:39px;top:12px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jl5Iwmm6ZZBtC6XXwHCuwWq3Gyde6yl1 { width:320px;height:51px;top:537px;left:0px;font-size:19px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px;line-height:.1;display:block; }
 }@media only screen and (max-width: 763px) { #IvcMGTopNNGGWfZeJh2yySXgS4MKZTMF { display:block; }
 }@media only screen and (max-width: 763px) { #wIrZv9TXTdfnaQht4c5xclrqzy5X5tNy { width:263px;height:464px;top:61.5px;left:28.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NnlBkTtqNfiu4eD0yHTIBfvwpp7bFRSp { width:244px;height:100px;top:595px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #KpO2rmdZNRa25VxkT59HidcuLGXk9T5b { width:227px;height:25.5938px;top:606px;left:48px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu .widget-text.counter-number { padding-top:5.36px;padding-right:4.89px;padding-bottom:5.36px;padding-left:4.89px;width:29.37px;min-width:29.37px;height:28.82px;font-size:21.46px;line-height:28.82px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.36px;margin-right:0;margin-bottom:0;margin-left:0;width:39.17px;height:11.4px;font-size:8.05px;line-height:11.4px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu { display:flex;width:221px;height:54.3px;top:632px;left:46px;padding-top:3.59px;padding-right:3.8px;padding-bottom:3.59px;padding-left:3.8px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #HcT3QZu4gppZi00I4owMy29csqwmZTpA { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #Iw0rWVMsFsWV6iUM8EOskpqdWRXocb42 {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #nIJQwB0dZ4Ok22fvMSEFyGFe3JH72zNE {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #b1f1WelafbxgoW2SbdQFBIzXbR5eQQLa { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #VAFLtsNJrqV0zuapOm7S8dM0agOKXkwf {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #o1eZ64ALnuaKO0wnTNuJPp9XgFupdpLE {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #Soa1uZBmwJBScBv1vtAaG6oZSXthT0Og { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #wbhLrmk3vds7ipTJOyX72EXUJ9yGLUVJ {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #SppthbW5BZhXIMTeq7hB1hxALoiSQzdF {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #GSVVDh3fJacxKvKkX3XX7SHOz2C7Ez2q { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #XNpg9UPsMGmub58mhnUDHkklMS8FENOu {  }
 }@media only screen and (max-width: 763px) { #O8oFNTfTKtCfdo2wS2i5wv4hs7FAMoRu #WVzhsZhy1gXBq16XXOi1h4tP0BVye1I4 {  }
 }@media only screen and (max-width: 763px) { #Hw5z4q2UvBJN1VEHIDDpINBOneMJZpGU { width:287px;height:565.5px;top:713px;left:16.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dRJSzxqW54chEZUdul7GBKPyWtJKmR9F { top:1295px;left:11.5px;width:297px;height:434px;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { position:relative;z-index:auto;display:block; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { width:320px;height:54px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R25T6tVaVyVyv776SIzbM1voCqCptrRZ { width:320px;height:18.1953px;top:18px;left:0px;font-size:14px;display:block; }
 }