.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container { background-color: transparent; background-image: none; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container > .video-iframe-container { display: none; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row > .video-iframe-container { display: none; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .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); }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container { border-width: 0; border-radius: 0; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container { font-size:14px;font-family:arial;height:65px;width:1200px;position:relative;display:block; }#clv10oPvyVDUhvGgyPKTJoEdkmsUeSox { color:#000000;display:block;width:790px;position:absolute;font-family:raleway;font-size:30px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16.5px;left:120px;height:0;font-style:normal;display:block; }
#v5ST9MVKTI1wViv2lnhqlfLWUmmF6hy7 { position:absolute;display:block;z-index:15003;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;box-shadow: none;height:64px;width:104px;top:0px;left:0px;overflow:hidden;display:block; }
#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container { background-color: transparent; background-image: none; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container > .video-iframe-container { display: none; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row > .video-iframe-container { display: none; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .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); }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container { border-width: 0; border-radius: 0; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container { font-size:14px;font-family:arial;height:70px;width:1200px;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:669px;width:1200px;overflow:visible;position:relative;display:block; }#NbA5UoUtN8JQRLXMPzRhEe57LQa2NtvU { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 23px rgba(0,0,0,0.21) ;height:363px;width:243px;top:75px;left:391px;display:none; }
#Wfs6TE5xrtSyboAQhI05zihqz0kBw37f { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:668px;width:1118px;top:0px;left:82px;display:block; }
#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn { 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; }#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn > .row .container { background-color: transparent; background-image: none; }#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn > .row .container > .video-iframe-container { display: none; }#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn > .row > .video-iframe-container { display: none; }#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn > .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); }#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn > .row .container { border-width: 0; border-radius: 0; }#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn > .row .container { font-size:14px;font-family:arial;height:334px;width:1200px;position:relative;display:block; }#awwrSizuCmisFHQHvxyzBUBlr7x7W8Ce { color:#000000;display:block;width:868px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:110.2578125px;left:197.5px;height:74.0859px;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; }
#SZ1NmrMLN91pPTVPBvBp7NyGtB4EZ7K7 { color:#ff0022;display:block;width:1040px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.3984375px;left:111.5px;height:65px;text-align:center;text-align-last:center;display:block; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA .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; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA .widget-text.counter-number { border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;background-color:#ff0022;background-image:none;color:#000000;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;height:43px;position:relative;font-family:"open sans";font-size:32px;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA .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:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;height:17px;position:relative;font-family:"open sans";font-size:12px;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA { 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;box-shadow: none;display:flex;justify-content:space-between;width:296px;height:83px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;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:207px;left:473.5px;z-index:15002; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #PNx81mQHaglVScNa2RXkmMwtIpD67BTG { display:flex;position:relative;top:0px;left:0px; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #At4nKDmqnTrdbE1ZIME44kVZN1lIO7x3 { width:auto; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #U30oVCWLwIepNf5N79vOL6ehaNWQUvNQ {  }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #s2HPiVp5lJG5t7tmp6EfONCxpZ1TaKUQ { display:flex;position:relative;top:0px;left:0px; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #Qi3iAiatSrHbfe5FAAq854PJgE23dTsn {  }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #yfsTZ3DvJWEJTCDZTJAetophmTqHwJeu {  }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #nJDVqC0VpEZIgw0OBwSJCGs4QCm2S7qh { display:flex;position:relative;top:0px;left:0px; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #wXLipSRVFa5SPHRSPRI2BBcxKGmrDsxG {  }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #xFgU1KNlQtgUIB8R33dJoisSSeQfeBEJ {  }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #IpatbRatfwOoAh4h6W4LqkUQB0c9Tmue { display:flex;position:relative;top:0px;left:0px; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #oSLfyKazqlEQ92hT6rPgdLXL21tlxJAD {  }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #htTSn1vm7pG4ofnkBB1uwLNmek8XIqut {  }
#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI { 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; }#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI > .row .container { background-color: transparent; background-image: none; }#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI > .row .container > .video-iframe-container { display: none; }#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI > .row > .video-iframe-container { display: none; }#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI > .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); }#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI > .row .container { border-width: 0; border-radius: 0; }#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI > .row .container { font-size:14px;font-family:arial;height:166px;width:1200px;position:relative;display:block; }#snwhy0g0b1ThSdm3IBz5Gbff5vftg82l { color:#000000;display:block;width:958px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:48.546875px;left:177.5px;height:49.3906px;text-align:center;text-align-last:center;display:block; }
#rzwR6QZ4vIg27aTDJpUiBMthxJ8WuN4W { box-sizing:content-box;height:2px;width:744px;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:18.5px;left:284.5px;display:block; }
#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc { 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; }#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc > .row .container { background-color: transparent; background-image: none; }#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc > .row .container > .video-iframe-container { display: none; }#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc > .row > .video-iframe-container { display: none; }#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc > .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); }#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc > .row .container { border-width: 0; border-radius: 0; }#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc > .row .container { font-size:14px;font-family:arial;height:562px;width:1200px;position:relative;display:block; }#cPsEXLkuPhyolvUlenMFgLSN8REkCvxl { position:absolute;display:block;z-index:15081;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:479px;width:480px;top:28px;left:73.484375px;overflow:hidden;display:block; }
#smliVrwPUVfyUGkpwJGsIrzE7cozSW5V { color:#000000;display:block;width:400px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:138px;left:700px;height:260px;display:block; }
#uyKQOnGx7N5hayEQb1MoDUVBtlbBcxII { color:#ff0022;display:block;width:258px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:79.5px;left:700px;height:32.5px;font-style:normal;display:block; }
#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO { 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; }#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO > .row .container { background-color: transparent; background-image: none; }#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO > .row .container > .video-iframe-container { display: none; }#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO > .row > .video-iframe-container { display: none; }#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO > .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); }#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO > .row .container { border-width: 0; border-radius: 0; }#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO > .row .container { font-size:14px;font-family:arial;height:562px;width:1200px;position:relative;display:block; }#sA51e1QpsAoqNaxoBhslpABnNXu9xnlg { position:absolute;display:block;z-index:15081;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:479px;width:480px;top:28px;left:73.484375px;overflow:hidden;display:block; }
#QgLVIJMLsowEFeD9ecay1vmBJfI3HH2e { color:#000000;display:block;width:400px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:138px;left:700px;height:338px;display:block; }
#FVdnmWZ9v5Z3sTRsakb4oSiKzOnBTyvw { color:#ff0022;display:block;width:247px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:83.5px;left:700px;height:32.5px;font-style:normal;display:block; }
#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 { 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; }#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 > .row .container { background-color: transparent; background-image: none; }#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 > .row .container > .video-iframe-container { display: none; }#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 > .row > .video-iframe-container { display: none; }#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 > .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); }#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 > .row .container { border-width: 0; border-radius: 0; }#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 > .row .container { font-size:14px;font-family:arial;height:579px;width:1200px;position:relative;display:block; }#bAD711Vnp7ds0EWtGgznfvfhmeoyk939 { position:absolute;display:block;z-index:15081;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:480px;width:480px;top:28px;left:73.484375px;overflow:hidden;display:block; }
#s5vaz5iGQNwqmBKNonG00F0LbJI4PSLK { color:#000000;display:block;width:400px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:138px;left:700px;height:286px;display:block; }
#TCTLsoJmJ03eR99IaPdh75aFsWc97sRT { color:#ff0022;display:block;width:287px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:84px;left:700px;height:32.5px;font-style:normal;display:block; }
#TtPochOxBP4uyv2qPftJm71ih8pzerQg { 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; }#TtPochOxBP4uyv2qPftJm71ih8pzerQg > .row .container { background-color: transparent; background-image: none; }#TtPochOxBP4uyv2qPftJm71ih8pzerQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtPochOxBP4uyv2qPftJm71ih8pzerQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtPochOxBP4uyv2qPftJm71ih8pzerQg > .row .container > .video-iframe-container { display: none; }#TtPochOxBP4uyv2qPftJm71ih8pzerQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtPochOxBP4uyv2qPftJm71ih8pzerQg > .row > .video-iframe-container { display: none; }#TtPochOxBP4uyv2qPftJm71ih8pzerQg > .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); }#TtPochOxBP4uyv2qPftJm71ih8pzerQg > .row .container { border-width: 0; border-radius: 0; }#TtPochOxBP4uyv2qPftJm71ih8pzerQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtPochOxBP4uyv2qPftJm71ih8pzerQg > .row .container { font-size:14px;font-family:arial;height:562px;width:1200px;position:relative;display:block; }#AQZkDUalW8IqynwiBcunmogMaM8QvuWu { position:absolute;display:block;z-index:15081;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:480px;width:480px;top:28px;left:73.484375px;overflow:hidden;display:block; }
#Q1rVfpdWBoEs36NkqPL5KDg25UMueTPD { color:#000000;display:block;width:400px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:125px;left:700px;height:390px;display:block; }
#fp9eq66GHwQM5lmiyuLR0M8sQ3ZdDcK4 { color:#ff0022;display:block;width:200px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:71.5px;left:700px;height:32.5px;font-style:normal;display:block; }
#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t { 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; }#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t > .row .container { background-color: transparent; background-image: none; }#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t > .row .container > .video-iframe-container { display: none; }#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t > .row > .video-iframe-container { display: none; }#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t > .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); }#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t > .row .container { border-width: 0; border-radius: 0; }#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t > .row .container { font-size:14px;font-family:arial;height:562px;width:1200px;position:relative;display:block; }#L3I2G7PbBS0OFnAbP4Rr8odg4IfatqFE { position:absolute;display:block;z-index:15081;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:480px;width:480px;top:28px;left:73.484375px;overflow:hidden;display:block; }
#RhduqqA3z4UnoOKIgbJH7e5ohH2WFEtK { color:#000000;display:block;width:400px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:125px;left:700px;height:312px;display:block; }
#xf68rBEPFD9aGiS9RVgEHxz37KtgonUo { color:#ff0022;display:block;width:200px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:74.5px;left:700px;height:32.5px;font-style:normal;display:block; }
#toX3q8fPN6J0zfF9rW13cOGGwena9eGz { 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; }#toX3q8fPN6J0zfF9rW13cOGGwena9eGz > .row .container { background-color: transparent; background-image: none; }#toX3q8fPN6J0zfF9rW13cOGGwena9eGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toX3q8fPN6J0zfF9rW13cOGGwena9eGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toX3q8fPN6J0zfF9rW13cOGGwena9eGz > .row .container > .video-iframe-container { display: none; }#toX3q8fPN6J0zfF9rW13cOGGwena9eGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toX3q8fPN6J0zfF9rW13cOGGwena9eGz > .row > .video-iframe-container { display: none; }#toX3q8fPN6J0zfF9rW13cOGGwena9eGz > .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); }#toX3q8fPN6J0zfF9rW13cOGGwena9eGz > .row .container { border-width: 0; border-radius: 0; }#toX3q8fPN6J0zfF9rW13cOGGwena9eGz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#toX3q8fPN6J0zfF9rW13cOGGwena9eGz > .row .container { font-size:14px;font-family:arial;height:604px;width:1200px;position:relative;display:block; }#MR6HIQnAqvoqW1LUW9WkZqCTEpNWT2Cg { position:absolute;display:block;z-index:15081;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:480px;width:480px;top:28px;left:73.484375px;overflow:hidden;display:block; }
#H8ylf683JXHsBq9CyqQUEIK71EZ4X9LQ { color:#000000;display:block;width:400px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:138px;left:700px;height:286px;display:block; }
#He8xAJ3IxDs5omC16UT2QAqav6t3xqMA { color:#ff0022;display:block;width:200px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:89.5px;left:700px;height:32.5px;font-style:normal;display:block; }
#rZMwymynLDUeRPchCZETuLM7pluxH7W9 { 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; }#rZMwymynLDUeRPchCZETuLM7pluxH7W9 > .row .container { background-color: transparent; background-image: none; }#rZMwymynLDUeRPchCZETuLM7pluxH7W9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZMwymynLDUeRPchCZETuLM7pluxH7W9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZMwymynLDUeRPchCZETuLM7pluxH7W9 > .row .container > .video-iframe-container { display: none; }#rZMwymynLDUeRPchCZETuLM7pluxH7W9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZMwymynLDUeRPchCZETuLM7pluxH7W9 > .row > .video-iframe-container { display: none; }#rZMwymynLDUeRPchCZETuLM7pluxH7W9 > .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); }#rZMwymynLDUeRPchCZETuLM7pluxH7W9 > .row .container { border-width: 0; border-radius: 0; }#rZMwymynLDUeRPchCZETuLM7pluxH7W9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZMwymynLDUeRPchCZETuLM7pluxH7W9 > .row .container { font-size:14px;font-family:arial;height:175px;width:1200px;position:relative;display:block; }#mHhPkxP9qRH64ZTG8X4o8uyPft6LFVe7 { color:#000000;display:block;width:83px;position:absolute;font-family:"nobel nowy";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:68px;left:158.5px;height:20.7969px;display:block; }
#m0vp8Kofzrss5b65mkK0ONZShtStR1Jq { color:#000000;display:block;width:83px;position:absolute;font-family:"nobel nowy";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:68px;left:958.5px;height:20.7969px;display:block; }
#LhbqX397aVOw9faukIgkKUrvBmcuoHXu { color:#000000;display:block;width:149px;position:absolute;font-family:"nobel nowy";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:68px;left:525.5px;height:20.7969px;display:block; }
#xH0Vu4rRIIrDGfHrbRF0N5JK8KTstNFp { color:#000000;display:block;width:227px;position:absolute;font-family:"nobel nowy";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:97px;left:486.5px;height:20.7969px;display:block; }
#bJWqGnPQokIgkgVWumQh9A9O7Ke2N0ae { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9px;left:575px; }
#sT3dBSbClnPrKN8anVwqa1F8KIZmIBNM { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:9px;left:975px; }
#xWITV9VL39r1AqLvwBcOwPlrI6lOSaIM { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:9px;left:175px; }
#TLvRhLP9zf62Wb8xbw0i9oTvP4R8G20X { color:#000000;display:block;width:227px;position:absolute;font-family:"nobel nowy";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:97px;left:86.5px;height:20.7969px;display:block; }
#F47itMPXsfg4HoTR9mb3n8TxzOdF9UZd { color:#000000;display:block;width:271px;position:absolute;font-family:"nobel nowy";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:97px;left:864.5px;height:20.7969px;display:block; }
#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5b8988a7-1690-4ca9-826b-54b10aa49dcf/ARTURWYSZYNSKICAMRY.JPEG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg.adaptive-delivery-prevent-bg, #bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg.lazyload, #bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg.lazyloading { background-image: none; }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg > .row .container { background-color: transparent; background-image: none; }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg > .row .container > .video-iframe-container { display: none; }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg > .row > .video-iframe-container { display: none; }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg > .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); }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg > .row .container { border-width: 0; border-radius: 0; }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg > .row .container { font-size:14px;font-family:arial;height:465px;width:1200px;position:relative;display:block; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x { border-top:5px solid #000000;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; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container { background-color: transparent; background-image: none; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container > .video-iframe-container { display: none; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row > .video-iframe-container { display: none; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .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); }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container { border-width: 0; border-radius: 0; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container { font-size:14px;font-family:arial;height:187px;width:1200px;position:relative;display:block; }#BhNbQUqHh2OhZNgAXTiGmRaFz0aemswh { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:570px;top:114px;left:510px;display:block; }
#yZAesCGVRbF3NBVDWg18kT4Kc8haZqGC { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:320px;top:114px;left:148px;display:block; }
#vKfquKuoFxpUIbrilp8yeTreMgdNDpEx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"nobel nowy";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:174px;height:55px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:124px;left:869px;display:block; }
#tBZ2rthkuBhy9DS9BxilE48MN0InuEyq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx { display:block; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clv10oPvyVDUhvGgyPKTJoEdkmsUeSox { width:764px;height:;top:16px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #v5ST9MVKTI1wViv2lnhqlfLWUmmF6hy7 { top:0px;left:0px;width:104px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l { display:block; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbA5UoUtN8JQRLXMPzRhEe57LQa2NtvU { width:243px;height:363px;top:85px;left:173px;display:none; }
 }@media only screen and (max-width: 763px) { #Wfs6TE5xrtSyboAQhI05zihqz0kBw37f { top:0px;left:0px;width:764px;height:456.48658318426px;display:block; }
 }@media only screen and (max-width: 763px) { #oRkbEcigH11QlNTyRUc13QRh12NyC6Qn { display:block; }#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awwrSizuCmisFHQHvxyzBUBlr7x7W8Ce { top:110px;left:0px;width:764px;height:78px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #SZ1NmrMLN91pPTVPBvBp7NyGtB4EZ7K7 { top:28px;left:0px;width:764px;height:65px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA .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; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA .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; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA { display:flex;width:296px;height:83px;top:124px;left:296.5px; }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #PNx81mQHaglVScNa2RXkmMwtIpD67BTG { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #At4nKDmqnTrdbE1ZIME44kVZN1lIO7x3 {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #U30oVCWLwIepNf5N79vOL6ehaNWQUvNQ {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #s2HPiVp5lJG5t7tmp6EfONCxpZ1TaKUQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #Qi3iAiatSrHbfe5FAAq854PJgE23dTsn {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #yfsTZ3DvJWEJTCDZTJAetophmTqHwJeu {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #nJDVqC0VpEZIgw0OBwSJCGs4QCm2S7qh { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #wXLipSRVFa5SPHRSPRI2BBcxKGmrDsxG {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #xFgU1KNlQtgUIB8R33dJoisSSeQfeBEJ {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #IpatbRatfwOoAh4h6W4LqkUQB0c9Tmue { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #oSLfyKazqlEQ92hT6rPgdLXL21tlxJAD {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #htTSn1vm7pG4ofnkBB1uwLNmek8XIqut {  }
 }@media only screen and (max-width: 763px) { #Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI { display:block; }#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snwhy0g0b1ThSdm3IBz5Gbff5vftg82l { top:48px;left:0px;width:764px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rzwR6QZ4vIg27aTDJpUiBMthxJ8WuN4W { top:18px;left:20px;width:744px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc { display:block; }#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPsEXLkuPhyolvUlenMFgLSN8REkCvxl { top:28px;left:0px;width:480px;height:479px;display:block; }
 }@media only screen and (max-width: 763px) { #smliVrwPUVfyUGkpwJGsIrzE7cozSW5V { top:138px;left:364px;width:400px;height:234px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uyKQOnGx7N5hayEQb1MoDUVBtlbBcxII { top:79px;left:382px;width:258px;height:33px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XNeV0UCbCAKi76wSMy9exHcbNpOy33zO { display:block; }#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sA51e1QpsAoqNaxoBhslpABnNXu9xnlg { top:28px;left:0px;width:480px;height:479px;display:block; }
 }@media only screen and (max-width: 763px) { #QgLVIJMLsowEFeD9ecay1vmBJfI3HH2e { top:138px;left:364px;width:400px;height:286px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FVdnmWZ9v5Z3sTRsakb4oSiKzOnBTyvw { top:83px;left:382px;width:247px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 { display:block; }#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAD711Vnp7ds0EWtGgznfvfhmeoyk939 { top:28px;left:0px;width:480px;height:480px;display:block; }
 }@media only screen and (max-width: 763px) { #s5vaz5iGQNwqmBKNonG00F0LbJI4PSLK { top:138px;left:364px;width:400px;height:260px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TCTLsoJmJ03eR99IaPdh75aFsWc97sRT { top:84px;left:382px;width:287px;height:33px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TtPochOxBP4uyv2qPftJm71ih8pzerQg { display:block; }#TtPochOxBP4uyv2qPftJm71ih8pzerQg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQZkDUalW8IqynwiBcunmogMaM8QvuWu { top:28px;left:0px;width:480px;height:480px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1rVfpdWBoEs36NkqPL5KDg25UMueTPD { top:125px;left:364px;width:400px;height:312px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fp9eq66GHwQM5lmiyuLR0M8sQ3ZdDcK4 { top:71px;left:382px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t { display:block; }#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3I2G7PbBS0OFnAbP4Rr8odg4IfatqFE { top:28px;left:0px;width:480px;height:480px;display:block; }
 }@media only screen and (max-width: 763px) { #RhduqqA3z4UnoOKIgbJH7e5ohH2WFEtK { top:125px;left:364px;width:400px;height:286px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xf68rBEPFD9aGiS9RVgEHxz37KtgonUo { top:74px;left:382px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #toX3q8fPN6J0zfF9rW13cOGGwena9eGz { display:block; }#toX3q8fPN6J0zfF9rW13cOGGwena9eGz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR6HIQnAqvoqW1LUW9WkZqCTEpNWT2Cg { top:28px;left:0px;width:480px;height:480px;display:block; }
 }@media only screen and (max-width: 763px) { #H8ylf683JXHsBq9CyqQUEIK71EZ4X9LQ { top:138px;left:364px;width:400px;height:286px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #He8xAJ3IxDs5omC16UT2QAqav6t3xqMA { top:89px;left:382px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rZMwymynLDUeRPchCZETuLM7pluxH7W9 { display:block; }#rZMwymynLDUeRPchCZETuLM7pluxH7W9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHhPkxP9qRH64ZTG8X4o8uyPft6LFVe7 { top:68px;left:85.5px;width:83px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m0vp8Kofzrss5b65mkK0ONZShtStR1Jq { top:68px;left:593.5px;width:83px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LhbqX397aVOw9faukIgkKUrvBmcuoHXu { top:68px;left:306.5px;width:149px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xH0Vu4rRIIrDGfHrbRF0N5JK8KTstNFp { top:97px;left:267.5px;width:227px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bJWqGnPQokIgkgVWumQh9A9O7Ke2N0ae { top:9px;left:356px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #sT3dBSbClnPrKN8anVwqa1F8KIZmIBNM { top:9px;left:610px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #xWITV9VL39r1AqLvwBcOwPlrI6lOSaIM { top:9px;left:102px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #TLvRhLP9zf62Wb8xbw0i9oTvP4R8G20X { top:97px;left:13.5px;width:227px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #F47itMPXsfg4HoTR9mb3n8TxzOdF9UZd { top:97px;left:491px;width:271px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg { display:block; }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x { display:block; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhNbQUqHh2OhZNgAXTiGmRaFz0aemswh { top:114px;left:194px;width:570px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #yZAesCGVRbF3NBVDWg18kT4Kc8haZqGC { top:114px;left:0px;width:320px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #vKfquKuoFxpUIbrilp8yeTreMgdNDpEx { width:174px;height:55px;top:124px;left:590px;display:block; }
 }@media only screen and (max-width: 763px) { #tBZ2rthkuBhy9DS9BxilE48MN0InuEyq { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx { position:relative;z-index:auto;display:block; }#MgGi5x2dVGqqw5HnGm7WxhccAC6uQRtx > .row .container { width:320px;height:104px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clv10oPvyVDUhvGgyPKTJoEdkmsUeSox { width:320px;height:0;top:0px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #v5ST9MVKTI1wViv2lnhqlfLWUmmF6hy7 { width:104px;height:64px;top:20px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l { display:block; }#AnCOQJ2fIX2oppJil74SMNFQwE81Jx2l > .row .container { width:320px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:252px;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/77ff2cb9-cfc8-4f5b-b7d0-ad0691e97a18/494195650_1099030338910743_1771798682703620109_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #NbA5UoUtN8JQRLXMPzRhEe57LQa2NtvU { width:2px;height:4px;top:20px;left:159px;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Wfs6TE5xrtSyboAQhI05zihqz0kBw37f { height:191.19856887299px;width:320px;top:44px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oRkbEcigH11QlNTyRUc13QRh12NyC6Qn { display:block; }#oRkbEcigH11QlNTyRUc13QRh12NyC6Qn > .row .container { width:320px;height:415px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awwrSizuCmisFHQHvxyzBUBlr7x7W8Ce { width:320px;height:245.672px;top:170px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SZ1NmrMLN91pPTVPBvBp7NyGtB4EZ7K7 { width:320px;height:162.5px;top:20px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA .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; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA .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; }
#pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA { display:flex;width:296px;height:83px;top:124px;left:6px; }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #PNx81mQHaglVScNa2RXkmMwtIpD67BTG { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #At4nKDmqnTrdbE1ZIME44kVZN1lIO7x3 {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #U30oVCWLwIepNf5N79vOL6ehaNWQUvNQ {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #s2HPiVp5lJG5t7tmp6EfONCxpZ1TaKUQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #Qi3iAiatSrHbfe5FAAq854PJgE23dTsn {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #yfsTZ3DvJWEJTCDZTJAetophmTqHwJeu {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #nJDVqC0VpEZIgw0OBwSJCGs4QCm2S7qh { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #wXLipSRVFa5SPHRSPRI2BBcxKGmrDsxG {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #xFgU1KNlQtgUIB8R33dJoisSSeQfeBEJ {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #IpatbRatfwOoAh4h6W4LqkUQB0c9Tmue { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #oSLfyKazqlEQ92hT6rPgdLXL21tlxJAD {  }
 }@media only screen and (max-width: 763px) { #pBeiGXzOTTbTGCNoCiENwiaQLXoiO1PA #htTSn1vm7pG4ofnkBB1uwLNmek8XIqut {  }
 }@media only screen and (max-width: 763px) { #Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI { display:block; }#Fm5RtmRlO3vOTUzwLz9zTuTo5QSbcGpI > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snwhy0g0b1ThSdm3IBz5Gbff5vftg82l { width:320px;height:218.376px;top:42px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rzwR6QZ4vIg27aTDJpUiBMthxJ8WuN4W { width:320px;height:2px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc { display:block; }#ZTbTOKbfMtOgf1g3I0Ob2lNPZHEVtBtc > .row .container { width:320px;height:816.4921875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPsEXLkuPhyolvUlenMFgLSN8REkCvxl { width:320px;height:319px;top:60.9921875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #smliVrwPUVfyUGkpwJGsIrzE7cozSW5V { width:320px;height:364px;top:452.4921875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uyKQOnGx7N5hayEQb1MoDUVBtlbBcxII { width:268px;height:32.5px;top:399.9921875px;left:39px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XNeV0UCbCAKi76wSMy9exHcbNpOy33zO { display:block; }#XNeV0UCbCAKi76wSMy9exHcbNpOy33zO > .row .container { width:320px;height:869.4921875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sA51e1QpsAoqNaxoBhslpABnNXu9xnlg { width:320px;height:320px;top:60.9921875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QgLVIJMLsowEFeD9ecay1vmBJfI3HH2e { width:320px;height:416px;top:453.4921875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FVdnmWZ9v5Z3sTRsakb4oSiKzOnBTyvw { width:247px;height:32.5px;top:400.9921875px;left:36px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 { display:block; }#dsqOPgmQOEx6XbTLWcuNBP6GIATmUhE8 > .row .container { width:320px;height:821px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAD711Vnp7ds0EWtGgznfvfhmeoyk939 { width:320px;height:320px;top:60.9921875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s5vaz5iGQNwqmBKNonG00F0LbJI4PSLK { width:320px;height:321.039px;top:453.4921875px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TCTLsoJmJ03eR99IaPdh75aFsWc97sRT { width:287px;height:32.5px;top:400.9921875px;left:16px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TtPochOxBP4uyv2qPftJm71ih8pzerQg { display:block; }#TtPochOxBP4uyv2qPftJm71ih8pzerQg > .row .container { width:320px;height:746px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQZkDUalW8IqynwiBcunmogMaM8QvuWu { width:320px;height:320px;top:60.9921875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1rVfpdWBoEs36NkqPL5KDg25UMueTPD { width:320px;height:273px;top:453.4921875px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fp9eq66GHwQM5lmiyuLR0M8sQ3ZdDcK4 { width:148px;height:32.5px;top:400.9921875px;left:86px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t { display:block; }#sTpdwkcbu2xsHrXXTRO3DoMNvCofWi4t > .row .container { width:320px;height:869.4921875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3I2G7PbBS0OFnAbP4Rr8odg4IfatqFE { width:320px;height:320px;top:60.9921875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RhduqqA3z4UnoOKIgbJH7e5ohH2WFEtK { width:320px;height:416px;top:453.4921875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xf68rBEPFD9aGiS9RVgEHxz37KtgonUo { width:200px;height:32.5px;top:400.9921875px;left:60px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #toX3q8fPN6J0zfF9rW13cOGGwena9eGz { display:block; }#toX3q8fPN6J0zfF9rW13cOGGwena9eGz > .row .container { width:320px;height:869.4921875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR6HIQnAqvoqW1LUW9WkZqCTEpNWT2Cg { width:320px;height:320px;top:60.9921875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H8ylf683JXHsBq9CyqQUEIK71EZ4X9LQ { width:320px;height:416px;top:453.4921875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #He8xAJ3IxDs5omC16UT2QAqav6t3xqMA { width:200px;height:32.5px;top:400.9921875px;left:60px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rZMwymynLDUeRPchCZETuLM7pluxH7W9 { display:block; }#rZMwymynLDUeRPchCZETuLM7pluxH7W9 > .row .container { width:320px;height:474px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHhPkxP9qRH64ZTG8X4o8uyPft6LFVe7 { width:83px;height:20.7969px;top:90px;left:118px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m0vp8Kofzrss5b65mkK0ONZShtStR1Jq { width:83px;height:20.7969px;top:393.1876px;left:118px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LhbqX397aVOw9faukIgkKUrvBmcuoHXu { width:149px;height:20.7969px;top:241.5938px;left:85px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xH0Vu4rRIIrDGfHrbRF0N5JK8KTstNFp { width:227px;height:20.7969px;top:282.3907px;left:46px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bJWqGnPQokIgkgVWumQh9A9O7Ke2N0ae { display:flex;width:50px;height:50px;top:171.5938px;left:135px; }
 }@media only screen and (max-width: 763px) { #sT3dBSbClnPrKN8anVwqa1F8KIZmIBNM { display:flex;width:50px;height:50px;top:323.1876px;left:135px; }
 }@media only screen and (max-width: 763px) { #xWITV9VL39r1AqLvwBcOwPlrI6lOSaIM { display:flex;width:50px;height:50px;top:20px;left:135px; }
 }@media only screen and (max-width: 763px) { #TLvRhLP9zf62Wb8xbw0i9oTvP4R8G20X { width:227px;height:20.7969px;top:130.7969px;left:46px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #F47itMPXsfg4HoTR9mb3n8TxzOdF9UZd { width:271px;height:20.7969px;top:433.9845px;left:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg { display:block; }#bxDVfMsTSlvWq2S8iIMLWO4bsyi3TQWg > .row .container { width:320px;height:179px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x { display:block; }#K6mW2OJlZ8y9Kp5HZ2y8t0JvHAHNxb0x > .row .container { width:320px;height:137px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhNbQUqHh2OhZNgAXTiGmRaFz0aemswh { width:300px;height:1px;top:41px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #yZAesCGVRbF3NBVDWg18kT4Kc8haZqGC { width:300px;height:1px;top:20px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #vKfquKuoFxpUIbrilp8yeTreMgdNDpEx { width:174px;height:55px;top:62px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #tBZ2rthkuBhy9DS9BxilE48MN0InuEyq { display:block; }
 }