.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); }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT { 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; }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row .container { background-color: transparent; background-image: none; }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row .container > .video-iframe-container { display: none; }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row > .video-iframe-container { display: none; }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .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); }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row .container { border-width: 0; border-radius: 0; }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#eG0t5ncRF8dwyKFrUs932oCBtAzILnh5 { 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:3.4375rem;width:16.875rem;top:1.1241320371627rem;left:29.062501907349rem;overflow:hidden;display:block; }
#WwuDdAZ8gSIK8uTWsNHC3wQxoZmZDQqE { 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.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ea748af-e8b0-4996-87ff-224088e6c462/BANER_TLO.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC.adaptive-delivery-prevent-bg, #Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC.lazyload, #Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC.lazyloading { background-image: none; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row .container { background-color: transparent; background-image: none; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row .container > .video-iframe-container { display: none; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row > .video-iframe-container { display: none; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .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); }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row .container { border-width: 0; border-radius: 0; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#RpLg5cGzBu0NRGaP1gOLkyhOgobZVSpk { 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; }
#wZQBpqiTlDDuBFMfpck5TnvKNBhfNH5e { 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; }
#g9ZD5HXVnIcN2IhTmaqDWHohu9goSldS { position:absolute;display:block;z-index:14999;background-color:#ffff00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.75rem;width:28.1875rem;top:4.1875rem;left:44.875rem;display:block; }
#PTzObnOFFmeeP8PHHKvbvfG0yc0EwVL0 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: 0rem 0rem 2.125rem rgba(83,44,44,0.43) ;height:38.25rem;width:28.1875rem;top:7.5rem;left:44.875rem;display:block; }
#LbzXWCTfAne4rpcp1fgETknGfOs3tSny { color:#000f7f;display:block;width:25.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6rem;left:46.1875rem;height:3.00636875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cT3N1VsE2QocETomi8ORiPUbTLFWVc8N { color:#000f7f;display:block;width:23.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:47.25rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-form-header {  }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#000f7f;width:22.1875rem;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.4;overflow:hidden;font-style:normal; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .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.1875rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-text {padding-top: 0; padding-bottom: 0;}#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .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.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .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.1875rem;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; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-select {padding-top: 0; padding-bottom: 0;}#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .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; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-button { border-top-left-radius:29.9375rem;border-top-right-radius:29.9375rem;border-bottom-left-radius:29.9375rem;border-bottom-right-radius:29.9375rem;background-color:#000f7f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.3125rem;margin-bottom:0.25rem;margin-left:4.3125rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:13.5rem;height:4.625rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:.7;text-align:center;text-align-last:center; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .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:21.125rem;overflow:hidden;font-style:normal;line-height:1.5; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .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; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .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; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-container:first-of-type{padding-top:0;}#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-container:last-of-type{padding-bottom:0;}#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;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:12.06015586853rem;left:46.685936927796rem; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.1875rem;display:block;vertical-align:top; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .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; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG {display:block;}#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;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:12.06015586853rem;left:46.685936927796rem; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #gKkVKm9aeTuvggOilVqOLkknE97Qugyl { position:relative; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #t7K5tZicgGn74eVEAa5PuaMCaJbRDg4U { position:relative;display:block; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #xnGurlbsIx4r0TJPdhD5mLS5sE2xfuZi { position:relative; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #FlM2hMLI2lwC4mR9AXVH6SQXZdq8iGzz { position:relative; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #CVFAyNO4yiQdFrIDOb5ZbzTzb2mT68ll { position:relative;display:block; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #aMRF4LrxKZPRSKEi4EtXy5WSKyRPmz3b { position:relative; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #WxDe5gGxguUh0uufJi1hok9yLadxU3gc { position:relative; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #etlMm43hMrhxN2kz1po5hqWxUJgRQ4kx { position:relative;display:block; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #P1GPoMpIsEANTTvaL1ZK4X6l6Xb5d5AE { position:relative; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #LqaV8mdKW9iTQiRts2Bn07ivISu5gPQl { position:relative; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #S9l4TeaKR9My5HPRrSXb265mqhdAqr2Q { position:relative;display:block; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #VdXBHfqnro6CbpAZZubRHzQIeq8UOQqm { position:relative; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #yBrPiKXwqDvEU3zzaMF3HHNBmHpn5rXs { position:relative; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #TMeKJCpWVXQsO8XhMA2cVADD2hQf3P6C { position:relative;z-index:2; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #qO2e9WIdHVCqJN36nuFpodJiGfz4uB5u { position:relative; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #J9k5NkNGlxayTaWzWhGCzTt3mUAScPgL { position:relative;display:block;z-index:15000; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #egaKCEaB7DvTZaFOmK9TvfAWDBaksFw0 { position:relative;display:block;z-index:15000; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #Mc2R3Wox73OyT2KTRUbyRFVTMCZ7FNJX { position:relative; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #zHVgF2HCMCKq0UnbVDNc9b2LzgSKpIk4 { position:relative; }
#ofdkRU5IFHqVUcvCNMiTJN02pDlnD7KC { box-sizing:content-box;height:2.5625rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:#ffdb00;background-image:none;top:14.624568939209rem;left:59.186925888061rem;display:block; }
#QBGwd5qASvkEUJz5R1qbSbvleOWh0yUf { 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:14.999279022217rem;left:59.124715805054rem;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; }
#XBrhyUfm3tBTUwKFqfy6DsUs689H7hLM { 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:19.375rem;left:51.25rem;overflow:hidden;display:block; }
#kqSCC5q0uxQLl5WcqhUhSvBTCFFhnb9B { 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.2480625rem;width:25.4980625rem;top:35.12912607193rem;left:18.504774093628rem;overflow:hidden;display:none; }
#AbxW8CdQz4FiDigl4BZkVAPzGlJx0WZC { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.186625rem;width:34.124375rem;top:17.75rem;left:8.0625rem;overflow:hidden;display:block; }
#Wvi3fOOW9dScQUQbrSOn2AzV4Okm8qfk { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.2480625rem;width:18.061rem;top:1.4375rem;left:2.4375rem;overflow:hidden;display:block; }
#OunTQku92Ow3FIqCNEACMGWbnFucErx9 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:23.4375rem;top:9.9375rem;left:20.5rem;overflow:hidden;display:block; }
#iWt694avSplsgMSIgiLeCJN42yuyxRbT { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7rem;top:1.4375rem;left:2.4375rem;overflow:hidden;display:none; }
#zhzOAy2mtHVDEeARiMnmUhOKq5Syv029 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#d3FqJ8XkNGesatllfSVf5a547Q4Z0B58 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#nVFSU6Ut4cMXH5f78icrFnldJ74gDTON { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#XRFTISJeQaKkeTikEflvSEerqAWDXCfP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bb1975b4-febc-4760-bcb8-adcc70913e2e/BANER_TLO_pilka_v3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP.adaptive-delivery-prevent-bg, #XRFTISJeQaKkeTikEflvSEerqAWDXCfP.lazyload, #XRFTISJeQaKkeTikEflvSEerqAWDXCfP.lazyloading { background-image: none; }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row .container { background-color: transparent; background-image: none; }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row .container > .video-iframe-container { display: none; }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row > .video-iframe-container { display: none; }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .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); }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row .container { border-width: 0; border-radius: 0; }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#Wq1Q8TcHfDoTWoW2BGgcgLlCATxVhwbE { color:#000f7f;display:block;width:57.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:6.36935710907rem;left:12.248987197876rem;height:4.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DJD1Wc9UKBMHUXVhzxSx8N2XhbDTaqVO { position:absolute;display:block;z-index:15035;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.6869375rem;width:20.2495625rem;top:11.875rem;left:11.4375rem;overflow:hidden;display:block; }
#dx6cioqVMpbksdC2nTJCUXu3MAGWd4Tg { position:absolute;display:block;z-index:15036;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:8.8744375rem;width:8.8744375rem;top:19.75rem;left:22.875rem;overflow:hidden;display:block; }
#rHraiCKM594zAT258TqqGIIBnrIlb4Rq { position:absolute;display:block;z-index:15041;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.6875rem;width:19.75rem;top:12.998265266419rem;left:32.060766220093rem;overflow:hidden;display:block; }
#HR7LSg16eTmiKR2DFGDCECiBaLDI1GAx { position:absolute;display:block;z-index:15047;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.6875rem;width:19.75rem;top:13rem;left:53.375rem;overflow:hidden;display:block; }
#SyF9TNfTDnOvPrPpD0hswtrMmQVTyDPb { 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:9.3120625rem;width:9.3120625rem;top:20.169125556946rem;left:43.872106552124rem;overflow:hidden;display:block; }
#HqIcHm1Fl5Xadh0wPTmmkDCG4qTTq0Ta { 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:9.3113125rem;width:9.3113125rem;top:19.75rem;left:65.75rem;overflow:hidden;display:block; }
#bRUnTBmAxCpNnGgMZUbOQ5HTXE9t0NWH { color:#202121;display:block;width:15.873875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15056;line-height:1.6;letter-spacing:0;top:28.5625rem;left:12.9375rem;height:2.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VFEPSIe0aWOKAcv1VoFiyR3VHm8QanFp { color:#202121;display:block;width:12.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.6;letter-spacing:0;top:28.997975349426rem;left:32.683595657349rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWwZabmn6QvkaleDWTtkcx0VvNu9KZbU { color:#202121;display:block;width:15.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:29rem;left:53.375rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTonwa0znb62pldAfxLqIEXFbBDfrLwK { position:absolute;display:block;z-index:15035;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:15.625rem;width:15.625rem;top:8.1875rem;left:2rem;overflow:hidden;display:none; }
#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0091ff;background-image:url("https://images.assets-landingi.com/uc/5ea748af-e8b0-4996-87ff-224088e6c462/BANER_TLO.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt.adaptive-delivery-prevent-bg, #FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt.lazyload, #FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt.lazyloading { background-image: none; }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt > .row .container { background-color: transparent; background-image: none; }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt > .row .container > .video-iframe-container { display: none; }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt > .row > .video-iframe-container { display: none; }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt > .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); }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt > .row .container { border-width: 0; border-radius: 0; }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#Uivv6RCkC7zsrPD1uxbFPNbuLcdaiOrX { color:#000f7f;display:block;width:47.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:10.812211990356rem;left:24.812067031861rem;height:4.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ItNc4hAOXzbquUGFxUeUV55byT6dcBkr { background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:#000f7f;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:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.79154125rem;height:5.60387875rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:26.561778545379rem;left:31.312356948852rem;display:block; }
#FDWSScQfD0lpJ45iXrO3eWIkhwbTHEI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zh8HrAdJnepKTDeRJGfTXwH6eN4T8wnx { color:#000f7f;display:block;width:44.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.624856948852rem;left:27.374277114868rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9u8diwUzIEL9Mp0N7NzAcAFJTUBTLTs { box-sizing:content-box;height:15.625rem;width:55.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6869163513181rem;left:17.749567031861rem;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;display:block; }
#aM29aOO5CU4e2y54lc93I280PkV9qGNI { color:#000f7f;display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.9516067504883rem;left:11.024087905884rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#H7QDynsC2uThWgpwVJmWEMK0b9D7Q2A7 { box-sizing:content-box;height:14.3125rem;width:70.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9314231872559rem;left:2.40234375rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:none; }
#SP0k1n91cFeV7rZBqHfLUOySCTBQqTOc { background-color:#ff3300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:6.1875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:16.738498687744rem;left:26.684030532837rem;display:none; }
#WxST6MlNgOLP5yJHcswg4iykPsv4EbCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srRRlDPC1XALx1un40Kb9cHsW3BDBFRW { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4371875rem;width:24.68675rem;top:4.4661464691162rem;left:1.2335052490234rem;overflow:hidden;display:block; }
#nVoFinrfC6vA6A0iK623ARSR7vLZ1iAC { box-sizing:content-box;height:2.6875rem;width:8.5rem;position:absolute;display:block;z-index:15042;background-color:#ff4d88;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:20.290075778961rem;left:56.401914596558rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:block; }
#lH8RZS3MPkHbtTM09valNTwxQnA9QTkx { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.49840927124rem;left:28.279081344604rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lemsniw68pxrCxAs8c6LgIxOiUTkeRIA { color:#ffffff;display:block;width:7.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:20.558013916016rem;left:57.370374679566rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA { border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;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; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row .container { background-color: transparent; background-image: none; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row .container > .video-iframe-container { display: none; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row > .video-iframe-container { display: none; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .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); }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row .container { border-width: 0; border-radius: 0; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row .container { font-size:0.875rem;font-family:arial;height:36.67129625rem;width:75rem;position:relative;display:block; }#AEchCubU44EgnTW7RADUZFcek7y9mCC1 { color:#0a49ca;display:block;width:31.9371875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:7.3083057403562rem;left:36.841726303101rem;height:6.9875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6I7gOChznP84we7kuP6I9IAtgUTibTh { color:#0a49ca;display:block;width:31.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:15.186632156372rem;left:36.872831344604rem;height:14.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVqHzHmFW3LrL7lP2HXTh1CymcrIPbmd { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1248125rem;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:22.622833251953rem;left:38.873697280884rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MMFczhKv3D91DG3MuaVGxhoTWETZZmBA { 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:23.3745625rem;width:23.3745625rem;top:4.521484375rem;left:33.853082656861rem;overflow:hidden;display:none; }
#WwyITlQTPoqhSr60WblPh3fHXeTcD0f5 { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.187375rem;width:30.6235625rem;top:3.25rem;left:3.9375rem;overflow:hidden;display:block; }
#CMudAToFumg7ywSZZE7HwwiiDU1DTB5X { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8110625rem;width:8.5619375rem;top:22.999137878418rem;left:26.044561386108rem;overflow:hidden;display:block; }
#oeK1V6lbyMzfJwLMoXnSMdRCtQpIIVIM { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.062375rem;width:7.81175rem;top:4rem;left:5.375rem;overflow:hidden;display:block; }
#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.97511875rem;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) { #Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT { display:block; }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eG0t5ncRF8dwyKFrUs932oCBtAzILnh5 { width:16.875rem;height:3.4375rem;top:1.0625rem;left:15.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwuDdAZ8gSIK8uTWsNHC3wQxoZmZDQqE { width:35.0625rem;height:2.25rem;top:1.4375rem;left:12.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC { display:block; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpLg5cGzBu0NRGaP1gOLkyhOgobZVSpk { width:19.125rem;height:18.5rem;top:29.5rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZQBpqiTlDDuBFMfpck5TnvKNBhfNH5e { width:18.9375rem;height:18.1875rem;top:26.8125rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9ZD5HXVnIcN2IhTmaqDWHohu9goSldS { top:4.1875rem;left:19.5625rem;width:28.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTzObnOFFmeeP8PHHKvbvfG0yc0EwVL0 { top:7.5rem;left:19.5625rem;width:28.125rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbzXWCTfAne4rpcp1fgETknGfOs3tSny { top:6rem;left:22.3125rem;width:25.4375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT3N1VsE2QocETomi8ORiPUbTLFWVc8N { top:9.125rem;left:24.625rem;width:23.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-regular-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-text { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-text {padding-top: 0; padding-bottom: 0;}#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-textarea { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-select { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-select {padding-top: 0; padding-bottom: 0;}#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.3125rem; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-checkbox-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG  { width:22.1875rem;height:auto;top:12rem;left:23.0625rem; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .radio-container { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG {display:block;}#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG { width:22.1875rem;height:auto;top:12rem;left:23.0625rem; }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #gKkVKm9aeTuvggOilVqOLkknE97Qugyl {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #t7K5tZicgGn74eVEAa5PuaMCaJbRDg4U { display:block; }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #xnGurlbsIx4r0TJPdhD5mLS5sE2xfuZi {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #FlM2hMLI2lwC4mR9AXVH6SQXZdq8iGzz {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #CVFAyNO4yiQdFrIDOb5ZbzTzb2mT68ll { display:block; }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #aMRF4LrxKZPRSKEi4EtXy5WSKyRPmz3b {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #WxDe5gGxguUh0uufJi1hok9yLadxU3gc {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #etlMm43hMrhxN2kz1po5hqWxUJgRQ4kx { display:block; }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #P1GPoMpIsEANTTvaL1ZK4X6l6Xb5d5AE {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #LqaV8mdKW9iTQiRts2Bn07ivISu5gPQl {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #S9l4TeaKR9My5HPRrSXb265mqhdAqr2Q {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #VdXBHfqnro6CbpAZZubRHzQIeq8UOQqm {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #yBrPiKXwqDvEU3zzaMF3HHNBmHpn5rXs {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #TMeKJCpWVXQsO8XhMA2cVADD2hQf3P6C {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #qO2e9WIdHVCqJN36nuFpodJiGfz4uB5u {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #J9k5NkNGlxayTaWzWhGCzTt3mUAScPgL {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #egaKCEaB7DvTZaFOmK9TvfAWDBaksFw0 {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #Mc2R3Wox73OyT2KTRUbyRFVTMCZ7FNJX {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #zHVgF2HCMCKq0UnbVDNc9b2LzgSKpIk4 {  }
 }@media only screen and (max-width: 763px) { #ofdkRU5IFHqVUcvCNMiTJN02pDlnD7KC { width:10rem;height:2.5rem;top:14.5625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBGwd5qASvkEUJz5R1qbSbvleOWh0yUf { top:14.9375rem;left:37.75rem;width:10rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBrhyUfm3tBTUwKFqfy6DsUs689H7hLM { width:13rem;height:13rem;top:19.375rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqSCC5q0uxQLl5WcqhUhSvBTCFFhnb9B { width:25.4375rem;height:9.2260966825911rem;top:35.125rem;left:4.8797740936279rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbxW8CdQz4FiDigl4BZkVAPzGlJx0WZC { width:34.0625rem;height:30.131534875564rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvi3fOOW9dScQUQbrSOn2AzV4Okm8qfk { width:18rem;height:19.183077828148rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OunTQku92Ow3FIqCNEACMGWbnFucErx9 { width:23.375rem;height:11.842964308191rem;top:9.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWt694avSplsgMSIgiLeCJN42yuyxRbT { width:7rem;height:4.25rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhzOAy2mtHVDEeARiMnmUhOKq5Syv029 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3FqJ8XkNGesatllfSVf5a547Q4Z0B58 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVFSU6Ut4cMXH5f78icrFnldJ74gDTON { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRFTISJeQaKkeTikEflvSEerqAWDXCfP { display:block; }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wq1Q8TcHfDoTWoW2BGgcgLlCATxVhwbE { top:6.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJD1Wc9UKBMHUXVhzxSx8N2XhbDTaqVO { width:20.1875rem;height:16.63635884864rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx6cioqVMpbksdC2nTJCUXu3MAGWd4Tg { width:8.8125rem;height:8.8125rem;top:19.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHraiCKM594zAT258TqqGIIBnrIlb4Rq { width:19.75rem;height:16.687201537999rem;top:12.9375rem;left:18.435766220092rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR7LSg16eTmiKR2DFGDCECiBaLDI1GAx { width:19.6875rem;height:16.634393938195rem;top:13rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyF9TNfTDnOvPrPpD0hswtrMmQVTyDPb { width:9.25rem;height:9.25rem;top:20.125rem;left:30.247106552124rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqIcHm1Fl5Xadh0wPTmmkDCG4qTTq0Ta { width:9.25rem;height:9.25rem;top:19.75rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRUnTBmAxCpNnGgMZUbOQ5HTXE9t0NWH { top:28.5625rem;left:0rem;width:15.8125rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFEPSIe0aWOKAcv1VoFiyR3VHm8QanFp { top:28.9375rem;left:19.058595657349rem;width:12.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWwZabmn6QvkaleDWTtkcx0VvNu9KZbU { top:29rem;left:32.4375rem;width:15.3125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTonwa0znb62pldAfxLqIEXFbBDfrLwK { width:15.625rem;height:15.625rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt { display:block; }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uivv6RCkC7zsrPD1uxbFPNbuLcdaiOrX { top:10.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItNc4hAOXzbquUGFxUeUV55byT6dcBkr { width:34.75rem;height:5.5625rem;top:26.5rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDWSScQfD0lpJ45iXrO3eWIkhwbTHEI5 { display:block; }
 }@media only screen and (max-width: 763px) { #Zh8HrAdJnepKTDeRJGfTXwH6eN4T8wnx { top:15.5625rem;left:3.625rem;width:44.125rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9u8diwUzIEL9Mp0N7NzAcAFJTUBTLTs { width:47.75rem;height:15.625rem;top:9.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aM29aOO5CU4e2y54lc93I280PkV9qGNI { top:21.8125rem;left:0rem;width:13.625rem;height:3.625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7QDynsC2uThWgpwVJmWEMK0b9D7Q2A7 { width:47.75rem;height:14.3125rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SP0k1n91cFeV7rZBqHfLUOySCTBQqTOc { width:24.3125rem;height:6.1875rem;top:16.6875rem;left:13.059030532837rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxST6MlNgOLP5yJHcswg4iykPsv4EbCD { display:block; }
 }@media only screen and (max-width: 763px) { #srRRlDPC1XALx1un40Kb9cHsW3BDBFRW { width:24.625rem;height:24.376054808255rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVoFinrfC6vA6A0iK623ARSR7vLZ1iAC { width:8.5rem;height:2.6875rem;top:20.25rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH8RZS3MPkHbtTM09valNTwxQnA9QTkx { top:20.4375rem;left:7.8125rem;width:28.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lemsniw68pxrCxAs8c6LgIxOiUTkeRIA { top:20.5rem;left:40.625rem;width:7.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA { display:block; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEchCubU44EgnTW7RADUZFcek7y9mCC1 { width:31.875rem;height:6.9375rem;top:7.25rem;left:15.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6I7gOChznP84we7kuP6I9IAtgUTibTh { width:31.8125rem;height:14rem;top:15.125rem;left:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVqHzHmFW3LrL7lP2HXTh1CymcrIPbmd { width:30.0625rem;height:4.1875rem;top:22.5625rem;left:17.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMFczhKv3D91DG3MuaVGxhoTWETZZmBA { width:23.3125rem;height:23.3125rem;top:4.5rem;left:20.228082656861rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwyITlQTPoqhSr60WblPh3fHXeTcD0f5 { width:30.5625rem;height:30.127182245289rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMudAToFumg7ywSZZE7HwwiiDU1DTB5X { width:8.5rem;height:7.7545568686994rem;top:22.9375rem;left:12.419561386108rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeK1V6lbyMzfJwLMoXnSMdRCtQpIIVIM { width:7.75rem;height:7.0065486286684rem;top:4rem;left:0rem;display:block; }
 }@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) { #Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row .container { background-color: transparent; background-image: none; }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row .container > .video-iframe-container { display: none; }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row > .video-iframe-container { display: none; }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .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); }#Tl2y6sL3DIffivWUGwviH0FmwBVrZ5pT > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eG0t5ncRF8dwyKFrUs932oCBtAzILnh5 { width:13.2494375rem;height:2.8747125rem;top:0.84346067905425rem;left:3.6238428354263rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwuDdAZ8gSIK8uTWsNHC3wQxoZmZDQqE { width:20rem;height:0;top:4rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC { background-color:#ffcb39;background-image:url("https://images.assets-landingi.com/uc/5ea748af-e8b0-4996-87ff-224088e6c462/BANER_TLO.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC.adaptive-delivery-prevent-bg, #Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC.lazyload, #Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC.lazyloading { background-image: none; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row .container { background-color: transparent; background-image: none; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row .container > .video-iframe-container { display: none; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row > .video-iframe-container { display: none; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .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); }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row .container { border-width: 0; border-radius: 0; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Exs3nCAaSsowkSWpe3opEtOOWLTPFoZC > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpLg5cGzBu0NRGaP1gOLkyhOgobZVSpk { width:16.749125rem;height:16.0623125rem;top:6.5625rem;left:1.6243489384651rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZQBpqiTlDDuBFMfpck5TnvKNBhfNH5e { width:16.749125rem;height:16.0623125rem;top:42.249351501465rem;left:1.6243489384651rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9ZD5HXVnIcN2IhTmaqDWHohu9goSldS { width:20rem;height:3.875rem;top:33.374422550201rem;left:0rem;z-index:14997;background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTzObnOFFmeeP8PHHKvbvfG0yc0EwVL0 { width:20rem;height:34.3125rem;top:35.687067508698rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;z-index:14996;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbzXWCTfAne4rpcp1fgETknGfOs3tSny { width:20rem;height:1.95023125rem;top:34.436922550201rem;left:0rem;font-size:1.5rem;line-height:1.3;color:#000f7f;display:block; }
 }@media only screen and (max-width: 763px) { #cT3N1VsE2QocETomi8ORiPUbTLFWVc8N { width:20rem;height:1.54369375rem;top:37.749422550201rem;left:0rem;font-size:1.1875rem;line-height:1.3;color:#000f7f;display:block; }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.8125rem;overflow:hidden;height:auto;line-height:1.2; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-text {padding-top: 0; padding-bottom: 0;}#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-select {padding-top: 0; padding-bottom: 0;}#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-input-button { width:10.625rem;margin-top:0.25rem;margin-right:2.875rem;margin-bottom:0.25rem;margin-left:3.4375rem;background-color:#000f7f;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; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .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; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG  { width:17.5rem;height:auto;top:38.874277591706rem;left:0rem; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG {display:block;}#gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG { width:17.5rem;height:auto;top:38.874277591706rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #gKkVKm9aeTuvggOilVqOLkknE97Qugyl {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #t7K5tZicgGn74eVEAa5PuaMCaJbRDg4U { display:block; }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #xnGurlbsIx4r0TJPdhD5mLS5sE2xfuZi {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #FlM2hMLI2lwC4mR9AXVH6SQXZdq8iGzz {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #CVFAyNO4yiQdFrIDOb5ZbzTzb2mT68ll { display:block; }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #aMRF4LrxKZPRSKEi4EtXy5WSKyRPmz3b {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #WxDe5gGxguUh0uufJi1hok9yLadxU3gc {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #etlMm43hMrhxN2kz1po5hqWxUJgRQ4kx { display:block; }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #P1GPoMpIsEANTTvaL1ZK4X6l6Xb5d5AE {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #LqaV8mdKW9iTQiRts2Bn07ivISu5gPQl {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #S9l4TeaKR9My5HPRrSXb265mqhdAqr2Q { display:block; }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #VdXBHfqnro6CbpAZZubRHzQIeq8UOQqm {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #yBrPiKXwqDvEU3zzaMF3HHNBmHpn5rXs {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #TMeKJCpWVXQsO8XhMA2cVADD2hQf3P6C {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #qO2e9WIdHVCqJN36nuFpodJiGfz4uB5u {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #J9k5NkNGlxayTaWzWhGCzTt3mUAScPgL {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #egaKCEaB7DvTZaFOmK9TvfAWDBaksFw0 {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #Mc2R3Wox73OyT2KTRUbyRFVTMCZ7FNJX {  }
 }@media only screen and (max-width: 763px) { #gs2oma5kgnuoJV1ciQ3xiEUolx5ouwZG #zHVgF2HCMCKq0UnbVDNc9b2LzgSKpIk4 {  }
 }@media only screen and (max-width: 763px) { #ofdkRU5IFHqVUcvCNMiTJN02pDlnD7KC { width:10rem;height:2.5rem;top:41.24985742569rem;left:8.6870666742325rem;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) { #QBGwd5qASvkEUJz5R1qbSbvleOWh0yUf { width:9.4355625rem;height:1.49884375rem;top:41.749712467194rem;left:8.8122106790544rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XBrhyUfm3tBTUwKFqfy6DsUs689H7hLM { width:3.6875rem;height:3.6875rem;top:60.375rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqSCC5q0uxQLl5WcqhUhSvBTCFFhnb9B { width:20rem;height:7.2539335096539rem;top:35.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbxW8CdQz4FiDigl4BZkVAPzGlJx0WZC { width:17.5615rem;height:15.4984375rem;top:9.375rem;left:2.4375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Wvi3fOOW9dScQUQbrSOn2AzV4Okm8qfk { width:12.0625rem;height:12.8125rem;top:1.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OunTQku92Ow3FIqCNEACMGWbnFucErx9 { width:15.812375rem;height:7.748125rem;top:22.713397502899rem;left:2.0920139551163rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #iWt694avSplsgMSIgiLeCJN42yuyxRbT { width:16.3121875rem;height:9.7496875rem;top:28.043982505798rem;left:0.56061923503876rem;z-index:14995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zhzOAy2mtHVDEeARiMnmUhOKq5Syv029 { top:10.061487674713rem;left:14.336661934853rem;width:1.6247125rem;height:1.6247125rem;z-index:15039;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d3FqJ8XkNGesatllfSVf5a547Q4Z0B58 { top:8.5619215965269rem;left:15.91724550724rem;width:0.6875rem;height:0.6875rem;z-index:15040;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nVFSU6Ut4cMXH5f78icrFnldJ74gDTON { top:29.792392253876rem;left:17.543403267861rem;width:1.18706875rem;height:1.18706875rem;z-index:15041;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XRFTISJeQaKkeTikEflvSEerqAWDXCfP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row .container { background-color: transparent; background-image: none; }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row .container > .video-iframe-container { display: none; }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row > .video-iframe-container { display: none; }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .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); }#XRFTISJeQaKkeTikEflvSEerqAWDXCfP > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wq1Q8TcHfDoTWoW2BGgcgLlCATxVhwbE { width:17.3123125rem;height:3.5995375rem;top:2.3730463981628rem;left:1.5625000596046rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DJD1Wc9UKBMHUXVhzxSx8N2XhbDTaqVO { width:16.7480625rem;height:13.8748125rem;top:6.3747830390931rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx6cioqVMpbksdC2nTJCUXu3MAGWd4Tg { width:6.25rem;height:6.25rem;top:12.937283992767rem;left:11.562500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHraiCKM594zAT258TqqGIIBnrIlb4Rq { width:16.4355625rem;height:13.811875rem;top:22.812501430511rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR7LSg16eTmiKR2DFGDCECiBaLDI1GAx { width:16.4375rem;height:13.8125rem;top:38.43750333786rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyF9TNfTDnOvPrPpD0hswtrMmQVTyDPb { width:6.25rem;height:6.25rem;top:29.062499523163rem;left:2.5618491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqIcHm1Fl5Xadh0wPTmmkDCG4qTTq0Ta { width:6.25rem;height:6.25rem;top:44.874133586884rem;left:11.124132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRUnTBmAxCpNnGgMZUbOQ5HTXE9t0NWH { width:14.749375rem;height:1.574075rem;top:19.749349117279rem;left:2.5618491768837rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VFEPSIe0aWOKAcv1VoFiyR3VHm8QanFp { width:15.7498125rem;height:1.574075rem;top:35.62500333786rem;left:2.1245661377907rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BWwZabmn6QvkaleDWTtkcx0VvNu9KZbU { width:20rem;height:1.574075rem;top:51.499568462372rem;left:0rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MTonwa0znb62pldAfxLqIEXFbBDfrLwK { width:3.99956875rem;height:3.99956875rem;top:4.0060710906983rem;left:7.999132454395rem;z-index:15036;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt { display:block; }#FFO8Bfxxx4f6pbMtLFqXKFfiuzbvsXVt > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uivv6RCkC7zsrPD1uxbFPNbuLcdaiOrX { width:17.3123125rem;height:0;top:10.435113906861rem;left:2.1549480557442rem;font-size:1.375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ItNc4hAOXzbquUGFxUeUV55byT6dcBkr { width:18.10385375rem;height:2.978735rem;top:39.890047073364rem;left:0.94690406322481rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDWSScQfD0lpJ45iXrO3eWIkhwbTHEI5 { display:block; }
 }@media only screen and (max-width: 763px) { #Zh8HrAdJnepKTDeRJGfTXwH6eN4T8wnx { width:13.499rem;height:7.4978125rem;top:23.436489105224rem;left:3.2486981153488rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D9u8diwUzIEL9Mp0N7NzAcAFJTUBTLTs { width:19.125rem;height:49.25rem;top:0.52256965637207rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aM29aOO5CU4e2y54lc93I280PkV9qGNI { width:13.6863125rem;height:3.625575rem;top:18.999277114868rem;left:3.1546586751938rem;font-size:1.8125rem;line-height:1;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7QDynsC2uThWgpwVJmWEMK0b9D7Q2A7 { width:15.8125rem;height:28.3125rem;top:8.5625rem;left:1.8125rem;z-index:15002;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);background-color:#ffffff;background-image:none;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP0k1n91cFeV7rZBqHfLUOySCTBQqTOc { width:16.1870625rem;height:3.87441875rem;top:38.561634063721rem;left:1.9053820371627rem;font-size:1.5625rem;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000f7f;display:block; }
 }@media only screen and (max-width: 763px) { #WxST6MlNgOLP5yJHcswg4iykPsv4EbCD { display:block; }
 }@media only screen and (max-width: 763px) { #srRRlDPC1XALx1un40Kb9cHsW3BDBFRW { width:17.1860625rem;height:16.9994375rem;top:3.685329914093rem;left:1.4055267572403rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVoFinrfC6vA6A0iK623ARSR7vLZ1iAC { width:6.1875rem;height:2.0625rem;top:33.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH8RZS3MPkHbtTM09valNTwxQnA9QTkx { width:13.74925rem;height:2.99913125rem;top:31.9375rem;left:3.5625rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lemsniw68pxrCxAs8c6LgIxOiUTkeRIA { width:7.1238125rem;height:1.49956875rem;top:33.75rem;left:9.6875rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA { background-color:#ffffff;background-image:none;border-top:0.625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0.625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row .container { background-color: transparent; background-image: none; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row .container > .video-iframe-container { display: none; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row > .video-iframe-container { display: none; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .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); }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row .container { border-width: 0; border-radius: 0; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxVnbUQMT9VDdBE21B0nhAQ21l1dETvA > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEchCubU44EgnTW7RADUZFcek7y9mCC1 { width:19.1246875rem;height:3.57349375rem;top:19.502749323845rem;left:0.43619799613952rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i6I7gOChznP84we7kuP6I9IAtgUTibTh { width:16.9994375rem;height:11.25rem;top:23.869793891907rem;left:1.4981192350387rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kVqHzHmFW3LrL7lP2HXTh1CymcrIPbmd { width:20rem;height:0;top:35.559029579162rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MMFczhKv3D91DG3MuaVGxhoTWETZZmBA { width:20rem;height:20rem;top:4.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwyITlQTPoqhSr60WblPh3fHXeTcD0f5 { width:16.56175rem;height:16.3121875rem;top:2.3051223754883rem;left:1.7165800333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMudAToFumg7ywSZZE7HwwiiDU1DTB5X { width:5.24956875rem;height:4.81191875rem;top:13.282407641411rem;left:13.072917580604rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeK1V6lbyMzfJwLMoXnSMdRCtQpIIVIM { width:6.06191875rem;height:5.49985625rem;top:2.3051223754883rem;left:1.7158566713333rem;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:3.6875rem;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:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:1.99941875rem;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:50.8125rem;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; }
 }