.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:210,225,255;--color-primary-1:120,164,254;--color-primary-2:30,103,253;--color-primary-3:21,96,218;--color-primary-4:6,21,51;--color-secondary-0:223,243,232;--color-secondary-1:147,215,178;--color-secondary-2:39,175,100;--color-secondary-3:20,88,50;--color-secondary-4:6,26,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:123,123,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28a08bc1-2246-432d-b8d1-c6335361304d/TLO_STRONY_v1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { background-color: transparent; background-image: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .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); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { border-width: 0; border-radius: 0; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#nLAz810WfCwBpGLWNFIKpa3RzZf7mywP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:16.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#b86wkPZ1ATfoUeOKNd6xfEQ6pZTaFdRg { color:rgba(var(--color-secondary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.48828125rem;left:27.9375rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTUzRK07aL41xOxH7unXAbIfubq1gGgK { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.5rem;top:0rem;left:23.34375rem;overflow:hidden;display:block; }
#eygUwEtyW6DZkKpDCGDvx0fExCh5uZa2 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.6875rem;top:0.65625rem;left:18.09375rem;overflow:hidden;display:block; }
#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { background-color: transparent; background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .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); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { border-width: 0; border-radius: 0; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#sTLsDdJ3Kl6K1E2FPLCt0v0P7g5ahced { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:17.5625rem;top:18.3125rem;left:12.1875rem;overflow:hidden;display:block; }
#v0euiBJhqFk7G3XVDJgScVJ5LhTgrm5M { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:31rem;top:6.875rem;left:4.5625rem;overflow:hidden;display:block; }
#Wa0Rsk5uesiP4Jh31a9N209I8bVogNEH { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.5605625rem;width:19.1855625rem;top:29.5rem;left:26.125rem;display:none; }
#qf2wHzL77xIEOLNZyqhivxgndTKTnF5W { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.2480625rem;width:18.9980625rem;top:26.8125rem;left:45.875rem;display:none; }
#CyTwK0BxZQuQey4w1w6gtBc6B9ltced3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:13.75rem;top:43.6875rem;left:43.4169921875rem;overflow:hidden;display:block; }
#ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.1875rem;width:25.9375rem;top:8.6875rem;left:48.125rem;display:block; }
#THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;height:34.9375rem;width:25.9375rem;top:10.3125rem;left:48.125rem;display:block; }
#ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { color:rgba(var(--color-tertiary-0),1);display:block;width:23.184375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.875rem;left:49.375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KybTgyEHsy2w9scQr28Dxtq1HddKxEQz { color:rgba(var(--color-tertiary-4),1);display:block;width:23.184375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.25rem;left:49.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-form-header {  }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.1;overflow:hidden;font-style:normal; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.3125rem;margin-bottom:0.25rem;margin-left:1.3125rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.375rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.3;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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:lato;font-size:0.75rem;font-weight:400;color:#031f59;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.625rem;left:48.812500953674rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:#031f59;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.625rem;left:48.812500953674rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE { position:relative;z-index:2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF { position:relative; }
#gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { box-sizing:content-box;height:2.5625rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:#ffdb00;background-image:none;top:17.1875rem;left:63.3125rem;display:block; }
#OSaHVmS61mxMXk4en97EqJgAStS28rUV { color:#373737;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:17.625rem;left:63.25rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:21.8125rem;left:55.375rem;overflow:hidden;display:block; }
#NHftmsTdyXaaxOWgkgIiU9ZSfr8zBB96 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:17.125rem;top:21.5625rem;left:26.875rem;overflow:hidden;display:block; }
#bTxrCUyoH4nfwCaeFe1ukXrMdACBSBT3 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:24.25rem;left:6.75rem;overflow:hidden;display:block; }
#zlC4VVvpWWzE4Qk6BagBibk6eNSMiPJE { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:13.8125rem;top:29.125rem;left:0rem;overflow:hidden;display:block; }
#rIeB1ekF3IQW3g4ONrxXUz8yskXJ5KI5 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.4375rem;top:20.3125rem;left:38.375rem;overflow:hidden;display:block; }
#x3r4RfsTTT8FU4X4mE7U7HVkuN1x9coE { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:24.75rem;top:23.3125rem;left:8.3125rem;overflow:hidden;display:block; }
#UecbH49WpAozekMeSOsb4aSlrC2A5y30 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.5625rem;top:19.75rem;left:3.8125rem;overflow:hidden;display:block; }
#ocSdeFUhrIwvmfE9LdIQcJT6hku1xT0h { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:0.875rem;left:31.6201171875rem;overflow:hidden;display:block; }
#JBJzs1JtsgwQPlgkJrOT7PSckQXhVWfr { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:11.875rem;top:6.875rem;left:40.125rem;overflow:hidden;display:block; }
#gw1s15WATyEKAwkXo2locpV7HP9lTwV8 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:42.9375rem;left:35.3125rem;overflow:hidden;display:block; }
#rNOpHcFyQH0mE5gvDL2kENKHg8eyQDND { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:40.6875rem;left:0rem;overflow:hidden;display:block; }
#cJRmMHsUmnrq9BmSrVPsJ760UssAdEkC { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:25.5rem;top:38.6875rem;left:22.1826171875rem;overflow:hidden;display:block; }
#l18de0gIzRTzPguut5gOV9mcowKSJsX3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container { background-color: transparent; background-image: none; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container > .video-iframe-container { display: none; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row > .video-iframe-container { display: none; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .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); }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container { border-width: 0; border-radius: 0; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#yWldIkRPEo7tZVVoWoT5iPLGwW8lokOx { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:23.375rem;top:2.6875rem;left:47rem;overflow:hidden;display:block; }
#cntsoh6wEzksl2UOKVR2MONaHyMSlTwf { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.125rem;top:14.3125rem;left:41.75rem;overflow:hidden;display:block; }
#dLmE8nzrTyETdp18P1EL0JPSrF7TFcSk { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.5rem;top:3.4375rem;left:64.9375rem;overflow:hidden;display:block; }
#SPQabR8DCamhg0AnNV8dpRp4TR2chQD5 { color:rgba(var(--color-secondary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.5625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h46plPazsvuAAL3zaiplpUMTnZvDGhvO { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:6.75rem;left:5.6875rem;height:5.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R79JkcGlS8lAtnZkLlHu8NJB0XJVTgHy { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:13.2744140625rem;left:9.75rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4UN24wQHCcw6vE55TUzuK0ARTEBbPvW { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:23.3125rem;top:18.625rem;left:13.15625rem;overflow:hidden;display:block; }
#IIzRl2vbp3aBkLZSO3OXtgzsZMpG7Cck { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:12.5625rem;top:23.3125rem;left:0.5625rem;overflow:hidden;display:block; }
#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { background-color: transparent; background-image: none; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container > .video-iframe-container { display: none; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row > .video-iframe-container { display: none; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .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); }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { border-width: 0; border-radius: 0; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#CG0i5PCM4TWocNit2PriJ2yb9BkmankD { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.48828125rem;left:18.84375rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafdff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container { background-color: transparent; background-image: none; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container > .video-iframe-container { display: none; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row > .video-iframe-container { display: none; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .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); }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container { border-width: 0; border-radius: 0; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#CcSiCKrTfc7IXQNyOpwTCtXq6VUc1WsI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5rem;width:36.25rem;top:3.974609375rem;left:38.75rem;display:block; }
#xbLmLKc1lE3Gy2NzlmxmcTiTdDBGHK3M { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:11.375rem;left:0rem;height:11.025rem;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:left;text-align-last:left;font-style:normal;display:block; }
#UIFDpfUSmiGrTbrXIT59DkE2A12WDtwx { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.5625rem;left:48.5625rem;display:block; }
#kysuE1RTqO2NHEFNvOW3CyFRZP5WJFJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBDbclDHQkONKMnTdXcm0EyvaTGf8tks { color:rgba(var(--color-primary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gd3TSKhyMfIWgr9XP47epCOzXAwUPm50 { color:rgba(var(--color-primary-3),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:7.25rem;left:0rem;height:3.15rem;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:left;text-align-last:left;font-style:normal;display:block; }
#ZzlQXX3NFGO9Uxhxrye6FXzS3y9yKPFK { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:27.25rem;left:0rem;height:7.875rem;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:left;text-align-last:left;font-style:normal;display:block; }
#TLhBG9VKPzUIvlnXJNAVkhBa2Xe9JaoA { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:3.15rem;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:left;text-align-last:left;font-style:normal;display:block; }
#yDnN6B1cWhBaZwdrWLI1bpqdVRem2K4k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:21.375rem;top:0rem;left:52.5126953125rem;overflow:hidden;display:block; }
#PZk2qV2n0uwAf4BDpfkqhlQVZKGrbTmX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.5625rem;top:34.25rem;left:33.71875rem;overflow:hidden;display:block; }
#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container { background-color: transparent; background-image: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container > .video-iframe-container { display: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row > .video-iframe-container { display: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .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); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container { border-width: 0; border-radius: 0; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#LLom5V8auxZ168TFH7suQRme1hUnsO4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.3125rem;left:30.5625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h8TxgnXqnAzSGdzPXW7DdemvMfu8Ihzk { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:19.6875rem;top:21.5rem;left:37.78125rem;overflow:hidden;display:block; }
#PLgPvbtUas575LZZCVdAx9smT35pw2An { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:47.6875rem;top:2.75rem;left:25rem;overflow:hidden;display:block; }
#ieQXRw8L8Mfks9KyDVfszDIACfDoJFQR { color:#002c7a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:13.625rem;left:10.5rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ke53AxcpaARrXT2wT9wqErPeHV7O7JHk { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.1875rem;top:5.375rem;left:2.625rem;overflow:hidden;display:block; }
#hTow6u6zUAJqDkgPaedKHTwkdCykOVe8 { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.0625rem;top:22.5625rem;left:21.125rem;overflow:hidden;display:block; }
#RcQf6uyvHOLc1Dt7ds6D7gR2MWZM7MW2 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:4.75rem;top:6.4375rem;left:68.9375rem;overflow:hidden;display:block; }
#cPMyqStF0qRC76kewtm4HiSRbn2DZHkl { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:17rem;top:22.8125rem;left:58rem;overflow:hidden;display:block; }
#Zv80ultfM972Of4qmRuqLK8L3m5MkL0v { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:19.4375rem;top:0rem;left:7.8125rem;overflow:hidden;display:block; }
#dnzG7AzUXztMpQ7lvryPhuV8vVFGO9ma { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:18.75rem;top:2.75rem;left:25rem;overflow:hidden;display:none; }
#RTbwg9LFWxZPAQJ4zJvmnKJffmCJJNAy { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.1875rem;top:5.375rem;left:2.625rem;overflow:hidden;display:none; }
#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.625rem;left:32.75rem; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.5rem;left:36.25rem; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:1.5rem;left:40.625rem; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.5rem;left:29.125rem; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.60546875rem;left:0rem;height:0.975rem;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;font-style:normal;display:block; }
#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/e6410e0c-cae6-4b61-a605-607bd03c7fa5/fotodolnev2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.adaptive-delivery-prevent-bg, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyload, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyloading { background-image: none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { border-width: 0; border-radius: 0; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:none; }#VUfCI3JKWMmXkRV5D2P15GvaZ6fCeV3r { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:31.1246875rem;width:31.1246875rem;top:64.624024391175rem;left:21.937393188476rem;display:none; }
#DFLr5n801XszVO4cK6KI6GBs0K93OIig { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#u1h5WdP1K5P3MeFWCa3fXE8FSrSKiUty { color:#0a49ca;display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.158203125rem;left:44.921875rem;height:3.0875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZDUB6bwks5JVA56ZdqAVDhAIZGbI1J4b { color:#0a49ca;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.21328163147rem;left:43.671875953674rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GSTKvL7zfPTpxTcPNFPX5hwITim5aVKc { color:#0a49ca;display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.84375rem;left:48.221875190735rem;height:3.575rem;text-align:right;text-align-last:right;display:block; }
#Ma9hlh8pe3CDa1GfdmhZhGTxXGtrLPoL { box-sizing:content-box;height:4.875rem;width:28.125rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:2.138671875rem;left:46.625rem;border-top:0.125rem solid #0a49ca;border-left:0.125rem solid #0a49ca;border-right:0.125rem solid #0a49ca;border-bottom:0.125rem solid #0a49ca;border-top-right-radius:7.8125rem;border-bottom-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-top-left-radius:7.8125rem;display:block; }
#H8nAWvgFl25ml1OEXIndeiASc2ZNlSrU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:22.375rem;top:15.16796875rem;left:52.625rem;overflow:hidden;display:block; }
#GE0x71L2lKPl05st0eG9zmMUrXocGWN7 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:28rem;width:72.1875rem;top:0rem;left:27.09375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn { display:block; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLAz810WfCwBpGLWNFIKpa3RzZf7mywP { width:16.5rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b86wkPZ1ATfoUeOKNd6xfEQ6pZTaFdRg { width:35.0625rem;height:2.25rem;top:1.4375rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTUzRK07aL41xOxH7unXAbIfubq1gGgK { width:9.5rem;height:4rem;top:0rem;left:9.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eygUwEtyW6DZkKpDCGDvx0fExCh5uZa2 { width:3.6875rem;height:3.9375rem;top:0.625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTLsDdJ3Kl6K1E2FPLCt0v0P7g5ahced { width:17.5625rem;height:31.25rem;top:18.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0euiBJhqFk7G3XVDJgScVJ5LhTgrm5M { width:31rem;height:16.3125rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wa0Rsk5uesiP4Jh31a9N209I8bVogNEH { width:19.125rem;height:18.5rem;top:29.5rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qf2wHzL77xIEOLNZyqhivxgndTKTnF5W { width:18.9375rem;height:18.1875rem;top:26.8125rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyTwK0BxZQuQey4w1w6gtBc6B9ltced3 { width:13.75rem;height:5.875rem;top:43.6875rem;left:29.7919921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { top:8.6875rem;left:21.8125rem;width:25.9375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { top:10.3125rem;left:21.8125rem;width:25.9375rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { top:9.875rem;left:24.625rem;width:23.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KybTgyEHsy2w9scQr28Dxtq1HddKxEQz { top:13.25rem;left:24.625rem;width:23.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:19.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.125rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:22.0625rem;height:auto;top:14.625rem;left:23.1875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:22.0625rem;height:auto;top:14.625rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5625rem;top:17.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { top:17.625rem;left:37.6875rem;width:10.0625rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { width:13.0625rem;height:13.0625rem;top:21.8125rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHftmsTdyXaaxOWgkgIiU9ZSfr8zBB96 { width:17.125rem;height:17.125rem;top:21.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxrCUyoH4nfwCaeFe1ukXrMdACBSBT3 { width:3.3125rem;height:3.3125rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlC4VVvpWWzE4Qk6BagBibk6eNSMiPJE { width:13.8125rem;height:13.8125rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIeB1ekF3IQW3g4ONrxXUz8yskXJ5KI5 { width:6.4375rem;height:6.8125rem;top:20.3125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3r4RfsTTT8FU4X4mE7U7HVkuN1x9coE { width:24.75rem;height:24.75rem;top:23.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UecbH49WpAozekMeSOsb4aSlrC2A5y30 { width:5.5625rem;height:5.9375rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocSdeFUhrIwvmfE9LdIQcJT6hku1xT0h { width:4.3125rem;height:4.3125rem;top:0.875rem;left:17.9951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBJzs1JtsgwQPlgkJrOT7PSckQXhVWfr { width:11.875rem;height:12.5625rem;top:6.875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw1s15WATyEKAwkXo2locpV7HP9lTwV8 { width:4.375rem;height:4.375rem;top:42.9375rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNOpHcFyQH0mE5gvDL2kENKHg8eyQDND { width:3.3125rem;height:3.3125rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJRmMHsUmnrq9BmSrVPsJ760UssAdEkC { width:25.5rem;height:9.25rem;top:38.6875rem;left:8.5576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l18de0gIzRTzPguut5gOV9mcowKSJsX3 { display:block; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWldIkRPEo7tZVVoWoT5iPLGwW8lokOx { width:23.375rem;height:23.375rem;top:2.6875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cntsoh6wEzksl2UOKVR2MONaHyMSlTwf { width:11.125rem;height:11.8125rem;top:14.3125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLmE8nzrTyETdp18P1EL0JPSrF7TFcSk { width:5.5rem;height:5.8125rem;top:3.4375rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPQabR8DCamhg0AnNV8dpRp4TR2chQD5 { width:44.5rem;height:2.25rem;top:3.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h46plPazsvuAAL3zaiplpUMTnZvDGhvO { width:38.25rem;height:5.75rem;top:6.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R79JkcGlS8lAtnZkLlHu8NJB0XJVTgHy { width:30.125rem;height:4.1875rem;top:13.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4UN24wQHCcw6vE55TUzuK0ARTEBbPvW { width:23.3125rem;height:6.8125rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIzRl2vbp3aBkLZSO3OXtgzsZMpG7Cck { width:12.5625rem;height:5.4375rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb { display:block; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG0i5PCM4TWocNit2PriJ2yb9BkmankD { width:35.0625rem;height:2.25rem;top:0.4375rem;left:5.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv { display:block; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcSiCKrTfc7IXQNyOpwTCtXq6VUc1WsI { width:36.25rem;height:24.5rem;top:3.9375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbLmLKc1lE3Gy2NzlmxmcTiTdDBGHK3M { top:11.375rem;left:0rem;width:35.0625rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIFDpfUSmiGrTbrXIT59DkE2A12WDtwx { width:16.625rem;height:3.75rem;top:30.5625rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kysuE1RTqO2NHEFNvOW3CyFRZP5WJFJe { display:block; }
 }@media only screen and (max-width: 763px) { #eBDbclDHQkONKMnTdXcm0EyvaTGf8tks { width:35.0625rem;height:2.25rem;top:3.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd3TSKhyMfIWgr9XP47epCOzXAwUPm50 { top:7.25rem;left:0rem;width:30.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzlQXX3NFGO9Uxhxrye6FXzS3y9yKPFK { top:27.25rem;left:0rem;width:35.0625rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLhBG9VKPzUIvlnXJNAVkhBa2Xe9JaoA { top:23.125rem;left:0rem;width:35.0625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDnN6B1cWhBaZwdrWLI1bpqdVRem2K4k { width:21.375rem;height:9.375rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZk2qV2n0uwAf4BDpfkqhlQVZKGrbTmX { width:10.5625rem;height:4.5rem;top:34.25rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ { display:block; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLom5V8auxZ168TFH7suQRme1hUnsO4Q { width:40rem;height:4.0625rem;top:16.3125rem;left:7.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8TxgnXqnAzSGdzPXW7DdemvMfu8Ihzk { width:19.6875rem;height:6.875rem;top:21.5rem;left:24.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLgPvbtUas575LZZCVdAx9smT35pw2An { width:47.6875rem;height:12.5625rem;top:2.75rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieQXRw8L8Mfks9KyDVfszDIACfDoJFQR { width:19.625rem;height:2.375rem;top:4.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ke53AxcpaARrXT2wT9wqErPeHV7O7JHk { width:10.1875rem;height:10.8125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTow6u6zUAJqDkgPaedKHTwkdCykOVe8 { width:6.0625rem;height:6.4375rem;top:22.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcQf6uyvHOLc1Dt7ds6D7gR2MWZM7MW2 { width:4.75rem;height:5.0625rem;top:6.4375rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPMyqStF0qRC76kewtm4HiSRbn2DZHkl { width:17rem;height:7.125rem;top:22.8125rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv80ultfM972Of4qmRuqLK8L3m5MkL0v { width:19.4375rem;height:29.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnzG7AzUXztMpQ7lvryPhuV8vVFGO9ma { width:18.75rem;height:11.375rem;top:2.75rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTbwg9LFWxZPAQJ4zJvmnKJffmCJJNAy { width:10.1875rem;height:10.8125rem;top:5.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:2.3125rem;height:2.3125rem;top:1.625rem;left:19.125rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2.625rem;height:2.625rem;top:1.5rem;left:22.625rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:2.625rem;height:2.625rem;top:1.5rem;left:27rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:2.5625rem;height:2.5625rem;top:1.5rem;left:15.5rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:0.9375rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 { display:none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VUfCI3JKWMmXkRV5D2P15GvaZ6fCeV3r { top:64.5625rem;left:8.3123931884762rem;width:31.0625rem;height:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFLr5n801XszVO4cK6KI6GBs0K93OIig { display:none; }
 }@media only screen and (max-width: 763px) { #u1h5WdP1K5P3MeFWCa3fXE8FSrSKiUty { width:28rem;height:3.0625rem;top:3.125rem;left:19.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDUB6bwks5JVA56ZdqAVDhAIZGbI1J4b { width:30.5rem;height:2.4375rem;top:7.1875rem;left:17.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSTKvL7zfPTpxTcPNFPX5hwITim5aVKc { width:26rem;height:3.5625rem;top:10.8125rem;left:21.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma9hlh8pe3CDa1GfdmhZhGTxXGtrLPoL { width:28.125rem;height:4.875rem;top:2.125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8nAWvgFl25ml1OEXIndeiASc2ZNlSrU { width:22.375rem;height:5.375rem;top:15.125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE0x71L2lKPl05st0eG9zmMUrXocGWN7 { width:47.75rem;height:28rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { background-color: transparent; background-image: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .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); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLAz810WfCwBpGLWNFIKpa3RzZf7mywP { width:12.125rem;height:3.4375rem;top:0rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b86wkPZ1ATfoUeOKNd6xfEQ6pZTaFdRg { width:20rem;height:1.4619125rem;top:4rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTUzRK07aL41xOxH7unXAbIfubq1gGgK { width:6rem;height:2.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eygUwEtyW6DZkKpDCGDvx0fExCh5uZa2 { width:2.625rem;height:2.8125rem;top:0.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/28a08bc1-2246-432d-b8d1-c6335361304d/TLO_STRONY_v1.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.adaptive-delivery-prevent-bg, #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.lazyload, #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.lazyloading { background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { background-color: transparent; background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .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); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { border-width: 0; border-radius: 0; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTLsDdJ3Kl6K1E2FPLCt0v0P7g5ahced { width:7.125rem;height:12.5625rem;top:9.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0euiBJhqFk7G3XVDJgScVJ5LhTgrm5M { width:16.875rem;height:8.5rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa0Rsk5uesiP4Jh31a9N209I8bVogNEH { width:16.749125rem;height:16.0623125rem;top:6.5625rem;left:1.6243489384651rem;display:none; }
 }@media only screen and (max-width: 763px) { #qf2wHzL77xIEOLNZyqhivxgndTKTnF5W { width:16.749125rem;height:16.0623125rem;top:42.249351501465rem;left:1.6243489384651rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyTwK0BxZQuQey4w1w6gtBc6B9ltced3 { width:6.75rem;height:3.0625rem;top:24.7568359375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { width:20rem;height:3.375rem;top:21.75rem;left:0rem;z-index:14997;background-color:#27af64;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { width:20rem;height:32.6875rem;top:23.375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { width:20rem;height:1.94921875rem;top:22.5rem;left:0rem;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KybTgyEHsy2w9scQr28Dxtq1HddKxEQz { width:20rem;height:1.625rem;top:25.5625rem;left:0rem;font-size:1.25rem;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.6875rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0.875rem;margin-bottom:0.25rem;margin-left:0.875rem;background-color:#000000;background-image:none;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;font-size:1.5rem;overflow:hidden;height:3.4375rem;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:17.5rem;height:auto;top:27.4375rem;left:0rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:17.5rem;height:auto;top:27.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:28.9375rem;left:8.6875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { width:9.4355625rem;height:1.5rem;top:29.4375rem;left:8.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { width:3.6875rem;height:3.6875rem;top:60.375rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHftmsTdyXaaxOWgkgIiU9ZSfr8zBB96 { width:7.625rem;height:7.625rem;top:9.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxrCUyoH4nfwCaeFe1ukXrMdACBSBT3 { width:3.3125rem;height:3.3125rem;top:82.8359375rem;left:-1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlC4VVvpWWzE4Qk6BagBibk6eNSMiPJE { width:7.8125rem;height:7.8125rem;top:9.9375rem;left:0.5rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #rIeB1ekF3IQW3g4ONrxXUz8yskXJ5KI5 { width:6.4375rem;height:6.8125rem;top:59.5rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3r4RfsTTT8FU4X4mE7U7HVkuN1x9coE { width:13.9375rem;height:13.9375rem;top:10.57421875rem;left:3.03125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #UecbH49WpAozekMeSOsb4aSlrC2A5y30 { width:2.4375rem;height:2.5625rem;top:8.07421875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocSdeFUhrIwvmfE9LdIQcJT6hku1xT0h { width:3.8125rem;height:3.8125rem;top:27.375rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBJzs1JtsgwQPlgkJrOT7PSckQXhVWfr { width:11.875rem;height:12.5625rem;top:6.875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gw1s15WATyEKAwkXo2locpV7HP9lTwV8 { width:4.375rem;height:4.375rem;top:117.9609375rem;left:12.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNOpHcFyQH0mE5gvDL2kENKHg8eyQDND { width:3.3125rem;height:3.3125rem;top:78.3984375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJRmMHsUmnrq9BmSrVPsJ760UssAdEkC { width:20rem;height:7.2549019607844rem;top:38.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l18de0gIzRTzPguut5gOV9mcowKSJsX3 { display:block; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWldIkRPEo7tZVVoWoT5iPLGwW8lokOx { width:14.9375rem;height:14.9375rem;top:2.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cntsoh6wEzksl2UOKVR2MONaHyMSlTwf { width:4.5rem;height:4.8125rem;top:12.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLmE8nzrTyETdp18P1EL0JPSrF7TFcSk { width:3.125rem;height:3.3125rem;top:2.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPQabR8DCamhg0AnNV8dpRp4TR2chQD5 { width:17.4375rem;height:3.0859375rem;top:18.75rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h46plPazsvuAAL3zaiplpUMTnZvDGhvO { width:16.625rem;height:5.25rem;top:22.75rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R79JkcGlS8lAtnZkLlHu8NJB0XJVTgHy { width:20rem;height:2.761725rem;top:29rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4UN24wQHCcw6vE55TUzuK0ARTEBbPvW { width:15.875rem;height:4.5625rem;top:32.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIzRl2vbp3aBkLZSO3OXtgzsZMpG7Cck { width:12.5625rem;height:5.4375rem;top:23.3125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb { display:block; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG0i5PCM4TWocNit2PriJ2yb9BkmankD { width:20rem;height:1.38125rem;top:0.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv { display:block; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcSiCKrTfc7IXQNyOpwTCtXq6VUc1WsI { height:11.24025rem;width:20rem;top:22.72265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbLmLKc1lE3Gy2NzlmxmcTiTdDBGHK3M { width:20rem;height:13.125rem;top:8.185546875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UIFDpfUSmiGrTbrXIT59DkE2A12WDtwx { width:11.8125rem;height:3.0625rem;top:49.5rem;left:4.09375rem;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kysuE1RTqO2NHEFNvOW3CyFRZP5WJFJe { display:block; }
 }@media only screen and (max-width: 763px) { #eBDbclDHQkONKMnTdXcm0EyvaTGf8tks { width:16.375rem;height:3.0859375rem;top:1.3642578125rem;left:1.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gd3TSKhyMfIWgr9XP47epCOzXAwUPm50 { width:18.625rem;height:2.3984375rem;top:5.1767578125rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZzlQXX3NFGO9Uxhxrye6FXzS3y9yKPFK { width:20rem;height:9.1875rem;top:38.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TLhBG9VKPzUIvlnXJNAVkhBa2Xe9JaoA { width:20rem;height:2.3984375rem;top:35.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yDnN6B1cWhBaZwdrWLI1bpqdVRem2K4k { width:20rem;height:8.7719298245612rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZk2qV2n0uwAf4BDpfkqhlQVZKGrbTmX { width:10.5625rem;height:4.5rem;top:34.25rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28a08bc1-2246-432d-b8d1-c6335361304d/TLO_STRONY_v1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ.adaptive-delivery-prevent-bg, #bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ.lazyload, #bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ.lazyloading { background-image: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container { background-color: transparent; background-image: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container > .video-iframe-container { display: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row > .video-iframe-container { display: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .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); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLom5V8auxZ168TFH7suQRme1hUnsO4Q { width:15.0625rem;height:3.89941875rem;top:13.7880859375rem;left:2.5rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h8TxgnXqnAzSGdzPXW7DdemvMfu8Ihzk { width:19.0625rem;height:6.5rem;top:35.4375rem;left:0.5rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #PLgPvbtUas575LZZCVdAx9smT35pw2An { width:15.625rem;height:4.25rem;top:1.1875rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieQXRw8L8Mfks9KyDVfszDIACfDoJFQR { width:20rem;height:0;top:10.83203125rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ke53AxcpaARrXT2wT9wqErPeHV7O7JHk { width:5.8125rem;height:6.125rem;top:19.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTow6u6zUAJqDkgPaedKHTwkdCykOVe8 { width:4.3125rem;height:4.5625rem;top:32rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcQf6uyvHOLc1Dt7ds6D7gR2MWZM7MW2 { width:4.75rem;height:5.0625rem;top:6.4375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPMyqStF0qRC76kewtm4HiSRbn2DZHkl { width:17rem;height:7.125rem;top:22.8125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zv80ultfM972Of4qmRuqLK8L3m5MkL0v { width:12.3125rem;height:18.875rem;top:17.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnzG7AzUXztMpQ7lvryPhuV8vVFGO9ma { width:18.5625rem;height:11.0625rem;top:1.9375rem;left:0.71875rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RTbwg9LFWxZPAQJ4zJvmnKJffmCJJNAy { width:4.0625rem;height:4.25rem;top:1.125rem;left:14.75rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:#ffffff;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.375rem;left:7.5rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.1875rem;left:10.6875rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:14rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.375rem;left:4rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:2rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61cdf8f2-c7bc-4bfc-b4b2-ac45be281fed/fotodolnemobilev2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.adaptive-delivery-prevent-bg, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyload, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyloading { background-image: none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { border-width: 0; border-radius: 0; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { width:20rem;height:51.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VUfCI3JKWMmXkRV5D2P15GvaZ6fCeV3r { width:20rem;height:22rem;top:0rem;left:0rem;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFLr5n801XszVO4cK6KI6GBs0K93OIig { top:0rem;left:0rem;width:19.9375rem;height:4.9375rem;z-index:14997;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #u1h5WdP1K5P3MeFWCa3fXE8FSrSKiUty { width:20rem;height:2.03125rem;top:2.08203125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDUB6bwks5JVA56ZdqAVDhAIZGbI1J4b { width:13.5625rem;height:4.0625rem;top:4.87890625rem;left:3.21875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSTKvL7zfPTpxTcPNFPX5hwITim5aVKc { width:20rem;height:2.4375rem;top:9.78125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ma9hlh8pe3CDa1GfdmhZhGTxXGtrLPoL { width:17.375rem;height:3.3125rem;top:1.31640625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8nAWvgFl25ml1OEXIndeiASc2ZNlSrU { width:17.8125rem;height:3.8125rem;top:12.7265625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE0x71L2lKPl05st0eG9zmMUrXocGWN7 { width:20rem;height:31.9375rem;top:0rem;left:0rem;display:none; }
 }