.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#00265f;background-image:url("https://images.assets-landingi.com/uc/9e518247-cf0b-40f1-b323-59a1c152f317/bg1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y { border-width: 0; border-radius: 0; }#llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #fqI7lW91EdQ5pCUnBSTqKyxJnFgFDXx6 > .row .container { border-width: 0; border-radius: 0; }#fqI7lW91EdQ5pCUnBSTqKyxJnFgFDXx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fqI7lW91EdQ5pCUnBSTqKyxJnFgFDXx6 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #Q9owtR8TOcPQsPUDJut9yUSo0WO0iUD9 > .row .container { border-width: 0; border-radius: 0; }#Q9owtR8TOcPQsPUDJut9yUSo0WO0iUD9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9owtR8TOcPQsPUDJut9yUSo0WO0iUD9 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #WL99HhBGEiCRLoTPAQwJKzSuT5TbTpzg > .row .container { border-width: 0; border-radius: 0; }#WL99HhBGEiCRLoTPAQwJKzSuT5TbTpzg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WL99HhBGEiCRLoTPAQwJKzSuT5TbTpzg > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #vkQchAkZoSC0b3irr0LzUbRdPbZXik3s > .row .container { background-color: transparent; background-image: none; }#vkQchAkZoSC0b3irr0LzUbRdPbZXik3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkQchAkZoSC0b3irr0LzUbRdPbZXik3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkQchAkZoSC0b3irr0LzUbRdPbZXik3s > .row .container > .video-iframe-container { display: none; }#vkQchAkZoSC0b3irr0LzUbRdPbZXik3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkQchAkZoSC0b3irr0LzUbRdPbZXik3s > .row > .video-iframe-container { display: none; }#vkQchAkZoSC0b3irr0LzUbRdPbZXik3s > .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); }#vkQchAkZoSC0b3irr0LzUbRdPbZXik3s > .row .container { border-width: 0; border-radius: 0; }#vkQchAkZoSC0b3irr0LzUbRdPbZXik3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vkQchAkZoSC0b3irr0LzUbRdPbZXik3s > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #DRhAn642cQTfeWnJ5rPZ4f6oTChd072v > .row .container { background-color: transparent; background-image: none; }#DRhAn642cQTfeWnJ5rPZ4f6oTChd072v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRhAn642cQTfeWnJ5rPZ4f6oTChd072v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRhAn642cQTfeWnJ5rPZ4f6oTChd072v > .row .container > .video-iframe-container { display: none; }#DRhAn642cQTfeWnJ5rPZ4f6oTChd072v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRhAn642cQTfeWnJ5rPZ4f6oTChd072v > .row > .video-iframe-container { display: none; }#DRhAn642cQTfeWnJ5rPZ4f6oTChd072v > .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); }#DRhAn642cQTfeWnJ5rPZ4f6oTChd072v > .row .container { border-width: 0; border-radius: 0; }#DRhAn642cQTfeWnJ5rPZ4f6oTChd072v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRhAn642cQTfeWnJ5rPZ4f6oTChd072v > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #eumxgZd0GKnLQpm1521nULUndBWeMGD6 { background-color: transparent; background-image: none; }#eumxgZd0GKnLQpm1521nULUndBWeMGD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eumxgZd0GKnLQpm1521nULUndBWeMGD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eumxgZd0GKnLQpm1521nULUndBWeMGD6 > .row .container > .video-iframe-container { display: none; }#eumxgZd0GKnLQpm1521nULUndBWeMGD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eumxgZd0GKnLQpm1521nULUndBWeMGD6 > .row > .video-iframe-container { display: none; }#eumxgZd0GKnLQpm1521nULUndBWeMGD6 > .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); }#eumxgZd0GKnLQpm1521nULUndBWeMGD6 { border-width: 0; border-radius: 0; }#eumxgZd0GKnLQpm1521nULUndBWeMGD6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eumxgZd0GKnLQpm1521nULUndBWeMGD6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #JrqQ1KbHIJgKSmc1z1r6ao7xPPV1odUw { background-color: transparent; background-image: none; }#JrqQ1KbHIJgKSmc1z1r6ao7xPPV1odUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqQ1KbHIJgKSmc1z1r6ao7xPPV1odUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqQ1KbHIJgKSmc1z1r6ao7xPPV1odUw > .row .container > .video-iframe-container { display: none; }#JrqQ1KbHIJgKSmc1z1r6ao7xPPV1odUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqQ1KbHIJgKSmc1z1r6ao7xPPV1odUw > .row > .video-iframe-container { display: none; }#JrqQ1KbHIJgKSmc1z1r6ao7xPPV1odUw > .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); }#JrqQ1KbHIJgKSmc1z1r6ao7xPPV1odUw { border-width: 0; border-radius: 0; }#JrqQ1KbHIJgKSmc1z1r6ao7xPPV1odUw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JrqQ1KbHIJgKSmc1z1r6ao7xPPV1odUw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #NhfBfgBV1aGzvKHRrUVoumSaaUTTBDmX { background-color: transparent; background-image: none; }#NhfBfgBV1aGzvKHRrUVoumSaaUTTBDmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhfBfgBV1aGzvKHRrUVoumSaaUTTBDmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhfBfgBV1aGzvKHRrUVoumSaaUTTBDmX > .row .container > .video-iframe-container { display: none; }#NhfBfgBV1aGzvKHRrUVoumSaaUTTBDmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhfBfgBV1aGzvKHRrUVoumSaaUTTBDmX > .row > .video-iframe-container { display: none; }#NhfBfgBV1aGzvKHRrUVoumSaaUTTBDmX > .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); }#NhfBfgBV1aGzvKHRrUVoumSaaUTTBDmX { border-width: 0; border-radius: 0; }#NhfBfgBV1aGzvKHRrUVoumSaaUTTBDmX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NhfBfgBV1aGzvKHRrUVoumSaaUTTBDmX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container { background-color: transparent; background-image: none; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container > .video-iframe-container { display: none; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row > .video-iframe-container { display: none; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .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); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container { border-width: 0; border-radius: 0; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#hxbVKTGBifRDHqMyH2kXJ3f0PxMVmZgN { color:#faca00;display:block;width:54.375rem;position:absolute;font-family:"futura pt book";font-size:3.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:5.005859375rem;left:10.3125rem;height:4.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SJSPSiB2WofIAPyHM4HRuWDTToAUUvw2 { color:#ffffff;display:block;width:70.375rem;position:absolute;font-family:futuraptbold;font-size:4.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:8.375rem;left:2.3125rem;height:5.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row .container { background-color: transparent; background-image: none; }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row .container > .video-iframe-container { display: none; }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row > .video-iframe-container { display: none; }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .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); }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row .container { border-width: 0; border-radius: 0; }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#QXKKmZicQVS0hDqhPoXRqO17Tdba4l1w { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:futuraptbold;font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.3994140625rem;left:15.5625rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row .container { background-color: transparent; background-image: none; }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row .container > .video-iframe-container { display: none; }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row > .video-iframe-container { display: none; }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .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); }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row .container { border-width: 0; border-radius: 0; }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#BRCMmNcWntstL9G6bDA0tgWVTpMRmuBg { color:#000000;display:block;width:14.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.6875rem;left:1.25rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rk6wQg3bHLtFNyZEc4oQPvhqvf8slbIl { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14998;background-color:#d60c13;background-image:none;top:0.1875rem;left:15.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#WukxdDnhf7TWIN1P7bAEvA6uWZTgxEa5 { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:1.1875rem;left:19.125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NLgrTy4fVCiJd5TCGsPK54dkAiqDhGGk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.75rem;left:16.1875rem; }
#TviymqQuFvqnFIgW94mXTmeLyLc7HoRL { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.25rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ffl6N446iWbNNXvAi6LTOoFO89TDVEec { box-sizing:content-box;height:20.5625rem;width:24.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.75rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#oDgkRN1PPUyi2OmrAolZ3sA0we1UQTF9 { box-sizing:content-box;height:26.875rem;width:23.0625rem;position:absolute;display:block;z-index:15034;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/bbfad760-a6ff-4645-8fe2-dfa9671bd974/msc3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:50.8125rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#oDgkRN1PPUyi2OmrAolZ3sA0we1UQTF9.adaptive-delivery-prevent-bg, #oDgkRN1PPUyi2OmrAolZ3sA0we1UQTF9.lazyload, #oDgkRN1PPUyi2OmrAolZ3sA0we1UQTF9.lazyloading { background-image: none; }
#ZNU1MUe6PMyaTJAihIRTN6nooKHIXBGE { box-sizing:content-box;height:11rem;width:24.1875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:3.75rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#btdqxJltfHOyLlomD1kKAyNLFo4ptvhw { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.25rem;left:26.4375rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w0FfPSw85Scii7pokaeZkzPVbS5bwHQn { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14996;background-color:#d60c13;background-image:none;top:0.1875rem;left:40.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#a5KFlgJTAquEKLle5R0tGfNOBkP0NxZ8 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:1rem;left:44.375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wNz7perx0kgm5034tIJSCHIFzDvTrSAU { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.6875rem;left:26.5rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W74A6gXk3bGFJM7EIiK4i84ZIL2PiOuE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.5625rem;left:41.4375rem; }
#UHicTR2GxwhTFMoF7q65ABc6cdwhlFDv { box-sizing:content-box;height:11.4375rem;width:24.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:3.75rem;left:50.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#vxRl0gTDTmkUd2l8SPdglt1zV7ewoEi6 { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#d60c13;background-image:none;top:0.1875rem;left:66.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#HwhlTXqMoIP90HI0BkzTkz7sP7Z5UasX { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:1.1875rem;left:69.9375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k4l09WVNJeEUJU2G9EU3ZQKPpb1hgNBK { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:6.25rem;left:52.125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SuNAlU6xm1FWJtLlc7c78roNWCCdBG7k { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:8.6875rem;left:52.125rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T5XGWzVMIRoMa6QDbGUtb2A8v3SWFGbb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0.75rem;left:67rem; }
#Oecnf6gueb7p0HpiMXEmMlg1kiXa331X { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.125rem;left:1.375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HWkrw8mndAcGrlQeXXsrgDRxWdGxxKEo { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.4375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IHTiU8O6L769BCmECNDiaiZwgrihgz6n { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.125rem;left:52.125rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FVKb8TK6SnPVAeTiSZmA7eHFvO3vnfKM { box-sizing:content-box;height:17.5rem;width:23.0625rem;position:absolute;display:block;z-index:15002;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/f7ca6790-3b97-477b-8c4f-e665300bf71a/msc2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:25.25rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#FVKb8TK6SnPVAeTiSZmA7eHFvO3vnfKM.adaptive-delivery-prevent-bg, #FVKb8TK6SnPVAeTiSZmA7eHFvO3vnfKM.lazyload, #FVKb8TK6SnPVAeTiSZmA7eHFvO3vnfKM.lazyloading { background-image: none; }
#y6qh3LSXBrwCwg4PIT93btbv9AJKdMGm { box-sizing:content-box;height:26.875rem;width:23.0625rem;position:absolute;display:block;z-index:15003;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/87e6f0cd-87dd-4b85-a649-65c6d9807ec5/msc1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:0rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#y6qh3LSXBrwCwg4PIT93btbv9AJKdMGm.adaptive-delivery-prevent-bg, #y6qh3LSXBrwCwg4PIT93btbv9AJKdMGm.lazyload, #y6qh3LSXBrwCwg4PIT93btbv9AJKdMGm.lazyloading { background-image: none; }
#k96HHs9qicvgtwpslk4znQsTkBTObkBb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row .container { background-color: transparent; background-image: none; }#k96HHs9qicvgtwpslk4znQsTkBTObkBb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row .container > .video-iframe-container { display: none; }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row > .video-iframe-container { display: none; }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .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); }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row .container { border-width: 0; border-radius: 0; }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#Jhqheiu6u5kCocpvnAtM5KCtXwVXcZqe { box-sizing:content-box;height:23rem;width:23.0625rem;position:absolute;display:block;z-index:15015;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/911d840d-8bad-476c-b544-a05fc1c61583/outfit.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:0rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Jhqheiu6u5kCocpvnAtM5KCtXwVXcZqe.adaptive-delivery-prevent-bg, #Jhqheiu6u5kCocpvnAtM5KCtXwVXcZqe.lazyload, #Jhqheiu6u5kCocpvnAtM5KCtXwVXcZqe.lazyloading { background-image: none; }
#e5Eo8Us0LMLppM8FRcMbJ7hbhWRQsnCD { box-sizing:content-box;height:30.8125rem;width:23.0625rem;position:absolute;display:block;z-index:15003;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/02744b8e-919c-4abe-99ef-f71aa1a3195a/miejsce.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:25.46875rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#e5Eo8Us0LMLppM8FRcMbJ7hbhWRQsnCD.adaptive-delivery-prevent-bg, #e5Eo8Us0LMLppM8FRcMbJ7hbhWRQsnCD.lazyload, #e5Eo8Us0LMLppM8FRcMbJ7hbhWRQsnCD.lazyloading { background-image: none; }
#GvKJsp7CgSiQJLdaqZhXKgWdDWEu1rFl { box-sizing:content-box;height:30.8125rem;width:23rem;position:absolute;display:block;z-index:15021;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/cf6912c6-7303-4ebb-a4e6-70031cd17b9b/moment.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:50.8125rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#GvKJsp7CgSiQJLdaqZhXKgWdDWEu1rFl.adaptive-delivery-prevent-bg, #GvKJsp7CgSiQJLdaqZhXKgWdDWEu1rFl.lazyload, #GvKJsp7CgSiQJLdaqZhXKgWdDWEu1rFl.lazyloading { background-image: none; }
#fgUSxKbWDyuOg2s6coidU0Z0tJ3iPx9p { color:#00265f;display:block;width:16.4375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7rem;left:1.25rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CMNCD9Z4OpqnoDtMvqTdRdVL1A32tZnW { color:#d60c13;display:block;width:17.5625rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.0625rem;left:1.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#diQOa9Eizf3Vz37UyyEw7cuDJTf7zkEq { box-sizing:content-box;height:11.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.5625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Jb0d3yBbF9nuQxcht2E1MzBsolx5k3oZ { color:#00265f;display:block;width:13.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:7rem;left:26.625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K3ngpK1BsiiZUB1VSLDEA7ZGQf9668PB { color:#d60c13;display:block;width:21.1875rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pNIi6b5BVOh1KhalTGNKhu10pc9T8Qgy { box-sizing:content-box;height:7.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.5625rem;left:25.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#b04EKoeQnIweR4XPcQazubm31XNSR7wu { box-sizing:content-box;height:10.5rem;width:24.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.5625rem;left:50.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#xLgr77s7BXHzcispAwM0Tpo8AEtGBqw1 { color:#00265f;display:block;width:12.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7rem;left:52.1875rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ROE7PwPlny1k3eG0Mwb9ivtRhEDXBb7W { color:#d60c13;display:block;width:18.9375rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.0625rem;left:52.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k4t38whyEROoQZtUs7LIJ4tKBFnCuK50 { color:#00265f;display:block;width:12.75rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.25rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O9Tb39aAoqERiT3fqLUZAXBpK3lGe2zm { color:#00265f;display:block;width:13.25rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:3.9375rem;left:26.625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rZqaOSFtO1MwkEvVkbLJdUd3ROJsHlgO { color:#00265f;display:block;width:14.125rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:3.9375rem;left:52.1875rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row .container { background-color: transparent; background-image: none; }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row .container > .video-iframe-container { display: none; }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row > .video-iframe-container { display: none; }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .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); }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row .container { border-width: 0; border-radius: 0; }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#qrbHTQa2C4gMwKTrKvTpRfS7G3PVvBZ0 { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:futuraptbold;font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.3994140625rem;left:15.5625rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row .container { background-color: transparent; background-image: none; }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row .container > .video-iframe-container { display: none; }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row > .video-iframe-container { display: none; }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .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); }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row .container { border-width: 0; border-radius: 0; }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#Nsl52yQRPznATFQa3MKyW6nohz4fMqJt { color:#000000;display:block;width:14.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.6875rem;left:1.25rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xO14vvEIVoL70aZEDHITakEITnrc57a3 { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14998;background-color:#d60c13;background-image:none;top:0.1875rem;left:15.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#MJIs2AnFK24D7nifNNlFvBv0nr4zDXXx { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:1.1875rem;left:19.125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wFNe6twt8ZAzrITWyWnFQ2xqhgdK8Mwu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.75rem;left:16.1875rem; }
#FVIwrNxurpHwQv2VKVkiVoX1igzXBoGu { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.25rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rN6ORQNUFCeeEu1HOmxIBvJMgXaB7yHp { box-sizing:content-box;height:20.5625rem;width:24.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.75rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#ZgvZNq5Nz8lwL5OvBX333UgkkEA9eCpK { box-sizing:content-box;height:34.5rem;width:23.0625rem;position:absolute;display:block;z-index:15034;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/95d38087-4029-4bac-a39e-6b67addf0f1c/historia3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:50.8125rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#ZgvZNq5Nz8lwL5OvBX333UgkkEA9eCpK.adaptive-delivery-prevent-bg, #ZgvZNq5Nz8lwL5OvBX333UgkkEA9eCpK.lazyload, #ZgvZNq5Nz8lwL5OvBX333UgkkEA9eCpK.lazyloading { background-image: none; }
#e5Rxg1qt0Vvc4yzDFBqldUbAiuKwIfz8 { box-sizing:content-box;height:11rem;width:24.1875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:3.75rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#KmiKNOmiTQ6cZevxNoKa8qOJ59WONrLh { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.25rem;left:26.4375rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kuMsQVfibUny8zPsXubN09c8JEWyT8fp { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14996;background-color:#d60c13;background-image:none;top:0.1875rem;left:40.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#wFQgf2wUOESb0dHlCFGcFroB1sUJZA3d { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:1rem;left:44.375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kix6OSXM02NX12cy3QTPsmsTOFUqDhQu { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.6875rem;left:26.5rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fuDy29FopnoB5dPZBxdNvXL6KJm2OTGv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.5625rem;left:41.4375rem; }
#pA5BMdI7OKRhIi834vnKe8OmyBx44SxQ { box-sizing:content-box;height:11.4375rem;width:24.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:3.75rem;left:50.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Vbk4Irh6BoykZaiRwLIDvHJcNpMxtGCp { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#d60c13;background-image:none;top:0.1875rem;left:66.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Rpd1Fz7IqQkTUAoH0Mkhq45lsn1daV6J { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:1.1875rem;left:69.9375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hdW7LU2PcnusNXOcqIFDiuT1a6VLusWz { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:6.25rem;left:52.125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WkNe39pWqEoJ7vSTTWtJ4MtnNnRUeACL { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:8.6875rem;left:52.125rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I93d4TIwN6aLTJHzmIIWAAheDkmxGGoR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0.75rem;left:67rem; }
#cTPaXu9timZgBo5vA7IppFC7RXFurzII { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.125rem;left:1.375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gq4N5RDRGGrTVRtNKhXsgDEk3efrzrJR { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.4375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PXO6zt0Te3q5R1AhftB2S1k3hKZu2dOG { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.125rem;left:52.125rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lTweqESrlZd88iizIrdwxg1Po2kC6Bqs { box-sizing:content-box;height:29.9375rem;width:23.0625rem;position:absolute;display:block;z-index:15002;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/b59f87af-b5bc-4fdc-b170-4e15aa1f38af/historia2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:25.25rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#lTweqESrlZd88iizIrdwxg1Po2kC6Bqs.adaptive-delivery-prevent-bg, #lTweqESrlZd88iizIrdwxg1Po2kC6Bqs.lazyload, #lTweqESrlZd88iizIrdwxg1Po2kC6Bqs.lazyloading { background-image: none; }
#Fr2hAX2VPNAUP5FKnXcOX0TXPqSpPxe8 { box-sizing:content-box;height:34.5rem;width:23.0625rem;position:absolute;display:block;z-index:15003;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/8d531576-3391-4edb-b6d4-c36500ffa253/historia1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:0rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Fr2hAX2VPNAUP5FKnXcOX0TXPqSpPxe8.adaptive-delivery-prevent-bg, #Fr2hAX2VPNAUP5FKnXcOX0TXPqSpPxe8.lazyload, #Fr2hAX2VPNAUP5FKnXcOX0TXPqSpPxe8.lazyloading { background-image: none; }
#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row .container { background-color: transparent; background-image: none; }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row .container > .video-iframe-container { display: none; }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row > .video-iframe-container { display: none; }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .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); }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row .container { border-width: 0; border-radius: 0; }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#LDaGucO4U1hIEIryL5KMixEVBSfhDplk { box-sizing:content-box;height:30.125rem;width:23.0625rem;position:absolute;display:block;z-index:15015;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/76f2f9f5-2ef7-44dd-a6b1-7069731ed9fc/outfit.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:0rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#LDaGucO4U1hIEIryL5KMixEVBSfhDplk.adaptive-delivery-prevent-bg, #LDaGucO4U1hIEIryL5KMixEVBSfhDplk.lazyload, #LDaGucO4U1hIEIryL5KMixEVBSfhDplk.lazyloading { background-image: none; }
#nCnlI1DS1QRmz8uzW5koM3DpLKKQ0AzC { box-sizing:content-box;height:30.125rem;width:23.0625rem;position:absolute;display:block;z-index:15003;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/8f1d6006-517b-4c54-bf97-142fedf2ee00/miejsce.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:25.46875rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#nCnlI1DS1QRmz8uzW5koM3DpLKKQ0AzC.adaptive-delivery-prevent-bg, #nCnlI1DS1QRmz8uzW5koM3DpLKKQ0AzC.lazyload, #nCnlI1DS1QRmz8uzW5koM3DpLKKQ0AzC.lazyloading { background-image: none; }
#AR4wLW7804dxplk43TE8Ffdx4fylTTMT { box-sizing:content-box;height:22.0625rem;width:23rem;position:absolute;display:block;z-index:15021;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/f67f590c-e48a-465f-80a8-770d461aca01/moment.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:50.812923250564rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#AR4wLW7804dxplk43TE8Ffdx4fylTTMT.adaptive-delivery-prevent-bg, #AR4wLW7804dxplk43TE8Ffdx4fylTTMT.lazyload, #AR4wLW7804dxplk43TE8Ffdx4fylTTMT.lazyloading { background-image: none; }
#PlxiwTVS0pVAI0tLly5ODvNF95aHZZRq { color:#00265f;display:block;width:16.4375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7rem;left:1.25rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Me6TyVzlcCiXF33m3ibCNCtFOzqIK51r { color:#d60c13;display:block;width:17.5625rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.0625rem;left:1.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lJPdAp9VcNuLwEeCxb1WsnuZI3aKTg5S { box-sizing:content-box;height:11.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.5625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#fufVAil1n5BzDETq1yhJ2ktd06CiERks { color:#00265f;display:block;width:13.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:7rem;left:26.625rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTW1M4GRn2QXcJGVy8IFPdwGsO8WmO6N { color:#d60c13;display:block;width:21.1875rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zObC2uTDMqw33skVwysTaeOkKGWQaPt4 { box-sizing:content-box;height:7.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.5625rem;left:25.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#myukTRDkmvfbOTn4DlyQoty1GCA93RTN { box-sizing:content-box;height:10.5rem;width:24.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.5625rem;left:50.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#SCBnPLz5IrZ20LbOaUyu9g5z6M7hNIZl { color:#00265f;display:block;width:12.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7rem;left:52.1875rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hLRAm57XPJBwvVukiELgdpkLU0R5K6MS { color:#d60c13;display:block;width:18.9375rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.0625rem;left:52.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yNg7moKDechPT5kfpC7ZfxKSpaRG7lEn { color:#00265f;display:block;width:12.75rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.25rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EEG7L56xnwSDZSN1A0D828Hy6PkcdJgb { color:#00265f;display:block;width:13.25rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:3.9375rem;left:26.625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pZcdyagEVN7RzdurwLnFo0gaQs8qiJsd { color:#00265f;display:block;width:14.125rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:3.9375rem;left:52.1875rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row .container { background-color: transparent; background-image: none; }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row .container > .video-iframe-container { display: none; }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row > .video-iframe-container { display: none; }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .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); }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row .container { border-width: 0; border-radius: 0; }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#G6AfzzTItJasFildddQyaEZUhk7otwpl { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:futuraptbold;font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.3994140625rem;left:15.5625rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zQvGtERkxGufyvl3G5vm9646GwJPGV6A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row .container { background-color: transparent; background-image: none; }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row .container > .video-iframe-container { display: none; }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row > .video-iframe-container { display: none; }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .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); }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row .container { border-width: 0; border-radius: 0; }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#Qz9iTxbS6xdlpXPPmSuZTdKUl2H8GOKz { color:#000000;display:block;width:14.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.6875rem;left:1.25rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v9ggycTl9talDqtdeIUlAf4RlhAtzOnM { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14998;background-color:#d60c13;background-image:none;top:0.1875rem;left:15.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#DUtNKSpE4cNTCRKLXXiXvPeXhlbLzumq { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:1.1875rem;left:19.125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cxziBp88kHKx0ok9hAErG7b9s1TNgmgn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.75rem;left:16.1875rem; }
#RRDgD4Ed3CEUHzJrVni2DQHdNmNSp29R { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T48wq8Ru900SWnNdShgCerSmf8aTCxAM { box-sizing:content-box;height:20.5625rem;width:24.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.75rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#pPOC6kEQ2Edbds0ZAGhTaaiI8eX5sXR5 { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15034;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/755608a4-73f9-45c9-bac1-fea97b74144f/Zrzutekranu20250819150159.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:50.8125rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#pPOC6kEQ2Edbds0ZAGhTaaiI8eX5sXR5.adaptive-delivery-prevent-bg, #pPOC6kEQ2Edbds0ZAGhTaaiI8eX5sXR5.lazyload, #pPOC6kEQ2Edbds0ZAGhTaaiI8eX5sXR5.lazyloading { background-image: none; }
#egiAdRzdF2cXPyHDFqxSnqTbDh5TUQS7 { box-sizing:content-box;height:11rem;width:24.1875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:3.75rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#cKQCK8cMoJVKcx0gAOdtvFe9eXXab5Pw { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.25rem;left:26.4375rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eh3DnMHTtH5tXsaBsq0KxNEFHUkZ1Q7H { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14996;background-color:#d60c13;background-image:none;top:0.1875rem;left:40.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#TwnnS2NVqc8TfrpHATpLWrGv6nSNu8C3 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:1rem;left:44.375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LUIi5UvfAhkrkHDH1qSq5eH4k5I6Np2r { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.6875rem;left:26.5rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OG1ZMSILaGMo76umzF4iOiAifnvZ1IyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.5625rem;left:41.4375rem; }
#WI9s4LGTUDImTQovpyuhv7TZhaMyaBmo { box-sizing:content-box;height:11.4375rem;width:24.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:3.75rem;left:50.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#VF5SW6O8nHiCKzzOR2nR2FJC1AhL9seU { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#d60c13;background-image:none;top:0.1875rem;left:66.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Vt6XO8DwgEGGAQS7suBAZGb6KR0q6xTZ { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:1.1875rem;left:69.9375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a4gi8fG6NMcNwnVoWuTe4zAxVuw6VCRQ { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:6.25rem;left:52.125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nnf1Pd14BJN5NMpkiyu8emFMyIbgiSbB { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:8.6875rem;left:52.125rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tQdvxhwklRCVX7PXm8prtm5PgWvSTQMZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0.75rem;left:67rem; }
#Tct5Am4HdOJ5stNGNJVItpezWQ170wM7 { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.125rem;left:1.375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lzp3CNSNKe5UZmUAa2wT7qDandtrEz13 { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.4375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e2T4xfvUz9pX0tpg4tUshV4wUI1ym1R8 { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.125rem;left:52.125rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BtO0wmsMevCoMhnTILyC8ZyIrQdfcX2R { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15002;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/0ee69500-93fa-4b5e-8b8c-00f318629c03/Zrzutekranu20250819150150.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:25.25rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#BtO0wmsMevCoMhnTILyC8ZyIrQdfcX2R.adaptive-delivery-prevent-bg, #BtO0wmsMevCoMhnTILyC8ZyIrQdfcX2R.lazyload, #BtO0wmsMevCoMhnTILyC8ZyIrQdfcX2R.lazyloading { background-image: none; }
#kTE3tc8pAQWBKECkrVT1wJ6M8Izeg0nH { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15003;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/6cdc1b83-bb7c-4aad-8bc2-94023be1246c/Zrzutekranu20250819150553.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:0rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#kTE3tc8pAQWBKECkrVT1wJ6M8Izeg0nH.adaptive-delivery-prevent-bg, #kTE3tc8pAQWBKECkrVT1wJ6M8Izeg0nH.lazyload, #kTE3tc8pAQWBKECkrVT1wJ6M8Izeg0nH.lazyloading { background-image: none; }
#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row .container { background-color: transparent; background-image: none; }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row .container > .video-iframe-container { display: none; }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row > .video-iframe-container { display: none; }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .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); }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row .container { border-width: 0; border-radius: 0; }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#J79AWyR4SsK12Et0rTb6nbro9G34QXBR { box-sizing:content-box;height:30.75rem;width:23.0625rem;position:absolute;display:block;z-index:15015;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/a53e77d8-c23c-4774-ae3c-cfb0b08628df/534314712_1938068103679472_8081000228393708007_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:0rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#J79AWyR4SsK12Et0rTb6nbro9G34QXBR.adaptive-delivery-prevent-bg, #J79AWyR4SsK12Et0rTb6nbro9G34QXBR.lazyload, #J79AWyR4SsK12Et0rTb6nbro9G34QXBR.lazyloading { background-image: none; }
#c1ym5RHKHtSByCnqMVMiSiMXHhtt2xPx { box-sizing:content-box;height:30.75rem;width:23.0625rem;position:absolute;display:block;z-index:15003;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/8768400c-80fb-42fa-92e9-01208a72978c/535053728_1072596651650343_3368842611888979957_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:25.468751907349rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#c1ym5RHKHtSByCnqMVMiSiMXHhtt2xPx.adaptive-delivery-prevent-bg, #c1ym5RHKHtSByCnqMVMiSiMXHhtt2xPx.lazyload, #c1ym5RHKHtSByCnqMVMiSiMXHhtt2xPx.lazyloading { background-image: none; }
#O2Zsigh4bgUSWHWOhBb6K1TFy5xK1k5T { box-sizing:content-box;height:30.75rem;width:23.0625rem;position:absolute;display:block;z-index:15021;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/5876c919-cda5-493b-96f8-b21e23f398b7/534315471_18323874532231769_3195666225966572817_n.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:50.875001907349rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#O2Zsigh4bgUSWHWOhBb6K1TFy5xK1k5T.adaptive-delivery-prevent-bg, #O2Zsigh4bgUSWHWOhBb6K1TFy5xK1k5T.lazyload, #O2Zsigh4bgUSWHWOhBb6K1TFy5xK1k5T.lazyloading { background-image: none; }
#CWHGrJgfIXR1WBt8UgxhxZELct0wuc5g { color:#00265f;display:block;width:16.4375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7rem;left:1.25rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xp8oUyfJ71BBShVe8fBVx1AZOO0eDeHX { color:#d60c13;display:block;width:17.5625rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.0625rem;left:1.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KtOc9P9dDetlUTZDNXWAco8PFHpNLM4t { box-sizing:content-box;height:11.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.5625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#tNVaTCwCLpkqHtQCRxhHzr2uKbXeEnaL { color:#00265f;display:block;width:13.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:7rem;left:26.625rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x4ZPZki4ks2hglPZmzKFgdbbhADiw4UR { color:#d60c13;display:block;width:21.1875rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IQGcbUmehkawllanoUllaL6AsckSkNFv { box-sizing:content-box;height:7.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.5625rem;left:25.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#TlgQpzpIT4eb41N49ZJhoTPIqidgx8vX { box-sizing:content-box;height:10.5rem;width:24.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.5625rem;left:50.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#sP88T5Xem0KUaeJ2Une80ieMMLQpOlxn { color:#00265f;display:block;width:12.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7rem;left:52.1875rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#icVnC3Goxz0TlRyxWqahIAmRLsi6bvmx { color:#d60c13;display:block;width:18.9375rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.0625rem;left:52.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tckgxzc6SWKzH9l8RFCOXGUesbI4AGDt { color:#00265f;display:block;width:12.75rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.25rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gycs0meRLLfCbLtfydhFPnHmp3DHr2QQ { color:#00265f;display:block;width:13.25rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:3.9375rem;left:26.625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#McFk5Rx9SpTyunQsg5CMNWJCrm82X52k { color:#00265f;display:block;width:14.125rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:3.9375rem;left:52.1875rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row .container { background-color: transparent; background-image: none; }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row .container > .video-iframe-container { display: none; }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row > .video-iframe-container { display: none; }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .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); }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row .container { border-width: 0; border-radius: 0; }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#ChSTrBNvF34K50R3ZlKCKh1lfNBluBOf { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:futuraptbold;font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.3994140625rem;left:15.5625rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row .container { background-color: transparent; background-image: none; }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row .container > .video-iframe-container { display: none; }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row > .video-iframe-container { display: none; }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .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); }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row .container { border-width: 0; border-radius: 0; }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#gsn8xdIqwa7gc4k7BIcOe65f6MX6vAV5 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.6875rem;left:1.25rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iAgBPwo6vSSgRG2QH723Adwk6VD3A2O6 { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14998;background-color:#d60c13;background-image:none;top:0.1875rem;left:15.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Xx7c5twAkgp5eqDdxvOwdaPrtaX1VTJA { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:1.1875rem;left:19.125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yWTf5lUF3CzqqJKBspdS7TFan97A3cgF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.75rem;left:16.1875rem; }
#uz5tRGJfrypFXBTaDgKZ7JLy0e2gIzpX { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.25rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zhpuv1gXrFDn78fcsGFh3Ir2gcV0MEai { box-sizing:content-box;height:20.5625rem;width:24.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.75rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#oWmc5nmcJ73zwEcNTwusc5BflD3rZ5sv { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15034;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/e9c748f2-100c-46ee-bdea-40d364200af4/d6473f2eaf1e441a8ddfb6033799b677.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:50.8125rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#oWmc5nmcJ73zwEcNTwusc5BflD3rZ5sv.adaptive-delivery-prevent-bg, #oWmc5nmcJ73zwEcNTwusc5BflD3rZ5sv.lazyload, #oWmc5nmcJ73zwEcNTwusc5BflD3rZ5sv.lazyloading { background-image: none; }
#ibq6TPGA6GUC9q7T0JSd3SkgCc017Tzd { box-sizing:content-box;height:11rem;width:24.1875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:3.75rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#rRkKN3dRUz2es4NsG5OEifUtKexKQqam { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.25rem;left:26.4375rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SWFmF31LEOCS5U7SXv71hMnRKSV7Nkgn { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14996;background-color:#d60c13;background-image:none;top:0.1875rem;left:40.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#iRX4OpDcQcKOTtap5cg11kH4WygK7hcU { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:1rem;left:44.375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LG8ktTiIWdcfrG2L0pWlpzN6W8sKymNW { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.6875rem;left:26.5rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxtwC2F5QmOc5sfeELNzp4gFhb9bUXpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.5625rem;left:41.4375rem; }
#wItE639yifulfBR3Nql7gt0EUE2R15hb { box-sizing:content-box;height:11.4375rem;width:24.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:3.75rem;left:50.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#JxqBWrhA73x44f9cWJyw5tZSbxeBr68N { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#d60c13;background-image:none;top:0.1875rem;left:66.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#x0ksTfkRmdoRZTS235sz7V4zoa39ktfk { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:1.1875rem;left:69.9375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l8tXRk5DK2KkTfZayfyN1qdzninkPHh7 { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:6.25rem;left:52.125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xTpZbqxEvLpsTf7HL3JkrvSy8zHsD1QT { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:8.6875rem;left:52.125rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kxyAoss6bCh0o7Fu6cGnnUgVwHegFqVx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0.75rem;left:67rem; }
#euFk58cop8UyPAMtp4BbtfuhpT8TKR5U { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.125rem;left:1.375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sbd8RFarrGK8doPP8R5PwSZi4ZT5K4XR { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.4375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BrT7iHX1zOnNrh1OQDl1GUcQHovwOfS3 { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.125rem;left:52.125rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qD7rmHQkBVFdkP9TTbdDkVB0AvOLTqfp { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15002;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/7915bea6-d1fd-4815-ad16-fdf9157550b9/a5f6021b47a94a31915c08fecfdc27de.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:25.25rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#qD7rmHQkBVFdkP9TTbdDkVB0AvOLTqfp.adaptive-delivery-prevent-bg, #qD7rmHQkBVFdkP9TTbdDkVB0AvOLTqfp.lazyload, #qD7rmHQkBVFdkP9TTbdDkVB0AvOLTqfp.lazyloading { background-image: none; }
#zq2I6FpigmH9LncAFRFVUnkqmsKtLnp2 { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15003;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/70e823e7-c95e-45b7-aef5-9789bb515b90/ede606e2ca424603aad58efa189f5e50.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:0rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#zq2I6FpigmH9LncAFRFVUnkqmsKtLnp2.adaptive-delivery-prevent-bg, #zq2I6FpigmH9LncAFRFVUnkqmsKtLnp2.lazyload, #zq2I6FpigmH9LncAFRFVUnkqmsKtLnp2.lazyloading { background-image: none; }
#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row .container { background-color: transparent; background-image: none; }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row .container > .video-iframe-container { display: none; }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row > .video-iframe-container { display: none; }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .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); }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row .container { border-width: 0; border-radius: 0; }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#sebyLEhsbdowT4PLecJi59o2Kcn5na7r { box-sizing:content-box;height:30.75rem;width:23.0625rem;position:absolute;display:block;z-index:15015;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/7306cef2-2826-46d3-8d6e-c7867ec33385/Zrzutekranu20250812090521.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:0rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#sebyLEhsbdowT4PLecJi59o2Kcn5na7r.adaptive-delivery-prevent-bg, #sebyLEhsbdowT4PLecJi59o2Kcn5na7r.lazyload, #sebyLEhsbdowT4PLecJi59o2Kcn5na7r.lazyloading { background-image: none; }
#hem7iucvu0nemCSKReodNih9KQHt4lK4 { box-sizing:content-box;height:30.75rem;width:23.0625rem;position:absolute;display:block;z-index:15003;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/94d0ecfb-64d4-4596-a505-d2005ae9237b/Zrzutekranu20250812090510.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:25.468751907349rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#hem7iucvu0nemCSKReodNih9KQHt4lK4.adaptive-delivery-prevent-bg, #hem7iucvu0nemCSKReodNih9KQHt4lK4.lazyload, #hem7iucvu0nemCSKReodNih9KQHt4lK4.lazyloading { background-image: none; }
#z1ECWFCPUx9nGznOXI58ixlSy3b4pMsC { box-sizing:content-box;height:30.75rem;width:23.0625rem;position:absolute;display:block;z-index:15021;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/a3c77ab2-dbff-4925-aa90-67bb86a46f57/Zrzutekranu20250812090428.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:50.875001907349rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#z1ECWFCPUx9nGznOXI58ixlSy3b4pMsC.adaptive-delivery-prevent-bg, #z1ECWFCPUx9nGznOXI58ixlSy3b4pMsC.lazyload, #z1ECWFCPUx9nGznOXI58ixlSy3b4pMsC.lazyloading { background-image: none; }
#d5fKf0r8iSqiB3EgDLTySM3PgumpAooQ { color:#00265f;display:block;width:16.4375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7rem;left:1.25rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K4XwZuQqzUIPa2HdL4Z9QLT983mPwXQN { color:#d60c13;display:block;width:17.5625rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.0625rem;left:1.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UBJuwNoGBMSSw5SVRht47DpOykrwEvmM { box-sizing:content-box;height:11.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.5625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#qzvxRBd2m9NGITkZbTZRWQNoFo93O15R { color:#00265f;display:block;width:13.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:7rem;left:26.625rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JEQ7ZQJ1IeMheD5xl1WSrD2XdKFiRuIL { color:#d60c13;display:block;width:21.1875rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kttid2UxNTTxnV8pR5GtaQAlrwLNkt6t { box-sizing:content-box;height:7.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.5625rem;left:25.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#I9CkuNX0XbDDgNTkz4VOmDFVaHquugVJ { box-sizing:content-box;height:10.5rem;width:24.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.5625rem;left:50.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#AMTCbivBAQxUcV5W8SeRZGus07zlQQc5 { color:#00265f;display:block;width:12.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7rem;left:52.1875rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r1u6xTN9h1T2AiUGn829Zb8O1SKTDTdr { color:#d60c13;display:block;width:18.9375rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.0625rem;left:52.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wdgztca6VUdZuoeTTlfXhACUN6e6bTlR { color:#00265f;display:block;width:12.75rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.25rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VXqKfgWxSMFKXb2TSQOIgnvnM0gkIUrO { color:#00265f;display:block;width:13.25rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:3.9375rem;left:26.625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WmbKI3sS5zmoyF6iB86WDtz0FHq5NLxS { color:#00265f;display:block;width:14.125rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:3.9375rem;left:52.1875rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ARsuBvwNvqylJc4V8laWt6FiTJpkedHu { background-color:#d60c13;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:42.424998283386rem;left:26.718751907349rem;display:none; }
#hPgrTgsIbQTJqBmy21CfAqgunt2b1HP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container { background-color: transparent; background-image: none; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container > .video-iframe-container { display: none; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row > .video-iframe-container { display: none; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .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); }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container { border-width: 0; border-radius: 0; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#sO9hwhAhC8Gxz8ppSITFkBu4U06lJMgz { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:futuraptbold;font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.3994140625rem;left:15.5625rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cISg8x7e2pi3UNcannyApyrLTzuoweqx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row .container { background-color: transparent; background-image: none; }#cISg8x7e2pi3UNcannyApyrLTzuoweqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row .container > .video-iframe-container { display: none; }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row > .video-iframe-container { display: none; }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .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); }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row .container { border-width: 0; border-radius: 0; }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#fpp1SlhW3MuIwIvw4p7878tGht4PNDzT { color:#000000;display:block;width:14.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.6875rem;left:1.25rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RuCQ8ZHpeMOTFt0obCKwNGsfbLKzJ68O { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14998;background-color:#d60c13;background-image:none;top:0.1875rem;left:15.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#fuBSizGadkOa90WntE4nUORaglsCCkO3 { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:1.1875rem;left:19.125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GAKl51OlZweU7rgMsTWe2XJ7UEqW7utg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.75rem;left:16.1875rem; }
#VxpXEaOUtG87qgrTNR3FRPNaMnfr2Ani { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.25rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gqOFNJLPZFDNLamphoNL6TsG9oARWOKz { box-sizing:content-box;height:20.5625rem;width:24.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.75rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#UmuKGoHSk0qgG5A54PpFyCQ2GxdTMTvD { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15034;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/c6b1440c-f7e0-4bd7-8f1e-eb6a8b233f8c/527980642_17887837773317666_6469569311575015022_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:50.8125rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#UmuKGoHSk0qgG5A54PpFyCQ2GxdTMTvD.adaptive-delivery-prevent-bg, #UmuKGoHSk0qgG5A54PpFyCQ2GxdTMTvD.lazyload, #UmuKGoHSk0qgG5A54PpFyCQ2GxdTMTvD.lazyloading { background-image: none; }
#F0R2gaeA6Mv6aHgpTOkTL4kErb4rmhyq { box-sizing:content-box;height:11rem;width:24.1875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:3.75rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#sL7l7kyq9MI0nedRv4DvrGBWksEwiyDt { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.25rem;left:26.4375rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AWDNSVAlUnGiQzPFFwRe809dkOMLQe5P { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14996;background-color:#d60c13;background-image:none;top:0.1875rem;left:40.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#LkKfPs7BeHpHsW4bpOg49utH7kTEZRv4 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:1rem;left:44.375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lw8XHA2Q1XLNNaQqQB7NTynHubrTM1S9 { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.6875rem;left:26.5rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zbtdWWdxRRvWL8H9towKLlFxTFBn4Rzg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.5625rem;left:41.4375rem; }
#atN79QUCeTTvNZAoC1ECUgu3hl3JVrh9 { box-sizing:content-box;height:11.4375rem;width:24.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:3.75rem;left:50.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#WqyCxoWGqOeQFp3enDPCxAQqZh2gL0cw { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#d60c13;background-image:none;top:0.1875rem;left:66.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#HOkomdm49f6ovUX2WJpLrFBGPgh1TeDg { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:1.1875rem;left:69.9375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QstfC9wXqVCIixeoocf4rhdL6WqaHV3P { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:6.25rem;left:52.125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gdOqv4y3XAigZoHbGZNr8v95bfsuxWZQ { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:8.6875rem;left:52.125rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AA5K6M3XzsO5q8iUMQC1ImxQ9W9x0JGr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0.75rem;left:67rem; }
#h00qDqQMvr2oEEGobMxb6W5SqZdDzTOW { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.125rem;left:1.375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U7fEVNmR11s3P4Z3wlAfuPTarVVRfGoi { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.4375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dJhLRiTLiywwoUs9gLvPIswZs6wyTQBI { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.125rem;left:52.125rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dtKsSQUIThZEloLvNK7ku0qq5E1nHnXD { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15002;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/aea69909-cef7-4e49-b8bd-0aa5acecb394/526750792_18365117179146182_1527574212644018508_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:25.25rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#dtKsSQUIThZEloLvNK7ku0qq5E1nHnXD.adaptive-delivery-prevent-bg, #dtKsSQUIThZEloLvNK7ku0qq5E1nHnXD.lazyload, #dtKsSQUIThZEloLvNK7ku0qq5E1nHnXD.lazyloading { background-image: none; }
#IpUW3ARbcaHSXZTOUMXkcUJkf2MMyBwZ { position:absolute;display:block;z-index:15035;height:13rem;width:23.0625rem;top:10.6875rem;left:0.5625rem;display:block; }
#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row .container { background-color: transparent; background-image: none; }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row .container > .video-iframe-container { display: none; }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row > .video-iframe-container { display: none; }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .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); }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row .container { border-width: 0; border-radius: 0; }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#a2Xm9F9zpRFbqCJnXs00ZVI9inMi4imd { box-sizing:content-box;height:30.75rem;width:23.0625rem;position:absolute;display:block;z-index:15015;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/51e6282a-db99-40f6-aae9-ffcd34ef9be3/524783352_18404332018112608_1397252348474618347_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:0rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#a2Xm9F9zpRFbqCJnXs00ZVI9inMi4imd.adaptive-delivery-prevent-bg, #a2Xm9F9zpRFbqCJnXs00ZVI9inMi4imd.lazyload, #a2Xm9F9zpRFbqCJnXs00ZVI9inMi4imd.lazyloading { background-image: none; }
#xAQaC5qolWP9JcEpTesTZkiZM1D2iTdE { box-sizing:content-box;height:23rem;width:23.0625rem;position:absolute;display:block;z-index:15003;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/141c0ca1-718e-4d43-bf7d-02ebfbd594d7/524853676_17941856397016391_6714128380934578890_n.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:25.46875rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#xAQaC5qolWP9JcEpTesTZkiZM1D2iTdE.adaptive-delivery-prevent-bg, #xAQaC5qolWP9JcEpTesTZkiZM1D2iTdE.lazyload, #xAQaC5qolWP9JcEpTesTZkiZM1D2iTdE.lazyloading { background-image: none; }
#wL8lVIqxW497kXu1PTUn70shlKg49pVR { box-sizing:content-box;height:23rem;width:23.0625rem;position:absolute;display:block;z-index:15021;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/6b3d9745-011e-423e-bfc1-518f606b6590/527359228_18292173922251715_2145256142370448201_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:50.875rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#wL8lVIqxW497kXu1PTUn70shlKg49pVR.adaptive-delivery-prevent-bg, #wL8lVIqxW497kXu1PTUn70shlKg49pVR.lazyload, #wL8lVIqxW497kXu1PTUn70shlKg49pVR.lazyloading { background-image: none; }
#hT0DTu1HfQwApWlPTGAycaxTdZM1Qxmq { color:#00265f;display:block;width:16.4375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7rem;left:1.25rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BpKV7KMTddGvHIsSbt6yyw8lIUUqiz8a { color:#d60c13;display:block;width:17.5625rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.0625rem;left:1.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uRgiJnSnxEHh7o2kfmaVd9vR9NBctkMQ { box-sizing:content-box;height:11.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.5625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#tBPKrTnSkyuxwlzKlI2UuPkqHVOQMyFv { color:#00265f;display:block;width:13.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:7rem;left:26.625rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J08AvFxicWtgvrhnKe58eS2NHDBdlEFo { color:#d60c13;display:block;width:21.1875rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KW5mKnPRVXzcv7VroKOcTBMNAaZnUCQO { box-sizing:content-box;height:7.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.5625rem;left:25.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#uSfmc3RgRHTh8XGCWPyoWDtb5bDBZW1l { box-sizing:content-box;height:10.5rem;width:24.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.5625rem;left:50.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#hwo5xoZNB1fQgxJ6xaG88P9HGLdKOJ8g { color:#00265f;display:block;width:12.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7rem;left:52.1875rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G2m458cCqNqItgOd5ImgGwO1xrd7ZMP9 { color:#d60c13;display:block;width:18.9375rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.0625rem;left:52.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G6JsG1NALphfmnv2AVrsMsLiHIBBgCbG { color:#00265f;display:block;width:12.75rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.25rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T7yIfp7IWHl571Q95qiT4Ac1NHPNCEuc { color:#00265f;display:block;width:13.25rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:3.9375rem;left:26.625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o3kLUAcqmQLoyNTQNLt85yrThoStyyUg { color:#00265f;display:block;width:14.125rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:3.9375rem;left:52.1875rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row .container { background-color: transparent; background-image: none; }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row .container > .video-iframe-container { display: none; }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row > .video-iframe-container { display: none; }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .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); }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row .container { border-width: 0; border-radius: 0; }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#MHSw3H39ZDV7Vq8lSmFH6PUQDVNwuDsz { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:futuraptbold;font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.3994140625rem;left:15.5625rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row .container { background-color: transparent; background-image: none; }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row .container > .video-iframe-container { display: none; }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row > .video-iframe-container { display: none; }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .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); }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row .container { border-width: 0; border-radius: 0; }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#iRTbhhaWA2s5waxg0FDQCo1v6NdeP6TF { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15001;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/3184a6a0-92f4-477f-9244-4679944f7e4b/hele_na1947.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:0rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#iRTbhhaWA2s5waxg0FDQCo1v6NdeP6TF.adaptive-delivery-prevent-bg, #iRTbhhaWA2s5waxg0FDQCo1v6NdeP6TF.lazyload, #iRTbhhaWA2s5waxg0FDQCo1v6NdeP6TF.lazyloading { background-image: none; }
#zefreXhbrIIdUpDQ9KPl2y8A66eAmOCE { color:#000000;display:block;width:14.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.6875rem;left:1.25rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CAVps5wpfxat0tv3wdTeWZhpHhrdpMNN { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14998;background-color:#d60c13;background-image:none;top:0.1875rem;left:15.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#bp9wh2m99TCUoirEP3Q4A6E0T3kaAHPw { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:1.1875rem;left:19.125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vmM1qalTyzckJUmDtsGCXddRqZHO9xFf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.75rem;left:16.1875rem; }
#VDzLQWaJl6IghwEEC9ONNLXe7nDWnZuw { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qUQrlfTApODtCQk8Dy9gqFXA3poI3iQ7 { box-sizing:content-box;height:11rem;width:24.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.75rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#aGpyTbiGAyOMk3Q93m38UmU8hR9xNkJx { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15034;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/95a6e036-a322-42fc-92d3-0208523aa4da/slowowuja.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:50.8125rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#aGpyTbiGAyOMk3Q93m38UmU8hR9xNkJx.adaptive-delivery-prevent-bg, #aGpyTbiGAyOMk3Q93m38UmU8hR9xNkJx.lazyload, #aGpyTbiGAyOMk3Q93m38UmU8hR9xNkJx.lazyloading { background-image: none; }
#benWVuzEVZ2dmpzwRTiryhk7amJpgRJh { box-sizing:content-box;height:49.125rem;width:24.1875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.75rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#g0BH2GPEK48fBiVqN8iuIyd746qs11Qa { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.25rem;left:26.4375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e3BUn4aHGHFhyO8eH779sw3ThhulionD { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:15004;background-color:#d60c13;background-image:none;top:0.1875rem;left:40.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#nLM7h21y4HNXlMNgvz7qSQOdownSHiQq { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:1rem;left:44.375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kVLgG9zN4IeRgucTkW4XHrKZk9zRKxqM { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.6875rem;left:26.5rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qKip5FlQGSbwit8yuzQPr4SUPTH06vuJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.5625rem;left:41.4375rem; }
#cBQVb6nR37EIM6UTF03N994k7IlyyMKo { box-sizing:content-box;height:11.4375rem;width:24.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:3.75rem;left:50.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#PdusD3TQMmx2HMet7T398JqL2mxZQ0di { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#d60c13;background-image:none;top:0.1875rem;left:66.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#cwmigDGMUlQ6DggoABeVH6Qvp6WWOwsE { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:1.1875rem;left:69.9375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IUSWQEpdmfa24qe8UT9oU9n40d3Okno1 { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:6.25rem;left:52.125rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TFKLZ9BdiG7T3CHhTI4SGxN9aqWIVthM { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:8.6875rem;left:52.125rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BBraLegTF9Gqt8an4Hqd8y9dwMXegToK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0.75rem;left:67rem; }
#dU6LeJKPZPXrzXRHhcO7SVNicSiIdkBd { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.125rem;left:1.375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tnc9chhJoyANqpfE8i2cVhHM4Sit1BHM { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.4375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HZfiJsJbQTZMdkJKF2HpU5PJ588xxKpM { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.125rem;left:52.125rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mQ0GRlbzBtpRzJhoBNrXd0a3nIAS7wH5 { position:absolute;display:block;z-index:15035;height:41.875rem;width:23.3125rem;top:10.5rem;left:25.6875rem;display:block; }
#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row .container { background-color: transparent; background-image: none; }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row .container > .video-iframe-container { display: none; }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row > .video-iframe-container { display: none; }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .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); }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row .container { border-width: 0; border-radius: 0; }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#z9q121pq52SCSqU7IWZHXoTqbsFwScTL { box-sizing:content-box;height:17.3125rem;width:23.0625rem;position:absolute;display:block;z-index:15015;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/04b4c211-e5a3-477a-9f86-fbeba613c397/damazobrazu.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:0rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#z9q121pq52SCSqU7IWZHXoTqbsFwScTL.adaptive-delivery-prevent-bg, #z9q121pq52SCSqU7IWZHXoTqbsFwScTL.lazyload, #z9q121pq52SCSqU7IWZHXoTqbsFwScTL.lazyloading { background-image: none; }
#QCPTW8ixuTfZ1lzsde2v1zmVF1AxnhWm { box-sizing:content-box;height:30.75rem;width:23.0625rem;position:absolute;display:block;z-index:15003;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/85df7fd8-20a8-4d91-ad8e-bccd78a6eac2/piesrozencwajgowej.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:25.46875rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#QCPTW8ixuTfZ1lzsde2v1zmVF1AxnhWm.adaptive-delivery-prevent-bg, #QCPTW8ixuTfZ1lzsde2v1zmVF1AxnhWm.lazyload, #QCPTW8ixuTfZ1lzsde2v1zmVF1AxnhWm.lazyloading { background-image: none; }
#MipM38KraM1GGZsNx9lNWGn2eN2twIZb { box-sizing:content-box;height:18.125rem;width:23.0625rem;position:absolute;display:block;z-index:15021;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/aee0f017-0a27-4cb9-bcc6-7374c77a996c/z_pamietniczka_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:50.875rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#MipM38KraM1GGZsNx9lNWGn2eN2twIZb.adaptive-delivery-prevent-bg, #MipM38KraM1GGZsNx9lNWGn2eN2twIZb.lazyload, #MipM38KraM1GGZsNx9lNWGn2eN2twIZb.lazyloading { background-image: none; }
#nasASEhwDwctAOA5N84lX2XHb3Tz3fQN { color:#00265f;display:block;width:16.4375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7rem;left:1.25rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e4y9a75y82tNHEcgrXLG8lT069Sbl7Ih { color:#d60c13;display:block;width:17.5625rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.0625rem;left:1.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mab5DhoFvnpPzpf720Z2La2diMKU7d8J { box-sizing:content-box;height:11.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.5625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Fhe2mAqrrWzSHPUERJ5GOBLeROCNb7sQ { color:#00265f;display:block;width:13.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:7rem;left:26.625rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bP4c0y1zafvGK7Mrbe0xMFvoPCTxgldK { color:#d60c13;display:block;width:21.1875rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KLPVDsuyJrqT6kl8w7iMblnaKXA2qpIu { box-sizing:content-box;height:7.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.5625rem;left:25.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#DOA5MgDzL0MReTiPuCEpc6nNiWlgT9TF { box-sizing:content-box;height:10.5rem;width:24.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.5625rem;left:50.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#BssRXcwOMzRh3ThQbOz1C2KnccvpkrDa { color:#00265f;display:block;width:12.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7rem;left:52.1875rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b0ZtWbZQTLzFKZy3dJDxfFrT4EHurN6q { color:#d60c13;display:block;width:18.9375rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.0625rem;left:52.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s0TgtQPED97og31AVQd57PU2s1fcAses { color:#00265f;display:block;width:12.75rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.25rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pKJD9MeeuFZd2vsTXoZ3eDX6PsqcO0g5 { color:#00265f;display:block;width:13.25rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:3.9375rem;left:26.625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fgorP6VRe9oHkqRcyEcl1HIqNn5eTZ35 { color:#00265f;display:block;width:14.125rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:3.9375rem;left:52.1875rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row .container { background-color: transparent; background-image: none; }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row .container > .video-iframe-container { display: none; }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row > .video-iframe-container { display: none; }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .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); }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row .container { border-width: 0; border-radius: 0; }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#iWqfxPzTWMdPxwFa26DGiupxcKRcz1uA { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:futuraptbold;font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.3994140625rem;left:15.5625rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vspdb7TR0V8NHypyCF223S20XN8oh4A1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row .container { background-color: transparent; background-image: none; }#vspdb7TR0V8NHypyCF223S20XN8oh4A1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row .container > .video-iframe-container { display: none; }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row > .video-iframe-container { display: none; }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .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); }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row .container { border-width: 0; border-radius: 0; }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#LHFFeMARircGubiym1xkU6ylQAnvwHqG { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15001;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/882d68e8-0b58-4e6a-aa54-04b12e325b95/jagody.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:0rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#LHFFeMARircGubiym1xkU6ylQAnvwHqG.adaptive-delivery-prevent-bg, #LHFFeMARircGubiym1xkU6ylQAnvwHqG.lazyload, #LHFFeMARircGubiym1xkU6ylQAnvwHqG.lazyloading { background-image: none; }
#U8Ibh0lKRb09FZLl4lLuSwVzM6h0E5Gq { color:#000000;display:block;width:14.375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.6875rem;left:1.25rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bmh0TTABNsq0FTzElMBi2TEIy52xEyCb { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14998;background-color:#d60c13;background-image:none;top:0.1875rem;left:15.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#LmqR0q3NT9Kru73HDeIiShmxyzVUIzRH { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:1.1875rem;left:19.125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ACyF78L3TX324N3cUlTgMLdkU8PrOXpo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.75rem;left:16.1875rem; }
#idDJOwzVrO1VClysDI6v4TABIWzx0O1A { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q7BaS0ZpxsqM6fIWK43AL6Kv5aW2EEIG { box-sizing:content-box;height:11rem;width:24.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.75rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#alrIJwKBwxvpDqqISQLJ0rrDRh0KmLzw { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15028;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/31eac650-659e-4c87-90f0-1d2e37cdd7bb/biba.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:25.25rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#alrIJwKBwxvpDqqISQLJ0rrDRh0KmLzw.adaptive-delivery-prevent-bg, #alrIJwKBwxvpDqqISQLJ0rrDRh0KmLzw.lazyload, #alrIJwKBwxvpDqqISQLJ0rrDRh0KmLzw.lazyloading { background-image: none; }
#K9yEQ1CTlX3eclnemKaoL3pNE2InGH20 { box-sizing:content-box;height:28.75rem;width:23.0625rem;position:absolute;display:block;z-index:15034;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/62f873e2-72a2-4ca5-93af-cbaf854b9266/swiatlalauryk.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:50.8125rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#K9yEQ1CTlX3eclnemKaoL3pNE2InGH20.adaptive-delivery-prevent-bg, #K9yEQ1CTlX3eclnemKaoL3pNE2InGH20.lazyload, #K9yEQ1CTlX3eclnemKaoL3pNE2InGH20.lazyloading { background-image: none; }
#LiglgZRCHJAND9r4wcXnldFRC1IWIzc4 { box-sizing:content-box;height:11.4375rem;width:24.1875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.75rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#X630wVPiQRZOZV882vEPZZRlS18gfFIk { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.25rem;left:26.4375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#heZFW7U8yQ2sIpP1aQxCf4p4znFo3tUO { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:15004;background-color:#d60c13;background-image:none;top:0.1875rem;left:40.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#ai6JmSVo24i1F4QtyvaqIWimAQ6q4WRT { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:1rem;left:44.375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u8vmGuWcwWPMsG2OIDGDdw8DcT0xNpaa { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.6875rem;left:26.5rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JA5kn8ad9xWB1OMPieiROeuddaUt1sD3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.5625rem;left:41.4375rem; }
#usTFxIKGmR3z7T62Nx70PbNnhCpFX9Et { box-sizing:content-box;height:11.4375rem;width:24.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:3.75rem;left:50.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#rmbWWTGIRA3ylh6HCQT6ZQMwTcvR9ZCn { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#d60c13;background-image:none;top:0.1875rem;left:66.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#xTNz42fNrqf8dG9cGi2t2HPOutVeR94g { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:1.1875rem;left:69.9375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qAvc7tPganAzgOHiPynk4imnPpiQMdAR { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:6.25rem;left:52.125rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lNo3LIRfDZ9MpZ9mrL8obxx4rJPVRI4E { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:8.6875rem;left:52.125rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EScT4bUD8BIAfckWuy3Vn8fpBEHWbhPk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0.75rem;left:67rem; }
#FZOp6kqUoXHkXigFzyG7q4re0xubpeI1 { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.125rem;left:1.375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mnctIBc6CtbKqIKrZWbDd5D8fZcd40lT { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.4375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WseufGeP2xxbBmUeN1nUltZQCOHpeIKl { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.125rem;left:52.125rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row .container { background-color: transparent; background-image: none; }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row .container > .video-iframe-container { display: none; }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row > .video-iframe-container { display: none; }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .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); }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row .container { border-width: 0; border-radius: 0; }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#vuA3Ru4Hx5264TT28eFhxVzaEUdHvM4w { box-sizing:content-box;height:28.5625rem;width:23.0625rem;position:absolute;display:block;z-index:15015;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/fde378c3-e76b-4747-9539-ab0affdcca3f/onka.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:8.6875rem;left:0rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#vuA3Ru4Hx5264TT28eFhxVzaEUdHvM4w.adaptive-delivery-prevent-bg, #vuA3Ru4Hx5264TT28eFhxVzaEUdHvM4w.lazyload, #vuA3Ru4Hx5264TT28eFhxVzaEUdHvM4w.lazyloading { background-image: none; }
#f52Sv7Ti1J3Hk2Uhy4tmzpb0VArg8ovt { box-sizing:content-box;height:30.75rem;width:23.0625rem;position:absolute;display:block;z-index:15003;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/5d5706ac-5880-4b42-87ba-6fe9730070f4/dolcevita.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:25.46875rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#f52Sv7Ti1J3Hk2Uhy4tmzpb0VArg8ovt.adaptive-delivery-prevent-bg, #f52Sv7Ti1J3Hk2Uhy4tmzpb0VArg8ovt.lazyload, #f52Sv7Ti1J3Hk2Uhy4tmzpb0VArg8ovt.lazyloading { background-image: none; }
#S8bWftJ5RSvX0ATSXOR8yGx3npffUTiT { box-sizing:content-box;height:23.0625rem;width:23.0625rem;position:absolute;display:block;z-index:15021;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/22bc7f93-89bf-45ce-8fe0-27a0df7789e0/mistrzunio.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:8.6875rem;left:50.875rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#S8bWftJ5RSvX0ATSXOR8yGx3npffUTiT.adaptive-delivery-prevent-bg, #S8bWftJ5RSvX0ATSXOR8yGx3npffUTiT.lazyload, #S8bWftJ5RSvX0ATSXOR8yGx3npffUTiT.lazyloading { background-image: none; }
#sWzTCmidvN0SGxGcwgnOthWTmyPZpzEc { color:#00265f;display:block;width:16.4375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7rem;left:1.25rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hzasGS39LQy0gCa8uFX0sDVQ6ZPrKcwk { color:#d60c13;display:block;width:17.5625rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.0625rem;left:1.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tl7GUClzVP7yqybqRJZRRFz0hxTgaQbl { box-sizing:content-box;height:11.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.5625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#tOvkqq47yeWucXCvg9V3M8Wz9sMIuvF7 { color:#00265f;display:block;width:9rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:7rem;left:26.625rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MzXwZeJZyzFUmho48mm56s9vwAGTinPT { color:#d60c13;display:block;width:21.1875rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NioBRgEiIg3kwV0fwNhUrNDHxWJypOHR { box-sizing:content-box;height:7.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.5625rem;left:25.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#yZsVr9MIM2NQ3Ixov5By6OG0NTvQAH8T { box-sizing:content-box;height:10.5rem;width:24.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.5625rem;left:50.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#F5vDzwzP8GwZUm6KkeL0e7aIoDRQ7ItR { color:#00265f;display:block;width:12.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7rem;left:52.1875rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zfguse17BCyK14Qc3lClMb1fMFiv5OBz { color:#d60c13;display:block;width:18.9375rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.0625rem;left:52.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cn2VHaTcseg5yZL6t32CoHiLQHn001zx { color:#00265f;display:block;width:12.75rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.25rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FFVxdUCkZxR0R2DSBLkyVqxu11fg7vp0 { color:#00265f;display:block;width:13.25rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:3.9375rem;left:26.625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OTNrGQaI7uLKXFUsKqiTS9mwecqTXCRQ { color:#00265f;display:block;width:14.125rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:3.9375rem;left:52.1875rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row .container { background-color: transparent; background-image: none; }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row .container > .video-iframe-container { display: none; }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row > .video-iframe-container { display: none; }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .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); }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row .container { border-width: 0; border-radius: 0; }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#rifsPZTxxMH9xUIwV71i6y1eDFm6s3Xk { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:futuraptbold;font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.3994140625rem;left:15.5625rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row .container { background-color: transparent; background-image: none; }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row .container > .video-iframe-container { display: none; }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row > .video-iframe-container { display: none; }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .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); }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row .container { border-width: 0; border-radius: 0; }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#BqH0yAzgmJyT0cAgVMu8kk0hxoa0X3wr { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15001;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/8b1f37f6-a4a4-4168-a10e-c56dce10e895/babcia_irenka77.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:0rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#BqH0yAzgmJyT0cAgVMu8kk0hxoa0X3wr.adaptive-delivery-prevent-bg, #BqH0yAzgmJyT0cAgVMu8kk0hxoa0X3wr.lazyload, #BqH0yAzgmJyT0cAgVMu8kk0hxoa0X3wr.lazyloading { background-image: none; }
#kA3wy1Vd2e08WKADd2qqkFrUfFyfoy4A { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.6875rem;left:1.25rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GQvu0iNf14wygsJUb1gKS8KkS86uyfvT { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:14998;background-color:#d60c13;background-image:none;top:0.1875rem;left:15.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#sEOy4InH8cBTntkAVT9vuAyH5ciOsyBW { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:1.1875rem;left:19.125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G5rLC9TrquepLKrvU3fBTZMXzrXaIdIu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.75rem;left:16.1875rem; }
#XuuZlngZi0DlgD6mPy1q4ePpyibaFdgr { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t7z9N4ln368u8aK3UJZsf23AHqvWx25n { box-sizing:content-box;height:11rem;width:24.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.75rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Fn1TdcoJ64ssV0ws8V36iABz9RLkgBDD { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15028;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/1db484db-2320-4ffd-abb0-20c8648af9fa/team2sis.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:25.25rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Fn1TdcoJ64ssV0ws8V36iABz9RLkgBDD.adaptive-delivery-prevent-bg, #Fn1TdcoJ64ssV0ws8V36iABz9RLkgBDD.lazyload, #Fn1TdcoJ64ssV0ws8V36iABz9RLkgBDD.lazyloading { background-image: none; }
#K4cZbqBhTA4XNK4HNq0Nd027Idhn6uG2 { box-sizing:content-box;height:30.6875rem;width:23.0625rem;position:absolute;display:block;z-index:15034;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/d3265a0d-9c0e-403f-916a-a5fa60782f18/23e3b967_7498_4cd7_8f4d_118269e9ffc1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.0625rem;left:50.8125rem;border-top:0.5625rem solid #ffffff;border-left:0.5625rem solid #ffffff;border-right:0.5625rem solid #ffffff;border-bottom:0.5625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#K4cZbqBhTA4XNK4HNq0Nd027Idhn6uG2.adaptive-delivery-prevent-bg, #K4cZbqBhTA4XNK4HNq0Nd027Idhn6uG2.lazyload, #K4cZbqBhTA4XNK4HNq0Nd027Idhn6uG2.lazyloading { background-image: none; }
#zpi3EdeenfXTI4PnJJTC8kxyW70Te8uF { box-sizing:content-box;height:11.4375rem;width:24.1875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.75rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Gqtma65yAgVloeyPl1CeTgQqrszO71yh { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.25rem;left:26.4375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TDHcOpgUhdAH8QFb2HlIvbDKrqiPiQh2 { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:15004;background-color:#d60c13;background-image:none;top:0.1875rem;left:40.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#ud9miexdQOOeU36JdPwxmzRU79IWZDWO { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:1rem;left:44.375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T9AB1DS9iz3FXTGhz48iCqS8zsRpQd1g { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.6875rem;left:26.5rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MJzGlCPLmxUffi6ZuDz8VN6qTySNLOQo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.5625rem;left:41.4375rem; }
#CCUaqCBupFvDNkEKn9AlgtT4zGnqg6mA { box-sizing:content-box;height:11.4375rem;width:24.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:3.75rem;left:50.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#vn7ML4JZQTBTUtJxLs4lBUAPiIq8rZlN { box-sizing:content-box;height:5.1875rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#d60c13;background-image:none;top:0.1875rem;left:66.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#oxTapqzMCd8KNZ6XIMoyPuAsUsu8GU5S { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:futuraptbold;font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:1.1875rem;left:69.9375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ulDU7bWEpiZeW9Kii0eyDtr1vXHZT2uV { color:#d60c13;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:6.25rem;left:52.125rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPx8ySUeoSzrbvheSTz3fKREz0d5MgTW { color:#000000;display:block;width:10.125rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:8.6875rem;left:52.125rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mLAel5fnBpWoLtTP1XrCmETSqVBqkPpf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0.75rem;left:67rem; }
#LHzuGqrETAJ2nlDAqIWvNQ0qgXStHfrw { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.125rem;left:1.375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KigcxTpyLQCGPZt3pS3l3aWV3oEEVAx4 { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:5.125rem;left:26.4375rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ilqTvc4QLeRnuJ2VhSZ3oc5l5AAnQAtm { color:#00265f;display:block;width:22.4375rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.125rem;left:52.125rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,38,95,0.4);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; }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row .container { background-color: transparent; background-image: none; }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row .container > .video-iframe-container { display: none; }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row > .video-iframe-container { display: none; }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .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); }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row .container { border-width: 0; border-radius: 0; }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#e78c66rNkH9qmbcK7hccokM26ZmQIwzc { box-sizing:content-box;height:26.25rem;width:19.75rem;position:absolute;display:block;z-index:15015;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/daabe4cb-26d7-4a80-aa52-24f0a8ade8ce/czeslavkiwi.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:0rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#e78c66rNkH9qmbcK7hccokM26ZmQIwzc.adaptive-delivery-prevent-bg, #e78c66rNkH9qmbcK7hccokM26ZmQIwzc.lazyload, #e78c66rNkH9qmbcK7hccokM26ZmQIwzc.lazyloading { background-image: none; }
#gwZFL30eTzr50ZfoDJAEHHX5eI9xFFZg { box-sizing:content-box;height:20.375rem;width:27rem;position:absolute;display:block;z-index:15003;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/891f487f-c28b-459a-a541-862ae3c8fc0e/tudiowczaro.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.375rem;left:23.5rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#gwZFL30eTzr50ZfoDJAEHHX5eI9xFFZg.adaptive-delivery-prevent-bg, #gwZFL30eTzr50ZfoDJAEHHX5eI9xFFZg.lazyload, #gwZFL30eTzr50ZfoDJAEHHX5eI9xFFZg.lazyloading { background-image: none; }
#OskcTHSertkA5T1z1CbNZ2WRikbed1Be { box-sizing:content-box;height:24.6875rem;width:19.75rem;position:absolute;display:block;z-index:15021;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/1e913e96-c15a-479d-bc4c-2d7c8e605245/rysiolwieserce.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:53.625rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#OskcTHSertkA5T1z1CbNZ2WRikbed1Be.adaptive-delivery-prevent-bg, #OskcTHSertkA5T1z1CbNZ2WRikbed1Be.lazyload, #OskcTHSertkA5T1z1CbNZ2WRikbed1Be.lazyloading { background-image: none; }
#LDg9ST3Pz4S4HfIM5EKsqRyr5NXogZTH { color:#00265f;display:block;width:16.4375rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7rem;left:1.25rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JSo60HGnCu0oC6J89JECRKFLLkCRlo9J { color:#d60c13;display:block;width:17.5625rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.0625rem;left:1.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dFSGUCLOXtEr4vLPliGxS7gh8JhzeNrF { box-sizing:content-box;height:11.6875rem;width:20.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.5625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#r4vwpICeT4MO9S3XhWuDyFbPSXvNUlxb { color:#00265f;display:block;width:9rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:7rem;left:24.75rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w4dTpDWixR4dnphJvmzVy4fU8X0hTu3r { color:#d60c13;display:block;width:21.1875rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:5.125rem;left:24.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XTIBTwuWcLrG8fB8OeRsJHAT6DPX1SSy { box-sizing:content-box;height:7.6875rem;width:28rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.5625rem;left:23.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#RDvLLXhqLR7EyrEsX3nPFa0IGxeyreoy { box-sizing:content-box;height:10.5rem;width:20.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.5625rem;left:53.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#lrm67WMBwl4k8u1TQPul2zgwHlEUD4Ah { color:#00265f;display:block;width:12.6875rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7rem;left:54.8125rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ggkXiXZ2aceDl50bS6qqlCsQuSzSNGgt { color:#d60c13;display:block;width:18.9375rem;position:absolute;font-family:futuraptbold;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.0625rem;left:54.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#slDoN0TdTsA3LT8QSPfKVKCTbxQl1yFZ { color:#00265f;display:block;width:12.75rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:3.9375rem;left:1.25rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UdReT9x4widXzfIpNO5xL1bMO7Mg6Sf2 { color:#00265f;display:block;width:13.25rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:3.9375rem;left:24.75rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sbCCK0kh1ygkiegxRArIfikTNLrioagH { color:#00265f;display:block;width:14.125rem;position:absolute;font-family:futuraptbold;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:3.9375rem;left:54.8125rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.adaptive-delivery-prevent-bg, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyload, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyloading { background-image: none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #BzCFQl9dQtlCzMBFMenQx3q10NP8fas6 > .row .container { background-color: transparent; background-image: none; }#BzCFQl9dQtlCzMBFMenQx3q10NP8fas6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzCFQl9dQtlCzMBFMenQx3q10NP8fas6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzCFQl9dQtlCzMBFMenQx3q10NP8fas6 > .row .container > .video-iframe-container { display: none; }#BzCFQl9dQtlCzMBFMenQx3q10NP8fas6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzCFQl9dQtlCzMBFMenQx3q10NP8fas6 > .row > .video-iframe-container { display: none; }#BzCFQl9dQtlCzMBFMenQx3q10NP8fas6 > .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); }#BzCFQl9dQtlCzMBFMenQx3q10NP8fas6 > .row .container { border-width: 0; border-radius: 0; }#BzCFQl9dQtlCzMBFMenQx3q10NP8fas6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzCFQl9dQtlCzMBFMenQx3q10NP8fas6 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.adaptive-delivery-prevent-bg, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyload, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyloading { background-image: none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #ExQUsTXyioAilVtVToE8ZhlwOvTDsyXH > .row .container { border-width: 0; border-radius: 0; }#ExQUsTXyioAilVtVToE8ZhlwOvTDsyXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExQUsTXyioAilVtVToE8ZhlwOvTDsyXH > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd { border-width: 0; border-radius: 0; }#buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ { border-width: 0; border-radius: 0; }#K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.adaptive-delivery-prevent-bg, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyload, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyloading { background-image: none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #b5gtlc94P29wC7tZArXyz9KeBOrAHTpH > .row .container { border-width: 0; border-radius: 0; }#b5gtlc94P29wC7tZArXyz9KeBOrAHTpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5gtlc94P29wC7tZArXyz9KeBOrAHTpH > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB { border-width: 0; border-radius: 0; }#cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N { border-width: 0; border-radius: 0; }#FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.adaptive-delivery-prevent-bg, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyload, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyloading { background-image: none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #RW5LPDK5Tr3XIZVmsM68NXDEdUzIFRJP > .row .container { border-width: 0; border-radius: 0; }#RW5LPDK5Tr3XIZVmsM68NXDEdUzIFRJP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RW5LPDK5Tr3XIZVmsM68NXDEdUzIFRJP > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;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; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #Ta4gRqMpOz1cMC1lOZMQJvP4WCpBr3IX > .row .container { background-color: transparent; background-image: none; }#Ta4gRqMpOz1cMC1lOZMQJvP4WCpBr3IX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta4gRqMpOz1cMC1lOZMQJvP4WCpBr3IX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta4gRqMpOz1cMC1lOZMQJvP4WCpBr3IX > .row .container > .video-iframe-container { display: none; }#Ta4gRqMpOz1cMC1lOZMQJvP4WCpBr3IX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta4gRqMpOz1cMC1lOZMQJvP4WCpBr3IX > .row > .video-iframe-container { display: none; }#Ta4gRqMpOz1cMC1lOZMQJvP4WCpBr3IX > .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); }#Ta4gRqMpOz1cMC1lOZMQJvP4WCpBr3IX > .row .container { border-width: 0; border-radius: 0; }#Ta4gRqMpOz1cMC1lOZMQJvP4WCpBr3IX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ta4gRqMpOz1cMC1lOZMQJvP4WCpBr3IX > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row .container { border-width: 0; border-radius: 0; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:none; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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;bottom:0rem;left:0rem;right:0rem;display:none; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row .container { border-width: 0; border-radius: 0; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:none; }#oTMwoKAOcd6Uys7wMVQGCK7h8a0XzPyE { position:absolute;display:block;z-index:15000;height:7.6875rem;width:75rem;top:0.1875rem;left:0.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #fqI7lW91EdQ5pCUnBSTqKyxJnFgFDXx6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #Q9owtR8TOcPQsPUDJut9yUSo0WO0iUD9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #WL99HhBGEiCRLoTPAQwJKzSuT5TbTpzg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #vkQchAkZoSC0b3irr0LzUbRdPbZXik3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #DRhAn642cQTfeWnJ5rPZ4f6oTChd072v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #eumxgZd0GKnLQpm1521nULUndBWeMGD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #JrqQ1KbHIJgKSmc1z1r6ao7xPPV1odUw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #NhfBfgBV1aGzvKHRrUVoumSaaUTTBDmX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy { display:block; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxbVKTGBifRDHqMyH2kXJ3f0PxMVmZgN { top:5rem;left:0rem;width:47.75rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJSPSiB2WofIAPyHM4HRuWDTToAUUvw2 { top:8.375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acLZXxRRN61oplkh8mUrbJRtTRlZoFGp { display:block; }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXKKmZicQVS0hDqhPoXRqO17Tdba4l1w { top:1.375rem;left:1.9375rem;width:42.875rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ { display:block; }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRCMmNcWntstL9G6bDA0tgWVTpMRmuBg { top:8.6875rem;left:0rem;width:14.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk6wQg3bHLtFNyZEc4oQPvhqvf8slbIl { top:0.1875rem;left:1.9375rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WukxdDnhf7TWIN1P7bAEvA6uWZTgxEa5 { top:1.1875rem;left:5.5rem;width:4.5625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLgrTy4fVCiJd5TCGsPK54dkAiqDhGGk { top:0.75rem;left:2.5625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TviymqQuFvqnFIgW94mXTmeLyLc7HoRL { top:6.25rem;left:0rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffl6N446iWbNNXvAi6LTOoFO89TDVEec { top:3.75rem;left:0rem;width:24.1875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDgkRN1PPUyi2OmrAolZ3sA0we1UQTF9 { top:10.0625rem;left:23.5625rem;width:23.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNU1MUe6PMyaTJAihIRTN6nooKHIXBGE { top:3.75rem;left:11.625rem;width:24.1875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #btdqxJltfHOyLlomD1kKAyNLFo4ptvhw { top:6.25rem;left:12.8125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0FfPSw85Scii7pokaeZkzPVbS5bwHQn { top:0.1875rem;left:27.1875rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5KFlgJTAquEKLle5R0tGfNOBkP0NxZ8 { top:1rem;left:30.75rem;width:4.5rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNz7perx0kgm5034tIJSCHIFzDvTrSAU { top:8.6875rem;left:12.875rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W74A6gXk3bGFJM7EIiK4i84ZIL2PiOuE { top:0.5625rem;left:27.8125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHicTR2GxwhTFMoF7q65ABc6cdwhlFDv { top:3.75rem;left:23.5625rem;width:24.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxRl0gTDTmkUd2l8SPdglt1zV7ewoEi6 { top:0.1875rem;left:39.125rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwhlTXqMoIP90HI0BkzTkz7sP7Z5UasX { top:1.1875rem;left:43.6875rem;width:4.0625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4l09WVNJeEUJU2G9EU3ZQKPpb1hgNBK { top:6.25rem;left:25.3125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuNAlU6xm1FWJtLlc7c78roNWCCdBG7k { top:8.6875rem;left:37.625rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5XGWzVMIRoMa6QDbGUtb2A8v3SWFGbb { top:0.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oecnf6gueb7p0HpiMXEmMlg1kiXa331X { top:5.125rem;left:0rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWkrw8mndAcGrlQeXXsrgDRxWdGxxKEo { top:5.125rem;left:12.8125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTiU8O6L769BCmECNDiaiZwgrihgz6n { top:5.125rem;left:25.3125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVKb8TK6SnPVAeTiSZmA7eHFvO3vnfKM { top:10.0625rem;left:11.625rem;width:23.0625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6qh3LSXBrwCwg4PIT93btbv9AJKdMGm { top:10.0625rem;left:0rem;width:23.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k96HHs9qicvgtwpslk4znQsTkBTObkBb { display:block; }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jhqheiu6u5kCocpvnAtM5KCtXwVXcZqe { top:8.6875rem;left:0rem;width:23.0625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Eo8Us0LMLppM8FRcMbJ7hbhWRQsnCD { top:8.6875rem;left:11.84375rem;width:23.0625rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvKJsp7CgSiQJLdaqZhXKgWdDWEu1rFl { top:8.6875rem;left:23.75rem;width:23rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgUSxKbWDyuOg2s6coidU0Z0tJ3iPx9p { top:7rem;left:0rem;width:16.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMNCD9Z4OpqnoDtMvqTdRdVL1A32tZnW { top:5.0625rem;left:0rem;width:17.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diQOa9Eizf3Vz37UyyEw7cuDJTf7zkEq { top:2.5625rem;left:0rem;width:24.0625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb0d3yBbF9nuQxcht2E1MzBsolx5k3oZ { top:7rem;left:13rem;width:13.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3ngpK1BsiiZUB1VSLDEA7ZGQf9668PB { top:5.125rem;left:13rem;width:21.1875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNIi6b5BVOh1KhalTGNKhu10pc9T8Qgy { top:2.5625rem;left:11.875rem;width:24.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b04EKoeQnIweR4XPcQazubm31XNSR7wu { top:2.5625rem;left:23.5625rem;width:24.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLgr77s7BXHzcispAwM0Tpo8AEtGBqw1 { top:7rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROE7PwPlny1k3eG0Mwb9ivtRhEDXBb7W { top:5.0625rem;left:28.8125rem;width:18.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4t38whyEROoQZtUs7LIJ4tKBFnCuK50 { top:3.9375rem;left:0rem;width:12.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9Tb39aAoqERiT3fqLUZAXBpK3lGe2zm { top:3.9375rem;left:13rem;width:13.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZqaOSFtO1MwkEvVkbLJdUd3ROJsHlgO { top:3.9375rem;left:33.625rem;width:14.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg { display:block; }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrbHTQa2C4gMwKTrKvTpRfS7G3PVvBZ0 { top:1.375rem;left:1.9375rem;width:42.875rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr { display:block; }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nsl52yQRPznATFQa3MKyW6nohz4fMqJt { top:8.6875rem;left:0rem;width:14.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO14vvEIVoL70aZEDHITakEITnrc57a3 { top:0.1875rem;left:1.9375rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJIs2AnFK24D7nifNNlFvBv0nr4zDXXx { top:1.1875rem;left:5.5rem;width:4.5625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFNe6twt8ZAzrITWyWnFQ2xqhgdK8Mwu { top:0.75rem;left:2.5625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVIwrNxurpHwQv2VKVkiVoX1igzXBoGu { top:6.25rem;left:0rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN6ORQNUFCeeEu1HOmxIBvJMgXaB7yHp { top:3.75rem;left:0rem;width:24.1875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgvZNq5Nz8lwL5OvBX333UgkkEA9eCpK { top:10.0625rem;left:23.5625rem;width:23.0625rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Rxg1qt0Vvc4yzDFBqldUbAiuKwIfz8 { top:3.75rem;left:11.625rem;width:24.1875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmiKNOmiTQ6cZevxNoKa8qOJ59WONrLh { top:6.25rem;left:12.8125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuMsQVfibUny8zPsXubN09c8JEWyT8fp { top:0.1875rem;left:27.1875rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFQgf2wUOESb0dHlCFGcFroB1sUJZA3d { top:1rem;left:30.75rem;width:4.5rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kix6OSXM02NX12cy3QTPsmsTOFUqDhQu { top:8.6875rem;left:12.875rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuDy29FopnoB5dPZBxdNvXL6KJm2OTGv { top:0.5625rem;left:27.8125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA5BMdI7OKRhIi834vnKe8OmyBx44SxQ { top:3.75rem;left:23.5625rem;width:24.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbk4Irh6BoykZaiRwLIDvHJcNpMxtGCp { top:0.1875rem;left:39.125rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpd1Fz7IqQkTUAoH0Mkhq45lsn1daV6J { top:1.1875rem;left:43.6875rem;width:4.0625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdW7LU2PcnusNXOcqIFDiuT1a6VLusWz { top:6.25rem;left:25.3125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkNe39pWqEoJ7vSTTWtJ4MtnNnRUeACL { top:8.6875rem;left:37.625rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I93d4TIwN6aLTJHzmIIWAAheDkmxGGoR { top:0.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPaXu9timZgBo5vA7IppFC7RXFurzII { top:5.125rem;left:0rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq4N5RDRGGrTVRtNKhXsgDEk3efrzrJR { top:5.125rem;left:12.8125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXO6zt0Te3q5R1AhftB2S1k3hKZu2dOG { top:5.125rem;left:25.3125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTweqESrlZd88iizIrdwxg1Po2kC6Bqs { top:10.0625rem;left:11.625rem;width:23.0625rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr2hAX2VPNAUP5FKnXcOX0TXPqSpPxe8 { top:10.0625rem;left:0rem;width:23.0625rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 { display:block; }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDaGucO4U1hIEIryL5KMixEVBSfhDplk { top:8.6875rem;left:0rem;width:23.0625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCnlI1DS1QRmz8uzW5koM3DpLKKQ0AzC { top:8.6875rem;left:11.84375rem;width:23.0625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR4wLW7804dxplk43TE8Ffdx4fylTTMT { top:8.6875rem;left:18.8125rem;width:23rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlxiwTVS0pVAI0tLly5ODvNF95aHZZRq { top:7rem;left:0rem;width:16.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me6TyVzlcCiXF33m3ibCNCtFOzqIK51r { top:5.0625rem;left:0rem;width:17.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJPdAp9VcNuLwEeCxb1WsnuZI3aKTg5S { top:2.5625rem;left:0rem;width:24.0625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fufVAil1n5BzDETq1yhJ2ktd06CiERks { top:7rem;left:13rem;width:13.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTW1M4GRn2QXcJGVy8IFPdwGsO8WmO6N { top:5.125rem;left:13rem;width:21.1875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zObC2uTDMqw33skVwysTaeOkKGWQaPt4 { top:2.5625rem;left:11.875rem;width:24.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myukTRDkmvfbOTn4DlyQoty1GCA93RTN { top:2.5625rem;left:23.5625rem;width:24.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCBnPLz5IrZ20LbOaUyu9g5z6M7hNIZl { top:7rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLRAm57XPJBwvVukiELgdpkLU0R5K6MS { top:5.0625rem;left:28.8125rem;width:18.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNg7moKDechPT5kfpC7ZfxKSpaRG7lEn { top:3.9375rem;left:0rem;width:12.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEG7L56xnwSDZSN1A0D828Hy6PkcdJgb { top:3.9375rem;left:13rem;width:13.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZcdyagEVN7RzdurwLnFo0gaQs8qiJsd { top:3.9375rem;left:33.625rem;width:14.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5m8dVldtytesc1D1DwAI23fn5Ff0tcN { display:block; }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6AfzzTItJasFildddQyaEZUhk7otwpl { top:1.375rem;left:1.9375rem;width:42.875rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQvGtERkxGufyvl3G5vm9646GwJPGV6A { display:block; }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz9iTxbS6xdlpXPPmSuZTdKUl2H8GOKz { top:8.6875rem;left:0rem;width:14.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ggycTl9talDqtdeIUlAf4RlhAtzOnM { top:0.1875rem;left:1.9375rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUtNKSpE4cNTCRKLXXiXvPeXhlbLzumq { top:1.1875rem;left:5.5rem;width:4.5625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxziBp88kHKx0ok9hAErG7b9s1TNgmgn { top:0.75rem;left:2.5625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRDgD4Ed3CEUHzJrVni2DQHdNmNSp29R { top:6.25rem;left:0rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T48wq8Ru900SWnNdShgCerSmf8aTCxAM { top:3.75rem;left:0rem;width:24.1875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPOC6kEQ2Edbds0ZAGhTaaiI8eX5sXR5 { top:10.0625rem;left:23.5625rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egiAdRzdF2cXPyHDFqxSnqTbDh5TUQS7 { top:3.75rem;left:11.625rem;width:24.1875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKQCK8cMoJVKcx0gAOdtvFe9eXXab5Pw { top:6.25rem;left:12.8125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh3DnMHTtH5tXsaBsq0KxNEFHUkZ1Q7H { top:0.1875rem;left:27.1875rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwnnS2NVqc8TfrpHATpLWrGv6nSNu8C3 { top:1rem;left:30.75rem;width:4.5rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUIi5UvfAhkrkHDH1qSq5eH4k5I6Np2r { top:8.6875rem;left:12.875001907349rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG1ZMSILaGMo76umzF4iOiAifnvZ1IyT { top:0.5625rem;left:27.8125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI9s4LGTUDImTQovpyuhv7TZhaMyaBmo { top:3.75rem;left:23.5625rem;width:24.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF5SW6O8nHiCKzzOR2nR2FJC1AhL9seU { top:0.1875rem;left:39.125rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt6XO8DwgEGGAQS7suBAZGb6KR0q6xTZ { top:1.1875rem;left:43.6875rem;width:4.0625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4gi8fG6NMcNwnVoWuTe4zAxVuw6VCRQ { top:6.25rem;left:25.3125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnf1Pd14BJN5NMpkiyu8emFMyIbgiSbB { top:8.6875rem;left:37.625rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQdvxhwklRCVX7PXm8prtm5PgWvSTQMZ { top:0.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tct5Am4HdOJ5stNGNJVItpezWQ170wM7 { top:5.125rem;left:0rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzp3CNSNKe5UZmUAa2wT7qDandtrEz13 { top:5.125rem;left:12.8125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2T4xfvUz9pX0tpg4tUshV4wUI1ym1R8 { top:5.125rem;left:25.3125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtO0wmsMevCoMhnTILyC8ZyIrQdfcX2R { top:10.0625rem;left:11.625rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTE3tc8pAQWBKECkrVT1wJ6M8Izeg0nH { top:10.0625rem;left:0rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF { display:block; }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J79AWyR4SsK12Et0rTb6nbro9G34QXBR { top:8.6875rem;left:0rem;width:23.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1ym5RHKHtSByCnqMVMiSiMXHhtt2xPx { top:8.6875rem;left:11.843751907349rem;width:23.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Zsigh4bgUSWHWOhBb6K1TFy5xK1k5T { top:8.6875rem;left:23.6875rem;width:23.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWHGrJgfIXR1WBt8UgxhxZELct0wuc5g { top:7rem;left:0rem;width:16.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp8oUyfJ71BBShVe8fBVx1AZOO0eDeHX { top:5.0625rem;left:0rem;width:17.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtOc9P9dDetlUTZDNXWAco8PFHpNLM4t { top:2.5625rem;left:0rem;width:24.0625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNVaTCwCLpkqHtQCRxhHzr2uKbXeEnaL { top:7rem;left:13.000001907349rem;width:13.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ZPZki4ks2hglPZmzKFgdbbhADiw4UR { top:5.125rem;left:13rem;width:21.1875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQGcbUmehkawllanoUllaL6AsckSkNFv { top:2.5625rem;left:11.875rem;width:24.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlgQpzpIT4eb41N49ZJhoTPIqidgx8vX { top:2.5625rem;left:23.5625rem;width:24.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP88T5Xem0KUaeJ2Une80ieMMLQpOlxn { top:7rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icVnC3Goxz0TlRyxWqahIAmRLsi6bvmx { top:5.0625rem;left:28.8125rem;width:18.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tckgxzc6SWKzH9l8RFCOXGUesbI4AGDt { top:3.9375rem;left:0rem;width:12.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gycs0meRLLfCbLtfydhFPnHmp3DHr2QQ { top:3.9375rem;left:13rem;width:13.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McFk5Rx9SpTyunQsg5CMNWJCrm82X52k { top:3.9375rem;left:33.625rem;width:14.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm { display:block; }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChSTrBNvF34K50R3ZlKCKh1lfNBluBOf { top:1.375rem;left:1.9375rem;width:42.875rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo { display:block; }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsn8xdIqwa7gc4k7BIcOe65f6MX6vAV5 { top:8.6875rem;left:0rem;width:14.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAgBPwo6vSSgRG2QH723Adwk6VD3A2O6 { top:0.1875rem;left:1.9375rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx7c5twAkgp5eqDdxvOwdaPrtaX1VTJA { top:1.1875rem;left:5.5rem;width:4.5625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWTf5lUF3CzqqJKBspdS7TFan97A3cgF { top:0.75rem;left:2.5625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz5tRGJfrypFXBTaDgKZ7JLy0e2gIzpX { top:6.25rem;left:0rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhpuv1gXrFDn78fcsGFh3Ir2gcV0MEai { top:3.75rem;left:0rem;width:24.1875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWmc5nmcJ73zwEcNTwusc5BflD3rZ5sv { top:10.0625rem;left:23.5625rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibq6TPGA6GUC9q7T0JSd3SkgCc017Tzd { top:3.75rem;left:11.625rem;width:24.1875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRkKN3dRUz2es4NsG5OEifUtKexKQqam { top:6.25rem;left:12.8125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWFmF31LEOCS5U7SXv71hMnRKSV7Nkgn { top:0.1875rem;left:27.1875rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRX4OpDcQcKOTtap5cg11kH4WygK7hcU { top:1rem;left:30.75rem;width:4.5rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG8ktTiIWdcfrG2L0pWlpzN6W8sKymNW { top:8.6875rem;left:12.875001907349rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxtwC2F5QmOc5sfeELNzp4gFhb9bUXpT { top:0.5625rem;left:27.8125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wItE639yifulfBR3Nql7gt0EUE2R15hb { top:3.75rem;left:23.5625rem;width:24.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxqBWrhA73x44f9cWJyw5tZSbxeBr68N { top:0.1875rem;left:39.125rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ksTfkRmdoRZTS235sz7V4zoa39ktfk { top:1.1875rem;left:43.6875rem;width:4.0625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8tXRk5DK2KkTfZayfyN1qdzninkPHh7 { top:6.25rem;left:25.3125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTpZbqxEvLpsTf7HL3JkrvSy8zHsD1QT { top:8.6875rem;left:37.625rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxyAoss6bCh0o7Fu6cGnnUgVwHegFqVx { top:0.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euFk58cop8UyPAMtp4BbtfuhpT8TKR5U { top:5.125rem;left:0rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbd8RFarrGK8doPP8R5PwSZi4ZT5K4XR { top:5.125rem;left:12.8125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrT7iHX1zOnNrh1OQDl1GUcQHovwOfS3 { top:5.125rem;left:25.3125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD7rmHQkBVFdkP9TTbdDkVB0AvOLTqfp { top:10.0625rem;left:11.625rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq2I6FpigmH9LncAFRFVUnkqmsKtLnp2 { top:10.0625rem;left:0rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM { display:block; }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sebyLEhsbdowT4PLecJi59o2Kcn5na7r { top:8.6875rem;left:0rem;width:23.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hem7iucvu0nemCSKReodNih9KQHt4lK4 { top:8.6875rem;left:11.843751907349rem;width:23.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ECWFCPUx9nGznOXI58ixlSy3b4pMsC { top:8.6875rem;left:23.6875rem;width:23.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5fKf0r8iSqiB3EgDLTySM3PgumpAooQ { top:7rem;left:0rem;width:16.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4XwZuQqzUIPa2HdL4Z9QLT983mPwXQN { top:5.0625rem;left:0rem;width:17.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBJuwNoGBMSSw5SVRht47DpOykrwEvmM { top:2.5625rem;left:0rem;width:24.0625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzvxRBd2m9NGITkZbTZRWQNoFo93O15R { top:7rem;left:13.000001907349rem;width:13.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEQ7ZQJ1IeMheD5xl1WSrD2XdKFiRuIL { top:5.125rem;left:13rem;width:21.1875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kttid2UxNTTxnV8pR5GtaQAlrwLNkt6t { top:2.5625rem;left:11.875rem;width:24.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9CkuNX0XbDDgNTkz4VOmDFVaHquugVJ { top:2.5625rem;left:23.5625rem;width:24.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMTCbivBAQxUcV5W8SeRZGus07zlQQc5 { top:7rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1u6xTN9h1T2AiUGn829Zb8O1SKTDTdr { top:5.0625rem;left:28.8125rem;width:18.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdgztca6VUdZuoeTTlfXhACUN6e6bTlR { top:3.9375rem;left:0rem;width:12.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXqKfgWxSMFKXb2TSQOIgnvnM0gkIUrO { top:3.9375rem;left:13rem;width:13.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmbKI3sS5zmoyF6iB86WDtz0FHq5NLxS { top:3.9375rem;left:33.625rem;width:14.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARsuBvwNvqylJc4V8laWt6FiTJpkedHu { width:21.5625rem;height:3.4375rem;top:42.375rem;left:13.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPgrTgsIbQTJqBmy21CfAqgunt2b1HP6 { display:block; }
 }@media only screen and (max-width: 763px) { #uzqJtADwv0xgmObLBAWOqINZEy2vSnEE { display:block; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sO9hwhAhC8Gxz8ppSITFkBu4U06lJMgz { top:1.375rem;left:1.9375rem;width:42.875rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cISg8x7e2pi3UNcannyApyrLTzuoweqx { display:block; }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpp1SlhW3MuIwIvw4p7878tGht4PNDzT { top:8.6875rem;left:0rem;width:14.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuCQ8ZHpeMOTFt0obCKwNGsfbLKzJ68O { top:0.1875rem;left:1.9375rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuBSizGadkOa90WntE4nUORaglsCCkO3 { top:1.1875rem;left:5.5rem;width:4.5625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAKl51OlZweU7rgMsTWe2XJ7UEqW7utg { top:0.75rem;left:2.5625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxpXEaOUtG87qgrTNR3FRPNaMnfr2Ani { top:6.25rem;left:0rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqOFNJLPZFDNLamphoNL6TsG9oARWOKz { top:3.75rem;left:0rem;width:24.1875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmuKGoHSk0qgG5A54PpFyCQ2GxdTMTvD { top:10.0625rem;left:23.5625rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0R2gaeA6Mv6aHgpTOkTL4kErb4rmhyq { top:3.75rem;left:11.625rem;width:24.1875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL7l7kyq9MI0nedRv4DvrGBWksEwiyDt { top:6.25rem;left:12.8125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWDNSVAlUnGiQzPFFwRe809dkOMLQe5P { top:0.1875rem;left:27.1875rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkKfPs7BeHpHsW4bpOg49utH7kTEZRv4 { top:1rem;left:30.75rem;width:4.5rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw8XHA2Q1XLNNaQqQB7NTynHubrTM1S9 { top:8.6875rem;left:12.875rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbtdWWdxRRvWL8H9towKLlFxTFBn4Rzg { top:0.5625rem;left:27.8125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atN79QUCeTTvNZAoC1ECUgu3hl3JVrh9 { top:3.75rem;left:23.5625rem;width:24.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqyCxoWGqOeQFp3enDPCxAQqZh2gL0cw { top:0.1875rem;left:39.125rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOkomdm49f6ovUX2WJpLrFBGPgh1TeDg { top:1.1875rem;left:43.6875rem;width:4.0625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QstfC9wXqVCIixeoocf4rhdL6WqaHV3P { top:6.25rem;left:25.3125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdOqv4y3XAigZoHbGZNr8v95bfsuxWZQ { top:8.6875rem;left:37.625rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA5K6M3XzsO5q8iUMQC1ImxQ9W9x0JGr { top:0.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h00qDqQMvr2oEEGobMxb6W5SqZdDzTOW { top:5.125rem;left:0rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7fEVNmR11s3P4Z3wlAfuPTarVVRfGoi { top:5.125rem;left:12.8125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJhLRiTLiywwoUs9gLvPIswZs6wyTQBI { top:5.125rem;left:25.3125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtKsSQUIThZEloLvNK7ku0qq5E1nHnXD { top:10.0625rem;left:11.625rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpUW3ARbcaHSXZTOUMXkcUJkf2MMyBwZ { top:10.6875rem;left:0rem;width:23.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf { display:block; }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2Xm9F9zpRFbqCJnXs00ZVI9inMi4imd { top:8.6875rem;left:0rem;width:23.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAQaC5qolWP9JcEpTesTZkiZM1D2iTdE { top:8.6875rem;left:11.84375rem;width:23.0625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8lVIqxW497kXu1PTUn70shlKg49pVR { top:8.6875rem;left:23.6875rem;width:23.0625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT0DTu1HfQwApWlPTGAycaxTdZM1Qxmq { top:7rem;left:0rem;width:16.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpKV7KMTddGvHIsSbt6yyw8lIUUqiz8a { top:5.0625rem;left:0rem;width:17.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRgiJnSnxEHh7o2kfmaVd9vR9NBctkMQ { top:2.5625rem;left:0rem;width:24.0625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBPKrTnSkyuxwlzKlI2UuPkqHVOQMyFv { top:7rem;left:13rem;width:13.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J08AvFxicWtgvrhnKe58eS2NHDBdlEFo { top:5.125rem;left:13rem;width:21.1875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW5mKnPRVXzcv7VroKOcTBMNAaZnUCQO { top:2.5625rem;left:11.875rem;width:24.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSfmc3RgRHTh8XGCWPyoWDtb5bDBZW1l { top:2.5625rem;left:23.5625rem;width:24.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwo5xoZNB1fQgxJ6xaG88P9HGLdKOJ8g { top:7rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2m458cCqNqItgOd5ImgGwO1xrd7ZMP9 { top:5.0625rem;left:28.8125rem;width:18.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6JsG1NALphfmnv2AVrsMsLiHIBBgCbG { top:3.9375rem;left:0rem;width:12.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7yIfp7IWHl571Q95qiT4Ac1NHPNCEuc { top:3.9375rem;left:13rem;width:13.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3kLUAcqmQLoyNTQNLt85yrThoStyyUg { top:3.9375rem;left:33.625rem;width:14.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK { display:block; }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHSw3H39ZDV7Vq8lSmFH6PUQDVNwuDsz { top:1.375rem;left:1.9375rem;width:42.875rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF { display:block; }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRTbhhaWA2s5waxg0FDQCo1v6NdeP6TF { top:10.0625rem;left:0rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zefreXhbrIIdUpDQ9KPl2y8A66eAmOCE { top:8.6875rem;left:0rem;width:14.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAVps5wpfxat0tv3wdTeWZhpHhrdpMNN { top:0.1875rem;left:1.9375rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp9wh2m99TCUoirEP3Q4A6E0T3kaAHPw { top:1.1875rem;left:5.5rem;width:4.5625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmM1qalTyzckJUmDtsGCXddRqZHO9xFf { top:0.75rem;left:2.5625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDzLQWaJl6IghwEEC9ONNLXe7nDWnZuw { top:6.25rem;left:0rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUQrlfTApODtCQk8Dy9gqFXA3poI3iQ7 { top:3.75rem;left:0rem;width:24.1875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGpyTbiGAyOMk3Q93m38UmU8hR9xNkJx { top:10.0625rem;left:23.5625rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #benWVuzEVZ2dmpzwRTiryhk7amJpgRJh { top:3.75rem;left:11.625rem;width:24.1875rem;height:49.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0BH2GPEK48fBiVqN8iuIyd746qs11Qa { top:6.25rem;left:12.8125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3BUn4aHGHFhyO8eH779sw3ThhulionD { top:0.1875rem;left:27.1875rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLM7h21y4HNXlMNgvz7qSQOdownSHiQq { top:1rem;left:30.75rem;width:4.5rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVLgG9zN4IeRgucTkW4XHrKZk9zRKxqM { top:8.6875rem;left:12.875rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKip5FlQGSbwit8yuzQPr4SUPTH06vuJ { top:0.5625rem;left:27.8125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBQVb6nR37EIM6UTF03N994k7IlyyMKo { top:3.75rem;left:23.5625rem;width:24.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdusD3TQMmx2HMet7T398JqL2mxZQ0di { top:0.1875rem;left:39.125rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwmigDGMUlQ6DggoABeVH6Qvp6WWOwsE { top:1.1875rem;left:43.6875rem;width:4.0625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUSWQEpdmfa24qe8UT9oU9n40d3Okno1 { top:6.25rem;left:25.3125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFKLZ9BdiG7T3CHhTI4SGxN9aqWIVthM { top:8.6875rem;left:37.625rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBraLegTF9Gqt8an4Hqd8y9dwMXegToK { top:0.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU6LeJKPZPXrzXRHhcO7SVNicSiIdkBd { top:5.125rem;left:0rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnc9chhJoyANqpfE8i2cVhHM4Sit1BHM { top:5.125rem;left:12.8125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZfiJsJbQTZMdkJKF2HpU5PJ588xxKpM { top:5.125rem;left:25.3125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ0GRlbzBtpRzJhoBNrXd0a3nIAS7wH5 { top:10.5rem;left:12.0625rem;width:23.3125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ { display:block; }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9q121pq52SCSqU7IWZHXoTqbsFwScTL { top:8.6875rem;left:0rem;width:23.0625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCPTW8ixuTfZ1lzsde2v1zmVF1AxnhWm { top:8.6875rem;left:11.84375rem;width:23.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MipM38KraM1GGZsNx9lNWGn2eN2twIZb { top:8.6875rem;left:23.6875rem;width:23.0625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nasASEhwDwctAOA5N84lX2XHb3Tz3fQN { top:7rem;left:0rem;width:16.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4y9a75y82tNHEcgrXLG8lT069Sbl7Ih { top:5.0625rem;left:0rem;width:17.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mab5DhoFvnpPzpf720Z2La2diMKU7d8J { top:2.5625rem;left:0rem;width:24.0625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhe2mAqrrWzSHPUERJ5GOBLeROCNb7sQ { top:7rem;left:13rem;width:13.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP4c0y1zafvGK7Mrbe0xMFvoPCTxgldK { top:5.125rem;left:13rem;width:21.1875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLPVDsuyJrqT6kl8w7iMblnaKXA2qpIu { top:2.5625rem;left:11.875rem;width:24.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOA5MgDzL0MReTiPuCEpc6nNiWlgT9TF { top:2.5625rem;left:23.5625rem;width:24.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BssRXcwOMzRh3ThQbOz1C2KnccvpkrDa { top:7rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0ZtWbZQTLzFKZy3dJDxfFrT4EHurN6q { top:5.0625rem;left:28.8125rem;width:18.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0TgtQPED97og31AVQd57PU2s1fcAses { top:3.9375rem;left:0rem;width:12.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKJD9MeeuFZd2vsTXoZ3eDX6PsqcO0g5 { top:3.9375rem;left:13rem;width:13.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgorP6VRe9oHkqRcyEcl1HIqNn5eTZ35 { top:3.9375rem;left:33.625rem;width:14.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c { display:block; }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWqfxPzTWMdPxwFa26DGiupxcKRcz1uA { top:1.375rem;left:1.9375rem;width:42.875rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vspdb7TR0V8NHypyCF223S20XN8oh4A1 { display:block; }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHFFeMARircGubiym1xkU6ylQAnvwHqG { top:10.0625rem;left:0rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Ibh0lKRb09FZLl4lLuSwVzM6h0E5Gq { top:8.6875rem;left:0rem;width:14.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bmh0TTABNsq0FTzElMBi2TEIy52xEyCb { top:0.1875rem;left:1.9375rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmqR0q3NT9Kru73HDeIiShmxyzVUIzRH { top:1.1875rem;left:5.5rem;width:4.5625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACyF78L3TX324N3cUlTgMLdkU8PrOXpo { top:0.75rem;left:2.5625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idDJOwzVrO1VClysDI6v4TABIWzx0O1A { top:6.25rem;left:0rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7BaS0ZpxsqM6fIWK43AL6Kv5aW2EEIG { top:3.75rem;left:0rem;width:24.1875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #alrIJwKBwxvpDqqISQLJ0rrDRh0KmLzw { top:10.0625rem;left:11.625rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9yEQ1CTlX3eclnemKaoL3pNE2InGH20 { top:10.0625rem;left:23.5625rem;width:23.0625rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiglgZRCHJAND9r4wcXnldFRC1IWIzc4 { top:3.75rem;left:11.625rem;width:24.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X630wVPiQRZOZV882vEPZZRlS18gfFIk { top:6.25rem;left:12.8125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heZFW7U8yQ2sIpP1aQxCf4p4znFo3tUO { top:0.1875rem;left:27.1875rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai6JmSVo24i1F4QtyvaqIWimAQ6q4WRT { top:1rem;left:30.75rem;width:4.5rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8vmGuWcwWPMsG2OIDGDdw8DcT0xNpaa { top:8.6875rem;left:12.875rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA5kn8ad9xWB1OMPieiROeuddaUt1sD3 { top:0.5625rem;left:27.8125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usTFxIKGmR3z7T62Nx70PbNnhCpFX9Et { top:3.75rem;left:23.5625rem;width:24.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmbWWTGIRA3ylh6HCQT6ZQMwTcvR9ZCn { top:0.1875rem;left:39.125rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNz42fNrqf8dG9cGi2t2HPOutVeR94g { top:1.1875rem;left:43.6875rem;width:4.0625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAvc7tPganAzgOHiPynk4imnPpiQMdAR { top:6.25rem;left:25.3125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNo3LIRfDZ9MpZ9mrL8obxx4rJPVRI4E { top:8.6875rem;left:37.625rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EScT4bUD8BIAfckWuy3Vn8fpBEHWbhPk { top:0.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZOp6kqUoXHkXigFzyG7q4re0xubpeI1 { top:5.125rem;left:0rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnctIBc6CtbKqIKrZWbDd5D8fZcd40lT { top:5.125rem;left:12.8125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WseufGeP2xxbBmUeN1nUltZQCOHpeIKl { top:5.125rem;left:25.3125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEvx0ptowJKudWksxgmrdfZT1CnCK9eG { display:block; }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuA3Ru4Hx5264TT28eFhxVzaEUdHvM4w { top:8.6875rem;left:0rem;width:23.0625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52Sv7Ti1J3Hk2Uhy4tmzpb0VArg8ovt { top:8.6875rem;left:11.84375rem;width:23.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8bWftJ5RSvX0ATSXOR8yGx3npffUTiT { top:8.6875rem;left:23.6875rem;width:23.0625rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWzTCmidvN0SGxGcwgnOthWTmyPZpzEc { top:7rem;left:0rem;width:16.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzasGS39LQy0gCa8uFX0sDVQ6ZPrKcwk { top:5.0625rem;left:0rem;width:17.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl7GUClzVP7yqybqRJZRRFz0hxTgaQbl { top:2.5625rem;left:0rem;width:24.0625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOvkqq47yeWucXCvg9V3M8Wz9sMIuvF7 { top:7rem;left:13rem;width:9rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzXwZeJZyzFUmho48mm56s9vwAGTinPT { top:5.125rem;left:13rem;width:21.1875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NioBRgEiIg3kwV0fwNhUrNDHxWJypOHR { top:2.5625rem;left:11.875rem;width:24.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZsVr9MIM2NQ3Ixov5By6OG0NTvQAH8T { top:2.5625rem;left:23.5625rem;width:24.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5vDzwzP8GwZUm6KkeL0e7aIoDRQ7ItR { top:7rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfguse17BCyK14Qc3lClMb1fMFiv5OBz { top:5.0625rem;left:28.8125rem;width:18.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn2VHaTcseg5yZL6t32CoHiLQHn001zx { top:3.9375rem;left:0rem;width:12.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFVxdUCkZxR0R2DSBLkyVqxu11fg7vp0 { top:3.9375rem;left:13rem;width:13.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTNrGQaI7uLKXFUsKqiTS9mwecqTXCRQ { top:3.9375rem;left:33.625rem;width:14.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg { display:block; }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rifsPZTxxMH9xUIwV71i6y1eDFm6s3Xk { top:1.375rem;left:1.9375rem;width:42.875rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT { display:block; }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqH0yAzgmJyT0cAgVMu8kk0hxoa0X3wr { top:10.0625rem;left:0rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA3wy1Vd2e08WKADd2qqkFrUfFyfoy4A { top:8.6875rem;left:0rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvu0iNf14wygsJUb1gKS8KkS86uyfvT { top:0.1875rem;left:1.9375rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEOy4InH8cBTntkAVT9vuAyH5ciOsyBW { top:1.1875rem;left:5.5rem;width:4.5625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5rLC9TrquepLKrvU3fBTZMXzrXaIdIu { top:0.75rem;left:2.5625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuuZlngZi0DlgD6mPy1q4ePpyibaFdgr { top:6.25rem;left:0rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7z9N4ln368u8aK3UJZsf23AHqvWx25n { top:3.75rem;left:0rem;width:24.1875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn1TdcoJ64ssV0ws8V36iABz9RLkgBDD { top:10.0625rem;left:11.625rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4cZbqBhTA4XNK4HNq0Nd027Idhn6uG2 { top:10.0625rem;left:23.5625rem;width:23.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpi3EdeenfXTI4PnJJTC8kxyW70Te8uF { top:3.75rem;left:11.625rem;width:24.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqtma65yAgVloeyPl1CeTgQqrszO71yh { top:6.25rem;left:12.8125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDHcOpgUhdAH8QFb2HlIvbDKrqiPiQh2 { top:0.1875rem;left:27.1875rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud9miexdQOOeU36JdPwxmzRU79IWZDWO { top:1rem;left:30.75rem;width:4.5rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9AB1DS9iz3FXTGhz48iCqS8zsRpQd1g { top:8.6875rem;left:12.875rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJzGlCPLmxUffi6ZuDz8VN6qTySNLOQo { top:0.5625rem;left:27.8125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCUaqCBupFvDNkEKn9AlgtT4zGnqg6mA { top:3.75rem;left:23.5625rem;width:24.1875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn7ML4JZQTBTUtJxLs4lBUAPiIq8rZlN { top:0.1875rem;left:39.125rem;width:8.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxTapqzMCd8KNZ6XIMoyPuAsUsu8GU5S { top:1.1875rem;left:43.6875rem;width:4.0625rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulDU7bWEpiZeW9Kii0eyDtr1vXHZT2uV { top:6.25rem;left:25.3125rem;width:22.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPx8ySUeoSzrbvheSTz3fKREz0d5MgTW { top:8.6875rem;left:37.625rem;width:10.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLAel5fnBpWoLtTP1XrCmETSqVBqkPpf { top:0.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHzuGqrETAJ2nlDAqIWvNQ0qgXStHfrw { top:5.125rem;left:0rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KigcxTpyLQCGPZt3pS3l3aWV3oEEVAx4 { top:5.125rem;left:12.8125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilqTvc4QLeRnuJ2VhSZ3oc5l5AAnQAtm { top:5.125rem;left:25.3125rem;width:22.4375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG { display:block; }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e78c66rNkH9qmbcK7hccokM26ZmQIwzc { top:8.6875rem;left:0rem;width:19.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwZFL30eTzr50ZfoDJAEHHX5eI9xFFZg { top:9.375rem;left:9.875rem;width:27rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OskcTHSertkA5T1z1CbNZ2WRikbed1Be { top:8.6875rem;left:27rem;width:19.75rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDg9ST3Pz4S4HfIM5EKsqRyr5NXogZTH { top:7rem;left:0rem;width:16.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSo60HGnCu0oC6J89JECRKFLLkCRlo9J { top:5.0625rem;left:0rem;width:17.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFSGUCLOXtEr4vLPliGxS7gh8JhzeNrF { top:2.5625rem;left:0rem;width:20.75rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4vwpICeT4MO9S3XhWuDyFbPSXvNUlxb { top:7rem;left:11.125rem;width:9rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4dTpDWixR4dnphJvmzVy4fU8X0hTu3r { top:5.125rem;left:11.125rem;width:21.1875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIBTwuWcLrG8fB8OeRsJHAT6DPX1SSy { top:2.5625rem;left:9.875rem;width:28rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDvLLXhqLR7EyrEsX3nPFa0IGxeyreoy { top:2.5625rem;left:27rem;width:20.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrm67WMBwl4k8u1TQPul2zgwHlEUD4Ah { top:7rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggkXiXZ2aceDl50bS6qqlCsQuSzSNGgt { top:5.0625rem;left:28.8125rem;width:18.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slDoN0TdTsA3LT8QSPfKVKCTbxQl1yFZ { top:3.9375rem;left:0rem;width:12.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdReT9x4widXzfIpNO5xL1bMO7Mg6Sf2 { top:3.9375rem;left:11.125rem;width:13.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbCCK0kh1ygkiegxRArIfikTNLrioagH { top:3.9375rem;left:33.625rem;width:14.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #BzCFQl9dQtlCzMBFMenQx3q10NP8fas6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #ExQUsTXyioAilVtVToE8ZhlwOvTDsyXH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #b5gtlc94P29wC7tZArXyz9KeBOrAHTpH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #RW5LPDK5Tr3XIZVmsM68NXDEdUzIFRJP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #Ta4gRqMpOz1cMC1lOZMQJvP4WCpBr3IX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfJzRLZ5AEybFibsukFkZO5vUongOvgT { display:block; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r { display:block; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTMwoKAOcd6Uys7wMVQGCK7h8a0XzPyE { top:0.1875rem;left:0rem;width:47.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#466ca5;background-image:url("https://images.assets-landingi.com/uc/809c340e-cc58-46f7-89de-9b26b045b7b3/bg_5.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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); } }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { background-color:#fcfaf9;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; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y > .row .container { background-color: transparent; background-image: none; }#llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y > .row .container > .video-iframe-container { display: none; }#llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y > .row > .video-iframe-container { display: none; }#llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y > .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); }#llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y > .row .container { border-width: 0; border-radius: 0; }#llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llHMuLUpcZdXNBGsX2Uv5tTFnThDv68y > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #fqI7lW91EdQ5pCUnBSTqKyxJnFgFDXx6 > .row .container { background-color: transparent; background-image: none; }#fqI7lW91EdQ5pCUnBSTqKyxJnFgFDXx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqI7lW91EdQ5pCUnBSTqKyxJnFgFDXx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqI7lW91EdQ5pCUnBSTqKyxJnFgFDXx6 > .row .container > .video-iframe-container { display: none; }#fqI7lW91EdQ5pCUnBSTqKyxJnFgFDXx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqI7lW91EdQ5pCUnBSTqKyxJnFgFDXx6 > .row > .video-iframe-container { display: none; }#fqI7lW91EdQ5pCUnBSTqKyxJnFgFDXx6 > .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); }#fqI7lW91EdQ5pCUnBSTqKyxJnFgFDXx6 > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #Q9owtR8TOcPQsPUDJut9yUSo0WO0iUD9 > .row .container { background-color: transparent; background-image: none; }#Q9owtR8TOcPQsPUDJut9yUSo0WO0iUD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9owtR8TOcPQsPUDJut9yUSo0WO0iUD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9owtR8TOcPQsPUDJut9yUSo0WO0iUD9 > .row .container > .video-iframe-container { display: none; }#Q9owtR8TOcPQsPUDJut9yUSo0WO0iUD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9owtR8TOcPQsPUDJut9yUSo0WO0iUD9 > .row > .video-iframe-container { display: none; }#Q9owtR8TOcPQsPUDJut9yUSo0WO0iUD9 > .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); }#Q9owtR8TOcPQsPUDJut9yUSo0WO0iUD9 > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #WL99HhBGEiCRLoTPAQwJKzSuT5TbTpzg > .row .container { background-color: transparent; background-image: none; }#WL99HhBGEiCRLoTPAQwJKzSuT5TbTpzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WL99HhBGEiCRLoTPAQwJKzSuT5TbTpzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WL99HhBGEiCRLoTPAQwJKzSuT5TbTpzg > .row .container > .video-iframe-container { display: none; }#WL99HhBGEiCRLoTPAQwJKzSuT5TbTpzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WL99HhBGEiCRLoTPAQwJKzSuT5TbTpzg > .row > .video-iframe-container { display: none; }#WL99HhBGEiCRLoTPAQwJKzSuT5TbTpzg > .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); }#WL99HhBGEiCRLoTPAQwJKzSuT5TbTpzg > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #vkQchAkZoSC0b3irr0LzUbRdPbZXik3s > .row .container { width:20rem;height:51.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #DRhAn642cQTfeWnJ5rPZ4f6oTChd072v > .row .container { width:20rem;height:12.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #eumxgZd0GKnLQpm1521nULUndBWeMGD6 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #JrqQ1KbHIJgKSmc1z1r6ao7xPPV1odUw > .row .container { width:20rem;height:90.4998915rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #NhfBfgBV1aGzvKHRrUVoumSaaUTTBDmX > .row .container { width:20rem;height:8rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container { background-color: transparent; background-image: none; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container > .video-iframe-container { display: none; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row > .video-iframe-container { display: none; }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .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); }#hhOKcKkn57Dby7WMPnJ8ulTgzyOE8qBy > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxbVKTGBifRDHqMyH2kXJ3f0PxMVmZgN { width:20rem;height:3rem;top:0.22968769073486rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJSPSiB2WofIAPyHM4HRuWDTToAUUvw2 { width:20rem;height:2.8496125rem;top:2.9421877861023rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acLZXxRRN61oplkh8mUrbJRtTRlZoFGp { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row .container { background-color: transparent; background-image: none; }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row .container > .video-iframe-container { display: none; }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row > .video-iframe-container { display: none; }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .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); }#acLZXxRRN61oplkh8mUrbJRtTRlZoFGp > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXKKmZicQVS0hDqhPoXRqO17Tdba4l1w { width:20rem;height:1.8rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row .container { background-color: transparent; background-image: none; }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row .container > .video-iframe-container { display: none; }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row > .video-iframe-container { display: none; }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .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); }#HK7kG71osvH5t1TtZ6Q4L11mkplIzdQJ > .row .container { width:20rem;height:98.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRCMmNcWntstL9G6bDA0tgWVTpMRmuBg { width:14.875rem;height:1.3rem;top:7.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rk6wQg3bHLtFNyZEc4oQPvhqvf8slbIl { width:8.1875rem;height:3.1875rem;top:0rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #WukxdDnhf7TWIN1P7bAEvA6uWZTgxEa5 { width:4.75rem;height:2.0996125rem;top:0.4375rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NLgrTy4fVCiJd5TCGsPK54dkAiqDhGGk { display:flex;width:2.1875rem;height:2.875rem;top:0.03125rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #TviymqQuFvqnFIgW94mXTmeLyLc7HoRL { width:16.0625rem;height:1.5rem;top:5.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ffl6N446iWbNNXvAi6LTOoFO89TDVEec { width:20rem;height:18.0625rem;top:2.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #oDgkRN1PPUyi2OmrAolZ3sA0we1UQTF9 { width:19.25rem;height:25.5rem;top:72.625rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#b93758;background-image:url("https://images.assets-landingi.com/uc/bbfad760-a6ff-4645-8fe2-dfa9671bd974/msc3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oDgkRN1PPUyi2OmrAolZ3sA0we1UQTF9.adaptive-delivery-prevent-bg, #oDgkRN1PPUyi2OmrAolZ3sA0we1UQTF9.lazyload, #oDgkRN1PPUyi2OmrAolZ3sA0we1UQTF9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZNU1MUe6PMyaTJAihIRTN6nooKHIXBGE { width:20rem;height:21rem;top:40.9375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #btdqxJltfHOyLlomD1kKAyNLFo4ptvhw { width:14.4375rem;height:1.5rem;top:43.625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w0FfPSw85Scii7pokaeZkzPVbS5bwHQn { width:8.1875rem;height:3.1875rem;top:38.0625rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #a5KFlgJTAquEKLle5R0tGfNOBkP0NxZ8 { width:4.8125rem;height:2.1rem;top:38.5rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wNz7perx0kgm5034tIJSCHIFzDvTrSAU { width:10.125rem;height:1.29980625rem;top:45.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W74A6gXk3bGFJM7EIiK4i84ZIL2PiOuE { display:flex;width:2.5rem;height:2.5rem;top:38.3125rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #UHicTR2GxwhTFMoF7q65ABc6cdwhlFDv { width:20rem;height:10.8125rem;top:66.3125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vxRl0gTDTmkUd2l8SPdglt1zV7ewoEi6 { width:8.1875rem;height:3.1875rem;top:63.1875rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #HwhlTXqMoIP90HI0BkzTkz7sP7Z5UasX { width:4.3125rem;height:2.0996125rem;top:63.75rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k4l09WVNJeEUJU2G9EU3ZQKPpb1hgNBK { width:15.625rem;height:1.5rem;top:68.8125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SuNAlU6xm1FWJtLlc7c78roNWCCdBG7k { width:10.125rem;height:1.29980625rem;top:70.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T5XGWzVMIRoMa6QDbGUtb2A8v3SWFGbb { display:flex;width:2.5rem;height:2.5rem;top:63.375rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Oecnf6gueb7p0HpiMXEmMlg1kiXa331X { width:17.125rem;height:1.04980625rem;top:4.25rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HWkrw8mndAcGrlQeXXsrgDRxWdGxxKEo { width:14.25rem;height:1.05rem;top:42.4375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IHTiU8O6L769BCmECNDiaiZwgrihgz6n { width:16.5rem;height:1.04980625rem;top:67.6875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FVKb8TK6SnPVAeTiSZmA7eHFvO3vnfKM { width:19.25rem;height:13.625rem;top:47.5625rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f7ca6790-3b97-477b-8c4f-e665300bf71a/msc2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FVKb8TK6SnPVAeTiSZmA7eHFvO3vnfKM.adaptive-delivery-prevent-bg, #FVKb8TK6SnPVAeTiSZmA7eHFvO3vnfKM.lazyload, #FVKb8TK6SnPVAeTiSZmA7eHFvO3vnfKM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #y6qh3LSXBrwCwg4PIT93btbv9AJKdMGm { width:19.25rem;height:25.5rem;top:9.4874820709231rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/87e6f0cd-87dd-4b85-a649-65c6d9807ec5/msc1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#y6qh3LSXBrwCwg4PIT93btbv9AJKdMGm.adaptive-delivery-prevent-bg, #y6qh3LSXBrwCwg4PIT93btbv9AJKdMGm.lazyload, #y6qh3LSXBrwCwg4PIT93btbv9AJKdMGm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k96HHs9qicvgtwpslk4znQsTkBTObkBb { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row .container { background-color: transparent; background-image: none; }#k96HHs9qicvgtwpslk4znQsTkBTObkBb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row .container > .video-iframe-container { display: none; }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row > .video-iframe-container { display: none; }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .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); }#k96HHs9qicvgtwpslk4znQsTkBTObkBb > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jhqheiu6u5kCocpvnAtM5KCtXwVXcZqe { width:19.25rem;height:19.25rem;top:7.3125rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/911d840d-8bad-476c-b544-a05fc1c61583/outfit.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Jhqheiu6u5kCocpvnAtM5KCtXwVXcZqe.adaptive-delivery-prevent-bg, #Jhqheiu6u5kCocpvnAtM5KCtXwVXcZqe.lazyload, #Jhqheiu6u5kCocpvnAtM5KCtXwVXcZqe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e5Eo8Us0LMLppM8FRcMbJ7hbhWRQsnCD { width:19.25rem;height:27.3125rem;top:34.75rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/02744b8e-919c-4abe-99ef-f71aa1a3195a/miejsce.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e5Eo8Us0LMLppM8FRcMbJ7hbhWRQsnCD.adaptive-delivery-prevent-bg, #e5Eo8Us0LMLppM8FRcMbJ7hbhWRQsnCD.lazyload, #e5Eo8Us0LMLppM8FRcMbJ7hbhWRQsnCD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GvKJsp7CgSiQJLdaqZhXKgWdDWEu1rFl { width:19.25rem;height:23.625rem;top:69.625rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cf6912c6-7303-4ebb-a4e6-70031cd17b9b/moment.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GvKJsp7CgSiQJLdaqZhXKgWdDWEu1rFl.adaptive-delivery-prevent-bg, #GvKJsp7CgSiQJLdaqZhXKgWdDWEu1rFl.lazyload, #GvKJsp7CgSiQJLdaqZhXKgWdDWEu1rFl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fgUSxKbWDyuOg2s6coidU0Z0tJ3iPx9p { width:10.1875rem;height:1.3rem;top:5.75rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CMNCD9Z4OpqnoDtMvqTdRdVL1A32tZnW { width:15.25rem;height:1.3496125rem;top:3.75rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #diQOa9Eizf3Vz37UyyEw7cuDJTf7zkEq { width:20rem;height:7.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb0d3yBbF9nuQxcht2E1MzBsolx5k3oZ { width:9rem;height:1.3994125rem;top:32.75rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K3ngpK1BsiiZUB1VSLDEA7ZGQf9668PB { width:15.625rem;height:1.3496125rem;top:31.125rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pNIi6b5BVOh1KhalTGNKhu10pc9T8Qgy { width:20rem;height:8.0625rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b04EKoeQnIweR4XPcQazubm31XNSR7wu { width:20rem;height:8.4375rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLgr77s7BXHzcispAwM0Tpo8AEtGBqw1 { width:9rem;height:1.29980625rem;top:68.3125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ROE7PwPlny1k3eG0Mwb9ivtRhEDXBb7W { width:17.9375rem;height:1.3496125rem;top:66.3125rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k4t38whyEROoQZtUs7LIJ4tKBFnCuK50 { width:12.75rem;height:1.04980625rem;top:2.625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O9Tb39aAoqERiT3fqLUZAXBpK3lGe2zm { width:13.25rem;height:1.04980625rem;top:30rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rZqaOSFtO1MwkEvVkbLJdUd3ROJsHlgO { width:14.125rem;height:1.04980625rem;top:65.125rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row .container { background-color: transparent; background-image: none; }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row .container > .video-iframe-container { display: none; }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row > .video-iframe-container { display: none; }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .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); }#L28HJ9T5dTSC0XlAwa1sq9kD19QT7hWg > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrbHTQa2C4gMwKTrKvTpRfS7G3PVvBZ0 { width:20rem;height:1.8rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row .container { background-color: transparent; background-image: none; }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row .container > .video-iframe-container { display: none; }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row > .video-iframe-container { display: none; }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .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); }#bOKFhvFW1nWodmkJopzzfK7zGQvn9wyr > .row .container { width:20rem;height:113.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nsl52yQRPznATFQa3MKyW6nohz4fMqJt { width:14.875rem;height:1.3rem;top:7.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xO14vvEIVoL70aZEDHITakEITnrc57a3 { width:8.1875rem;height:3.1875rem;top:0rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #MJIs2AnFK24D7nifNNlFvBv0nr4zDXXx { width:4.75rem;height:2.0996125rem;top:0.4375rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wFNe6twt8ZAzrITWyWnFQ2xqhgdK8Mwu { display:flex;width:2.1875rem;height:2.875rem;top:0.03125rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #FVIwrNxurpHwQv2VKVkiVoX1igzXBoGu { width:16.0625rem;height:1.5rem;top:5.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rN6ORQNUFCeeEu1HOmxIBvJMgXaB7yHp { width:20rem;height:18.0625rem;top:2.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZgvZNq5Nz8lwL5OvBX333UgkkEA9eCpK { width:19.25rem;height:25.5rem;top:85.625rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#b93758;background-image:url("https://images.assets-landingi.com/uc/95d38087-4029-4bac-a39e-6b67addf0f1c/historia3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZgvZNq5Nz8lwL5OvBX333UgkkEA9eCpK.adaptive-delivery-prevent-bg, #ZgvZNq5Nz8lwL5OvBX333UgkkEA9eCpK.lazyload, #ZgvZNq5Nz8lwL5OvBX333UgkkEA9eCpK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e5Rxg1qt0Vvc4yzDFBqldUbAiuKwIfz8 { width:20rem;height:32.125rem;top:40.9375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #KmiKNOmiTQ6cZevxNoKa8qOJ59WONrLh { width:14.4375rem;height:1.5rem;top:43.625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kuMsQVfibUny8zPsXubN09c8JEWyT8fp { width:8.1875rem;height:3.1875rem;top:38.0625rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #wFQgf2wUOESb0dHlCFGcFroB1sUJZA3d { width:4.8125rem;height:2.1rem;top:38.5rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kix6OSXM02NX12cy3QTPsmsTOFUqDhQu { width:10.125rem;height:1.29980625rem;top:45.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fuDy29FopnoB5dPZBxdNvXL6KJm2OTGv { display:flex;width:2.5rem;height:2.5rem;top:38.3125rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #pA5BMdI7OKRhIi834vnKe8OmyBx44SxQ { width:20rem;height:10.8125rem;top:79.3125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Vbk4Irh6BoykZaiRwLIDvHJcNpMxtGCp { width:8.1875rem;height:3.1875rem;top:76.1875rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Rpd1Fz7IqQkTUAoH0Mkhq45lsn1daV6J { width:4.3125rem;height:2.1rem;top:76.75rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hdW7LU2PcnusNXOcqIFDiuT1a6VLusWz { width:15.625rem;height:1.5rem;top:81.8125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WkNe39pWqEoJ7vSTTWtJ4MtnNnRUeACL { width:10.125rem;height:1.3rem;top:83.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I93d4TIwN6aLTJHzmIIWAAheDkmxGGoR { display:flex;width:2.5rem;height:2.5rem;top:76.375rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cTPaXu9timZgBo5vA7IppFC7RXFurzII { width:17.125rem;height:1.04980625rem;top:4.25rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gq4N5RDRGGrTVRtNKhXsgDEk3efrzrJR { width:14.25rem;height:1.05rem;top:42.4375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PXO6zt0Te3q5R1AhftB2S1k3hKZu2dOG { width:16.5rem;height:1.05rem;top:80.6875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lTweqESrlZd88iizIrdwxg1Po2kC6Bqs { width:19.25rem;height:25.5rem;top:47.5625rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b59f87af-b5bc-4fdc-b170-4e15aa1f38af/historia2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lTweqESrlZd88iizIrdwxg1Po2kC6Bqs.adaptive-delivery-prevent-bg, #lTweqESrlZd88iizIrdwxg1Po2kC6Bqs.lazyload, #lTweqESrlZd88iizIrdwxg1Po2kC6Bqs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Fr2hAX2VPNAUP5FKnXcOX0TXPqSpPxe8 { width:19.25rem;height:25.5rem;top:9.4874820709231rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8d531576-3391-4edb-b6d4-c36500ffa253/historia1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Fr2hAX2VPNAUP5FKnXcOX0TXPqSpPxe8.adaptive-delivery-prevent-bg, #Fr2hAX2VPNAUP5FKnXcOX0TXPqSpPxe8.lazyload, #Fr2hAX2VPNAUP5FKnXcOX0TXPqSpPxe8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row .container { background-color: transparent; background-image: none; }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row .container > .video-iframe-container { display: none; }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row > .video-iframe-container { display: none; }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .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); }#kSWCecqJmTA2SwF8GfyRlNNaWLk6bPR4 > .row .container { width:20rem;height:99.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDaGucO4U1hIEIryL5KMixEVBSfhDplk { width:19.25rem;height:25rem;top:7.3125rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/76f2f9f5-2ef7-44dd-a6b1-7069731ed9fc/outfit.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LDaGucO4U1hIEIryL5KMixEVBSfhDplk.adaptive-delivery-prevent-bg, #LDaGucO4U1hIEIryL5KMixEVBSfhDplk.lazyload, #LDaGucO4U1hIEIryL5KMixEVBSfhDplk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nCnlI1DS1QRmz8uzW5koM3DpLKKQ0AzC { width:19.25rem;height:27.3125rem;top:41.125rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/8f1d6006-517b-4c54-bf97-142fedf2ee00/miejsce.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nCnlI1DS1QRmz8uzW5koM3DpLKKQ0AzC.adaptive-delivery-prevent-bg, #nCnlI1DS1QRmz8uzW5koM3DpLKKQ0AzC.lazyload, #nCnlI1DS1QRmz8uzW5koM3DpLKKQ0AzC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AR4wLW7804dxplk43TE8Ffdx4fylTTMT { width:19.25rem;height:18.1875rem;top:77.0625rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f67f590c-e48a-465f-80a8-770d461aca01/moment.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AR4wLW7804dxplk43TE8Ffdx4fylTTMT.adaptive-delivery-prevent-bg, #AR4wLW7804dxplk43TE8Ffdx4fylTTMT.lazyload, #AR4wLW7804dxplk43TE8Ffdx4fylTTMT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PlxiwTVS0pVAI0tLly5ODvNF95aHZZRq { width:10.1875rem;height:1.3rem;top:5.75rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Me6TyVzlcCiXF33m3ibCNCtFOzqIK51r { width:15.25rem;height:1.3496125rem;top:3.75rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lJPdAp9VcNuLwEeCxb1WsnuZI3aKTg5S { width:20rem;height:7.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fufVAil1n5BzDETq1yhJ2ktd06CiERks { width:9rem;height:1.3994125rem;top:39.125rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTW1M4GRn2QXcJGVy8IFPdwGsO8WmO6N { width:15.625rem;height:1.3496125rem;top:37.5rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zObC2uTDMqw33skVwysTaeOkKGWQaPt4 { width:20rem;height:8.0625rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myukTRDkmvfbOTn4DlyQoty1GCA93RTN { width:20rem;height:8.4375rem;top:71.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCBnPLz5IrZ20LbOaUyu9g5z6M7hNIZl { width:9rem;height:1.29980625rem;top:75.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hLRAm57XPJBwvVukiELgdpkLU0R5K6MS { width:17.9375rem;height:1.3496125rem;top:73.75rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yNg7moKDechPT5kfpC7ZfxKSpaRG7lEn { width:12.75rem;height:1.04980625rem;top:2.625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EEG7L56xnwSDZSN1A0D828Hy6PkcdJgb { width:13.25rem;height:1.04980625rem;top:36.375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pZcdyagEVN7RzdurwLnFo0gaQs8qiJsd { width:14.125rem;height:1.04980625rem;top:72.5625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J5m8dVldtytesc1D1DwAI23fn5Ff0tcN { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row .container { background-color: transparent; background-image: none; }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row .container > .video-iframe-container { display: none; }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row > .video-iframe-container { display: none; }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .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); }#J5m8dVldtytesc1D1DwAI23fn5Ff0tcN > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6AfzzTItJasFildddQyaEZUhk7otwpl { width:20rem;height:1.8rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQvGtERkxGufyvl3G5vm9646GwJPGV6A { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row .container { background-color: transparent; background-image: none; }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row .container > .video-iframe-container { display: none; }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row > .video-iframe-container { display: none; }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .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); }#zQvGtERkxGufyvl3G5vm9646GwJPGV6A > .row .container { width:20rem;height:113.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz9iTxbS6xdlpXPPmSuZTdKUl2H8GOKz { width:14.875rem;height:1.3rem;top:7.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v9ggycTl9talDqtdeIUlAf4RlhAtzOnM { width:8.1875rem;height:3.1875rem;top:0rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #DUtNKSpE4cNTCRKLXXiXvPeXhlbLzumq { width:4.75rem;height:2.0996125rem;top:0.4375rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cxziBp88kHKx0ok9hAErG7b9s1TNgmgn { display:flex;width:2.1875rem;height:2.875rem;top:0.03125rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #RRDgD4Ed3CEUHzJrVni2DQHdNmNSp29R { width:16.0625rem;height:1.5rem;top:5.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T48wq8Ru900SWnNdShgCerSmf8aTCxAM { width:20rem;height:18.0625rem;top:2.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #pPOC6kEQ2Edbds0ZAGhTaaiI8eX5sXR5 { width:19.25rem;height:25.5rem;top:85.625rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#b93758;background-image:url("https://images.assets-landingi.com/uc/755608a4-73f9-45c9-bac1-fea97b74144f/Zrzutekranu20250819150159.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pPOC6kEQ2Edbds0ZAGhTaaiI8eX5sXR5.adaptive-delivery-prevent-bg, #pPOC6kEQ2Edbds0ZAGhTaaiI8eX5sXR5.lazyload, #pPOC6kEQ2Edbds0ZAGhTaaiI8eX5sXR5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #egiAdRzdF2cXPyHDFqxSnqTbDh5TUQS7 { width:20rem;height:32.125rem;top:40.9375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #cKQCK8cMoJVKcx0gAOdtvFe9eXXab5Pw { width:14.4375rem;height:1.5rem;top:43.625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eh3DnMHTtH5tXsaBsq0KxNEFHUkZ1Q7H { width:8.1875rem;height:3.1875rem;top:38.0625rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TwnnS2NVqc8TfrpHATpLWrGv6nSNu8C3 { width:4.8125rem;height:2.1rem;top:38.5rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LUIi5UvfAhkrkHDH1qSq5eH4k5I6Np2r { width:10.125rem;height:1.3rem;top:45.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OG1ZMSILaGMo76umzF4iOiAifnvZ1IyT { display:flex;width:2.5rem;height:2.5rem;top:38.3125rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WI9s4LGTUDImTQovpyuhv7TZhaMyaBmo { width:20rem;height:10.8125rem;top:79.3125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VF5SW6O8nHiCKzzOR2nR2FJC1AhL9seU { width:8.1875rem;height:3.1875rem;top:76.1875rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Vt6XO8DwgEGGAQS7suBAZGb6KR0q6xTZ { width:4.3125rem;height:2.1rem;top:76.75rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a4gi8fG6NMcNwnVoWuTe4zAxVuw6VCRQ { width:15.625rem;height:1.5rem;top:81.8125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nnf1Pd14BJN5NMpkiyu8emFMyIbgiSbB { width:10.125rem;height:1.3rem;top:83.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tQdvxhwklRCVX7PXm8prtm5PgWvSTQMZ { display:flex;width:2.5rem;height:2.5rem;top:76.375rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Tct5Am4HdOJ5stNGNJVItpezWQ170wM7 { width:17.125rem;height:1.04980625rem;top:4.25rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lzp3CNSNKe5UZmUAa2wT7qDandtrEz13 { width:14.25rem;height:1.05rem;top:42.4375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e2T4xfvUz9pX0tpg4tUshV4wUI1ym1R8 { width:16.5rem;height:1.05rem;top:80.6875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BtO0wmsMevCoMhnTILyC8ZyIrQdfcX2R { width:19.25rem;height:25.5rem;top:47.5625rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0ee69500-93fa-4b5e-8b8c-00f318629c03/Zrzutekranu20250819150150.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BtO0wmsMevCoMhnTILyC8ZyIrQdfcX2R.adaptive-delivery-prevent-bg, #BtO0wmsMevCoMhnTILyC8ZyIrQdfcX2R.lazyload, #BtO0wmsMevCoMhnTILyC8ZyIrQdfcX2R.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kTE3tc8pAQWBKECkrVT1wJ6M8Izeg0nH { width:19.25rem;height:25.5rem;top:9.4874820709231rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6cdc1b83-bb7c-4aad-8bc2-94023be1246c/Zrzutekranu20250819150553.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kTE3tc8pAQWBKECkrVT1wJ6M8Izeg0nH.adaptive-delivery-prevent-bg, #kTE3tc8pAQWBKECkrVT1wJ6M8Izeg0nH.lazyload, #kTE3tc8pAQWBKECkrVT1wJ6M8Izeg0nH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row .container { background-color: transparent; background-image: none; }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row .container > .video-iframe-container { display: none; }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row > .video-iframe-container { display: none; }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .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); }#J5dwd4mhMpbIBbVtqhrKBFL88MObTrIF > .row .container { width:20rem;height:112.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J79AWyR4SsK12Et0rTb6nbro9G34QXBR { width:19.25rem;height:32.5625rem;top:7.3125152587887rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/a53e77d8-c23c-4774-ae3c-cfb0b08628df/534314712_1938068103679472_8081000228393708007_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J79AWyR4SsK12Et0rTb6nbro9G34QXBR.adaptive-delivery-prevent-bg, #J79AWyR4SsK12Et0rTb6nbro9G34QXBR.lazyload, #J79AWyR4SsK12Et0rTb6nbro9G34QXBR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c1ym5RHKHtSByCnqMVMiSiMXHhtt2xPx { width:19.25rem;height:27.3125rem;top:49rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/8768400c-80fb-42fa-92e9-01208a72978c/535053728_1072596651650343_3368842611888979957_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#c1ym5RHKHtSByCnqMVMiSiMXHhtt2xPx.adaptive-delivery-prevent-bg, #c1ym5RHKHtSByCnqMVMiSiMXHhtt2xPx.lazyload, #c1ym5RHKHtSByCnqMVMiSiMXHhtt2xPx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O2Zsigh4bgUSWHWOhBb6K1TFy5xK1k5T { width:19.25rem;height:25.5625rem;top:84.924976348875rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5876c919-cda5-493b-96f8-b21e23f398b7/534315471_18323874532231769_3195666225966572817_n.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O2Zsigh4bgUSWHWOhBb6K1TFy5xK1k5T.adaptive-delivery-prevent-bg, #O2Zsigh4bgUSWHWOhBb6K1TFy5xK1k5T.lazyload, #O2Zsigh4bgUSWHWOhBb6K1TFy5xK1k5T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CWHGrJgfIXR1WBt8UgxhxZELct0wuc5g { width:10.1875rem;height:1.3rem;top:5.75rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xp8oUyfJ71BBShVe8fBVx1AZOO0eDeHX { width:15.25rem;height:1.3496125rem;top:3.75rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KtOc9P9dDetlUTZDNXWAco8PFHpNLM4t { width:20rem;height:7.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNVaTCwCLpkqHtQCRxhHzr2uKbXeEnaL { width:9rem;height:1.4rem;top:47rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x4ZPZki4ks2hglPZmzKFgdbbhADiw4UR { width:15.625rem;height:1.35rem;top:45.375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IQGcbUmehkawllanoUllaL6AsckSkNFv { width:20rem;height:8.0625rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlgQpzpIT4eb41N49ZJhoTPIqidgx8vX { width:20rem;height:8.4375rem;top:79.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP88T5Xem0KUaeJ2Une80ieMMLQpOlxn { width:9rem;height:1.3rem;top:83.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #icVnC3Goxz0TlRyxWqahIAmRLsi6bvmx { width:17.9375rem;height:1.35rem;top:81.625rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tckgxzc6SWKzH9l8RFCOXGUesbI4AGDt { width:12.75rem;height:1.04980625rem;top:2.625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gycs0meRLLfCbLtfydhFPnHmp3DHr2QQ { width:13.25rem;height:1.05rem;top:44.25rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #McFk5Rx9SpTyunQsg5CMNWJCrm82X52k { width:14.125rem;height:1.05rem;top:80.4375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row .container { background-color: transparent; background-image: none; }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row .container > .video-iframe-container { display: none; }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row > .video-iframe-container { display: none; }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .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); }#M0Cvk0dl4SXagFQQnWheFSkV0aSRupxm > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChSTrBNvF34K50R3ZlKCKh1lfNBluBOf { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row .container { background-color: transparent; background-image: none; }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row .container > .video-iframe-container { display: none; }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row > .video-iframe-container { display: none; }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .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); }#fn6cB2Qwxwmb0PfP0VNsEJH3ADTgMwKo > .row .container { width:20rem;height:113.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsn8xdIqwa7gc4k7BIcOe65f6MX6vAV5 { width:14.875rem;height:1.3rem;top:7.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iAgBPwo6vSSgRG2QH723Adwk6VD3A2O6 { width:8.1875rem;height:3.1875rem;top:0rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Xx7c5twAkgp5eqDdxvOwdaPrtaX1VTJA { width:4.75rem;height:2.0996125rem;top:0.4375rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yWTf5lUF3CzqqJKBspdS7TFan97A3cgF { display:flex;width:2.1875rem;height:2.875rem;top:0.03125rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #uz5tRGJfrypFXBTaDgKZ7JLy0e2gIzpX { width:16.0625rem;height:1.5rem;top:5.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zhpuv1gXrFDn78fcsGFh3Ir2gcV0MEai { width:20rem;height:18.0625rem;top:2.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #oWmc5nmcJ73zwEcNTwusc5BflD3rZ5sv { width:19.25rem;height:25.5rem;top:85.625rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#b93758;background-image:url("https://images.assets-landingi.com/uc/e9c748f2-100c-46ee-bdea-40d364200af4/d6473f2eaf1e441a8ddfb6033799b677.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oWmc5nmcJ73zwEcNTwusc5BflD3rZ5sv.adaptive-delivery-prevent-bg, #oWmc5nmcJ73zwEcNTwusc5BflD3rZ5sv.lazyload, #oWmc5nmcJ73zwEcNTwusc5BflD3rZ5sv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ibq6TPGA6GUC9q7T0JSd3SkgCc017Tzd { width:20rem;height:32.125rem;top:40.9375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rRkKN3dRUz2es4NsG5OEifUtKexKQqam { width:14.4375rem;height:1.5rem;top:43.625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SWFmF31LEOCS5U7SXv71hMnRKSV7Nkgn { width:8.1875rem;height:3.1875rem;top:38.0625rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #iRX4OpDcQcKOTtap5cg11kH4WygK7hcU { width:4.8125rem;height:2.1rem;top:38.5rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LG8ktTiIWdcfrG2L0pWlpzN6W8sKymNW { width:10.125rem;height:1.3rem;top:45.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wxtwC2F5QmOc5sfeELNzp4gFhb9bUXpT { display:flex;width:2.5rem;height:2.5rem;top:38.3125rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #wItE639yifulfBR3Nql7gt0EUE2R15hb { width:20rem;height:10.8125rem;top:79.3125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #JxqBWrhA73x44f9cWJyw5tZSbxeBr68N { width:8.1875rem;height:3.1875rem;top:76.1875rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #x0ksTfkRmdoRZTS235sz7V4zoa39ktfk { width:4.3125rem;height:2.1rem;top:76.75rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l8tXRk5DK2KkTfZayfyN1qdzninkPHh7 { width:15.625rem;height:1.5rem;top:81.8125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xTpZbqxEvLpsTf7HL3JkrvSy8zHsD1QT { width:10.125rem;height:1.3rem;top:83.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kxyAoss6bCh0o7Fu6cGnnUgVwHegFqVx { display:flex;width:2.5rem;height:2.5rem;top:76.375rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #euFk58cop8UyPAMtp4BbtfuhpT8TKR5U { width:17.125rem;height:1.04980625rem;top:4.25rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sbd8RFarrGK8doPP8R5PwSZi4ZT5K4XR { width:14.25rem;height:1.05rem;top:42.4375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BrT7iHX1zOnNrh1OQDl1GUcQHovwOfS3 { width:16.5rem;height:1.05rem;top:80.6875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qD7rmHQkBVFdkP9TTbdDkVB0AvOLTqfp { width:19.25rem;height:25.5rem;top:47.5625rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7915bea6-d1fd-4815-ad16-fdf9157550b9/a5f6021b47a94a31915c08fecfdc27de.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qD7rmHQkBVFdkP9TTbdDkVB0AvOLTqfp.adaptive-delivery-prevent-bg, #qD7rmHQkBVFdkP9TTbdDkVB0AvOLTqfp.lazyload, #qD7rmHQkBVFdkP9TTbdDkVB0AvOLTqfp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zq2I6FpigmH9LncAFRFVUnkqmsKtLnp2 { width:19.25rem;height:25.5rem;top:9.4874820709231rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/70e823e7-c95e-45b7-aef5-9789bb515b90/ede606e2ca424603aad58efa189f5e50.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zq2I6FpigmH9LncAFRFVUnkqmsKtLnp2.adaptive-delivery-prevent-bg, #zq2I6FpigmH9LncAFRFVUnkqmsKtLnp2.lazyload, #zq2I6FpigmH9LncAFRFVUnkqmsKtLnp2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row .container { background-color: transparent; background-image: none; }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row .container > .video-iframe-container { display: none; }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row > .video-iframe-container { display: none; }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .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); }#esCT0MDekm6wO2f8KZlGdtV28EZ8DNFM > .row .container { width:20rem;height:117.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sebyLEhsbdowT4PLecJi59o2Kcn5na7r { width:19.25rem;height:32.5625rem;top:7.3125152587887rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/7306cef2-2826-46d3-8d6e-c7867ec33385/Zrzutekranu20250812090521.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sebyLEhsbdowT4PLecJi59o2Kcn5na7r.adaptive-delivery-prevent-bg, #sebyLEhsbdowT4PLecJi59o2Kcn5na7r.lazyload, #sebyLEhsbdowT4PLecJi59o2Kcn5na7r.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hem7iucvu0nemCSKReodNih9KQHt4lK4 { width:19.25rem;height:27.3125rem;top:49rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/94d0ecfb-64d4-4596-a505-d2005ae9237b/Zrzutekranu20250812090510.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hem7iucvu0nemCSKReodNih9KQHt4lK4.adaptive-delivery-prevent-bg, #hem7iucvu0nemCSKReodNih9KQHt4lK4.lazyload, #hem7iucvu0nemCSKReodNih9KQHt4lK4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z1ECWFCPUx9nGznOXI58ixlSy3b4pMsC { width:19.25rem;height:25.5625rem;top:84.924976348875rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a3c77ab2-dbff-4925-aa90-67bb86a46f57/Zrzutekranu20250812090428.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z1ECWFCPUx9nGznOXI58ixlSy3b4pMsC.adaptive-delivery-prevent-bg, #z1ECWFCPUx9nGznOXI58ixlSy3b4pMsC.lazyload, #z1ECWFCPUx9nGznOXI58ixlSy3b4pMsC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #d5fKf0r8iSqiB3EgDLTySM3PgumpAooQ { width:10.1875rem;height:1.3rem;top:5.75rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K4XwZuQqzUIPa2HdL4Z9QLT983mPwXQN { width:15.25rem;height:1.3496125rem;top:3.75rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UBJuwNoGBMSSw5SVRht47DpOykrwEvmM { width:20rem;height:7.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzvxRBd2m9NGITkZbTZRWQNoFo93O15R { width:9rem;height:1.4rem;top:47rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JEQ7ZQJ1IeMheD5xl1WSrD2XdKFiRuIL { width:15.625rem;height:1.35rem;top:45.375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kttid2UxNTTxnV8pR5GtaQAlrwLNkt6t { width:20rem;height:8.0625rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9CkuNX0XbDDgNTkz4VOmDFVaHquugVJ { width:20rem;height:8.4375rem;top:79.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMTCbivBAQxUcV5W8SeRZGus07zlQQc5 { width:9rem;height:1.3rem;top:83.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r1u6xTN9h1T2AiUGn829Zb8O1SKTDTdr { width:17.9375rem;height:1.35rem;top:81.625rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wdgztca6VUdZuoeTTlfXhACUN6e6bTlR { width:12.75rem;height:1.04980625rem;top:2.625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VXqKfgWxSMFKXb2TSQOIgnvnM0gkIUrO { width:13.25rem;height:1.05rem;top:44.25rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WmbKI3sS5zmoyF6iB86WDtz0FHq5NLxS { width:14.125rem;height:1.05rem;top:80.4375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ARsuBvwNvqylJc4V8laWt6FiTJpkedHu { width:19rem;height:3.4375rem;top:113rem;left:0.5rem;background-color:#d60c13;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:none; }#ARsuBvwNvqylJc4V8laWt6FiTJpkedHu.adaptive-delivery-prevent-bg, #ARsuBvwNvqylJc4V8laWt6FiTJpkedHu.lazyload, #ARsuBvwNvqylJc4V8laWt6FiTJpkedHu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hPgrTgsIbQTJqBmy21CfAqgunt2b1HP6 { display:block; }
 }@media only screen and (max-width: 763px) { #uzqJtADwv0xgmObLBAWOqINZEy2vSnEE { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container { background-color: transparent; background-image: none; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container > .video-iframe-container { display: none; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row > .video-iframe-container { display: none; }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .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); }#uzqJtADwv0xgmObLBAWOqINZEy2vSnEE > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sO9hwhAhC8Gxz8ppSITFkBu4U06lJMgz { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cISg8x7e2pi3UNcannyApyrLTzuoweqx { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row .container { background-color: transparent; background-image: none; }#cISg8x7e2pi3UNcannyApyrLTzuoweqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row .container > .video-iframe-container { display: none; }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row > .video-iframe-container { display: none; }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .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); }#cISg8x7e2pi3UNcannyApyrLTzuoweqx > .row .container { width:20rem;height:103.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpp1SlhW3MuIwIvw4p7878tGht4PNDzT { width:14.875rem;height:1.29980625rem;top:7.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RuCQ8ZHpeMOTFt0obCKwNGsfbLKzJ68O { width:8.1875rem;height:3.1875rem;top:0rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #fuBSizGadkOa90WntE4nUORaglsCCkO3 { width:4.75rem;height:2.0996125rem;top:0.4375rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GAKl51OlZweU7rgMsTWe2XJ7UEqW7utg { display:flex;width:2.1875rem;height:2.875rem;top:0.03125rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #VxpXEaOUtG87qgrTNR3FRPNaMnfr2Ani { width:16.0625rem;height:1.5rem;top:5.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gqOFNJLPZFDNLamphoNL6TsG9oARWOKz { width:20rem;height:18.0625rem;top:2.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #UmuKGoHSk0qgG5A54PpFyCQ2GxdTMTvD { width:19.25rem;height:25.5rem;top:73.6875rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#b93758;background-image:url("https://images.assets-landingi.com/uc/c6b1440c-f7e0-4bd7-8f1e-eb6a8b233f8c/527980642_17887837773317666_6469569311575015022_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UmuKGoHSk0qgG5A54PpFyCQ2GxdTMTvD.adaptive-delivery-prevent-bg, #UmuKGoHSk0qgG5A54PpFyCQ2GxdTMTvD.lazyload, #UmuKGoHSk0qgG5A54PpFyCQ2GxdTMTvD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F0R2gaeA6Mv6aHgpTOkTL4kErb4rmhyq { width:20rem;height:32.125rem;top:25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sL7l7kyq9MI0nedRv4DvrGBWksEwiyDt { width:14.4375rem;height:1.5rem;top:27.6875rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AWDNSVAlUnGiQzPFFwRe809dkOMLQe5P { width:8.1875rem;height:3.1875rem;top:22.125rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #LkKfPs7BeHpHsW4bpOg49utH7kTEZRv4 { width:4.8125rem;height:2.1rem;top:22.5625rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lw8XHA2Q1XLNNaQqQB7NTynHubrTM1S9 { width:10.125rem;height:1.3rem;top:29.8125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zbtdWWdxRRvWL8H9towKLlFxTFBn4Rzg { display:flex;width:2.5rem;height:2.5rem;top:22.375rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #atN79QUCeTTvNZAoC1ECUgu3hl3JVrh9 { width:20rem;height:10.8125rem;top:67.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #WqyCxoWGqOeQFp3enDPCxAQqZh2gL0cw { width:8.1875rem;height:3.1875rem;top:64.25rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #HOkomdm49f6ovUX2WJpLrFBGPgh1TeDg { width:4.3125rem;height:2.1rem;top:64.8125rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QstfC9wXqVCIixeoocf4rhdL6WqaHV3P { width:15.625rem;height:1.5rem;top:69.875rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gdOqv4y3XAigZoHbGZNr8v95bfsuxWZQ { width:10.125rem;height:1.3rem;top:71.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AA5K6M3XzsO5q8iUMQC1ImxQ9W9x0JGr { display:flex;width:2.5rem;height:2.5rem;top:64.4375rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #h00qDqQMvr2oEEGobMxb6W5SqZdDzTOW { width:17.125rem;height:1.04980625rem;top:4.25rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U7fEVNmR11s3P4Z3wlAfuPTarVVRfGoi { width:14.25rem;height:1.05rem;top:26.5rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJhLRiTLiywwoUs9gLvPIswZs6wyTQBI { width:16.5rem;height:1.05rem;top:68.75rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dtKsSQUIThZEloLvNK7ku0qq5E1nHnXD { width:19.25rem;height:30.6875rem;top:31.625rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aea69909-cef7-4e49-b8bd-0aa5acecb394/526750792_18365117179146182_1527574212644018508_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dtKsSQUIThZEloLvNK7ku0qq5E1nHnXD.adaptive-delivery-prevent-bg, #dtKsSQUIThZEloLvNK7ku0qq5E1nHnXD.lazyload, #dtKsSQUIThZEloLvNK7ku0qq5E1nHnXD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IpUW3ARbcaHSXZTOUMXkcUJkf2MMyBwZ { width:19.25rem;height:10.8125rem;top:9.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row .container { background-color: transparent; background-image: none; }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row .container > .video-iframe-container { display: none; }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row > .video-iframe-container { display: none; }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .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); }#sUhXqfSa5hGUafvvvsuZZ6frTLUNx2Gf > .row .container { width:20rem;height:89.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2Xm9F9zpRFbqCJnXs00ZVI9inMi4imd { width:19.25rem;height:25.5rem;top:7.3125rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/51e6282a-db99-40f6-aae9-ffcd34ef9be3/524783352_18404332018112608_1397252348474618347_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a2Xm9F9zpRFbqCJnXs00ZVI9inMi4imd.adaptive-delivery-prevent-bg, #a2Xm9F9zpRFbqCJnXs00ZVI9inMi4imd.lazyload, #a2Xm9F9zpRFbqCJnXs00ZVI9inMi4imd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xAQaC5qolWP9JcEpTesTZkiZM1D2iTdE { width:19.25rem;height:19.3125rem;top:40.8125rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/141c0ca1-718e-4d43-bf7d-02ebfbd594d7/524853676_17941856397016391_6714128380934578890_n.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xAQaC5qolWP9JcEpTesTZkiZM1D2iTdE.adaptive-delivery-prevent-bg, #xAQaC5qolWP9JcEpTesTZkiZM1D2iTdE.lazyload, #xAQaC5qolWP9JcEpTesTZkiZM1D2iTdE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wL8lVIqxW497kXu1PTUn70shlKg49pVR { width:19.25rem;height:19.3125rem;top:67.8125rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b3d9745-011e-423e-bfc1-518f606b6590/527359228_18292173922251715_2145256142370448201_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wL8lVIqxW497kXu1PTUn70shlKg49pVR.adaptive-delivery-prevent-bg, #wL8lVIqxW497kXu1PTUn70shlKg49pVR.lazyload, #wL8lVIqxW497kXu1PTUn70shlKg49pVR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hT0DTu1HfQwApWlPTGAycaxTdZM1Qxmq { width:10.1875rem;height:1.3rem;top:5.75rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BpKV7KMTddGvHIsSbt6yyw8lIUUqiz8a { width:15.25rem;height:1.3496125rem;top:3.75rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uRgiJnSnxEHh7o2kfmaVd9vR9NBctkMQ { width:20rem;height:7.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBPKrTnSkyuxwlzKlI2UuPkqHVOQMyFv { width:9rem;height:1.4rem;top:38.8125rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J08AvFxicWtgvrhnKe58eS2NHDBdlEFo { width:15.625rem;height:1.35rem;top:37.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KW5mKnPRVXzcv7VroKOcTBMNAaZnUCQO { width:20rem;height:8.0625rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSfmc3RgRHTh8XGCWPyoWDtb5bDBZW1l { width:20rem;height:8.4375rem;top:61.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwo5xoZNB1fQgxJ6xaG88P9HGLdKOJ8g { width:9rem;height:1.3rem;top:66.1875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G2m458cCqNqItgOd5ImgGwO1xrd7ZMP9 { width:17.9375rem;height:1.35rem;top:64.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G6JsG1NALphfmnv2AVrsMsLiHIBBgCbG { width:12.75rem;height:1.04980625rem;top:2.625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T7yIfp7IWHl571Q95qiT4Ac1NHPNCEuc { width:13.25rem;height:1.05rem;top:36.0625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o3kLUAcqmQLoyNTQNLt85yrThoStyyUg { width:14.125rem;height:1.05rem;top:63rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row .container { background-color: transparent; background-image: none; }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row .container > .video-iframe-container { display: none; }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row > .video-iframe-container { display: none; }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .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); }#xW0EEbBt1Jw8hndtC016Wm5NSwZpfakK > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHSw3H39ZDV7Vq8lSmFH6PUQDVNwuDsz { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row .container { background-color: transparent; background-image: none; }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row .container > .video-iframe-container { display: none; }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row > .video-iframe-container { display: none; }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .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); }#JLgMgF44ixf75ARBFKcFx9ALvD4aaNqF > .row .container { width:20rem;height:120.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRTbhhaWA2s5waxg0FDQCo1v6NdeP6TF { width:19.25rem;height:25.9375rem;top:9.412109375rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3184a6a0-92f4-477f-9244-4679944f7e4b/hele_na1947.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iRTbhhaWA2s5waxg0FDQCo1v6NdeP6TF.adaptive-delivery-prevent-bg, #iRTbhhaWA2s5waxg0FDQCo1v6NdeP6TF.lazyload, #iRTbhhaWA2s5waxg0FDQCo1v6NdeP6TF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zefreXhbrIIdUpDQ9KPl2y8A66eAmOCE { width:14.875rem;height:1.29980625rem;top:7.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CAVps5wpfxat0tv3wdTeWZhpHhrdpMNN { width:8.1875rem;height:3.1875rem;top:0rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #bp9wh2m99TCUoirEP3Q4A6E0T3kaAHPw { width:4.75rem;height:2.0996125rem;top:0.4375rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vmM1qalTyzckJUmDtsGCXddRqZHO9xFf { display:flex;width:2.1875rem;height:2.875rem;top:0.03125rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #VDzLQWaJl6IghwEEC9ONNLXe7nDWnZuw { width:16.0625rem;height:1.5rem;top:5.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qUQrlfTApODtCQk8Dy9gqFXA3poI3iQ7 { width:20rem;height:7.625rem;top:2.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #aGpyTbiGAyOMk3Q93m38UmU8hR9xNkJx { width:19.25rem;height:25.5rem;top:92.75rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#b93758;background-image:url("https://images.assets-landingi.com/uc/95a6e036-a322-42fc-92d3-0208523aa4da/slowowuja.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aGpyTbiGAyOMk3Q93m38UmU8hR9xNkJx.adaptive-delivery-prevent-bg, #aGpyTbiGAyOMk3Q93m38UmU8hR9xNkJx.lazyload, #aGpyTbiGAyOMk3Q93m38UmU8hR9xNkJx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #benWVuzEVZ2dmpzwRTiryhk7amJpgRJh { width:20rem;height:41.6875rem;top:40.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #g0BH2GPEK48fBiVqN8iuIyd746qs11Qa { width:14.4375rem;height:1.5rem;top:42.9375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e3BUn4aHGHFhyO8eH779sw3ThhulionD { width:8.1875rem;height:3.1875rem;top:37.375rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #nLM7h21y4HNXlMNgvz7qSQOdownSHiQq { width:4.8125rem;height:2.0996125rem;top:37.8125rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kVLgG9zN4IeRgucTkW4XHrKZk9zRKxqM { width:10.125rem;height:1.29980625rem;top:45.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qKip5FlQGSbwit8yuzQPr4SUPTH06vuJ { display:flex;width:2.5rem;height:2.5rem;top:37.625rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cBQVb6nR37EIM6UTF03N994k7IlyyMKo { width:20rem;height:10.8125rem;top:86.4375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #PdusD3TQMmx2HMet7T398JqL2mxZQ0di { width:8.1875rem;height:3.1875rem;top:83.3125rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #cwmigDGMUlQ6DggoABeVH6Qvp6WWOwsE { width:4.3125rem;height:2.0996125rem;top:83.875rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUSWQEpdmfa24qe8UT9oU9n40d3Okno1 { width:15.625rem;height:1.5rem;top:88.9375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TFKLZ9BdiG7T3CHhTI4SGxN9aqWIVthM { width:10.125rem;height:1.29980625rem;top:91rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BBraLegTF9Gqt8an4Hqd8y9dwMXegToK { display:flex;width:2.5rem;height:2.5rem;top:83.5rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #dU6LeJKPZPXrzXRHhcO7SVNicSiIdkBd { width:17.125rem;height:1.04980625rem;top:4.25rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tnc9chhJoyANqpfE8i2cVhHM4Sit1BHM { width:14.25rem;height:1.04980625rem;top:41.75rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HZfiJsJbQTZMdkJKF2HpU5PJ588xxKpM { width:16.5rem;height:1.04980625rem;top:87.8125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mQ0GRlbzBtpRzJhoBNrXd0a3nIAS7wH5 { width:19.25rem;height:34.25rem;top:47.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row .container { background-color: transparent; background-image: none; }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row .container > .video-iframe-container { display: none; }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row > .video-iframe-container { display: none; }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .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); }#NbSGIK5s5FbIVmuMJJll5VAUfg0JIIaJ > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9q121pq52SCSqU7IWZHXoTqbsFwScTL { width:19.25rem;height:14.375rem;top:7.3125rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/04b4c211-e5a3-477a-9f86-fbeba613c397/damazobrazu.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z9q121pq52SCSqU7IWZHXoTqbsFwScTL.adaptive-delivery-prevent-bg, #z9q121pq52SCSqU7IWZHXoTqbsFwScTL.lazyload, #z9q121pq52SCSqU7IWZHXoTqbsFwScTL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QCPTW8ixuTfZ1lzsde2v1zmVF1AxnhWm { width:19.25rem;height:25.625rem;top:30.5rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/85df7fd8-20a8-4d91-ad8e-bccd78a6eac2/piesrozencwajgowej.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QCPTW8ixuTfZ1lzsde2v1zmVF1AxnhWm.adaptive-delivery-prevent-bg, #QCPTW8ixuTfZ1lzsde2v1zmVF1AxnhWm.lazyload, #QCPTW8ixuTfZ1lzsde2v1zmVF1AxnhWm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MipM38KraM1GGZsNx9lNWGn2eN2twIZb { width:19.25rem;height:15.25rem;top:64rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aee0f017-0a27-4cb9-bcc6-7374c77a996c/z_pamietniczka_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MipM38KraM1GGZsNx9lNWGn2eN2twIZb.adaptive-delivery-prevent-bg, #MipM38KraM1GGZsNx9lNWGn2eN2twIZb.lazyload, #MipM38KraM1GGZsNx9lNWGn2eN2twIZb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nasASEhwDwctAOA5N84lX2XHb3Tz3fQN { width:10.1875rem;height:1.29980625rem;top:5.75rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e4y9a75y82tNHEcgrXLG8lT069Sbl7Ih { width:15.25rem;height:1.3496125rem;top:3.75rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mab5DhoFvnpPzpf720Z2La2diMKU7d8J { width:20rem;height:7.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhe2mAqrrWzSHPUERJ5GOBLeROCNb7sQ { width:9rem;height:1.3994125rem;top:28.5rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bP4c0y1zafvGK7Mrbe0xMFvoPCTxgldK { width:15.625rem;height:1.3496125rem;top:26.875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KLPVDsuyJrqT6kl8w7iMblnaKXA2qpIu { width:20rem;height:8.0625rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOA5MgDzL0MReTiPuCEpc6nNiWlgT9TF { width:20rem;height:8.4375rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BssRXcwOMzRh3ThQbOz1C2KnccvpkrDa { width:9rem;height:1.29980625rem;top:62.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b0ZtWbZQTLzFKZy3dJDxfFrT4EHurN6q { width:17.9375rem;height:1.3496125rem;top:60.375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s0TgtQPED97og31AVQd57PU2s1fcAses { width:12.75rem;height:1.04980625rem;top:2.625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pKJD9MeeuFZd2vsTXoZ3eDX6PsqcO0g5 { width:13.25rem;height:1.04980625rem;top:25.75rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fgorP6VRe9oHkqRcyEcl1HIqNn5eTZ35 { width:14.125rem;height:1.04980625rem;top:59.1875rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row .container { background-color: transparent; background-image: none; }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row .container > .video-iframe-container { display: none; }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row > .video-iframe-container { display: none; }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .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); }#CuHRPs9Pr5u92WFs4UCFcbRtxTSmTn9c > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWqfxPzTWMdPxwFa26DGiupxcKRcz1uA { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vspdb7TR0V8NHypyCF223S20XN8oh4A1 { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row .container { background-color: transparent; background-image: none; }#vspdb7TR0V8NHypyCF223S20XN8oh4A1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row .container > .video-iframe-container { display: none; }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row > .video-iframe-container { display: none; }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .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); }#vspdb7TR0V8NHypyCF223S20XN8oh4A1 > .row .container { width:20rem;height:109.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHFFeMARircGubiym1xkU6ylQAnvwHqG { width:19.25rem;height:25.9375rem;top:9.412109375rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/882d68e8-0b58-4e6a-aa54-04b12e325b95/jagody.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LHFFeMARircGubiym1xkU6ylQAnvwHqG.adaptive-delivery-prevent-bg, #LHFFeMARircGubiym1xkU6ylQAnvwHqG.lazyload, #LHFFeMARircGubiym1xkU6ylQAnvwHqG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U8Ibh0lKRb09FZLl4lLuSwVzM6h0E5Gq { width:14.875rem;height:1.29980625rem;top:7.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Bmh0TTABNsq0FTzElMBi2TEIy52xEyCb { width:8.1875rem;height:3.1875rem;top:0rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #LmqR0q3NT9Kru73HDeIiShmxyzVUIzRH { width:4.75rem;height:2.0996125rem;top:0.4375rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ACyF78L3TX324N3cUlTgMLdkU8PrOXpo { display:flex;width:2.1875rem;height:2.875rem;top:0.03125rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #idDJOwzVrO1VClysDI6v4TABIWzx0O1A { width:16.0625rem;height:1.5rem;top:5.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q7BaS0ZpxsqM6fIWK43AL6Kv5aW2EEIG { width:20rem;height:7.625rem;top:2.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #alrIJwKBwxvpDqqISQLJ0rrDRh0KmLzw { width:19.25rem;height:25.5rem;top:46.75rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31eac650-659e-4c87-90f0-1d2e37cdd7bb/biba.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#alrIJwKBwxvpDqqISQLJ0rrDRh0KmLzw.adaptive-delivery-prevent-bg, #alrIJwKBwxvpDqqISQLJ0rrDRh0KmLzw.lazyload, #alrIJwKBwxvpDqqISQLJ0rrDRh0KmLzw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K9yEQ1CTlX3eclnemKaoL3pNE2InGH20 { width:19.25rem;height:23.9375rem;top:83.6875rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/62f873e2-72a2-4ca5-93af-cbaf854b9266/swiatlalauryk.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K9yEQ1CTlX3eclnemKaoL3pNE2InGH20.adaptive-delivery-prevent-bg, #K9yEQ1CTlX3eclnemKaoL3pNE2InGH20.lazyload, #K9yEQ1CTlX3eclnemKaoL3pNE2InGH20.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LiglgZRCHJAND9r4wcXnldFRC1IWIzc4 { width:20rem;height:10.8125rem;top:40.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #X630wVPiQRZOZV882vEPZZRlS18gfFIk { width:14.4375rem;height:1.5rem;top:42.9375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #heZFW7U8yQ2sIpP1aQxCf4p4znFo3tUO { width:8.1875rem;height:3.1875rem;top:37.375rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ai6JmSVo24i1F4QtyvaqIWimAQ6q4WRT { width:4.8125rem;height:2.0996125rem;top:37.8125rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u8vmGuWcwWPMsG2OIDGDdw8DcT0xNpaa { width:10.125rem;height:1.29980625rem;top:45.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JA5kn8ad9xWB1OMPieiROeuddaUt1sD3 { display:flex;width:2.5rem;height:2.5rem;top:37.625rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #usTFxIKGmR3z7T62Nx70PbNnhCpFX9Et { width:20rem;height:10.8125rem;top:77.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rmbWWTGIRA3ylh6HCQT6ZQMwTcvR9ZCn { width:8.1875rem;height:3.1875rem;top:74.25rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #xTNz42fNrqf8dG9cGi2t2HPOutVeR94g { width:4.3125rem;height:2.0996125rem;top:74.8125rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qAvc7tPganAzgOHiPynk4imnPpiQMdAR { width:15.625rem;height:1.5rem;top:79.875rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lNo3LIRfDZ9MpZ9mrL8obxx4rJPVRI4E { width:10.125rem;height:1.29980625rem;top:81.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EScT4bUD8BIAfckWuy3Vn8fpBEHWbhPk { display:flex;width:2.5rem;height:2.5rem;top:74.4375rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #FZOp6kqUoXHkXigFzyG7q4re0xubpeI1 { width:17.125rem;height:1.04980625rem;top:4.25rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mnctIBc6CtbKqIKrZWbDd5D8fZcd40lT { width:14.25rem;height:1.04980625rem;top:41.75rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WseufGeP2xxbBmUeN1nUltZQCOHpeIKl { width:16.5rem;height:1.04980625rem;top:78.75rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tEvx0ptowJKudWksxgmrdfZT1CnCK9eG { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row .container { background-color: transparent; background-image: none; }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row .container > .video-iframe-container { display: none; }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row > .video-iframe-container { display: none; }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .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); }#tEvx0ptowJKudWksxgmrdfZT1CnCK9eG > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuA3Ru4Hx5264TT28eFhxVzaEUdHvM4w { width:19.25rem;height:23.75rem;top:7.3125rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/fde378c3-e76b-4747-9539-ab0affdcca3f/onka.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vuA3Ru4Hx5264TT28eFhxVzaEUdHvM4w.adaptive-delivery-prevent-bg, #vuA3Ru4Hx5264TT28eFhxVzaEUdHvM4w.lazyload, #vuA3Ru4Hx5264TT28eFhxVzaEUdHvM4w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f52Sv7Ti1J3Hk2Uhy4tmzpb0VArg8ovt { width:19.25rem;height:25.625rem;top:39.25rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/5d5706ac-5880-4b42-87ba-6fe9730070f4/dolcevita.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f52Sv7Ti1J3Hk2Uhy4tmzpb0VArg8ovt.adaptive-delivery-prevent-bg, #f52Sv7Ti1J3Hk2Uhy4tmzpb0VArg8ovt.lazyload, #f52Sv7Ti1J3Hk2Uhy4tmzpb0VArg8ovt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S8bWftJ5RSvX0ATSXOR8yGx3npffUTiT { width:19.25rem;height:19.3125rem;top:72.75rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/22bc7f93-89bf-45ce-8fe0-27a0df7789e0/mistrzunio.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#S8bWftJ5RSvX0ATSXOR8yGx3npffUTiT.adaptive-delivery-prevent-bg, #S8bWftJ5RSvX0ATSXOR8yGx3npffUTiT.lazyload, #S8bWftJ5RSvX0ATSXOR8yGx3npffUTiT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sWzTCmidvN0SGxGcwgnOthWTmyPZpzEc { width:10.1875rem;height:1.29980625rem;top:5.75rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hzasGS39LQy0gCa8uFX0sDVQ6ZPrKcwk { width:15.25rem;height:1.3496125rem;top:3.75rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tl7GUClzVP7yqybqRJZRRFz0hxTgaQbl { width:20rem;height:7.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOvkqq47yeWucXCvg9V3M8Wz9sMIuvF7 { width:9rem;height:1.3994125rem;top:37.25rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MzXwZeJZyzFUmho48mm56s9vwAGTinPT { width:15.625rem;height:1.3496125rem;top:35.625rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NioBRgEiIg3kwV0fwNhUrNDHxWJypOHR { width:20rem;height:8.0625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZsVr9MIM2NQ3Ixov5By6OG0NTvQAH8T { width:20rem;height:8.4375rem;top:66.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5vDzwzP8GwZUm6KkeL0e7aIoDRQ7ItR { width:9rem;height:1.29980625rem;top:71.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Zfguse17BCyK14Qc3lClMb1fMFiv5OBz { width:17.9375rem;height:1.3496125rem;top:69.125rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cn2VHaTcseg5yZL6t32CoHiLQHn001zx { width:12.75rem;height:1.04980625rem;top:2.625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FFVxdUCkZxR0R2DSBLkyVqxu11fg7vp0 { width:13.25rem;height:1.04980625rem;top:34.5rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OTNrGQaI7uLKXFUsKqiTS9mwecqTXCRQ { width:14.125rem;height:1.04980625rem;top:67.9375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row .container { background-color: transparent; background-image: none; }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row .container > .video-iframe-container { display: none; }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row > .video-iframe-container { display: none; }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .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); }#zmHdqcf8ZGLLTh65VssTItMWcpi8KxPg > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rifsPZTxxMH9xUIwV71i6y1eDFm6s3Xk { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row .container { background-color: transparent; background-image: none; }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row .container > .video-iframe-container { display: none; }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row > .video-iframe-container { display: none; }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .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); }#BZJNTbblZ9QOHZHs2dHRWCv2OTHKTryT > .row .container { width:20rem;height:120.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqH0yAzgmJyT0cAgVMu8kk0hxoa0X3wr { width:19.25rem;height:25.9375rem;top:9.412109375rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8b1f37f6-a4a4-4168-a10e-c56dce10e895/babcia_irenka77.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BqH0yAzgmJyT0cAgVMu8kk0hxoa0X3wr.adaptive-delivery-prevent-bg, #BqH0yAzgmJyT0cAgVMu8kk0hxoa0X3wr.lazyload, #BqH0yAzgmJyT0cAgVMu8kk0hxoa0X3wr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kA3wy1Vd2e08WKADd2qqkFrUfFyfoy4A { width:14.875rem;height:1.29980625rem;top:7.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GQvu0iNf14wygsJUb1gKS8KkS86uyfvT { width:8.1875rem;height:3.1875rem;top:0rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #sEOy4InH8cBTntkAVT9vuAyH5ciOsyBW { width:4.75rem;height:2.0996125rem;top:0.4375rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G5rLC9TrquepLKrvU3fBTZMXzrXaIdIu { display:flex;width:2.1875rem;height:2.875rem;top:0.03125rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #XuuZlngZi0DlgD6mPy1q4ePpyibaFdgr { width:16.0625rem;height:1.5rem;top:5.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t7z9N4ln368u8aK3UJZsf23AHqvWx25n { width:20rem;height:7.625rem;top:2.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Fn1TdcoJ64ssV0ws8V36iABz9RLkgBDD { width:19.25rem;height:30.6875rem;top:46.75rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1db484db-2320-4ffd-abb0-20c8648af9fa/team2sis.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Fn1TdcoJ64ssV0ws8V36iABz9RLkgBDD.adaptive-delivery-prevent-bg, #Fn1TdcoJ64ssV0ws8V36iABz9RLkgBDD.lazyload, #Fn1TdcoJ64ssV0ws8V36iABz9RLkgBDD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K4cZbqBhTA4XNK4HNq0Nd027Idhn6uG2 { width:19.25rem;height:30.6875rem;top:88.875rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3265a0d-9c0e-403f-916a-a5fa60782f18/23e3b967_7498_4cd7_8f4d_118269e9ffc1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K4cZbqBhTA4XNK4HNq0Nd027Idhn6uG2.adaptive-delivery-prevent-bg, #K4cZbqBhTA4XNK4HNq0Nd027Idhn6uG2.lazyload, #K4cZbqBhTA4XNK4HNq0Nd027Idhn6uG2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zpi3EdeenfXTI4PnJJTC8kxyW70Te8uF { width:20rem;height:10.8125rem;top:40.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Gqtma65yAgVloeyPl1CeTgQqrszO71yh { width:14.4375rem;height:1.5rem;top:42.9375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TDHcOpgUhdAH8QFb2HlIvbDKrqiPiQh2 { width:8.1875rem;height:3.1875rem;top:37.375rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ud9miexdQOOeU36JdPwxmzRU79IWZDWO { width:4.8125rem;height:2.0996125rem;top:37.8125rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T9AB1DS9iz3FXTGhz48iCqS8zsRpQd1g { width:10.125rem;height:1.29980625rem;top:45.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MJzGlCPLmxUffi6ZuDz8VN6qTySNLOQo { display:flex;width:2.5rem;height:2.5rem;top:37.625rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #CCUaqCBupFvDNkEKn9AlgtT4zGnqg6mA { width:20rem;height:10.8125rem;top:82.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vn7ML4JZQTBTUtJxLs4lBUAPiIq8rZlN { width:8.1875rem;height:3.1875rem;top:79.4375rem;left:11.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #oxTapqzMCd8KNZ6XIMoyPuAsUsu8GU5S { width:4.3125rem;height:2.0996125rem;top:80rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ulDU7bWEpiZeW9Kii0eyDtr1vXHZT2uV { width:15.625rem;height:1.5rem;top:85.0625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPx8ySUeoSzrbvheSTz3fKREz0d5MgTW { width:10.125rem;height:1.29980625rem;top:87.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mLAel5fnBpWoLtTP1XrCmETSqVBqkPpf { display:flex;width:2.5rem;height:2.5rem;top:79.625rem;left:12.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #LHzuGqrETAJ2nlDAqIWvNQ0qgXStHfrw { width:17.125rem;height:1.04980625rem;top:4.25rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KigcxTpyLQCGPZt3pS3l3aWV3oEEVAx4 { width:14.25rem;height:1.04980625rem;top:41.75rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ilqTvc4QLeRnuJ2VhSZ3oc5l5AAnQAtm { width:16.5rem;height:1.04980625rem;top:83.9375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG { background-color:rgba(0,38,95,0.4);background-image:none;display:block; }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row .container { background-color: transparent; background-image: none; }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row .container > .video-iframe-container { display: none; }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row > .video-iframe-container { display: none; }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .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); }#hMme9a2ELfuxCalhfDvk7nO4BLyIqZcG > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e78c66rNkH9qmbcK7hccokM26ZmQIwzc { width:19.25rem;height:25.6875rem;top:7.3125rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/daabe4cb-26d7-4a80-aa52-24f0a8ade8ce/czeslavkiwi.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e78c66rNkH9qmbcK7hccokM26ZmQIwzc.adaptive-delivery-prevent-bg, #e78c66rNkH9qmbcK7hccokM26ZmQIwzc.lazyload, #e78c66rNkH9qmbcK7hccokM26ZmQIwzc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gwZFL30eTzr50ZfoDJAEHHX5eI9xFFZg { width:19.25rem;height:14.5625rem;top:41.1875rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#e30613;background-image:url("https://images.assets-landingi.com/uc/891f487f-c28b-459a-a541-862ae3c8fc0e/tudiowczaro.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gwZFL30eTzr50ZfoDJAEHHX5eI9xFFZg.adaptive-delivery-prevent-bg, #gwZFL30eTzr50ZfoDJAEHHX5eI9xFFZg.lazyload, #gwZFL30eTzr50ZfoDJAEHHX5eI9xFFZg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OskcTHSertkA5T1z1CbNZ2WRikbed1Be { width:19.25rem;height:24rem;top:63.625rem;left:0rem;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1e913e96-c15a-479d-bc4c-2d7c8e605245/rysiolwieserce.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OskcTHSertkA5T1z1CbNZ2WRikbed1Be.adaptive-delivery-prevent-bg, #OskcTHSertkA5T1z1CbNZ2WRikbed1Be.lazyload, #OskcTHSertkA5T1z1CbNZ2WRikbed1Be.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LDg9ST3Pz4S4HfIM5EKsqRyr5NXogZTH { width:10.1875rem;height:1.29980625rem;top:5.75rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JSo60HGnCu0oC6J89JECRKFLLkCRlo9J { width:15.25rem;height:1.3496125rem;top:3.75rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dFSGUCLOXtEr4vLPliGxS7gh8JhzeNrF { width:20rem;height:7.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4vwpICeT4MO9S3XhWuDyFbPSXvNUlxb { width:9rem;height:1.3994125rem;top:39.1875rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w4dTpDWixR4dnphJvmzVy4fU8X0hTu3r { width:15.625rem;height:1.3496125rem;top:37.5625rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTIBTwuWcLrG8fB8OeRsJHAT6DPX1SSy { width:20rem;height:8.0625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDvLLXhqLR7EyrEsX3nPFa0IGxeyreoy { width:20rem;height:8.4375rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrm67WMBwl4k8u1TQPul2zgwHlEUD4Ah { width:9rem;height:1.29980625rem;top:62rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ggkXiXZ2aceDl50bS6qqlCsQuSzSNGgt { width:17.9375rem;height:1.3496125rem;top:60rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #slDoN0TdTsA3LT8QSPfKVKCTbxQl1yFZ { width:12.75rem;height:1.04980625rem;top:2.625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UdReT9x4widXzfIpNO5xL1bMO7Mg6Sf2 { width:13.25rem;height:1.04980625rem;top:36.4375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sbCCK0kh1ygkiegxRArIfikTNLrioagH { width:14.125rem;height:1.04980625rem;top:58.8125rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { background-color:#1a1b24;background-image:none;display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #BzCFQl9dQtlCzMBFMenQx3q10NP8fas6 > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #ExQUsTXyioAilVtVToE8ZhlwOvTDsyXH > .row .container { background-color: transparent; background-image: none; }#ExQUsTXyioAilVtVToE8ZhlwOvTDsyXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExQUsTXyioAilVtVToE8ZhlwOvTDsyXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExQUsTXyioAilVtVToE8ZhlwOvTDsyXH > .row .container > .video-iframe-container { display: none; }#ExQUsTXyioAilVtVToE8ZhlwOvTDsyXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExQUsTXyioAilVtVToE8ZhlwOvTDsyXH > .row > .video-iframe-container { display: none; }#ExQUsTXyioAilVtVToE8ZhlwOvTDsyXH > .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); }#ExQUsTXyioAilVtVToE8ZhlwOvTDsyXH > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { background-color:#1a1b24;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; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd > .row .container { background-color: transparent; background-image: none; }#buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd > .row .container > .video-iframe-container { display: none; }#buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd > .row > .video-iframe-container { display: none; }#buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd > .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); }#buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd > .row .container { border-width: 0; border-radius: 0; }#buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#buAJNRsr6Bh1v3nHl3K4kpHM6BoIbqLd > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { background-color:#1a1b24;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; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ > .row .container { background-color: transparent; background-image: none; }#K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ > .row .container > .video-iframe-container { display: none; }#K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ > .row > .video-iframe-container { display: none; }#K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ > .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); }#K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ > .row .container { border-width: 0; border-radius: 0; }#K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8CPaV3ANgXJntGQpupPbKuqgo0drwxZ > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #b5gtlc94P29wC7tZArXyz9KeBOrAHTpH > .row .container { background-color: transparent; background-image: none; }#b5gtlc94P29wC7tZArXyz9KeBOrAHTpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5gtlc94P29wC7tZArXyz9KeBOrAHTpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5gtlc94P29wC7tZArXyz9KeBOrAHTpH > .row .container > .video-iframe-container { display: none; }#b5gtlc94P29wC7tZArXyz9KeBOrAHTpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5gtlc94P29wC7tZArXyz9KeBOrAHTpH > .row > .video-iframe-container { display: none; }#b5gtlc94P29wC7tZArXyz9KeBOrAHTpH > .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); }#b5gtlc94P29wC7tZArXyz9KeBOrAHTpH > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { background-color:#1a1b24;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; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB > .row .container { background-color: transparent; background-image: none; }#cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB > .row .container > .video-iframe-container { display: none; }#cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB > .row > .video-iframe-container { display: none; }#cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB > .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); }#cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB > .row .container { border-width: 0; border-radius: 0; }#cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cpNtq7CWh6Iprz9eDQiCZND6aLDz45LB > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { background-color:#1a1b24;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; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N > .row .container { background-color: transparent; background-image: none; }#FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N > .row .container > .video-iframe-container { display: none; }#FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N > .row > .video-iframe-container { display: none; }#FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N > .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); }#FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N > .row .container { border-width: 0; border-radius: 0; }#FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FL5WZXVyVhQmMRRTwaMW97SrveVa8p9N > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #RW5LPDK5Tr3XIZVmsM68NXDEdUzIFRJP > .row .container { background-color: transparent; background-image: none; }#RW5LPDK5Tr3XIZVmsM68NXDEdUzIFRJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RW5LPDK5Tr3XIZVmsM68NXDEdUzIFRJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RW5LPDK5Tr3XIZVmsM68NXDEdUzIFRJP > .row .container > .video-iframe-container { display: none; }#RW5LPDK5Tr3XIZVmsM68NXDEdUzIFRJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RW5LPDK5Tr3XIZVmsM68NXDEdUzIFRJP > .row > .video-iframe-container { display: none; }#RW5LPDK5Tr3XIZVmsM68NXDEdUzIFRJP > .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); }#RW5LPDK5Tr3XIZVmsM68NXDEdUzIFRJP > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #Ta4gRqMpOz1cMC1lOZMQJvP4WCpBr3IX > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfJzRLZ5AEybFibsukFkZO5vUongOvgT { display:none; }#DfJzRLZ5AEybFibsukFkZO5vUongOvgT > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#GcK7pZbmAzRWETQC3Nmm2eV4hsfRsM9r > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oTMwoKAOcd6Uys7wMVQGCK7h8a0XzPyE { width:20rem;height:3.1875rem;top:0.53125rem;left:0rem;display:block; }
 }