.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk { position:relative;display:block; }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk { background-color: transparent; background-image: none; }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk > .row .container > .video-iframe-container { display: none; }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk > .row > .video-iframe-container { display: none; }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk > .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); }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk { border-width: 0; border-radius: 0; }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk > .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; }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk > .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:10.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gVTPmS5IrOeAUp1kxeem7r6NPVPxqREn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.25rem;left:12.9375rem; }
#TDOpepn94H9BREsvwIMlIAB6el79f98v { color:#000000;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:17.0625rem;height:1.94970625rem;font-style:normal;display:block; }
#JDUioBvS8RVMFBMvv0uJPBogDZZnC98r { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:8.21875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wu1J0Caf1cwD24PrxAd785acZShAQ94N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0e4a;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; }#Wu1J0Caf1cwD24PrxAd785acZShAQ94N > .row .container { background-color: transparent; background-image: none; }#Wu1J0Caf1cwD24PrxAd785acZShAQ94N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu1J0Caf1cwD24PrxAd785acZShAQ94N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu1J0Caf1cwD24PrxAd785acZShAQ94N > .row .container > .video-iframe-container { display: none; }#Wu1J0Caf1cwD24PrxAd785acZShAQ94N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu1J0Caf1cwD24PrxAd785acZShAQ94N > .row > .video-iframe-container { display: none; }#Wu1J0Caf1cwD24PrxAd785acZShAQ94N > .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); }#Wu1J0Caf1cwD24PrxAd785acZShAQ94N > .row .container { border-width: 0; border-radius: 0; }#Wu1J0Caf1cwD24PrxAd785acZShAQ94N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wu1J0Caf1cwD24PrxAd785acZShAQ94N > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT .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; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT .widget-text.counter-label { background-color:;background-image:none;color:#26265b;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.6875rem;left:34.9375rem;z-index:15017; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #Eh8tGldfTW1wlFxkETiKnNdwt5nTW1ZE { display:flex;position:relative;top:0rem;left:0rem; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #f20508AIcF9BbF1lVty4XAIcn2cCDrFv { width:auto; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #bJRD1wuNLNTmHt47XTr9dMZVXVQ3ZTP2 {  }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #AbdCPsxvHvitNSBT8K61BvOhV9ciHgy5 { display:flex;position:relative;top:0rem;left:0rem; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #qgRPyfqEyqSF6X4f0WS4glptbWI7HPCb {  }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #tsQrR6OTDAS4SCog3m4l9DQufGbNLJO1 {  }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #qe0RCS7dWZ3y7SLFUuDzX5pQzAv8JZkT { display:flex;position:relative;top:0rem;left:0rem; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #VWwLM6D1019JMr7XxsPr7AaZZSi8cf8z {  }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #ZJZ3T0b6C75mweA2vMkCbkfkrpsTI9fC {  }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #k4xSCZ9aHquzWUMl7dElIbttGNuXtrNm { display:flex;position:relative;top:0rem;left:0rem; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #y0WpoO1doBI6hZE0ofazBuN4DHeBzHoz {  }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #aDHSwN4dyRENDcpgSGzGmkugZ5kPKKLU {  }
#xN2K3dUbzVxUoqfmZ2OzEMakcu5OumoU { color:#ffffff;display:block;width:48.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.625rem;left:4.875rem;height:6.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hCEdVoeA6gGCQSrswWqtbkdwJaHlWcVL { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:9.6875rem;left:7.0625rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d7170adb-10ae-49fa-8481-b2d3aff46f80/jbbtlogranat.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#26265b;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:10.25rem;left:28.375rem;height:7.4238125rem;font-style:normal;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#333333;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:18.875rem;left:28.375rem;height:8.25rem;display:block; }
#CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:9.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:31.25rem;width:20.6875rem;top:3.03125rem;left:4.25rem;overflow:hidden;display:block; }
#u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(315deg, rgba(120,233,251,0.38), rgba(0,0,0,0));background-image: -moz-linear-gradient(315deg, rgba(120,233,251,0.38), rgba(0,0,0,0));background-image: -ms-linear-gradient(315deg, rgba(120,233,251,0.38), rgba(0,0,0,0));background-image: -o-linear-gradient(315deg, rgba(120,233,251,0.38), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6078e9fb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6078e9fb', endColorstr='#00000000' );";background-image: linear-gradient(315deg, rgba(120,233,251,0.38), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:29.5625rem;width:28.375rem;top:3.875rem;left:31.625rem;display:block; }
#OGyx3yCfIpQxTCEyn4ckJ7qwTmh3T34s { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#002699;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.09375rem;left:28.375rem;display:block; }
#sFGvRvRv7msNLqxSGRo3fGIgf1OJqUe1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 { position:relative;display:block; }#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 { background-color: transparent; background-image: none; }#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 > .row .container > .video-iframe-container { display: none; }#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 > .row > .video-iframe-container { display: none; }#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 > .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); }#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 { border-width: 0; border-radius: 0; }#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 > .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; }#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LR4Nzlk9ht3LpbCbKJy6bTdSUxkcXCMG { color:#26265b;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4.125rem;left:0.78125rem;height:7.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mf6Wbt1PdR2OODxKNAoIAooGXgDERC5H { color:#2e2e2e;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:4.125rem;left:31.15625rem;height:28.5rem;display:block; }
#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { color:#26265b;display:block;width:35.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.9375rem;left:12.40625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { position:absolute;display:block;z-index:14996;background-color:#002699;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:2.0625rem;left:26.875rem;display:block; }
#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { background-color: transparent; background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .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); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { border-width: 0; border-radius: 0; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:15022;background-color:#002699;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:5.75rem;display:block; }
#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.5625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:4.9375rem;display:block; }
#t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:0.8125rem;left:4.96875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { position:absolute;display:block;z-index:15028;background-color:#002699;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:25.75rem;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.8125rem;left:21.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:24.9375rem;display:block; }
#q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:0.8125rem;left:25rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { position:absolute;display:block;z-index:15034;background-color:#002699;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:45.75rem;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.8125rem;left:41.5625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:44.9375rem;display:block; }
#ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:0.8125rem;left:45rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:1.9375rem;left:7.6875rem; }
#PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;top:1.9375rem;left:27.6875rem; }
#kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:0.8125rem;left:46.5625rem; }
#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ { position:relative;display:block; }#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ { background-color: transparent; background-image: none; }#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ > .row .container > .video-iframe-container { display: none; }#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ > .row > .video-iframe-container { display: none; }#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ > .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); }#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ { border-width: 0; border-radius: 0; }#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ > .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; }#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ > .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:5.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NpZwQoJewlsEPJvmlJkPqC0ufSU3SV31 { background-color:#002699;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.3999996185302rem;left:23.25rem;display:block; }
#w2DeW7oA8hy2ITsT4iIWuCovOWMZHRrO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU > .row .container { background-color: transparent; background-image: none; }#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU > .row .container > .video-iframe-container { display: none; }#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU > .row > .video-iframe-container { display: none; }#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU > .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); }#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU > .row .container { border-width: 0; border-radius: 0; }#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:block; }#e30lgRcQMUETTFDSNkGpzOQ2LN5KNzBH { color:#002699;display:block;width:47.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.0624923706055rem;left:0.65625rem;height:5.3994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G5swegpHbFlXRKApU5ApccFEvCpVCQ8M { color:#063949;display:block;width:42.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:29.175001144409rem;left:0.65625rem;height:12.75975rem;font-style:normal;display:block; }#G5swegpHbFlXRKApU5ApccFEvCpVCQ8M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G5swegpHbFlXRKApU5ApccFEvCpVCQ8M li:before{  }
#r36CtTztLMp7LH7c33bWzVFKkTISfI5x { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#ff6e64;background-image:none;top:29.175000190735rem;left:58.75rem;display:block; }
#rJgzvw3JdZ2BrbRMl6heQeOZFyzJMKaC { position:absolute;display:block;z-index:15068;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:1rem;width:3.4375rem;top:4.1875rem;left:51.09375rem;overflow:hidden;display:block; }
#ZaV7OltzZQhamubSAXG8wpU856rBI75w { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;height:29.1875rem;width:13.3125rem;top:3.4375rem;left:46.1875rem;overflow:hidden;display:block; }
#fJsVMX28N1Hr5laF08yquCLcbgvoEZ64 { position:absolute;display:block;z-index:15058;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:30rem;width:14.375rem;top:3.0625rem;left:45.625rem;overflow:hidden;display:block; }
#DEaKAcgg8yFVUIu8TlOcanlwCyUBZnT0 { color:#2e2e2e;display:block;width:41.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:10.093742370606rem;left:0.65625rem;height:15rem;display:block; }
#dZtTFbHMR2GwtSgaufk2Qvpw1BadiShf { color:#000000;display:block;width:24rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:26.90625rem;left:0.65625rem;height:1.95rem;display:block; }
#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC > .row .container { background-color: transparent; background-image: none; }#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC > .row .container > .video-iframe-container { display: none; }#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC > .row > .video-iframe-container { display: none; }#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC > .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); }#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC > .row .container { border-width: 0; border-radius: 0; }#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:block; }#n2KctGVdn3akbWqqR4h6s3REBDk874ft { color:#002699;display:block;width:47.1875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.0624923706055rem;left:0.65625rem;height:4.8rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MBKzLeeugkLPxtl3JJOzK5dxRAkJAbZi { color:#063949;display:block;width:42.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:29.175001144409rem;left:0.65625rem;height:;font-style:normal;display:block; }#MBKzLeeugkLPxtl3JJOzK5dxRAkJAbZi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MBKzLeeugkLPxtl3JJOzK5dxRAkJAbZi li:before{  }
#M0tQTBrmqDumXbpSIAU65LfNe4ftuT34 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#ff6e64;background-image:none;top:29.175000190735rem;left:58.75rem;display:block; }
#nKc7bABqD5UIxpRlQovgx5BmaGo6rBOq { position:absolute;display:block;z-index:15068;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:1.0625rem;width:4rem;top:4.1499996185303rem;left:50.8125rem;overflow:hidden;display:block; }
#cFXZVG1JW58DN40cOkx5X5gH4huDTzNM { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;height:29.125rem;width:13.25rem;top:3.5rem;left:46.25rem;overflow:hidden;display:block; }
#i6CeGUhpnDM3CqHm1IaZqqC55ITVyqAk { position:absolute;display:block;z-index:15058;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:30rem;width:14.375rem;top:3.0625rem;left:45.625rem;overflow:hidden;display:block; }
#e5GVbFza8HIZczPeVBq29z4eiivL7TxH { color:#2e2e2e;display:block;width:41.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:10.093742370606rem;left:0.65625rem;height:15rem;display:block; }
#QJz8tdiisG1ZharbTTrI5imhWROXTxMt { color:#000000;display:block;width:24rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:26.90625rem;left:0.65625rem;height:1.95rem;display:block; }
#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu > .row .container { background-color: transparent; background-image: none; }#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu > .row .container > .video-iframe-container { display: none; }#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu > .row > .video-iframe-container { display: none; }#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu > .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); }#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu > .row .container { border-width: 0; border-radius: 0; }#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#o4PZ05vpsNK7GP6WzRVmieTkdliOs6BW { color:#002699;display:block;width:42.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.0625rem;left:0.65625rem;height:4.8rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TVMU5CDp5ROebUNrlppLLf0LEZAcyR2o { color:#063949;display:block;width:42.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:29.175001144409rem;left:0.65625rem;height:9.2480625rem;font-style:normal;display:block; }#TVMU5CDp5ROebUNrlppLLf0LEZAcyR2o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TVMU5CDp5ROebUNrlppLLf0LEZAcyR2o li:before{  }
#FmIevUvE8bOeZdFeXHkv777WFTKOxpGO { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#ff6e64;background-image:none;top:29.175000190735rem;left:58.75rem;display:block; }
#Q7rZU6J8nWKNmanJqA5qAb7qR5w2Gu4i { position:absolute;display:block;z-index:15068;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:1.0625rem;width:4rem;top:4.1499996185303rem;left:50.8125rem;overflow:hidden;display:block; }
#kycGKX6sX477R3U8S2n6z69Tzmwx3U7K { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;height:29.1875rem;width:13.3125rem;top:3.5rem;left:46.25rem;overflow:hidden;display:block; }
#A3dABfRwZQ9uTtshN0X4OHHhwxxUtCOE { position:absolute;display:block;z-index:15058;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:30rem;width:14.375rem;top:3.0625rem;left:45.625rem;overflow:hidden;display:block; }
#zuihP17TXAnln3ImyaIgbMGavzRcHlbl { color:#2e2e2e;display:block;width:41.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:10.093742370606rem;left:0.65625rem;height:15rem;display:block; }
#GeJIkWWcfmk8I9TksWBx7VpKV2X1dPW8 { color:#000000;display:block;width:24rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:26.90625rem;left:0.65625rem;height:1.95rem;display:block; }
#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row .container { background-color: transparent; background-image: none; }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row .container > .video-iframe-container { display: none; }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row > .video-iframe-container { display: none; }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .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); }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row .container { border-width: 0; border-radius: 0; }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#smoscZk0Slcac0DuhgytG8qDbTvyS7NO { color:#26265b;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.6750001907349rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#dUNLTrx9Vp39ftxmkxFzHTf9bqprT1n0 { color:#333333;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:12.8125rem;left:2.4375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PuF3a4pzS7zg2cenOVuLzUSgP0E9y9cC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#002699;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31rem;left:4.9375rem;display:block; }
#Pv4b62sgbqTZ8tUelyJ11EXv0MZptp6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hq0sn8xRRdxZCDs6POHMGx87zGZTaNiJ { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.375rem;width:28.375rem;top:10.71875rem;left:27.8125rem;overflow:hidden;display:block; }
#QFE2Jmghx6Qaw5I3uyKD9nmKoy254URz { position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(0,38,153,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(0,38,153,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(0,38,153,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(0,38,153,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3002699', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3002699', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(0,38,153,0.64), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:26.75rem;width:25.6875rem;top:9.1489582061769rem;left:33.366668701172rem;display:block; }
#AsQ3N3JyGi0SpLP4MytnrFuAB9fsz1Oe { position:absolute;display:block;z-index:14989;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #002699, rgba(0,38,153,0.41));background-image: -moz-linear-gradient(90deg, #002699, rgba(0,38,153,0.41));background-image: -ms-linear-gradient(90deg, #002699, rgba(0,38,153,0.41));background-image: -o-linear-gradient(90deg, #002699, rgba(0,38,153,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002699', endColorstr='#68002699' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002699', endColorstr='#68002699' );";background-image: linear-gradient(90deg, #002699, rgba(0,38,153,0.41));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.625rem;width:24.75rem;top:11.086458206177rem;left:0rem;display:block; }
#V1NTA4Ne25ZW6FlvHMBJFrbp3KXR9Q4X { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:15.91250038147rem;left:4.4375rem;height:8.548825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SGlDPBnVcuoqrU82UQTXRJGSu5M4NuZP { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:25.625rem;left:1.75rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iJwKg9ImBsGtdl8VleXEcexGOZXl0Tu3 { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:28.0625rem;left:1.75rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i5TSQtQHNtNRftZGzToo56GKcumzzeG1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:16.3125rem;left:2.4375rem; }
#aiX4GKZ5TrO5sIJqSiZoqab7qTaBfv08 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:18.5rem;left:2.4375rem; }
#zsfvNUy2uaigxU24SWeROD0yN9in7Ti8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:20.65625rem;left:2.4375rem; }
#Xfy4eVbvKkqcGAZ8qXCs4wZHurrvdytI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:22.75rem;left:2.4375rem; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:60rem;position:relative;display:block; }#dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { position:absolute;display:block;z-index:14998;background-color:#002699;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:4rem;left:0rem;display:block; }
#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#26265b;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgthEMkXvTcQF0PgHzsylmPhQtprTGig { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:38.3125rem;width:25.25rem;top:4.25rem;left:34.839047330097rem;overflow:hidden;display:block; }
#oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #002699, rgba(0,38,153,0.57));background-image: -moz-linear-gradient(201deg, #002699, rgba(0,38,153,0.57));background-image: -ms-linear-gradient(201deg, #002699, rgba(0,38,153,0.57));background-image: -o-linear-gradient(201deg, #002699, rgba(0,38,153,0.57));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002699', endColorstr='#91002699' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002699', endColorstr='#91002699' );";background-image: linear-gradient(201deg, #002699, rgba(0,38,153,0.57));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:37.375rem;width:25.875rem;top:6.125rem;left:33.625rem;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#333333;display:block;width:32.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:12.25rem;left:0rem;height:34.5rem;display:block; }
#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq.adaptive-delivery-prevent-bg, #lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq.lazyload, #lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq.lazyloading { background-image: none; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row .container { background-color: transparent; background-image: none; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row .container > .video-iframe-container { display: none; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row > .video-iframe-container { display: none; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .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); }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row .container { border-width: 0; border-radius: 0; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#RvTEXGorQh5BgFcMLXQXPoeTJZa3EMle { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.9375rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:6.8125rem;left:0rem;height:9.298825rem;font-style:normal;display:block; }
#H1TwGTxSsxpViMnDocO1psXUeDdqzaK4 { background-color:#002699;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;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:"roboto condensed";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.15625rem;left:0rem;display:block; }
#tT372g8lhF1TAzaekqrhOolmqHq1EVcd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JPzEnttVTNa4VU3cUQBQ6fQWqONJu7r4 { position:absolute;display:block;z-index:15017;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:23.75rem;width:15.8125rem;top:3.1875rem;left:38.595832824707rem;overflow:hidden;display:block; }
#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000b2c;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; }#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB > .row .container { background-color: transparent; background-image: none; }#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB > .row .container > .video-iframe-container { display: none; }#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB > .row > .video-iframe-container { display: none; }#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB > .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); }#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB > .row .container { border-width: 0; border-radius: 0; }#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#Db408W2xAgy0u78FDVJa8gmFVNG92puN { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.2625007629394rem;left:0rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#aOg92FIAJagOTm5iCdCq5wftKfFI8ym7 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#kH0sq27aF2Igo4H5xig8gTCrkE0aiT9U { position:absolute;display:block;z-index:15009;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:1.25rem;width:14.5rem;top:2.59375rem;left:44.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk { display:block; }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVTPmS5IrOeAUp1kxeem7r6NPVPxqREn { top:2.25rem;left:6.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDOpepn94H9BREsvwIMlIAB6el79f98v { top:2.8125rem;left:10.9375rem;width:36.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDUioBvS8RVMFBMvv0uJPBogDZZnC98r { top:6.25rem;left:2.09375rem;width:43.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu1J0Caf1cwD24PrxAd785acZShAQ94N { display:block; }#Wu1J0Caf1cwD24PrxAd785acZShAQ94N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT .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; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT .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; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #Eh8tGldfTW1wlFxkETiKnNdwt5nTW1ZE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #f20508AIcF9BbF1lVty4XAIcn2cCDrFv {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #bJRD1wuNLNTmHt47XTr9dMZVXVQ3ZTP2 {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #AbdCPsxvHvitNSBT8K61BvOhV9ciHgy5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #qgRPyfqEyqSF6X4f0WS4glptbWI7HPCb {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #tsQrR6OTDAS4SCog3m4l9DQufGbNLJO1 {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #qe0RCS7dWZ3y7SLFUuDzX5pQzAv8JZkT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #VWwLM6D1019JMr7XxsPr7AaZZSi8cf8z {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #ZJZ3T0b6C75mweA2vMkCbkfkrpsTI9fC {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #k4xSCZ9aHquzWUMl7dElIbttGNuXtrNm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #y0WpoO1doBI6hZE0ofazBuN4DHeBzHoz {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #aDHSwN4dyRENDcpgSGzGmkugZ5kPKKLU {  }
 }@media only screen and (max-width: 763px) { #xN2K3dUbzVxUoqfmZ2OzEMakcu5OumoU { top:2.625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEdVoeA6gGCQSrswWqtbkdwJaHlWcVL { top:9.6875rem;left:0.9375rem;width:24.5625rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:10.25rem;left:19.9375rem;width:27.8125rem;height:7.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:18.875rem;left:18.875rem;width:28.875rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { width:20.6875rem;height:31.25rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:28.375rem;height:29.5625rem;top:3.875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGyx3yCfIpQxTCEyn4ckJ7qwTmh3T34s { width:13.5rem;height:3.25rem;top:31.0625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGvRvRv7msNLqxSGRo3fGIgf1OJqUe1 { display:block; }
 }@media only screen and (max-width: 763px) { #bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 { display:block; }#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LR4Nzlk9ht3LpbCbKJy6bTdSUxkcXCMG { top:4.125rem;left:0rem;width:28.4375rem;height:7.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf6Wbt1PdR2OODxKNAoIAooGXgDERC5H { top:4.125rem;left:20.0625rem;width:27.6875rem;height:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:2.9375rem;left:6.28125rem;width:35.1875rem;height:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { top:2.0625rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:0rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:8.8125rem;left:0rem;width:16.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:0.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { top:0.8125rem;left:2.90625rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:7.5rem;height:7.5rem;top:0rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { top:8.8125rem;left:14.875rem;width:16.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:2.25rem;height:2.25rem;top:0.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { top:0.8125rem;left:18.8125rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:0rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:8.8125rem;left:30.75rem;width:16.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:0.625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { top:0.8125rem;left:34.6875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:3.625rem;height:3.625rem;top:1.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:3.625rem;height:3.625rem;top:1.9375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:5.875rem;height:5.875rem;top:0.8125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ { display:block; }#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpZwQoJewlsEPJvmlJkPqC0ufSU3SV31 { width:13.5rem;height:3.25rem;top:1.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2DeW7oA8hy2ITsT4iIWuCovOWMZHRrO { display:block; }
 }@media only screen and (max-width: 763px) { #UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU { display:block; }#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e30lgRcQMUETTFDSNkGpzOQ2LN5KNzBH { top:3rem;left:0rem;width:47.1875rem;height:5.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5swegpHbFlXRKApU5ApccFEvCpVCQ8M { top:29.125rem;left:0rem;width:42.125rem;height:12.75rem;font-size:1rem;display:block; }#G5swegpHbFlXRKApU5ApccFEvCpVCQ8M li:before{  }
 }@media only screen and (max-width: 763px) { #r36CtTztLMp7LH7c33bWzVFKkTISfI5x { top:29.125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJgzvw3JdZ2BrbRMl6heQeOZFyzJMKaC { width:3.4375rem;height:1rem;top:4.1875rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaV7OltzZQhamubSAXG8wpU856rBI75w { top:3.4375rem;left:34.4375rem;width:13.3125rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJsVMX28N1Hr5laF08yquCLcbgvoEZ64 { width:14.375rem;height:30rem;top:3.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEaKAcgg8yFVUIu8TlOcanlwCyUBZnT0 { top:10.0625rem;left:0rem;width:41.875rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZtTFbHMR2GwtSgaufk2Qvpw1BadiShf { top:26.875rem;left:0rem;width:24rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC { display:block; }#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2KctGVdn3akbWqqR4h6s3REBDk874ft { top:3.0625rem;left:0rem;width:47.1875rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBKzLeeugkLPxtl3JJOzK5dxRAkJAbZi { top:29.125rem;left:0rem;width:42.125rem;height:;font-size:1rem;display:block; }#MBKzLeeugkLPxtl3JJOzK5dxRAkJAbZi li:before{  }
 }@media only screen and (max-width: 763px) { #M0tQTBrmqDumXbpSIAU65LfNe4ftuT34 { top:29.125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKc7bABqD5UIxpRlQovgx5BmaGo6rBOq { width:4rem;height:1.0625rem;top:4.125rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFXZVG1JW58DN40cOkx5X5gH4huDTzNM { top:3.5rem;left:34.5rem;width:13.25rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6CeGUhpnDM3CqHm1IaZqqC55ITVyqAk { width:14.375rem;height:30rem;top:3.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5GVbFza8HIZczPeVBq29z4eiivL7TxH { top:10.0625rem;left:0rem;width:41.875rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJz8tdiisG1ZharbTTrI5imhWROXTxMt { top:26.875rem;left:0rem;width:24rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu { display:block; }#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4PZ05vpsNK7GP6WzRVmieTkdliOs6BW { top:3.0625rem;left:0rem;width:42.0625rem;height:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVMU5CDp5ROebUNrlppLLf0LEZAcyR2o { top:29.125rem;left:0rem;width:42.125rem;height:;font-size:1rem;display:block; }#TVMU5CDp5ROebUNrlppLLf0LEZAcyR2o li:before{  }
 }@media only screen and (max-width: 763px) { #FmIevUvE8bOeZdFeXHkv777WFTKOxpGO { top:29.125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7rZU6J8nWKNmanJqA5qAb7qR5w2Gu4i { width:4rem;height:1.0625rem;top:4.125rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kycGKX6sX477R3U8S2n6z69Tzmwx3U7K { top:3.5rem;left:34.4375rem;width:13.3125rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3dABfRwZQ9uTtshN0X4OHHhwxxUtCOE { width:14.375rem;height:30rem;top:3.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuihP17TXAnln3ImyaIgbMGavzRcHlbl { top:10.0625rem;left:0rem;width:41.875rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeJIkWWcfmk8I9TksWBx7VpKV2X1dPW8 { top:26.875rem;left:0rem;width:24rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU { display:block; }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smoscZk0Slcac0DuhgytG8qDbTvyS7NO { top:5.625rem;left:0rem;width:27.8125rem;height:0;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUNLTrx9Vp39ftxmkxFzHTf9bqprT1n0 { top:12.8125rem;left:0rem;width:18.5rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuF3a4pzS7zg2cenOVuLzUSgP0E9y9cC { width:13.5rem;height:3.25rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv4b62sgbqTZ8tUelyJ11EXv0MZptp6T { display:block; }
 }@media only screen and (max-width: 763px) { #Hq0sn8xRRdxZCDs6POHMGx87zGZTaNiJ { width:28.375rem;height:22.375rem;top:10.6875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFE2Jmghx6Qaw5I3uyKD9nmKoy254URz { width:25.6875rem;height:26.75rem;top:9.125rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsQ3N3JyGi0SpLP4MytnrFuAB9fsz1Oe { width:24.75rem;height:25.625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1NTA4Ne25ZW6FlvHMBJFrbp3KXR9Q4X { top:15.875rem;left:0rem;width:17.9375rem;height:8.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGlDPBnVcuoqrU82UQTXRJGSu5M4NuZP { top:25.625rem;left:0rem;width:19.875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJwKg9ImBsGtdl8VleXEcexGOZXl0Tu3 { top:28.0625rem;left:0rem;width:19.875rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5TSQtQHNtNRftZGzToo56GKcumzzeG1 { top:16.3125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiX4GKZ5TrO5sIJqSiZoqab7qTaBfv08 { top:18.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsfvNUy2uaigxU24SWeROD0yN9in7Ti8 { top:20.625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfy4eVbvKkqcGAZ8qXCs4wZHurrvdytI { top:22.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { top:4rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:6.125rem;left:0rem;width:23.125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:25.25rem;height:38.3125rem;top:4.25rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { top:6.125rem;left:21.875rem;width:25.875rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:12.25rem;left:0rem;width:32.4375rem;height:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq { display:block; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvTEXGorQh5BgFcMLXQXPoeTJZa3EMle { top:6.8125rem;left:0rem;width:36.4375rem;height:9.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1TwGTxSsxpViMnDocO1psXUeDdqzaK4 { width:18rem;height:4.1875rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT372g8lhF1TAzaekqrhOolmqHq1EVcd { display:block; }
 }@media only screen and (max-width: 763px) { #JPzEnttVTNa4VU3cUQBQ6fQWqONJu7r4 { width:15.8125rem;height:23.75rem;top:3.1875rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB { display:block; }#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db408W2xAgy0u78FDVJa8gmFVNG92puN { top:3.25rem;left:0rem;width:13.1875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOg92FIAJagOTm5iCdCq5wftKfFI8ym7 { top:2.125rem;left:0rem;width:22.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH0sq27aF2Igo4H5xig8gTCrkE0aiT9U { width:14.5rem;height:1.25rem;top:2.5625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk { display:block; }#CBdNWuJD0GIhVqZxq4NqKZH35umEzrXk > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVTPmS5IrOeAUp1kxeem7r6NPVPxqREn { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TDOpepn94H9BREsvwIMlIAB6el79f98v { width:20rem;height:3.25rem;top:5.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDUioBvS8RVMFBMvv0uJPBogDZZnC98r { width:20rem;height:2.925rem;top:9.52499961853rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu1J0Caf1cwD24PrxAd785acZShAQ94N { display:block; }#Wu1J0Caf1cwD24PrxAd785acZShAQ94N > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT .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; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT .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; }
#MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT { width:18rem;height:5.0625rem;display:flex;top:19.75rem;left:0.9375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #Eh8tGldfTW1wlFxkETiKnNdwt5nTW1ZE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #f20508AIcF9BbF1lVty4XAIcn2cCDrFv {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #bJRD1wuNLNTmHt47XTr9dMZVXVQ3ZTP2 {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #AbdCPsxvHvitNSBT8K61BvOhV9ciHgy5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #qgRPyfqEyqSF6X4f0WS4glptbWI7HPCb {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #tsQrR6OTDAS4SCog3m4l9DQufGbNLJO1 {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #qe0RCS7dWZ3y7SLFUuDzX5pQzAv8JZkT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #VWwLM6D1019JMr7XxsPr7AaZZSi8cf8z {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #ZJZ3T0b6C75mweA2vMkCbkfkrpsTI9fC {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #k4xSCZ9aHquzWUMl7dElIbttGNuXtrNm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #y0WpoO1doBI6hZE0ofazBuN4DHeBzHoz {  }
 }@media only screen and (max-width: 763px) { #MAQ7x1M6TwBvHTp99VLf6Gdf515CLqNT #aDHSwN4dyRENDcpgSGzGmkugZ5kPKKLU {  }
 }@media only screen and (max-width: 763px) { #xN2K3dUbzVxUoqfmZ2OzEMakcu5OumoU { width:20rem;height:11.25rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEdVoeA6gGCQSrswWqtbkdwJaHlWcVL { width:20rem;height:3.75rem;top:14.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d7170adb-10ae-49fa-8481-b2d3aff46f80/jbbtlogranat.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:20rem;height:6.2988125rem;top:2.9125003814698rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:6.9995rem;top:10.19375038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { width:16.9375rem;height:25.5625rem;top:24rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:14.5625rem;height:15.0625rem;top:19.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OGyx3yCfIpQxTCEyn4ckJ7qwTmh3T34s { width:13.5rem;height:3.25rem;top:19.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGvRvRv7msNLqxSGRo3fGIgf1OJqUe1 { display:block; }
 }@media only screen and (max-width: 763px) { #bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 { display:block; }#bnSZhTLeuJxtZE7sZb8M9AUtLGTT2yI4 > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LR4Nzlk9ht3LpbCbKJy6bTdSUxkcXCMG { width:20rem;height:7.475rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mf6Wbt1PdR2OODxKNAoIAooGXgDERC5H { width:20rem;height:27.5625rem;top:9.975rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#3d3d41;display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:20rem;height:4.63036875rem;top:0rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { width:6.25rem;height:0.3125rem;top:2rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:18.75rem;height:4.875rem;top:9.5625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { width:2.1875rem;height:1.875rem;top:1.1875rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:7.5rem;height:7.5rem;top:17.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { width:16.875rem;height:3.25rem;top:26.25rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:2.25rem;height:2.25rem;top:18.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { width:2.1875rem;height:1.875rem;top:18.375rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:32.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:16.875rem;height:4.875rem;top:41rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:32.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { width:2.1875rem;height:1.875rem;top:32.5625rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:3.5rem;height:3.5rem;top:3rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:3.9375rem;height:3.9375rem;top:19.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:5.0625rem;height:5.0625rem;top:33.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ { display:block; }#dS5iE9c5u29ob7ZvnLD8FhHGNeWz3BAZ > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpZwQoJewlsEPJvmlJkPqC0ufSU3SV31 { width:13.5rem;height:3.25rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2DeW7oA8hy2ITsT4iIWuCovOWMZHRrO { display:block; }
 }@media only screen and (max-width: 763px) { #UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU { display:block; }#UNorOSitMS1P0R3dwzKzg7OtC2TKeNUU > .row .container { width:20rem;height:108.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e30lgRcQMUETTFDSNkGpzOQ2LN5KNzBH { width:20rem;height:5.84911875rem;top:1.875rem;left:0rem;font-size:1.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #G5swegpHbFlXRKApU5ApccFEvCpVCQ8M { width:18.6875rem;height:28.755875rem;top:44.674999237061rem;left:1.3125rem;font-size:1rem;color:#333333;display:block; }#G5swegpHbFlXRKApU5ApccFEvCpVCQ8M li:before{  }
 }@media only screen and (max-width: 763px) { #r36CtTztLMp7LH7c33bWzVFKkTISfI5x { width:1.25rem;height:1.25rem;top:28.5625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJgzvw3JdZ2BrbRMl6heQeOZFyzJMKaC { width:3.4375rem;height:1rem;top:75.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaV7OltzZQhamubSAXG8wpU856rBI75w { width:13.25rem;height:29.0625rem;top:74.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJsVMX28N1Hr5laF08yquCLcbgvoEZ64 { width:14.375rem;height:30rem;top:74.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEaKAcgg8yFVUIu8TlOcanlwCyUBZnT0 { width:20rem;height:30rem;top:9.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#3d3d41;display:block; }
 }@media only screen and (max-width: 763px) { #dZtTFbHMR2GwtSgaufk2Qvpw1BadiShf { width:20rem;height:1.625rem;top:42.449999809265rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC { display:block; }#ixsn5fHHJI8LMQhTZbH25o6pKLInbDdC > .row .container { width:20rem;height:97.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2KctGVdn3akbWqqR4h6s3REBDk874ft { width:20rem;height:7.7988125rem;top:1.875rem;left:0rem;font-size:1.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MBKzLeeugkLPxtl3JJOzK5dxRAkJAbZi { width:18.6875rem;height:23.957rem;top:40.487499237061rem;left:1.3125rem;font-size:1rem;color:#333333;display:block; }#MBKzLeeugkLPxtl3JJOzK5dxRAkJAbZi li:before{  }
 }@media only screen and (max-width: 763px) { #M0tQTBrmqDumXbpSIAU65LfNe4ftuT34 { width:1.25rem;height:1.25rem;top:28.5625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKc7bABqD5UIxpRlQovgx5BmaGo6rBOq { width:3.4375rem;height:1rem;top:67rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFXZVG1JW58DN40cOkx5X5gH4huDTzNM { width:13.3125rem;height:29.1875rem;top:66.21875rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6CeGUhpnDM3CqHm1IaZqqC55ITVyqAk { width:14.375rem;height:30rem;top:65.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5GVbFza8HIZczPeVBq29z4eiivL7TxH { width:20rem;height:25.5rem;top:9.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#3d3d41;display:block; }
 }@media only screen and (max-width: 763px) { #QJz8tdiisG1ZharbTTrI5imhWROXTxMt { width:20rem;height:1.625rem;top:37.700000762939rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu { display:block; }#GJ6ONv2vUoOByilQ15KRnJJ1LOgp4sJu > .row .container { width:20rem;height:96.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4PZ05vpsNK7GP6WzRVmieTkdliOs6BW { width:20rem;height:7.7988125rem;top:1.875rem;left:0rem;font-size:1.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TVMU5CDp5ROebUNrlppLLf0LEZAcyR2o { width:18.6875rem;height:20.4453125rem;top:40.75rem;left:1.3125rem;font-size:1rem;color:#333333;display:block; }#TVMU5CDp5ROebUNrlppLLf0LEZAcyR2o li:before{  }
 }@media only screen and (max-width: 763px) { #FmIevUvE8bOeZdFeXHkv777WFTKOxpGO { width:1.25rem;height:1.25rem;top:28.5625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7rZU6J8nWKNmanJqA5qAb7qR5w2Gu4i { width:3.4375rem;height:1rem;top:64.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kycGKX6sX477R3U8S2n6z69Tzmwx3U7K { width:13.25rem;height:29.0625rem;top:63.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3dABfRwZQ9uTtshN0X4OHHhwxxUtCOE { width:14.375rem;height:30rem;top:63.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuihP17TXAnln3ImyaIgbMGavzRcHlbl { width:20rem;height:27rem;top:9.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#3d3d41;display:block; }
 }@media only screen and (max-width: 763px) { #GeJIkWWcfmk8I9TksWBx7VpKV2X1dPW8 { width:20rem;height:1.625rem;top:38.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b4abff5-77e9-4499-a9c1-7dec63a7e710/jakubbbaczektlowebinar.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU.adaptive-delivery-prevent-bg, #UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU.lazyload, #UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU.lazyloading { background-image: none; }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row .container { background-color: transparent; background-image: none; }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row .container > .video-iframe-container { display: none; }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row > .video-iframe-container { display: none; }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .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); }#UvQg5VbaHo8ayU10ZPG7Ju7TANUyv4kU > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smoscZk0Slcac0DuhgytG8qDbTvyS7NO { width:20rem;height:3.7119125rem;top:2.9125003814698rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dUNLTrx9Vp39ftxmkxFzHTf9bqprT1n0 { width:20rem;height:1.4rem;top:9.768750190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PuF3a4pzS7zg2cenOVuLzUSgP0E9y9cC { width:15.125rem;height:3.375rem;top:25.53125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv4b62sgbqTZ8tUelyJ11EXv0MZptp6T { display:block; }
 }@media only screen and (max-width: 763px) { #Hq0sn8xRRdxZCDs6POHMGx87zGZTaNiJ { width:19.3125rem;height:15.1875rem;top:32rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFE2Jmghx6Qaw5I3uyKD9nmKoy254URz { width:14.5625rem;height:15.0625rem;top:19.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AsQ3N3JyGi0SpLP4MytnrFuAB9fsz1Oe { width:20rem;height:22rem;top:8.59375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #002699, rgba(0,38,153,0.41));background-image: -moz-linear-gradient(90deg, #002699, rgba(0,38,153,0.41));background-image: -ms-linear-gradient(90deg, #002699, rgba(0,38,153,0.41));background-image: -o-linear-gradient(90deg, #002699, rgba(0,38,153,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002699', endColorstr='#68002699' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002699', endColorstr='#68002699' );";background-image: linear-gradient(90deg, #002699, rgba(0,38,153,0.41));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #V1NTA4Ne25ZW6FlvHMBJFrbp3KXR9Q4X { width:16.375rem;height:7.199225rem;top:12.3125rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SGlDPBnVcuoqrU82UQTXRJGSu5M4NuZP { width:19.875rem;height:1.925rem;top:20.450004577637rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iJwKg9ImBsGtdl8VleXEcexGOZXl0Tu3 { width:19.875rem;height:2.2749rem;top:22.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i5TSQtQHNtNRftZGzToo56GKcumzzeG1 { display:flex;width:1.125rem;height:1.125rem;top:12.8125rem;left:1.1875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #aiX4GKZ5TrO5sIJqSiZoqab7qTaBfv08 { display:flex;width:1.125rem;height:1.125rem;top:14.5625rem;left:1.1875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #zsfvNUy2uaigxU24SWeROD0yN9in7Ti8 { display:flex;width:1.125rem;height:1.125rem;top:16.3125rem;left:1.1875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #Xfy4eVbvKkqcGAZ8qXCs4wZHurrvdytI { display:flex;width:1.125rem;height:1.125rem;top:18rem;left:1.1875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;background-color:#002699;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:20rem;height:4.875rem;top:3.4375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:17.5625rem;height:26.5rem;top:54.8125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { width:17.9375rem;height:26.6875rem;top:55.625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:20rem;height:39.375rem;top:8.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#3d3d41;display:block; }
 }@media only screen and (max-width: 763px) { #lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b4abff5-77e9-4499-a9c1-7dec63a7e710/jakubbbaczektlowebinar.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq.adaptive-delivery-prevent-bg, #lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq.lazyload, #lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq.lazyloading { background-image: none; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row .container { background-color: transparent; background-image: none; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row .container > .video-iframe-container { display: none; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row > .video-iframe-container { display: none; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .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); }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row .container { border-width: 0; border-radius: 0; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lIawOZW0x8WkTmN6KZHLvS8tqHPgihuq > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvTEXGorQh5BgFcMLXQXPoeTJZa3EMle { width:16.5rem;height:10.79883125rem;top:0.9375rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1TwGTxSsxpViMnDocO1psXUeDdqzaK4 { width:16.25rem;height:3.125rem;top:12.625rem;left:1.875rem;font-size:1.125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT372g8lhF1TAzaekqrhOolmqHq1EVcd { display:block; }
 }@media only screen and (max-width: 763px) { #JPzEnttVTNa4VU3cUQBQ6fQWqONJu7r4 { width:12rem;height:18rem;top:17.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB { display:block; }#vRx31V7yP1oTc5wT7UgJ3ZOaPTZZgixB > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db408W2xAgy0u78FDVJa8gmFVNG92puN { width:11.3125rem;height:0.975rem;top:5.875rem;left:4.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOg92FIAJagOTm5iCdCq5wftKfFI8ym7 { width:20rem;height:0.975rem;top:4.2625007629394rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kH0sq27aF2Igo4H5xig8gTCrkE0aiT9U { width:13.75rem;height:1.25rem;top:2.375rem;left:3.125rem;display:block; }
 }