.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;
}
.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;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:rgba(255,255,255,0.79);background-image:url("https://images.assets-landingi.com/IqDVjNAL/Website_hero_background_v3.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:960px;height:1263px;font-size:14px;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:#000000;display:block;width:711px;position:absolute;font-family:"source sans pro";font-size:31px;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:203px;left:135.5px;height:31px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xM3Tg2Qkn05EHiMVSSZDMwHUvoh4b2tw { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:182px;width:313px;top:21px;left:334.5px;overflow:hidden;display:block; }
#bme2QRI9xIbsRDKaTbaOkQDfpqrdyLi5 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:33px;top:880px;left:54px;overflow:hidden;display:block; }
#QOndtttowUkZmGd5H1Ms9WkDDOMhov0O { color:#000000;display:block;width:395px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:862px;left:103px;height:70.1719px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WXL1gQiW4cw13wvRuge4dKHgqOWVbTLS { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:33px;top:967px;left:54px;overflow:hidden;display:block; }
#brN3poEx9B8wzQtEttbrmrAtpVhC4Uzx { color:#000000;display:block;width:395px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:949px;left:103px;height:70.1719px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bmubnrxh22hliXrxbaovHcgmf3hlsWdJ { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:33px;top:1059px;left:54px;overflow:hidden;display:block; }
#eTiip7SBHfNwZO2KTcbdo8ZWiCe3sQJR { color:#000000;display:block;width:395px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1041px;left:103px;height:70.1719px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ua1Nml8PRU1cHoENq9dg37GuVkTnDiub { color:rgba(149,25,25,0.9);display:block;width:446px;position:absolute;font-family:"source sans pro";font-size:25px;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:772px;left:54px;height:75px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ySh3chRnr7t6XiWnlzBhZlF3ZovPK7zA { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:271px;width:139px;top:1209px;left:0px;overflow:hidden;display:block; }
#KmLpu1wKLbOVcepUIFB00MQ5lcqRAksU { position:absolute;display:block;z-index:100028;background-color:#fe7f6b;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;height:345px;width:341px;top:771px;left:606px;display:block; }
#l6eucS77TODrpPIrLQuhnGyAIiNzTHnb { color:#000000;display:block;width:300px;position:absolute;font-family:"source sans pro";font-size:33px;font-weight:700;z-index:100031;line-height:1;letter-spacing:0;top:781px;left:626.5px;height:66px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wKgNw9ZwURTwmii3V9IWM8zf316wCtdU { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37px;width:37px;top:285px;left:568px;overflow:hidden;display:block; }
#cG9aWI2vhrVR2c3MZtSBxopIlA3P9qsX { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:286px;left:260px;overflow:hidden;display:block; }
#iau6Dko5OPlpLeBfQDiUVvABtqs9Io6c { color:#000000;display:block;width:262px;position:absolute;font-family:"source sans pro";font-size:22px;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:293px;left:306px;height:22px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zb7IC8ENuxO9gDbOuKcbUc7X2APgDDQu { color:#000000;display:block;width:145px;position:absolute;font-family:"source sans pro";font-size:22px;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:293px;left:617px;height:22px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DuiRVHT96h7GzUVEtZxzwxChQ34azZfO { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:351px;left:171px;display:block; }
#NocMIfrRTXlXDLDTCSQsr8l8OgQIMXif { color:#000000;display:block;width:711px;position:absolute;font-family:"source sans pro";font-size:25px;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:239px;left:135.5px;height:25px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Whzs3IQf9LURRbUf33WddMzWsiTPQF6h { position:absolute;display:block;z-index:100035;height:180px;width:320px;top:880px;left:616.5px;display:block; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zc00c6fd/bg_licznik.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.adaptive-delivery-prevent-bg, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyload, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyloading { background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fe7f6b; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fe7f6b; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { font-size:14px;font-family:arial;height:156px;width:960px;position:relative;display:block; }#QcHNfwU2yeRAn0kPSWiJo8bIqON3HvuL { color:#ffffff;display:block;width:729px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:35px;left:139.5px;height:32.5px;font-style:normal;display:block; }
#ms1DbvIpeJwwfKD6WHbXHaSayPOnPITl { color:#000000;display:block;width:771px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:75px;left:139.5px;height:41.5938px;display:block; }
#CFDA4nLu6268VtpZET2SxseKdZCafmzq { position:relative;display:block; }#CFDA4nLu6268VtpZET2SxseKdZCafmzq { background-color: transparent; background-image: none; }#CFDA4nLu6268VtpZET2SxseKdZCafmzq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CFDA4nLu6268VtpZET2SxseKdZCafmzq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CFDA4nLu6268VtpZET2SxseKdZCafmzq > .row .container > .video-iframe-container { display: none; }#CFDA4nLu6268VtpZET2SxseKdZCafmzq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CFDA4nLu6268VtpZET2SxseKdZCafmzq > .row > .video-iframe-container { display: none; }#CFDA4nLu6268VtpZET2SxseKdZCafmzq > .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); }#CFDA4nLu6268VtpZET2SxseKdZCafmzq { border-width: 0; border-radius: 0; }#CFDA4nLu6268VtpZET2SxseKdZCafmzq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:16px;width:960px;position:relative;display:block; }#d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 { position:relative;z-index:auto;display:block; }#d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 { background-color: transparent; background-image: none; }#d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 > .row .container > .video-iframe-container { display: none; }#d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 > .row > .video-iframe-container { display: none; }#d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 > .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); }#d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 { border-width: 0; border-radius: 0; }#d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:998px;width:960px;position:relative;display:block; }#SmdvIMs721CzaCEhmkSO7xRvsDLCtqbu { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:197px;width:394px;top:65.5px;left:531px;overflow:hidden;display:block; }
#OJOfEc5yDA1A5WSiLBOHaqpkZ6MpDirL { position:absolute;display:block;z-index:100000;height:180px;width:320px;display:none; }
#nCw3mMv8U07qkmGnZx1BTi3qwuHOhAQI { color:#000000;display:block;width:520px;position:absolute;font-family:"open sans";font-size:27px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:65.5px;left:0px;height:35.0938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AK34VuwoOR7nlyfcZvUkFzfkaa1kTk2X { color:#000000;display:block;width:474px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:116px;left:35px;height:124.7814px;text-align:left;text-align-last:left;display:block; }
#iAkRFF3cn0sWWDcXX3HOpVTiLel4CpVV { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:404px;width:718px;top:412px;left:121px;display:block; }
#B6ZuebL1vXMTTutsibvDDap442FGoA82 { color:#000000;display:block;width:622px;position:absolute;font-family:"source sans pro";font-size:33px;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:326px;left:169px;height:66px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fe7f6b;background-image:none;position:relative;display:block; }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row .container { background-color: transparent; background-image: none; }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row .container > .video-iframe-container { display: none; }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row > .video-iframe-container { display: none; }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .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); }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row .container { border-width: 0; border-radius: 0; }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row .container { font-size:14px;font-family:arial;height:59px;width:960px;position:relative;display:block; }#Wr8JNhNTgq6LSL8Spl3nCAsuUyahiWNL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:208px;width:416px;display:none; }
#hUV7MSFHJDz4svw02E8lksRXTVe8xXhI { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55px;width:111px;top:0px;left:424.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:711px;height:31px;top:203px;left:37.5px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #xM3Tg2Qkn05EHiMVSSZDMwHUvoh4b2tw { top:21px;left:236.5px;width:313px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #bme2QRI9xIbsRDKaTbaOkQDfpqrdyLi5 { top:880px;left:0px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #QOndtttowUkZmGd5H1Ms9WkDDOMhov0O { width:395px;height:69px;top:862px;left:5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WXL1gQiW4cw13wvRuge4dKHgqOWVbTLS { top:967px;left:0px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #brN3poEx9B8wzQtEttbrmrAtpVhC4Uzx { width:395px;height:69px;top:949px;left:5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Bmubnrxh22hliXrxbaovHcgmf3hlsWdJ { top:1059px;left:0px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #eTiip7SBHfNwZO2KTcbdo8ZWiCe3sQJR { width:395px;height:69px;top:1041px;left:5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1Nml8PRU1cHoENq9dg37GuVkTnDiub { width:446px;height:75px;top:772px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ySh3chRnr7t6XiWnlzBhZlF3ZovPK7zA { top:1209px;left:0px;width:139px;height:271px;display:block; }
 }@media only screen and (max-width: 763px) { #KmLpu1wKLbOVcepUIFB00MQ5lcqRAksU { top:771px;left:423px;width:341px;height:345px;display:block; }
 }@media only screen and (max-width: 763px) { #l6eucS77TODrpPIrLQuhnGyAIiNzTHnb { width:300px;height:66px;top:781px;left:464px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #wKgNw9ZwURTwmii3V9IWM8zf316wCtdU { top:285px;left:470px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #cG9aWI2vhrVR2c3MZtSBxopIlA3P9qsX { top:286px;left:162px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #iau6Dko5OPlpLeBfQDiUVvABtqs9Io6c { width:262px;height:22px;top:293px;left:208px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zb7IC8ENuxO9gDbOuKcbUc7X2APgDDQu { width:145px;height:22px;top:293px;left:519px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DuiRVHT96h7GzUVEtZxzwxChQ34azZfO { top:351px;left:73px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #NocMIfrRTXlXDLDTCSQsr8l8OgQIMXif { width:711px;height:25px;top:239px;left:37.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Whzs3IQf9LURRbUf33WddMzWsiTPQF6h { top:880px;left:444px;width:320px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcHNfwU2yeRAn0kPSWiJo8bIqON3HvuL { top:35px;left:35px;width:729px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ms1DbvIpeJwwfKD6WHbXHaSayPOnPITl { top:75px;left:0px;width:764px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CFDA4nLu6268VtpZET2SxseKdZCafmzq { display:block; }#CFDA4nLu6268VtpZET2SxseKdZCafmzq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 { display:block; }#d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmdvIMs721CzaCEhmkSO7xRvsDLCtqbu { top:65px;left:370px;width:394px;height:197px;display:block; }
 }@media only screen and (max-width: 763px) { #OJOfEc5yDA1A5WSiLBOHaqpkZ6MpDirL { display:none; }
 }@media only screen and (max-width: 763px) { #nCw3mMv8U07qkmGnZx1BTi3qwuHOhAQI { top:65px;left:0px;width:520px;height:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #AK34VuwoOR7nlyfcZvUkFzfkaa1kTk2X { top:116px;left:0px;width:474px;height:140px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iAkRFF3cn0sWWDcXX3HOpVTiLel4CpVV { top:412px;left:23px;width:718px;height:404px;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZuebL1vXMTTutsibvDDap442FGoA82 { width:622px;height:66px;top:326px;left:71px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J { display:none; }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wr8JNhNTgq6LSL8Spl3nCAsuUyahiWNL { width:416px;height:208px;display:none; }
 }@media only screen and (max-width: 763px) { #hUV7MSFHJDz4svw02E8lksRXTVe8xXhI { top:0px;left:326.5px;width:111px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/IqDVjNAL/Website_hero_background_v3.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:320px;height:1921px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:320px;height:68px;top:299px;left:0px;font-size:29px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xM3Tg2Qkn05EHiMVSSZDMwHUvoh4b2tw { width:237px;height:139px;top:100px;left:41.5px;display:block; }
 }@media only screen and (max-width: 763px) { #bme2QRI9xIbsRDKaTbaOkQDfpqrdyLi5 { width:33px;height:33px;top:867px;left:9.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QOndtttowUkZmGd5H1Ms9WkDDOMhov0O { width:263px;height:57px;top:855px;left:57px;font-size:14px;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WXL1gQiW4cw13wvRuge4dKHgqOWVbTLS { width:33px;height:33px;top:959px;left:9.5px;display:block; }
 }@media only screen and (max-width: 763px) { #brN3poEx9B8wzQtEttbrmrAtpVhC4Uzx { width:267px;height:76px;top:937.5px;left:53px;font-size:14px;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bmubnrxh22hliXrxbaovHcgmf3hlsWdJ { width:33px;height:33px;top:1053px;left:9.5px;display:block; }
 }@media only screen and (max-width: 763px) { #eTiip7SBHfNwZO2KTcbdo8ZWiCe3sQJR { width:268px;height:57px;top:1041px;left:52px;font-size:14px;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1Nml8PRU1cHoENq9dg37GuVkTnDiub { width:320px;height:120px;top:721px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ySh3chRnr7t6XiWnlzBhZlF3ZovPK7zA { width:111px;height:221px;top:1480px;left:0px;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #KmLpu1wKLbOVcepUIFB00MQ5lcqRAksU { width:320px;height:345px;top:1135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l6eucS77TODrpPIrLQuhnGyAIiNzTHnb { width:300px;height:68px;top:1145px;left:20px;font-size:29px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wKgNw9ZwURTwmii3V9IWM8zf316wCtdU { width:37px;height:37px;top:462.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cG9aWI2vhrVR2c3MZtSBxopIlA3P9qsX { width:35px;height:35px;top:411.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iau6Dko5OPlpLeBfQDiUVvABtqs9Io6c { width:262px;height:26px;top:416px;left:41px;font-size:22px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zb7IC8ENuxO9gDbOuKcbUc7X2APgDDQu { width:114px;height:26px;top:468px;left:82px;font-size:22px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DuiRVHT96h7GzUVEtZxzwxChQ34azZfO { height:180px;width:320px;top:516px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NocMIfrRTXlXDLDTCSQsr8l8OgQIMXif { width:320px;height:30px;top:367px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Whzs3IQf9LURRbUf33WddMzWsiTPQF6h { width:320px;height:180px;top:1721px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcHNfwU2yeRAn0kPSWiJo8bIqON3HvuL { width:320px;height:96px;top:52px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ms1DbvIpeJwwfKD6WHbXHaSayPOnPITl { width:320px;height:80px;top:164px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CFDA4nLu6268VtpZET2SxseKdZCafmzq { display:block; }#CFDA4nLu6268VtpZET2SxseKdZCafmzq > .row .container { width:320px;height:52px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 { position:relative;z-index:auto;display:block; }#d5vkSBEkTTAHi7xca5O1DTerx2LpSDK7 > .row .container { width:320px;height:2018px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmdvIMs721CzaCEhmkSO7xRvsDLCtqbu { width:320px;height:160px;top:1510px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OJOfEc5yDA1A5WSiLBOHaqpkZ6MpDirL { top:20px;left:0px;width:320px;height:1200px;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #nCw3mMv8U07qkmGnZx1BTi3qwuHOhAQI { width:263px;height:70px;top:1240px;left:28px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #AK34VuwoOR7nlyfcZvUkFzfkaa1kTk2X { width:200px;height:160px;top:1330px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iAkRFF3cn0sWWDcXX3HOpVTiLel4CpVV { height:180.05571030641px;width:320px;top:1778px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZuebL1vXMTTutsibvDDap442FGoA82 { width:320px;height:68px;top:1690px;left:0px;font-size:29px;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J { background-color:#fe7f6b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row .container { background-color: transparent; background-image: none; }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row .container > .video-iframe-container { display: none; }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row > .video-iframe-container { display: none; }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .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); }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row .container { border-width: 0; border-radius: 0; }#QhmUUvCIpe97IrifxGCfA0vFNKW6Li9J > .row .container { width:320px;height:149px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wr8JNhNTgq6LSL8Spl3nCAsuUyahiWNL { top:20px;left:126px;width:68px;height:34px;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hUV7MSFHJDz4svw02E8lksRXTVe8xXhI { width:111px;height:55px;top:74px;left:104px;display:block; }
 }