.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:210,225,255;--color-primary-1:120,164,254;--color-primary-2:30,103,253;--color-primary-3:21,96,218;--color-primary-4:6,21,51;--color-secondary-0:223,243,232;--color-secondary-1:147,215,178;--color-secondary-2:39,175,100;--color-secondary-3:20,88,50;--color-secondary-4:6,26,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:123,123,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28a08bc1-2246-432d-b8d1-c6335361304d/TLO_STRONY_v1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { background-color: transparent; background-image: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { border-width: 0; border-radius: 0; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#nLAz810WfCwBpGLWNFIKpa3RzZf7mywP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:15.125rem;top:1.28125rem;left:4.5614147186279rem;overflow:hidden;display:block; }
#b86wkPZ1ATfoUeOKNd6xfEQ6pZTaFdRg { color:rgba(var(--color-secondary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.48828125rem;left:27.9375rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eygUwEtyW6DZkKpDCGDvx0fExCh5uZa2 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.93555rem;width:3.68706875rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff0000;background-image:none;color:#ffffff;padding-top:0.440625rem;padding-right:0.401875rem;padding-bottom:0.440625rem;padding-left:0.401875rem;display:block;align-items:center;width:2.409375rem;min-width:2.409375rem;height:2.370625rem;position:relative;font-family:arial;font-size:1.765625rem;font-weight:700;line-height:37.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p .widget-text.counter-label { background-color:;background-image:none;color:#ff0000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.275625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.21375rem;height:0.936875rem;position:relative;font-family:poppins;font-size:0.661875rem;font-weight:700;line-height:14.99px;text-align:center;text-align-last:center;text-transform:none;top:-5%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.875rem;height:4.464375rem;padding-top:0.055625rem;padding-right:0.0575rem;padding-bottom:0.055625rem;padding-left:0.0575rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.62999135255812rem;left:56.513460159302rem;z-index:15004; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #sseENQAhFZPqgFXu4NmD54098lF3ZO9T { display:flex;position:relative;top:0rem;left:0rem; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #bB4XZQMHQORi2t1uKwFMgAL1yc7QxH08 { width:auto; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #r2Pl3DQxKR2EAteOzTeVzzEWvlFJTOQ3 {  }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #Z2Uekb328aFVHL2GK7bCZx5eRWxXwsVT { display:flex;position:relative;top:0rem;left:0rem; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #wcBsUbJ9Lq6znwJ2cLPRfaAzKrKtvazI {  }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #eHuRXPdZK9y6T2UKxXxNuxBREy7n1NAl {  }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #OTccQDfH4T7iLdwGnHhOKiexrX6Kksvl { display:flex;position:relative;top:0rem;left:0rem; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #Uk15eWduNKJKQlIXcg54oScm8pH7g2Jo {  }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #TRlUTPmLanGVZacvRk95WuftEHuo9MIA {  }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #r27IcXZT3ZKA1ls2kHquXKGHwPwxlV9w { display:flex;position:relative;top:0rem;left:0rem; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #KJykMeTLFRWRT0FGuKROMxBxnf2gKesc {  }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #UJyxuLsQwCixzRzF6e1F3eEFbryTwO52 {  }
#u8gZ5I4ldg7n9rObooBRBcVVZTpUODo9 { color:#0091ff;display:block;width:32.1245625rem;position:absolute;font-family:"cal sans";font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7871094942093rem;left:22.830297470092rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eiq1SbIPnUO1wsHFIrIqviLk8R72QNoT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;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; }
#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/837b3f77-865f-4066-8131-b56a73edc9ff/BANER_2_v3.webp");background-position:top 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; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.adaptive-delivery-prevent-bg, #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.lazyload, #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.lazyloading { background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { background-color: transparent; background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { border-width: 0; border-radius: 0; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#Wa0Rsk5uesiP4Jh31a9N209I8bVogNEH { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.5605625rem;width:19.1855625rem;top:29.5rem;left:26.125rem;display:none; }
#qf2wHzL77xIEOLNZyqhivxgndTKTnF5W { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.2480625rem;width:18.9980625rem;top:26.8125rem;left:45.875rem;display:none; }
#CyTwK0BxZQuQey4w1w6gtBc6B9ltced3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.87456875rem;width:13.75rem;top:46.75rem;left:52.4375rem;overflow:hidden;display:block; }
#ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { position:absolute;display:block;z-index:14999;background-color:#0091ff;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.9375rem;width:29.375rem;top:5.5625rem;left:44.6875rem;display:block; }
#THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 2.125rem rgba(83,44,44,0.43) ;height:49.5625rem;width:29.3125rem;top:3.0625rem;left:44.6875rem;display:block; }
#ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { color:rgba(var(--color-tertiary-0),1);display:block;width:25.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.2493491172787rem;left:46.686418533325rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KybTgyEHsy2w9scQr28Dxtq1HddKxEQz { color:#000f7f;display:block;width:23.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:47.75rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-form-header {  }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { border-top-left-radius: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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;font-weight:400;color:#031f59;vertical-align:top;width:21.125rem;overflow:hidden;font-style:normal;line-height:1.5; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.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:14.875rem;left:47.0625rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.1875rem;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:#031f59;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.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:14.875rem;left:47.0625rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE { position:relative;z-index:2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF { position:relative; }
#gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { box-sizing:content-box;height:2.5625rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:#ffdb00;background-image:none;top:17.125rem;left:60.0625rem;display:block; }
#OSaHVmS61mxMXk4en97EqJgAStS28rUV { color:#373737;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:17.625rem;left:60rem;height:1.74913125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:22.5rem;left:52.125rem;overflow:hidden;display:block; }
#JBJzs1JtsgwQPlgkJrOT7PSckQXhVWfr { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.499125rem;width:14.6245625rem;top:9.0618491172788rem;left:34.684247970581rem;overflow:hidden;display:block; }
#cJRmMHsUmnrq9BmSrVPsJ760UssAdEkC { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.2480625rem;width:25.4980625rem;top:35.12912607193rem;left:18.504774093628rem;overflow:hidden;display:none; }
#AkIIUL9wsCASlxtPXnVq31aUQgZD73wE { 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:23.4375rem;width:37.561875rem;top:10.063368320465rem;left:0rem;overflow:hidden;display:block; }
#cQhqff7QoLwCx7sKNZI7LTCHpgn8Ukk9 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8120625rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.25rem rgba(83,22,22,0.2);top:32.873699188233rem;left:2.8732643127441rem;height:7.56075rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lhgLhaZEqBSsBy19gW7pwmcFW76Aqvw3 { 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; }
#ry5mEKlg6aQyguMeg20dIVTw2RTQ57sC { 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; }
#NTW7E3xkqLN09ZPtVGVTeS132s8pDrMD { 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; }
#ZIiRNlzKvy52w4GRKwzf9hAO52i57yPQ { 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; }
#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG { 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; }#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG > .row .container { background-color: transparent; background-image: none; }#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG > .row .container > .video-iframe-container { display: none; }#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG > .row > .video-iframe-container { display: none; }#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG > .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); }#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG > .row .container { border-width: 0; border-radius: 0; }#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#SyFlKVxJgxFHLfVTrc4aI7PCgD7D6dTS { color:#000f7f;display:block;width:53.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.4329433441162rem;left:10.935331344604rem;height:3.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HK7Z3gTGVA3C2tLaFZTONTz1xeVqGF7v { 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:19.561625rem;width:23.624125rem;top:10.436851501465rem;left:0rem;overflow:hidden;display:block; }
#BRZosSTKvd9h6hXEEWdZvkLNK66nAMUN { 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:9.375rem;width:9.375rem;top:20.631080627441rem;left:13.312717437744rem;overflow:hidden;display:block; }
#fc2Czqvk850P5WKJ3fHAzGegtJImOC7G { 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:19.5rem;width:23.1875rem;top:10.499351501465rem;left:26.124567031861rem;overflow:hidden;display:block; }
#L6P6XImsqNANTC2vLlVxpS52t4BWFK74 { 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:19.5rem;width:23.1875rem;top:10.436851501465rem;left:51.686853408814rem;overflow:hidden;display:block; }
#cmRyu7l83srcrRctnGdz0yymmwTxriWz { 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.375rem;width:9.375rem;top:20.624137878418rem;left:39.186632156372rem;overflow:hidden;display:block; }
#oaoLBr6Ccx3eRT91341JHg9V1JXWOTrW { 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.375rem;width:9.375rem;top:20.375rem;left:64.811853408812rem;overflow:hidden;display:block; }
#wMb3aTsNmJoFW7ftWlrJr5TXiU85vLBP { color:#202121;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15056;line-height:1.6;letter-spacing:0;top:27.966148376465rem;left:0.25716018676758rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icW8nAbCbGW1gho1Ifys1P9AePf5rsIf { color:#202121;display:block;width:12.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15055;line-height:1.6;letter-spacing:0;top:27.78125rem;left:27.192277908325rem;height:2.10069375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RpB8dJ3XkFqJEfQuNCeJ840xNV5SnXNb { color:#202121;display:block;width:15.374375rem;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:27.71875rem;left:51.06077003479rem;height:2.10069375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4ukhXaS35GaBl0oEJshfOWo5rO9NxgX { 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; }
#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0091ff;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; }#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh > .row .container { background-color: transparent; background-image: none; }#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh > .row .container > .video-iframe-container { display: none; }#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh > .row > .video-iframe-container { display: none; }#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh > .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); }#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh > .row .container { border-width: 0; border-radius: 0; }#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#gS8bI0EFFCnTg8gV3dK2QM7VzppRvW0F { color:#000f7f;display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:6.5887603759762rem;left:6.5874576568606rem;height:4.80035rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EDFkGvkzJ508OigF5Z9TDzPV0FUTm8mt { 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:15040;text-align:center;text-align-last:center;top:17.17578125rem;left:26.684030532837rem;display:block; }
#uWLBm9EQi5kulwBy4vmGmhuparXuO8zu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H9Kp9DxTBZCtUdh8GnXArVlobXme9TAv { color:#000f7f;display:block;width:45.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.320747375488rem;left:6.4626750946044rem;height:4.5486125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AdgcfopXmGBT3OaFaqitsJFRS9D5UN80 { 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:5.3680572509766rem;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:block; }
#GkaFMD1aUb64ONFehblLseqvHTTRBTmO { position:absolute;display:block;z-index:15001;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:21.0623125rem;width:75rem;top:0.74349021911619rem;left:0rem;overflow:hidden;display:block; }
#Z3rNzS86zTQWdhbOU03hJLEzuBftpP4H { position:absolute;display:block;z-index:15000;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:48.8125rem;width:58rem;display:none; }
#Le9cJlOLfarA7OrrtAbd5OEVq840zRbR { 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; }
#FDG5CzCunt7i1nnNlL3mlmpZ72Aecxzf { 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; }
#I7Q6MJR6TdDGp6okuI7vno3LBuctftPI { 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; }
#a8iLid2RvePZMefUnfTIsJMv4QOfGW3K { 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; }
#X7lKTrBwie4EcF7CEx7v2wFmWQKaLdxM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p49GVDTuVxxFJsx0gPUJ989WdNr10ZZp { position:absolute;display:block;z-index:14999;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.06206875rem;width:7.374125rem;top:1.6573371887207rem;left:11.322702407837rem;overflow:hidden;display:block; }
#Qcg5XWXdE9gxnQcLmuNTF2JHz9A5iD6T { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:8.811875rem;top:15.580730438233rem;left:20.851781845092rem;overflow:hidden;display:block; }
#l18de0gIzRTzPguut5gOV9mcowKSJsX3 { 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-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/d0ca0794-962f-42e3-b881-fa6b940002ba/TLO_v2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3.adaptive-delivery-prevent-bg, #l18de0gIzRTzPguut5gOV9mcowKSJsX3.lazyload, #l18de0gIzRTzPguut5gOV9mcowKSJsX3.lazyloading { background-image: none; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container { background-color: transparent; background-image: none; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container > .video-iframe-container { display: none; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row > .video-iframe-container { display: none; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container { border-width: 0; border-radius: 0; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#yWldIkRPEo7tZVVoWoT5iPLGwW8lokOx { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:27.1875rem;top:5.125rem;left:7.375rem;overflow:hidden;display:block; }
#cntsoh6wEzksl2UOKVR2MONaHyMSlTwf { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8748125rem;width:13.061rem;top:17.5625rem;left:0.625rem;overflow:hidden;display:block; }
#dLmE8nzrTyETdp18P1EL0JPSrF7TFcSk { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1235rem;width:6.7480625rem;top:6.25rem;left:26.75rem;overflow:hidden;display:block; }
#SPQabR8DCamhg0AnNV8dpRp4TR2chQD5 { color:#ffcb39;display:block;width:36.875rem;position:absolute;font-family:lobster;font-size:2.875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:7.434242248535rem;left:37.685548782349rem;height:3.7380625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h46plPazsvuAAL3zaiplpUMTnZvDGhvO { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15058;line-height:1.5;letter-spacing:0;top:12.373695373535rem;left:38.873697280884rem;height:12.3698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R79JkcGlS8lAtnZkLlHu8NJB0XJVTgHy { 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; }
#IIzRl2vbp3aBkLZSO3OXtgzsZMpG7Cck { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4362rem;width:12.561875rem;top:32.811416625976rem;left:59.593103408814rem;overflow:hidden;display:block; }
#FGEr2stKa1K9EXlNIBNgXiWiPXg3gMm5 { 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; }
#l6tDIx3n8mMqMcLDzqWcOFvvFNk088wV { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:31rem;top:3.75rem;left:5.8125rem;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.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/e6410e0c-cae6-4b61-a605-607bd03c7fa5/fotodolnev2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.adaptive-delivery-prevent-bg, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyload, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyloading { background-image: none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { border-width: 0; border-radius: 0; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:none; }#VUfCI3JKWMmXkRV5D2P15GvaZ6fCeV3r { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:31.1246875rem;width:31.1246875rem;top:64.624024391175rem;left:21.937393188476rem;display:none; }
#DFLr5n801XszVO4cK6KI6GBs0K93OIig { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#u1h5WdP1K5P3MeFWCa3fXE8FSrSKiUty { color:#0a49ca;display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.158203125rem;left:44.921875rem;height:3.0875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZDUB6bwks5JVA56ZdqAVDhAIZGbI1J4b { color:#0a49ca;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.21328163147rem;left:43.671875953674rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GSTKvL7zfPTpxTcPNFPX5hwITim5aVKc { color:#0a49ca;display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.84375rem;left:48.221875190735rem;height:3.575rem;text-align:right;text-align-last:right;display:block; }
#Ma9hlh8pe3CDa1GfdmhZhGTxXGtrLPoL { box-sizing:content-box;height:4.875rem;width:28.125rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:2.138671875rem;left:46.625rem;border-top:0.125rem solid #0a49ca;border-left:0.125rem solid #0a49ca;border-right:0.125rem solid #0a49ca;border-bottom:0.125rem solid #0a49ca;border-top-right-radius:7.8125rem;border-bottom-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-top-left-radius:7.8125rem;display:block; }
#H8nAWvgFl25ml1OEXIndeiASc2ZNlSrU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:22.375rem;top:15.16796875rem;left:52.625rem;overflow:hidden;display:block; }
#GE0x71L2lKPl05st0eG9zmMUrXocGWN7 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:28rem;width:72.1875rem;top:0rem;left:27.09375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn { display:block; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLAz810WfCwBpGLWNFIKpa3RzZf7mywP { width:15.125rem;height:3.1868895068947rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b86wkPZ1ATfoUeOKNd6xfEQ6pZTaFdRg { width:35.0625rem;height:2.25rem;top:1.4375rem;left:12.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eygUwEtyW6DZkKpDCGDvx0fExCh5uZa2 { width:3.625rem;height:3.8692982738659rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p { width:18rem;height:5.0625rem;display:flex;top:6.125rem;left:12.8125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #sseENQAhFZPqgFXu4NmD54098lF3ZO9T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #bB4XZQMHQORi2t1uKwFMgAL1yc7QxH08 {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #r2Pl3DQxKR2EAteOzTeVzzEWvlFJTOQ3 {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #Z2Uekb328aFVHL2GK7bCZx5eRWxXwsVT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #wcBsUbJ9Lq6znwJ2cLPRfaAzKrKtvazI {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #eHuRXPdZK9y6T2UKxXxNuxBREy7n1NAl {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #OTccQDfH4T7iLdwGnHhOKiexrX6Kksvl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #Uk15eWduNKJKQlIXcg54oScm8pH7g2Jo {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #TRlUTPmLanGVZacvRk95WuftEHuo9MIA {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #r27IcXZT3ZKA1ls2kHquXKGHwPwxlV9w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #KJykMeTLFRWRT0FGuKROMxBxnf2gKesc {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #UJyxuLsQwCixzRzF6e1F3eEFbryTwO52 {  }
 }@media only screen and (max-width: 763px) { #u8gZ5I4ldg7n9rObooBRBcVVZTpUODo9 { width:32.0625rem;height:2.0625rem;top:1.75rem;left:9.2052974700925rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiq1SbIPnUO1wsHFIrIqviLk8R72QNoT { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wa0Rsk5uesiP4Jh31a9N209I8bVogNEH { width:19.125rem;height:18.5rem;top:29.5rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qf2wHzL77xIEOLNZyqhivxgndTKTnF5W { width:18.9375rem;height:18.1875rem;top:26.8125rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyTwK0BxZQuQey4w1w6gtBc6B9ltced3 { width:13.75rem;height:5.87456875rem;top:46.75rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { top:5.5625rem;left:18.375rem;width:29.375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { top:3.0625rem;left:18.5rem;width:29.25rem;height:49.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { top:7.1875rem;left:22.3125rem;width:25.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KybTgyEHsy2w9scQr28Dxtq1HddKxEQz { top:11.125rem;left:24.625rem;width:23.125rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.3125rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:22.1875rem;height:30.9375rem;top:14.875rem;left:23.0625rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:22.1875rem;height:30.9375rem;top:14.875rem;left:23.0625rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:17.125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { top:17.625rem;left:37.75rem;width:10rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { width:13rem;height:13rem;top:22.5rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBJzs1JtsgwQPlgkJrOT7PSckQXhVWfr { width:14.5625rem;height:15.43341437797rem;top:9rem;left:21.059247970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJRmMHsUmnrq9BmSrVPsJ760UssAdEkC { width:25.4375rem;height:9.2260966825911rem;top:35.125rem;left:4.8797740936279rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkIIUL9wsCASlxtPXnVq31aUQgZD73wE { width:37.5rem;height:23.398891828483rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQhqff7QoLwCx7sKNZI7LTCHpgn8Ukk9 { width:31.75rem;height:;top:32.8125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhgLhaZEqBSsBy19gW7pwmcFW76Aqvw3 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ry5mEKlg6aQyguMeg20dIVTw2RTQ57sC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTW7E3xkqLN09ZPtVGVTeS132s8pDrMD { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIiRNlzKvy52w4GRKwzf9hAO52i57yPQ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG { display:block; }#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyFlKVxJgxFHLfVTrc4aI7PCgD7D6dTS { top:5.375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK7Z3gTGVA3C2tLaFZTONTz1xeVqGF7v { width:23.5625rem;height:19.510415040651rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRZosSTKvd9h6hXEEWdZvkLNK66nAMUN { width:9.375rem;height:9.375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc2Czqvk850P5WKJ3fHAzGegtJImOC7G { width:23.125rem;height:19.44777655732rem;top:10.4375rem;left:12.499567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6P6XImsqNANTC2vLlVxpS52t4BWFK74 { width:23.125rem;height:19.44777655732rem;top:10.375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmRyu7l83srcrRctnGdz0yymmwTxriWz { width:9.375rem;height:9.375rem;top:20.5625rem;left:25.561632156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaoLBr6Ccx3eRT91341JHg9V1JXWOTrW { width:9.375rem;height:9.375rem;top:20.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMb3aTsNmJoFW7ftWlrJr5TXiU85vLBP { top:27.9375rem;left:0rem;width:13.125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icW8nAbCbGW1gho1Ifys1P9AePf5rsIf { top:27.75rem;left:13.567277908325rem;width:12.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpB8dJ3XkFqJEfQuNCeJ840xNV5SnXNb { top:27.6875rem;left:32.4375rem;width:15.3125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ukhXaS35GaBl0oEJshfOWo5rO9NxgX { width:15.625rem;height:15.625rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh { display:block; }#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gS8bI0EFFCnTg8gV3dK2QM7VzppRvW0F { top:6.5625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDFkGvkzJ508OigF5Z9TDzPV0FUTm8mt { width:24.3125rem;height:6.1875rem;top:17.125rem;left:13.059030532837rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWLBm9EQi5kulwBy4vmGmhuparXuO8zu { display:block; }
 }@media only screen and (max-width: 763px) { #H9Kp9DxTBZCtUdh8GnXArVlobXme9TAv { top:11.3125rem;left:0rem;width:45.3125rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdgcfopXmGBT3OaFaqitsJFRS9D5UN80 { width:47.75rem;height:14.3125rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkaFMD1aUb64ONFehblLseqvHTTRBTmO { width:47.75rem;height:13.409672291667rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3rNzS86zTQWdhbOU03hJLEzuBftpP4H { width:47.75rem;height:40.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Le9cJlOLfarA7OrrtAbd5OEVq840zRbR { width:47.75rem;height:14.3125rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDG5CzCunt7i1nnNlL3mlmpZ72Aecxzf { top:7.875rem;left:0rem;width:17.25rem;height:3.5625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7Q6MJR6TdDGp6okuI7vno3LBuctftPI { width:47.75rem;height:14.3125rem;top:4.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8iLid2RvePZMefUnfTIsJMv4QOfGW3K { width:24.3125rem;height:6.1875rem;top:16.6875rem;left:13.059030532837rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7lKTrBwie4EcF7CEx7v2wFmWQKaLdxM { display:block; }
 }@media only screen and (max-width: 763px) { #p49GVDTuVxxFJsx0gPUJ989WdNr10ZZp { width:7.3125rem;height:3.0369168489179rem;top:1.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qcg5XWXdE9gxnQcLmuNTF2JHz9A5iD6T { width:8.75rem;height:9.3091708631818rem;top:15.5625rem;left:7.2267818450925rem;display:block; }
 }@media only screen and (max-width: 763px) { #l18de0gIzRTzPguut5gOV9mcowKSJsX3 { display:block; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWldIkRPEo7tZVVoWoT5iPLGwW8lokOx { width:27.1875rem;height:27.874375rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cntsoh6wEzksl2UOKVR2MONaHyMSlTwf { width:13rem;height:13.810011675982rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLmE8nzrTyETdp18P1EL0JPSrF7TFcSk { width:6.6875rem;height:7.0595680241551rem;top:6.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPQabR8DCamhg0AnNV8dpRp4TR2chQD5 { width:36.875rem;height:3.6875rem;top:7.375rem;left:10.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h46plPazsvuAAL3zaiplpUMTnZvDGhvO { width:31.875rem;height:12.375rem;top:12.3125rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R79JkcGlS8lAtnZkLlHu8NJB0XJVTgHy { 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) { #IIzRl2vbp3aBkLZSO3OXtgzsZMpG7Cck { width:12.5rem;height:5.4094233543957rem;top:32.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGEr2stKa1K9EXlNIBNgXiWiPXg3gMm5 { width:23.3125rem;height:23.3125rem;top:4.5rem;left:20.228082656861rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6tDIx3n8mMqMcLDzqWcOFvvFNk088wV { width:30.9375rem;height:30.9375rem;top:3.75rem;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) { #X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { background-color: transparent; background-image: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLAz810WfCwBpGLWNFIKpa3RzZf7mywP { width:12.0625rem;height:2.6875rem;top:0.81184899806975rem;left:4.1232641339302rem;display:block; }
 }@media only screen and (max-width: 763px) { #b86wkPZ1ATfoUeOKNd6xfEQ6pZTaFdRg { width:20rem;height:0;top:4rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eygUwEtyW6DZkKpDCGDvx0fExCh5uZa2 { width:2.625rem;height:2.8125rem;top:0.3125rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p .widget-text.counter-number { padding-top:0.34rem;padding-right:0.30625rem;padding-bottom:0.34rem;padding-left:0.30625rem;width:1.83625rem;min-width:1.83625rem;height:1.825rem;font-size:1.358125rem;line-height:29.2px;top:0rem;left:0rem;background-color:#ff0000;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.44875rem;height:0.720625rem;font-size:0.509375rem;line-height:11.53px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p { width:12.5rem;height:3.37456875rem;display:flex;top:6.366102695465rem;left:3.7087677121162rem;z-index:15001;padding-top:0.0375rem;padding-right:0.04rem;padding-bottom:0.0375rem;padding-left:0.04rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #sseENQAhFZPqgFXu4NmD54098lF3ZO9T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #bB4XZQMHQORi2t1uKwFMgAL1yc7QxH08 {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #r2Pl3DQxKR2EAteOzTeVzzEWvlFJTOQ3 {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #Z2Uekb328aFVHL2GK7bCZx5eRWxXwsVT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #wcBsUbJ9Lq6znwJ2cLPRfaAzKrKtvazI {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #eHuRXPdZK9y6T2UKxXxNuxBREy7n1NAl {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #OTccQDfH4T7iLdwGnHhOKiexrX6Kksvl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #Uk15eWduNKJKQlIXcg54oScm8pH7g2Jo {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #TRlUTPmLanGVZacvRk95WuftEHuo9MIA {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #r27IcXZT3ZKA1ls2kHquXKGHwPwxlV9w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #KJykMeTLFRWRT0FGuKROMxBxnf2gKesc {  }
 }@media only screen and (max-width: 763px) { #VvsxwkgyyZbbUFn5qH3IE2S8olpRm75p #UJyxuLsQwCixzRzF6e1F3eEFbryTwO52 {  }
 }@media only screen and (max-width: 763px) { #u8gZ5I4ldg7n9rObooBRBcVVZTpUODo9 { width:19.6875rem;height:1.1002625rem;top:4.8313803672791rem;left:0.24978297948837rem;font-size:1rem;text-align:right;text-align-last:right;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eiq1SbIPnUO1wsHFIrIqviLk8R72QNoT { top:3.9346790313721rem;left:0.43619793653488rem;width:19.375rem;height:0.125rem;z-index:15028;background-color:#0091ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { background-color:#ffcb39;background-image:url("https://images.assets-landingi.com/uc/d4db4ad0-eab7-436a-ae70-691623b0cfbd/GRAFIKA_BANER_MOBILE_v3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.adaptive-delivery-prevent-bg, #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.lazyload, #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.lazyloading { background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { background-color: transparent; background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { border-width: 0; border-radius: 0; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wa0Rsk5uesiP4Jh31a9N209I8bVogNEH { width:16.749125rem;height:16.0623125rem;top:6.5625rem;left:1.6243489384651rem;display:none; }
 }@media only screen and (max-width: 763px) { #qf2wHzL77xIEOLNZyqhivxgndTKTnF5W { width:16.749125rem;height:16.0623125rem;top:42.249351501465rem;left:1.6243489384651rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyTwK0BxZQuQey4w1w6gtBc6B9ltced3 { width:7.6875rem;height:3.3125rem;top:18.129558563233rem;left:3.4372833371162rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { width:20rem;height:3.6875rem;top:21.374134063721rem;left:0rem;z-index:14997;background-color:#0091ff;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) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { width:20rem;height:34.3125rem;top:23.374567031861rem;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) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { width:20rem;height:1.94986875rem;top:22.312501907349rem;left:0rem;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KybTgyEHsy2w9scQr28Dxtq1HddKxEQz { width:20rem;height:1.54361875rem;top:25.437067031861rem;left:0rem;font-size:1.1875rem;line-height:1.3;color:#000f7f;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.8125rem;overflow:hidden;height:auto;line-height:1.2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width: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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:17.5rem;height:auto;top:26.562067031861rem;left:0rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:17.5rem;height:auto;top:26.562067031861rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:28.9375rem;left:8.6875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { width:9.4355625rem;height:1.5rem;top:29.4375rem;left:8.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { width:3.6875rem;height:3.6875rem;top:60.375rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBJzs1JtsgwQPlgkJrOT7PSckQXhVWfr { width:7.561875rem;height:7.999125rem;top:16.826173782349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJRmMHsUmnrq9BmSrVPsJ760UssAdEkC { width:20rem;height:7.2539335096539rem;top:35.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkIIUL9wsCASlxtPXnVq31aUQgZD73wE { width:19.249125rem;height:11.8120625rem;top:2.0065078735351rem;left:0.3754341006279rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQhqff7QoLwCx7sKNZI7LTCHpgn8Ukk9 { width:18.1875rem;height:3.75rem;top:13.067058563233rem;left:1.1252171397209rem;font-size:1.875rem;font-weight:400;font-style:italic;line-height:1;text-shadow:0.1875rem 0.125rem 0.125rem rgba(93,24,24,0.43);display:block; }
 }@media only screen and (max-width: 763px) { #lhgLhaZEqBSsBy19gW7pwmcFW76Aqvw3 { top:1.0611982345581rem;left:2.6139324307442rem;width:1.68728125rem;height:1.68728125rem;z-index:15034;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ry5mEKlg6aQyguMeg20dIVTw2RTQ57sC { top:3.0622835159302rem;left:1.3953993916511rem;width:0.875rem;height:0.875rem;z-index:15035;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NTW7E3xkqLN09ZPtVGVTeS132s8pDrMD { top:18.660158157349rem;left:12.064236938953rem;width:1.62435rem;height:1.62435rem;z-index:15035;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZIiRNlzKvy52w4GRKwzf9hAO52i57yPQ { top:19.812067031861rem;left:14.645617783069rem;width:0.75rem;height:0.75rem;z-index:15036;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG { display:block; }#BHfB1uK1TSEiQpOorAl3r0qE6D3i0DkG > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyFlKVxJgxFHLfVTrc4aI7PCgD7D6dTS { width:17.3123125rem;height:3.59895625rem;top:2.3730463981628rem;left:1.5625000596046rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HK7Z3gTGVA3C2tLaFZTONTz1xeVqGF7v { width:16.7480625rem;height:13.8748125rem;top:6.3747830390931rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRZosSTKvd9h6hXEEWdZvkLNK66nAMUN { width:6.25rem;height:6.25rem;top:12.937283992767rem;left:11.562500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc2Czqvk850P5WKJ3fHAzGegtJImOC7G { width:16.4355625rem;height:13.811875rem;top:22.812501430511rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6P6XImsqNANTC2vLlVxpS52t4BWFK74 { width:16.4375rem;height:13.8125rem;top:38.43750333786rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmRyu7l83srcrRctnGdz0yymmwTxriWz { width:6.25rem;height:6.25rem;top:29.062499523163rem;left:2.5618491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaoLBr6Ccx3eRT91341JHg9V1JXWOTrW { width:6.25rem;height:6.25rem;top:44.874133586884rem;left:11.124132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMb3aTsNmJoFW7ftWlrJr5TXiU85vLBP { width:14.749375rem;height:1.57551875rem;top:19.749349117279rem;left:2.5618491768837rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #icW8nAbCbGW1gho1Ifys1P9AePf5rsIf { width:15.7498125rem;height:1.57551875rem;top:35.62500333786rem;left:2.1245661377907rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RpB8dJ3XkFqJEfQuNCeJ840xNV5SnXNb { width:20rem;height:1.57551875rem;top:51.499568462372rem;left:0rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X4ukhXaS35GaBl0oEJshfOWo5rO9NxgX { 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) { #mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh { display:block; }#mhTbA9T6w8SKKZZ8cbkSmDuFeHbopVmh > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gS8bI0EFFCnTg8gV3dK2QM7VzppRvW0F { 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) { #EDFkGvkzJ508OigF5Z9TDzPV0FUTm8mt { width:18.29122875rem;height:6.103735rem;top:52.204862594604rem;left:0.81163197755812rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWLBm9EQi5kulwBy4vmGmhuparXuO8zu { display:block; }
 }@media only screen and (max-width: 763px) { #H9Kp9DxTBZCtUdh8GnXArVlobXme9TAv { width:13.499375rem;height:7.4978125rem;top:10.657550811767rem;left:3.2497830986977rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdgcfopXmGBT3OaFaqitsJFRS9D5UN80 { width:19.125rem;height:49.25rem;top:0.52256965637207rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkaFMD1aUb64ONFehblLseqvHTTRBTmO { width:20rem;height:5.6166166666667rem;top:8.2725743774413rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3rNzS86zTQWdhbOU03hJLEzuBftpP4H { top:19.468318939209rem;left:0.18663197755814rem;width:19.3120625rem;height:16.1870625rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Le9cJlOLfarA7OrrtAbd5OEVq840zRbR { width:18.1875rem;height:32.75rem;top:2.3578567504883rem;left:0.75954860448838rem;z-index:15042;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:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FDG5CzCunt7i1nnNlL3mlmpZ72Aecxzf { width:17.3123125rem;height:3.6241375rem;top:6.4105873107913rem;left:1.2803819775581rem;font-size:1.8125rem;line-height:1;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7Q6MJR6TdDGp6okuI7vno3LBuctftPI { width:16.75rem;height:31rem;top:3.226993560791rem;left:1.4789498448372rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #a8iLid2RvePZMefUnfTIsJMv4QOfGW3K { width:16.875rem;height:4.43685rem;top:37.037326812744rem;left:1.5625000596046rem;font-size:1.75rem;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #X7lKTrBwie4EcF7CEx7v2wFmWQKaLdxM { display:block; }
 }@media only screen and (max-width: 763px) { #p49GVDTuVxxFJsx0gPUJ989WdNr10ZZp { width:7.3125rem;height:3.0369168489179rem;top:1.625rem;left:6.3125rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #Qcg5XWXdE9gxnQcLmuNTF2JHz9A5iD6T { width:8.75rem;height:9.3091708631818rem;top:15.5625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l18de0gIzRTzPguut5gOV9mcowKSJsX3 { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/96f56957-3dd6-4975-800b-e3605a210e63/TLO.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3.adaptive-delivery-prevent-bg, #l18de0gIzRTzPguut5gOV9mcowKSJsX3.lazyload, #l18de0gIzRTzPguut5gOV9mcowKSJsX3.lazyloading { background-image: none; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container { background-color: transparent; background-image: none; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container > .video-iframe-container { display: none; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row > .video-iframe-container { display: none; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container { border-width: 0; border-radius: 0; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l18de0gIzRTzPguut5gOV9mcowKSJsX3 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWldIkRPEo7tZVVoWoT5iPLGwW8lokOx { width:14.5rem;height:14.875rem;top:2.4993486404419rem;left:3.3116319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cntsoh6wEzksl2UOKVR2MONaHyMSlTwf { width:4.5rem;height:4.8125rem;top:13.061415672303rem;left:2.3741319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLmE8nzrTyETdp18P1EL0JPSrF7TFcSk { width:3.125rem;height:3.3125rem;top:3.1243486404419rem;left:14.187283813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPQabR8DCamhg0AnNV8dpRp4TR2chQD5 { width:18.3745625rem;height:4.375rem;top:19.253475189209rem;left:0.81163197755812rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #h46plPazsvuAAL3zaiplpUMTnZvDGhvO { width:18.125rem;height:10.4948125rem;top:24.683162689209rem;left:0.93750005960463rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #R79JkcGlS8lAtnZkLlHu8NJB0XJVTgHy { 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) { #IIzRl2vbp3aBkLZSO3OXtgzsZMpG7Cck { width:12.5rem;height:5.4094233543957rem;top:32.75rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGEr2stKa1K9EXlNIBNgXiWiPXg3gMm5 { width:20rem;height:20rem;top:4.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6tDIx3n8mMqMcLDzqWcOFvvFNk088wV { width:16.9998125rem;height:16.9998125rem;top:1.4359807968139rem;left:2.1245661377907rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:#ffffff;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.375rem;left:7.5rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.1875rem;left:10.6875rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:14rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.375rem;left:4rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:1.9987rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61cdf8f2-c7bc-4bfc-b4b2-ac45be281fed/fotodolnemobilev2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.adaptive-delivery-prevent-bg, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyload, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyloading { background-image: none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { border-width: 0; border-radius: 0; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { width:20rem;height:51.25rem;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; }
 }