.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container { background-color: transparent; background-image: none; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container > .video-iframe-container { display: none; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row > .video-iframe-container { display: none; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .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); }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container { border-width: 0; border-radius: 0; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row > .video-iframe-container {  }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#AIFPgBrBZWvU5IxZlPLJZ3Zv3rrNShV2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:25.062501907349rem;display:block; }
#KiXSkJoTHRKPSA5enDW0gitQyvktkJDx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i3mvp9Ac6PzpVAHN5TC7uXl2TAE2u76n { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0d25ae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625rem;left:33.562501907349rem;display:block; }
#OBNOmeteFDRzy9NgNvgtwOKBZGmDSAgT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyEkDcCkcTuvkyr38cSfNm8bcLC19wiz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:12.1875rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#anFQLymShyxfoXKaDsRXUODo2E28z1u1 { background-color:#ee2e24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.59375rem;left:43.750780105591rem;display:block; }
#y3zPkWCgAyzT0tK2SvxNQfTbxJD6OAJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zdPbTOmHvQ98nDziCal7ePfsi7tTlLzQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.4375rem;width:28rem;top:0rem;left:29.625001907349rem;overflow:hidden;display:block; }
#BsQfCMr7y2cmei5ccaMuvLrsoi6vlJ2s { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:6rem;top:0.875rem;left:15.64687538147rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/051b525e-9c57-412e-8843-4d3c50e6e1e2/landing_elementy_gora.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8c888ad-aa67-4e07-a608-6236cc446920/landing_elementy_fale_1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf.adaptive-delivery-prevent-bg, #TJT635Euqa8i6scq0hXkuMvyn98eqRuf.lazyload, #TJT635Euqa8i6scq0hXkuMvyn98eqRuf.lazyloading { background-image: none; }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf > .row .container { background-color: transparent; background-image: none; }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf > .row .container > .video-iframe-container { display: none; }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf > .row > .video-iframe-container { display: none; }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf > .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); }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf > .row .container { border-width: 0; border-radius: 0; }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf > .row > .video-iframe-container {  }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40237005-bd16-466b-b729-b7c766ab7dcd/landing_elementy_fale_new.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;z-index:auto;display:block; }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS.adaptive-delivery-prevent-bg, #QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS.lazyload, #QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS.lazyloading { background-image: none; }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row .container { background-color: transparent; background-image: none; }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row .container > .video-iframe-container { display: none; }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row > .video-iframe-container { display: none; }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .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); }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row .container { border-width: 0; border-radius: 0; }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row > .video-iframe-container {  }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#XtTToFkeUATkvxXqSabqMi6vra3WTToD { color:#eeeeee;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:3.8993rem;text-align:center;text-align-last:center;display:block; }
#JIy9T6rDLp5fu46ceyZT5fmvp5ZfERt2 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0EB4VBut7t94pvcPTiEMx4aSLQekScm { color:#eeeeee;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.07187461853rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oJmwVh65rIItzTOPh8XETz5pnGdH3rpB { color:#eeeeee;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:5.84895rem;text-align:center;text-align-last:center;display:block; }
#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e902ad79-762e-4d3b-9831-538018430a37/landing_elementy_fale_czerwienizielen2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE.adaptive-delivery-prevent-bg, #E5V1gveXA8aLhuGoMGXF6URtbMKdsniE.lazyload, #E5V1gveXA8aLhuGoMGXF6URtbMKdsniE.lazyloading { background-image: none; }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row .container { background-color: transparent; background-image: none; }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row .container > .video-iframe-container { display: none; }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row > .video-iframe-container { display: none; }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .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); }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row .container { border-width: 0; border-radius: 0; }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row > .video-iframe-container {  }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:60rem;position:relative;display:block; }#wKBnZ8VGWNU9Cxmp2HVOF4u6dkwVZbCn { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.1218852996825rem;left:15.906251907349rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZL8vCtcCk40hlRVstcOyi83sxOL0hag4 { box-sizing:content-box;color:#ee2e24;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:4.9968852996826rem;left:28.437501907349rem;display:block; }
#PepvShZpS6gt6V2C79v6kPOR5FvPBKTy { background-color:#ee2e24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.188291549682rem;left:27.937501907349rem;display:block; }
#Ugp5tf2LEtXxTM3M3R3gNe35Q7xrP39r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ee2e24;background-image:none;position:relative;display:block; }#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o > .row .container { background-color: transparent; background-image: none; }#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o > .row .container > .video-iframe-container { display: none; }#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o > .row > .video-iframe-container { display: none; }#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o > .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); }#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o > .row .container { border-width: 0; border-radius: 0; }#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o > .row > .video-iframe-container {  }#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;position:relative;display:block; }#x11BRQEuXev8KnPqpTLT7ceqoqt5WaOJ { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:15.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pv8ooB47xbxf71P258c3w69OTOvVBvS2 { color:#eeeeee;display:block;width:4.6875rem;position:absolute;font-family:dosis;font-size:9.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6250047683716rem;left:0.78125rem;height:11.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5ZZmk6bHUlCyl9etnUIECVzTllmGZL3 { color:#eeeeee;display:block;width:4.6875rem;position:absolute;font-family:dosis;font-size:4.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.25rem;left:5.78125rem;height:6.0125rem;font-style:normal;display:block; }
#DghGy4alA9hkPgkuCtIt5yavsRuvLLr8 { color:#eeeeee;display:block;width:4.6875rem;position:absolute;font-family:dosis;font-size:9.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.625rem;left:37.125001907349rem;height:11.78125rem;font-style:normal;display:block; }
#BPGPq2qWdXKuQVnTRKbbWp9wwkkVTfZr { color:#eeeeee;display:block;width:4.6875rem;position:absolute;font-family:dosis;font-size:4.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.25rem;left:42.125001907349rem;height:6.0125rem;font-style:normal;display:block; }
#F4Rn68mq6IHwdohP5D8JpF1XZhfkrZiq { color:#eeeeee;display:block;width:28.75rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.500000953674rem;left:0.78125rem;height:8.447925rem;display:block; }
#WciTWJJpTXntaHsLI6SLKT1xqdRXWr9V { color:#eeeeee;display:block;width:21.5rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.5rem;left:37.4375rem;height:6.33594375rem;display:block; }
#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo > .row .container { background-color: transparent; background-image: none; }#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo > .row .container > .video-iframe-container { display: none; }#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo > .row > .video-iframe-container { display: none; }#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo > .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); }#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo > .row .container { border-width: 0; border-radius: 0; }#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo > .row > .video-iframe-container {  }#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#vsdsvg1S7PqoP0cVa8HEHlBeZHAHNNPf { color:#ee2e24;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.60546875rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ee2e24;background-image:none;position:relative;display:block; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container { background-color: transparent; background-image: none; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container > .video-iframe-container { display: none; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row > .video-iframe-container { display: none; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .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); }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container { border-width: 0; border-radius: 0; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row > .video-iframe-container {  }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;position:relative;display:block; }#vOTQD0LvGDIzyop3Z5V4SiF375lhyNa4 { color:#eeeeee;display:block;width:33.8125rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:4.28125rem;left:11.84375rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#XS9N67pTe7gTGLzQcA3RtcibZM59JQiE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:15rem;left:0rem;overflow:hidden;display:block; }
#zWiZTNK98adHCzTBiINEQoF1i7Z5TFIA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:15rem;left:15rem;overflow:hidden;display:block; }
#QT2P8gTwvmPS4VaryhxIklMOqRsM66Uu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:15rem;left:30rem;overflow:hidden;display:block; }
#hzW5W1qH8vlVTuMh3CuK4AARMObUDEkq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:15rem;left:45rem;overflow:hidden;display:block; }
#oVGJhTFTcTtEZxigsZLPqoyT05aOTnr6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:4.9375rem;top:24.187501144596rem;left:9.03125rem;overflow:hidden;display:block; }
#FlnWD6hyAi43goV4GXsQqMOLhWMLHIwv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.875rem;top:24.187501144596rem;left:24.218751907349rem;overflow:hidden;display:block; }
#LRoctBPH9dLtVhWTQ3EOUI8Nl5cvOBDX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.875rem;top:24.187501144596rem;left:39.406251907349rem;overflow:hidden;display:block; }
#rMLT9dCvSWXp0l3XomcAbWmFBGCATgGS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.875rem;top:24.187501144596rem;left:54.156248092651rem;overflow:hidden;display:block; }
#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0dc8be;background-image:none;position:relative;display:block; }#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo > .row .container { background-color: transparent; background-image: none; }#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo > .row .container > .video-iframe-container { display: none; }#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo > .row > .video-iframe-container { display: none; }#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo > .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); }#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo > .row .container { border-width: 0; border-radius: 0; }#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo > .row > .video-iframe-container {  }#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:60rem;position:relative;display:block; }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0dc8be;background-image:none;position:relative;display:block; }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 > .row .container { background-color: transparent; background-image: none; }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 > .row .container > .video-iframe-container { display: none; }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 > .row > .video-iframe-container { display: none; }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 > .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); }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 > .row .container { border-width: 0; border-radius: 0; }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 > .row > .video-iframe-container {  }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#QEzm2T2BqzGsomslGktbTgZm1OingZRx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0dc8be;background-image:none;position:relative;display:block; }#QEzm2T2BqzGsomslGktbTgZm1OingZRx > .row .container { background-color: transparent; background-image: none; }#QEzm2T2BqzGsomslGktbTgZm1OingZRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEzm2T2BqzGsomslGktbTgZm1OingZRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEzm2T2BqzGsomslGktbTgZm1OingZRx > .row .container > .video-iframe-container { display: none; }#QEzm2T2BqzGsomslGktbTgZm1OingZRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEzm2T2BqzGsomslGktbTgZm1OingZRx > .row > .video-iframe-container { display: none; }#QEzm2T2BqzGsomslGktbTgZm1OingZRx > .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); }#QEzm2T2BqzGsomslGktbTgZm1OingZRx > .row .container { border-width: 0; border-radius: 0; }#QEzm2T2BqzGsomslGktbTgZm1OingZRx > .row > .video-iframe-container {  }#QEzm2T2BqzGsomslGktbTgZm1OingZRx > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #0dc8be, #054843);background-image: -moz-linear-gradient(179deg, #0dc8be, #054843);background-image: -ms-linear-gradient(179deg, #0dc8be, #054843);background-image: -o-linear-gradient(179deg, #0dc8be, #054843);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dc8be', endColorstr='#054843' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dc8be', endColorstr='#054843' );";background-image: linear-gradient(179deg, #0dc8be, #054843);background-size:auto !important;position:relative;display:block; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container { background-color: transparent; background-image: none; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container > .video-iframe-container { display: none; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row > .video-iframe-container { display: none; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .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); }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container { border-width: 0; border-radius: 0; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row > .video-iframe-container {  }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container { font-size:0.875rem;font-family:arial;height:80.375rem;width:60rem;position:relative;display:block; }#ifdniFpUsRnrMdomt5pFHl1FtT4OmnqI { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1125001907349rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbmNAbC2tSGGcWJWwy2bBue72cWc5AG1 { color:#ffffff;display:block;width:46rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.6492156982425rem;left:7.46875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-form-header {  }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:50.875rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:50.875rem;box-sizing:border-box;height:3.875rem;color:#0dc8be;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center;line-height:1.4; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:50.875rem;box-sizing:border-box;height:4.5625rem;color:#0dc8be;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center;line-height:1.4; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:50.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .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; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-button { background-color:#ee2e24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:18.3125rem;margin-bottom:0.25rem;margin-left:18.3125rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:400;color:#ffffff;width:14.1875rem;height:3.125rem;font-family:dosis;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 [class*="-text"]:-moz-placeholder { color:#0dc8be;font-family:"open sans";font-size:1.0625rem;text-align:center;text-align-last:center; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 [class*="-text"]::-moz-placeholder { color:#0dc8be;font-family:"open sans";font-size:1.0625rem;text-align:center;text-align-last:center; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 [class*="-text"]:-ms-input-placeholder { color:#0dc8be;font-family:"open sans";font-size:1.0625rem;text-align:center;text-align-last:center; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 [class*="-text"]::-webkit-input-placeholder { color:#0dc8be;font-family:"open sans";font-size:1.0625rem;text-align:center;text-align-last:center; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .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:dosis;line-height:1.1;font-size:0.9375rem;font-weight:300;color:#ffffff;vertical-align:top;width:49.625rem;overflow:hidden;font-style:normal;text-align:justify;text-align-last:initial; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .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; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-container:first-of-type{padding-top:0;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-container:last-of-type{padding-bottom:0;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.25rem;top:20.921875rem;z-index:100005;position:absolute; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:50.875rem;display:block;vertical-align:top; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 {display:block;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.25rem;top:20.921875rem;z-index:15005;position:absolute; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #uLeFFA0Eww8r5L8enzgvhotuNuTKg4Ap { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #lVBvNmcfK3ZkamIsife5DADGL1vOyZ82 { position:relative;display:none; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #iCGHESzk2PaSaHD63epGmDGxlI3HKtpO { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #vcX2kbinKn1zNlKV29tJ4AEh4NIS4sz1 { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #ctbO8mRTFRAum0Eu1sBdECnBWGTB2iPi { position:relative;display:none; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #Lxhy58VWS7x92DsUUPxXtiv38PAV2T0x { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #yPZ97GhShCz4xMF7PQ3TTIwl0ZVN6kVB { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #mxhrE5qSB2UuEX7BXPP8U7yDgz9C9Vqo { position:relative;display:none; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #y7gm6Kh1p6bpdaSXfngWB61FA1mbIAld { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #IGdZ0pCN1gQc9fcfC890Ubo6UWHgSZsz { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #iUkrSxR9nRD1HbtppuIBdREiEFdUi1Z4 { position:relative;display:none; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #kKvbrmXG9DtgSb8HJCL5n2ltnBQftfay { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #duXpLmwPsMEP63BX3ixi5Hv9yTEqXbTz { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #fFmLV18DhyTILxUwNlVZ0pLNd5CrTkT6 { position:relative;display:none; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #cMkktPLxwZBHWQdktPfSakfpZQ5rGF35 { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #a2xIfE0QnO63NEsPJi0qkQqz5mvQMBLS { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #T8aeOLNLJ1GWTTNpqoiOp6kFD5ha5E6A { position:relative;display:none; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #F4DNVy61ghkLGufMdTwTXB3e2RqwoQLF { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #PnNqbAMLioLxoPGhH2mCS1UAy1ucnGqG { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #iHkfkuRQPbnncZdEawW0Tfg0rJTRx5Ds { position:relative;z-index:2; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #zfapeoxPHzqdgVGX91vproidU8CB2dfN { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #gKHVePmyup4exe1Es64hTmFELCkHtWhd { position:relative; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #dS9TrVMSV88RkbgiUPg9R03OaoPMA842 { position:relative; }
#tCS64uoCpyor3mXgPw7HZCBqw99ku99P { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:69.375rem;left:17.062501907349rem;height:2.5989625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#h9BSdyVW4lpQkXvx8zLDcyyIANyGZTrO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:7.1875rem;top:74.875rem;left:26.406251907349rem;overflow:hidden;display:block; }
#ik3HIuhELc9L6qie3NdUc4oO89EiW1np { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:60rem;top:73.18750190735rem;left:0rem;overflow:hidden;display:block; }
#LqgfNRZqH1ApCzOw21Cx25BGDkGKFJ1Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:60rem;display:none; }
#IWmnDHMUymACB3oQyrlImW9LNfV4drBQ { color:#fff300;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.885936975479rem;left:20.687501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xCeha1h9rqDhddW6DrHAfFqNUpgULin9 { box-sizing:content-box;color:#fff300;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:14.535939216614rem;left:20.02499961853rem;display:block; }
#yKTG4dxWBpZs1SHReTRkmQ1ixDiOq5CT { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.192968750373rem;left:24.312501907349rem;height:2.1111125rem;display:block; }
#NaelROkFhFIlJ1LTBhTdTZHwTcTCls0W { background-color:#ee2e24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.25rem;left:32.875rem;display:block; }
#gDbe4Nbk36rCaKxRXriX0OcBWxtnpkFm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fqBw8G83TGWLxvUw1vtN1xfqtkdEGGry { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:18.25rem;left:21.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk { display:block; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIFPgBrBZWvU5IxZlPLJZ3Zv3rrNShV2 { width:6.5rem;height:2.1875rem;top:1.5625rem;left:18.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiXSkJoTHRKPSA5enDW0gitQyvktkJDx { display:block; }
 }@media only screen and (max-width: 763px) { #i3mvp9Ac6PzpVAHN5TC7uXl2TAE2u76n { width:6.5rem;height:2.1875rem;top:1.5625rem;left:27.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBNOmeteFDRzy9NgNvgtwOKBZGmDSAgT { display:block; }
 }@media only screen and (max-width: 763px) { #TyEkDcCkcTuvkyr38cSfNm8bcLC19wiz { width:12.1875rem;height:2.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anFQLymShyxfoXKaDsRXUODo2E28z1u1 { width:8.6875rem;height:2.125rem;top:1.5625rem;left:37.625780105591rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3zPkWCgAyzT0tK2SvxNQfTbxJD6OAJA { display:block; }
 }@media only screen and (max-width: 763px) { #zdPbTOmHvQ98nDziCal7ePfsi7tTlLzQ { width:28rem;height:37.4375rem;top:0rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsQfCMr7y2cmei5ccaMuvLrsoi6vlJ2s { width:6rem;height:2.8125rem;top:0.875rem;left:9.52187538147rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJT635Euqa8i6scq0hXkuMvyn98eqRuf { display:block; }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS { display:block; }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtTToFkeUATkvxXqSabqMi6vra3WTToD { width:47.75rem;height:3.875rem;top:5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIy9T6rDLp5fu46ceyZT5fmvp5ZfERt2 { top:0rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0EB4VBut7t94pvcPTiEMx4aSLQekScm { width:47.75rem;height:1.9375rem;top:10.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJmwVh65rIItzTOPh8XETz5pnGdH3rpB { width:47.75rem;height:5.8125rem;top:13.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5V1gveXA8aLhuGoMGXF6URtbMKdsniE { display:block; }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKBnZ8VGWNU9Cxmp2HVOF4u6dkwVZbCn { top:8.0625rem;left:9.7812519073488rem;width:28.1875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL8vCtcCk40hlRVstcOyi83sxOL0hag4 { width:3.125rem;height:3.125rem;top:4.9375rem;left:22.312501907349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PepvShZpS6gt6V2C79v6kPOR5FvPBKTy { width:4.125rem;height:2rem;top:11.1875rem;left:21.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugp5tf2LEtXxTM3M3R3gNe35Q7xrP39r { display:block; }
 }@media only screen and (max-width: 763px) { #EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o { display:block; }#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x11BRQEuXev8KnPqpTLT7ceqoqt5WaOJ { top:0rem;left:9.78125rem;width:28.1875rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv8ooB47xbxf71P258c3w69OTOvVBvS2 { width:4.6875rem;height:11.75rem;top:4.625rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5ZZmk6bHUlCyl9etnUIECVzTllmGZL3 { width:4.6875rem;height:6rem;top:9.25rem;left:0rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DghGy4alA9hkPgkuCtIt5yavsRuvLLr8 { width:4.6875rem;height:11.75rem;top:4.625rem;left:31.000001907349rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPGPq2qWdXKuQVnTRKbbWp9wwkkVTfZr { width:4.6875rem;height:6rem;top:9.25rem;left:36.000001907349rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Rn68mq6IHwdohP5D8JpF1XZhfkrZiq { width:28.75rem;height:8.4375rem;top:14.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WciTWJJpTXntaHsLI6SLKT1xqdRXWr9V { width:21.5rem;height:6.3125rem;top:14.5rem;left:26.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo { display:block; }#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsdsvg1S7PqoP0cVa8HEHlBeZHAHNNPf { width:47.75rem;height:3.375rem;top:0.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV { display:block; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOTQD0LvGDIzyop3Z5V4SiF375lhyNa4 { width:33.8125rem;height:7.75rem;top:4.25rem;left:5.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS9N67pTe7gTGLzQcA3RtcibZM59JQiE { width:15rem;height:15rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWiZTNK98adHCzTBiINEQoF1i7Z5TFIA { width:15rem;height:15rem;top:15rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT2P8gTwvmPS4VaryhxIklMOqRsM66Uu { width:15rem;height:15rem;top:15rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzW5W1qH8vlVTuMh3CuK4AARMObUDEkq { width:15rem;height:15rem;top:15rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVGJhTFTcTtEZxigsZLPqoyT05aOTnr6 { width:4.9375rem;height:4.875rem;top:24.1875rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlnWD6hyAi43goV4GXsQqMOLhWMLHIwv { width:4.875rem;height:4.8125rem;top:24.1875rem;left:18.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRoctBPH9dLtVhWTQ3EOUI8Nl5cvOBDX { width:4.875rem;height:4.8125rem;top:24.1875rem;left:33.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMLT9dCvSWXp0l3XomcAbWmFBGCATgGS { width:4.875rem;height:4.8125rem;top:24.1875rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo { display:block; }#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 { display:block; }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEzm2T2BqzGsomslGktbTgZm1OingZRx { display:block; }#QEzm2T2BqzGsomslGktbTgZm1OingZRx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER { display:block; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifdniFpUsRnrMdomt5pFHl1FtT4OmnqI { top:2.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbmNAbC2tSGGcWJWwy2bBue72cWc5AG1 { top:6.625rem;left:1.34375rem;width:46rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-button { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.5625rem; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-checkbox-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0  { width:20.4375rem;height:auto;top:9.6875rem;left:12.40625rem; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 {display:block;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 { width:20.4375rem;height:auto;top:9.6875rem;left:12.40625rem; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #uLeFFA0Eww8r5L8enzgvhotuNuTKg4Ap {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #lVBvNmcfK3ZkamIsife5DADGL1vOyZ82 { display:none; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #iCGHESzk2PaSaHD63epGmDGxlI3HKtpO {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #vcX2kbinKn1zNlKV29tJ4AEh4NIS4sz1 {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #ctbO8mRTFRAum0Eu1sBdECnBWGTB2iPi { display:none; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #Lxhy58VWS7x92DsUUPxXtiv38PAV2T0x {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #yPZ97GhShCz4xMF7PQ3TTIwl0ZVN6kVB {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #mxhrE5qSB2UuEX7BXPP8U7yDgz9C9Vqo { display:none; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #y7gm6Kh1p6bpdaSXfngWB61FA1mbIAld {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #IGdZ0pCN1gQc9fcfC890Ubo6UWHgSZsz {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #iUkrSxR9nRD1HbtppuIBdREiEFdUi1Z4 { display:none; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #kKvbrmXG9DtgSb8HJCL5n2ltnBQftfay {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #duXpLmwPsMEP63BX3ixi5Hv9yTEqXbTz {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #fFmLV18DhyTILxUwNlVZ0pLNd5CrTkT6 { display:none; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #cMkktPLxwZBHWQdktPfSakfpZQ5rGF35 {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #a2xIfE0QnO63NEsPJi0qkQqz5mvQMBLS {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #T8aeOLNLJ1GWTTNpqoiOp6kFD5ha5E6A { display:none; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #F4DNVy61ghkLGufMdTwTXB3e2RqwoQLF {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #PnNqbAMLioLxoPGhH2mCS1UAy1ucnGqG {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #iHkfkuRQPbnncZdEawW0Tfg0rJTRx5Ds {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #zfapeoxPHzqdgVGX91vproidU8CB2dfN {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #gKHVePmyup4exe1Es64hTmFELCkHtWhd {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #dS9TrVMSV88RkbgiUPg9R03OaoPMA842 {  }
 }@media only screen and (max-width: 763px) { #tCS64uoCpyor3mXgPw7HZCBqw99ku99P { width:25.875rem;height:2.5625rem;top:69.375rem;left:10.937501907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9BSdyVW4lpQkXvx8zLDcyyIANyGZTrO { width:7.1875rem;height:2.0625rem;top:74.875rem;left:20.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik3HIuhELc9L6qie3NdUc4oO89EiW1np { width:47.75rem;height:5.7200520833333rem;top:73.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqgfNRZqH1ApCzOw21Cx25BGDkGKFJ1Q { width:47.75rem;height:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWmnDHMUymACB3oQyrlImW9LNfV4drBQ { width:19.5625rem;height:1.25rem;top:14.875rem;left:14.562501907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCeha1h9rqDhddW6DrHAfFqNUpgULin9 { width:2rem;height:2rem;top:14.5rem;left:13.89999961853rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKTG4dxWBpZs1SHReTRkmQ1ixDiOq5CT { width:14rem;height:2.0625rem;top:18.1875rem;left:18.187501907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaelROkFhFIlJ1LTBhTdTZHwTcTCls0W { width:4.125rem;height:2rem;top:18.25rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDbe4Nbk36rCaKxRXriX0OcBWxtnpkFm { display:block; }
 }@media only screen and (max-width: 763px) { #fqBw8G83TGWLxvUw1vtN1xfqtkdEGGry { width:2rem;height:2rem;top:18.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk { position:relative;z-index:auto;display:block; }#NGQ3Ru2EDN5eqIhsXUbtVAVerWQPqwzk > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIFPgBrBZWvU5IxZlPLJZ3Zv3rrNShV2 { width:4.625rem;height:2.1875rem;top:7.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KiXSkJoTHRKPSA5enDW0gitQyvktkJDx { display:block; }
 }@media only screen and (max-width: 763px) { #i3mvp9Ac6PzpVAHN5TC7uXl2TAE2u76n { width:7.25rem;height:2.1875rem;top:7.875rem;left:6.3749998807906rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OBNOmeteFDRzy9NgNvgtwOKBZGmDSAgT { display:block; }
 }@media only screen and (max-width: 763px) { #TyEkDcCkcTuvkyr38cSfNm8bcLC19wiz { width:10.625rem;height:2.375rem;top:0.8125rem;left:4.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #anFQLymShyxfoXKaDsRXUODo2E28z1u1 { width:5.9375rem;height:1.8125rem;top:8.0625rem;left:14.062500357628rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ee2e24, #ee2e24);background-image: -moz-linear-gradient(115deg, #ee2e24, #ee2e24);background-image: -ms-linear-gradient(115deg, #ee2e24, #ee2e24);background-image: -o-linear-gradient(115deg, #ee2e24, #ee2e24);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2e24', endColorstr='#ee2e24' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2e24', endColorstr='#ee2e24' );";background-image: linear-gradient(115deg, #ee2e24, #ee2e24);background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3zPkWCgAyzT0tK2SvxNQfTbxJD6OAJA { display:block; }
 }@media only screen and (max-width: 763px) { #zdPbTOmHvQ98nDziCal7ePfsi7tTlLzQ { width:14.4375rem;height:19.3125rem;top:27.34375rem;left:2.1875001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsQfCMr7y2cmei5ccaMuvLrsoi6vlJ2s { width:5rem;height:2.4375rem;top:4.5625rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f4fa12e1-28a8-4223-9d8a-30b61c59a2e2/landing_elementy_mobile_gora4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJT635Euqa8i6scq0hXkuMvyn98eqRuf { display:none; }#TJT635Euqa8i6scq0hXkuMvyn98eqRuf > .row .container { width:20rem;height:9.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS { position:relative;z-index:auto;background-color:#10d3cb;background-image:none;display:block; }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row .container { background-color: transparent; background-image: none; }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row .container > .video-iframe-container { display: none; }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row > .video-iframe-container { display: none; }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .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); }#QRRaZSnEtS4eWUpI9eXA1suXJLJUN2sS > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtTToFkeUATkvxXqSabqMi6vra3WTToD { width:20rem;height:4.69375rem;top:4.7500004768372rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JIy9T6rDLp5fu46ceyZT5fmvp5ZfERt2 { width:20rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0EB4VBut7t94pvcPTiEMx4aSLQekScm { width:20rem;height:4.63125rem;top:11.661718845367rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oJmwVh65rIItzTOPh8XETz5pnGdH3rpB { width:20rem;height:6.2375rem;top:18.150000095367rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5V1gveXA8aLhuGoMGXF6URtbMKdsniE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e902ad79-762e-4d3b-9831-538018430a37/landing_elementy_fale_czerwienizielen2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE.adaptive-delivery-prevent-bg, #E5V1gveXA8aLhuGoMGXF6URtbMKdsniE.lazyload, #E5V1gveXA8aLhuGoMGXF6URtbMKdsniE.lazyloading { background-image: none; }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row .container { background-color: transparent; background-image: none; }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row .container > .video-iframe-container { display: none; }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row > .video-iframe-container { display: none; }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .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); }#E5V1gveXA8aLhuGoMGXF6URtbMKdsniE > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKBnZ8VGWNU9Cxmp2HVOF4u6dkwVZbCn { width:20rem;height:1.3rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL8vCtcCk40hlRVstcOyi83sxOL0hag4 { width:3.125rem;height:3.125rem;top:4.75rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PepvShZpS6gt6V2C79v6kPOR5FvPBKTy { width:4.125rem;height:2rem;top:10.424999880791rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugp5tf2LEtXxTM3M3R3gNe35Q7xrP39r { display:block; }
 }@media only screen and (max-width: 763px) { #EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o { display:block; }#EVNfWrmVKDFaxLzaOLKh2dSFT4RSFT4o > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x11BRQEuXev8KnPqpTLT7ceqoqt5WaOJ { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv8ooB47xbxf71P258c3w69OTOvVBvS2 { width:2.5625rem;height:6.5rem;top:7.2500009536744rem;left:8.0000003576281rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5ZZmk6bHUlCyl9etnUIECVzTllmGZL3 { width:4.6875rem;height:2.6rem;top:10.250000953674rem;left:11.062500357628rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DghGy4alA9hkPgkuCtIt5yavsRuvLLr8 { width:4.6875rem;height:6.5rem;top:23.000001147389rem;left:8.0000003576281rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPGPq2qWdXKuQVnTRKbbWp9wwkkVTfZr { width:4.6875rem;height:2.6rem;top:26.062501192093rem;left:10.937500357628rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Rn68mq6IHwdohP5D8JpF1XZhfkrZiq { width:20rem;height:6.8875rem;top:13.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WciTWJJpTXntaHsLI6SLKT1xqdRXWr9V { width:20rem;height:5.11875rem;top:28.500001907349rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo { display:block; }#NcvKrGUT52DVBQk1DxnIe6X04xqEqlJo > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsdsvg1S7PqoP0cVa8HEHlBeZHAHNNPf { width:20rem;height:1.95rem;top:1.0375003814698rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV { display:block; }#u9c2mRhxEQAim6Du0z3amsyxSWqQxVFV > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOTQD0LvGDIzyop3Z5V4SiF375lhyNa4 { width:20rem;height:8rem;top:2.3742198944092rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS9N67pTe7gTGLzQcA3RtcibZM59JQiE { width:9.3125rem;height:9.25rem;top:14.0625rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zWiZTNK98adHCzTBiINEQoF1i7Z5TFIA { width:9.4375rem;height:9.375rem;top:14.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT2P8gTwvmPS4VaryhxIklMOqRsM66Uu { width:9.5rem;height:9.375rem;top:23.0625rem;left:0.62413194444445rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzW5W1qH8vlVTuMh3CuK4AARMObUDEkq { width:9.5rem;height:9.3125rem;top:23.125rem;left:9.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oVGJhTFTcTtEZxigsZLPqoyT05aOTnr6 { width:4.9375rem;height:4.875rem;top:16.25rem;left:2.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlnWD6hyAi43goV4GXsQqMOLhWMLHIwv { width:4.875rem;height:4.8125rem;top:16.28125rem;left:12.218750357628rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LRoctBPH9dLtVhWTQ3EOUI8Nl5cvOBDX { width:4.875rem;height:4.8125rem;top:25.46875rem;left:2.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMLT9dCvSWXp0l3XomcAbWmFBGCATgGS { width:4.875rem;height:4.8125rem;top:25.46875rem;left:12.218750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo { display:block; }#ElI9c4OzpwOD2r5UptmX5LBpDuR8wQXo > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 { display:block; }#FoUzs8XNk2U8mIAcFE2ob6hIBucHoyB2 > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEzm2T2BqzGsomslGktbTgZm1OingZRx { display:block; }#QEzm2T2BqzGsomslGktbTgZm1OingZRx > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER { display:block; }#TpJ8FCvzd9g05n7MBdnmrD5VxWmJiSER > .row .container { width:20rem;height:98.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifdniFpUsRnrMdomt5pFHl1FtT4OmnqI { width:20rem;height:2.4375rem;top:0.71094322204588rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbmNAbC2tSGGcWJWwy2bBue72cWc5AG1 { width:17.375rem;height:7.96875rem;top:5.0859375rem;left:1.3125001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-form-header {  }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-text { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.375rem;box-sizing:border-box;height:4.125rem;color:#0dc8be;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top;line-height:2.9; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-textarea { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:17.375rem;box-sizing:border-box;height:4.375rem;color:#0dc8be;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top;line-height:2.9; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:17.375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .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; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-input-button { background-color:#ee2e24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:11.25rem;height:2.5rem;font-family:dosis;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal;line-height:1; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 [class*="-text"]:-moz-placeholder { color:#0dc8be;font-family:quicksand;font-size:0.9375rem; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 [class*="-text"]::-moz-placeholder { color:#0dc8be;font-family:quicksand;font-size:0.9375rem; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 [class*="-text"]:-ms-input-placeholder { color:#0dc8be;font-family:quicksand;font-size:0.9375rem; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 [class*="-text"]::-webkit-input-placeholder { color:#0dc8be;font-family:quicksand;font-size:0.9375rem; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:2.9;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.125rem;overflow:hidden;font-style:normal; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .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; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .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:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-container:first-of-type{padding-top:0;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-container:last-of-type{padding-bottom:0;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:26.92421913147rem;z-index:100001; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.375rem;display:block;vertical-align:top; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 {display:block;}#oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:26.92421913147rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #uLeFFA0Eww8r5L8enzgvhotuNuTKg4Ap {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #lVBvNmcfK3ZkamIsife5DADGL1vOyZ82 { display:none; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #iCGHESzk2PaSaHD63epGmDGxlI3HKtpO {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #vcX2kbinKn1zNlKV29tJ4AEh4NIS4sz1 {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #ctbO8mRTFRAum0Eu1sBdECnBWGTB2iPi { display:none; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #Lxhy58VWS7x92DsUUPxXtiv38PAV2T0x {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #yPZ97GhShCz4xMF7PQ3TTIwl0ZVN6kVB {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #mxhrE5qSB2UuEX7BXPP8U7yDgz9C9Vqo { display:none; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #y7gm6Kh1p6bpdaSXfngWB61FA1mbIAld {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #IGdZ0pCN1gQc9fcfC890Ubo6UWHgSZsz {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #iUkrSxR9nRD1HbtppuIBdREiEFdUi1Z4 { display:none; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #kKvbrmXG9DtgSb8HJCL5n2ltnBQftfay {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #duXpLmwPsMEP63BX3ixi5Hv9yTEqXbTz {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #fFmLV18DhyTILxUwNlVZ0pLNd5CrTkT6 { display:none; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #cMkktPLxwZBHWQdktPfSakfpZQ5rGF35 {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #a2xIfE0QnO63NEsPJi0qkQqz5mvQMBLS {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #T8aeOLNLJ1GWTTNpqoiOp6kFD5ha5E6A { display:none; }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #F4DNVy61ghkLGufMdTwTXB3e2RqwoQLF {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #PnNqbAMLioLxoPGhH2mCS1UAy1ucnGqG {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #iHkfkuRQPbnncZdEawW0Tfg0rJTRx5Ds {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #zfapeoxPHzqdgVGX91vproidU8CB2dfN {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #gKHVePmyup4exe1Es64hTmFELCkHtWhd {  }
 }@media only screen and (max-width: 763px) { #oTa1O9Wuwq4Kpibh7rWGCCWolJ3GKdW0 #dS9TrVMSV88RkbgiUPg9R03OaoPMA842 {  }
 }@media only screen and (max-width: 763px) { #tCS64uoCpyor3mXgPw7HZCBqw99ku99P { width:20rem;height:2.6rem;top:78.986719131469rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9BSdyVW4lpQkXvx8zLDcyyIANyGZTrO { width:7.1875rem;height:2.0625rem;top:89.936717987062rem;left:6.4062498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik3HIuhELc9L6qie3NdUc4oO89EiW1np { width:20rem;height:2.1875rem;top:63.311717987063rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqgfNRZqH1ApCzOw21Cx25BGDkGKFJ1Q { top:91.6875rem;left:0rem;width:20rem;height:6.5rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IWmnDHMUymACB3oQyrlImW9LNfV4drBQ { width:18.4375rem;height:1.05625rem;top:15.367968559265rem;left:0.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCeha1h9rqDhddW6DrHAfFqNUpgULin9 { width:1.625rem;height:1.625rem;top:15.111721038818rem;left:1.6250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKTG4dxWBpZs1SHReTRkmQ1ixDiOq5CT { width:14rem;height:2.1125rem;top:20.5625rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NaelROkFhFIlJ1LTBhTdTZHwTcTCls0W { width:4.125rem;height:2rem;top:23.67421913147rem;left:7.9375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDbe4Nbk36rCaKxRXriX0OcBWxtnpkFm { display:block; }
 }@media only screen and (max-width: 763px) { #fqBw8G83TGWLxvUw1vtN1xfqtkdEGGry { width:2rem;height:2rem;top:17.9375rem;left:9.0000003576281rem;display:block; }
 }