.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:214,231,254;--color-primary-1:133,182,253;--color-primary-2:51,134,251;--color-primary-3:0,104,250;--color-primary-4:9,74,127;--color-secondary-0:253,237,231;--color-secondary-1:250,196,177;--color-secondary-2:244,136,98;--color-secondary-3:122,68,49;--color-secondary-4:37,20,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:42,42,42;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);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); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b82b4185-cb97-43d3-bce5-2b75be1a2707/WhatsAppImage20251211at163302.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP.adaptive-delivery-prevent-bg, #LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP.lazyload, #LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP.lazyloading { background-image: none; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { background-color: transparent; background-image: none; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.73); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container > .video-iframe-container { display: none; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.73); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row > .video-iframe-container { display: none; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .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); }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { border-width: 0; border-radius: 0; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#xGcddI38sbXl9AIM2B8NNttodp4SSnIP { color:rgba(var(--color-tertiary-0),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.5810546875rem;left:14.78125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#Qnqva0Cnw74qslz42BSIBQCEvQ1xKb9d { box-sizing:content-box;height:5.9375rem;width:44.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;top:18.7685546875rem;left:15.25rem;display:block; }
#hfVRppAcVuaBCxkpWqkoxuaPTL7RF922 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.41796875rem;left:15.25rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#cU2keq0ZDHnfZmTTuuSgs7AfBibNh0rE { background-color:rgba(var(--color-secondary-2),1);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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.82421875rem;left:29.3125rem;display:block; }
#wgRxXuJSBPUWUsJFL3zsmeUiu2a0xR5v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DkqPnV2FTPbUBGv60WZDTwC3sH4QD2AC { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:19.375rem;width:19.375rem;top:0rem;left:28.75rem;overflow:hidden;display:block; }
#H849lSkRfBuTiL5b5CrmfFkSVLpg8tlz { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32.6875rem;left:16.59375rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UFxM4PE71pcg1rMO6WlCOZlnggE8osct { position:relative;display:block; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct { background-color: transparent; background-image: none; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row .container > .video-iframe-container { display: none; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row > .video-iframe-container { display: none; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .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); }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct { border-width: 0; border-radius: 0; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wX14W3ThDBOXCh4TT9h4XqJMulyew4SZ { box-sizing:content-box;height:26.9375rem;width:40.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1032c079-5824-4c9f-9fc4-087b94a8fafc/WhatsAppImage20251211at174538.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.25rem;left:31.9375rem;display:block; }#wX14W3ThDBOXCh4TT9h4XqJMulyew4SZ.adaptive-delivery-prevent-bg, #wX14W3ThDBOXCh4TT9h4XqJMulyew4SZ.lazyload, #wX14W3ThDBOXCh4TT9h4XqJMulyew4SZ.lazyloading { background-image: none; }
#IHb3yx71w0h3cboOdQdBwPT95cLXEebi { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.9375rem;left:4.9375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#DLsgIpsTXHQiNVRkutZNw56NRs3npx9I { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:13.25rem;left:4.9375rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#cWw2Nl2ArM5TDfQKulZ2DNuZKKKMffET { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:22.4375rem;left:4.9375rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#bHXTnhCztgRN7e84faZbxGQa8IDF4pMJ { background-color:rgba(var(--color-secondary-2),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.424998283386rem;left:23.250001907349rem;display:block; }
#UdHStlb2DUftAerISDJoLpoQrdCdwKr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z8NqExvMQAiTBKRgcKx4we6ofwsTWEGf { box-sizing:content-box;height:26.9375rem;width:29.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:7.25rem;left:2.75rem;display:block; }
#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic { position:relative;display:block; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic { background-color: transparent; background-image: none; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row .container > .video-iframe-container { display: none; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row > .video-iframe-container { display: none; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .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); }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic { border-width: 0; border-radius: 0; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RQautFIw3XZPPcuHOCnLLfHaFzoL3W13 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.9361972808838rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;display:block; }
#pbHCNzh0zURuM7xMGbrnqAlZQOsctl0A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.875rem;left:4.875rem; }
#qB1HmMWdwNrxn7AQDBPXF81PmJPWrP1P { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:14.5rem;left:10.875rem;height:10.1236875rem;text-align:left;text-align-last:left;display:block; }
#eu3ny6woIf3awTuIDKXu6xHGt5nqbGv8 { box-sizing:content-box;height:12.0625rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:13.125rem;left:3.875rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);display:block; }
#g6RtOehKE8QCIbuHF5pFtPgcbI79TfkU { box-sizing:content-box;height:11.9375rem;width:21.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:13.125rem;left:26.75rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
#AqNlskHi0zeB0UbM5NzBT9DtRJvTgN7C { box-sizing:content-box;height:0.3125rem;width:21.4995625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.082681655884rem;left:3.8183612823486rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Lm8NNZToXwOP5Jo5GwlWX8H8i48QXlWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:14.498699188233rem;left:33.374567031861rem;height:8.43640625rem;text-align:left;text-align-last:left;display:block; }
#AxZN5uPlX85q8tH9ntKsFzrOtkwMVbgZ { box-sizing:content-box;height:0.3125rem;width:21.436625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:25.082681655884rem;left:26.780599594116rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#F5FPTQ4f27hrNX4JsTTpwVw4trPK11cD { box-sizing:content-box;height:12.0625rem;width:21.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:13.125rem;left:49.625rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);display:block; }
#TTxPzkQoLSGOpcHawFetaGBeIceQ1SP0 { box-sizing:content-box;height:0.3125rem;width:21.4995625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.081380844116rem;left:49.568147659302rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mqbLdsXJXyzeKweD1mB0LUIfmGrVmrZh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:14.5rem;left:55.25rem;height:8.43640625rem;text-align:left;text-align-last:left;display:block; }
#uWIDO6nwSGhGqAup5IxG13T5QSdLs6VT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.4375rem;left:27.875rem; }
#L11ZZVd3y57NwBlR6LspngKGv5HuHQJc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.375rem;left:50.625rem; }
#keXcfEqa34iSSEyMggn7SNCdtkCwcZEA { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:21.3125rem;left:34.6875rem;display:block; }
#hHGm1DG79dAiFhwNOf4dHiE8mUcGPCnf { color:rgba(var(--color-secondary-2),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3079433441163rem;left:13.281251907349rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c91ecb8-1f50-49b2-839b-4676f56bd2fd/WhatsAppImage20251211at162327.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66.adaptive-delivery-prevent-bg, #JK2FcZPfrnerM9ffKRQvfByoJw7UgF66.lazyload, #JK2FcZPfrnerM9ffKRQvfByoJw7UgF66.lazyloading { background-image: none; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { background-color: transparent; background-image: none; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.82); }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container > .video-iframe-container { display: none; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.82); }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row > .video-iframe-container { display: none; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .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); }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { border-width: 0; border-radius: 0; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66::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; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#nZC8A6fFTqTxR48b08TZvkTs0CFR8PvX { color:rgba(var(--color-secondary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:24.75rem;left:5.375rem;height:16.50715625rem;text-align:center;text-align-last:center;display:block; }
#rJEK2cZ3T55UMkhOaKttx9VWhCzQ6RII { color:rgba(var(--color-secondary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:17.375rem;left:3.75rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#ERUCJTImiFz3T5VxXsZlyhySQapCpTEJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:19.125rem;left:29.5625rem;height:2.192925rem;text-align:center;text-align-last:center;display:block; }
#tzr8DOOVDgS1NQJ7OvVanbvqlRq2JGGf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:23.5rem;left:29.75rem;height:15.00650625rem;text-align:center;text-align-last:center;display:block; }
#pO9ZLfuxMTrwZGF2eBq4NEK9uE9GDmK3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:18rem;left:54.75rem;height:4.38585rem;text-align:center;text-align-last:center;display:block; }
#v3KqfBGWEgUdu0P6mMhkuhp77lHm4haD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:23.5625rem;left:54.75rem;height:15.0065rem;text-align:center;text-align-last:center;display:block; }
#Dv0LPxXWoImCmnNNM88rUIcGDtxEHdyd { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.32) ;height:26.6875rem;width:17.625rem;top:16.1875rem;left:3.8125rem;display:block; }
#gT4eNh6kKskNQOPO9vmDVgRyruqBMnsz { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:27rem;width:17.625rem;top:16.1875rem;left:28.625rem;display:block; }
#ACp2hgP0atmpbtr2T9MOadN6if6042Vr { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.16) ;height:27.25rem;width:17.625rem;top:16.1875rem;left:53.625rem;display:block; }
#pk8qGgymfZqVQzAUVWiB8OTPHq1k1TTM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4874992370606rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;display:block; }
#GkanmOSWQi1B3cKwcfTA3fXb96wV9U7n { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.377603530884rem;left:10.000001907349rem; }
#SnwEUTvdVU9iOLWzDJib1DLlMQGHJTva { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.532770156861rem;left:35.156251907349rem; }
#iO5CqalU9FMLfhKC9WSZIq0LJql64e1I { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5.06185rem;width:5.06185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10.345052719116rem;left:59.968538284302rem; }
#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r { position:relative;display:block; }#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r { background-color: transparent; background-image: none; }#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r > .row .container > .video-iframe-container { display: none; }#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r > .row > .video-iframe-container { display: none; }#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r > .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); }#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r { border-width: 0; border-radius: 0; }#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:66.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xPvc37paBlctVW2QH25yBDylul3toTMG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.9361972808838rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;display:block; }
#OFuw6nwo65sfg80HBnVk7GdKUpkWSPAf { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:17.061625rem;width:12.7495625rem;top:8.2172317504881rem;left:3.0674915313721rem;overflow:hidden;display:block; }
#TazwuanO3vn3fKr1zDigvycOJgqEIF6T { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:16.875rem;width:12.625rem;top:8.3083763122556rem;left:18.691408157349rem;overflow:hidden;display:block; }
#vXAR6aaMuOmnhUPbzr6cpHTtwHfgn6if { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:16.875rem;width:22.7495625rem;top:27.596564769745rem;left:5.6922740936279rem;overflow:hidden;display:block; }
#KAWw9eSdOHExZzcdePVXHGZThK4l9tm3 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:16.875rem;width:12.625rem;top:8.3083763122556rem;left:58.75217628479rem;overflow:hidden;display:block; }
#mmpvJrf3TUdqCGTHN8qLZmGZRmSaUtvg { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:16.8125rem;width:22.625rem;top:8.4722228050231rem;left:33.253042221069rem;overflow:hidden;display:block; }
#abQCCvwCSMKnDegkJs8CkZGqJZXs2VEM { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:16.875rem;width:22.5rem;top:27.595479488373rem;left:46.446397781372rem;overflow:hidden;display:block; }
#KfUAMAphLsTnQBvyxdzFDJFzvWfZalsN { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:16.875rem;width:22.5rem;top:46.407329082489rem;left:5.8148899078369rem;overflow:hidden;display:block; }
#bgPK1iCxrhRamT5qkGisTkP11q4Wa8Cm { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:16.875rem;width:22.5rem;top:46.40841627121rem;left:46.446397781372rem;overflow:hidden;display:block; }
#u264dkTaahNtoqWXq5OiyPlBiy8qOmJg { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:16.875rem;width:12.625rem;top:46.408422470093rem;left:31.187067031861rem;overflow:hidden;display:block; }
#h8ETAavAxhkzOmuwoTtrt7daMO4TpK3O { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:16.75rem;width:12.5625rem;top:27.791884422302rem;left:31.218534469604rem;overflow:hidden;display:block; }
#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 { position:relative;display:none; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 { border-width: 0; border-radius: 0; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Fa7beIq20NqehUzlVqC3u76s1ORv7P8L { box-sizing:content-box;height:19.0625rem;width:13.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a718f185-7dd2-447b-a590-01949384e885/2149196122min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.6875rem;left:4.8125rem;display:block; }#Fa7beIq20NqehUzlVqC3u76s1ORv7P8L.adaptive-delivery-prevent-bg, #Fa7beIq20NqehUzlVqC3u76s1ORv7P8L.lazyload, #Fa7beIq20NqehUzlVqC3u76s1ORv7P8L.lazyloading { background-image: none; }
#nZTxsDG6LAqSRpVpSEOAnr4GUQhu0rAT { background-color:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.75rem;left:15.3125rem;display:block; }
#u6xEu7VAm6sOT20lcRfgLghVp0MkFZUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eF1OhG2gw1A0NhVRPLevDkS23nk3Jxk0 { box-sizing:content-box;height:21.0625rem;width:25.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:10.6875rem;left:7.5625rem;display:block; }
#eE31UZei0whR3Nfl7ZwP3psbw499KrIo { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:17.125rem;left:19.5rem;height:3.2986125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PFZMetdeDVBDOBEmfg4T9C37iN7n6Grr { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:21rem;left:19.5625rem;height:6.00260625rem;text-align:left;text-align-last:left;display:block; }
#EOpCt0RyX8phzC2OmSNZ3ilfo5GJnCrC { box-sizing:content-box;height:1.75rem;width:5.8125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.5625rem;left:15.375rem;display:block; }
#H51Z1ncem644iPmsKX6GOU080HZf4m5S { color:rgba(var(--color-primary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:12.6875rem;left:15.8125rem;height:1.50065rem;text-align:center;text-align-last:center;display:block; }
#UCouFQJuGKxJp8d9Jwxtwzyg55UTwQCV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;display:block; }
#WfeJxPVFg2TlFs4Kb12ZruMTpNo8Tqw8 { box-sizing:content-box;height:21.0625rem;width:25.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:10.625rem;left:44.937501907349rem;display:block; }
#ZzmCtw6I9aXJqOtdophQDF950mtuyDdw { box-sizing:content-box;height:19.0625rem;width:13.375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e07bbf41-e0d9-4a1f-860d-e3fdb87a29da/2149142818min1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.625rem;left:41.500001907349rem;display:block; }#ZzmCtw6I9aXJqOtdophQDF950mtuyDdw.adaptive-delivery-prevent-bg, #ZzmCtw6I9aXJqOtdophQDF950mtuyDdw.lazyload, #ZzmCtw6I9aXJqOtdophQDF950mtuyDdw.lazyloading { background-image: none; }
#G0WAUMwwwgG3BwLuy8MitokTdD0diMzc { background-color:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.6875rem;left:52.687501907349rem;display:block; }
#QNazRLQOHFTuXTRBB3wanJMykvnQG1a3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FglvsSCzDo0UIXL3lcKE84hg5vCSKeQv { box-sizing:content-box;height:1.75rem;width:5.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.8125rem;left:51.937501907349rem;display:block; }
#EQJi6haMhMZtqG5UOWuVX9oc1DsCXbP4 { color:rgba(var(--color-primary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:12.9375rem;left:52.250001907349rem;height:1.50065rem;text-align:center;text-align-last:center;display:block; }
#xrWWrPLtqnvW20MikdTl9vJSH3EbusXD { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:17.375rem;left:56.187501907349rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DlRCHxiP0lm5pGHnKTDsS2koBf4wzVPL { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:21.25rem;left:56.187501907349rem;height:6.00260625rem;text-align:left;text-align-last:left;display:block; }
#sZ3E1eBwBG9SeL8iggiooNlpxK2fGDyT { position:absolute;display:block;z-index:15006;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:3.8125rem;width:3.3125rem;top:11.5rem;left:66.375rem;overflow:hidden;display:block; }
#SZTt5V2SFPOXZO7wMJUO3k1ZxZZFFbEb { position:absolute;display:block;z-index:15007;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:3.8125rem;width:3.3125rem;top:11.5rem;left:28.8125rem;overflow:hidden;display:block; }
#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v { position:relative;display:none; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v { border-width: 0; border-radius: 0; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HfO53oI8RxlsLoQIy6vBrJOr340k2XmW { box-sizing:content-box;height:19.0625rem;width:13.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fd3373ff-d796-4295-ba37-e4a6196fcc4d/buzkaspedzaczaszuroczymipsamiratowniczymiwschroniskumin.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.3125rem;left:4.8125rem;display:block; }#HfO53oI8RxlsLoQIy6vBrJOr340k2XmW.adaptive-delivery-prevent-bg, #HfO53oI8RxlsLoQIy6vBrJOr340k2XmW.lazyload, #HfO53oI8RxlsLoQIy6vBrJOr340k2XmW.lazyloading { background-image: none; }
#nZZ6TdkpcxKpTRTqy6gfyQOudryvfXtr { background-color:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.375rem;left:15.3125rem;display:block; }
#fozOKFB7TOx4nwbbaevWVCVpt6xdtHre { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IMUDDfaUuWfqdELpLLDgCT87cC1WP998 { box-sizing:content-box;height:21.0625rem;width:25.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.3125rem;left:7.5625rem;display:block; }
#ppoaUJdO70kVTh6D2etfm97BsuAAdNzk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:6.75rem;left:19.5rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yTpp4VLz3nUPQbs1s3Dt4wUTnaZDi9SD { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:10.625rem;left:19.5625rem;height:6.00260625rem;text-align:left;text-align-last:left;display:block; }
#Tfg7WVWzv4Xz3yxlcc7Xe7hlPLslt8VA { box-sizing:content-box;height:1.75rem;width:9.3125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.1875rem;left:15.375rem;display:block; }
#guIGZ9pTaFBNRyzw9yTfKfCfSQSP9IuI { color:rgba(var(--color-primary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:2.3125rem;left:15.375rem;height:1.50065rem;text-align:center;text-align-last:center;display:block; }
#hXFazq5AqHfyePecTubgiJXplTyUvIMb { box-sizing:content-box;height:21.0625rem;width:25.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.3125rem;left:44.937501907349rem;display:block; }
#Ci58JMmJhOCEHSG3HTmHRWgnM9nW8gXN { box-sizing:content-box;height:19.0625rem;width:13.375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d428f45a-d57b-496d-9818-b6b28def3c15/8488min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.3125rem;left:41.500001907349rem;display:block; }#Ci58JMmJhOCEHSG3HTmHRWgnM9nW8gXN.adaptive-delivery-prevent-bg, #Ci58JMmJhOCEHSG3HTmHRWgnM9nW8gXN.lazyload, #Ci58JMmJhOCEHSG3HTmHRWgnM9nW8gXN.lazyloading { background-image: none; }
#Q1S6iKMMwM8glevCTbkGMMVN4TLW3nxs { background-color:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.3125rem;left:52.687501907349rem;display:block; }
#wKCAoUmOMkn32bA3HzVZdnJG4pbvCtv1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DrZNpeQSb4HTksbmtasoULm56mcTzML5 { box-sizing:content-box;height:1.75rem;width:5.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.4375rem;left:51.937501907349rem;display:block; }
#bLgFwgzayJ4n0hhWNdf9yyAA9CVzT0NF { color:rgba(var(--color-primary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:2.5625rem;left:52.250001907349rem;height:1.50065rem;text-align:center;text-align-last:center;display:block; }
#eVkyyp5KOzXVh1LSRETFQpt0MkqEbTJe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.75rem;left:56.187501907349rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mXrLBZtCn93wylT6XBZUy36Keto4XLFI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:10.625rem;left:56.187501907349rem;height:6.00260625rem;text-align:left;text-align-last:left;display:block; }
#wxLK9UOs0NhRbhCJsWtq5J6Sw726s4Jq { position:absolute;display:block;z-index:15008;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:3.8125rem;width:3.3125rem;top:1.3124942779541rem;left:28.8125rem;overflow:hidden;display:block; }
#wntQff4qkeAXJktwmfGzy9wR5fk8dPW0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.3125rem;top:1.3125rem;left:66.375rem;overflow:hidden;display:block; }
#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb89495a-293e-40bc-8ec4-16ca3cc21fe2/WhatsAppImage20251211at162016.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW.adaptive-delivery-prevent-bg, #crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW.lazyload, #crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW.lazyloading { background-image: none; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container { background-color: transparent; background-image: none; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.83); }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container > .video-iframe-container { display: none; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.83); }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row > .video-iframe-container { display: none; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .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); }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container { border-width: 0; border-radius: 0; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;overflow:visible;position:relative;display:block; }#FG5LnPiMWO5FDXBzfPdgecBDtiAevXFe { box-sizing:content-box;height:33.375rem;width:44.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:7.625rem;left:30.5rem;display:block; }
#gfXJyGrQ2aCPO0CUzaITfx2kCgha7FHw { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.374350249767rem;left:2.4327259063721rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#ieFCfCvIUP8KpTVE0LEhorzf1NSHFqKQ { position:absolute;display:block;z-index:15005;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:10.686875rem;width:10.686875rem;top:9.694010436535rem;left:10.373266220092rem;overflow:hidden;display:block; }
#hUSHRu0irlLv07hOsXG4EhDlcw5QgJnq { color:rgba(var(--color-tertiary-0),1);display:block;width:28.624125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.249132812023rem;left:0.84092903137206rem;height:5.19856875rem;text-align:center;text-align-last:center;display:block; }
#DCOTK2Z3nsZSa38RstXntuMk8IfxlbLJ { box-sizing:content-box;height:33.125rem;width:44.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:7.625rem;left:0rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-form-header {  }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:28rem;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;text-align:left;text-align-last:left;vertical-align:top;font-style:normal;overflow:hidden; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .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(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:28rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-text {padding-top: 0; padding-bottom: 0;}#BTqbrs1QxItN78A0FygPOsFs0KxST02B .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(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:28rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-select { 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(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:28rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-select {padding-top: 0; padding-bottom: 0;}#BTqbrs1QxItN78A0FygPOsFs0KxST02B .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; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BTqbrs1QxItN78A0FygPOsFs0KxST02B .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:rgba(var(--color-primary-4),1);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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:28rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:26.75rem;overflow:hidden;font-style:normal;float:none; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .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; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-container:first-of-type{padding-top:0;}#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-container:last-of-type{padding-bottom:0;}#BTqbrs1QxItN78A0FygPOsFs0KxST02B  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.560330092907rem;left:37.497835159302rem; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28rem;display:block;vertical-align:top; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-info-text { display:block;height:auto;font-family:arial;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; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B {display:block;}#BTqbrs1QxItN78A0FygPOsFs0KxST02B { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.560330092907rem;left:37.497835159302rem; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B #DvGtEwDtMe823UNIWx05HuZIuyCEu0Nv { position:relative; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B #i6gAqKprLNJIvkyPaLvVA1ZnptHRmRrr { position:relative;display:block; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B #kc21Be4nzLTGwgB8ASmgG7E5AbHENcKz { position:relative; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B #fUVZ5pHITrgkm0qCQZDcIi0NWyuEil4a { position:relative; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B #gxN0Q7U6d9P5y2xdiqTT3F3BkLRIPnuS { position:relative;display:block; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B #AEHQRSsP6HdvQM5pMo47HhfHDSk5atHO { position:relative; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B #ymeR7xDn4lL3qCA0NIT605M4GxeTwDqT { position:relative; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B #FlLwo9FRSVO0D3VeWWxTlliVAuTTqCuE { position:relative;display:block; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B #aeNc7bD7EXAVTU2LnVDsgnD2vtS0xhTE { position:relative; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B #aWGozgRLZK1DpnRRccGL8sJdIZ91wUTI { position:relative; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B #Mwf38Ku1VS9aT50uMMse4CPeJKOwTFgv { position:relative; }
#TvQZXmCH9WFXhm9mKQ2hQ1Dy2O2T0kT9 { position:absolute;display:block;z-index:15006;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:6.311875rem;width:6.311875rem;top:48.123915374279rem;left:34.343534469604rem;overflow:hidden;display:block; }
#bbGZefLCG4M9JRTKQJWAZ3ctMrQa8vsx { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.723091781139rem;left:2.4327259063721rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { background-color: transparent; background-image: none; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container > .video-iframe-container { display: none; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row > .video-iframe-container { display: none; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .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); }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { border-width: 0; border-radius: 0; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;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) { #LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP { display:block; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGcddI38sbXl9AIM2B8NNttodp4SSnIP { top:18.5625rem;left:1.15625rem;width:45.4375rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnqva0Cnw74qslz42BSIBQCEvQ1xKb9d { top:18.75rem;left:1.625rem;width:44.5rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfVRppAcVuaBCxkpWqkoxuaPTL7RF922 { top:25.375rem;left:1.625rem;width:45.625rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU2keq0ZDHnfZmTTuuSgs7AfBibNh0rE { width:17.5rem;height:3.3125rem;top:37.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRxXuJSBPUWUsJFL3zsmeUiu2a0xR5v { display:block; }
 }@media only screen and (max-width: 763px) { #DkqPnV2FTPbUBGv60WZDTwC3sH4QD2AC { top:0rem;left:15.125rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H849lSkRfBuTiL5b5CrmfFkSVLpg8tlz { top:32.6875rem;left:2.96875rem;width:43.6875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFxM4PE71pcg1rMO6WlCOZlnggE8osct { display:block; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wX14W3ThDBOXCh4TT9h4XqJMulyew4SZ { top:7.25rem;left:7.4375rem;width:40.3125rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHb3yx71w0h3cboOdQdBwPT95cLXEebi { top:8.9375rem;left:0rem;width:25.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLsgIpsTXHQiNVRkutZNw56NRs3npx9I { top:13.25rem;left:0rem;width:25.625rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWw2Nl2ArM5TDfQKulZ2DNuZKKKMffET { top:22.4375rem;left:0rem;width:24.625rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHXTnhCztgRN7e84faZbxGQa8IDF4pMJ { width:17.5rem;height:3.4375rem;top:32.375rem;left:9.6250019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdHStlb2DUftAerISDJoLpoQrdCdwKr2 { display:block; }
 }@media only screen and (max-width: 763px) { #z8NqExvMQAiTBKRgcKx4we6ofwsTWEGf { top:7.25rem;left:0rem;width:29.1875rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic { display:block; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQautFIw3XZPPcuHOCnLLfHaFzoL3W13 { top:2.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbHCNzh0zURuM7xMGbrnqAlZQOsctl0A { top:13.875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB1HmMWdwNrxn7AQDBPXF81PmJPWrP1P { top:14.5rem;left:0rem;width:14.0625rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu3ny6woIf3awTuIDKXu6xHGt5nqbGv8 { top:13.125rem;left:0rem;width:21.25rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6RtOehKE8QCIbuHF5pFtPgcbI79TfkU { top:13.125rem;left:13.125rem;width:21.25rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqNlskHi0zeB0UbM5NzBT9DtRJvTgN7C { top:25.0625rem;left:0rem;width:21.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm8NNZToXwOP5Jo5GwlWX8H8i48QXlWZ { top:14.4375rem;left:19.749567031861rem;width:14.125rem;height:8.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxZN5uPlX85q8tH9ntKsFzrOtkwMVbgZ { top:25.0625rem;left:13.155599594116rem;width:21.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5FPTQ4f27hrNX4JsTTpwVw4trPK11cD { top:13.125rem;left:26.25rem;width:21.25rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxPzkQoLSGOpcHawFetaGBeIceQ1SP0 { top:25.0625rem;left:26.3125rem;width:21.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqbLdsXJXyzeKweD1mB0LUIfmGrVmrZh { top:14.5rem;left:32.4375rem;width:15.3125rem;height:8.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWIDO6nwSGhGqAup5IxG13T5QSdLs6VT { top:14.4375rem;left:14.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L11ZZVd3y57NwBlR6LspngKGv5HuHQJc { top:14.375rem;left:37rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #keXcfEqa34iSSEyMggn7SNCdtkCwcZEA { top:21.3125rem;left:21.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHGm1DG79dAiFhwNOf4dHiE8mUcGPCnf { top:7.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 { display:block; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZC8A6fFTqTxR48b08TZvkTs0CFR8PvX { top:24.75rem;left:0.8125rem;width:14.125rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJEK2cZ3T55UMkhOaKttx9VWhCzQ6RII { top:17.375rem;left:0rem;width:17.75rem;height:6.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUCJTImiFz3T5VxXsZlyhySQapCpTEJ { top:19.125rem;left:15.875rem;width:15.8125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzr8DOOVDgS1NQJ7OvVanbvqlRq2JGGf { top:23.5rem;left:16.0625rem;width:15.3125rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO9ZLfuxMTrwZGF2eBq4NEK9uE9GDmK3 { top:18rem;left:31.9375rem;width:15rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3KqfBGWEgUdu0P6mMhkuhp77lHm4haD { top:23.5625rem;left:31.9375rem;width:15.3125rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0LPxXWoImCmnNNM88rUIcGDtxEHdyd { top:16.1875rem;left:0rem;width:17.625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4eNh6kKskNQOPO9vmDVgRyruqBMnsz { top:16.1875rem;left:14.125rem;width:17.625rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACp2hgP0atmpbtr2T9MOadN6if6042Vr { top:16.1875rem;left:30rem;width:17.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk8qGgymfZqVQzAUVWiB8OTPHq1k1TTM { top:5.4375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkanmOSWQi1B3cKwcfTA3fXb96wV9U7n { top:10.375rem;left:5.4375019073486rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnwEUTvdVU9iOLWzDJib1DLlMQGHJTva { top:10.5rem;left:21.468751907349rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO5CqalU9FMLfhKC9WSZIq0LJql64e1I { top:10.3125rem;left:37.156038284302rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r { display:block; }#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvc37paBlctVW2QH25yBDylul3toTMG { top:2.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFuw6nwo65sfg80HBnVk7GdKUpkWSPAf { top:8.1875rem;left:0rem;width:12.6875rem;height:16.978572181398rem;display:block; }
 }@media only screen and (max-width: 763px) { #TazwuanO3vn3fKr1zDigvycOJgqEIF6T { top:8.25rem;left:5.0664081573486rem;width:12.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXAR6aaMuOmnhUPbzr6cpHTtwHfgn6if { top:27.5625rem;left:0rem;width:22.6875rem;height:16.828963743808rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAWw9eSdOHExZzcdePVXHGZThK4l9tm3 { top:8.25rem;left:35.125rem;width:12.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmpvJrf3TUdqCGTHN8qLZmGZRmSaUtvg { top:8.4375rem;left:19.628042221069rem;width:22.625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abQCCvwCSMKnDegkJs8CkZGqJZXs2VEM { top:27.5625rem;left:25.25rem;width:22.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfUAMAphLsTnQBvyxdzFDJFzvWfZalsN { top:46.375rem;left:0rem;width:22.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgPK1iCxrhRamT5qkGisTkP11q4Wa8Cm { top:46.375rem;left:25.25rem;width:22.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u264dkTaahNtoqWXq5OiyPlBiy8qOmJg { top:46.375rem;left:17.562067031861rem;width:12.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ETAavAxhkzOmuwoTtrt7daMO4TpK3O { top:27.75rem;left:17.593534469604rem;width:12.5625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 { display:block; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa7beIq20NqehUzlVqC3u76s1ORv7P8L { top:11.6875rem;left:0rem;width:13.375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZTxsDG6LAqSRpVpSEOAnr4GUQhu0rAT { width:17.5rem;height:3.4375rem;top:31.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6xEu7VAm6sOT20lcRfgLghVp0MkFZUR { display:block; }
 }@media only screen and (max-width: 763px) { #eF1OhG2gw1A0NhVRPLevDkS23nk3Jxk0 { top:10.6875rem;left:0rem;width:25.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE31UZei0whR3Nfl7ZwP3psbw499KrIo { top:17.125rem;left:5.875rem;width:11.0625rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFZMetdeDVBDOBEmfg4T9C37iN7n6Grr { top:21rem;left:5.9375rem;width:11.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOpCt0RyX8phzC2OmSNZ3ilfo5GJnCrC { top:12.5625rem;left:1.75rem;width:5.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H51Z1ncem644iPmsKX6GOU080HZf4m5S { top:12.6875rem;left:2.1875rem;width:5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCouFQJuGKxJp8d9Jwxtwzyg55UTwQCV { top:4.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfeJxPVFg2TlFs4Kb12ZruMTpNo8Tqw8 { top:10.625rem;left:22.5rem;width:25.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzmCtw6I9aXJqOtdophQDF950mtuyDdw { top:11.625rem;left:27.875001907349rem;width:13.375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0WAUMwwwgG3BwLuy8MitokTdD0diMzc { width:17.5rem;height:3.4375rem;top:31.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNazRLQOHFTuXTRBB3wanJMykvnQG1a3 { display:block; }
 }@media only screen and (max-width: 763px) { #FglvsSCzDo0UIXL3lcKE84hg5vCSKeQv { top:12.8125rem;left:38.312501907349rem;width:5.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQJi6haMhMZtqG5UOWuVX9oc1DsCXbP4 { top:12.9375rem;left:38.625001907349rem;width:5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrWWrPLtqnvW20MikdTl9vJSH3EbusXD { top:17.375rem;left:34.1875rem;width:13.5625rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlRCHxiP0lm5pGHnKTDsS2koBf4wzVPL { top:21.25rem;left:35.9375rem;width:11.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ3E1eBwBG9SeL8iggiooNlpxK2fGDyT { top:11.5rem;left:44.4375rem;width:3.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZTt5V2SFPOXZO7wMJUO3k1ZxZZFFbEb { top:11.5rem;left:15.1875rem;width:3.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v { display:block; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfO53oI8RxlsLoQIy6vBrJOr340k2XmW { top:1.3125rem;left:0rem;width:13.375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZZ6TdkpcxKpTRTqy6gfyQOudryvfXtr { width:17.5rem;height:3.4375rem;top:21.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fozOKFB7TOx4nwbbaevWVCVpt6xdtHre { display:block; }
 }@media only screen and (max-width: 763px) { #IMUDDfaUuWfqdELpLLDgCT87cC1WP998 { top:0.3125rem;left:0rem;width:25.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppoaUJdO70kVTh6D2etfm97BsuAAdNzk { top:6.75rem;left:5.875rem;width:12.4375rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTpp4VLz3nUPQbs1s3Dt4wUTnaZDi9SD { top:10.625rem;left:5.9375rem;width:11.8125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfg7WVWzv4Xz3yxlcc7Xe7hlPLslt8VA { top:2.1875rem;left:1.75rem;width:9.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guIGZ9pTaFBNRyzw9yTfKfCfSQSP9IuI { top:2.3125rem;left:1.75rem;width:9.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXFazq5AqHfyePecTubgiJXplTyUvIMb { top:0.3125rem;left:22.5rem;width:25.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci58JMmJhOCEHSG3HTmHRWgnM9nW8gXN { top:1.3125rem;left:27.875rem;width:13.375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1S6iKMMwM8glevCTbkGMMVN4TLW3nxs { width:17.5rem;height:3.4375rem;top:21.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKCAoUmOMkn32bA3HzVZdnJG4pbvCtv1 { display:block; }
 }@media only screen and (max-width: 763px) { #DrZNpeQSb4HTksbmtasoULm56mcTzML5 { top:2.4375rem;left:38.312501907349rem;width:5.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLgFwgzayJ4n0hhWNdf9yyAA9CVzT0NF { top:2.5625rem;left:38.625001907349rem;width:5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVkyyp5KOzXVh1LSRETFQpt0MkqEbTJe { top:6.75rem;left:35rem;width:12.75rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXrLBZtCn93wylT6XBZUy36Keto4XLFI { top:10.625rem;left:35.9375rem;width:11.8125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxLK9UOs0NhRbhCJsWtq5J6Sw726s4Jq { top:1.3125rem;left:15.1875rem;width:3.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wntQff4qkeAXJktwmfGzy9wR5fk8dPW0 { top:1.3125rem;left:44.4375rem;width:3.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW { display:block; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FG5LnPiMWO5FDXBzfPdgecBDtiAevXFe { top:7.625rem;left:3.25rem;width:44.5rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfXJyGrQ2aCPO0CUzaITfx2kCgha7FHw { top:25.3125rem;left:0rem;width:25.375rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieFCfCvIUP8KpTVE0LEhorzf1NSHFqKQ { top:9.6875rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSHRu0irlLv07hOsXG4EhDlcw5QgJnq { top:19.1875rem;left:0rem;width:28.5625rem;height:5.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCOTK2Z3nsZSa38RstXntuMk8IfxlbLJ { top:7.625rem;left:0rem;width:44.5rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-regular-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-text { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-text {padding-top: 0; padding-bottom: 0;}#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-textarea { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-select { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-select {padding-top: 0; padding-bottom: 0;}#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-button { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-checkbox-label { width:26.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B  { width:28rem;height:auto;top:11.5rem;left:17.25rem; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .radio-container { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B {display:block;}#BTqbrs1QxItN78A0FygPOsFs0KxST02B { width:28rem;height:auto;top:11.5rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #DvGtEwDtMe823UNIWx05HuZIuyCEu0Nv {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #i6gAqKprLNJIvkyPaLvVA1ZnptHRmRrr {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #kc21Be4nzLTGwgB8ASmgG7E5AbHENcKz {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #fUVZ5pHITrgkm0qCQZDcIi0NWyuEil4a {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #gxN0Q7U6d9P5y2xdiqTT3F3BkLRIPnuS {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #AEHQRSsP6HdvQM5pMo47HhfHDSk5atHO {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #ymeR7xDn4lL3qCA0NIT605M4GxeTwDqT {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #FlLwo9FRSVO0D3VeWWxTlliVAuTTqCuE {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #aeNc7bD7EXAVTU2LnVDsgnD2vtS0xhTE {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #aWGozgRLZK1DpnRRccGL8sJdIZ91wUTI {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #Mwf38Ku1VS9aT50uMMse4CPeJKOwTFgv {  }
 }@media only screen and (max-width: 763px) { #TvQZXmCH9WFXhm9mKQ2hQ1Dy2O2T0kT9 { top:48.0625rem;left:20.718534469604rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbGZefLCG4M9JRTKQJWAZ3ctMrQa8vsx { top:31.6875rem;left:0rem;width:25.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3FPZiGExEXlVMU6aTPVoxaL51JecSFh { display:block; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .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) { #LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP { display:block; }#LIrRBKSb7gwMTZGJfGJThmBJRmVdJClP > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGcddI38sbXl9AIM2B8NNttodp4SSnIP { width:20rem;height:5.85069375rem;top:18.705513000488rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnqva0Cnw74qslz42BSIBQCEvQ1xKb9d { width:20rem;height:6.9998125rem;top:18.268013000488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfVRppAcVuaBCxkpWqkoxuaPTL7RF922 { width:20rem;height:6.171875rem;top:27.422962188721rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU2keq0ZDHnfZmTTuuSgs7AfBibNh0rE { width:17.5rem;height:3.4375rem;top:34.935981750488rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRxXuJSBPUWUsJFL3zsmeUiu2a0xR5v { display:block; }
 }@media only screen and (max-width: 763px) { #DkqPnV2FTPbUBGv60WZDTwC3sH4QD2AC { width:19.375rem;height:19.375rem;top:0rem;left:0.62391501665116rem;display:block; }
 }@media only screen and (max-width: 763px) { #H849lSkRfBuTiL5b5CrmfFkSVLpg8tlz { width:20rem;height:3.8997375rem;top:40.123699188233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFxM4PE71pcg1rMO6WlCOZlnggE8osct { display:block; }#UFxM4PE71pcg1rMO6WlCOZlnggE8osct > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wX14W3ThDBOXCh4TT9h4XqJMulyew4SZ { width:20rem;height:15.061875rem;top:32.24827003479rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHb3yx71w0h3cboOdQdBwPT95cLXEebi { width:18.875rem;height:2.59874375rem;top:2.9375rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLsgIpsTXHQiNVRkutZNw56NRs3npx9I { width:18.936625rem;height:10.1236875rem;top:7.1864152103662rem;left:0.53059905767441rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWw2Nl2ArM5TDfQKulZ2DNuZKKKMffET { width:18.811875rem;height:10.1236875rem;top:19.216581359506rem;left:0.59353297948838rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHXTnhCztgRN7e84faZbxGQa8IDF4pMJ { width:17.5rem;height:3.4375rem;top:46.124134063721rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdHStlb2DUftAerISDJoLpoQrdCdwKr2 { display:block; }
 }@media only screen and (max-width: 763px) { #z8NqExvMQAiTBKRgcKx4we6ofwsTWEGf { width:20rem;height:32.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic { display:block; }#JKHHPBWg09HS0nt8T0iF7UTqHCuDdkic > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQautFIw3XZPPcuHOCnLLfHaFzoL3W13 { width:20rem;height:5.19748125rem;top:1.15234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbHCNzh0zURuM7xMGbrnqAlZQOsctl0A { display:flex;width:4.6875rem;height:4.6875rem;top:14.625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qB1HmMWdwNrxn7AQDBPXF81PmJPWrP1P { width:14.0625rem;height:10.1236875rem;top:15.3125rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu3ny6woIf3awTuIDKXu6xHGt5nqbGv8 { width:19.75rem;height:12.3125rem;top:13.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6RtOehKE8QCIbuHF5pFtPgcbI79TfkU { width:19.75rem;height:9.625rem;top:27.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqNlskHi0zeB0UbM5NzBT9DtRJvTgN7C { width:20rem;height:0.3125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm8NNZToXwOP5Jo5GwlWX8H8i48QXlWZ { width:14.1875rem;height:8.43640625rem;top:27.9375rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxZN5uPlX85q8tH9ntKsFzrOtkwMVbgZ { width:20rem;height:0.3125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5FPTQ4f27hrNX4JsTTpwVw4trPK11cD { width:19.75rem;height:10.125rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxPzkQoLSGOpcHawFetaGBeIceQ1SP0 { width:20rem;height:0.3125rem;top:48.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqbLdsXJXyzeKweD1mB0LUIfmGrVmrZh { width:15.3125rem;height:8.43640625rem;top:39.9375rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWIDO6nwSGhGqAup5IxG13T5QSdLs6VT { display:flex;width:3.5625rem;height:3.5625rem;top:28.8125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #L11ZZVd3y57NwBlR6LspngKGv5HuHQJc { display:flex;width:3.625rem;height:3.625rem;top:39.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #keXcfEqa34iSSEyMggn7SNCdtkCwcZEA { width:5.6875rem;height:5.6875rem;top:32.1375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHGm1DG79dAiFhwNOf4dHiE8mUcGPCnf { width:20rem;height:5.19965625rem;top:7.3394098281863rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 { display:block; }#JK2FcZPfrnerM9ffKRQvfByoJw7UgF66 > .row .container { width:20rem;height:89.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZC8A6fFTqTxR48b08TZvkTs0CFR8PvX { width:15.3125rem;height:13.11849375rem;top:19.4375rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJEK2cZ3T55UMkhOaKttx9VWhCzQ6RII { width:16.4375rem;height:6.8229375rem;top:11.6875rem;left:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUCJTImiFz3T5VxXsZlyhySQapCpTEJ { width:14.875rem;height:5.03689375rem;top:42.5625rem;left:2.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzr8DOOVDgS1NQJ7OvVanbvqlRq2JGGf { width:15.3125rem;height:13.11849375rem;top:48.5rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO9ZLfuxMTrwZGF2eBq4NEK9uE9GDmK3 { width:15.1248125rem;height:4.38585rem;top:71.5rem;left:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3KqfBGWEgUdu0P6mMhkuhp77lHm4haD { width:15.3125rem;height:10.4948rem;top:76.5625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0LPxXWoImCmnNNM88rUIcGDtxEHdyd { width:17.625rem;height:24.3125rem;top:9.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4eNh6kKskNQOPO9vmDVgRyruqBMnsz { width:17.625rem;height:20.6875rem;top:41.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACp2hgP0atmpbtr2T9MOadN6if6042Vr { width:17.625rem;height:17.5625rem;top:70.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk8qGgymfZqVQzAUVWiB8OTPHq1k1TTM { width:20rem;height:2.59874375rem;top:1.4991340637207rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkanmOSWQi1B3cKwcfTA3fXb96wV9U7n { display:flex;width:4.0625rem;height:4.0625rem;top:5.0683596134186rem;left:7.9687502980231rem; }
 }@media only screen and (max-width: 763px) { #SnwEUTvdVU9iOLWzDJib1DLlMQGHJTva { display:flex;width:4.3125rem;height:4.3125rem;top:36.936852455139rem;left:7.686632454395rem; }
 }@media only screen and (max-width: 763px) { #iO5CqalU9FMLfhKC9WSZIq0LJql64e1I { display:flex;width:4.5625rem;height:4.5625rem;top:64.874787330625rem;left:7.5000002980231rem; }
 }@media only screen and (max-width: 763px) { #VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r { display:block; }#VCUIqBmTKzhQMNFKGL7bI7zFlouRSV7r > .row .container { width:20rem;height:179.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvc37paBlctVW2QH25yBDylul3toTMG { width:20rem;height:2.59874375rem;top:1.15234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFuw6nwo65sfg80HBnVk7GdKUpkWSPAf { width:12.6875rem;height:16.978572181398rem;top:5.0010875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TazwuanO3vn3fKr1zDigvycOJgqEIF6T { width:12.625rem;height:16.875rem;top:23.22915rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXAR6aaMuOmnhUPbzr6cpHTtwHfgn6if { width:20rem;height:14.835450132283rem;top:75.590275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAWw9eSdOHExZzcdePVXHGZThK4l9tm3 { width:12.625rem;height:16.875rem;top:57.465275rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmpvJrf3TUdqCGTHN8qLZmGZRmSaUtvg { width:20rem;height:14.861614875261rem;top:41.35415rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abQCCvwCSMKnDegkJs8CkZGqJZXs2VEM { width:20rem;height:15rem;top:109.6753375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfUAMAphLsTnQBvyxdzFDJFzvWfZalsN { width:20rem;height:15rem;top:125.9253375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgPK1iCxrhRamT5qkGisTkP11q4Wa8Cm { width:20rem;height:15rem;top:160.3003375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u264dkTaahNtoqWXq5OiyPlBiy8qOmJg { width:12.625rem;height:16.875rem;top:142.1753375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ETAavAxhkzOmuwoTtrt7daMO4TpK3O { width:12.5625rem;height:16.75rem;top:91.6753375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 { display:none; }#dCdzF6NUHPAQsfgL4z1e0Jlb4XVvNqJ0 > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fa7beIq20NqehUzlVqC3u76s1ORv7P8L { width:17.5rem;height:7.4375rem;top:6.2249994277954rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZTxsDG6LAqSRpVpSEOAnr4GUQhu0rAT { width:17.5rem;height:3.4375rem;top:21.599993705749rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6xEu7VAm6sOT20lcRfgLghVp0MkFZUR { display:block; }
 }@media only screen and (max-width: 763px) { #eF1OhG2gw1A0NhVRPLevDkS23nk3Jxk0 { width:20rem;height:21.0625rem;top:5.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE31UZei0whR3Nfl7ZwP3psbw499KrIo { width:15.5625rem;height:1.65rem;top:15.368750572204rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFZMetdeDVBDOBEmfg4T9C37iN7n6Grr { width:17.5rem;height:3rem;top:17.224999427796rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOpCt0RyX8phzC2OmSNZ3ilfo5GJnCrC { width:5.8125rem;height:1.75rem;top:6.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #H51Z1ncem644iPmsKX6GOU080HZf4m5S { width:5rem;height:1.5rem;top:6.375rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCouFQJuGKxJp8d9Jwxtwzyg55UTwQCV { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfeJxPVFg2TlFs4Kb12ZruMTpNo8Tqw8 { width:20rem;height:21.0625rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzmCtw6I9aXJqOtdophQDF950mtuyDdw { width:17.5rem;height:7.4375rem;top:28.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0WAUMwwwgG3BwLuy8MitokTdD0diMzc { width:17.5rem;height:3.4375rem;top:44.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNazRLQOHFTuXTRBB3wanJMykvnQG1a3 { display:block; }
 }@media only screen and (max-width: 763px) { #FglvsSCzDo0UIXL3lcKE84hg5vCSKeQv { width:5.8125rem;height:1.75rem;top:28.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQJi6haMhMZtqG5UOWuVX9oc1DsCXbP4 { width:5rem;height:1.5rem;top:28.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrWWrPLtqnvW20MikdTl9vJSH3EbusXD { width:13.6875rem;height:3.298825rem;top:37.0625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlRCHxiP0lm5pGHnKTDsS2koBf4wzVPL { width:17.6875rem;height:3rem;top:40.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ3E1eBwBG9SeL8iggiooNlpxK2fGDyT { width:3.3125rem;height:3.75rem;top:6.2249994277954rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZTt5V2SFPOXZO7wMJUO3k1ZxZZFFbEb { width:3.3125rem;height:3.8125rem;top:28.749994277954rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v { display:none; }#zZSO5goa1OqT0H0oUkvhVuFXIvw5Sb6v > .row .container { width:20rem;height:48.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HfO53oI8RxlsLoQIy6vBrJOr340k2XmW { width:17.5rem;height:7.4375rem;top:2.625rem;left:1.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fd3373ff-d796-4295-ba37-e4a6196fcc4d/buzkaspedzaczaszuroczymipsamiratowniczymiwschroniskumin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HfO53oI8RxlsLoQIy6vBrJOr340k2XmW.adaptive-delivery-prevent-bg, #HfO53oI8RxlsLoQIy6vBrJOr340k2XmW.lazyload, #HfO53oI8RxlsLoQIy6vBrJOr340k2XmW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nZZ6TdkpcxKpTRTqy6gfyQOudryvfXtr { width:17.5rem;height:3.4375rem;top:18rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fozOKFB7TOx4nwbbaevWVCVpt6xdtHre { display:block; }
 }@media only screen and (max-width: 763px) { #IMUDDfaUuWfqdELpLLDgCT87cC1WP998 { width:20rem;height:21.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppoaUJdO70kVTh6D2etfm97BsuAAdNzk { width:17rem;height:1.65rem;top:11.0625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTpp4VLz3nUPQbs1s3Dt4wUTnaZDi9SD { width:17.5rem;height:4.5rem;top:13.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfg7WVWzv4Xz3yxlcc7Xe7hlPLslt8VA { width:9.8125rem;height:1.75rem;top:2.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guIGZ9pTaFBNRyzw9yTfKfCfSQSP9IuI { width:9.1875rem;height:1.5rem;top:2.75rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXFazq5AqHfyePecTubgiJXplTyUvIMb { width:20rem;height:21.0625rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci58JMmJhOCEHSG3HTmHRWgnM9nW8gXN { width:17.5rem;height:7.4375rem;top:25.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1S6iKMMwM8glevCTbkGMMVN4TLW3nxs { width:17.5rem;height:3.4375rem;top:41.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKCAoUmOMkn32bA3HzVZdnJG4pbvCtv1 { display:block; }
 }@media only screen and (max-width: 763px) { #DrZNpeQSb4HTksbmtasoULm56mcTzML5 { width:5.8125rem;height:1.75rem;top:25.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLgFwgzayJ4n0hhWNdf9yyAA9CVzT0NF { width:5rem;height:1.5rem;top:25.625rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVkyyp5KOzXVh1LSRETFQpt0MkqEbTJe { width:17.875rem;height:1.65rem;top:33.75rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXrLBZtCn93wylT6XBZUy36Keto4XLFI { width:17.6875rem;height:4.5rem;top:35.75rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxLK9UOs0NhRbhCJsWtq5J6Sw726s4Jq { width:3.3125rem;height:3.8125rem;top:25.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wntQff4qkeAXJktwmfGzy9wR5fk8dPW0 { width:3.3125rem;height:3.8125rem;top:2.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW { display:block; }#crJV6QnLvFGeqcoNLlXMzZNv4Ahui1bW > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FG5LnPiMWO5FDXBzfPdgecBDtiAevXFe { width:20rem;height:30.8125rem;top:31.500005722046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfXJyGrQ2aCPO0CUzaITfx2kCgha7FHw { width:16.936875rem;height:5.19965625rem;top:20.298398971557rem;left:1.5310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieFCfCvIUP8KpTVE0LEhorzf1NSHFqKQ { width:6.6875rem;height:6.6875rem;top:6.3749923706056rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSHRu0irlLv07hOsXG4EhDlcw5QgJnq { width:20rem;height:3.7380625rem;top:15.674987792969rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCOTK2Z3nsZSa38RstXntuMk8IfxlbLJ { width:19.75rem;height:28.9375rem;top:3.1125001907349rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-text {padding-top: 0; padding-bottom: 0;}#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-select {padding-top: 0; padding-bottom: 0;}#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B  { width:17.5rem;height:auto;top:32.25000667572rem;left:0rem; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BTqbrs1QxItN78A0FygPOsFs0KxST02B {display:block;}#BTqbrs1QxItN78A0FygPOsFs0KxST02B { width:17.5rem;height:auto;top:32.25000667572rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #DvGtEwDtMe823UNIWx05HuZIuyCEu0Nv {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #i6gAqKprLNJIvkyPaLvVA1ZnptHRmRrr {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #kc21Be4nzLTGwgB8ASmgG7E5AbHENcKz {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #fUVZ5pHITrgkm0qCQZDcIi0NWyuEil4a {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #gxN0Q7U6d9P5y2xdiqTT3F3BkLRIPnuS {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #AEHQRSsP6HdvQM5pMo47HhfHDSk5atHO {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #ymeR7xDn4lL3qCA0NIT605M4GxeTwDqT {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #FlLwo9FRSVO0D3VeWWxTlliVAuTTqCuE {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #aeNc7bD7EXAVTU2LnVDsgnD2vtS0xhTE {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #aWGozgRLZK1DpnRRccGL8sJdIZ91wUTI {  }
 }@media only screen and (max-width: 763px) { #BTqbrs1QxItN78A0FygPOsFs0KxST02B #Mwf38Ku1VS9aT50uMMse4CPeJKOwTFgv {  }
 }@media only screen and (max-width: 763px) { #TvQZXmCH9WFXhm9mKQ2hQ1Dy2O2T0kT9 { width:6.25rem;height:6.25rem;top:67.409941503906rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbGZefLCG4M9JRTKQJWAZ3ctMrQa8vsx { width:20rem;height:2.599825rem;top:26.74587059021rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3FPZiGExEXlVMU6aTPVoxaL51JecSFh { display:block; }#W3FPZiGExEXlVMU6aTPVoxaL51JecSFh > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }