.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,235,244;--color-primary-1:147,188,220;--color-primary-2:39,120,184;--color-primary-3:20,60,92;--color-primary-4:6,18,28;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/52371e83-8e35-47c0-9ae7-fb6040f0e264/obraz_viber_20210330_2125141.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3.adaptive-delivery-prevent-bg, #kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3.lazyload, #kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3.lazyloading { background-image: none; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row .container { background-color: transparent; background-image: none; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(223,235,244,0.85); }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row .container > .video-iframe-container { display: none; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(223,235,244,0.85); }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row > .video-iframe-container { display: none; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .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); }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row .container { border-width: 0; border-radius: 0; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:60rem;position:relative;display:block; }#qwkwUQuwWuqrB1vxSZZhLQgdlLinCRms { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.311875rem;width:6.311875rem;top:9.5367431640625E-7rem;left:1.3118495941162rem;overflow:hidden;display:block; }
#r4s6QlPVNu82PR9Zi3DsKezP9iETn98X { color:rgba(var(--color-primary-2),1);display:block;width:51.875rem;position:absolute;font-family:unbounded;font-size:2.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3118486404419rem;left:5.04638671875rem;height:10.722625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NOvZvOwetg59iUidvwJaLaRG3xSGSQdg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.875rem;width:28.3125rem;top:26.375rem;left:30.875rem;display:block; }
#fEbTi5NM5nohnz1Rdq42GqHvpNeSmSGF { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:33.8125rem;left:35.6875rem;height:2.999675rem;display:block; }
#CnJTVszhEEGdInqOTbGimfkoX7Mz7P6X { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:29.4375rem;left:35.6875rem;height:2.999675rem;display:block; }
#HLGFKt4i5GINKvw0XwToxTkSPBikrUzU { color:rgba(var(--color-tertiary-0),1);display:block;width:27.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:27.1875rem;left:31.375rem;height:1.381025rem;text-align:center;text-align-last:center;display:block; }
#qVrT4gbTThgfUMr2OzOxHI7XIhTlqbUW { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3720625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:43.5rem;left:35.6875rem;height:2.999675rem;display:block; }
#ZucDkhg6ueFV4dJWpLGC1rDDSN3Jvtut { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:29.0625rem;left:32.4375rem; }
#d46eDxxiBPpfHpip0TFemIHHDw4Mtw6h { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:38.4375rem;left:35.75rem;height:2.999675rem;display:block; }
#Mz5heQxn4kt3IBUGnJUFEKsTM99dzWTG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:33.75rem;left:32.4375rem; }
#rlhbofTTtfVdN6W835OIl4BnaAeLrhWz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:38.375rem;left:32.4375rem; }
#etD7d31TwvFO1EsJZXEbfT9tGKbblfeD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:43.25rem;left:32.4375rem; }
#IPdF0Qy54taDkndGLuAgRNXwpKW06m0H { position:absolute;display:block;z-index:14999;height:11.37125rem;width:20.874rem;top:19.311524391174rem;left:5.0301113128662rem;display:block; }
#hkViOTdl4e0siXIgAWh4cXQo5hDFRuvZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6245125rem;width:2.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:20.936685562134rem;left:30.874837875366rem; }
#IsgBusvGrZUzTfPLk4OgKMli9G2qQTVX { box-sizing:content-box;height:3.8745125rem;width:30.8121875rem;position:absolute;display:block;z-index:15001;background-color:#2778b8;background-image:none;top:20.311685562134rem;left:29.187009811401rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#sdGNzNbWloT0aNnikupbAodtXHKafbGO { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6246875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:20.524087905884rem;left:33.499349594116rem;height:3.44889375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KR2Wm4LTImAiRIB0TItblGByg1iQcsuf { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:21.236165046692rem;left:43.749185562134rem;height:2.0247375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row .container { background-color: transparent; background-image: none; }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row .container > .video-iframe-container { display: none; }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row > .video-iframe-container { display: none; }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .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); }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row .container { border-width: 0; border-radius: 0; }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#qgtge1aUiG7hs3yVKsU7fcTEUHGT5unz { display:block;width:33.9981875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:19.945474147797rem;left:26.000974655151rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#wVi91eMonyINbmJ15DcR03qXioqAQdXd { display:block;width:38.3748125rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.1085615158081rem;left:21.625162124634rem;height:8.1005625rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#MNOJ6DGKmK7EwhuMNOQxUMcDTTNCyFMb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.5rem;top:1.1555976867676rem;left:0rem;overflow:hidden;display:block; }
#Ay63K4yU4Qh8uWZDnIsWoPmq4CwcfqSh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.6871875rem;width:7.6871875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:16.018878936767rem;left:18.364255905151rem; }
#FMxllrfFxka744ngOkQFoDlXP5t0rHOk { color:rgba(var(--color-tertiary-0),1);display:block;width:29.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.341309547424rem;left:26.845701217651rem;height:5.5240875rem;text-align:center;text-align-last:center;display:block; }
#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2512cc39-2b0a-42e4-ac4b-9ed38d205cc0/pomocetus116.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ.adaptive-delivery-prevent-bg, #XJpDvSy0cbGFTX7CHBKovpqc9VignprQ.lazyload, #XJpDvSy0cbGFTX7CHBKovpqc9VignprQ.lazyloading { background-image: none; }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ > .row .container { background-color: transparent; background-image: none; }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ > .row .container > .video-iframe-container { display: none; }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ > .row > .video-iframe-container { display: none; }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ > .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); }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ > .row .container { border-width: 0; border-radius: 0; }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;overflow:visible;position:relative;display:block; }#B3T2Zl8liP8vyHennabmOBMsyyhf3K1J { color:rgba(var(--color-primary-2),1);display:block;width:59.5621875rem;position:absolute;font-family:unbounded;font-size:2.875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:5.12451171875rem;left:0rem;height:3.44970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s8TzQR1ASAaypNsBs4h9TfzBSgfLiliM { color:rgba(var(--color-primary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:11.5673828125rem;left:3.8614902496338rem;height:6.8978125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MqS5vypx941tHb7a0hqvwCGZdXc1mI4b { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:11.5673828125rem;left:0rem; }
#ExCOxPTO9GTnMSnX2nms5q6KuSpH5H2d { color:rgba(var(--color-primary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:11.5673828125rem;left:33.739419937134rem;height:6.8978125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oelMclDqLETSd6Un8LKbP3MmHTVvks1D { color:rgba(var(--color-primary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:20.6875rem;left:3.6875rem;height:6.8978125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QlSGOO8nEdT3TOozvBtT28BcGrzuOyHc { color:rgba(var(--color-primary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:20.686847686767rem;left:33.374837875366rem;height:5.1733375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xumoZwMudigMK2aS0mEn8IQH1dumIm6J { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:20.686847686767rem;left:0rem; }
#SHykRix6q2pv7ekTLo9WwDaQVGVOEq3E { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.5673828125rem;left:30.172525405884rem; }
#qKn8CdcfPMqCGuT4JoknTa7OT7Rbe50S { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20.061847686767rem;left:30.172525405884rem; }
#OcyJra2HxmXm10B3V0ff3cpgADUcsUKd { position:absolute;display:block;z-index:15000;height:6.0620125rem;width:35.1871875rem;top:29.484861373901rem;left:12.405599594116rem;display:block; }
#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk { border-bottom:0;border-left:0;border-right:0;border-top: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:block; }#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk > .row .container { background-color: transparent; background-image: none; }#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk > .row .container > .video-iframe-container { display: none; }#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk > .row > .video-iframe-container { display: none; }#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk > .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); }#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk > .row .container { border-width: 0; border-radius: 0; }#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#axWN4sgkqMeKW8TKyLdDcRMpOFB0IyLZ { display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:2.5625rem;left:3.4375rem;height:2.01171875rem;font-style:normal;text-align:left;text-align-last:left;color:#2778b8;display:block; }
#BT7Jn0b4Qgmb6IchU9HPWoNgCWkPdP3Q { box-sizing:content-box;color:#2778b8;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.375rem;left:0.25rem;display:block; }
#OdRERlPMP2xpbwespqV3D9imE2HsN0Kh { box-sizing:content-box;color:#2778b8;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:2.34375rem;left:22.875rem;display:block; }
#nPlxw6oSnVJANvzHc4gDIf70Dp7CapZs { display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.54296875rem;left:26rem;height:2.01171875rem;font-style:normal;text-align:left;text-align-last:left;color:#2778b8;display:block; }
#bwcZKFiQvHT55e8wksdeFV2LNA530uIe { box-sizing:content-box;color:#2778b8;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.3437423706055rem;left:40rem;display:block; }
#MLRkEI2r0iK3O6b8U06vRAv0OQzfVz3R { display:block;width:17.3746875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:2.587890625rem;left:42.499998092651rem;height:2.01171875rem;font-style:normal;text-align:left;text-align-last:left;color:#2778b8;display:block; }
#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 > .row .container { background-color: transparent; background-image: none; }#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 > .row .container > .video-iframe-container { display: none; }#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 > .row > .video-iframe-container { display: none; }#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 > .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); }#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 > .row .container { border-width: 0; border-radius: 0; }#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 > .row .container { font-size:0.875rem;font-family:arial;height:72.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#mqNATWOTWWf0KU6kegPhT43D1ZDkFXg7 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9986875rem;position:absolute;font-family:unbounded;font-size:3.4375rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6240158081055rem;left:6.4998378753663rem;height:4.12435rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zo2ttkisdyaIRJGOWL9DJz48pdeQ7lrD { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.6875rem;width:20.2498125rem;top:11.930337905884rem;left:2.42431640625rem;overflow:hidden;display:block; }
#kKXXKrHZXfDWS9w8w2GpedwEOxcNkyIk { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:17.249348163605rem;left:25.248208999634rem;height:3.30078125rem;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; }
#pGKs4mdOViETA7ew4aAxr96pTnEHQ51f { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:12.935386657715rem;left:25.248208999634rem;height:2.70019375rem;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; }
#iJmM9kWWO7r3VFaBDzhhyOhB9z6T6lOk { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:22.873527526856rem;left:25.248208999634rem;display:block; }
#k4C2HBfzhqKnFF0TGyFBH9nHAEw3J1Ih { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:25.413402557373rem;left:25.248208999634rem;height:10.683625rem;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; }
#nAu3waXCqKc7RKdCKRPbzBaSLHKPqR2n { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:29.3123125rem;width:19.187rem;top:38.6865234375rem;left:2.9541015625rem;overflow:hidden;display:block; }
#mzBbKknvFaHhXTRuQZT5eBnJ0laLQcQu { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:46.187335968017rem;left:26.529134750366rem;height:6.6015625rem;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; }
#XJvmxqBx7EAPPd5ovFBCBwOkDhkFEqsh { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0611875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:41.561685562134rem;left:26.529134750366rem;height:2.70019375rem;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; }
#r6T5vF3TFSS2CFkghDSQuxmJWs7du0Xv { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:54.34326171875rem;left:26.529134750366rem;display:block; }
#nxriPwhSWyCThdp4TZPHbPpubhF1eQGL { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:56.49169921875rem;left:26.374509811401rem;height:10.683625rem;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; }
#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk { position:relative;display:block; }#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk { background-color: transparent; background-image: none; }#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk > .row .container > .video-iframe-container { display: none; }#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk > .row > .video-iframe-container { display: none; }#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk > .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); }#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk { border-width: 0; border-radius: 0; }#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk > .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; }#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XUmqX2QyLOrnT8uOeXCLSHiGT0S0nUpo { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:unbounded;font-size:2.3125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.1495866775512rem;left:0rem;height:3.0061875rem;text-align:center;text-align-last:center;display:block; }
#Dbd1J9Btskn3wEUyXqTKWLtt2Lhlz24q { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:8.37483215332rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cbd4d9d3-476a-43f9-808b-a5af6a3ee3e1/pomocetus1491.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn.adaptive-delivery-prevent-bg, #R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn.lazyload, #R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn.lazyloading { background-image: none; }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn > .row .container { background-color: transparent; background-image: none; }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn > .row .container > .video-iframe-container { display: none; }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn > .row > .video-iframe-container { display: none; }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn > .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); }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn > .row .container { border-width: 0; border-radius: 0; }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#dazzwOOoBdQGsofsOI0NrEecabIcxBdc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874675rem;width:22.312rem;top:3.4375rem;left:1.75rem;overflow:hidden;display:block; }
#opRlpwMgolS81qldqP1ZdPNhNSTOIsSz { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:17.561875rem;top:33.625rem;left:40.5rem;overflow:hidden;display:block; }
#cgqBGlxEDf9SMXeoROIKBFQTh4IkaiMa { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:25.374375rem;top:25.1875rem;left:27.625rem;overflow:hidden;display:block; }
#Uwe3zzZhcpHz0mGkMIcFmbmpv8xNldVf { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:24.124375rem;top:3.4375rem;left:32.125rem;overflow:hidden;display:block; }
#ATPd42ssnZtWJPwE3ndmdIDEaTl5G3pV { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:25.875rem;top:21.75rem;left:0rem;overflow:hidden;display:block; }
#hTK8yQTPBbvvXiIc9TSTG5KRhzBOsnNt { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:25.4996875rem;top:9.0625rem;left:2.6875rem;overflow:hidden;display:block; }
#Dus4ErCs2TzaFzOXZVSoGacPkblcoWoS { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.374675rem;width:31.1246875rem;top:20.75rem;left:27.625rem;overflow:hidden;display:block; }
#GgKd3W1n9lUnBzd5oce1vOLHS70dg5bn { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4370125rem;width:26.1873125rem;top:26.75rem;left:0.625rem;overflow:hidden;display:block; }
#yg7QH9mI5ymlGQwT077LF2vvIvRz01Fm { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:26.062rem;top:14.625rem;left:29.375rem;overflow:hidden;display:block; }
#MC8D9SXhdhEC82wMoRRQHmHO3QyJApLw { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8748375rem;width:26.1873125rem;top:7.1875rem;left:30.125rem;overflow:hidden;display:block; }
#Cfwz13RXnO2asIFOAiPKK1rdkdpwHg3e { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874675rem;width:25.625rem;top:15.9375rem;left:0.625rem;overflow:hidden;display:block; }
#i9r1NnPTRMd1Axt0uknz44OQ5rgLTaZz { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18685rem;width:21.1246875rem;top:29rem;left:31.8125rem;overflow:hidden;display:block; }
#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 > .row .container { background-color: transparent; background-image: none; }#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 > .row .container > .video-iframe-container { display: none; }#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 > .row > .video-iframe-container { display: none; }#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 > .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); }#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 > .row .container { border-width: 0; border-radius: 0; }#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#hWSGrfzxBruQyq7ZgD1lJbzTUtVJxops { display:block;width:49.436875rem;position:absolute;font-family:unbounded;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3640952110287rem;left:6.2801113128663rem;height:4.7119125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#oV7xBNbxp8I6zuX4o375ygy7xSFWywJ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:22.75rem;left:2.5625rem;height:17.87923125rem;text-align:center;text-align-last:center;display:block; }
#ESTIPfPRJIqzK0y8rcDNmodKpFTWZLfV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.7495rem;width:20.625rem;top:20.1875rem;left:39.375rem;overflow:hidden;display:block; }
#v8uXc8sbLQhEAEzqL8gp7FvTAggwZDES { position:absolute;display:block;z-index:15000;height:8.811875rem;width:30.4361875rem;top:15.1875rem;left:5.3125rem;display:block; }
#JMbPQX1iaqeUBU9EXdHbaS2UVG0Q4aJh { color:#2778b8;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:2.3125rem;left:30.125rem;height:2.0247375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AHb9iVBqHBCuolmuZKOfNhJmTBALRPkb { color:#2778b8;display:block;width:13.6246875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:1.5625rem;left:19.9375rem;height:3.44889375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D6BLAhffNcRQ0tJyq1FaJ11OzRVId6Z1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6245125rem;width:2.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2rem;left:17.3125rem; }
#UrvESVuaIIe2VhevFKQm0xa09smi9hER { box-sizing:content-box;height:3.8745125rem;width:30.8121875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:1.375rem;left:15.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#D49mKXBIo4GIteH461QifW8Ka3SXWG0z { position:relative;display:block; }#D49mKXBIo4GIteH461QifW8Ka3SXWG0z { background-color: transparent; background-image: none; }#D49mKXBIo4GIteH461QifW8Ka3SXWG0z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D49mKXBIo4GIteH461QifW8Ka3SXWG0z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D49mKXBIo4GIteH461QifW8Ka3SXWG0z > .row .container > .video-iframe-container { display: none; }#D49mKXBIo4GIteH461QifW8Ka3SXWG0z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D49mKXBIo4GIteH461QifW8Ka3SXWG0z > .row > .video-iframe-container { display: none; }#D49mKXBIo4GIteH461QifW8Ka3SXWG0z > .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); }#D49mKXBIo4GIteH461QifW8Ka3SXWG0z { border-width: 0; border-radius: 0; }#D49mKXBIo4GIteH461QifW8Ka3SXWG0z > .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; }#D49mKXBIo4GIteH461QifW8Ka3SXWG0z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lKZhkoW4pQ1VqZNs0ECxm9xUSqneypFo { z-index:15003;top:0.78125rem;left:15.721841812134rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.22866625rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ehVsIT6mCJwbzHmWE8BWZ2llTcvgyDfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#de4M7wr3CbwMTbMEWy4TnZUmTgkUGJu4 { z-index:15004;top:0.82193756103513rem;left:31.471353530884rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.14485375rem;height:2.60384125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PJttIs6lM69Eu0abFVBbnzs8UKlPQ8aO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 { display:block; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwkwUQuwWuqrB1vxSZZhLQgdlLinCRms { top:0rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4s6QlPVNu82PR9Zi3DsKezP9iETn98X { top:6.25rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOvZvOwetg59iUidvwJaLaRG3xSGSQdg { top:26.375rem;left:19.5rem;width:28.25rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEbTi5NM5nohnz1Rdq42GqHvpNeSmSGF { top:33.8125rem;left:25.4375rem;width:22.3125rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnJTVszhEEGdInqOTbGimfkoX7Mz7P6X { top:29.4375rem;left:24.5625rem;width:23.1875rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLGFKt4i5GINKvw0XwToxTkSPBikrUzU { top:27.1875rem;left:20.25rem;width:27.5rem;height:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVrT4gbTThgfUMr2OzOxHI7XIhTlqbUW { top:43.5rem;left:26.4375rem;width:21.3125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZucDkhg6ueFV4dJWpLGC1rDDSN3Jvtut { top:29.0625rem;left:26.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d46eDxxiBPpfHpip0TFemIHHDw4Mtw6h { top:38.4375rem;left:24.625rem;width:23.125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz5heQxn4kt3IBUGnJUFEKsTM99dzWTG { top:33.75rem;left:26.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlhbofTTtfVdN6W835OIl4BnaAeLrhWz { top:38.375rem;left:26.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etD7d31TwvFO1EsJZXEbfT9tGKbblfeD { top:43.25rem;left:26.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPdF0Qy54taDkndGLuAgRNXwpKW06m0H { top:19.25rem;left:0rem;width:20.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkViOTdl4e0siXIgAWh4cXQo5hDFRuvZ { top:20.875rem;left:24.749837875366rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsgBusvGrZUzTfPLk4OgKMli9G2qQTVX { top:20.25rem;left:17rem;width:30.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGNzNbWloT0aNnikupbAodtXHKafbGO { top:20.5rem;left:27.374349594116rem;width:13.5625rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR2Wm4LTImAiRIB0TItblGByg1iQcsuf { top:21.1875rem;left:31.5rem;width:16.25rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD { display:block; }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgtge1aUiG7hs3yVKsU7fcTEUHGT5unz { width:46.4375rem;height:3.5rem;top:2.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVi91eMonyINbmJ15DcR03qXioqAQdXd { width:46.4375rem;height:2.6875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNOJ6DGKmK7EwhuMNOQxUMcDTTNCyFMb { top:1.125rem;left:0rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay63K4yU4Qh8uWZDnIsWoPmq4CwcfqSh { top:16rem;left:12.239255905151rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMxllrfFxka744ngOkQFoDlXP5t0rHOk { top:12.3125rem;left:18.1875rem;width:29.5625rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJpDvSy0cbGFTX7CHBKovpqc9VignprQ { display:block; }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3T2Zl8liP8vyHennabmOBMsyyhf3K1J { top:5.0625rem;left:0rem;width:47.75rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8TzQR1ASAaypNsBs4h9TfzBSgfLiliM { top:11.5625rem;left:0rem;width:26.25rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqS5vypx941tHb7a0hqvwCGZdXc1mI4b { top:11.5625rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCOxPTO9GTnMSnX2nms5q6KuSpH5H2d { top:11.5625rem;left:21.5rem;width:26.25rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oelMclDqLETSd6Un8LKbP3MmHTVvks1D { top:20.625rem;left:0rem;width:26.25rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlSGOO8nEdT3TOozvBtT28BcGrzuOyHc { top:20.625rem;left:20.875rem;width:26.875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xumoZwMudigMK2aS0mEn8IQH1dumIm6J { top:20.625rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHykRix6q2pv7ekTLo9WwDaQVGVOEq3E { top:11.5625rem;left:24.047525405884rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKn8CdcfPMqCGuT4JoknTa7OT7Rbe50S { top:20rem;left:24.047525405884rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcyJra2HxmXm10B3V0ff3cpgADUcsUKd { top:29.4375rem;left:6.2805995941163rem;width:35.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk { display:block; }#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk > .row .container { width:47.75rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axWN4sgkqMeKW8TKyLdDcRMpOFB0IyLZ { width:14.5625rem;height:2.0625rem;top:4.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BT7Jn0b4Qgmb6IchU9HPWoNgCWkPdP3Q { width:2.5rem;height:2.5rem;top:1.875rem;left:6.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdRERlPMP2xpbwespqV3D9imE2HsN0Kh { width:2.5rem;height:2.5rem;top:1.9375rem;left:22.541666666667rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPlxw6oSnVJANvzHc4gDIf70Dp7CapZs { width:14.5625rem;height:2.0625rem;top:4.8125rem;left:16.541666666667rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwcZKFiQvHT55e8wksdeFV2LNA530uIe { width:2.5rem;height:2.5rem;top:1.9375rem;left:38.520833333333rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLRkEI2r0iK3O6b8U06vRAv0OQzfVz3R { width:14.5625rem;height:2.0625rem;top:4.8125rem;left:32.520833333333rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 { display:block; }#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqNATWOTWWf0KU6kegPhT43D1ZDkFXg7 { top:4.5625rem;left:0.37483787536621rem;width:46.9375rem;height:4.0625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo2ttkisdyaIRJGOWL9DJz48pdeQ7lrD { top:11.875rem;left:0rem;width:20.1875rem;height:24.6115318969rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKXXKrHZXfDWS9w8w2GpedwEOxcNkyIk { top:17.1875rem;left:18.6875rem;width:29.0625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGKs4mdOViETA7ew4aAxr96pTnEHQ51f { top:12.875rem;left:13.0625rem;width:34.6875rem;height:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJmM9kWWO7r3VFaBDzhhyOhB9z6T6lOk { top:22.8125rem;left:19.123208999634rem;width:22.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4C2HBfzhqKnFF0TGyFBH9nHAEw3J1Ih { top:25.375rem;left:14.1875rem;width:33.5625rem;height:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAu3waXCqKc7RKdCKRPbzBaSLHKPqR2n { top:38.625rem;left:0rem;width:19.125rem;height:29.217594025251rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzBbKknvFaHhXTRuQZT5eBnJ0laLQcQu { top:46.125rem;left:18.6875rem;width:29.0625rem;height:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJvmxqBx7EAPPd5ovFBCBwOkDhkFEqsh { top:41.5rem;left:16.75rem;width:31rem;height:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6T5vF3TFSS2CFkghDSQuxmJWs7du0Xv { top:54.3125rem;left:20.404134750366rem;width:22.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxriPwhSWyCThdp4TZPHbPpubhF1eQGL { top:56.4375rem;left:14.1875rem;width:33.5625rem;height:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk { display:block; }#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUmqX2QyLOrnT8uOeXCLSHiGT0S0nUpo { top:4.125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbd1J9Btskn3wEUyXqTKWLtt2Lhlz24q { top:8.3125rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn { display:block; }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dazzwOOoBdQGsofsOI0NrEecabIcxBdc { top:3.4375rem;left:0rem;width:22.25rem;height:4.8613064073797rem;display:block; }
 }@media only screen and (max-width: 763px) { #opRlpwMgolS81qldqP1ZdPNhNSTOIsSz { top:33.625rem;left:30.25rem;width:17.5rem;height:2.2414249617424rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgqBGlxEDf9SMXeoROIKBFQTh4IkaiMa { top:25.1875rem;left:21.5rem;width:25.3125rem;height:2.2438649966748rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwe3zzZhcpHz0mGkMIcFmbmpv8xNldVf { top:3.4375rem;left:23.6875rem;width:24.0625rem;height:2.2435807922485rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATPd42ssnZtWJPwE3ndmdIDEaTl5G3pV { top:21.75rem;left:0rem;width:25.8125rem;height:3.4292217093361rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTK8yQTPBbvvXiIc9TSTG5KRhzBOsnNt { top:9.0625rem;left:0rem;width:25.4375rem;height:5.6112820010049rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dus4ErCs2TzaFzOXZVSoGacPkblcoWoS { top:20.75rem;left:16.6875rem;width:31.0625rem;height:2.3699303707869rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgKd3W1n9lUnBzd5oce1vOLHS70dg5bn { top:26.75rem;left:0rem;width:26.125rem;height:5.424243467531rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg7QH9mI5ymlGQwT077LF2vvIvRz01Fm { top:14.625rem;left:21.75rem;width:26rem;height:4.0529618997599rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC8D9SXhdhEC82wMoRRQHmHO3QyJApLw { top:7.1875rem;left:21.625rem;width:26.125rem;height:5.8610402187196rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfwz13RXnO2asIFOAiPKK1rdkdpwHg3e { top:15.9375rem;left:0rem;width:25.625rem;height:4.874675rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9r1NnPTRMd1Axt0uknz44OQ5rgLTaZz { top:29rem;left:25.6875rem;width:21.0625rem;height:3.1774684536754rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 { display:block; }#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWSGrfzxBruQyq7ZgD1lJbzTUtVJxops { width:46.4375rem;height:5.75rem;top:4.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV7xBNbxp8I6zuX4o375ygy7xSFWywJ8 { top:22.75rem;left:0rem;width:35.75rem;height:17.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESTIPfPRJIqzK0y8rcDNmodKpFTWZLfV { top:20.1875rem;left:27.125rem;width:20.625rem;height:25.7486875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8uXc8sbLQhEAEzqL8gp7FvTAggwZDES { top:15.1875rem;left:0rem;width:30.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMbPQX1iaqeUBU9EXdHbaS2UVG0Q4aJh { top:2.3125rem;left:24rem;width:16.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHb9iVBqHBCuolmuZKOfNhJmTBALRPkb { top:1.5625rem;left:13.8125rem;width:13.5625rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6BLAhffNcRQ0tJyq1FaJ11OzRVId6Z1 { top:2rem;left:11.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrvESVuaIIe2VhevFKQm0xa09smi9hER { top:1.375rem;left:9.5rem;width:30.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D49mKXBIo4GIteH461QifW8Ka3SXWG0z { display:block; }#D49mKXBIo4GIteH461QifW8Ka3SXWG0z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKZhkoW4pQ1VqZNs0ECxm9xUSqneypFo { top:0.75rem;left:9.5968418121337rem;width:12.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehVsIT6mCJwbzHmWE8BWZ2llTcvgyDfN { display:block; }
 }@media only screen and (max-width: 763px) { #de4M7wr3CbwMTbMEWy4TnZUmTgkUGJu4 { top:0.8125rem;left:25.346353530884rem;width:12.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJttIs6lM69Eu0abFVBbnzs8UKlPQ8aO { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/134557c4-7e70-43eb-ab4c-81e0146700f3/Projektbeztytuu20220904T185313584.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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) { #kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/086231bd-a347-4924-aa42-903f484337be/ChatGPTImage5sie202511_04_22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3.adaptive-delivery-prevent-bg, #kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3.lazyload, #kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3.lazyloading { background-image: none; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row .container { background-color: transparent; background-image: none; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(208,227,242,0.9); }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row .container > .video-iframe-container { display: none; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(208,227,242,0.9); }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row > .video-iframe-container { display: none; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .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); }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row .container { border-width: 0; border-radius: 0; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKKWF2DKZNZ2rD9UbC5QXRbyytINbuM3 > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwkwUQuwWuqrB1vxSZZhLQgdlLinCRms { width:7.249375rem;height:7.249375rem;top:0.9375rem;left:6.5307615995406rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4s6QlPVNu82PR9Zi3DsKezP9iETn98X { width:20rem;height:10.15625rem;top:10.248208999634rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOvZvOwetg59iUidvwJaLaRG3xSGSQdg { width:19.875rem;height:29.25rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEbTi5NM5nohnz1Rdq42GqHvpNeSmSGF { width:14.8746875rem;height:4.21875rem;top:70.875rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnJTVszhEEGdInqOTbGimfkoX7Mz7P6X { width:15.560546875rem;height:4.21875rem;top:65.75rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLGFKt4i5GINKvw0XwToxTkSPBikrUzU { width:19.185375rem;height:3.41145625rem;top:60.375rem;left:0.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVrT4gbTThgfUMr2OzOxHI7XIhTlqbUW { width:15.686875rem;height:4.4995125rem;top:82.4375rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZucDkhg6ueFV4dJWpLGC1rDDSN3Jvtut { display:flex;width:2.56185rem;height:2.56185rem;top:65.75rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #d46eDxxiBPpfHpip0TFemIHHDw4Mtw6h { width:15.7495rem;height:4.4995125rem;top:76.375rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mz5heQxn4kt3IBUGnJUFEKsTM99dzWTG { display:flex;width:3.125rem;height:3.125rem;top:69.9375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #rlhbofTTtfVdN6W835OIl4BnaAeLrhWz { display:flex;width:3.125rem;height:3.125rem;top:75.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #etD7d31TwvFO1EsJZXEbfT9tGKbblfeD { display:flex;width:3.125rem;height:3.125rem;top:81.8125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #IPdF0Qy54taDkndGLuAgRNXwpKW06m0H { width:18.9965625rem;height:10.686875rem;top:31.997882843017rem;left:0.50130212306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkViOTdl4e0siXIgAWh4cXQo5hDFRuvZ { display:flex;width:4.6248375rem;height:4.6248375rem;top:23.8125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #IsgBusvGrZUzTfPLk4OgKMli9G2qQTVX { width:20rem;height:7.1875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGNzNbWloT0aNnikupbAodtXHKafbGO { width:13.562rem;height:3.44889375rem;top:23.5625rem;left:4.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KR2Wm4LTImAiRIB0TItblGByg1iQcsuf { width:16.25rem;height:1.79931875rem;top:27.4375rem;left:3.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD { background-color:#2778b8;background-image:none;display:block; }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row .container { background-color: transparent; background-image: none; }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row .container > .video-iframe-container { display: none; }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row > .video-iframe-container { display: none; }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .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); }#sukbNcg9NmCzz0QmJh3gOPTJQJoS5nAD > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgtge1aUiG7hs3yVKsU7fcTEUHGT5unz { width:20rem;height:1.79931875rem;top:51.472980499267rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wVi91eMonyINbmJ15DcR03qXioqAQdXd { width:20rem;height:6.6015625rem;top:22.542317390442rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MNOJ6DGKmK7EwhuMNOQxUMcDTTNCyFMb { width:20rem;height:20rem;top:1.3745164871216rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay63K4yU4Qh8uWZDnIsWoPmq4CwcfqSh { display:flex;width:9.375rem;height:9.375rem;top:30.3515625rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #FMxllrfFxka744ngOkQFoDlXP5t0rHOk { width:18.2486875rem;height:7.797875rem;top:40.9765625rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJpDvSy0cbGFTX7CHBKovpqc9VignprQ { display:block; }#XJpDvSy0cbGFTX7CHBKovpqc9VignprQ > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3T2Zl8liP8vyHennabmOBMsyyhf3K1J { width:20rem;height:7.1996875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8TzQR1ASAaypNsBs4h9TfzBSgfLiliM { width:18.499375rem;height:7.8735625rem;top:12.198079109192rem;left:0.74951171875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MqS5vypx941tHb7a0hqvwCGZdXc1mI4b { display:flex;width:2.5rem;height:2.5rem;top:9.698875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #ExCOxPTO9GTnMSnX2nms5q6KuSpH5H2d { width:20rem;height:7.8735625rem;top:26.009927093983rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oelMclDqLETSd6Un8LKbP3MmHTVvks1D { width:20rem;height:9.44825rem;top:39.820970833301rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QlSGOO8nEdT3TOozvBtT28BcGrzuOyHc { width:20rem;height:6.2988125rem;top:55.678709030151rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xumoZwMudigMK2aS0mEn8IQH1dumIm6J { display:flex;width:3.4375rem;height:3.4375rem;top:36.434731483459rem;left:8.2812494039537rem; }
 }@media only screen and (max-width: 763px) { #SHykRix6q2pv7ekTLo9WwDaQVGVOEq3E { display:flex;width:3.4375rem;height:3.4375rem;top:22.623707771301rem;left:8.2812494039537rem; }
 }@media only screen and (max-width: 763px) { #qKn8CdcfPMqCGuT4JoknTa7OT7Rbe50S { display:flex;width:3.4375rem;height:3.4375rem;top:52.241209030151rem;left:8.2812494039537rem; }
 }@media only screen and (max-width: 763px) { #OcyJra2HxmXm10B3V0ff3cpgADUcsUKd { width:20rem;height:7.7498125rem;top:63.600259780881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk { display:block; }#quBGtu4gurQ7AEzDWi8ff3UWLkR4B6Mk > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axWN4sgkqMeKW8TKyLdDcRMpOFB0IyLZ { width:16.25rem;height:1.57389375rem;top:3.7499995231628rem;left:1.8749998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BT7Jn0b4Qgmb6IchU9HPWoNgCWkPdP3Q { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdRERlPMP2xpbwespqV3D9imE2HsN0Kh { width:2.5rem;height:2.5rem;top:6.3240566253663rem;left:8.7499994039537rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPlxw6oSnVJANvzHc4gDIf70Dp7CapZs { width:16.25rem;height:1.57389375rem;top:8.8240566253663rem;left:1.8749998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwcZKFiQvHT55e8wksdeFV2LNA530uIe { width:2.5rem;height:2.5rem;top:11.211751937866rem;left:8.7499994039537rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLRkEI2r0iK3O6b8U06vRAv0OQzfVz3R { width:16.25rem;height:1.57389375rem;top:13.711751937866rem;left:1.8749998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 { display:block; }#OFWxdB7S0fDkpN2eHS4fDlEDqhie0PB1 > .row .container { width:20rem;height:105.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqNATWOTWWf0KU6kegPhT43D1ZDkFXg7 { width:20rem;height:4.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zo2ttkisdyaIRJGOWL9DJz48pdeQ7lrD { width:12.874375rem;height:15.625rem;top:7.1744785308837rem;left:3.5620115995407rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKXXKrHZXfDWS9w8w2GpedwEOxcNkyIk { width:20rem;height:4.4995125rem;top:29.010416030884rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pGKs4mdOViETA7ew4aAxr96pTnEHQ51f { width:20rem;height:3.8997375rem;top:23.861490249634rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iJmM9kWWO7r3VFaBDzhhyOhB9z6T6lOk { width:20rem;height:0.3125rem;top:34.383136749267rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4C2HBfzhqKnFF0TGyFBH9nHAEw3J1Ih { width:20rem;height:11.25rem;top:36.5087890625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nAu3waXCqKc7RKdCKRPbzBaSLHKPqR2n { width:19.125rem;height:29.218021428176rem;top:49.0087890625rem;left:0.4375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzBbKknvFaHhXTRuQZT5eBnJ0laLQcQu { width:20rem;height:6.7464375rem;top:85.093584060669rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XJvmxqBx7EAPPd5ovFBCBwOkDhkFEqsh { width:20rem;height:3.8997375rem;top:79.4462890625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r6T5vF3TFSS2CFkghDSQuxmJWs7du0Xv { width:20rem;height:0.3125rem;top:92.3828086853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxriPwhSWyCThdp4TZPHbPpubhF1eQGL { width:20rem;height:11.25rem;top:93.6962852478rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk { display:block; }#ixRVXHXnbAlNlqxtIqaJ92mV9usD93rk > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUmqX2QyLOrnT8uOeXCLSHiGT0S0nUpo { width:20rem;height:6.582rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dbd1J9Btskn3wEUyXqTKWLtt2Lhlz24q { width:20rem;height:4.04948125rem;top:9.0811875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn { display:block; }#R8uENoa0s6OP4aFx1EinmmwsnfTZvWzn > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dazzwOOoBdQGsofsOI0NrEecabIcxBdc { width:13.999rem;height:2.999675rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #opRlpwMgolS81qldqP1ZdPNhNSTOIsSz { width:12.6871875rem;height:1.5625rem;top:39.3090875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgqBGlxEDf9SMXeoROIKBFQTh4IkaiMa { width:17.124rem;height:1.437175rem;top:33.4350625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwe3zzZhcpHz0mGkMIcFmbmpv8xNldVf { width:13.374rem;height:1.1873375rem;top:5.499675rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATPd42ssnZtWJPwE3ndmdIDEaTl5G3pV { width:16.5625rem;height:2.1248375rem;top:23.4985375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTK8yQTPBbvvXiIc9TSTG5KRhzBOsnNt { width:14.436875rem;height:3.125rem;top:7.9370125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dus4ErCs2TzaFzOXZVSoGacPkblcoWoS { width:20rem;height:1.31185rem;top:26.873375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgKd3W1n9lUnBzd5oce1vOLHS70dg5bn { width:13.9371875rem;height:2.7498375rem;top:29.435225rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg7QH9mI5ymlGQwT077LF2vvIvRz01Fm { width:15.4996875rem;height:2.1875rem;top:20.0610375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC8D9SXhdhEC82wMoRRQHmHO3QyJApLw { width:11.936875rem;height:2.6245125rem;top:12.3120125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfwz13RXnO2asIFOAiPKK1rdkdpwHg3e { width:14.124375rem;height:2.6245125rem;top:16.186525rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9r1NnPTRMd1Axt0uknz44OQ5rgLTaZz { width:14.124375rem;height:1.93685rem;top:36.1222375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 { display:block; }#aH0Zo50QSpQT0EHBUX1Zvbu8ko4F1lU9 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWSGrfzxBruQyq7ZgD1lJbzTUtVJxops { width:20rem;height:6.497375rem;top:10.124540328979rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV7xBNbxp8I6zuX4o375ygy7xSFWywJ8 { width:20rem;height:21.9238125rem;top:23.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESTIPfPRJIqzK0y8rcDNmodKpFTWZLfV { width:14.5621875rem;height:18.24625rem;top:46.753742218017rem;left:5.4370115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8uXc8sbLQhEAEzqL8gp7FvTAggwZDES { width:20rem;height:8.75rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMbPQX1iaqeUBU9EXdHbaS2UVG0Q4aJh { width:16.25rem;height:1.875rem;top:6.125rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AHb9iVBqHBCuolmuZKOfNhJmTBALRPkb { width:13.562rem;height:3.44889375rem;top:1.8125rem;left:5.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6BLAhffNcRQ0tJyq1FaJ11OzRVId6Z1 { display:flex;width:5.187175rem;height:5.187175rem;top:1.8125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #UrvESVuaIIe2VhevFKQm0xa09smi9hER { width:20rem;height:7.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D49mKXBIo4GIteH461QifW8Ka3SXWG0z { display:block; }#D49mKXBIo4GIteH461QifW8Ka3SXWG0z > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKZhkoW4pQ1VqZNs0ECxm9xUSqneypFo { top:1.25rem;left:3.875rem;width:12.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehVsIT6mCJwbzHmWE8BWZ2llTcvgyDfN { display:block; }
 }@media only screen and (max-width: 763px) { #de4M7wr3CbwMTbMEWy4TnZUmTgkUGJu4 { top:5.1875rem;left:3.9375rem;width:12.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJttIs6lM69Eu0abFVBbnzs8UKlPQ8aO { display:block; }
 }