.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV > .row .container { background-color: transparent; background-image: none; }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV > .row .container > .video-iframe-container { display: none; }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV > .row > .video-iframe-container { display: none; }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV > .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); }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV > .row .container { border-width: 0; border-radius: 0; }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE { position:relative;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccd9ff;background-image:url("https://images.assets-landingi.com/uc/320fa878-25aa-494e-a72a-e4644e517357/IdealnyPlanLeczenia_LP.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container.lazyloading { background-image: none; }#eL8ohwzILtcFIhaxamuoEFxJDJ3hQVQC { position:absolute;display:block;z-index:15016;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:4.6875rem;width:18.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#Pwi6PvBVpNlZIVUEUgruTSMXblPng3cL { 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;border-top:0.125rem solid #5c6b99;border-left:0.125rem solid #5c6b99;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#1f2433;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:15.625rem;left:25.9375rem;display:block; }
#SnUqvmCptxb1vXZ3uEMGaQN0lWWuPUUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBUVAwfStRlRXu9Oi9ULq74N2eqQvCin { box-sizing:content-box;height:9.375rem;width:6.25rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:15.625rem;left:25.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #5c6b99;border-left:0.125rem solid #5c6b99;border-right:0;border-bottom:0;display:block; }
#JXJnv3FXVepArzG2ecfpeHHxAI3XTzmB { 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;border-top:0.125rem solid #5c6b99;border-left:0.125rem solid #5c6b99;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#1f2433;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:11.875rem;left:41.875rem;display:block; }
#sTTHXBktGZkWZAFuU29TCpO1oTMFeu9i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJMJgmassoRwvwUaeW7nDy0okLrscCG8 { box-sizing:content-box;height:12.5rem;width:6.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:11.875rem;left:41.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #5c6b99;border-left:0.125rem solid #5c6b99;border-right:0;border-bottom:0;display:block; }
#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX > .row .container { background-color: transparent; background-image: none; }#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX > .row .container > .video-iframe-container { display: none; }#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX > .row > .video-iframe-container { display: none; }#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX > .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); }#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX > .row .container { border-width: 0; border-radius: 0; }#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5c6b99;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; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row .container { background-color: transparent; background-image: none; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row .container > .video-iframe-container { display: none; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row > .video-iframe-container { display: none; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .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); }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row .container { border-width: 0; border-radius: 0; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#Z7HWLrQBg6o4asTpmTvgJ6CuuJ7z2ZMf { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:rubik;font-size:4.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0rem #1f2433;top:3.150390625rem;left:9.0625rem;height:4.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DhAReb47T2TIPEArwLwTZhvzu33OzXRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5c6b99;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; }#DhAReb47T2TIPEArwLwTZhvzu33OzXRt > .row .container { background-color: transparent; background-image: none; }#DhAReb47T2TIPEArwLwTZhvzu33OzXRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhAReb47T2TIPEArwLwTZhvzu33OzXRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhAReb47T2TIPEArwLwTZhvzu33OzXRt > .row .container > .video-iframe-container { display: none; }#DhAReb47T2TIPEArwLwTZhvzu33OzXRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhAReb47T2TIPEArwLwTZhvzu33OzXRt > .row > .video-iframe-container { display: none; }#DhAReb47T2TIPEArwLwTZhvzu33OzXRt > .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); }#DhAReb47T2TIPEArwLwTZhvzu33OzXRt > .row .container { border-width: 0; border-radius: 0; }#DhAReb47T2TIPEArwLwTZhvzu33OzXRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhAReb47T2TIPEArwLwTZhvzu33OzXRt > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#CxeH1yiPLQdit5s4nRNmIcWd9RNSTb6r { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:15015;line-height:1.675;letter-spacing:0;top:0rem;left:9.0625rem;height:3.76855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WEmDgGBvOpCnUETgAVFtM8aUcUkc2Jnw { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:5rem;left:9.0625rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ATZkkCBpgLlERS4r6wkW2W5Vkywr7H2A { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.662109375rem;left:9.0625rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#ccd9ff;background-image:none;vertical-align:top; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-heading-text { display:block;position:relative;width:100%;font-family:rubik;font-weight:700;font-size:1.125rem;color:#1f2433;height:auto;line-height:1.6;overflow:hidden; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:rubik;color:#1f2433; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-trigger.adaptive-delivery-prevent-bg, #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-trigger.lazyload, #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-trigger.lazyloading { background-image: none; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk { box-sizing:content-box;height:auto;width:53.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15018;background-color:rgba(255,255,255,0.15);background-image:none;padding-top:1.875rem;padding-right:1.875rem;padding-bottom:1.875rem;padding-left:1.875rem;top:12.6181640625rem;left:9.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #efQdwcnPtDrMtFiXcgiwcoxq3znhH2Rc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #VSsUculugP3vBBygbiO6O53twFX0yHi2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #SdVddmODDG0nIPTkz9qwHAPoLQvIlWpC { display:block;position:relative; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #DsakPSVCGVgtPmbXJ065dDS6IRuMJTSL {  }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #kOqwytOtr8ZxxlZsEJ0LT0Rxy1ruJc8D {  }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #LUO2bBKBi0WceOLbatkNgIBqoFwgISLQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #LcsJX2vz1iHun6R7Cn5pdWUH7vMNPqV9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #tTKKXZtWxxzD342I5Bot4kqFCTltV4lf { display:block;position:relative; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #nyH9G58BmpGBTVHtxFPndTwkDfnrV5lt {  }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #TmBdGaTzvyXFBH6CGqx2y9KWaPXySGst { display:none; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #WEW6w41o2loCXtFiVWnLFdDAfvWbVSG5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #G4GFyWc8T08ygVWowUT0iyRZhpnXRQbg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #K4OEaqIbTBR9GU0J34lkweWawuOCe2Dq { display:block;position:relative; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #N1X3MB0gmJbWNL88liNkG3nX3l79LKri {  }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #Wrhp8SNKqzqiQIQixUv2uyS1uLWpbnJd { display:none; }
#xyliwfp6QlWTNdFKTOxGzMp1w2Jp7KzT { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:30.517578125rem;left:9.0625rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row .container { background-color: transparent; background-image: none; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row .container > .video-iframe-container { display: none; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row > .video-iframe-container { display: none; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .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); }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row .container { border-width: 0; border-radius: 0; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#HrDV3sO6Q6h41TPVGJXqNUZ4ArwT8Gxa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.9375rem;width:56.875rem;top:3.125rem;left:9.0625rem;display:block; }
#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5c6b99;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; }#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 > .row .container { background-color: transparent; background-image: none; }#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 > .row .container > .video-iframe-container { display: none; }#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 > .row > .video-iframe-container { display: none; }#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 > .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); }#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 > .row .container { border-width: 0; border-radius: 0; }#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#wAkt2tbHznGc4Hi6xd6enHnVLiHFPsTc { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:15015;line-height:1.675;letter-spacing:0;top:3.125rem;left:9.0625rem;height:3.76855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aq1sX1gtrZhE9bBCd5lVZQndCF8bw7El { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8.125rem;left:9.0625rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#ccd9ff;background-image:none;vertical-align:top; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-heading-text { display:block;position:relative;width:100%;font-family:rubik;font-weight:700;font-size:1.125rem;color:#1f2433;height:auto;line-height:1.6;overflow:hidden; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:rubik;color:#1f2433; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-trigger.adaptive-delivery-prevent-bg, #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-trigger.lazyload, #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-trigger.lazyloading { background-image: none; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 { box-sizing:content-box;height:auto;width:53.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15018;background-color:rgba(255,255,255,0.15);background-image:none;padding-top:1.875rem;padding-right:1.875rem;padding-bottom:1.875rem;padding-left:1.875rem;top:11.0810546875rem;left:9.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #efQdwcnPtDrMtFiXcgiwcoxq3znhH2Rc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #VSsUculugP3vBBygbiO6O53twFX0yHi2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #SdVddmODDG0nIPTkz9qwHAPoLQvIlWpC { display:block;position:relative; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #DsakPSVCGVgtPmbXJ065dDS6IRuMJTSL {  }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #kOqwytOtr8ZxxlZsEJ0LT0Rxy1ruJc8D {  }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #LUO2bBKBi0WceOLbatkNgIBqoFwgISLQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #LcsJX2vz1iHun6R7Cn5pdWUH7vMNPqV9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #tTKKXZtWxxzD342I5Bot4kqFCTltV4lf { display:block;position:relative; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #nyH9G58BmpGBTVHtxFPndTwkDfnrV5lt {  }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #TmBdGaTzvyXFBH6CGqx2y9KWaPXySGst { display:none; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #WEW6w41o2loCXtFiVWnLFdDAfvWbVSG5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #G4GFyWc8T08ygVWowUT0iyRZhpnXRQbg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #K4OEaqIbTBR9GU0J34lkweWawuOCe2Dq { display:block;position:relative; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #N1X3MB0gmJbWNL88liNkG3nX3l79LKri {  }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #Wrhp8SNKqzqiQIQixUv2uyS1uLWpbnJd { display:none; }
#sbmP4naO5iLClfTWFxr78Bt8Sv8I5ayF { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:28.98046875rem;left:9.0625rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row .container { background-color: transparent; background-image: none; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row .container > .video-iframe-container { display: none; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row > .video-iframe-container { display: none; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .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); }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row .container { border-width: 0; border-radius: 0; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#kLqSPGb0flEIgZEU8p1lO8S0h2dFOsMi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.9375rem;width:56.875rem;top:3.125rem;left:9.0625rem;display:block; }
#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5c6b99;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; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row .container { background-color: transparent; background-image: none; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row .container > .video-iframe-container { display: none; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row > .video-iframe-container { display: none; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .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); }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row .container { border-width: 0; border-radius: 0; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#q5ofwVgUxxAEZDo8aUfvrXtdyS7cICK6 { position:absolute;display:block;z-index:15011;background-color:#0086e5;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.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.25rem;width:30rem;top:4.375rem;left:7.5rem;display:block; }
#yKlwUJKVsKqFfyazV9wO5B5EkgXhLZgH { position:absolute;display:block;z-index:15014;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.5rem;width:37.5rem;top:3.125rem;left:30rem;display:block; }
#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5c6b99;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; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { position:absolute;display:block;z-index:15006;background-color:#0086e5;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:40rem;width:30rem;top:0rem;left:7.5rem;display:block; }
#ecanezNQd00fkniazH340Gn6BsvTyZZo { position:absolute;display:block;z-index:15007;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.5625rem 1.625rem rgba(0,0,0,0.1) ;height:41.25rem;width:37.5rem;top:0rem;left:30rem;display:block; }
#aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:12.349609375rem;left:10.625rem;height:15.2988625rem;font-style:normal;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;display:block; }
#EK3y2TgQLl4FAkCi5QUiaVAcIUuyR9Rf { position:absolute;display:block;z-index:15008;height:38.75rem;width:37.5rem;top:0rem;left:30rem;display:block; }
#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { 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; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { background-color: transparent; background-image: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .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); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { border-width: 0; border-radius: 0; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { color:#5c6b99;display:block;width:24.4995rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:3.1259765625rem;left:6.25rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { color:#1f2433;display:block;width:28.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:6.8505859375rem;left:6.25rem;height:1.5996125rem;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; }
#r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { position:absolute;display:block;z-index:15021;background-color:#5c6b99;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.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.8125rem;width:12.5rem;top:3.1259765625rem;left:43.75rem;display:block; }
#OWQVTsO1eTzK6wzcOKG3kdwKC31tTGTJ { color:#434242;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:7.75rem;left:43.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { color:#434242;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:11.0625rem;left:43.75rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onFF8Bov7I3XcOBgc4OLQp2TDP0VAsw6 { color:#1f2433;display:block;width:28.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:8.8125rem;left:6.25rem;height:10.222625rem;text-align:left;text-align-last:left;display:block; }#onFF8Bov7I3XcOBgc4OLQp2TDP0VAsw6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#onFF8Bov7I3XcOBgc4OLQp2TDP0VAsw6 li:before{  }
#OqDTM6qCsBinLLTPD6QCEfomsb3bwsgN { color:#1f2433;display:block;width:28.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:20.2509765625rem;left:6.25rem;height:1.5996125rem;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; }
#frypcRC9zkatAD74mvMzyxcGixMKHFGW { color:#1f2433;display:block;width:28.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:36.796875rem;left:6.25rem;height:7.0234375rem;text-align:left;text-align-last:left;display:block; }#frypcRC9zkatAD74mvMzyxcGixMKHFGW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#frypcRC9zkatAD74mvMzyxcGixMKHFGW li:before{  }
#WQeGTMJh2LE3CJ1lFBZmQorThBRC6hOP { color:#1f2433;display:block;width:28.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:22.4755859375rem;left:6.25rem;height:10.222625rem;text-align:left;text-align-last:left;display:block; }#WQeGTMJh2LE3CJ1lFBZmQorThBRC6hOP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WQeGTMJh2LE3CJ1lFBZmQorThBRC6hOP li:before{  }
#bqez6w6rb8TIihPKstdkTkZSJ83K8yZT { color:#1f2433;display:block;width:28.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:34.572265625rem;left:6.25rem;height:1.5996125rem;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; }
#CRfMOQRbvUyHt3lIm2QT09bt88ENHGt7 { color:#434242;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:6.4375rem;left:43.75rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ayXr3d443VZJXy4P1nudoMSce90uDwa7 { position:absolute;display:block;z-index:15015;background-color:#ccd9ff;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:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.8125rem;width:12.5rem;top:3.125rem;left:56.25rem;display:block; }
#wb3TESRmMhe6hvS6hgnJyclBvdw8r0yw { color:#5c6b99;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:6.4375rem;left:56.25rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QavsFNoczqXGsxfhZiFQfv8y5ZPXxXzH { color:#5c6b99;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:7.75rem;left:56.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQu2q3xtgISS8zI0AFOBzqy6kB07l8gA { color:#5c6b99;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:11.0625rem;left:56.25rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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:none; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row .container { border-width: 0; border-radius: 0; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:none; }#Th3nAtNcJ58JmSVJuLReFN9a0T3Nh04y { color:#434242;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:2.6875rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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:none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { border-width: 0; border-radius: 0; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:none; }#xJdmKqucUXTTxtEiyRHMJ7MfaWSSeDMp { color:#434242;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:0.500732421875rem;left:0rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SU9XphUQ69e8Hvw4ORlPMATws3Ie23Qm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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:none; }#SU9XphUQ69e8Hvw4ORlPMATws3Ie23Qm > .row .container { border-width: 0; border-radius: 0; }#SU9XphUQ69e8Hvw4ORlPMATws3Ie23Qm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SU9XphUQ69e8Hvw4ORlPMATws3Ie23Qm > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:none; }#lpANBfubsn442537xbNRJQ9TCvowCL59 { position:absolute;display:block;z-index:15000;background-color:#a73231;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:18.1875rem;top:3.6265625953674rem;left:28.5rem;display:block; }
#CsiAtZBqWQcvLP7mp2aD2o3LzvB4vgVU { color:#142c4f;display:block;width:17.25rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:5.001708984375rem;left:29rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhSUN5W8OLZbQzQcuqHLRG8TilQxpmlE { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:3.4375rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:7.5634765625rem;left:31.0625rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrlNipMgv3Hv2akMyxX7li06yydCbwqP { color:#ffffff;display:block;width:3.374025rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:8.7509765625rem;left:31.6875rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSlNvHUNAsIi4Ov6TrFbT75g2vsf9OuQ { color:#ffffff;display:block;width:8.0615rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:11.3447265625rem;left:31.75rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3S3dkKhvtbXh46KwKRF84eGm4Me8g20 { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:15.157812595367rem;left:28.9375rem;height:2.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPWTP30mAoOlT99bAm3u1GOeElK3QNKh { position:absolute;display:block;z-index:15010;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:0.8125rem;width:0.875rem;top:19.126953125rem;left:33.875rem;overflow:hidden;display:block; }
#qHKVKh8tTqUy8zniNRftnC32fPATtAXN { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:18.6416015625rem;left:35.375rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#waoRPSUPEXbh033nLaiF6X61qQ2IU47Z { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:21.187500476837rem;left:35.375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#biU9v8uOqyLNoy8TmXlrcaUfMpxR3iG9 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:23.775000095367rem;left:35.375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZOpS10LB2vEWgfTTivBSrIlVdqR4Chd { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:26.250000476837rem;left:35.4375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ny2OviM5zsesiLPp1w7sPFI548vZTHx3 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:28.775000095367rem;left:35.4375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dmuSn3FxH7AuJtD2LLvZsAAUcFtITxLX { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:31.275000095367rem;left:35.4375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B2TlhNI08eDWVL7wa93hrVyDputdiySH { position:absolute;display:block;z-index:15011;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:0.8125rem;width:0.875rem;top:21.626562595367rem;left:33.875rem;overflow:hidden;display:block; }
#WBwCZd6ygvmOHTLIqOP3npQIxhEeON6b { position:absolute;display:block;z-index:15012;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:0.8125rem;width:0.875rem;top:24.250000476837rem;left:33.875rem;overflow:hidden;display:block; }
#rWn7lXuAekX2ArHPO834aDZNQzJHO28a { position:absolute;display:block;z-index:15013;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:0.8125rem;width:0.875rem;top:26.750000476837rem;left:33.875rem;overflow:hidden;display:block; }
#bQrVvcKB5HqTvzWVA48oX0emcBuJEHvR { position:absolute;display:block;z-index:15014;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:0.8125rem;width:0.875rem;top:29.187500476837rem;left:33.875rem;overflow:hidden;display:block; }
#JGlXaxTy5I3BfLvDUcT8MRGcuFcQN0ED { position:absolute;display:block;z-index:15015;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:0.8125rem;width:0.875rem;top:31.687500476837rem;left:33.875rem;overflow:hidden;display:block; }
#iPSlTRMqC4B5hdEHQQIpnqZfziLBfv6e { background-color:#142c4f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:34.9375rem;left:31.375rem;display:block; }
#DvSLhzXQR6qXZIoJT6mlCqbFTQbZfZ92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mEAytfTvmxofmJ1uqmEX4u5roaHwkTee { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:17.4375rem;top:6.0625rem;left:52.625rem;display:block; }
#G3EknpX3xfIp7Ql1mbG1d9WHw1hXnnzK { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:17.4375rem;top:6.0625rem;left:4.9375rem;display:block; }
#lPd0WH5Enf0ur0uLs7PbvJf3ZKxA7KvD { color:#142c4f;display:block;width:17.25rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:7.75rem;left:52.625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scifgxxQTgQR2FWmp8qU3g9wOHUrhwQK { color:#142c4f;display:block;width:17.25rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:7.625rem;left:5.125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbkI9UDBVEMid5rv16UmpL7anafGHayo { color:#838282;display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:9.9375rem;left:54.8125rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#smtUFCIWqbqo6HL4cH5dP2W3htbMHAOm { color:#838282;display:block;width:3.374025rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:10.9375rem;left:55.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#keus1wMwHXHDXDUNJpu2Wm8w3ZBoHDyf { color:#838282;display:block;width:15.5625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:17.0625rem;left:53.4375rem;height:1.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RDgwxVX3AKBNEDQys1bdfaAFQy3ErKTL { color:#838282;display:block;width:3.374025rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:10.8125rem;left:8.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yo5RTwBlPTd3npnNpbp63fXDvtZ6y37L { color:#838282;display:block;width:14.375rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:9.875rem;left:7.3125rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZdHCJuo0N7knPgngzph5g6Sqts8LIN7U { position:absolute;display:block;z-index:15012;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:0.875rem;width:0.875rem;top:20.1875rem;left:57.625rem;overflow:hidden;display:block; }
#AiN2OT3DilPTKHL7wHpiHorqUwmUxTJG { color:#838282;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:19.75rem;left:59.125rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aNWGGi6Tmn5RdLym0yImCRFZqCUuEChv { position:absolute;display:block;z-index:15014;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:0.875rem;width:0.875rem;top:22.6875rem;left:57.5625rem;overflow:hidden;display:block; }
#J1yNTyChsK5wnac8JuwnTfmQ9ShVE7FT { color:#838282;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:22.25rem;left:59.0625rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KkbSzmDRna4pqD8Hppwk1wHI1Qxvf1lm { position:absolute;display:block;z-index:15016;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:0.875rem;width:0.875rem;top:25.1875rem;left:57.5625rem;overflow:hidden;display:block; }
#NBNQVHx9MlerAaZTggvkEKry0P75x9U7 { color:#838282;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:24.75rem;left:59.0625rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HcUObCtLzccDtGGxRw1CfMexc5tpm6KH { color:#838282;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:27.1875rem;left:59.125rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nsQwis8FbPsAzF1txqg56uhigskWvXU7 { position:absolute;display:block;z-index:15018;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:0.875rem;width:0.875rem;top:27.625rem;left:57.625rem;overflow:hidden;display:block; }
#sTNdWq3cgtKG5d7Wz7GVmTAx91mbcog0 { background-color:#a73231;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.25rem;left:54.8125rem;display:block; }
#AngywpOVqAUrit9O956VxLWKXhIdtUwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6wdcmOGB9BAIJV3oWbnyabapG5RGciu { color:#838282;display:block;width:15.5625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:17rem;left:6rem;height:1.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0JB05XGu2c72LZUbl3g6d97aEhHzc08 { position:absolute;display:block;z-index:15021;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:0.875rem;width:0.875rem;top:20.125rem;left:10.1875rem;overflow:hidden;display:block; }
#BVVAyo6fPDSVpTXbuVummmmiy6PI5pko { color:#838282;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:19.6875rem;left:11.6875rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S4GZwz4uOscsGVQQ8DCkEcMsWEioh8pd { position:absolute;display:block;z-index:15023;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:0.875rem;width:0.875rem;top:22.625rem;left:10.125rem;overflow:hidden;display:block; }
#sUrbhiPOdVQ4ZavcupvnG3RCGVw64IFP { color:#838282;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:22.1875rem;left:11.625rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZBtnmkGtysQxWHtlVaszkWGSoNuyzQiw { position:absolute;display:block;z-index:15025;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:0.875rem;width:0.875rem;top:25.125rem;left:10.125rem;overflow:hidden;display:block; }
#WbKSDegAIEFZqzZHTa6ECyWFlge00uVo { color:#838282;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:24.6875rem;left:11.625rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJxz7XNJPnXtEqLsQ5SEZpTb2NKtsE5g { position:absolute;display:block;z-index:15027;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:0.875rem;width:0.875rem;top:27.5625rem;left:10.1875rem;overflow:hidden;display:block; }
#lPrgmL4XEb8R51BU7xqMwwHCtQmPql78 { color:#838282;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:27.125rem;left:11.6875rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X6XhAWxZqLCGb7L0MPEAeTNe6qWtvLIM { background-color:#a73231;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:32.375rem;left:7.4375rem;display:block; }
#WzI8Kg4GzHMKsc2qHo1WrkpePeEBeH7C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a6lBJBLrrrDmkAoiPWpBWzC2Mtvk1hes { color:#838282;display:block;width:8.0605625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:13.375rem;left:56.9375rem;height:1.8999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AanzcT4TSUUtgolr9be0f4hfpKgDKlyG { color:#838282;display:block;width:8.0605625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:13.1875rem;left:9.5625rem;height:1.8999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(82,82,82,0.65);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:none; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { border-width: 0; border-radius: 0; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:none; }#mzSiwIbsdEgCPuaL00gMF6rH62zhEPnH { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:2.625rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(82,82,82,0.65);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:none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { border-width: 0; border-radius: 0; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#IymddRDbb2BfKIBI3OSIeQWevnSIE1PF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:0.500732421875rem;left:0rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ZjdujqR7/bG_sekcja_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.adaptive-delivery-prevent-bg, #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.lazyload, #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.lazyloading { background-image: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { border-width: 0; border-radius: 0; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:none; }#WuiGIdrUmyX7EduR6npkMLhQaL59NSoF { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:18.6875rem;left:5.6875rem;height:8.496125rem;text-align:center;text-align-last:center;display:block; }
#NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3i8aghv7/man_2.png");background-position:center !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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:11.5625rem;width:11.5625rem;top:1.34375rem;left:6.6875rem;display:block; }#NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.adaptive-delivery-prevent-bg, #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.lazyload, #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.lazyloading { background-image: none; }
#oB34ycvOxngQLXkCE6rwn7kzVhsb9zio { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.875rem;left:6.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2kNtu8GJGifwT3FqJfHuy8frAgkeGMN { color:#000000;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.3125rem;left:-20rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#guynASHS3SJhKXBxTtJ7IkAttTSSTpSq { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:18.6875rem;left:30.625rem;height:8.496125rem;text-align:center;text-align-last:center;display:block; }
#zE7zQ7WNTLUAU3yaCnoaR22fqz0zLV56 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:18.6875rem;left:55.6875rem;height:8.496125rem;text-align:center;text-align-last:center;display:block; }
#KlPfCTxV074JxN2NS1xL8IopcET1hmiP { color:#000000;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:16.3125rem;left:27.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A59XgOTBHTmrlgCHEJQxvhyOp78MndXK { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:14.875rem;left:27.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2bIGBePa6fvuskRB7dcErAbcdT0DGDn { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.75rem;left:52.5625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#amFmPm5NKnr2xHh4bfy1z22s92av938N { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.4375rem;left:52.5625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRIuZ9QQO22qLwoxOUpnSwupape5GEqU { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nnFAyRhA/man_3.png");background-position:center !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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:11.5625rem;width:11.5625rem;top:1.34375rem;left:31.6875rem;display:block; }#eRIuZ9QQO22qLwoxOUpnSwupape5GEqU.adaptive-delivery-prevent-bg, #eRIuZ9QQO22qLwoxOUpnSwupape5GEqU.lazyload, #eRIuZ9QQO22qLwoxOUpnSwupape5GEqU.lazyloading { background-image: none; }
#CeceXD7go3Zn0l466vLSI9EThxHo9dVz { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aJHi8KVS/man_1.jpg");background-position:center !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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:11.5625rem;width:11.5625rem;top:1.34375rem;left:56.6875rem;display:block; }#CeceXD7go3Zn0l466vLSI9EThxHo9dVz.adaptive-delivery-prevent-bg, #CeceXD7go3Zn0l466vLSI9EThxHo9dVz.lazyload, #CeceXD7go3Zn0l466vLSI9EThxHo9dVz.lazyloading { background-image: none; }
#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x { 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:none; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { border-width: 0; border-radius: 0; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:none; }#alyuwpbx8zVUT6T3Cf5eHotVfxSIbcez { color:#434242;display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:2.625rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mIkffDNpMTshzDT1abBIx9DDa2HXegmh { position:absolute;display:block;z-index:15018;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:20.3125rem;width:25.25rem;top:4.0625rem;left:25rem;overflow:hidden;display:block; }
#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.65);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:none; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row .container { border-width: 0; border-radius: 0; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:none; }#wHIOo16rxXHvhCMBpOUEAB3zKJOvb65v { color:#434242;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:1.9375rem;left:5.6875rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d2kFbr23VH1MdNdX0cCkp2px8wgVLHcm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.9375rem;left:6.25rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThkFTPBfUuoabIaRoLnzEPWFdT86kve9 { color:#434242;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:1.9375rem;left:30.625rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h2W1EWa42W8wQ9LNmyhaiuEEnQgcEOJE { color:#434242;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:1.9375rem;left:55.6875rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x2pwZ7CgmXIvuT5PPfLdyOMt2Qb6JJ0H { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.9375rem;left:27.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UdAPT16TRhpm1XC0vUkmWnGWNidBb6qg { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.9375rem;left:52.5625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHtFJnzBCzRfGF6swRDGlmX9MHqHNRz3 { position:absolute;display:block;z-index:15018;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:20.3125rem;width:25rem;top:4.0625rem;left:0rem;overflow:hidden;display:none; }
#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC { 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:none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { border-width: 0; border-radius: 0; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:none; }#JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4 { position:absolute;display:block;z-index:15012;background-color:#a73231;background-image:url("https://images.assets-landingi.com/GdjYYpkL/team.jpg");background-position:center !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:30rem;top:0rem;left:7.5rem;display:block; }#JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.adaptive-delivery-prevent-bg, #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.lazyload, #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.lazyloading { background-image: none; }
#TeDLNHTSa466fZ2euc7KWqMGzQL1Zfst { position:absolute;display:block;z-index:15013;background-color:#a73231;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:30rem;top:0rem;left:37.5rem;display:block; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-form-header {  }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.7);border-left:0.0625rem solid rgba(255,255,255,0.7);border-right:0.0625rem solid rgba(255,255,255,0.7);border-bottom:0.0625rem solid rgba(255,255,255,0.7);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-text {padding-top: 0; padding-bottom: 0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.7);border-left:0.0625rem solid rgba(255,255,255,0.7);border-right:0.0625rem solid rgba(255,255,255,0.7);border-bottom:0.0625rem solid rgba(255,255,255,0.7);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-select {padding-top: 0; padding-bottom: 0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#142c4f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.9375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#f2f9ff;width:14.125rem;height:3.4375rem;font-family:"source sans pro";overflow:hidden;font-style:normal; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"source sans pro";font-size:0.9375rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"source sans pro";font-size:0.9375rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"source sans pro";font-size:0.9375rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"source sans pro";font-size:0.9375rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.3125rem;overflow:hidden;font-style:normal; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-container:first-of-type{padding-top:0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-container:last-of-type{padding-bottom:0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.125rem;left:32.5rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE {display:block;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.125rem;left:40rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #BvaAbz6nnXRFAhp0nD2nAsUi4sttk4K4 { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #KMhs6EdNUi2eHHSzsOyLBevp9FPDigL0 { position:relative;display:none; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #rE97gmFlVuWqFnXfUtT0AUmVrxT5F0zC { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #dNvQ2nEzbgaleXTKWRevS9yXkHr9a7b5 { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #HWVgJ1mhazS4iFV0XcZsD4LKv5TqINyz { position:relative;display:none; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #mWgrPkLmuaxTKzwkTbwqAQ9fwNuRLTeP { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #J1Ch8VgvMNT26TOmkl8ctBKTO5X92NWv { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #oEu7wJtA5AiRtISboHKl8bzzG2t2QDmG { position:relative;display:none; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #up6E4XJupoGvClZlf6NTfZZXzh5EzaT5 { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #MaJm1HoqSyL2Rf4XGCupzdo9KMqeiUHs { position:relative; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #OdQWOL11k4BVpFCu6PcalISgT9ECrRKW { position:relative; }
#B0EeDxSO3x3QaWedArJoE2WXoADlU3k2 { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:4.25rem;left:41.25rem;height:5.0996125rem;font-style:normal;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;display:block; }
#XwzcPmepak0ow8LJdcJ0IKnVOGLwolw4 { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:9.1875rem;left:41.25rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00021a;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; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { background-color: transparent; background-image: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container > .video-iframe-container { display: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container { display: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .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); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { border-width: 0; border-radius: 0; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zKBn6o1zGvKlcln6tmrffsZeBVB449ZV { display:block; }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL8ohwzILtcFIhaxamuoEFxJDJ3hQVQC { top:3.125rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwi6PvBVpNlZIVUEUgruTSMXblPng3cL { width:8.125rem;height:2.5rem;top:15.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnUqvmCptxb1vXZ3uEMGaQN0lWWuPUUB { display:block; }
 }@media only screen and (max-width: 763px) { #eBUVAwfStRlRXu9Oi9ULq74N2eqQvCin { top:15.625rem;left:12.3125rem;width:6.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJnv3FXVepArzG2ecfpeHHxAI3XTzmB { width:9.375rem;height:2.5rem;top:11.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTHXBktGZkWZAFuU29TCpO1oTMFeu9i { display:block; }
 }@media only screen and (max-width: 763px) { #xJMJgmassoRwvwUaeW7nDy0okLrscCG8 { top:11.875rem;left:28.25rem;width:6.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX { display:block; }#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw { display:block; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7HWLrQBg6o4asTpmTvgJ6CuuJ7z2ZMf { top:3.125rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhAReb47T2TIPEArwLwTZhvzu33OzXRt { display:block; }#DhAReb47T2TIPEArwLwTZhvzu33OzXRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxeH1yiPLQdit5s4nRNmIcWd9RNSTb6r { top:0rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEmDgGBvOpCnUETgAVFtM8aUcUkc2Jnw { top:5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATZkkCBpgLlERS4r6wkW2W5Vkywr7H2A { top:9.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk { display:flex;height:auto;width:45.125rem;top:12.5625rem;left:0rem; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #efQdwcnPtDrMtFiXcgiwcoxq3znhH2Rc {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #VSsUculugP3vBBygbiO6O53twFX0yHi2 {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #SdVddmODDG0nIPTkz9qwHAPoLQvIlWpC {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #DsakPSVCGVgtPmbXJ065dDS6IRuMJTSL {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #kOqwytOtr8ZxxlZsEJ0LT0Rxy1ruJc8D {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #LUO2bBKBi0WceOLbatkNgIBqoFwgISLQ {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #LcsJX2vz1iHun6R7Cn5pdWUH7vMNPqV9 {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #tTKKXZtWxxzD342I5Bot4kqFCTltV4lf {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #nyH9G58BmpGBTVHtxFPndTwkDfnrV5lt {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #TmBdGaTzvyXFBH6CGqx2y9KWaPXySGst {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #WEW6w41o2loCXtFiVWnLFdDAfvWbVSG5 {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #G4GFyWc8T08ygVWowUT0iyRZhpnXRQbg {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #K4OEaqIbTBR9GU0J34lkweWawuOCe2Dq {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #N1X3MB0gmJbWNL88liNkG3nX3l79LKri {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #Wrhp8SNKqzqiQIQixUv2uyS1uLWpbnJd {  }
 }@media only screen and (max-width: 763px) { #xyliwfp6QlWTNdFKTOxGzMp1w2Jp7KzT { top:30.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk { display:block; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrDV3sO6Q6h41TPVGJXqNUZ4ArwT8Gxa { top:3.125rem;left:0rem;width:47.75rem;height:26.813461538462rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 { display:block; }#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAkt2tbHznGc4Hi6xd6enHnVLiHFPsTc { top:3.125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq1sX1gtrZhE9bBCd5lVZQndCF8bw7El { top:8.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 { display:flex;height:auto;width:45.125rem;top:12.5625rem;left:0rem; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #efQdwcnPtDrMtFiXcgiwcoxq3znhH2Rc {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #VSsUculugP3vBBygbiO6O53twFX0yHi2 {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #SdVddmODDG0nIPTkz9qwHAPoLQvIlWpC {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #DsakPSVCGVgtPmbXJ065dDS6IRuMJTSL {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #kOqwytOtr8ZxxlZsEJ0LT0Rxy1ruJc8D {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #LUO2bBKBi0WceOLbatkNgIBqoFwgISLQ {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #LcsJX2vz1iHun6R7Cn5pdWUH7vMNPqV9 {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #tTKKXZtWxxzD342I5Bot4kqFCTltV4lf {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #nyH9G58BmpGBTVHtxFPndTwkDfnrV5lt {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #TmBdGaTzvyXFBH6CGqx2y9KWaPXySGst {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #WEW6w41o2loCXtFiVWnLFdDAfvWbVSG5 {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #G4GFyWc8T08ygVWowUT0iyRZhpnXRQbg {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #K4OEaqIbTBR9GU0J34lkweWawuOCe2Dq {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #N1X3MB0gmJbWNL88liNkG3nX3l79LKri {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #Wrhp8SNKqzqiQIQixUv2uyS1uLWpbnJd {  }
 }@media only screen and (max-width: 763px) { #sbmP4naO5iLClfTWFxr78Bt8Sv8I5ayF { top:28.9375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf { display:block; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLqSPGb0flEIgZEU8p1lO8S0h2dFOsMi { top:3.125rem;left:0rem;width:47.75rem;height:26.813461538462rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl { display:block; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5ofwVgUxxAEZDo8aUfvrXtdyS7cICK6 { top:4.375rem;left:0rem;width:30rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKlwUJKVsKqFfyazV9wO5B5EkgXhLZgH { top:3.125rem;left:10.25rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { top:0rem;left:0rem;width:30rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecanezNQd00fkniazH340Gn6BsvTyZZo { top:0rem;left:10.25rem;width:37.5rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { top:12.3125rem;left:0rem;width:16.875rem;height:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK3y2TgQLl4FAkCi5QUiaVAcIUuyR9Rf { top:0rem;left:10.25rem;width:37.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { display:block; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { top:3.125rem;left:0rem;width:24.4375rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { top:6.8125rem;left:0rem;width:28.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { top:3.125rem;left:23.875rem;width:12.5rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQVTsO1eTzK6wzcOKG3kdwKC31tTGTJ { top:7.75rem;left:23.875rem;width:12.5rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { top:11.0625rem;left:23.875rem;width:12.5rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onFF8Bov7I3XcOBgc4OLQp2TDP0VAsw6 { top:8.8125rem;left:0rem;width:28.75rem;height:10.25rem;font-size:1rem;display:block; }#onFF8Bov7I3XcOBgc4OLQp2TDP0VAsw6 li:before{  }
 }@media only screen and (max-width: 763px) { #OqDTM6qCsBinLLTPD6QCEfomsb3bwsgN { top:20.25rem;left:0rem;width:28.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frypcRC9zkatAD74mvMzyxcGixMKHFGW { top:36.75rem;left:0rem;width:28.75rem;height:7rem;font-size:1rem;display:block; }#frypcRC9zkatAD74mvMzyxcGixMKHFGW li:before{  }
 }@media only screen and (max-width: 763px) { #WQeGTMJh2LE3CJ1lFBZmQorThBRC6hOP { top:22.4375rem;left:0rem;width:28.75rem;height:10.1875rem;font-size:1rem;display:block; }#WQeGTMJh2LE3CJ1lFBZmQorThBRC6hOP li:before{  }
 }@media only screen and (max-width: 763px) { #bqez6w6rb8TIihPKstdkTkZSJ83K8yZT { top:34.5625rem;left:0rem;width:28.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRfMOQRbvUyHt3lIm2QT09bt88ENHGt7 { top:6.4375rem;left:23.875rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayXr3d443VZJXy4P1nudoMSce90uDwa7 { top:3.125rem;left:35.25rem;width:12.5rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb3TESRmMhe6hvS6hgnJyclBvdw8r0yw { top:6.4375rem;left:35.25rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QavsFNoczqXGsxfhZiFQfv8y5ZPXxXzH { top:7.75rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQu2q3xtgISS8zI0AFOBzqy6kB07l8gA { top:11.0625rem;left:35.25rem;width:12.5rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTCmat5RKhgnUC7e0u2HearhTFdrDdAm { display:block; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th3nAtNcJ58JmSVJuLReFN9a0T3Nh04y { top:2.6875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { display:block; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJdmKqucUXTTxtEiyRHMJ7MfaWSSeDMp { top:0.5rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU9XphUQ69e8Hvw4ORlPMATws3Ie23Qm { display:block; }#SU9XphUQ69e8Hvw4ORlPMATws3Ie23Qm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpANBfubsn442537xbNRJQ9TCvowCL59 { top:3.625rem;left:13.5625rem;width:18.1875rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsiAtZBqWQcvLP7mp2aD2o3LzvB4vgVU { top:5rem;left:14.5625rem;width:17.1875rem;height:4.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhSUN5W8OLZbQzQcuqHLRG8TilQxpmlE { top:7.5625rem;left:17.375rem;width:14.375rem;height:5.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrlNipMgv3Hv2akMyxX7li06yydCbwqP { top:8.75rem;left:18rem;width:3.3125rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSlNvHUNAsIi4Ov6TrFbT75g2vsf9OuQ { top:11.3125rem;left:18.0625rem;width:8rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3S3dkKhvtbXh46KwKRF84eGm4Me8g20 { top:15.125rem;left:14.3125rem;width:17.4375rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWTP30mAoOlT99bAm3u1GOeElK3QNKh { top:19.125rem;left:20.1875rem;width:0.875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHKVKh8tTqUy8zniNRftnC32fPATtAXN { top:18.625rem;left:21.6875rem;width:7.0625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waoRPSUPEXbh033nLaiF6X61qQ2IU47Z { top:21.1875rem;left:21.6875rem;width:7.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biU9v8uOqyLNoy8TmXlrcaUfMpxR3iG9 { top:23.75rem;left:21.6875rem;width:7.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZOpS10LB2vEWgfTTivBSrIlVdqR4Chd { top:26.25rem;left:21.75rem;width:7.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny2OviM5zsesiLPp1w7sPFI548vZTHx3 { top:28.75rem;left:21.75rem;width:7.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmuSn3FxH7AuJtD2LLvZsAAUcFtITxLX { top:31.25rem;left:21.75rem;width:7.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2TlhNI08eDWVL7wa93hrVyDputdiySH { top:21.625rem;left:20.1875rem;width:0.875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBwCZd6ygvmOHTLIqOP3npQIxhEeON6b { top:24.25rem;left:20.1875rem;width:0.875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWn7lXuAekX2ArHPO834aDZNQzJHO28a { top:26.75rem;left:20.1875rem;width:0.875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQrVvcKB5HqTvzWVA48oX0emcBuJEHvR { top:29.1875rem;left:20.1875rem;width:0.875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGlXaxTy5I3BfLvDUcT8MRGcuFcQN0ED { top:31.6875rem;left:20.1875rem;width:0.875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPSlTRMqC4B5hdEHQQIpnqZfziLBfv6e { width:12.9375rem;height:3.125rem;top:34.9375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvSLhzXQR6qXZIoJT6mlCqbFTQbZfZ92 { display:block; }
 }@media only screen and (max-width: 763px) { #mEAytfTvmxofmJ1uqmEX4u5roaHwkTee { top:6.0625rem;left:30.1875rem;width:17.4375rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3EknpX3xfIp7Ql1mbG1d9WHw1hXnnzK { top:6.0625rem;left:0rem;width:17.4375rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPd0WH5Enf0ur0uLs7PbvJf3ZKxA7KvD { top:7.75rem;left:30.375rem;width:17.25rem;height:3.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scifgxxQTgQR2FWmp8qU3g9wOHUrhwQK { top:7.625rem;left:0rem;width:17.25rem;height:3.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbkI9UDBVEMid5rv16UmpL7anafGHayo { top:9.9375rem;left:32rem;width:14.375rem;height:4.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smtUFCIWqbqo6HL4cH5dP2W3htbMHAOm { top:10.9375rem;left:32.875rem;width:3.3125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keus1wMwHXHDXDUNJpu2Wm8w3ZBoHDyf { top:17.0625rem;left:31.75rem;width:15.5625rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDgwxVX3AKBNEDQys1bdfaAFQy3ErKTL { top:10.8125rem;left:3.6875rem;width:3.3125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo5RTwBlPTd3npnNpbp63fXDvtZ6y37L { top:9.875rem;left:1.5rem;width:14.375rem;height:4.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdHCJuo0N7knPgngzph5g6Sqts8LIN7U { top:20.1875rem;left:34.8125rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiN2OT3DilPTKHL7wHpiHorqUwmUxTJG { top:19.75rem;left:36.3125rem;width:7.125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNWGGi6Tmn5RdLym0yImCRFZqCUuEChv { top:22.6875rem;left:34.75rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1yNTyChsK5wnac8JuwnTfmQ9ShVE7FT { top:22.25rem;left:36.25rem;width:7.125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbSzmDRna4pqD8Hppwk1wHI1Qxvf1lm { top:25.1875rem;left:34.75rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBNQVHx9MlerAaZTggvkEKry0P75x9U7 { top:24.75rem;left:36.25rem;width:7.125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcUObCtLzccDtGGxRw1CfMexc5tpm6KH { top:27.1875rem;left:36.3125rem;width:7.125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsQwis8FbPsAzF1txqg56uhigskWvXU7 { top:27.625rem;left:34.8125rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTNdWq3cgtKG5d7Wz7GVmTAx91mbcog0 { width:12.75rem;height:3.125rem;top:32.25rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #AngywpOVqAUrit9O956VxLWKXhIdtUwN { display:block; }
 }@media only screen and (max-width: 763px) { #q6wdcmOGB9BAIJV3oWbnyabapG5RGciu { top:17rem;left:0.3125rem;width:15.5625rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0JB05XGu2c72LZUbl3g6d97aEhHzc08 { top:20.125rem;left:5.625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVAyo6fPDSVpTXbuVummmmiy6PI5pko { top:19.6875rem;left:7.125rem;width:7.125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4GZwz4uOscsGVQQ8DCkEcMsWEioh8pd { top:22.625rem;left:5.5625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUrbhiPOdVQ4ZavcupvnG3RCGVw64IFP { top:22.1875rem;left:7.0625rem;width:7.125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBtnmkGtysQxWHtlVaszkWGSoNuyzQiw { top:25.125rem;left:5.5625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbKSDegAIEFZqzZHTa6ECyWFlge00uVo { top:24.6875rem;left:7.0625rem;width:7.125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJxz7XNJPnXtEqLsQ5SEZpTb2NKtsE5g { top:27.5625rem;left:5.625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPrgmL4XEb8R51BU7xqMwwHCtQmPql78 { top:27.125rem;left:7.125rem;width:7.125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6XhAWxZqLCGb7L0MPEAeTNe6qWtvLIM { width:12.625rem;height:3.125rem;top:32.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzI8Kg4GzHMKsc2qHo1WrkpePeEBeH7C { display:block; }
 }@media only screen and (max-width: 763px) { #a6lBJBLrrrDmkAoiPWpBWzC2Mtvk1hes { top:13.375rem;left:34.125rem;width:8rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AanzcT4TSUUtgolr9be0f4hfpKgDKlyG { top:13.1875rem;left:5rem;width:8rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl { display:block; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzSiwIbsdEgCPuaL00gMF6rH62zhEPnH { top:2.625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { display:block; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IymddRDbb2BfKIBI3OSIeQWevnSIE1PF { top:0.5rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb { display:block; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuiGIdrUmyX7EduR6npkMLhQaL59NSoF { top:18.6875rem;left:1.125rem;width:13.625rem;height:8.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1 { top:1.3125rem;left:2.125rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB34ycvOxngQLXkCE6rwn7kzVhsb9zio { top:14.875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2kNtu8GJGifwT3FqJfHuy8frAgkeGMN { top:16.3125rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guynASHS3SJhKXBxTtJ7IkAttTSSTpSq { top:18.6875rem;left:16.9375rem;width:13.625rem;height:8.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE7zQ7WNTLUAU3yaCnoaR22fqz0zLV56 { top:18.6875rem;left:32.875rem;width:13.625rem;height:8.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlPfCTxV074JxN2NS1xL8IopcET1hmiP { top:16.3125rem;left:11.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A59XgOTBHTmrlgCHEJQxvhyOp78MndXK { top:14.875rem;left:11.6875rem;width:20.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2bIGBePa6fvuskRB7dcErAbcdT0DGDn { top:14.75rem;left:27.6875rem;width:19.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amFmPm5NKnr2xHh4bfy1z22s92av938N { top:16.4375rem;left:27.75rem;width:19.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRIuZ9QQO22qLwoxOUpnSwupape5GEqU { top:1.3125rem;left:18rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeceXD7go3Zn0l466vLSI9EThxHo9dVz { top:1.3125rem;left:33.875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x { display:block; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alyuwpbx8zVUT6T3Cf5eHotVfxSIbcez { top:2.625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIkffDNpMTshzDT1abBIx9DDa2HXegmh { top:4.0625rem;left:11.375rem;width:25.25rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd { display:block; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHIOo16rxXHvhCMBpOUEAB3zKJOvb65v { top:1.9375rem;left:1.125rem;width:13.625rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2kFbr23VH1MdNdX0cCkp2px8wgVLHcm { top:10.9375rem;left:1.6875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThkFTPBfUuoabIaRoLnzEPWFdT86kve9 { top:1.9375rem;left:16.9375rem;width:13.625rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2W1EWa42W8wQ9LNmyhaiuEEnQgcEOJE { top:1.9375rem;left:32.875rem;width:13.625rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2pwZ7CgmXIvuT5PPfLdyOMt2Qb6JJ0H { top:10.9375rem;left:11.6875rem;width:20.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdAPT16TRhpm1XC0vUkmWnGWNidBb6qg { top:10.9375rem;left:27.6875rem;width:19.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHtFJnzBCzRfGF6swRDGlmX9MHqHNRz3 { top:4.0625rem;left:0rem;width:25.25rem;height:20.515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC { display:block; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4 { top:0rem;left:0rem;width:30rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDLNHTSa466fZ2euc7KWqMGzQL1Zfst { top:0rem;left:17.75rem;width:30rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-regular-label { width:23.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-text { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-text {padding-top: 0; padding-bottom: 0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-textarea { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-select { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-select {padding-top: 0; padding-bottom: 0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-button { width:14.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-checkbox-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE  { width:23.0625rem;height:auto;top:12.125rem;left:22.1875rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .radio-container { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE {display:block;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE { width:23.0625rem;height:auto;top:12.125rem;left:22.1875rem; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #BvaAbz6nnXRFAhp0nD2nAsUi4sttk4K4 {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #KMhs6EdNUi2eHHSzsOyLBevp9FPDigL0 { display:none; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #rE97gmFlVuWqFnXfUtT0AUmVrxT5F0zC {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #dNvQ2nEzbgaleXTKWRevS9yXkHr9a7b5 {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #HWVgJ1mhazS4iFV0XcZsD4LKv5TqINyz { display:none; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #mWgrPkLmuaxTKzwkTbwqAQ9fwNuRLTeP {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #J1Ch8VgvMNT26TOmkl8ctBKTO5X92NWv {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #oEu7wJtA5AiRtISboHKl8bzzG2t2QDmG { display:none; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #up6E4XJupoGvClZlf6NTfZZXzh5EzaT5 {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #MaJm1HoqSyL2Rf4XGCupzdo9KMqeiUHs {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #OdQWOL11k4BVpFCu6PcalISgT9ECrRKW {  }
 }@media only screen and (max-width: 763px) { #B0EeDxSO3x3QaWedArJoE2WXoADlU3k2 { top:4.25rem;left:25.5rem;width:22.25rem;height:5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwzcPmepak0ow8LJdcJ0IKnVOGLwolw4 { top:9.1875rem;left:23.375rem;width:24.375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { display:block; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zKBn6o1zGvKlcln6tmrffsZeBVB449ZV { display:block; }#zKBn6o1zGvKlcln6tmrffsZeBVB449ZV > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { background-color:#00021a;background-image:url("https://images.assets-landingi.com/uc/10cfa0ff-4496-45c9-ab8e-250678e82ddc/DentalTreeTerminarz2026_FELG_AI___LP.jpg");background-position:bottom center !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; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL8ohwzILtcFIhaxamuoEFxJDJ3hQVQC { width:5.1875rem;height:1.25rem;top:0.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwi6PvBVpNlZIVUEUgruTSMXblPng3cL { width:8.125rem;height:2.5rem;top:3.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnUqvmCptxb1vXZ3uEMGaQN0lWWuPUUB { display:block; }
 }@media only screen and (max-width: 763px) { #eBUVAwfStRlRXu9Oi9ULq74N2eqQvCin { width:6.25rem;height:9.375rem;top:3.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJnv3FXVepArzG2ecfpeHHxAI3XTzmB { width:9.375rem;height:2.5rem;top:27.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTHXBktGZkWZAFuU29TCpO1oTMFeu9i { display:block; }
 }@media only screen and (max-width: 763px) { #xJMJgmassoRwvwUaeW7nDy0okLrscCG8 { width:6.25rem;height:12.5rem;top:14.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX { display:block; }#ZJttLITELnZBFNv6tw7BsSpRUBa9ldBX > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw { background-color:#00021a;background-image:url("https://images.assets-landingi.com/uc/10cfa0ff-4496-45c9-ab8e-250678e82ddc/DentalTreeTerminarz2026_FELG_AI___LP.jpg");background-position:bottom center !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; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw.adaptive-delivery-prevent-bg, #m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw.lazyload, #m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw.lazyloading { background-image: none; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row .container { background-color: transparent; background-image: none; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row .container > .video-iframe-container { display: none; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row > .video-iframe-container { display: none; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .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); }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row .container { border-width: 0; border-radius: 0; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4nwNogTQ9Vu5pXAwHZdRsZgaOOaEeXw > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7HWLrQBg6o4asTpmTvgJ6CuuJ7z2ZMf { width:17.5rem;height:0;top:9.9765625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;text-shadow:0rem 0rem 0.625rem #00021a;display:none; }
 }@media only screen and (max-width: 763px) { #DhAReb47T2TIPEArwLwTZhvzu33OzXRt { display:block; }#DhAReb47T2TIPEArwLwTZhvzu33OzXRt > .row .container { width:20rem;height:31.1113375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxeH1yiPLQdit5s4nRNmIcWd9RNSTb6r { width:20rem;height:0;top:13.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEmDgGBvOpCnUETgAVFtM8aUcUkc2Jnw { width:20rem;height:0;top:18.83105625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATZkkCBpgLlERS4r6wkW2W5Vkywr7H2A { width:20rem;height:0;top:23.49316875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk { display:flex;height:auto;width:17.375rem;top:12.5625rem;left:0rem; }
#dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #efQdwcnPtDrMtFiXcgiwcoxq3znhH2Rc {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #VSsUculugP3vBBygbiO6O53twFX0yHi2 {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #SdVddmODDG0nIPTkz9qwHAPoLQvIlWpC {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #DsakPSVCGVgtPmbXJ065dDS6IRuMJTSL {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #kOqwytOtr8ZxxlZsEJ0LT0Rxy1ruJc8D {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #LUO2bBKBi0WceOLbatkNgIBqoFwgISLQ {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #LcsJX2vz1iHun6R7Cn5pdWUH7vMNPqV9 {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #tTKKXZtWxxzD342I5Bot4kqFCTltV4lf {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #nyH9G58BmpGBTVHtxFPndTwkDfnrV5lt {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #TmBdGaTzvyXFBH6CGqx2y9KWaPXySGst {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #WEW6w41o2loCXtFiVWnLFdDAfvWbVSG5 {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #G4GFyWc8T08ygVWowUT0iyRZhpnXRQbg {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #K4OEaqIbTBR9GU0J34lkweWawuOCe2Dq {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #N1X3MB0gmJbWNL88liNkG3nX3l79LKri {  }
 }@media only screen and (max-width: 763px) { #dwdtD7UElmTqRHpD9F40Bxnmshv9rpBk #Wrhp8SNKqzqiQIQixUv2uyS1uLWpbnJd {  }
 }@media only screen and (max-width: 763px) { #xyliwfp6QlWTNdFKTOxGzMp1w2Jp7KzT { width:20rem;height:0;top:26.449225rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk { background-color:#00021a;background-image:url("https://images.assets-landingi.com/uc/10cfa0ff-4496-45c9-ab8e-250678e82ddc/DentalTreeTerminarz2026_FELG_AI___LP.jpg");background-position:bottom center !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; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk.adaptive-delivery-prevent-bg, #R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk.lazyload, #R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk.lazyloading { background-image: none; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row .container { background-color: transparent; background-image: none; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row .container > .video-iframe-container { display: none; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row > .video-iframe-container { display: none; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .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); }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row .container { border-width: 0; border-radius: 0; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5IlrKUmw0h50bLdwQyW9aW4J00vKyZk > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrDV3sO6Q6h41TPVGJXqNUZ4ArwT8Gxa { height:11.230769230769rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 { display:block; }#ufpORH4tr70ZV1ezEQC2x5XGgWFWvIK0 > .row .container { width:20rem;height:36.99316875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAkt2tbHznGc4Hi6xd6enHnVLiHFPsTc { width:20rem;height:0;top:26.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq1sX1gtrZhE9bBCd5lVZQndCF8bw7El { width:20rem;height:0;top:31.08105625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 { display:flex;height:auto;width:17.375rem;top:12.5625rem;left:0rem; }
#MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #efQdwcnPtDrMtFiXcgiwcoxq3znhH2Rc {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #VSsUculugP3vBBygbiO6O53twFX0yHi2 {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #SdVddmODDG0nIPTkz9qwHAPoLQvIlWpC {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #DsakPSVCGVgtPmbXJ065dDS6IRuMJTSL {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #kOqwytOtr8ZxxlZsEJ0LT0Rxy1ruJc8D {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #LUO2bBKBi0WceOLbatkNgIBqoFwgISLQ {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #LcsJX2vz1iHun6R7Cn5pdWUH7vMNPqV9 {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #tTKKXZtWxxzD342I5Bot4kqFCTltV4lf {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #nyH9G58BmpGBTVHtxFPndTwkDfnrV5lt {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #TmBdGaTzvyXFBH6CGqx2y9KWaPXySGst {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #WEW6w41o2loCXtFiVWnLFdDAfvWbVSG5 {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #G4GFyWc8T08ygVWowUT0iyRZhpnXRQbg {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #K4OEaqIbTBR9GU0J34lkweWawuOCe2Dq {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #N1X3MB0gmJbWNL88liNkG3nX3l79LKri {  }
 }@media only screen and (max-width: 763px) { #MF0ev2ZUw43NlBysA2Qk5FCyw9xtykb4 #Wrhp8SNKqzqiQIQixUv2uyS1uLWpbnJd {  }
 }@media only screen and (max-width: 763px) { #sbmP4naO5iLClfTWFxr78Bt8Sv8I5ayF { width:20rem;height:0;top:34.0371125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf { background-color:#00021a;background-image:url("https://images.assets-landingi.com/uc/10cfa0ff-4496-45c9-ab8e-250678e82ddc/DentalTreeTerminarz2026_FELG_AI___LP.jpg");background-position:bottom center !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; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf.adaptive-delivery-prevent-bg, #c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf.lazyload, #c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf.lazyloading { background-image: none; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row .container { background-color: transparent; background-image: none; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row .container > .video-iframe-container { display: none; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row > .video-iframe-container { display: none; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .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); }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row .container { border-width: 0; border-radius: 0; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c8LNzhG4zxhe962hTgFqP6fvNHFpvCNf > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLqSPGb0flEIgZEU8p1lO8S0h2dFOsMi { height:11.230769230769rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl { background-color:#00021a;background-image:url("https://images.assets-landingi.com/uc/10cfa0ff-4496-45c9-ab8e-250678e82ddc/DentalTreeTerminarz2026_FELG_AI___LP.jpg");background-position:bottom center !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; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl.adaptive-delivery-prevent-bg, #cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl.lazyload, #cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl.lazyloading { background-image: none; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row .container { background-color: transparent; background-image: none; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row .container > .video-iframe-container { display: none; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row > .video-iframe-container { display: none; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .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); }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row .container { border-width: 0; border-radius: 0; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnyoSNOc4rDryQbqZe2q5XvRzAtiNeFl > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5ofwVgUxxAEZDo8aUfvrXtdyS7cICK6 { width:20rem;height:1.875rem;top:13.125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKlwUJKVsKqFfyazV9wO5B5EkgXhLZgH { width:20rem;height:1.875rem;top:36.93701171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { background-color:#ffffff;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;display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { width:20rem;height:9.0625rem;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ecanezNQd00fkniazH340Gn6BsvTyZZo { width:20rem;height:41.875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { width:17.5rem;height:7.199225rem;top:0rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EK3y2TgQLl4FAkCi5QUiaVAcIUuyR9Rf { width:20rem;height:39.375rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { display:block; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { width:20rem;height:139.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { width:20rem;height:4.949225rem;top:2rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { width:18.0625rem;height:20.794925rem;top:8.6875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { width:12.5rem;height:14.8125rem;top:50.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQVTsO1eTzK6wzcOKG3kdwKC31tTGTJ { width:11.5625rem;height:4.5371125rem;top:53.875rem;left:4.0625rem;font-size:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { width:11.5625rem;height:3.5996125rem;top:58.8125rem;left:4.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onFF8Bov7I3XcOBgc4OLQp2TDP0VAsw6 { width:20rem;height:0;top:67rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#onFF8Bov7I3XcOBgc4OLQp2TDP0VAsw6 li:before{  }
 }@media only screen and (max-width: 763px) { #OqDTM6qCsBinLLTPD6QCEfomsb3bwsgN { width:20rem;height:0;top:78.4716875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frypcRC9zkatAD74mvMzyxcGixMKHFGW { width:20rem;height:0;top:95.6426rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#frypcRC9zkatAD74mvMzyxcGixMKHFGW li:before{  }
 }@media only screen and (max-width: 763px) { #WQeGTMJh2LE3CJ1lFBZmQorThBRC6hOP { width:20rem;height:0;top:81.3213rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#WQeGTMJh2LE3CJ1lFBZmQorThBRC6hOP li:before{  }
 }@media only screen and (max-width: 763px) { #bqez6w6rb8TIihPKstdkTkZSJ83K8yZT { width:20rem;height:0;top:92.7929875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRfMOQRbvUyHt3lIm2QT09bt88ENHGt7 { width:12.5rem;height:0;top:103.9160375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ayXr3d443VZJXy4P1nudoMSce90uDwa7 { width:12.5rem;height:14.8125rem;top:106.51565rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb3TESRmMhe6hvS6hgnJyclBvdw8r0yw { width:12.5rem;height:0;top:109.82815rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QavsFNoczqXGsxfhZiFQfv8y5ZPXxXzH { width:12.5rem;height:0;top:111.14065rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQu2q3xtgISS8zI0AFOBzqy6kB07l8gA { width:12.5rem;height:0;top:114.45315rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTCmat5RKhgnUC7e0u2HearhTFdrDdAm { display:none; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row .container { width:20rem;height:7.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Th3nAtNcJ58JmSVJuLReFN9a0T3Nh04y { width:20rem;height:4.94921875rem;top:1.625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { display:none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { width:20rem;height:3.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xJdmKqucUXTTxtEiyRHMJ7MfaWSSeDMp { width:17.5rem;height:3.3994125rem;top:0rem;left:1.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SU9XphUQ69e8Hvw4ORlPMATws3Ie23Qm { display:none; }#SU9XphUQ69e8Hvw4ORlPMATws3Ie23Qm > .row .container { width:20rem;height:109.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lpANBfubsn442537xbNRJQ9TCvowCL59 { width:18.1875rem;height:36.75rem;top:35.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsiAtZBqWQcvLP7mp2aD2o3LzvB4vgVU { width:18.125rem;height:3.5996125rem;top:36.875rem;left:1.0244140625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhSUN5W8OLZbQzQcuqHLRG8TilQxpmlE { width:14.375rem;height:4.8999rem;top:39.125rem;left:3.6494140625rem;font-size:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrlNipMgv3Hv2akMyxX7li06yydCbwqP { width:3.3125rem;height:3rem;top:40.25rem;left:4.5244140625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSlNvHUNAsIi4Ov6TrFbT75g2vsf9OuQ { width:8rem;height:2.0996125rem;top:42.65625rem;left:4.587890625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3S3dkKhvtbXh46KwKRF84eGm4Me8g20 { width:18.0625rem;height:2.29980625rem;top:46.78125rem;left:1.025390625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPWTP30mAoOlT99bAm3u1GOeElK3QNKh { width:0.875rem;height:0.8125rem;top:50.5009765625rem;left:5.712890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHKVKh8tTqUy8zniNRftnC32fPATtAXN { width:7.0625rem;height:1.69970625rem;top:50.015625rem;left:7.2763671875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #waoRPSUPEXbh033nLaiF6X61qQ2IU47Z { width:7.125rem;height:1.5996125rem;top:52.5615234375rem;left:7.212890625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biU9v8uOqyLNoy8TmXlrcaUfMpxR3iG9 { width:7.125rem;height:1.5996125rem;top:55.1484375rem;left:7.212890625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZOpS10LB2vEWgfTTivBSrIlVdqR4Chd { width:7.125rem;height:1.5996125rem;top:57.6240234375rem;left:7.275390625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ny2OviM5zsesiLPp1w7sPFI548vZTHx3 { width:7.125rem;height:1.5996125rem;top:60.1484375rem;left:7.275390625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmuSn3FxH7AuJtD2LLvZsAAUcFtITxLX { width:7.125rem;height:1.5996125rem;top:62.6484375rem;left:7.275390625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2TlhNI08eDWVL7wa93hrVyDputdiySH { width:0.875rem;height:0.8125rem;top:53rem;left:5.712890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBwCZd6ygvmOHTLIqOP3npQIxhEeON6b { width:0.875rem;height:0.8125rem;top:55.6240234375rem;left:5.712890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWn7lXuAekX2ArHPO834aDZNQzJHO28a { width:0.875rem;height:0.8125rem;top:58.1240234375rem;left:5.712890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQrVvcKB5HqTvzWVA48oX0emcBuJEHvR { width:0.875rem;height:0.8125rem;top:60.5615234375rem;left:5.712890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGlXaxTy5I3BfLvDUcT8MRGcuFcQN0ED { width:0.875rem;height:0.8125rem;top:63.0615234375rem;left:5.712890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPSlTRMqC4B5hdEHQQIpnqZfziLBfv6e { width:13.625rem;height:3.125rem;top:66.6865234375rem;left:3.087890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvSLhzXQR6qXZIoJT6mlCqbFTQbZfZ92 { display:block; }
 }@media only screen and (max-width: 763px) { #mEAytfTvmxofmJ1uqmEX4u5roaHwkTee { width:17.4375rem;height:32.0625rem;top:75.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3EknpX3xfIp7Ql1mbG1d9WHw1hXnnzK { width:17.4375rem;height:32.0625rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPd0WH5Enf0ur0uLs7PbvJf3ZKxA7KvD { width:17.5625rem;height:3.5996125rem;top:76.8125rem;left:1.25rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scifgxxQTgQR2FWmp8qU3g9wOHUrhwQK { width:17.25rem;height:3.5996125rem;top:2.4375rem;left:1.4375rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbkI9UDBVEMid5rv16UmpL7anafGHayo { width:14.375rem;height:4.8999rem;top:78.9375rem;left:3.625rem;font-size:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smtUFCIWqbqo6HL4cH5dP2W3htbMHAOm { width:3.3125rem;height:3rem;top:80.125rem;left:4.4384765625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #keus1wMwHXHDXDUNJpu2Wm8w3ZBoHDyf { width:17.4375rem;height:1.8999rem;top:86.625rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDgwxVX3AKBNEDQys1bdfaAFQy3ErKTL { width:3.3125rem;height:3rem;top:5.4375rem;left:4.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yo5RTwBlPTd3npnNpbp63fXDvtZ6y37L { width:14.375rem;height:4.8999rem;top:4.3125rem;left:3.6875rem;font-size:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZdHCJuo0N7knPgngzph5g6Sqts8LIN7U { width:0.875rem;height:0.875rem;top:89.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiN2OT3DilPTKHL7wHpiHorqUwmUxTJG { width:7.125rem;height:1.69970625rem;top:89.3125rem;left:7.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNWGGi6Tmn5RdLym0yImCRFZqCUuEChv { width:0.875rem;height:0.875rem;top:92.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1yNTyChsK5wnac8JuwnTfmQ9ShVE7FT { width:7.125rem;height:1.69970625rem;top:91.8125rem;left:7.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KkbSzmDRna4pqD8Hppwk1wHI1Qxvf1lm { width:0.875rem;height:0.875rem;top:94.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBNQVHx9MlerAaZTggvkEKry0P75x9U7 { width:7.125rem;height:1.69970625rem;top:94.3125rem;left:7.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HcUObCtLzccDtGGxRw1CfMexc5tpm6KH { width:7.125rem;height:1.69970625rem;top:96.75rem;left:7.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nsQwis8FbPsAzF1txqg56uhigskWvXU7 { width:0.875rem;height:0.875rem;top:97.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTNdWq3cgtKG5d7Wz7GVmTAx91mbcog0 { width:13.625rem;height:3.125rem;top:101.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AngywpOVqAUrit9O956VxLWKXhIdtUwN { display:block; }
 }@media only screen and (max-width: 763px) { #q6wdcmOGB9BAIJV3oWbnyabapG5RGciu { width:17.3125rem;height:1.8999rem;top:12rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0JB05XGu2c72LZUbl3g6d97aEhHzc08 { width:0.875rem;height:0.875rem;top:15.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVAyo6fPDSVpTXbuVummmmiy6PI5pko { width:7.125rem;height:1.69970625rem;top:14.75rem;left:7.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4GZwz4uOscsGVQQ8DCkEcMsWEioh8pd { width:0.875rem;height:0.875rem;top:17.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUrbhiPOdVQ4ZavcupvnG3RCGVw64IFP { width:7.125rem;height:1.69970625rem;top:17.25rem;left:7.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBtnmkGtysQxWHtlVaszkWGSoNuyzQiw { width:0.875rem;height:0.875rem;top:20.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbKSDegAIEFZqzZHTa6ECyWFlge00uVo { width:7.125rem;height:1.69970625rem;top:19.75rem;left:7.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJxz7XNJPnXtEqLsQ5SEZpTb2NKtsE5g { width:0.875rem;height:0.875rem;top:22.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPrgmL4XEb8R51BU7xqMwwHCtQmPql78 { width:7.125rem;height:1.69970625rem;top:22.1875rem;left:7.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6XhAWxZqLCGb7L0MPEAeTNe6qWtvLIM { width:13.625rem;height:3.125rem;top:27.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzI8Kg4GzHMKsc2qHo1WrkpePeEBeH7C { display:block; }
 }@media only screen and (max-width: 763px) { #a6lBJBLrrrDmkAoiPWpBWzC2Mtvk1hes { width:8rem;height:1.8999rem;top:82.5625rem;left:4.3759765625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AanzcT4TSUUtgolr9be0f4hfpKgDKlyG { width:8rem;height:1.8999rem;top:7.8125rem;left:4.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl { display:none; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { width:20rem;height:4.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mzSiwIbsdEgCPuaL00gMF6rH62zhEPnH { width:20rem;height:3.29980625rem;top:1.6875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { display:none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { width:20rem;height:5.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IymddRDbb2BfKIBI3OSIeQWevnSIE1PF { width:18.1875rem;height:3.3994125rem;top:0.25rem;left:1.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZjdujqR7/bG_sekcja_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.adaptive-delivery-prevent-bg, #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.lazyload, #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.lazyloading { background-image: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { width:20rem;height:89.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WuiGIdrUmyX7EduR6npkMLhQaL59NSoF { width:13.625rem;height:8.999rem;top:18.8125rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1 { width:11.5625rem;height:11.5625rem;top:1.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB34ycvOxngQLXkCE6rwn7kzVhsb9zio { width:12.5rem;height:1.54345625rem;top:16.375rem;left:3.75rem;font-size:1.1875rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #g2kNtu8GJGifwT3FqJfHuy8frAgkeGMN { width:20rem;height:1.54345625rem;top:14.9375rem;left:0rem;font-size:1.1875rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #guynASHS3SJhKXBxTtJ7IkAttTSSTpSq { width:13.625rem;height:8.999rem;top:48.4375rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"source sans pro";line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zE7zQ7WNTLUAU3yaCnoaR22fqz0zLV56 { width:13.625rem;height:8.999rem;top:78.0625rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #KlPfCTxV074JxN2NS1xL8IopcET1hmiP { width:20rem;height:1.4624rem;top:46rem;left:0rem;font-size:1.125rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #A59XgOTBHTmrlgCHEJQxvhyOp78MndXK { width:20rem;height:1.54345625rem;top:44.5rem;left:0rem;font-size:1.1875rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #Z2bIGBePa6fvuskRB7dcErAbcdT0DGDn { width:19.9375rem;height:1.54345625rem;top:74.125rem;left:0rem;font-size:1.1875rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #amFmPm5NKnr2xHh4bfy1z22s92av938N { width:19.875rem;height:1.54345625rem;top:75.8125rem;left:0.0625rem;font-size:1.1875rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #eRIuZ9QQO22qLwoxOUpnSwupape5GEqU { width:11.5625rem;height:11.5625rem;top:30.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeceXD7go3Zn0l466vLSI9EThxHo9dVz { width:11.5625rem;height:11.5625rem;top:60.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x { display:none; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #alyuwpbx8zVUT6T3Cf5eHotVfxSIbcez { width:20rem;height:3.29980625rem;top:1.5rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mIkffDNpMTshzDT1abBIx9DDa2HXegmh { width:20rem;height:20.375rem;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd { display:none; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row .container { width:20rem;height:42.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wHIOo16rxXHvhCMBpOUEAB3zKJOvb65v { width:13.625rem;height:7.9980625rem;top:1.25rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #d2kFbr23VH1MdNdX0cCkp2px8wgVLHcm { width:12.5rem;height:1.3808625rem;top:10.3125rem;left:3.75rem;font-size:1.0625rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #ThkFTPBfUuoabIaRoLnzEPWFdT86kve9 { width:13.625rem;height:7.9980625rem;top:15rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #h2W1EWa42W8wQ9LNmyhaiuEEnQgcEOJE { width:13.625rem;height:7.9980625rem;top:28.9375rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #x2pwZ7CgmXIvuT5PPfLdyOMt2Qb6JJ0H { width:20rem;height:1.3808625rem;top:24.0625rem;left:0rem;font-size:1.0625rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #UdAPT16TRhpm1XC0vUkmWnGWNidBb6qg { width:19.9375rem;height:1.3808625rem;top:38rem;left:0rem;font-size:1.0625rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #BHtFJnzBCzRfGF6swRDGlmX9MHqHNRz3 { width:20rem;height:20.375rem;top:10.0625rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC { background-color:#ffffff;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;display:none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { border-width: 0; border-radius: 0; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { width:20rem;height:62.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4 { width:20rem;height:18.75rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDLNHTSa466fZ2euc7KWqMGzQL1Zfst { width:20rem;height:27.25rem;top:21.0654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-text {padding-top: 0; padding-bottom: 0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-select {padding-top: 0; padding-bottom: 0;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-input-button { width:11rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE  { width:17.5rem;height:auto;top:30.3701171875rem;left:0rem; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE {display:block;}#zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE { width:17.5rem;height:auto;top:30.3701171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #BvaAbz6nnXRFAhp0nD2nAsUi4sttk4K4 {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #KMhs6EdNUi2eHHSzsOyLBevp9FPDigL0 { display:none; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #rE97gmFlVuWqFnXfUtT0AUmVrxT5F0zC {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #dNvQ2nEzbgaleXTKWRevS9yXkHr9a7b5 {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #HWVgJ1mhazS4iFV0XcZsD4LKv5TqINyz { display:none; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #mWgrPkLmuaxTKzwkTbwqAQ9fwNuRLTeP {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #J1Ch8VgvMNT26TOmkl8ctBKTO5X92NWv {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #oEu7wJtA5AiRtISboHKl8bzzG2t2QDmG { display:none; }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #up6E4XJupoGvClZlf6NTfZZXzh5EzaT5 {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #MaJm1HoqSyL2Rf4XGCupzdo9KMqeiUHs {  }
 }@media only screen and (max-width: 763px) { #zbBCoTFJAnWIyLil4eRfwr7t5SkTpOkE #OdQWOL11k4BVpFCu6PcalISgT9ECrRKW {  }
 }@media only screen and (max-width: 763px) { #B0EeDxSO3x3QaWedArJoE2WXoADlU3k2 { width:20rem;height:4.7998rem;top:22.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwzcPmepak0ow8LJdcJ0IKnVOGLwolw4 { width:20rem;height:1.5996125rem;top:28.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { display:block; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }