.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/29308a0d-86e8-4aa3-8632-c30d1d7c6428/heartwhite1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#wkrigMsQq662n4QoQKTFcJAxqytThIfT { position:relative;display:block; }#wkrigMsQq662n4QoQKTFcJAxqytThIfT { background-color: transparent; background-image: none; }#wkrigMsQq662n4QoQKTFcJAxqytThIfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkrigMsQq662n4QoQKTFcJAxqytThIfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkrigMsQq662n4QoQKTFcJAxqytThIfT > .row .container > .video-iframe-container { display: none; }#wkrigMsQq662n4QoQKTFcJAxqytThIfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkrigMsQq662n4QoQKTFcJAxqytThIfT > .row > .video-iframe-container { display: none; }#wkrigMsQq662n4QoQKTFcJAxqytThIfT > .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); }#wkrigMsQq662n4QoQKTFcJAxqytThIfT { border-width: 0; border-radius: 0; }#wkrigMsQq662n4QoQKTFcJAxqytThIfT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wkrigMsQq662n4QoQKTFcJAxqytThIfT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JeE298t9ImNM92nwI0ftAv0BuvaimL21 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:15.125rem;top:2.4375rem;left:29.9375rem;overflow:hidden;display:block; }
#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 { background-color:#e8f4ff;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; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { background-color: transparent; background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .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); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { border-width: 0; border-radius: 0; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;overflow:visible;position:relative;display:block; }#B6fTVTfxZN3Az0raQhtP3lc4i2TO6Cf2 { box-sizing:content-box;height:11.6875rem;width:42.0625rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:20.5rem;left:15.75rem;display:block; }
#DgnG2Sa2OJa7MNfKGTX0vZEJFuoxvKwr { box-sizing:content-box;height:11.9375rem;width:37.9375rem;position:absolute;display:block;z-index:14997;background-color:#ba2224;background-image:none;top:32.1875rem;left:18.0625rem;display:block; }
#bNR70lNrFKMxtnutbrdKt0uAavJIbLFs { color:#ffffff;display:block;width:73rem;position:absolute;font-family:arial;font-size:11.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:20.25rem;left:0rem;height:12.2373125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J3GDbNEsTpxLVeWrwUTopCeMIbn61gBf { color:#ffffff;display:block;width:75rem;position:absolute;font-family:arial;font-size:10.9375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:32.1875rem;left:0rem;height:12.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yuFZQPCw7tNOsJqVOc6dInOWNoq92kxA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.5625rem;width:10.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:45.8125rem;left:32.25rem; }
#TqQ5BC58Q5k3aOnHD47rv8lttZ9nmO3p { position:absolute;display:block;z-index:14998;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:28.5625rem;width:20rem;top:3.6875rem;left:30.9375rem;overflow:hidden;display:block; }
#TNtLKA26Ko5aw07uBCwFgGE3B18lyRdr { position:absolute;display:block;z-index:14996;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:32rem;width:23.9375rem;top:0.0625rem;left:20.401191796009rem;overflow:hidden;display:block; }
#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM { position:relative;display:block; }#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM { background-color: transparent; background-image: none; }#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM > .row .container > .video-iframe-container { display: none; }#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM > .row > .video-iframe-container { display: none; }#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM > .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); }#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM { border-width: 0; border-radius: 0; }#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:61.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#THZJghrgCWTk6K6lGc0JTxCbOuc4xiiW { box-sizing:content-box;height:41.25rem;width:35.9375rem;position:absolute;display:block;z-index:14999;background-color:#e8f4ff;background-image:none;top:7.4375rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;display:block; }
#OOmUqWwOnigLeBBHBMTS9dW5FWcS10oc { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:arial;font-size:5.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10.25rem;left:2.875rem;height:5.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z2vNLvC39PbNU35p9bJOdDxdIuXM0bUO { box-sizing:content-box;height:6.4375rem;width:25.875rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:10rem;left:5.125rem;display:block; }
#Re6qa2ys9Tal7FxBCOmcm5FDCdcvB2IG { box-sizing:content-box;height:6.25rem;width:17.4375rem;position:absolute;display:block;z-index:15001;background-color:#ba2224;background-image:none;top:16.4375rem;left:8.9375rem;display:block; }
#Uz2BTAs2sLuzuAeIX1RebuHIJARQbhTx { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:arial;font-size:5.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:16.4375rem;left:8.25rem;height:6.3246875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pbn21U9fyU4AUvNI45JDxvwkXZDu1CT1 { color:#000000;display:block;width:32.125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:25.125rem;left:1.9375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.57875rem;padding-right:0.5225rem;padding-bottom:0.57875rem;padding-left:0.5225rem;display:block;align-items:center;width:3.1325rem;min-width:3.1325rem;height:3.11125rem;position:relative;font-family:exo;font-size:2.31625rem;font-weight:700;line-height:49.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 .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:0.361875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.176875rem;height:1.23rem;position:relative;font-family:exo;font-size:0.86875rem;font-weight:400;line-height:19.68px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 { border-top:0.273125rem solid #181818;border-left:0.275625rem solid #181818;border-right:0.275625rem solid #181818;border-bottom:0.273125rem solid #181818;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.0625rem;height:5.875rem;padding-top:0.72375rem;padding-right:0.745625rem;padding-bottom:0.72375rem;padding-left:0.745625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:30.5625rem;left:7.4375rem;z-index:15012; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #T18P5eC915LstPaB8dUE5Q1U8lCFRHbh { display:flex;position:relative;top:0rem;left:0rem; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #miW0l8NMNRSBQHnXFgnMdRH73zOvh85V { width:auto; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #zFHeV0hp1LTvTkeukdHOmCQh8PT6Fdtv {  }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #bqGi1usXGxALIsZVkyz4CRlPxhXtlC3E { display:flex;position:relative;top:0rem;left:0rem; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #vD7QUZfOe4ey6hBG1ngozbkCmf3dQdAR {  }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #il45PRW5rObAHnG87iBwPV9sTRUzygN9 {  }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #INKqurUKTat7JSzPtxbmItOTrB6oKlJw { display:flex;position:relative;top:0rem;left:0rem; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #knxo6zaOe2CFlVilplqOtQLTUfVQ6Hay {  }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #ucaTJP9IOCOAuEp36rKOz8SKQLqDiZmI {  }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #t0MDCmFLkdxHR2EwXDMkiwJqFSoho0hT { display:flex;position:relative;top:0rem;left:0rem; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #ivJBelihQaE8XbUf4qLVkQqNeqMbSKFb {  }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #AzkevewPOH9SACgarLiAzatB03SilgzJ {  }
#S1fxMxsATXAUTvBSoUXFF05z7mOdN1XI { background-color:#314dcc;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.375rem;left:6.5rem;display:block; }
#JCrIs8Vf2cpX5pwNsTKDGKdyrTnCiXwy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zvb7sfeb8F1sPQBZusIzGeH2aFgQvVOT { box-sizing:content-box;height:41.625rem;width:36.875rem;position:absolute;display:block;z-index:15007;background-color:#fef0e3;background-image:none;top:7.375rem;left:38.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;display:block; }
#uWQWXwQCiklnhWU1umlmJq5ghGX8kk5B { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:arial;font-size:5.3125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:9.87841796875rem;left:38.875rem;height:5.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMM3mr8Wfrld1kR7s4kgNr4GBFtSNcgB { box-sizing:content-box;height:6.4375rem;width:34.9375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:9.64990234375rem;left:39.09375rem;display:block; }
#ftosQfvosJseSqzsTXaLyqws0lghM4a9 { color:#000000;display:block;width:32.125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:24.375rem;left:40.5rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.57875rem;padding-right:0.5225rem;padding-bottom:0.57875rem;padding-left:0.5225rem;display:block;align-items:center;width:3.1325rem;min-width:3.1325rem;height:3.11125rem;position:relative;font-family:exo;font-size:2.31625rem;font-weight:700;line-height:49.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG .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:0.361875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.176875rem;height:1.23rem;position:relative;font-family:exo;font-size:0.86875rem;font-weight:400;line-height:19.68px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG { border-top:0.273125rem solid #181818;border-left:0.275625rem solid #181818;border-right:0.275625rem solid #181818;border-bottom:0.273125rem solid #181818;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.0625rem;height:5.875rem;padding-top:0.72375rem;padding-right:0.745625rem;padding-bottom:0.72375rem;padding-left:0.745625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:30.56201171875rem;left:44.87841796875rem;z-index:15020; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #KNmKlc7Tmml7g8RfiTzqytoId1ysxdGP { display:flex;position:relative;top:0rem;left:0rem; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #RhWvXr5LLGOfsP1QneUsl0UCBzEFvh6p { width:auto; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #rh46PSPnxJwBz0eGW4AK5bPXIaWz8AlL {  }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #TgCc227UaCNayxLP7Hqf6sgLJXLKBlpa { display:flex;position:relative;top:0rem;left:0rem; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #VJEUDziMx0H1knDuJBXtRh0V5XZNP1TN {  }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #srXcrtaa9iLEf8wonZm4ZH5eEs9iRXno {  }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #RuFMc1EEbkhQc62bLzT5lkAOLQM1g0DT { display:flex;position:relative;top:0rem;left:0rem; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #gzLnGLUf3QvwEUcwbHBQTyyULA2rp9Ra {  }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #gDoGqMqulrJOJuR4C0MOaldJTx1o3yaO {  }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #HV1Wo3PhGC3HGHXhD64lUkbcGLItCKaL { display:flex;position:relative;top:0rem;left:0rem; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #VLB91ANn8LfaUB7BWbBVpIpgGZeQpvZp {  }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #ikQKUfxKWrFMVVFn1LFP9lVxfxmld8rb {  }
#P7Xx3B9CUdlcUTUVaPx46UMSCXRNrmnq { box-sizing:content-box;height:6.25rem;width:17.4375rem;position:absolute;display:block;z-index:15009;background-color:#ba2224;background-image:none;top:16.02490234375rem;left:47.84375rem;display:block; }
#e2OxLBESEpKatnV4E7gkHgeoGBMZkp0K { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:arial;font-size:5.75rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:15.98779296875rem;left:47.25rem;height:6.3246875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XNxBOWWL4qksS3FXvOTUJtFpMbWhA7J9 { background-color:#314dcc;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.375rem;left:44.7490234375rem;display:block; }
#LMx6vggUDTwLrA8lWllxZqwz4x9i8FkW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tSxF2hMplKOowg7Ed51BI4GvOpub3prM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040020;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; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { background-color: transparent; background-image: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container > .video-iframe-container { display: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container { display: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .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); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { border-width: 0; border-radius: 0; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#VzJzi5QvceMFqCyItIFaqdb6UbJUoXbB { color:#ffffff;display:block;width:74.9375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.443359375rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #wkrigMsQq662n4QoQKTFcJAxqytThIfT { display:block; }#wkrigMsQq662n4QoQKTFcJAxqytThIfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeE298t9ImNM92nwI0ftAv0BuvaimL21 { top:2.4375rem;left:16.3125rem;width:15.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 { background-color:#040020;background-image:url("https://images.assets-landingi.com/uc/595c9db6-be27-4f52-903b-2e78b78a71f9/bg_podcastObszarroboczy22x.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.adaptive-delivery-prevent-bg, #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.lazyload, #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0.lazyloading { background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { background-color: transparent; background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .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); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { border-width: 0; border-radius: 0; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6fTVTfxZN3Az0raQhtP3lc4i2TO6Cf2 { top:20.5rem;left:2.125rem;width:42.0625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgnG2Sa2OJa7MNfKGTX0vZEJFuoxvKwr { top:32.1875rem;left:4.4375rem;width:37.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNR70lNrFKMxtnutbrdKt0uAavJIbLFs { top:20.25rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:3.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J3GDbNEsTpxLVeWrwUTopCeMIbn61gBf { top:32.1875rem;left:0rem;width:47.75rem;height:12rem;font-size:3.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yuFZQPCw7tNOsJqVOc6dInOWNoq92kxA { top:45.8125rem;left:18.625rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqQ5BC58Q5k3aOnHD47rv8lttZ9nmO3p { top:3.6875rem;left:17.3125rem;width:20rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNtLKA26Ko5aw07uBCwFgGE3B18lyRdr { top:0.0625rem;left:6.7761917960088rem;width:23.9375rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM { display:block; }#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THZJghrgCWTk6K6lGc0JTxCbOuc4xiiW { top:7.4375rem;left:0rem;width:35.9375rem;height:41.25rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OOmUqWwOnigLeBBHBMTS9dW5FWcS10oc { top:10.25rem;left:0rem;width:30.1875rem;height:5.8125rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z2vNLvC39PbNU35p9bJOdDxdIuXM0bUO { top:10rem;left:0rem;width:25.875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re6qa2ys9Tal7FxBCOmcm5FDCdcvB2IG { top:16.4375rem;left:0rem;width:17.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz2BTAs2sLuzuAeIX1RebuHIJARQbhTx { top:16.4375rem;left:0rem;width:17.8125rem;height:6.3125rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Pbn21U9fyU4AUvNI45JDxvwkXZDu1CT1 { top:25.125rem;left:0rem;width:32.125rem;height:4.125rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 { display:flex;width:18rem;height:5.0625rem;top:53.4375rem;left:3.0537109375rem; }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #T18P5eC915LstPaB8dUE5Q1U8lCFRHbh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #miW0l8NMNRSBQHnXFgnMdRH73zOvh85V {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #zFHeV0hp1LTvTkeukdHOmCQh8PT6Fdtv {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #bqGi1usXGxALIsZVkyz4CRlPxhXtlC3E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #vD7QUZfOe4ey6hBG1ngozbkCmf3dQdAR {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #il45PRW5rObAHnG87iBwPV9sTRUzygN9 {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #INKqurUKTat7JSzPtxbmItOTrB6oKlJw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #knxo6zaOe2CFlVilplqOtQLTUfVQ6Hay {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #ucaTJP9IOCOAuEp36rKOz8SKQLqDiZmI {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #t0MDCmFLkdxHR2EwXDMkiwJqFSoho0hT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #ivJBelihQaE8XbUf4qLVkQqNeqMbSKFb {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #AzkevewPOH9SACgarLiAzatB03SilgzJ {  }
 }@media only screen and (max-width: 763px) { #S1fxMxsATXAUTvBSoUXFF05z7mOdN1XI { width:21.3125rem;height:4.0625rem;top:41.375rem;left:0rem;background-color:#f40c53;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JCrIs8Vf2cpX5pwNsTKDGKdyrTnCiXwy { display:block; }
 }@media only screen and (max-width: 763px) { #Zvb7sfeb8F1sPQBZusIzGeH2aFgQvVOT { top:7.375rem;left:10.875rem;width:36.875rem;height:41.625rem;background-color:#6830e1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uWQWXwQCiklnhWU1umlmJq5ghGX8kk5B { top:9.875rem;left:11.625rem;width:36.125rem;height:5.8125rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zMM3mr8Wfrld1kR7s4kgNr4GBFtSNcgB { top:9.625rem;left:12.8125rem;width:34.9375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftosQfvosJseSqzsTXaLyqws0lghM4a9 { top:24.375rem;left:15.625rem;width:32.125rem;height:4.125rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG { display:flex;width:18rem;height:5.0625rem;top:53.4375rem;left:3.0537109375rem; }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #KNmKlc7Tmml7g8RfiTzqytoId1ysxdGP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #RhWvXr5LLGOfsP1QneUsl0UCBzEFvh6p {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #rh46PSPnxJwBz0eGW4AK5bPXIaWz8AlL {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #TgCc227UaCNayxLP7Hqf6sgLJXLKBlpa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #VJEUDziMx0H1knDuJBXtRh0V5XZNP1TN {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #srXcrtaa9iLEf8wonZm4ZH5eEs9iRXno {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #RuFMc1EEbkhQc62bLzT5lkAOLQM1g0DT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #gzLnGLUf3QvwEUcwbHBQTyyULA2rp9Ra {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #gDoGqMqulrJOJuR4C0MOaldJTx1o3yaO {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #HV1Wo3PhGC3HGHXhD64lUkbcGLItCKaL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #VLB91ANn8LfaUB7BWbBVpIpgGZeQpvZp {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #ikQKUfxKWrFMVVFn1LFP9lVxfxmld8rb {  }
 }@media only screen and (max-width: 763px) { #P7Xx3B9CUdlcUTUVaPx46UMSCXRNrmnq { top:16rem;left:30.3125rem;width:17.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2OxLBESEpKatnV4E7gkHgeoGBMZkp0K { top:15.9375rem;left:29.9375rem;width:17.8125rem;height:6.3125rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XNxBOWWL4qksS3FXvOTUJtFpMbWhA7J9 { width:21.3125rem;height:4.0625rem;top:41.375rem;left:26.4375rem;background-color:#f40c53;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LMx6vggUDTwLrA8lWllxZqwz4x9i8FkW { display:block; }
 }@media only screen and (max-width: 763px) { #tSxF2hMplKOowg7Ed51BI4GvOpub3prM { background-color:#040020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { background-color: transparent; background-image: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container > .video-iframe-container { display: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container { display: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .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); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { border-width: 0; border-radius: 0; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzJzi5QvceMFqCyItIFaqdb6UbJUoXbB { top:1.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #wkrigMsQq662n4QoQKTFcJAxqytThIfT { display:block; }#wkrigMsQq662n4QoQKTFcJAxqytThIfT > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeE298t9ImNM92nwI0ftAv0BuvaimL21 { width:12.625rem;height:2.3125rem;top:2.71875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 { background-color:#f1f3f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { background-color: transparent; background-image: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row > .video-iframe-container { display: none; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .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); }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { border-width: 0; border-radius: 0; }#HdSoIdUGG4VeqFz3xvvq2zdhB1etvnp0 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6fTVTfxZN3Az0raQhtP3lc4i2TO6Cf2 { width:19.0625rem;height:4.1875rem;top:14.38037109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgnG2Sa2OJa7MNfKGTX0vZEJFuoxvKwr { width:18.1875rem;height:4.4375rem;top:18.56787109375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNR70lNrFKMxtnutbrdKt0uAavJIbLFs { width:19.25rem;height:3.64355625rem;top:14.65185546875rem;left:0.375rem;font-size:3.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J3GDbNEsTpxLVeWrwUTopCeMIbn61gBf { width:20rem;height:3.64355625rem;top:18.96484375rem;left:0rem;font-size:3.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yuFZQPCw7tNOsJqVOc6dInOWNoq92kxA { display:flex;width:6.1875rem;height:6.1875rem;top:24.43994140625rem;left:6.90625rem; }
 }@media only screen and (max-width: 763px) { #TqQ5BC58Q5k3aOnHD47rv8lttZ9nmO3p { width:9.4375rem;height:13.625rem;top:5.00537109375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNtLKA26Ko5aw07uBCwFgGE3B18lyRdr { width:10.4375rem;height:14rem;top:3.00537109375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM { display:block; }#EzMV8Mu7GEgtMWf60McT1Hgr0TVQRCZM > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THZJghrgCWTk6K6lGc0JTxCbOuc4xiiW { width:18.375rem;height:29.5625rem;top:4rem;left:0.8125rem;background-color:#f1f3f9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OOmUqWwOnigLeBBHBMTS9dW5FWcS10oc { width:20rem;height:2.88720625rem;top:5.66064453125rem;left:0rem;font-size:2.625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z2vNLvC39PbNU35p9bJOdDxdIuXM0bUO { width:17.25rem;height:4rem;top:5.10400390625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re6qa2ys9Tal7FxBCOmcm5FDCdcvB2IG { width:16.3125rem;height:3.9375rem;top:9.07568359375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz2BTAs2sLuzuAeIX1RebuHIJARQbhTx { width:17.8125rem;height:2.88720625rem;top:9.45068359375rem;left:1.09375rem;font-size:2.625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Pbn21U9fyU4AUvNI45JDxvwkXZDu1CT1 { width:17.25rem;height:5.0625rem;top:13.94970703125rem;left:1.375rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 .widget-text.counter-number { padding-top:0.38375rem;padding-right:0.340625rem;padding-bottom:0.38375rem;padding-left:0.340625rem;width:2.041875rem;min-width:2.041875rem;height:2.06375rem;font-size:1.535625rem;line-height:33.02px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.7225rem;height:0.815625rem;font-size:0.575625rem;line-height:13.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 { display:flex;width:14rem;height:3.9375rem;top:19.89501953125rem;left:2.23193359375rem;padding-top:0.555625rem;padding-right:0.58rem;padding-bottom:0.555625rem;padding-left:0.58rem;border-top:0.21rem solid #181818;border-left:0.214375rem solid #181818;border-right:0.214375rem solid #181818;border-bottom:0.21rem solid #181818; }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #T18P5eC915LstPaB8dUE5Q1U8lCFRHbh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #miW0l8NMNRSBQHnXFgnMdRH73zOvh85V {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #zFHeV0hp1LTvTkeukdHOmCQh8PT6Fdtv {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #bqGi1usXGxALIsZVkyz4CRlPxhXtlC3E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #vD7QUZfOe4ey6hBG1ngozbkCmf3dQdAR {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #il45PRW5rObAHnG87iBwPV9sTRUzygN9 {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #INKqurUKTat7JSzPtxbmItOTrB6oKlJw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #knxo6zaOe2CFlVilplqOtQLTUfVQ6Hay {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #ucaTJP9IOCOAuEp36rKOz8SKQLqDiZmI {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #t0MDCmFLkdxHR2EwXDMkiwJqFSoho0hT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #ivJBelihQaE8XbUf4qLVkQqNeqMbSKFb {  }
 }@media only screen and (max-width: 763px) { #cPSIxGsW1Kx7P44a4HQHGpxTTgn8DEt1 #AzkevewPOH9SACgarLiAzatB03SilgzJ {  }
 }@media only screen and (max-width: 763px) { #S1fxMxsATXAUTvBSoUXFF05z7mOdN1XI { width:17.0625rem;height:3.5625rem;top:27.92822265625rem;left:1.46875rem;background-color:#314dcc;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JCrIs8Vf2cpX5pwNsTKDGKdyrTnCiXwy { display:block; }
 }@media only screen and (max-width: 763px) { #Zvb7sfeb8F1sPQBZusIzGeH2aFgQvVOT { width:18.375rem;height:34.25rem;top:35.74072265625rem;left:0.875rem;background-color:#fef0e3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uWQWXwQCiklnhWU1umlmJq5ghGX8kk5B { width:20rem;height:2.88720625rem;top:38.884765625rem;left:0rem;font-size:2.625rem;z-index:15021;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zMM3mr8Wfrld1kR7s4kgNr4GBFtSNcgB { width:17rem;height:4.8125rem;top:37.578125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftosQfvosJseSqzsTXaLyqws0lghM4a9 { width:18.5rem;height:5.0625rem;top:48.86572265625rem;left:0.8125rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG .widget-text.counter-number { padding-top:0.384375rem;padding-right:0.3475rem;padding-bottom:0.384375rem;padding-left:0.3475rem;width:2.084375rem;min-width:2.084375rem;height:2.063125rem;font-size:1.535625rem;line-height:33.01px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.78rem;height:0.815rem;font-size:0.57625rem;line-height:13.04px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG { display:flex;width:14.25rem;height:3.9375rem;top:55.568359375rem;left:2.06298828125rem;padding-top:0.555625rem;padding-right:0.5925rem;padding-bottom:0.555625rem;padding-left:0.5925rem;border-top:0.21rem solid #181818;border-left:0.21875rem solid #181818;border-right:0.21875rem solid #181818;border-bottom:0.21rem solid #181818; }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #KNmKlc7Tmml7g8RfiTzqytoId1ysxdGP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #RhWvXr5LLGOfsP1QneUsl0UCBzEFvh6p {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #rh46PSPnxJwBz0eGW4AK5bPXIaWz8AlL {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #TgCc227UaCNayxLP7Hqf6sgLJXLKBlpa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #VJEUDziMx0H1knDuJBXtRh0V5XZNP1TN {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #srXcrtaa9iLEf8wonZm4ZH5eEs9iRXno {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #RuFMc1EEbkhQc62bLzT5lkAOLQM1g0DT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #gzLnGLUf3QvwEUcwbHBQTyyULA2rp9Ra {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #gDoGqMqulrJOJuR4C0MOaldJTx1o3yaO {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #HV1Wo3PhGC3HGHXhD64lUkbcGLItCKaL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #VLB91ANn8LfaUB7BWbBVpIpgGZeQpvZp {  }
 }@media only screen and (max-width: 763px) { #QLDDdNtIuEnCgG0WvVeoE4b9NoIoweoG #ikQKUfxKWrFMVVFn1LFP9lVxfxmld8rb {  }
 }@media only screen and (max-width: 763px) { #P7Xx3B9CUdlcUTUVaPx46UMSCXRNrmnq { width:15.3125rem;height:4.3125rem;top:42.390625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2OxLBESEpKatnV4E7gkHgeoGBMZkp0K { width:19.25rem;height:2.88720625rem;top:43.103515625rem;left:0.375rem;font-size:2.625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XNxBOWWL4qksS3FXvOTUJtFpMbWhA7J9 { width:16.9375rem;height:3.5625rem;top:63.30322265625rem;left:1.53125rem;background-color:#314dcc;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LMx6vggUDTwLrA8lWllxZqwz4x9i8FkW { display:block; }
 }@media only screen and (max-width: 763px) { #tSxF2hMplKOowg7Ed51BI4GvOpub3prM { background-color:#040020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { background-color: transparent; background-image: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container > .video-iframe-container { display: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row > .video-iframe-container { display: none; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .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); }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { border-width: 0; border-radius: 0; }#tSxF2hMplKOowg7Ed51BI4GvOpub3prM > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzJzi5QvceMFqCyItIFaqdb6UbJUoXbB { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }