.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:224,232,231;--color-primary-1:163,185,184;--color-primary-2:102,139,137;--color-primary-3:61,83,82;--color-primary-4:0,61,59;--color-secondary-0:255,239,217;--color-secondary-1:255,200,128;--color-secondary-2:255,145,0;--color-secondary-3:128,73,0;--color-secondary-4:38,22,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Signika";--paragraphs-font-family:"Signika"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-4),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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/74c7326f-5854-4c50-a75a-54e3ecb3af23/INNOWACJAIINSPIRACJA_mae.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.adaptive-delivery-prevent-bg, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyload, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyloading { background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { background-color: transparent; background-image: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container { display: none; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .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); }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { border-width: 0; border-radius: 0; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9URXLGgb6JTpGQvMacC6b2LCX0lzvul > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#fHOsIVoI0T9yhNW6L0H3HLVQeLSLorZA { color:#3b683e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:700;z-index:15000;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:3.9140625rem;left:0rem;height:6.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILsqwblQiK1Vwume30ii2hu9givLv92l { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:0.783203125rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMzTw01o5rf4xJhzm3K16WUugRTmbGnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nMzTw01o5rf4xJhzm3K16WUugRTmbGnG > .row .container { background-color: transparent; background-image: none; }#nMzTw01o5rf4xJhzm3K16WUugRTmbGnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMzTw01o5rf4xJhzm3K16WUugRTmbGnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMzTw01o5rf4xJhzm3K16WUugRTmbGnG > .row .container > .video-iframe-container { display: none; }#nMzTw01o5rf4xJhzm3K16WUugRTmbGnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMzTw01o5rf4xJhzm3K16WUugRTmbGnG > .row > .video-iframe-container { display: none; }#nMzTw01o5rf4xJhzm3K16WUugRTmbGnG > .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); }#nMzTw01o5rf4xJhzm3K16WUugRTmbGnG > .row .container { border-width: 0; border-radius: 0; }#nMzTw01o5rf4xJhzm3K16WUugRTmbGnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMzTw01o5rf4xJhzm3K16WUugRTmbGnG > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#VHq25hVQilS15x4JuMqN1erKQo7rLmIt { color:rgba(var(--color-primary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:7.4423828125rem;left:17.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMamRPyMlHqHU9qEQtS4OgeNTazCASSK { color:rgba(var(--color-primary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:7.4990234375rem;left:33.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qiiCa4TfuynECO1DawPkhUTdimoAnSop { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:8.125rem;top:3.5048828125rem;left:34.78125rem;overflow:hidden;display:block; }
#QRcbddkCG4BTaDbsr0xagifhetoKqeeR { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:12.125rem;top:0.65625rem;left:17.09375rem;overflow:hidden;display:block; }
#BD5P4IvnZnIDoaPgf3nJ4CAsynTTVgQc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#BD5P4IvnZnIDoaPgf3nJ4CAsynTTVgQc > .row .container { background-color: transparent; background-image: none; }#BD5P4IvnZnIDoaPgf3nJ4CAsynTTVgQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BD5P4IvnZnIDoaPgf3nJ4CAsynTTVgQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BD5P4IvnZnIDoaPgf3nJ4CAsynTTVgQc > .row .container > .video-iframe-container { display: none; }#BD5P4IvnZnIDoaPgf3nJ4CAsynTTVgQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BD5P4IvnZnIDoaPgf3nJ4CAsynTTVgQc > .row > .video-iframe-container { display: none; }#BD5P4IvnZnIDoaPgf3nJ4CAsynTTVgQc > .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); }#BD5P4IvnZnIDoaPgf3nJ4CAsynTTVgQc > .row .container { border-width: 0; border-radius: 0; }#BD5P4IvnZnIDoaPgf3nJ4CAsynTTVgQc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BD5P4IvnZnIDoaPgf3nJ4CAsynTTVgQc > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#UGtOPuskKkWaGIFH0IrE494LoKQ20nLv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.8125rem;width:51.0625rem;top:4.5625rem;left:4.5rem;display:block; }
#UNM4HJMVXTstTWwxfgR5G92nTVMM22uH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:7.21875rem;left:9.40625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNFdfTFRrxwToeMzzLheuF1uWaqxmuek { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.125rem;left:10.25rem;height:2.599825rem;font-style:normal;display:block; }
#unuBEC0C6vJHA3dyMtT7wS5DGLns9m16 { background-color:rgba(var(--color-primary-4),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:7.21875rem;left:31.8125rem;display:block; }
#z7DWV319B9QQrylSKdiZiF7n4TvrKD9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xc91lkc9K9DaCNRByd5OTOT5eqa927RP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:15.375rem;left:8.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNvBhPQgrLlBkii74UoFJrPJHoxAtoHi { background-color:rgba(var(--color-primary-4),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:13.724609375rem;left:31.8125rem;display:block; }
#ptVaR0FaQXNoB417fMVTXcZXhTGsOTdo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WsyiqQgZCCFPTzsq76ovIr6GC4N324Xk { background-color:rgba(var(--color-primary-4),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:18.125rem;left:31.8125rem;display:block; }
#bl1E2UilXo0VoADKUsz3zSeHSQTTR2Gd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bEZizPq1WG8cNIsMrE6u35Ws6hdoxCe5 { 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:15037;opacity:1;top:8.09375rem;left:26.28125rem; }
#B5MUhmLMbvx59P1OEboFQAaTFl8w8cmE { 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:15038;opacity:1;top:16.25rem;left:26.28125rem; }
#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { border-width: 0; border-radius: 0; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;position:relative;display:block; }#GIvfcnbki7MsrlewiLwSJ6gCaTzeVB6H { color:rgba(var(--color-primary-0),1);display:block;width:32rem;position:absolute;font-family:"yeseva one";font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:2.375rem;left:14rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTfyCVp0cmPaZz4pDHh3rWsoIOZuy1Js { color:rgba(var(--color-primary-4),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1982421875rem;left:7.25rem;height:14.6191375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WLTo2LubFafJIQNR1SF4TowVAJKlDsfx { box-sizing:content-box;height:17.125rem;width:54.4375rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9453125rem;left:2.78125rem;display:block; }
#t0uJp8X138eA8bLGgCyrWLTCTf16rFem { box-sizing:content-box;height:3.625rem;width:14.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-3),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.78125rem;left:22.4375rem;display:block; }
#uTEfCzv4THgKOMJOGoE5Xx4d8CCpQfFh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#uTEfCzv4THgKOMJOGoE5Xx4d8CCpQfFh > .row .container { background-color: transparent; background-image: none; }#uTEfCzv4THgKOMJOGoE5Xx4d8CCpQfFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTEfCzv4THgKOMJOGoE5Xx4d8CCpQfFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTEfCzv4THgKOMJOGoE5Xx4d8CCpQfFh > .row .container > .video-iframe-container { display: none; }#uTEfCzv4THgKOMJOGoE5Xx4d8CCpQfFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTEfCzv4THgKOMJOGoE5Xx4d8CCpQfFh > .row > .video-iframe-container { display: none; }#uTEfCzv4THgKOMJOGoE5Xx4d8CCpQfFh > .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); }#uTEfCzv4THgKOMJOGoE5Xx4d8CCpQfFh > .row .container { border-width: 0; border-radius: 0; }#uTEfCzv4THgKOMJOGoE5Xx4d8CCpQfFh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTEfCzv4THgKOMJOGoE5Xx4d8CCpQfFh > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:block; }#WcTSyyNAAhZ4dmov8DAK7NW3DTKE2UWT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:25.8125rem;width:51.0625rem;top:3.3125rem;left:4.5rem;display:block; }
#T7mKGKmClRE1VpodeFRTfApCgKhKLTtW { color:rgba(var(--color-primary-4),1);display:block;width:32rem;position:absolute;font-family:"yeseva one";font-size:1.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:5.25rem;left:14rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2OAKnS7RE35t7RwuNeL10s5ygh3izBe { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.0625rem;left:10.5625rem;height:2.599825rem;font-style:normal;display:block; }
#teVDZHA9bzECtTqMahrdhG0R3htnkv0T { box-sizing:content-box;height:4.0625rem;width:44.0625rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:7.96875rem;display:block; }
#oNLZODpRwisB586ffth0CpWqn43xeyhX { box-sizing:content-box;height:6.625rem;width:44.0625rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:7.96875rem;display:block; }
#VUhTdIsxLPQls48qoBydTLWwpUVttSq0 { box-sizing:content-box;height:5.875rem;width:44.1875rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.9375rem;left:7.90625rem;display:block; }
#ru9l1ZeAQAxqkK5SU7zVrKthOHDcCTi6 { color:rgba(var(--color-primary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:9.79296875rem;left:11.59375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#dRrbDElCIcuddbHvtZ66NQ8CdsMUy8VJ { color:rgba(var(--color-primary-0),1);display:block;width:41.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:15.275390625rem;left:9.09375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#cveqMmbm1C6UC5BdLoiU1nBmkkDrQTbR { color:rgba(var(--color-primary-0),1);display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:22.92578125rem;left:9.21875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#pV9T2EhWxxqWek8kbHI2XcCWiQBDygK2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#pV9T2EhWxxqWek8kbHI2XcCWiQBDygK2 > .row .container { background-color: transparent; background-image: none; }#pV9T2EhWxxqWek8kbHI2XcCWiQBDygK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pV9T2EhWxxqWek8kbHI2XcCWiQBDygK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pV9T2EhWxxqWek8kbHI2XcCWiQBDygK2 > .row .container > .video-iframe-container { display: none; }#pV9T2EhWxxqWek8kbHI2XcCWiQBDygK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pV9T2EhWxxqWek8kbHI2XcCWiQBDygK2 > .row > .video-iframe-container { display: none; }#pV9T2EhWxxqWek8kbHI2XcCWiQBDygK2 > .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); }#pV9T2EhWxxqWek8kbHI2XcCWiQBDygK2 > .row .container { border-width: 0; border-radius: 0; }#pV9T2EhWxxqWek8kbHI2XcCWiQBDygK2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pV9T2EhWxxqWek8kbHI2XcCWiQBDygK2 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#kMS5BqrgPULdW6O3Gf2zOUy1JyJp4yzV { color:rgba(var(--color-primary-4),1);display:block;width:40.6875rem;position:absolute;font-family:"yeseva one";font-size:1.6875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:4.08203125rem;left:9.21875rem;height:6.5800625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aug9wuMQTODiITQg1QlNygtKACaZgXg5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:10.5625rem;height:2.599825rem;font-style:normal;display:block; }
#eWkiko923fKlPerM5eT550GJGLT9xxMS { box-sizing:content-box;height:4.0625rem;width:15.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.0986328125rem;left:5.96875rem;display:block; }
#FgQ7CTDq4V5xxPKOfuT9HCO0GirHfrVm { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:12.8291015625rem;left:5.96875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#FtZ8OwP6ld8nttxDsKqpRqgIGUTTrfRV { box-sizing:content-box;height:4.0625rem;width:15.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.0986328125rem;left:22.40625rem;display:block; }
#N39fDyTGuKnOpLoGB8DvfPLII8i9vLJd { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:12.8291015625rem;left:22.40625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#oTunbv5N23V0uD8EMeZ2TCxbtERLvEyB { box-sizing:content-box;height:4.0625rem;width:15.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1611328125rem;left:38.71875rem;display:block; }
#JQANxINk4L1CWQPcqcS07x03VRGnMbTT { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:13.4794921875rem;left:39.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QoSHVJR6VXuT9T82i8lR6O4J3LgHBr3b { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:29.125rem;width:51.0625rem;top:2.76171875rem;left:4.46875rem;display:block; }
#syf8n1du5aiPK8gvd7Knw2hmTkbQKUXr { box-sizing:content-box;height:4.0625rem;width:15.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.8544921875rem;left:5.96875rem;display:block; }
#O7nTTrRG4dQXGZXNfG6r7qTn9hEoeC9p { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:18.5849609375rem;left:6.40625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#tqJE6Vnvl4V44Aoqm1We8F4LMVuZW9eq { box-sizing:content-box;height:4.0625rem;width:15.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.8544921875rem;left:38.71875rem;display:block; }
#QWAzPuyDSTqT8tS9d6BMxhGyGheD970a { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:19.2353515625rem;left:39.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sFLXANJOFR0WFTgEbPaClMTuIKcJhr2O { box-sizing:content-box;height:4.0625rem;width:15.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.052734375rem;left:5.96875rem;display:block; }
#J8BBPpQcSQZVbSo4NT7Km00UudspBsW2 { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:24.783203125rem;left:6.40625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#qWyprHc2fWLc7XmmkSEUaeXw36Exfagw { box-sizing:content-box;height:4.0625rem;width:15.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15046;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.052734375rem;left:22.40625rem;display:block; }
#XVquxqCkR8qd6V1XhpopIfgp7fcSFCU8 { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:25.43359375rem;left:22.84375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#prOsek1cwKterRSgB69mh9mDFZWZw9V9 { box-sizing:content-box;height:4.0625rem;width:15.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.052734375rem;left:38.71875rem;display:block; }
#bmqfQTHfqep5P0opP5N2TqZ5UST4TTK7 { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:24.783203125rem;left:39.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#PWoGl2vFKVEHmchhnBwru4pSReHKuK6w { box-sizing:content-box;height:4.0625rem;width:15.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15050;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.8544921875rem;left:22.40625rem;display:block; }
#ZTKMO4En1N9PisG2yZXlZJdcRgLnGaAc { color:rgba(var(--color-primary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:19.2353515625rem;left:22.84375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xRfURypaJ3EXy0gWqAaZwzD7PTKW3Ubh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#xRfURypaJ3EXy0gWqAaZwzD7PTKW3Ubh > .row .container { background-color: transparent; background-image: none; }#xRfURypaJ3EXy0gWqAaZwzD7PTKW3Ubh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRfURypaJ3EXy0gWqAaZwzD7PTKW3Ubh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRfURypaJ3EXy0gWqAaZwzD7PTKW3Ubh > .row .container > .video-iframe-container { display: none; }#xRfURypaJ3EXy0gWqAaZwzD7PTKW3Ubh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRfURypaJ3EXy0gWqAaZwzD7PTKW3Ubh > .row > .video-iframe-container { display: none; }#xRfURypaJ3EXy0gWqAaZwzD7PTKW3Ubh > .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); }#xRfURypaJ3EXy0gWqAaZwzD7PTKW3Ubh > .row .container { border-width: 0; border-radius: 0; }#xRfURypaJ3EXy0gWqAaZwzD7PTKW3Ubh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRfURypaJ3EXy0gWqAaZwzD7PTKW3Ubh > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;position:relative;display:block; }#al76K7VROovdJNxVzUH8wR4gh1wTHZXK { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:18.125rem;width:51.0625rem;top:3.125rem;left:4.5rem;display:block; }
#rVsJNshd1Dk4VkgfoVHxlarDiSHKkqGr { color:rgba(var(--color-primary-4),1);display:block;width:40.6875rem;position:absolute;font-family:"yeseva one";font-size:1.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:3.75rem;left:7.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPSKPMFXvCBTzvCJzx6WM9FpIkTpVZTn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.0625rem;left:10.3125rem;height:2.599825rem;font-style:normal;display:block; }
#fd6PoeKqkv0VzS7rWyh0P23B4szDG5nv { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:7.125rem;left:14.8125rem;height:;text-align:center;text-align-last:center;display:block; }#fd6PoeKqkv0VzS7rWyh0P23B4szDG5nv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fd6PoeKqkv0VzS7rWyh0P23B4szDG5nv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c4584b4cbed74e29db95461d66feadb6a48d77f7.svg); }
#v7GwwJVFUqHmKlNggtnLRTeVqhXLgq8V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#v7GwwJVFUqHmKlNggtnLRTeVqhXLgq8V > .row .container { background-color: transparent; background-image: none; }#v7GwwJVFUqHmKlNggtnLRTeVqhXLgq8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7GwwJVFUqHmKlNggtnLRTeVqhXLgq8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7GwwJVFUqHmKlNggtnLRTeVqhXLgq8V > .row .container > .video-iframe-container { display: none; }#v7GwwJVFUqHmKlNggtnLRTeVqhXLgq8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7GwwJVFUqHmKlNggtnLRTeVqhXLgq8V > .row > .video-iframe-container { display: none; }#v7GwwJVFUqHmKlNggtnLRTeVqhXLgq8V > .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); }#v7GwwJVFUqHmKlNggtnLRTeVqhXLgq8V > .row .container { border-width: 0; border-radius: 0; }#v7GwwJVFUqHmKlNggtnLRTeVqhXLgq8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7GwwJVFUqHmKlNggtnLRTeVqhXLgq8V > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#bdA2dlp4QOiw9mHL4GmtBLthTVTGF58i { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:"yeseva one";font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTz9gQ1mvHArnPpbP66OxkV7ew4Gv24S { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:3.3125rem;left:24.4375rem;display:block; }
#lpShGTAWz8VwRN65J9NvUKebbEZNXimO { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:3.3125rem;left:32.125rem;display:block; }
#TUMPurVloiJzdbE6I7risCNWkevxbUey { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.4375rem;left:29.0625rem; }
#DIygHbCiyQcK2AdnIrHeMnNKmmGPdeTT { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17.6875rem;border-top-right-radius:17.6875rem;border-bottom-left-radius:17.6875rem;border-bottom-right-radius:17.6875rem;box-shadow: none;height:10.625rem;width:10.625rem;top:9.25rem;left:46.8125rem;overflow:hidden;display:block; }
#rWS0E4tbaDnGEFymPHhX6GuCbB7fmUCp { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17.6875rem;border-top-right-radius:17.6875rem;border-bottom-left-radius:17.6875rem;border-bottom-right-radius:17.6875rem;box-shadow: none;height:10.75rem;width:10.75rem;top:9.1875rem;left:3.15625rem;overflow:hidden;display:block; }
#rGfzOxQ21wnTTMI2Ic3Q4cG0ocVoKTdn { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17.6875rem;border-top-right-radius:17.6875rem;border-bottom-left-radius:17.6875rem;border-bottom-right-radius:17.6875rem;box-shadow: none;height:10.8125rem;width:10.8125rem;top:9.15625rem;left:17.125rem;overflow:hidden;display:block; }
#vuIBQ2u0dC005SclpsBiyrd36U8lgyKK { box-sizing:content-box;height:10.75rem;width:10.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2577d7a4-71ec-4b83-a346-a99cfd584b34/Matuszewski_kwadrat.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.1875rem;left:32.125rem;display:block; }#vuIBQ2u0dC005SclpsBiyrd36U8lgyKK.adaptive-delivery-prevent-bg, #vuIBQ2u0dC005SclpsBiyrd36U8lgyKK.lazyload, #vuIBQ2u0dC005SclpsBiyrd36U8lgyKK.lazyloading { background-image: none; }
#EIETO46eT2Ea5DFDvzkqNLvvLNI3C1cJ { color:rgba(var(--color-primary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:21.6865234375rem;left:30.53125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQry5GhxfB9Kh9KRTAVgTpR7XSNzpFnn { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:23.3310546875rem;left:30.21875rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#bmwyT0TKRcPT97fSbMfRxx8TGUmmLaoa { color:rgba(var(--color-primary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.6865234375rem;left:15.625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OmnnwrCFqyWzKUgaOCOD2H8SC9zJfrvd { color:rgba(var(--color-primary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:21.6865234375rem;left:1.625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rLFaCXaT8yNw5VXuDkg40emerrLXALmz { color:rgba(var(--color-primary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.6865234375rem;left:45.21875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ysCKKPyC0trrSNKP1oAhH2k0ZpeLrBI4 { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:23.3310546875rem;left:44.90625rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#aoS5fCLKz3CgCBZB5TGvEhWzXAPh6bz1 { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:23.3310546875rem;left:1.3125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#RklTX2OwZfcVv4eHghK3TQVQTG6Dr8mQ { color:rgba(var(--color-primary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:23.3310546875rem;left:15.40625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#Zdvw66ybzd51DUIqQK7b2ZQWXSpLiTdQ { box-sizing:content-box;height:27.9375rem;width:58.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:0.90625rem;display:block; }
#an4zeimQBDlUHNcTn5UDT1huuigVPD4D { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:2.28125rem;display:block; }
#mQ0og7oA9bz1vGwHburoBbr3hUVG4qZr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:16.28125rem;display:block; }
#PM0TFmWIRDROAmSlG2e17TWCW7gm7xG8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:31.25rem;display:block; }
#E2uog8B6GsziEt52OQPhA5ZgKC5TVlOa { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:45.875rem;display:block; }
#FJgrhZOB5tK8o9GmJHKOd0Dscp9xN0Uz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FJgrhZOB5tK8o9GmJHKOd0Dscp9xN0Uz > .row .container { border-width: 0; border-radius: 0; }#FJgrhZOB5tK8o9GmJHKOd0Dscp9xN0Uz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FJgrhZOB5tK8o9GmJHKOd0Dscp9xN0Uz > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:none; }#kRRUTS87iiJbnyJWA68Et4q1Nz01FinX { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:5.375rem;left:0rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTXeS5dUIT7P1hrMx3T31lWR762ik3iB { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5evnuk8xzXOswUUJ2czVb4h00BeRa3R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#D5evnuk8xzXOswUUJ2czVb4h00BeRa3R > .row .container { background-color: transparent; background-image: none; }#D5evnuk8xzXOswUUJ2czVb4h00BeRa3R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5evnuk8xzXOswUUJ2czVb4h00BeRa3R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5evnuk8xzXOswUUJ2czVb4h00BeRa3R > .row .container > .video-iframe-container { display: none; }#D5evnuk8xzXOswUUJ2czVb4h00BeRa3R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5evnuk8xzXOswUUJ2czVb4h00BeRa3R > .row > .video-iframe-container { display: none; }#D5evnuk8xzXOswUUJ2czVb4h00BeRa3R > .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); }#D5evnuk8xzXOswUUJ2czVb4h00BeRa3R > .row .container { border-width: 0; border-radius: 0; }#D5evnuk8xzXOswUUJ2czVb4h00BeRa3R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5evnuk8xzXOswUUJ2czVb4h00BeRa3R > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#IbMGqiwyI9blIcRFo02dSNJPnO0dOWeb { position:relative;display:none; }#IbMGqiwyI9blIcRFo02dSNJPnO0dOWeb { border-width: 0; border-radius: 0; }#IbMGqiwyI9blIcRFo02dSNJPnO0dOWeb > .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; }#IbMGqiwyI9blIcRFo02dSNJPnO0dOWeb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.375rem;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:none; }#HtMBvRkKSRGKg3xiif18K6SrPm1lOPIL { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:14.3125rem;width:60rem;top:0rem;left:0rem;display:none; }
#BHe9zuiqvDmtrgZZtihSGrw75H6VRhNr { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:10.4375rem;top:7rem;left:26.0625rem;overflow:hidden;display:block; }
#FffPcHwkmFq0rM4qeqcpLB40Cbm5T25i { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:8.75rem;top:6.8125rem;left:46.5rem;overflow:hidden;display:block; }
#qn0ZM2hdUClosGiFPvTfWnSCA7JxoZQ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:.9;letter-spacing:0;top:2.3125rem;left:22rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gaK2R2ScINhcyBHyzINvdLfSklXu4o7c { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.3125rem;top:8.5625rem;left:6.5rem;overflow:hidden;display:block; }
#arNNsK3hnsEM5Xlomq1C5BrmAQKs1lTz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:.9;letter-spacing:0;top:2.25rem;left:1.6875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipiAe1ogTHArcVWTqE4kL4pZzpz0hnAg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:.9;letter-spacing:0;top:2.25rem;left:41.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UdpzFXeFiZ1IAsq5W5TbPqZMkwHhLZiE { position:relative;display:none; }#UdpzFXeFiZ1IAsq5W5TbPqZMkwHhLZiE { border-width: 0; border-radius: 0; }#UdpzFXeFiZ1IAsq5W5TbPqZMkwHhLZiE > .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; }#UdpzFXeFiZ1IAsq5W5TbPqZMkwHhLZiE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.625rem;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:none; }#MMw7ZSL9fC5NJh6X99wpE9yf70HFSbB3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.5rem;left:28.71875rem; }
#eF78EwQKohJNDCzR617C3yPeR3h4gweG { background-color:#07827e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:5.125rem;left:21.25rem;display:block; }
#PvhCn5ORN91WT9ALcCKRKR0QmBf5KFDW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AFyBudWQNikFC4SIrnZD8nxhEspTHLAh { position:relative;display:none; }#AFyBudWQNikFC4SIrnZD8nxhEspTHLAh { border-width: 0; border-radius: 0; }#AFyBudWQNikFC4SIrnZD8nxhEspTHLAh > .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; }#AFyBudWQNikFC4SIrnZD8nxhEspTHLAh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:127.625rem;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:none; }#fcW0brgr2ZqFaGUJf86qE0m0eETbVhvN { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:17.875rem;width:60rem;top:8.875rem;left:0rem;display:block; }
#TDG0xdtgbmJRTD2woEc5Hr5Wg8agTLlp { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:11rem;left:4.625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6aXacwsfWTpCTl93W3D7Iuxid7AT3za { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:11.625rem;height:2.6rem;font-style:normal;display:block; }
#Vt5bmubPfpf6Ckdev829kvhODKzT2Dqc { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15034;line-height:.9;letter-spacing:0;top:20.375rem;left:0rem;height:4.892575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#twUCfNzJzTGc1Xca4VOsnlmk7BBOh3wv { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.25rem;width:22.875rem;top:30.1875rem;left:4.6875rem;overflow:hidden;display:block; }
#lwKA8Ogx1Z9yrlryGmkTVwUMfpqCEJwX { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:17.875rem;width:60rem;top:49.5625rem;left:0rem;display:block; }
#gA98AhGPEep7cAs9PXZaIMkZdGbvSpLf { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.25rem;width:22.875rem;top:71.125rem;left:4.625rem;overflow:hidden;display:block; }
#GPzbrc1WJblEi6oLpD4isWN87OW9ZEk7 { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15034;line-height:.9;letter-spacing:0;top:61.0625rem;left:0rem;height:4.892575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZi5X5FRA3dyIoFvlGu64C1yuO0hAAD2 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:54.5rem;left:11.625rem;height:2.6rem;font-style:normal;display:block; }
#Kod94NTrfDrshNe4mhaNZddbuzlI2tOp { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:51.6875rem;left:4.625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vzo5pTCkBNwLz5ddmz1m0W9oJVGZKPVU { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.25rem;width:23rem;top:71.125rem;left:32.3125rem;overflow:hidden;display:block; }
#Szw2DaMOW5VQpkNVebTviuLLoH4TvnAF { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.3125rem;width:22.0625rem;top:30.1875rem;left:33.3125rem;overflow:hidden;display:block; }
#Sntf5MCJlDFcm8uzla4ag237u284tbNz { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:18.5625rem;width:60rem;top:89.6875rem;left:0.0625rem;display:block; }
#ysqTd2IgsPuK1Nbo1oCM2IxwSTXFG7lH { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15034;line-height:.9;letter-spacing:0;top:97.25rem;left:0rem;height:11.4159875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xw1GDNBN0aGuBlmOVKVBrsMG47oFRIHy { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:90.875rem;left:4.6875rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FonTDJ3Ez4QQeCbKDs2QmMWGZ2hdPKkc { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:94.625rem;left:11.6875rem;height:2.6rem;font-style:normal;display:block; }
#CdnVPTghOPEB4HA5lXpE8p3lIrbVDOqT { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.9375rem;width:21.4375rem;top:111.625rem;left:32.375rem;overflow:hidden;display:block; }
#tivAsGaaP5tUUWhPFmvZsoB8VPNEOmNF { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.9375rem;width:21.25rem;top:111.625rem;left:5.3125rem;overflow:hidden;display:block; }
#lBqp4xC8LcK2vZx5WbrK55AfcrP0ZJfz { background-color:#07827e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3rem;left:21.25rem;display:block; }
#g4PMfGCCCpDM0qAn31nLuAqGk7CID6Mo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mT0f6OqNMdeEqfcoACivtE8BFtb9bN1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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:none; }#mT0f6OqNMdeEqfcoACivtE8BFtb9bN1K > .row .container { border-width: 0; border-radius: 0; }#mT0f6OqNMdeEqfcoACivtE8BFtb9bN1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mT0f6OqNMdeEqfcoACivtE8BFtb9bN1K > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:none; }#ZrNAnTKu1SdtmMaD3H4zazWCse0RNkaC { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:3.9375rem;width:38.1875rem;top:2.625rem;left:10.9375rem;display:block; }
#svNiXyzX1J4HN7tQM3E5yFZuoQC5Tzrh { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:3.3125rem;left:11.375rem;height:3.91699375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PXNGyJJuZyVVrGmTLAp6aKFTqOAO49ed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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:none; }#PXNGyJJuZyVVrGmTLAp6aKFTqOAO49ed > .row .container { border-width: 0; border-radius: 0; }#PXNGyJJuZyVVrGmTLAp6aKFTqOAO49ed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXNGyJJuZyVVrGmTLAp6aKFTqOAO49ed > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:none; }#deBzqdVaK2QZuM395aiJhU0xcvGRzvz7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Och2fKQZh3HCzNbLUvyggErvSMXAUvzh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#XTwoRsJVFqO5QVyMdJe5ADgbToPPfHFo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#bfTAglEPTnyeiqdQ1XOliG7kQaN4SimR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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:none; }#bfTAglEPTnyeiqdQ1XOliG7kQaN4SimR > .row .container { border-width: 0; border-radius: 0; }#bfTAglEPTnyeiqdQ1XOliG7kQaN4SimR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfTAglEPTnyeiqdQ1XOliG7kQaN4SimR > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:none; }#I4RAACib8zm6CC0dTtzK4b4LAp4GGz8s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tW5zSX0Uq12N8SITt9TFq9V0wGl2d31t { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#Jr5IgkEUtUyrGWtHb2R2v3wz5SUzBSKb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#cSGchoACFI7lOsPxieopRnz6nd2Fc6w2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.95);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; }#cSGchoACFI7lOsPxieopRnz6nd2Fc6w2 > .row .container { background-color: transparent; background-image: none; }#cSGchoACFI7lOsPxieopRnz6nd2Fc6w2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSGchoACFI7lOsPxieopRnz6nd2Fc6w2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSGchoACFI7lOsPxieopRnz6nd2Fc6w2 > .row .container > .video-iframe-container { display: none; }#cSGchoACFI7lOsPxieopRnz6nd2Fc6w2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSGchoACFI7lOsPxieopRnz6nd2Fc6w2 > .row > .video-iframe-container { display: none; }#cSGchoACFI7lOsPxieopRnz6nd2Fc6w2 > .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); }#cSGchoACFI7lOsPxieopRnz6nd2Fc6w2 > .row .container { border-width: 0; border-radius: 0; }#cSGchoACFI7lOsPxieopRnz6nd2Fc6w2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSGchoACFI7lOsPxieopRnz6nd2Fc6w2 > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#ZF2pwiKIoO0BX0p04ikeD8DTuNyIIicE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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:none; }#ZF2pwiKIoO0BX0p04ikeD8DTuNyIIicE > .row .container { border-width: 0; border-radius: 0; }#ZF2pwiKIoO0BX0p04ikeD8DTuNyIIicE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZF2pwiKIoO0BX0p04ikeD8DTuNyIIicE > .row .container { font-size:0.875rem;font-family:arial;height:319.1875rem;width:60rem;position:relative;display:none; }#KCLOe77K2M8pHnrhOEnoN75JyMQ2PlVS { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:85.5rem;width:60rem;top:19.25rem;left:0rem;overflow:hidden;display:block; }
#s3SN4JKbLmK72JK4ggCVdU6uqSvezgxK { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:17.875rem;width:60rem;top:0rem;left:0.0625rem;display:block; }
#a1udKk3wnyTHz6XJsqL6TdvEidUrEP6v { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15034;line-height:.9;letter-spacing:0;top:11.5rem;left:0.0625rem;height:4.892575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgi67tz0DpiQSNNd6BZ4vroFIoIeCDhp { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:2.125rem;left:4.6875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZFTmZ9gABqQzbq6ugmTEeTNi6XdJMaV { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.9375rem;left:11.6875rem;height:2.6rem;font-style:normal;display:block; }
#FWTM8qUrQN1zkTT2qMPFNF5Ru0EVyGh1 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:17.875rem;width:60rem;top:108.5rem;left:0rem;display:block; }
#uxM2Sx1sONHTFZINdKrXdpIFiF2aVkbL { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:110.625rem;left:4.625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgE9J3pVSKboHUMCwDnovHIPqlX00lTK { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:113.4375rem;left:11.625rem;height:2.6rem;font-style:normal;display:block; }
#kKKfqZmsRdOvz1WGN7MUUofDDK72qNSv { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15034;line-height:.9;letter-spacing:0;top:120rem;left:0rem;height:4.892575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f8sidgBeEtAhTDt4S50Ts45XB3Bdhst8 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:84.9375rem;width:60rem;top:127.6875rem;left:0rem;overflow:hidden;display:block; }
#qUafMKUxmJsIrvdUWPdCR7BiuyovkKAn { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:17.875rem;width:60rem;top:215.4375rem;left:0.0625rem;display:block; }
#i82BnJTw9dto4azeQTHbVEK2Ti6i195d { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:217.5625rem;left:4.6875rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QwL9n5GUKmk39RRAZ3E9HJcdRwuK1Urf { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:220.375rem;left:11.6875rem;height:2.6rem;font-style:normal;display:block; }
#pnayct673ryCgryrMEk2cnGk1IzEAnRD { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15034;line-height:.9;letter-spacing:0;top:225.6875rem;left:0rem;height:6.52344375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhqBgKeToRHhQ64ZZ4GPMTHt42UfGPE7 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:84.9375rem;width:59.9375rem;top:234.1875rem;left:0rem;overflow:hidden;display:block; }
#LpfZ70vZnTV77rDg52b9t0bqLuT4Qfc5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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:none; }#LpfZ70vZnTV77rDg52b9t0bqLuT4Qfc5 > .row .container { border-width: 0; border-radius: 0; }#LpfZ70vZnTV77rDg52b9t0bqLuT4Qfc5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpfZ70vZnTV77rDg52b9t0bqLuT4Qfc5 > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:none; }#PkZ4Qo9oy0SkR6ooqxWKDPDTEnLSABnN { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:26.25rem;width:48.75rem;top:12.75rem;left:5.9375rem;display:block; }
#lJs6Upd6Xv0TPWW1WHU9Stu8a339TxfV { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:27.1875rem;left:5.3125rem;display:block; }
#FXore4nSCn9qi66Vbq9DZcCgXvBLpK0Q { position:absolute;display:block;z-index:15025;background-color:#004673;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:12.5rem;width:12.5rem;top:22.9375rem;left:5.3125rem;display:block; }
#Dx8QXBmCSSJzoX5HMNQOStz7fwDOcnMr { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:9.26075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3Zh5w7yhbZRmfaM0amb3MHQSLlEAMt4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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:none; }#C3Zh5w7yhbZRmfaM0amb3MHQSLlEAMt4 > .row .container { border-width: 0; border-radius: 0; }#C3Zh5w7yhbZRmfaM0amb3MHQSLlEAMt4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3Zh5w7yhbZRmfaM0amb3MHQSLlEAMt4 > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:none; }#FgHtEsgCHhWp1n3z7Ku4vlfzHeN1uqb2 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:26.25rem;width:48.75rem;top:10.8125rem;left:5.9375rem;display:block; }
#Mr93G5wzzTOaib9b5U4A9Z3c0rWRgdUI { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.25rem;left:5.3125rem;display:block; }
#MpMhAk6PE5AcvEbQTFtTGfVwDCo1d4tZ { position:absolute;display:block;z-index:15025;background-color:#004673;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:12.5rem;width:12.5rem;top:21rem;left:5.3125rem;display:block; }
#TnqQbIlwS3Dur49Bt3czafVdt3cIyIaQ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MZ4voldFTqKUCSEysL5H53LhxrGI0FAQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#MZ4voldFTqKUCSEysL5H53LhxrGI0FAQ > .row .container { background-color: transparent; background-image: none; }#MZ4voldFTqKUCSEysL5H53LhxrGI0FAQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ4voldFTqKUCSEysL5H53LhxrGI0FAQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ4voldFTqKUCSEysL5H53LhxrGI0FAQ > .row .container > .video-iframe-container { display: none; }#MZ4voldFTqKUCSEysL5H53LhxrGI0FAQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ4voldFTqKUCSEysL5H53LhxrGI0FAQ > .row > .video-iframe-container { display: none; }#MZ4voldFTqKUCSEysL5H53LhxrGI0FAQ > .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); }#MZ4voldFTqKUCSEysL5H53LhxrGI0FAQ > .row .container { border-width: 0; border-radius: 0; }#MZ4voldFTqKUCSEysL5H53LhxrGI0FAQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZ4voldFTqKUCSEysL5H53LhxrGI0FAQ > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#RoeBCItKgN6vkDT8QxJ9TRBzAvBeTBz6 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.8125rem;width:51.0625rem;top:4.5625rem;left:4.5rem;display:block; }
#tWxQpJXTusc6FXtTFAgC6LizJ9dOCDKB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:7.21875rem;left:9.40625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kE2nko9ikeToUkZc6EJA18PIvmhW4Z7f { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.125rem;left:10.25rem;height:2.599825rem;font-style:normal;display:block; }
#pWg8NVJVuaL4zKLr5UDT17weSncOoCSI { background-color:rgba(var(--color-primary-4),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:7.21875rem;left:31.8125rem;display:block; }
#lJCdf7TyplKFylxU3PGFmlLyfUKGXa4H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vSrACxV8zDJIiyrJlL5b86ZrZe0xmffw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:15.375rem;left:8.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lCb5GmIH4AJwW9kAvxD4kIaJew9QfTAq { background-color:rgba(var(--color-primary-4),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:13.724609375rem;left:31.8125rem;display:block; }
#cqoHCCimcB7U8PH7KMTdNoliXbv6TUIZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMnGVGf5QzMuIx03ZfJZJuTwGeQvy4zG { background-color:rgba(var(--color-primary-4),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:18.125rem;left:31.8125rem;display:block; }
#TCDedwkcMV1pvv8K6FmcqLItDmMLvGzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8eP0Ohxsl06CoTO6AuF4Wtgswy4URKU { 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:15037;opacity:1;top:8.09375rem;left:26.28125rem; }
#znd1CLGX4PtBT5erpft93LVqgeVUtX3U { 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:15038;opacity:1;top:16.25rem;left:26.28125rem; }
#iHT0qG46ZeBe5ZzfpXo7ixXcXvDM4des { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#iHT0qG46ZeBe5ZzfpXo7ixXcXvDM4des > .row .container { background-color: transparent; background-image: none; }#iHT0qG46ZeBe5ZzfpXo7ixXcXvDM4des::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHT0qG46ZeBe5ZzfpXo7ixXcXvDM4des > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHT0qG46ZeBe5ZzfpXo7ixXcXvDM4des > .row .container > .video-iframe-container { display: none; }#iHT0qG46ZeBe5ZzfpXo7ixXcXvDM4des > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHT0qG46ZeBe5ZzfpXo7ixXcXvDM4des > .row > .video-iframe-container { display: none; }#iHT0qG46ZeBe5ZzfpXo7ixXcXvDM4des > .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); }#iHT0qG46ZeBe5ZzfpXo7ixXcXvDM4des > .row .container { border-width: 0; border-radius: 0; }#iHT0qG46ZeBe5ZzfpXo7ixXcXvDM4des > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iHT0qG46ZeBe5ZzfpXo7ixXcXvDM4des > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#AW7ZC0yzwBNSS9TBRNisKkp3Pb2to2Jq { box-sizing:content-box;height:11.1875rem;width:11.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9e856b68-f091-4f67-bb67-1c28f053537d/Micha_Depta_kwadrat_biay.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.625rem;left:1.6875rem;display:block; }#AW7ZC0yzwBNSS9TBRNisKkp3Pb2to2Jq.adaptive-delivery-prevent-bg, #AW7ZC0yzwBNSS9TBRNisKkp3Pb2to2Jq.lazyload, #AW7ZC0yzwBNSS9TBRNisKkp3Pb2to2Jq.lazyloading { background-image: none; }
#uci9mA2JM3cyTKKVvpPrGlqQXDBeTWmK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:5.1875rem;left:14.1875rem;height:1.95rem;font-style:normal;display:block; }
#gFV2ywvcK5bKuKfPo4bFPi0kbOabsrHN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:7.5625rem;left:14.25rem;height:3.75rem;display:block; }
#q3mfpNfkaNObSl91G8kOsFsXJUA5wTPB { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:7.5625rem;left:31.75rem; }
#VUOb6vw8BTnvw1XPs1dS5er82uLgHQzT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:4.3125rem;left:31.6875rem; }
#OEqTuPqbOIzkGIsM4MXTNcTMSst12N0U { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:7.6875rem;left:35.125rem;height:1.875rem;display:block; }
#QNRUpBVl72Tk1SMDgflx7R5DLOqPIk8M { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:4.375rem;left:35.25rem;height:1.875rem;display:block; }
#Sl45TS8wuvCPgMOKqyqdywm92JpQ7MNF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:11.125rem;left:35rem;height:1.875rem;display:block; }
#Thkqebp52qzgl3Qb978cdxPxFGSdWRtD { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:11rem;left:31.6875rem; }
#Thkqebp52qzgl3Qb978cdxPxFGSdWRtD > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#K1POxaiVllt2b8ayOMZ9TMcH6iBMlJGv { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:12.3125rem;left:9.8125rem; }
#K1POxaiVllt2b8ayOMZ9TMcH6iBMlJGv > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#Np0hv9J1eegTrIQiaJzTPKURvUudHh5T { background-color:#cc383c;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.75rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.84375rem;left:7.5rem;display:block; }
#meiHTPNLohcJtTQtOLLxfwl4duBWBISW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/74c7326f-5854-4c50-a75a-54e3ecb3af23/INNOWACJAIINSPIRACJA_mae.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2.adaptive-delivery-prevent-bg, #aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2.lazyload, #aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2.lazyloading { background-image: none; }#aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2 > .row .container { background-color: transparent; background-image: none; }#aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2 > .row .container > .video-iframe-container { display: none; }#aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2 > .row > .video-iframe-container { display: none; }#aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2 > .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); }#aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2 > .row .container { border-width: 0; border-radius: 0; }#aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOgPtQoLM2KdVATvoDeShUShP9Vp8wp2 > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }