.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:230,242,219;--color-primary-1:172,213,135;--color-primary-2:88,171,15;--color-primary-3:44,86,8;--color-primary-4:13,26,2;--color-secondary-0:224,226,230;--color-secondary-1:153,159,171;--color-secondary-2:51,63,86;--color-secondary-3:26,32,43;--color-secondary-4:8,9,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:28,28,28;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd { border-top:0rem solid #c32ea9;border-left:0;border-right:0;border-bottom:0rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd > .row .container { background-color: transparent; background-image: none; }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd > .row .container > .video-iframe-container { display: none; }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd > .row > .video-iframe-container { display: none; }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd > .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); }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd > .row .container { border-width: 0; border-radius: 0; }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#y2e2n6umJoLHB7eMbyNt9JDmcD0nOzNI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.40625rem;left:15.625rem;display:block; }
#iIQQRRZTFcyf8kpkbVto7eJ58ZWJaw9s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJonenBLMKU9CnrWOnTZlsgFvl8bnDeB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.40625rem;left:25.125rem;display:block; }
#iFQ13OqtTunkTJhVneDXkfa0wdXbT36S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ED63O05xzIktZHTD7L7LIRESCa2CVQhL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.40625rem;left:51.6875rem;display:block; }
#tMgGekJMzE9l9uEGDCF7tDcB55SUF849 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xEiT02c1uu85aAUHUIOrkHNvPmrLh8V5 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2rem;top:0.125rem;left:38.25rem;overflow:hidden;display:block; }
#ww3GAlDS7MEpkQ3bdzi4iwXbermZTQIb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ff0202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.40625rem;left:41.5rem;display:block; }
#gyImFSMOOpyAlsNvGrQBT8p0T8StIuAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LcTDQVR1z8MoG4yWnbie4yfKWpns8ATU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.40625rem;left:60.5625rem;display:block; }
#GAWA0VecPmzJ0TUPS8O1iZnWTdXoHtwn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/568f80b8-be1d-4c49-8249-833114538e25/IMG_0658.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040.adaptive-delivery-prevent-bg, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyload, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyloading { background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { border-width: 0; border-radius: 0; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { font-size:0.875rem;font-family:"open sans";height:44.875rem;width:75rem;overflow:visible;position:relative;display:block; }#G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:19.375rem;left:2.375rem;height:5.625rem;font-style:normal;display:block; }
#JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:25.943359375rem;left:2.375rem;height:5.7744125rem;font-style:normal;display:block; }
#H8mUzwVr0l25ApkKRo2myuzvAbNxmzJV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:12rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34rem;left:2.375rem;display:block; }
#wrAwRTzKBixdSFdpTmtiis1WvEx2yfU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Exe6BCosC261L2tzK5wG4npL97RB28ZJ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.77);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:42rem;width:30.25rem;top:1.1875rem;left:0rem;display:block; }
#yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:34.125rem;top:16.111328125rem;left:1.1875rem;display:block; }
#GsuF2dD1i18kZRD7J0tKHPJqMSfT317o { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:35.837890625rem;left:46.375rem;height:5.7734375rem;font-style:italic;display:block; }
#fv7QaMTHqtKuQ8beRqKiVn4M9rQStUR4 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.6);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:18.75rem;width:0.0625rem;top:7.9375rem;left:60.6875rem;display:block; }
#WpE2tyiZLCLG2MesLQSfoop5TpAFCcZN { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:11.9375rem;top:4.28125rem;left:8.90625rem;overflow:hidden;display:block; }
#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { background-color: transparent; background-image: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .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); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { border-width: 0; border-radius: 0; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { font-size:0.875rem;font-family:arial;height:115.625rem;width:75rem;position:relative;display:block; }#w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:12rem;left:44.25rem;height:2.69970625rem;font-style:normal;display:block; }
#TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:17.3125rem;left:42.25rem;height:6.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c1d5d50f-6092-44c5-a8b7-0e90dfdd82c3/IMG_0672.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:33.875rem;top:5.162109375rem;left:0rem;display:block; }#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.adaptive-delivery-prevent-bg, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyload, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyloading { background-image: none; }
#OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:10.625rem;left:42.25rem;display:block; }
#rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:35.5rem;left:1.6875rem;height:2.69970625rem;font-style:normal;display:block; }
#MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:40.16259765625rem;left:1.6875rem;height:6.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:34.099609375rem;left:0rem;display:block; }
#ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6b0de463-4617-4751-bae3-0b1701809f0b/IMG_0322.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:33.875rem;top:31.375rem;left:41.125rem;display:block; }#ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.adaptive-delivery-prevent-bg, #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.lazyload, #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.lazyloading { background-image: none; }
#RxOVuTmG2EZtMVEHPJnxbt6fKQ9DCyGM { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:48.5rem;left:1.6875rem;display:block; }
#kbgSCHzfFePFP49FoQEQ5tuscQTO7wLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uLgbEEFQsDM1TFyu0FPTuLPaX56vdTBX { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:91.1875rem;left:2.6875rem;height:2.69970625rem;font-style:normal;display:block; }
#LU2lcDFb2hWqf8fPRKCVnSRwQg3zrsLb { color:rgba(var(--color-tertiary-4),0.8);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:95rem;left:2.4375rem;height:5.09765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dg5arA5TVL4c93vKQdmb7db2EQUGyyVa { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/38b6d3ca-c173-4192-8ebb-3ba97e8554f9/Zrzutekranu20251117o112124.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:33.875rem;top:59.25rem;left:0rem;display:block; }#Dg5arA5TVL4c93vKQdmb7db2EQUGyyVa.adaptive-delivery-prevent-bg, #Dg5arA5TVL4c93vKQdmb7db2EQUGyyVa.lazyload, #Dg5arA5TVL4c93vKQdmb7db2EQUGyyVa.lazyloading { background-image: none; }
#KOQWBGAJ0Qog94w2R2PRrf1IovoN2xHv { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:100.0986328125rem;left:1.6875rem;display:block; }
#HNMs9KFEdvFzKnG26g5Hm3vez56LHF8w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PgTq92sL7LzmtgqXF2bH6IyPTh8VUfpl { color:rgba(var(--color-tertiary-4),0.8);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:72.25rem;left:41.625rem;height:5.09765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XpuuSCgURMk5tpISqdWoGk5K72DGaATb { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:0.0625rem;top:88.849609375rem;left:1.6875rem;display:block; }
#rM5z9hlwAoHSJ4gu0gfU2KCsBbnOoJvX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:66.9375rem;left:43.625rem;height:2.69970625rem;font-style:normal;display:block; }
#nSgSIskv4CICQgUM4lyffrRVTsguoDPR { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:65.5625rem;left:41.625rem;display:block; }
#Azt1Tyfb3D3mtDEWPznntiaFFAPsSO5k { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.25rem;width:34.3125rem;top:86.375rem;left:40.6875rem;display:block; }
#Z5df2Gxtn1nLHOMPEPS86DEFxXnATDTs { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:109.3125rem;left:29.25rem;display:block; }
#bF3UCdZnkNRlivyRQ2PlSDFBxDmw62eI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8d35cbd-0013-484b-b97d-c8bb128455a4/IMG_0281.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B.adaptive-delivery-prevent-bg, #t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B.lazyload, #t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B.lazyloading { background-image: none; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row .container { background-color: transparent; background-image: none; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row .container > .video-iframe-container { display: none; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row > .video-iframe-container { display: none; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .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); }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row .container { border-width: 0; border-radius: 0; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO { position:relative;display:block; }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO { background-color: transparent; background-image: none; }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO > .row .container > .video-iframe-container { display: none; }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO > .row > .video-iframe-container { display: none; }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO > .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); }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO { border-width: 0; border-radius: 0; }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO > .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; }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ryJgSVkaMeh97lXSzUi98h2CmFoR3bGd { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:2rem;left:0rem;display:block; }
#OBTxd0SpDdWpoqlGTQA9cr33IO0OR04P { color:rgba(var(--color-tertiary-4),1);display:block;width:73.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3.375rem;left:1.875rem;height:2.69921875rem;font-style:normal;display:block; }
#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { position:relative;display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { background-color: transparent; background-image: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container > .video-iframe-container { display: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row > .video-iframe-container { display: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .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); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { border-width: 0; border-radius: 0; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .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; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:4.9375rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:8.5rem;left:0rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/jJnZg7vBfMs/unsplash/maria-ziegler-jJnZg7vBfMs-photo-1564767609342-620cb19b2357.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:20.875rem;left:0rem;display:block; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.adaptive-delivery-prevent-bg, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyload, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyloading { background-image: none; }
#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#STUru5gfU086KBuUsufyXidzMSBn5n7h { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b3db2c6-4bf5-48d8-b8dc-cf24e1dafb38/IMG_9158.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:0rem;left:25rem;display:block; }#STUru5gfU086KBuUsufyXidzMSBn5n7h.adaptive-delivery-prevent-bg, #STUru5gfU086KBuUsufyXidzMSBn5n7h.lazyload, #STUru5gfU086KBuUsufyXidzMSBn5n7h.lazyloading { background-image: none; }
#STUru5gfU086KBuUsufyXidzMSBn5n7h::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#STUru5gfU086KBuUsufyXidzMSBn5n7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0aedfa98-22d7-4b87-a661-fa97d2bb3ee4/IMG_9177.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:20.875rem;left:50rem;display:block; }#c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu.adaptive-delivery-prevent-bg, #c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu.lazyload, #c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu.lazyloading { background-image: none; }
#c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#zmTC7vVKX5KT4ZNFIWAiW9gcryF0u5MI { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:4.9375rem;left:53.125rem;height:1.94970625rem;font-style:normal;display:block; }
#TXqssqVUFUsNKrq9AdPbFH8sBlHysR9I { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.5rem;left:53.125rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zPLm0q8bV7ATnDNlRgWFPbOruPtq7D8D { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:26.51953125rem;left:27.625rem;height:1.94921875rem;font-style:normal;display:block; }
#GT8HodDZnL8ifvJXTqgg6ZAbgTJpiqcJ { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:29.84375rem;left:27.5rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lxMLQ4T4lOpQNW5TonMyKU1LeSuTidwW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:28.40625rem;left:9.5625rem; }
#mU7n32ks9oRPkvfHEWDezt5L1BLuynJO { box-sizing:content-box;color:#5d92ff;font-size:4.0625rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:28.40625rem;left:59.5625rem; }
#lT5lJw0QEdCt2zMz44hqG09ak2BrF5U5 { box-sizing:content-box;color:#5d92ff;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:8.59375rem;left:34.75rem; }
#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT { position:relative;display:block; }#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT { background-color: transparent; background-image: none; }#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT > .row .container > .video-iframe-container { display: none; }#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT > .row > .video-iframe-container { display: none; }#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT > .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); }#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT { border-width: 0; border-radius: 0; }#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT > .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; }#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070203;background-image:url("https://images.assets-landingi.com/uc/1e8a9b4e-da8e-4ff2-9d89-ccbc96241637/Zrzutekranu20251117o160334.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq.adaptive-delivery-prevent-bg, #lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq.lazyload, #lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq.lazyloading { background-image: none; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row .container { background-color: transparent; background-image: none; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row .container > .video-iframe-container { display: none; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row > .video-iframe-container { display: none; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .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); }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row .container { border-width: 0; border-radius: 0; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC { position:relative;display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC { background-color: transparent; background-image: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .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); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC { border-width: 0; border-radius: 0; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .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; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FdM9rqtKFZh0DQPmya4fol5w1U8fLdZz { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:2rem;left:0rem;display:block; }
#rcTykTFgTu1U2wondefRDPPrfCuNgKvC { color:rgba(var(--color-tertiary-4),1);display:block;width:73.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3.375rem;left:1.875rem;height:2.69921875rem;font-style:normal;display:block; }
#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 { position:relative;display:block; }#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 { background-color: transparent; background-image: none; }#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 > .row .container > .video-iframe-container { display: none; }#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 > .row > .video-iframe-container { display: none; }#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 > .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); }#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 { border-width: 0; border-radius: 0; }#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 > .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; }#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:117.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qgwb5yNzfty6VurUS2kUScqnLcNNZKxL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.25rem;left:7.5rem;overflow:hidden;display:block; }
#i5sHxGihTuqWger9W305Ua8IVhvXXF5r { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.25rem;left:27.9375rem;overflow:hidden;display:block; }
#w0KXpZzNod02r8vy8MosHwA0aLVzHZQK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.25rem;left:48.25rem;overflow:hidden;display:block; }
#kd3H9eCQrVOsOJQ7i4ZHwxDUvGZ40FGH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.125rem;left:7.5rem;overflow:hidden;display:block; }
#i4x8Oo1T3mxBcn8or4TJo5n7HilaZTUs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.125rem;left:27.9375rem;overflow:hidden;display:block; }
#He1KQe5P1aGE4MK2Lxtek6kGVq94DOsc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:14.125rem;left:48.375rem;overflow:hidden;display:block; }
#EfSwx8EqimzGXi4iWFPMkTvB7rQKHPKw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.9375rem;left:48.375rem;overflow:hidden;display:block; }
#aXW6KMsos6MeTLzte1xtoLJZxTtvQH0u { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.9375rem;left:27.9375rem;overflow:hidden;display:block; }
#KGEvxHhwCd68fcVhwunJE7tUb2FXRHDV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.9375rem;left:7.5rem;overflow:hidden;display:block; }
#RK3iDGaP10PITItl1AH3sKuTFvHlm6g8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:19.125rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:42rem;left:48.375rem;overflow:hidden;display:block; }
#N3HdAvThbegNM3S3gkFbnGra932upqld { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.5rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:42rem;left:27.9375rem;overflow:hidden;display:block; }
#fI7uUJ4iHnKsDb4D47LawwiV3FvCV3fN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:42rem;left:7.5rem;overflow:hidden;display:block; }
#GOelwh9wVk6ta4LintyJWftoEBKatLCM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:56rem;left:48.375rem;overflow:hidden;display:block; }
#mgabC8kbnJl19UdTfW9qXOFuyTck6P17 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:56rem;left:27.9375rem;overflow:hidden;display:block; }
#OyNzyxTzIZmMTPgDKLvrJ9v3TgHNOhBu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:19.25rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:56rem;left:7.5rem;overflow:hidden;display:block; }
#niOLC2M1ZphmZbo1EpWJPAvVPL7bbKNw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:69.875rem;left:48.5rem;overflow:hidden;display:block; }
#wlkwqtyWH9kM350Vt7h3mvw0o4FUTR10 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:69.875rem;left:27.9375rem;overflow:hidden;display:block; }
#TaNOgsMMcEEOqPZhOfrPmLPhPx7TWSgK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15012;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:69.875rem;left:7.5rem;overflow:hidden;display:block; }
#bTnoZGvlvdpD18GCxyLkZXaqH6WK62dd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:83.375rem;left:48.375rem;overflow:hidden;display:block; }
#mbZwgpRzNCWrwNlbOIdDT9NNtosFVC0C { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:83.375rem;left:28rem;overflow:hidden;display:block; }
#OBxRckTZHzirPweyRdWCzhusvsOsL1lL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:83.3125rem;left:7.5rem;overflow:hidden;display:block; }
#NmTnOZXHzUQ7o1rF8E8uAplHbl0vqSu4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.8125rem;width:19.5rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:96.8125rem;left:48.1875rem;overflow:hidden;display:block; }
#pFEc6Evkb3EOtC5Eo5L3PyT1ht3d595h { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15019;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:96.9375rem;left:27.875rem;overflow:hidden;display:block; }
#J65dsG2nRkLE36kswNiw1nbWeCSAIS5V { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.25rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:97.0625rem;left:7.4375rem;overflow:hidden;display:block; }
#yKsHkMc0N18teqwzLmsBTReRutTL4Xg1 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:112.3125rem;left:28.46875rem;display:block; }
#uCnnTLWX6PcEmfTggsJlGQzu3trqIEpw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XV2Qappbms9gouglveC9c2XyH0pPXEIn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1d5d50f-6092-44c5-a8b7-0e90dfdd82c3/IMG_0672.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XV2Qappbms9gouglveC9c2XyH0pPXEIn.adaptive-delivery-prevent-bg, #XV2Qappbms9gouglveC9c2XyH0pPXEIn.lazyload, #XV2Qappbms9gouglveC9c2XyH0pPXEIn.lazyloading { background-image: none; }#XV2Qappbms9gouglveC9c2XyH0pPXEIn > .row .container { background-color: transparent; background-image: none; }#XV2Qappbms9gouglveC9c2XyH0pPXEIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.68); }#XV2Qappbms9gouglveC9c2XyH0pPXEIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV2Qappbms9gouglveC9c2XyH0pPXEIn > .row .container > .video-iframe-container { display: none; }#XV2Qappbms9gouglveC9c2XyH0pPXEIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.68); }#XV2Qappbms9gouglveC9c2XyH0pPXEIn > .row > .video-iframe-container { display: none; }#XV2Qappbms9gouglveC9c2XyH0pPXEIn > .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); }#XV2Qappbms9gouglveC9c2XyH0pPXEIn > .row .container { border-width: 0; border-radius: 0; }#XV2Qappbms9gouglveC9c2XyH0pPXEIn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XV2Qappbms9gouglveC9c2XyH0pPXEIn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XV2Qappbms9gouglveC9c2XyH0pPXEIn > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container { background-color: transparent; background-image: none; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container > .video-iframe-container { display: none; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row > .video-iframe-container { display: none; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .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); }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container { border-width: 0; border-radius: 0; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container { font-size:0.875rem;font-family:arial;height:151rem;width:75rem;position:relative;display:block; }#Dp96MglTRUIAdPfQT0T8FrIaUM19mnuO { color:rgba(0,0,0,0.7);display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:39.2119140625rem;left:9.9375rem;height:1.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETXdODeoR2ud7QNvcznuZPkfQp4i6TIi { position:absolute;display:block;z-index:15007;background-color:#2357db;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.0625rem;width:6.25rem;top:39.79296875rem;left:2.0625rem;display:block; }
#slUqs9F83bk7zcd677PlWEvHkwIRIpIN { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:44.4375rem;left:4.0625rem;height:4.25rem;font-style:normal;display:block; }#slUqs9F83bk7zcd677PlWEvHkwIRIpIN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#slUqs9F83bk7zcd677PlWEvHkwIRIpIN li:before{  }
#XyHTwtUl13d3V9Kh7QRydVRMo3WpZB4u { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:42.0625rem;left:3.96875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EzENrKnd7xOhl0QpwWtzv2CVKGu58OmK { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:1.0185546875rem;left:3.5625rem;display:block; }
#dbMiqudKNlRX0Qch3IIkkchNpUdJFsuK { display:block;width:45rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0615234375rem;left:17.125rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#tKEUCCTgZC7WPT28B8q36fZQgviE4r76 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:41.625rem;left:1.4375rem; }
#lDSTro0iAF6cpxpy1JAuNrcbxOedM3Vo { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:44.4375rem;left:29.75rem;height:6.875rem;font-style:normal;display:block; }#lDSTro0iAF6cpxpy1JAuNrcbxOedM3Vo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lDSTro0iAF6cpxpy1JAuNrcbxOedM3Vo li:before{  }
#ouVvOC2kyiTruHEr8bWSdmIxB3hlHTZV { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:42.0625rem;left:29.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i0lAEbIDWucaNt3VKr6c30MUNDAEAte9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:41.875rem;left:27.0625rem; }
#RTETJEb5y7GALTiVs03ZZSgpSxCDakCG { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:55.125rem;left:29.75rem;height:6.875rem;font-style:normal;display:block; }#RTETJEb5y7GALTiVs03ZZSgpSxCDakCG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RTETJEb5y7GALTiVs03ZZSgpSxCDakCG li:before{  }
#Oce7DDFQ5tTHs0HvfmzEnIUQuf0vK6dK { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:52.3125rem;left:29.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fAEkDFTk9k3hMXolZnB5taFyR7wHpEaG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:52.0625rem;left:27.0625rem; }
#pbbV5bxrXTFVQlu0tIomLyQsmBws3H5p { color:rgba(0,0,0,0.5);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:55.125rem;left:4.0625rem;height:10.8125rem;font-style:normal;display:block; }#pbbV5bxrXTFVQlu0tIomLyQsmBws3H5p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pbbV5bxrXTFVQlu0tIomLyQsmBws3H5p li:before{  }
#lKDOm5EEXpncsOy35BfHNNk15bBw2P8U { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:52.3125rem;left:4.0625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z7imfihDa1wt5GUcV6bBwLpUW2xtQHer { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:51.8125rem;left:1.4375rem; }
#uRVTmxowAyc5VeUdOZlTxJQT23xkgf83 { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:44.4375rem;left:54.8125rem;height:5.5625rem;font-style:normal;display:block; }#uRVTmxowAyc5VeUdOZlTxJQT23xkgf83 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uRVTmxowAyc5VeUdOZlTxJQT23xkgf83 li:before{  }
#nkxCcAWUMfna8fLANNMBz3eAkSy4JWU3 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:42.0625rem;left:54.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MU65S2S3Egamukc5Nis3SD483olfae2i { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:55.125rem;left:54.75rem;height:8.1875rem;font-style:normal;display:block; }#MU65S2S3Egamukc5Nis3SD483olfae2i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MU65S2S3Egamukc5Nis3SD483olfae2i li:before{  }
#CbvshmHbyDxsmRTPZTpszrIObyqWz97t { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:52.5rem;left:54.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IeBNHKKKrx0eEED7fZaTfDFHlRdH74bM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:52.3125rem;left:52.125rem; }
#HxENFWsZcIEwTKgwE8pM2Cp3OPStOO6u { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:69.71875rem;left:4.0625rem;height:9.5rem;font-style:normal;display:block; }#HxENFWsZcIEwTKgwE8pM2Cp3OPStOO6u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HxENFWsZcIEwTKgwE8pM2Cp3OPStOO6u li:before{  }
#ToEeBuLdNTxrJ9J01up5zKDWOXUB3k1t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:66.9375rem;left:1.4375rem; }
#gz7C22AFCIT7ybIdotBbDS2umXE5vL9h { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:67.1875rem;left:4.625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pqNpwbAQna3q5FQTpb0GhNzrsrG2aAXa { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:69.71875rem;left:54.8125rem;height:;font-style:normal;display:block; }#pqNpwbAQna3q5FQTpb0GhNzrsrG2aAXa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pqNpwbAQna3q5FQTpb0GhNzrsrG2aAXa li:before{  }
#rL6Rgp1QC3IOzVFgiqVWbU4kUuoxBHaB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:66.75rem;left:52.125rem; }
#fwSSMZ2v8ie4rxM3lycBPTn6GFo36Q9e { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:67.1875rem;left:54.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T2lLi4hxRJpNhBDNIZhZTTKIhg96KR6d { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:84.5rem;left:29.75rem;height:5.5625rem;font-style:normal;display:block; }#T2lLi4hxRJpNhBDNIZhZTTKIhg96KR6d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T2lLi4hxRJpNhBDNIZhZTTKIhg96KR6d li:before{  }
#TyuJiTpvlhS1aUSF89OsqsgqX5MFTTsp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:81.8125rem;left:27.0625rem; }
#rx6DFcnMFzQoszsTXbuKH7qSbI0Sv05H { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:82.0625rem;left:30.0625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bcu9hl6WZSqDLvPnJuHTQ2uMbOrqth6l { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:96.78125rem;left:29.1875rem;height:12.125rem;font-style:normal;display:block; }#bcu9hl6WZSqDLvPnJuHTQ2uMbOrqth6l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bcu9hl6WZSqDLvPnJuHTQ2uMbOrqth6l li:before{  }
#WZbQDyTMSLfH35hC65NI9QDEIRUEAgEp { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:93.6875rem;left:29.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iyF0gLxNJ8c0ac5D2E5BoPll34rro9fl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:93.5rem;left:26.75rem; }
#w9H0az0kMsx7DT2Th024lRMOBLIBzhCO { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:96.78125rem;left:4.0625rem;height:5.5625rem;font-style:normal;display:block; }#w9H0az0kMsx7DT2Th024lRMOBLIBzhCO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w9H0az0kMsx7DT2Th024lRMOBLIBzhCO li:before{  }
#ppFQFchbCfVeu2VTVnJAg9epxezTZvyF { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:94.25rem;left:4.125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SVdA8kTzW4hVTki7CSpHA3G68WalRpJJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:94rem;left:1.4375rem; }
#mMEc4W5TzENkgcTJ64uyoBBfyW95eK2T { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:84.5rem;left:54.8125rem;height:8.1875rem;font-style:normal;display:block; }#mMEc4W5TzENkgcTJ64uyoBBfyW95eK2T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mMEc4W5TzENkgcTJ64uyoBBfyW95eK2T li:before{  }
#f7FllJfwTTdX3VbrgzSMVCBPuO0D1lkP { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:82.0625rem;left:55.0625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dkykww15AGpXiSDmd8uTatrFwaAwbzo9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:81.8125rem;left:52.125rem; }
#apG2yXh4o6V2vMeJuGb9fVV00uODADKm { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:69.71875rem;left:29.75rem;height:10.8125rem;font-style:normal;display:block; }#apG2yXh4o6V2vMeJuGb9fVV00uODADKm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#apG2yXh4o6V2vMeJuGb9fVV00uODADKm li:before{  }
#xXEbWGhw8ifkcTgcUMocwKMxIJxqyBb7 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:67.1875rem;left:30.3125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#utkULX0aXXufLNe7AoFCUICDqPwVBDZS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:66.9375rem;left:27.625rem; }
#TsVtg6km9TCNQwkvLgkv1hqPArSW2092 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:41.8125rem;left:52.125rem; }
#IAcBkpxi3zykHbpVUTZwsbrTxv2RvWaZ { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:96.78125rem;left:54.8125rem;height:9.5rem;font-style:normal;display:block; }#IAcBkpxi3zykHbpVUTZwsbrTxv2RvWaZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IAcBkpxi3zykHbpVUTZwsbrTxv2RvWaZ li:before{  }
#frfkOFPHlzaDllBGw8XQKc83TEsvEgmE { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:93.6875rem;left:54.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eQzfZlA3N88ZkLIQ6rCs9JI3A5XmzWhU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:93.4375rem;left:52.125rem; }
#tOOtU2OZ6lTMJlgTBqrLBuTaHTy5W1gk { color:rgba(0,0,0,0.5);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:84.3125rem;left:4.125rem;height:8.1875rem;font-style:normal;display:block; }#tOOtU2OZ6lTMJlgTBqrLBuTaHTy5W1gk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tOOtU2OZ6lTMJlgTBqrLBuTaHTy5W1gk li:before{  }
#Bhdi7C4QexMFoxfLE2gZHQwapgSJ9AiM { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:81.875rem;left:4.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x37bl5Col2mH18PuAHUm96B4ur7celDf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:81.6875rem;left:1.75rem; }
#TTQ2LInIJUm7ohUEK0tc7qmeFiIVWr4g { color:#ff022c;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sytylvrnwv0rFKG1ZFpRgRP4mZtNhQ57 { position:absolute;display:block;z-index:15064;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:16.75rem;width:22.5625rem;top:10.208984375rem;left:48rem;overflow:hidden;display:block; }
#HgdKB9wIcdvw8iNOrCKEvlP0aavArKTs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:32.4375rem;left:5.625rem;display:block; }
#ScPoyTbcIpNU4LWE6JiTGBChfD6lzJZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zr1qpOwn5S8N3C2TQBXv7m5cq766AGBs { position:absolute;display:block;z-index:15063;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:26.1875rem;width:24.3125rem;top:7.625rem;left:28.625rem;overflow:hidden;display:block; }
#kZp7sS2mQEUUXZ2WILhblDsfsLu0tXGs { color:rgba(var(--color-tertiary-3),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:3.736325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R07DnQi9onTtFLP3miXAxptfSD2vNXZH { color:rgba(var(--color-tertiary-3),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.8125rem;left:0rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQVOHucBldXW10bEaMwwAA2cvh6pIx1h { color:rgba(var(--color-tertiary-3),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:117.0625rem;left:0rem;height:9.3408125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQggapKZdQMwdbx49FAecWVEQ6WCov3X { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:111.5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQ63zg4vw8Z9oXaCRC9RI3TqS7XcmXAS { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:15.3125rem;width:24.3125rem;top:114.25rem;left:25.625rem;overflow:hidden;display:block; }
#nXacbRiDfFM3tNLvinAZvc7h5x3L2Wz8 { position:absolute;display:block;z-index:15062;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:15.75rem;width:27.75rem;top:115.4375rem;left:46.8125rem;overflow:hidden;display:block; }
#SBRfTIqOqvxeqPiuT6JRbiu6TbBnryNE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:129.625rem;left:5rem;display:block; }
#mkxfcNIaH3OiGlIfGqyXTPeEHmU75a10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CdvOpy7TqOS7mETlxTiTbpoeZsd4yFsE { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:16.25rem;width:20.875rem;top:127.625rem;left:31.1875rem;overflow:hidden;display:block; }
#Zz8r2G5l7NMnIWZpkRH7DrLDcKPSGdOy { position:absolute;display:block;z-index:14999;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:16.125rem;width:21.375rem;top:25.0625rem;left:46.125rem;overflow:hidden;display:block; }
#uSbGgwHOOkl78TFE1lup5vqSScwKQyWZ { color:#ff022c;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.8125rem;left:0rem;height:3.736325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kPbTnLkHOEO9BGJVOOf6IXlXg94GTlcf { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:146.75rem;left:29.75rem;display:block; }
#b3ndvFsuSVeik7hXiW3TQ2rXt4eWTM7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fecc651c-cbfc-4703-aeab-ee8e90aebb71/IMG_9261.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.adaptive-delivery-prevent-bg, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyload, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyloading { background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { background-color: transparent; background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.68); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.68); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .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); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { border-width: 0; border-radius: 0; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-form-header { font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:42.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.48);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.48);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.48);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.48);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:42.1875rem;box-sizing:border-box;height:2.5625rem;color:#2d3137;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.48);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.48);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.48);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.48);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:42.1875rem;box-sizing:border-box;height:4.375rem;color:#2d3137;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.48);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.48);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.48);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.48);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:42.1875rem;box-sizing:border-box;height:2.5rem;color:#2d3137;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:9.6875rem;margin-bottom:0.25rem;margin-left:9.6875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:22.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.2;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:40.9375rem;overflow:hidden;font-style:normal;float:none; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container:first-of-type{padding-top:0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container:last-of-type{padding-bottom:0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:42.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.5625rem;left:15.15625rem;font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:42.1875rem;display:block;vertical-align:top; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:42.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.5625rem;left:15.15625rem;font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #MhZXfdDUSErmpxXRZ9mcwHNokufH4PQv { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #U4tVG5vapIkSVq3e4wr5hQCiLLUZfimF { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #hGhpwvRM53zcmd0ykh2oDsnyfhAzk57n { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GW83SVoazfBbizysfFVsfJS1SNb9Odub { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bmhawevLgIQHvHXyohgWB9LyBITDk6Az { position:relative;z-index:2; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #KqV1CvnbXhM7lwX2bD9AaqplBdAvdhNF { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #afPKx9O2dKs5qRvtPIk4wFugG1G1TX33 { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #fyIhobALNEUTK9BXv69756RmPpTfgRmr { position:relative;z-index:2; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Qivgx2Qc5Mw5LI3eukvqTKu7533LO6sT { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc { position:relative; }
#RVz6pKyzJII0TLevXE3n7Tmeb5Pcr8K3 { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:1.875rem;left:0.0625rem;display:block; }
#t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { color:rgba(var(--color-secondary-3),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:5.3125rem;left:16.71875rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { position:absolute;display:block;z-index:15001;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.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:46.0625rem;top:4rem;left:14.4375rem;display:block; }
#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { position:relative;display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { background-color: transparent; background-image: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container > .video-iframe-container { display: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row > .video-iframe-container { display: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .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); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { border-width: 0; border-radius: 0; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .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; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dZ4CDTUGTWJWmBZ89rP5OoRw4ZO4leHk { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:2rem;left:0rem;display:block; }
#TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { color:rgba(var(--color-tertiary-4),1);display:block;width:73.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:2.7;letter-spacing:0;top:3.30078125rem;left:1.875rem;height:6.07470625rem;font-style:normal;display:block; }
#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { position:relative;display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { background-color: transparent; background-image: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container > .video-iframe-container { display: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container { display: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .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); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { border-width: 0; border-radius: 0; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .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; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94c5f442-e741-4dbf-85cf-a9e05807dcc4/Zrzutekranu20251117o190148.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.875rem;top:0.7998046875rem;left:1.875rem;display:block; }#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.adaptive-delivery-prevent-bg, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyload, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyloading { background-image: none; }
#JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:0.75rem;left:16.9375rem;height:2.11230625rem;font-style:normal;display:block; }
#IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:2.8125rem;left:16.9375rem;height:1.5rem;font-style:normal;display:block; }
#FLuTlebTgE92nllsILsgWwbt5ERcmIZs { color:rgba(var(--color-tertiary-4),0.8);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:7.0888671875rem;left:16.9375rem;height:7.6484375rem;font-style:normal;display:block; }
#ZoX0b5tbKDah1ZxKceCIaOE13SRdTkN3 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8f00b878-8d6d-45f8-9480-9911d68a529a/32A7D4376D354F5FBE4684ECFEC4AA7D.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.875rem;top:17.6875rem;left:59.9375rem;display:block; }#ZoX0b5tbKDah1ZxKceCIaOE13SRdTkN3.adaptive-delivery-prevent-bg, #ZoX0b5tbKDah1ZxKceCIaOE13SRdTkN3.lazyload, #ZoX0b5tbKDah1ZxKceCIaOE13SRdTkN3.lazyloading { background-image: none; }
#bt9y59eK7fMqoJUbdaTyOTW9TbChdkcH { color:rgba(var(--color-tertiary-4),0.8);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.7;letter-spacing:0;top:22.0634765625rem;left:2.4375rem;height:9.5605625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EM8ReTm3dZILTKVJagwQuJyDN9OVfvlJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:20.6259765625rem;left:38.3125rem;height:1.5rem;font-style:normal;display:block; }
#zegCTXDlC28dXkxA1FKI6oiqse04Hlwt { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:18.44677734375rem;left:53.4375rem;height:2.11230625rem;font-style:normal;display:block; }
#JFduKUhd4fFho5816Z8pGGmSqLTmmolv { color:rgba(var(--color-tertiary-4),0.8);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.7;letter-spacing:0;top:40.75rem;left:18.625rem;height:5.736325rem;font-style:normal;display:block; }
#raLa2rhtwtqGJC3iVc42rPbSrvOkpbtb { color:rgba(var(--color-tertiary-4),0.5);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:38.0625rem;left:18.625rem;height:1.5rem;font-style:normal;display:block; }
#kS9V2cJZskgxV2EyovgRCB7gJtMeqGPT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:36rem;left:18.625rem;height:2.11230625rem;font-style:normal;display:block; }
#uuQy9t46NSXgk8HZDMMEifaIXS0f7anx { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e2e0e50-2d7a-42a9-83a5-e5ea60234a9a/Zrzutekranu20251117o191552.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.875rem;top:35.4375rem;left:3.125rem;display:block; }#uuQy9t46NSXgk8HZDMMEifaIXS0f7anx.adaptive-delivery-prevent-bg, #uuQy9t46NSXgk8HZDMMEifaIXS0f7anx.lazyload, #uuQy9t46NSXgk8HZDMMEifaIXS0f7anx.lazyloading { background-image: none; }
#LHAfDgwtqOeAatNzaUuSGoNOa0JdVvfS { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:53rem;left:53.6875rem;height:2.11230625rem;font-style:normal;display:block; }
#wUWZ4Wv7Q5IPt8sCQk2vGagcQf7pc7FG { color:rgba(var(--color-tertiary-4),0.5);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:55.125rem;left:46.75rem;height:1.5rem;font-style:normal;display:block; }
#IlCE2014wQc0B8qRvOmmWc5TRwTcG8SL { color:rgba(var(--color-tertiary-4),0.8);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.7;letter-spacing:0;top:56.625rem;left:2.375rem;height:5.736325rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XnyyCfqZybaQiNsP9ty0Tez8O7OHd7kt { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bbd62567-4f36-4162-acf6-a917340ca898/Zrzutekranu20251117o211711.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.0625rem;top:52.1171875rem;left:59.9375rem;display:block; }#XnyyCfqZybaQiNsP9ty0Tez8O7OHd7kt.adaptive-delivery-prevent-bg, #XnyyCfqZybaQiNsP9ty0Tez8O7OHd7kt.lazyload, #XnyyCfqZybaQiNsP9ty0Tez8O7OHd7kt.lazyloading { background-image: none; }
#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1d5d50f-6092-44c5-a8b7-0e90dfdd82c3/IMG_0672.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A.adaptive-delivery-prevent-bg, #yCtcz5EScaWPXCp1wSyER02fsVfz0c4A.lazyload, #yCtcz5EScaWPXCp1wSyER02fsVfz0c4A.lazyloading { background-image: none; }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A > .row .container { background-color: transparent; background-image: none; }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.68); }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A > .row .container > .video-iframe-container { display: none; }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.68); }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A > .row > .video-iframe-container { display: none; }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A > .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); }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A > .row .container { border-width: 0; border-radius: 0; }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container { background-color: transparent; background-image: none; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container > .video-iframe-container { display: none; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row > .video-iframe-container { display: none; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .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); }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container { border-width: 0; border-radius: 0; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#p4i8xgR0DBg6aXqy3wv9McknX4XMRETx { color:#0f0f0f;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:7.5rem;height:3.673825rem;font-style:normal;display:block; }
#N15Lt5muuryqeF39TNEgCliil0Q36KAr { color:#0f0f0f;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:5.69921875rem;left:58.5rem;height:4.89844375rem;font-style:normal;display:block; }
#ZeoGm9i9Gg7HJEI9DEHSEupxVwVFaGVX { color:#0f0f0f;display:block;width:22.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:11.63671875rem;left:7.5rem;height:1.04980625rem;font-style:normal;display:block; }
#sXoi7U9BnoFHqEcUBkJkpwfXZD1k4W9D { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:31.875rem;display:block; }
#pP9qIlSBrycndNgtBLDi0HJ87iKHTixa { color:#0f0f0f;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.5361328125rem;left:32.53125rem;height:1.2246125rem;font-style:normal;display:block; }
#Finq3OksHTKJWzvJnM8LQcXfmQnZ5OcT { color:#0f0f0f;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.125rem;left:32.53125rem;height:1.2246125rem;font-style:normal;display:block; }
#CRzQLiurnNs429RvOIwcPFA13fGIAwVz { color:#0f0f0f;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#QS5aFUA38A26l3dNgPTivs3nosPChvyO { position:absolute;display:block;z-index:15020;background-color:#ffffff;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:2.1875rem;width:2.1875rem;top:2rem;left:8.125rem;display:block; }
#s7kriiUiE41CzTTsKp7Ot6cTJVtFeUHK { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:7.5rem;display:block; }
#Om6TqnWgnZV4NvI1nCiZu4huvtIiu270 { position:absolute;display:block;z-index:15026;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:6.0625rem;width:6.0625rem;top:0.3125rem;left:14.40625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd { display:block; }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2e2n6umJoLHB7eMbyNt9JDmcD0nOzNI { width:8.125rem;height:1.875rem;top:0.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIQQRRZTFcyf8kpkbVto7eJ58ZWJaw9s { display:block; }
 }@media only screen and (max-width: 763px) { #iJonenBLMKU9CnrWOnTZlsgFvl8bnDeB { width:8.125rem;height:1.875rem;top:0.375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFQ13OqtTunkTJhVneDXkfa0wdXbT36S { display:block; }
 }@media only screen and (max-width: 763px) { #ED63O05xzIktZHTD7L7LIRESCa2CVQhL { width:8.125rem;height:1.875rem;top:0.375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMgGekJMzE9l9uEGDCF7tDcB55SUF849 { display:block; }
 }@media only screen and (max-width: 763px) { #xEiT02c1uu85aAUHUIOrkHNvPmrLh8V5 { top:0.125rem;left:24.625rem;width:2rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww3GAlDS7MEpkQ3bdzi4iwXbermZTQIb { width:8.125rem;height:1.875rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyImFSMOOpyAlsNvGrQBT8p0T8StIuAm { display:block; }
 }@media only screen and (max-width: 763px) { #LcTDQVR1z8MoG4yWnbie4yfKWpns8ATU { width:8.125rem;height:1.875rem;top:0.375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAWA0VecPmzJ0TUPS8O1iZnWTdXoHtwn { display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { top:19.375rem;left:0rem;width:25rem;height:5.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { top:25.9375rem;left:0rem;width:25rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8mUzwVr0l25ApkKRo2myuzvAbNxmzJV { width:12rem;height:3.375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrAwRTzKBixdSFdpTmtiis1WvEx2yfU4 { display:block; }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { top:1.1875rem;left:0rem;width:30.25rem;height:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { top:16.0625rem;left:0rem;width:34.125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsuF2dD1i18kZRD7J0tKHPJqMSfT317o { top:35.8125rem;left:25.5625rem;width:22.1875rem;height:5.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv7QaMTHqtKuQ8beRqKiVn4M9rQStUR4 { top:7.9375rem;left:47.0625rem;width:0.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpE2tyiZLCLG2MesLQSfoop5TpAFCcZN { top:4.25rem;left:0rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { top:12rem;left:20.3125rem;width:27.4375rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { top:17.3125rem;left:15rem;width:32.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { top:5.125rem;left:0rem;width:33.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { top:10.625rem;left:28.625rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { top:35.5rem;left:0rem;width:34.4375rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { top:40.125rem;left:0rem;width:36.625rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { top:34.0625rem;left:0rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { top:31.375rem;left:13.875rem;width:33.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxOVuTmG2EZtMVEHPJnxbt6fKQ9DCyGM { width:13.75rem;height:3.375rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbgSCHzfFePFP49FoQEQ5tuscQTO7wLi { display:block; }
 }@media only screen and (max-width: 763px) { #uLgbEEFQsDM1TFyu0FPTuLPaX56vdTBX { top:91.1875rem;left:0rem;width:34.4375rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU2lcDFb2hWqf8fPRKCVnSRwQg3zrsLb { top:95rem;left:0rem;width:33.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg5arA5TVL4c93vKQdmb7db2EQUGyyVa { top:59.25rem;left:0rem;width:33.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOQWBGAJ0Qog94w2R2PRrf1IovoN2xHv { width:13.75rem;height:3.375rem;top:100.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNMs9KFEdvFzKnG26g5Hm3vez56LHF8w { display:block; }
 }@media only screen and (max-width: 763px) { #PgTq92sL7LzmtgqXF2bH6IyPTh8VUfpl { top:72.25rem;left:15rem;width:32.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpuuSCgURMk5tpISqdWoGk5K72DGaATb { top:88.8125rem;left:0rem;width:0.0625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM5z9hlwAoHSJ4gu0gfU2KCsBbnOoJvX { top:66.9375rem;left:20.3125rem;width:27.4375rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSgSIskv4CICQgUM4lyffrRVTsguoDPR { top:65.5625rem;left:28rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azt1Tyfb3D3mtDEWPznntiaFFAPsSO5k { top:86.375rem;left:13.4375rem;width:34.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5df2Gxtn1nLHOMPEPS86DEFxXnATDTs { width:18.0625rem;height:3.375rem;top:109.3125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF3UCdZnkNRlivyRQ2PlSDFBxDmw62eI { display:block; }
 }@media only screen and (max-width: 763px) { #t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B { display:block; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Et0nWIKa38pdsc4LULyzNpvXMeD2THeO { display:block; }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryJgSVkaMeh97lXSzUi98h2CmFoR3bGd { top:2rem;left:0rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTxd0SpDdWpoqlGTQA9cr33IO0OR04P { top:3.375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { top:4.9375rem;left:0rem;width:21.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { top:8.5rem;left:0rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb { top:20.875rem;left:0rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUru5gfU086KBuUsufyXidzMSBn5n7h { top:0rem;left:11.375rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu { top:20.875rem;left:22.75rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTC7vVKX5KT4ZNFIWAiW9gcryF0u5MI { top:4.9375rem;left:25.875rem;width:21.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXqssqVUFUsNKrq9AdPbFH8sBlHysR9I { top:8.5rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPLm0q8bV7ATnDNlRgWFPbOruPtq7D8D { top:26.5rem;left:14rem;width:20rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT8HodDZnL8ifvJXTqgg6ZAbgTJpiqcJ { top:29.8125rem;left:13.875rem;width:20rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxMLQ4T4lOpQNW5TonMyKU1LeSuTidwW { top:28.375rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU7n32ks9oRPkvfHEWDezt5L1BLuynJO { top:28.375rem;left:41.875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5lJw0QEdCt2zMz44hqG09ak2BrF5U5 { top:8.5625rem;left:21.125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT { display:block; }#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq { display:block; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdM9rqtKFZh0DQPmya4fol5w1U8fLdZz { top:2rem;left:0rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { top:3.375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 { display:block; }#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qgwb5yNzfty6VurUS2kUScqnLcNNZKxL { width:19.25rem;height:12.5625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5sHxGihTuqWger9W305Ua8IVhvXXF5r { width:19.25rem;height:12.5625rem;top:0.25rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0KXpZzNod02r8vy8MosHwA0aLVzHZQK { width:19.25rem;height:12.5625rem;top:0.25rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd3H9eCQrVOsOJQ7i4ZHwxDUvGZ40FGH { width:19.25rem;height:12.5625rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4x8Oo1T3mxBcn8or4TJo5n7HilaZTUs { width:19.125rem;height:12.5625rem;top:14.125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He1KQe5P1aGE4MK2Lxtek6kGVq94DOsc { width:19.25rem;height:12.5625rem;top:14.125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfSwx8EqimzGXi4iWFPMkTvB7rQKHPKw { width:19.25rem;height:12.5625rem;top:27.9375rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXW6KMsos6MeTLzte1xtoLJZxTtvQH0u { width:19.25rem;height:12.5625rem;top:27.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGEvxHhwCd68fcVhwunJE7tUb2FXRHDV { width:19.25rem;height:12.5625rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK3iDGaP10PITItl1AH3sKuTFvHlm6g8 { width:19.125rem;height:12.5rem;top:42rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3HdAvThbegNM3S3gkFbnGra932upqld { width:19.5rem;height:12.5625rem;top:42rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI7uUJ4iHnKsDb4D47LawwiV3FvCV3fN { width:19.25rem;height:12.5625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOelwh9wVk6ta4LintyJWftoEBKatLCM { width:19.25rem;height:12.5625rem;top:56rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgabC8kbnJl19UdTfW9qXOFuyTck6P17 { width:19.25rem;height:12.5625rem;top:56rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyNzyxTzIZmMTPgDKLvrJ9v3TgHNOhBu { width:19.25rem;height:12.375rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niOLC2M1ZphmZbo1EpWJPAvVPL7bbKNw { width:19.25rem;height:12.5625rem;top:69.875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlkwqtyWH9kM350Vt7h3mvw0o4FUTR10 { width:19.25rem;height:12.5625rem;top:69.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaNOgsMMcEEOqPZhOfrPmLPhPx7TWSgK { width:19.25rem;height:12.5625rem;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTnoZGvlvdpD18GCxyLkZXaqH6WK62dd { width:19.25rem;height:12.5625rem;top:83.375rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbZwgpRzNCWrwNlbOIdDT9NNtosFVC0C { width:19.25rem;height:12.5625rem;top:83.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBxRckTZHzirPweyRdWCzhusvsOsL1lL { width:19.25rem;height:12.5625rem;top:83.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmTnOZXHzUQ7o1rF8E8uAplHbl0vqSu4 { width:19.5rem;height:12.8125rem;top:96.8125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFEc6Evkb3EOtC5Eo5L3PyT1ht3d595h { width:19.25rem;height:12.5625rem;top:96.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J65dsG2nRkLE36kswNiw1nbWeCSAIS5V { width:19.25rem;height:12.5625rem;top:97.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKsHkMc0N18teqwzLmsBTReRutTL4Xg1 { width:18.0625rem;height:3.375rem;top:112.3125rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCnnTLWX6PcEmfTggsJlGQzu3trqIEpw { display:block; }
 }@media only screen and (max-width: 763px) { #XV2Qappbms9gouglveC9c2XyH0pPXEIn { display:block; }#XV2Qappbms9gouglveC9c2XyH0pPXEIn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtSXT9zAQN1u6QvDUcW438twQ9O74veG { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container { background-color: transparent; background-image: none; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container > .video-iframe-container { display: none; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row > .video-iframe-container { display: none; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .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); }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container { border-width: 0; border-radius: 0; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dp96MglTRUIAdPfQT0T8FrIaUM19mnuO { width:13.8125rem;height:1.1875rem;top:39.1875rem;left:2.0625rem;color:rgba(0,0,0,0.7);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETXdODeoR2ud7QNvcznuZPkfQp4i6TIi { width:6.25rem;height:0.0625rem;top:39.75rem;left:0rem;background-color:#2357db;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #slUqs9F83bk7zcd677PlWEvHkwIRIpIN { width:18.1875rem;height:4.25rem;top:44.4375rem;left:0rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#slUqs9F83bk7zcd677PlWEvHkwIRIpIN li:before{  }
 }@media only screen and (max-width: 763px) { #XyHTwtUl13d3V9Kh7QRydVRMo3WpZB4u { width:17.0625rem;height:1.6875rem;top:42.0625rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzENrKnd7xOhl0QpwWtzv2CVKGu58OmK { top:1rem;left:0rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbMiqudKNlRX0Qch3IIkkchNpUdJFsuK { width:45rem;height:3.375rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKEUCCTgZC7WPT28B8q36fZQgviE4r76 { top:41.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDSTro0iAF6cpxpy1JAuNrcbxOedM3Vo { width:18.1875rem;height:6.875rem;top:44.4375rem;left:13.5625rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#lDSTro0iAF6cpxpy1JAuNrcbxOedM3Vo li:before{  }
 }@media only screen and (max-width: 763px) { #ouVvOC2kyiTruHEr8bWSdmIxB3hlHTZV { width:17.0625rem;height:1.6875rem;top:42.0625rem;left:14.6875rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0lAEbIDWucaNt3VKr6c30MUNDAEAte9 { top:41.875rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTETJEb5y7GALTiVs03ZZSgpSxCDakCG { width:18.1875rem;height:6.875rem;top:55.125rem;left:13.5625rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#RTETJEb5y7GALTiVs03ZZSgpSxCDakCG li:before{  }
 }@media only screen and (max-width: 763px) { #Oce7DDFQ5tTHs0HvfmzEnIUQuf0vK6dK { width:17.0625rem;height:1.6875rem;top:52.3125rem;left:14.6875rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAEkDFTk9k3hMXolZnB5taFyR7wHpEaG { top:52.0625rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbbV5bxrXTFVQlu0tIomLyQsmBws3H5p { width:18.9375rem;height:10.8125rem;top:55.125rem;left:0rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#pbbV5bxrXTFVQlu0tIomLyQsmBws3H5p li:before{  }
 }@media only screen and (max-width: 763px) { #lKDOm5EEXpncsOy35BfHNNk15bBw2P8U { width:17.0625rem;height:1.6875rem;top:52.3125rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7imfihDa1wt5GUcV6bBwLpUW2xtQHer { top:51.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRVTmxowAyc5VeUdOZlTxJQT23xkgf83 { width:18.1875rem;height:5.5625rem;top:44.4375rem;left:29.4375rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#uRVTmxowAyc5VeUdOZlTxJQT23xkgf83 li:before{  }
 }@media only screen and (max-width: 763px) { #nkxCcAWUMfna8fLANNMBz3eAkSy4JWU3 { width:17.0625rem;height:1.6875rem;top:42.0625rem;left:30.5625rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU65S2S3Egamukc5Nis3SD483olfae2i { width:18.1875rem;height:8.1875rem;top:55.125rem;left:29.4375rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#MU65S2S3Egamukc5Nis3SD483olfae2i li:before{  }
 }@media only screen and (max-width: 763px) { #CbvshmHbyDxsmRTPZTpszrIObyqWz97t { width:17.0625rem;height:1.6875rem;top:52.5rem;left:30.5625rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeBNHKKKrx0eEED7fZaTfDFHlRdH74bM { top:52.3125rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxENFWsZcIEwTKgwE8pM2Cp3OPStOO6u { width:18.1875rem;height:9.5rem;top:69.6875rem;left:0rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#HxENFWsZcIEwTKgwE8pM2Cp3OPStOO6u li:before{  }
 }@media only screen and (max-width: 763px) { #ToEeBuLdNTxrJ9J01up5zKDWOXUB3k1t { top:66.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz7C22AFCIT7ybIdotBbDS2umXE5vL9h { width:17.0625rem;height:1.6875rem;top:67.1875rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqNpwbAQna3q5FQTpb0GhNzrsrG2aAXa { width:18.1875rem;height:;top:69.6875rem;left:29.4375rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#pqNpwbAQna3q5FQTpb0GhNzrsrG2aAXa li:before{  }
 }@media only screen and (max-width: 763px) { #rL6Rgp1QC3IOzVFgiqVWbU4kUuoxBHaB { top:66.75rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwSSMZ2v8ie4rxM3lycBPTn6GFo36Q9e { width:17.0625rem;height:1.6875rem;top:67.1875rem;left:30.5625rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2lLi4hxRJpNhBDNIZhZTTKIhg96KR6d { width:18.1875rem;height:5.5625rem;top:84.5rem;left:13.5625rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#T2lLi4hxRJpNhBDNIZhZTTKIhg96KR6d li:before{  }
 }@media only screen and (max-width: 763px) { #TyuJiTpvlhS1aUSF89OsqsgqX5MFTTsp { top:81.8125rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx6DFcnMFzQoszsTXbuKH7qSbI0Sv05H { width:17.0625rem;height:1.6875rem;top:82.0625rem;left:14.6875rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcu9hl6WZSqDLvPnJuHTQ2uMbOrqth6l { width:18.1875rem;height:12.125rem;top:96.75rem;left:13.5625rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#bcu9hl6WZSqDLvPnJuHTQ2uMbOrqth6l li:before{  }
 }@media only screen and (max-width: 763px) { #WZbQDyTMSLfH35hC65NI9QDEIRUEAgEp { width:17.0625rem;height:1.6875rem;top:93.6875rem;left:14.6875rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyF0gLxNJ8c0ac5D2E5BoPll34rro9fl { top:93.5rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9H0az0kMsx7DT2Th024lRMOBLIBzhCO { width:18.1875rem;height:5.5625rem;top:96.75rem;left:0rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#w9H0az0kMsx7DT2Th024lRMOBLIBzhCO li:before{  }
 }@media only screen and (max-width: 763px) { #ppFQFchbCfVeu2VTVnJAg9epxezTZvyF { width:17.0625rem;height:1.6875rem;top:94.25rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVdA8kTzW4hVTki7CSpHA3G68WalRpJJ { top:94rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMEc4W5TzENkgcTJ64uyoBBfyW95eK2T { width:18.1875rem;height:8.1875rem;top:84.5rem;left:29.4375rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#mMEc4W5TzENkgcTJ64uyoBBfyW95eK2T li:before{  }
 }@media only screen and (max-width: 763px) { #f7FllJfwTTdX3VbrgzSMVCBPuO0D1lkP { width:17.0625rem;height:1.6875rem;top:82.0625rem;left:30.5625rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkykww15AGpXiSDmd8uTatrFwaAwbzo9 { top:81.8125rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apG2yXh4o6V2vMeJuGb9fVV00uODADKm { width:18.1875rem;height:10.8125rem;top:69.6875rem;left:13.5625rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#apG2yXh4o6V2vMeJuGb9fVV00uODADKm li:before{  }
 }@media only screen and (max-width: 763px) { #xXEbWGhw8ifkcTgcUMocwKMxIJxqyBb7 { width:17.0625rem;height:1.6875rem;top:67.1875rem;left:14.6875rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utkULX0aXXufLNe7AoFCUICDqPwVBDZS { top:66.9375rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsVtg6km9TCNQwkvLgkv1hqPArSW2092 { top:41.8125rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAcBkpxi3zykHbpVUTZwsbrTxv2RvWaZ { width:18.1875rem;height:9.5rem;top:96.75rem;left:29.4375rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#IAcBkpxi3zykHbpVUTZwsbrTxv2RvWaZ li:before{  }
 }@media only screen and (max-width: 763px) { #frfkOFPHlzaDllBGw8XQKc83TEsvEgmE { width:17.0625rem;height:1.6875rem;top:93.6875rem;left:30.5625rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQzfZlA3N88ZkLIQ6rCs9JI3A5XmzWhU { top:93.4375rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOOtU2OZ6lTMJlgTBqrLBuTaHTy5W1gk { width:18.1875rem;height:8.1875rem;top:84.3125rem;left:0rem;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#tOOtU2OZ6lTMJlgTBqrLBuTaHTy5W1gk li:before{  }
 }@media only screen and (max-width: 763px) { #Bhdi7C4QexMFoxfLE2gZHQwapgSJ9AiM { width:17.0625rem;height:1.6875rem;top:81.875rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x37bl5Col2mH18PuAHUm96B4ur7celDf { top:81.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQ2LInIJUm7ohUEK0tc7qmeFiIVWr4g { width:24.9375rem;height:;top:15.8125rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sytylvrnwv0rFKG1ZFpRgRP4mZtNhQ57 { width:22.5625rem;height:16.75rem;top:10.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgdKB9wIcdvw8iNOrCKEvlP0aavArKTs { width:13.75rem;height:3.375rem;top:32.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScPoyTbcIpNU4LWE6JiTGBChfD6lzJZa { display:block; }
 }@media only screen and (max-width: 763px) { #zr1qpOwn5S8N3C2TQBXv7m5cq766AGBs { width:24.3125rem;height:26.1875rem;top:7.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZp7sS2mQEUUXZ2WILhblDsfsLu0tXGs { width:24.9375rem;height:3.6875rem;top:10.25rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R07DnQi9onTtFLP3miXAxptfSD2vNXZH { width:24.9375rem;height:0.9375rem;top:27.8125rem;left:0rem;color:#000000;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQVOHucBldXW10bEaMwwAA2cvh6pIx1h { width:24.9375rem;height:;top:117.0625rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQggapKZdQMwdbx49FAecWVEQ6WCov3X { width:24.9375rem;height:;top:111.5rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ63zg4vw8Z9oXaCRC9RI3TqS7XcmXAS { width:24.3125rem;height:15.3125rem;top:114.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXacbRiDfFM3tNLvinAZvc7h5x3L2Wz8 { width:27.75rem;height:15.75rem;top:115.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBRfTIqOqvxeqPiuT6JRbiu6TbBnryNE { width:13.75rem;height:3.375rem;top:129.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkxfcNIaH3OiGlIfGqyXTPeEHmU75a10 { display:block; }
 }@media only screen and (max-width: 763px) { #CdvOpy7TqOS7mETlxTiTbpoeZsd4yFsE { width:20.875rem;height:16.25rem;top:127.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8r2G5l7NMnIWZpkRH7DrLDcKPSGdOy { width:21.375rem;height:16.125rem;top:25.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbGgwHOOkl78TFE1lup5vqSScwKQyWZ { width:24.9375rem;height:3.6875rem;top:22.8125rem;left:0rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPbTnLkHOEO9BGJVOOf6IXlXg94GTlcf { width:18.0625rem;height:3.375rem;top:146.75rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3ndvFsuSVeik7hXiW3TQ2rXt4eWTM7Z { display:block; }
 }@media only screen and (max-width: 763px) { #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { width:42.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { width:42.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { width:42.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { width:42.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:9.6875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { width:41rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { width:42.1875rem;height:auto;top:9.5625rem;left:1.53125rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { width:42.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { width:42.1875rem;height:auto;top:9.5625rem;left:1.53125rem; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #MhZXfdDUSErmpxXRZ9mcwHNokufH4PQv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #U4tVG5vapIkSVq3e4wr5hQCiLLUZfimF {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #hGhpwvRM53zcmd0ykh2oDsnyfhAzk57n {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GW83SVoazfBbizysfFVsfJS1SNb9Odub {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bmhawevLgIQHvHXyohgWB9LyBITDk6Az {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #KqV1CvnbXhM7lwX2bD9AaqplBdAvdhNF {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #afPKx9O2dKs5qRvtPIk4wFugG1G1TX33 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #fyIhobALNEUTK9BXv69756RmPpTfgRmr {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Qivgx2Qc5Mw5LI3eukvqTKu7533LO6sT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc {  }
 }@media only screen and (max-width: 763px) { #RVz6pKyzJII0TLevXE3n7Tmeb5Pcr8K3 { top:1.875rem;left:0rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { top:5.3125rem;left:3.09375rem;width:42.6875rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { top:4rem;left:0.8125rem;width:46.0625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZ4CDTUGTWJWmBZ89rP5OoRw4ZO4leHk { top:2rem;left:0rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { top:3.25rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { top:0.75rem;left:0rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { top:0.75rem;left:3.3125rem;width:16.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { top:2.8125rem;left:3.3125rem;width:13.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLuTlebTgE92nllsILsgWwbt5ERcmIZs { top:7.0625rem;left:0rem;width:47.75rem;height:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoX0b5tbKDah1ZxKceCIaOE13SRdTkN3 { top:17.6875rem;left:33.875rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt9y59eK7fMqoJUbdaTyOTW9TbChdkcH { top:22.0625rem;left:0rem;width:47.75rem;height:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM8ReTm3dZILTKVJagwQuJyDN9OVfvlJ { top:20.625rem;left:24.6875rem;width:19.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zegCTXDlC28dXkxA1FKI6oiqse04Hlwt { top:18.4375rem;left:39.8125rem;width:4.8125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFduKUhd4fFho5816Z8pGGmSqLTmmolv { top:40.75rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raLa2rhtwtqGJC3iVc42rPbSrvOkpbtb { top:38.0625rem;left:5rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS9V2cJZskgxV2EyovgRCB7gJtMeqGPT { top:36rem;left:5rem;width:16.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuQy9t46NSXgk8HZDMMEifaIXS0f7anx { top:35.4375rem;left:0rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHAfDgwtqOeAatNzaUuSGoNOa0JdVvfS { top:53rem;left:40.0625rem;width:4.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUWZ4Wv7Q5IPt8sCQk2vGagcQf7pc7FG { top:55.125rem;left:33.125rem;width:11.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlCE2014wQc0B8qRvOmmWc5TRwTcG8SL { top:56.625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnyyCfqZybaQiNsP9ty0Tez8O7OHd7kt { top:52.0625rem;left:34.6875rem;width:13.0625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCtcz5EScaWPXCp1wSyER02fsVfz0c4A { display:block; }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTVNKq1gfeVdyG67yal3BS7oalehkbdF { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container { background-color: transparent; background-image: none; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container > .video-iframe-container { display: none; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row > .video-iframe-container { display: none; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .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); }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container { border-width: 0; border-radius: 0; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4i8xgR0DBg6aXqy3wv9McknX4XMRETx { top:6.3125rem;left:0rem;width:19.875rem;height:3.625rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #N15Lt5muuryqeF39TNEgCliil0Q36KAr { top:5.6875rem;left:38.6875rem;width:9.0625rem;height:4.875rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #ZeoGm9i9Gg7HJEI9DEHSEupxVwVFaGVX { top:11.625rem;left:0rem;width:22.625rem;height:1rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #sXoi7U9BnoFHqEcUBkJkpwfXZD1k4W9D { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;background-color:#000000;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pP9qIlSBrycndNgtBLDi0HJ87iKHTixa { top:7.5rem;left:18.90625rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Finq3OksHTKJWzvJnM8LQcXfmQnZ5OcT { top:6.125rem;left:18.90625rem;width:14.1875rem;height:1.1875rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #CRzQLiurnNs429RvOIwcPFA13fGIAwVz { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #QS5aFUA38A26l3dNgPTivs3nosPChvyO { top:2rem;left:0rem;width:2.1875rem;height:2.1875rem;background-color:#ffffff;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s7kriiUiE41CzTTsKp7Ot6cTJVtFeUHK { top:11rem;left:0rem;width:20rem;height:0.0625rem;background-color:#000000;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Om6TqnWgnZV4NvI1nCiZu4huvtIiu270 { top:0.3125rem;left:0.78125rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd { position:relative;z-index:auto;display:block; }#vJ2DteJ4bHTwauwSGT38OTFFXKcZ4bvd > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2e2n6umJoLHB7eMbyNt9JDmcD0nOzNI { width:5rem;height:1.9375rem;top:0rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIQQRRZTFcyf8kpkbVto7eJ58ZWJaw9s { display:block; }
 }@media only screen and (max-width: 763px) { #iJonenBLMKU9CnrWOnTZlsgFvl8bnDeB { width:5rem;height:1.9375rem;top:0rem;left:4.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFQ13OqtTunkTJhVneDXkfa0wdXbT36S { display:block; }
 }@media only screen and (max-width: 763px) { #ED63O05xzIktZHTD7L7LIRESCa2CVQhL { width:3.75rem;height:1.9375rem;top:0rem;left:16.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMgGekJMzE9l9uEGDCF7tDcB55SUF849 { display:block; }
 }@media only screen and (max-width: 763px) { #xEiT02c1uu85aAUHUIOrkHNvPmrLh8V5 { width:2rem;height:2.0625rem;top:0rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww3GAlDS7MEpkQ3bdzi4iwXbermZTQIb { width:8.125rem;height:1.9375rem;top:0rem;left:10.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyImFSMOOpyAlsNvGrQBT8p0T8StIuAm { display:block; }
 }@media only screen and (max-width: 763px) { #LcTDQVR1z8MoG4yWnbie4yfKWpns8ATU { width:8.125rem;height:1.875rem;top:3.3125rem;left:5.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAWA0VecPmzJ0TUPS8O1iZnWTdXoHtwn { display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84832a49-8ca9-4062-a408-36e72743658f/Zrzutekranu20251119o140554.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040.adaptive-delivery-prevent-bg, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyload, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyloading { background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { width:16.25rem;height:4.19921875rem;top:4.1875rem;left:1.875rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { width:16.25rem;height:4.5rem;top:17.1875rem;left:1.875rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8mUzwVr0l25ApkKRo2myuzvAbNxmzJV { width:13.125rem;height:3.75rem;top:22.625rem;left:3.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #wrAwRTzKBixdSFdpTmtiis1WvEx2yfU4 { display:block; }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { width:20rem;height:26.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { width:18.0625rem;height:19.3125rem;top:31rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsuF2dD1i18kZRD7J0tKHPJqMSfT317o { width:14.0625rem;height:2.625rem;top:28.6875rem;left:2.9375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fv7QaMTHqtKuQ8beRqKiVn4M9rQStUR4 { width:0.0625rem;height:19.3125rem;top:33.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpE2tyiZLCLG2MesLQSfoop5TpAFCcZN { width:8.375rem;height:8.375rem;top:8.38671875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:20rem;height:135.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { width:16rem;height:2.0996125rem;top:0.1875rem;left:2rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { width:20rem;height:10.1953125rem;top:3.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),0.8);display:block; }
 }@media only screen and (max-width: 763px) { #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { width:20rem;height:13.75rem;top:13.8876953125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0c7df58-0f19-4490-adca-954d62b905c8/Zrzutekranu20251119o142202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.adaptive-delivery-prevent-bg, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyload, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { width:0.0625rem;height:2.5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { width:18.75rem;height:2.0996125rem;top:30.794921875rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { width:20rem;height:11.8945rem;top:33.556640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),0.8);display:block; }
 }@media only screen and (max-width: 763px) { #QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { width:0.0625rem;height:2.5rem;top:30.669921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { width:20rem;height:13.75rem;top:50.7626953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxOVuTmG2EZtMVEHPJnxbt6fKQ9DCyGM { width:13.75rem;height:3.375rem;top:46.6376953125rem;left:3.125rem;z-index:15012;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #kbgSCHzfFePFP49FoQEQ5tuscQTO7wLi { display:block; }
 }@media only screen and (max-width: 763px) { #uLgbEEFQsDM1TFyu0FPTuLPaX56vdTBX { width:20rem;height:4.19921875rem;top:100.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #LU2lcDFb2hWqf8fPRKCVnSRwQg3zrsLb { width:20rem;height:8.496125rem;top:104.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),0.8);display:block; }
 }@media only screen and (max-width: 763px) { #Dg5arA5TVL4c93vKQdmb7db2EQUGyyVa { width:16.125rem;height:19.6875rem;top:77.875rem;left:1.9375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6b3db2c6-4bf5-48d8-b8dc-cf24e1dafb38/IMG_9158.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14998;display:block; }#Dg5arA5TVL4c93vKQdmb7db2EQUGyyVa.adaptive-delivery-prevent-bg, #Dg5arA5TVL4c93vKQdmb7db2EQUGyyVa.lazyload, #Dg5arA5TVL4c93vKQdmb7db2EQUGyyVa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KOQWBGAJ0Qog94w2R2PRrf1IovoN2xHv { width:13.75rem;height:3.375rem;top:114.0625rem;left:3.125rem;z-index:15012;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #HNMs9KFEdvFzKnG26g5Hm3vez56LHF8w { display:block; }
 }@media only screen and (max-width: 763px) { #PgTq92sL7LzmtgqXF2bH6IyPTh8VUfpl { width:20rem;height:8.496125rem;top:68.8623046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),0.8);display:block; }
 }@media only screen and (max-width: 763px) { #XpuuSCgURMk5tpISqdWoGk5K72DGaATb { width:0.0625rem;height:2.5rem;top:100.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM5z9hlwAoHSJ4gu0gfU2KCsBbnOoJvX { width:20rem;height:2.0996125rem;top:66.2626953125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #nSgSIskv4CICQgUM4lyffrRVTsguoDPR { width:0.0625rem;height:2.5rem;top:66.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azt1Tyfb3D3mtDEWPznntiaFFAPsSO5k { height:11.21975rem;width:20rem;top:118.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5df2Gxtn1nLHOMPEPS86DEFxXnATDTs { width:18.0625rem;height:3.375rem;top:131.125rem;left:0.9375rem;z-index:15012;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #bF3UCdZnkNRlivyRQ2PlSDFBxDmw62eI { display:block; }
 }@media only screen and (max-width: 763px) { #t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8d35cbd-0013-484b-b97d-c8bb128455a4/IMG_0281.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B.adaptive-delivery-prevent-bg, #t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B.lazyload, #t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B.lazyloading { background-image: none; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row .container { background-color: transparent; background-image: none; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.76); }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row .container > .video-iframe-container { display: none; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.76); }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row > .video-iframe-container { display: none; }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .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); }#t6MFfATRgTNwZ5K0ZhkJSppcc5U3bz0B > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Et0nWIKa38pdsc4LULyzNpvXMeD2THeO { display:block; }#Et0nWIKa38pdsc4LULyzNpvXMeD2THeO > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryJgSVkaMeh97lXSzUi98h2CmFoR3bGd { width:0.0625rem;height:2.5rem;top:1.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTxd0SpDdWpoqlGTQA9cr33IO0OR04P { width:15.1875rem;height:2.0996125rem;top:1.88671875rem;left:2.40625rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { width:11.8125rem;height:3.5996125rem;top:1.875rem;left:4.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { width:20rem;height:7.5rem;top:7.32421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb { width:20rem;height:20.1875rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d9aa8c39-d5a5-4aa3-8bf4-242c0abb7c74/Group83.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15000;display:block; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.adaptive-delivery-prevent-bg, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyload, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyloading { background-image: none; }
#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.57); } }@media only screen and (max-width: 763px) { #STUru5gfU086KBuUsufyXidzMSBn5n7h { width:20rem;height:20.25rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu { width:1.0625rem;height:1.0625rem;top:58.7783203125rem;left:8.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zmTC7vVKX5KT4ZNFIWAiW9gcryF0u5MI { width:12.0625rem;height:3.5996125rem;top:22.1875rem;left:3.96875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #TXqssqVUFUsNKrq9AdPbFH8sBlHysR9I { width:20rem;height:7.5rem;top:27.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPLm0q8bV7ATnDNlRgWFPbOruPtq7D8D { width:19.3125rem;height:4.19921875rem;top:40.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #GT8HodDZnL8ifvJXTqgg6ZAbgTJpiqcJ { width:19.4375rem;height:7.5rem;top:47.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #lxMLQ4T4lOpQNW5TonMyKU1LeSuTidwW { width:3.75rem;height:3.75rem;top:49.75rem;left:16.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU7n32ks9oRPkvfHEWDezt5L1BLuynJO { width:0.6875rem;height:0.6875rem;top:57.6875rem;left:2.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5lJw0QEdCt2zMz44hqG09ak2BrF5U5 { width:1.0625rem;height:1.0625rem;top:58.7783203125rem;left:10.875rem;font-size:2.625rem;opacity:.38;display:block; }
 }@media only screen and (max-width: 763px) { #qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT { display:block; }#qsXDDFt4lHe4KOIZ1CSZbOaMJ6aCVxqT > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e8a9b4e-da8e-4ff2-9d89-ccbc96241637/Zrzutekranu20251117o160334.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq.adaptive-delivery-prevent-bg, #lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq.lazyload, #lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq.lazyloading { background-image: none; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row .container { background-color: transparent; background-image: none; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.58); }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row .container > .video-iframe-container { display: none; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.58); }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row > .video-iframe-container { display: none; }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .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); }#lC4eFAKdn91GQqgHh33s0B7wbLeTPcaq > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdM9rqtKFZh0DQPmya4fol5w1U8fLdZz { width:0.0625rem;height:2.5rem;top:1.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { width:15.1875rem;height:2.0996125rem;top:1.57421875rem;left:1.75rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 { display:block; }#XoTLLvAVLuDnNu49MmuZGHV0T58KKWc8 > .row .container { width:20rem;height:337.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qgwb5yNzfty6VurUS2kUScqnLcNNZKxL { width:16.8125rem;height:12.5625rem;top:1.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5sHxGihTuqWger9W305Ua8IVhvXXF5r { width:16.8125rem;height:12.5625rem;top:15.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0KXpZzNod02r8vy8MosHwA0aLVzHZQK { width:16.625rem;height:12.4375rem;top:28.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd3H9eCQrVOsOJQ7i4ZHwxDUvGZ40FGH { width:16.8125rem;height:12.5625rem;top:42.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4x8Oo1T3mxBcn8or4TJo5n7HilaZTUs { width:16.8125rem;height:12.5625rem;top:56.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #He1KQe5P1aGE4MK2Lxtek6kGVq94DOsc { width:16.8125rem;height:12.5625rem;top:70.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfSwx8EqimzGXi4iWFPMkTvB7rQKHPKw { width:19.25rem;height:12.5625rem;top:111.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXW6KMsos6MeTLzte1xtoLJZxTtvQH0u { width:19.25rem;height:12.5625rem;top:97.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGEvxHhwCd68fcVhwunJE7tUb2FXRHDV { width:19.25rem;height:12.5625rem;top:84rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK3iDGaP10PITItl1AH3sKuTFvHlm6g8 { width:19.125rem;height:12.5rem;top:153.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3HdAvThbegNM3S3gkFbnGra932upqld { width:19.5rem;height:12.5625rem;top:139.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI7uUJ4iHnKsDb4D47LawwiV3FvCV3fN { width:19.25rem;height:12.5625rem;top:125.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOelwh9wVk6ta4LintyJWftoEBKatLCM { width:19.25rem;height:12.5625rem;top:194.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgabC8kbnJl19UdTfW9qXOFuyTck6P17 { width:19.25rem;height:12.5625rem;top:180.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyNzyxTzIZmMTPgDKLvrJ9v3TgHNOhBu { width:19.25rem;height:12.375rem;top:166.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niOLC2M1ZphmZbo1EpWJPAvVPL7bbKNw { width:19.25rem;height:12.5625rem;top:235.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlkwqtyWH9kM350Vt7h3mvw0o4FUTR10 { width:19.25rem;height:12.5625rem;top:221.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaNOgsMMcEEOqPZhOfrPmLPhPx7TWSgK { width:19.25rem;height:12.5625rem;top:208.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTnoZGvlvdpD18GCxyLkZXaqH6WK62dd { width:19.25rem;height:12.5625rem;top:277.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbZwgpRzNCWrwNlbOIdDT9NNtosFVC0C { width:19.25rem;height:12.5625rem;top:263.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBxRckTZHzirPweyRdWCzhusvsOsL1lL { width:19.25rem;height:12.5625rem;top:249.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmTnOZXHzUQ7o1rF8E8uAplHbl0vqSu4 { width:19.5rem;height:12.8125rem;top:318.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFEc6Evkb3EOtC5Eo5L3PyT1ht3d595h { width:19.25rem;height:12.5625rem;top:304.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J65dsG2nRkLE36kswNiw1nbWeCSAIS5V { width:19.25rem;height:12.5625rem;top:290.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKsHkMc0N18teqwzLmsBTReRutTL4Xg1 { width:18.0625rem;height:3.375rem;top:332.625rem;left:0.9375rem;z-index:15012;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #uCnnTLWX6PcEmfTggsJlGQzu3trqIEpw { display:block; }
 }@media only screen and (max-width: 763px) { #XV2Qappbms9gouglveC9c2XyH0pPXEIn { display:block; }#XV2Qappbms9gouglveC9c2XyH0pPXEIn > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtSXT9zAQN1u6QvDUcW438twQ9O74veG { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container { background-color: transparent; background-image: none; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container > .video-iframe-container { display: none; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row > .video-iframe-container { display: none; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .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); }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container { border-width: 0; border-radius: 0; }#qtSXT9zAQN1u6QvDUcW438twQ9O74veG > .row .container { width:20rem;height:365.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dp96MglTRUIAdPfQT0T8FrIaUM19mnuO { width:15.375rem;height:1.3994125rem;top:29.125rem;left:2.3125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),0.7);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETXdODeoR2ud7QNvcznuZPkfQp4i6TIi { width:6.25rem;height:0.0625rem;top:26.271484375rem;left:6.875rem;background-color:#2357db;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #slUqs9F83bk7zcd677PlWEvHkwIRIpIN { width:19rem;height:6.3125rem;top:35.25rem;left:0.8125rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#slUqs9F83bk7zcd677PlWEvHkwIRIpIN li:before{  }
 }@media only screen and (max-width: 763px) { #XyHTwtUl13d3V9Kh7QRydVRMo3WpZB4u { width:12.5rem;height:1.5rem;top:32.8125rem;left:3.5625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzENrKnd7xOhl0QpwWtzv2CVKGu58OmK { width:0.0625rem;height:2.5rem;top:1.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbMiqudKNlRX0Qch3IIkkchNpUdJFsuK { width:18.25rem;height:5.19921875rem;top:1.125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:2rem;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #tKEUCCTgZC7WPT28B8q36fZQgviE4r76 { display:flex;width:2.1875rem;height:2.1875rem;top:32.46875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lDSTro0iAF6cpxpy1JAuNrcbxOedM3Vo { width:19.25rem;height:9.3125rem;top:109.75rem;left:0.4375rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#lDSTro0iAF6cpxpy1JAuNrcbxOedM3Vo li:before{  }
 }@media only screen and (max-width: 763px) { #ouVvOC2kyiTruHEr8bWSdmIxB3hlHTZV { width:17.0625rem;height:1.5rem;top:107.37109375rem;left:1.46875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0lAEbIDWucaNt3VKr6c30MUNDAEAte9 { display:flex;width:2.1875rem;height:2.1875rem;top:107.02734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RTETJEb5y7GALTiVs03ZZSgpSxCDakCG { width:19.5625rem;height:7.8125rem;top:125.15234375rem;left:0.40625rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#RTETJEb5y7GALTiVs03ZZSgpSxCDakCG li:before{  }
 }@media only screen and (max-width: 763px) { #Oce7DDFQ5tTHs0HvfmzEnIUQuf0vK6dK { width:17.0625rem;height:1.5rem;top:121.78125rem;left:1.46875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAEkDFTk9k3hMXolZnB5taFyR7wHpEaG { display:flex;width:2.1875rem;height:2.1875rem;top:236.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pbbV5bxrXTFVQlu0tIomLyQsmBws3H5p { width:18.75rem;height:12.3125rem;top:47.75rem;left:0.9375rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#pbbV5bxrXTFVQlu0tIomLyQsmBws3H5p li:before{  }
 }@media only screen and (max-width: 763px) { #lKDOm5EEXpncsOy35BfHNNk15bBw2P8U { width:17.0625rem;height:1.5rem;top:45.1875rem;left:1.3125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7imfihDa1wt5GUcV6bBwLpUW2xtQHer { display:flex;width:2.1875rem;height:2.1875rem;top:44.84375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uRVTmxowAyc5VeUdOZlTxJQT23xkgf83 { width:19.5625rem;height:6.3125rem;top:184.5rem;left:0.375rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#uRVTmxowAyc5VeUdOZlTxJQT23xkgf83 li:before{  }
 }@media only screen and (max-width: 763px) { #nkxCcAWUMfna8fLANNMBz3eAkSy4JWU3 { width:17.0625rem;height:1.5rem;top:181.75rem;left:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU65S2S3Egamukc5Nis3SD483olfae2i { width:19.4375rem;height:10.8125rem;top:195.625rem;left:0.5rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#MU65S2S3Egamukc5Nis3SD483olfae2i li:before{  }
 }@media only screen and (max-width: 763px) { #CbvshmHbyDxsmRTPZTpszrIObyqWz97t { width:17.0625rem;height:1.5rem;top:192.875rem;left:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeBNHKKKrx0eEED7fZaTfDFHlRdH74bM { display:flex;width:2.1875rem;height:2.1875rem;top:181.40625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HxENFWsZcIEwTKgwE8pM2Cp3OPStOO6u { width:18.8125rem;height:13.8125rem;top:65.75rem;left:0.6875rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#HxENFWsZcIEwTKgwE8pM2Cp3OPStOO6u li:before{  }
 }@media only screen and (max-width: 763px) { #ToEeBuLdNTxrJ9J01up5zKDWOXUB3k1t { display:flex;width:2.1875rem;height:2.1875rem;top:62.40625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gz7C22AFCIT7ybIdotBbDS2umXE5vL9h { width:17.0625rem;height:1.5rem;top:62.75rem;left:1.3125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqNpwbAQna3q5FQTpb0GhNzrsrG2aAXa { width:19.5rem;height:12.3125rem;top:210.1875rem;left:0.4375rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#pqNpwbAQna3q5FQTpb0GhNzrsrG2aAXa li:before{  }
 }@media only screen and (max-width: 763px) { #rL6Rgp1QC3IOzVFgiqVWbU4kUuoxBHaB { display:flex;width:2.1875rem;height:2.1875rem;top:192.53125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fwSSMZ2v8ie4rxM3lycBPTn6GFo36Q9e { width:17.0625rem;height:1.5rem;top:207.4375rem;left:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2lLi4hxRJpNhBDNIZhZTTKIhg96KR6d { width:19.5625rem;height:6.3125rem;top:154.875rem;left:0.4375rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#T2lLi4hxRJpNhBDNIZhZTTKIhg96KR6d li:before{  }
 }@media only screen and (max-width: 763px) { #TyuJiTpvlhS1aUSF89OsqsgqX5MFTTsp { display:flex;width:2.1875rem;height:2.1875rem;top:151.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rx6DFcnMFzQoszsTXbuKH7qSbI0Sv05H { width:17.0625rem;height:1.5rem;top:152.09375rem;left:1.46875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcu9hl6WZSqDLvPnJuHTQ2uMbOrqth6l { width:19.5rem;height:13.8125rem;top:165.625rem;left:0.5rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#bcu9hl6WZSqDLvPnJuHTQ2uMbOrqth6l li:before{  }
 }@media only screen and (max-width: 763px) { #WZbQDyTMSLfH35hC65NI9QDEIRUEAgEp { width:17.0625rem;height:1.5rem;top:162.96875rem;left:1.46875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyF0gLxNJ8c0ac5D2E5BoPll34rro9fl { display:flex;width:2.1875rem;height:2.1875rem;top:162.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9H0az0kMsx7DT2Th024lRMOBLIBzhCO { width:17.625rem;height:6.3125rem;top:98.3193359375rem;left:0.5625rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#w9H0az0kMsx7DT2Th024lRMOBLIBzhCO li:before{  }
 }@media only screen and (max-width: 763px) { #ppFQFchbCfVeu2VTVnJAg9epxezTZvyF { width:17.0625rem;height:1.5rem;top:95.6005859375rem;left:1.46875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVdA8kTzW4hVTki7CSpHA3G68WalRpJJ { display:flex;width:2.1875rem;height:2.1875rem;top:95.2568359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mMEc4W5TzENkgcTJ64uyoBBfyW95eK2T { width:19.6875rem;height:9.3125rem;top:225.125rem;left:0.25rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#mMEc4W5TzENkgcTJ64uyoBBfyW95eK2T li:before{  }
 }@media only screen and (max-width: 763px) { #f7FllJfwTTdX3VbrgzSMVCBPuO0D1lkP { width:17.0625rem;height:1.5rem;top:222.375rem;left:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkykww15AGpXiSDmd8uTatrFwaAwbzo9 { display:flex;width:2.1875rem;height:2.1875rem;top:207.09375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #apG2yXh4o6V2vMeJuGb9fVV00uODADKm { width:19.3125rem;height:12.3125rem;top:137.5rem;left:0.5rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#apG2yXh4o6V2vMeJuGb9fVV00uODADKm li:before{  }
 }@media only screen and (max-width: 763px) { #xXEbWGhw8ifkcTgcUMocwKMxIJxqyBb7 { width:17.0625rem;height:1.5rem;top:135.09375rem;left:1.46875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utkULX0aXXufLNe7AoFCUICDqPwVBDZS { display:flex;width:2.1875rem;height:2.1875rem;top:134.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsVtg6km9TCNQwkvLgkv1hqPArSW2092 { display:flex;width:2.1875rem;height:2.1875rem;top:121.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IAcBkpxi3zykHbpVUTZwsbrTxv2RvWaZ { width:19.4375rem;height:12.3125rem;top:239.4375rem;left:0.5625rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#IAcBkpxi3zykHbpVUTZwsbrTxv2RvWaZ li:before{  }
 }@media only screen and (max-width: 763px) { #frfkOFPHlzaDllBGw8XQKc83TEsvEgmE { width:17.0625rem;height:1.5rem;top:236.75rem;left:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQzfZlA3N88ZkLIQ6rCs9JI3A5XmzWhU { display:flex;width:2.1875rem;height:2.1875rem;top:222.03125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tOOtU2OZ6lTMJlgTBqrLBuTaHTy5W1gk { width:18.5625rem;height:10.8125rem;top:81.875rem;left:0.625rem;text-align:left;text-align-last:left;color:rgba(0,0,0,0.5);font-size:1rem;display:block; }#tOOtU2OZ6lTMJlgTBqrLBuTaHTy5W1gk li:before{  }
 }@media only screen and (max-width: 763px) { #Bhdi7C4QexMFoxfLE2gZHQwapgSJ9AiM { width:17.0625rem;height:1.5rem;top:79.3125rem;left:1.3125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x37bl5Col2mH18PuAHUm96B4ur7celDf { display:flex;width:2.1875rem;height:2.1875rem;top:78.96875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTQ2LInIJUm7ohUEK0tc7qmeFiIVWr4g { width:20rem;height:3.8994125rem;top:10.9375rem;left:0rem;text-align:center;text-align-last:center;color:#f81b07;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sytylvrnwv0rFKG1ZFpRgRP4mZtNhQ57 { width:19.875rem;height:14.7529375rem;top:303.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgdKB9wIcdvw8iNOrCKEvlP0aavArKTs { width:13.75rem;height:3.375rem;top:22.125rem;left:3.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ScPoyTbcIpNU4LWE6JiTGBChfD6lzJZa { display:block; }
 }@media only screen and (max-width: 763px) { #zr1qpOwn5S8N3C2TQBXv7m5cq766AGBs { width:19.875rem;height:21.40725rem;top:265.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZp7sS2mQEUUXZ2WILhblDsfsLu0tXGs { width:20rem;height:2.5996125rem;top:7.0625rem;left:0rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R07DnQi9onTtFLP3miXAxptfSD2vNXZH { width:20rem;height:0.9746125rem;top:19.9375rem;left:0rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQVOHucBldXW10bEaMwwAA2cvh6pIx1h { width:20rem;height:6.499rem;top:252.3125rem;left:0rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQggapKZdQMwdbx49FAecWVEQ6WCov3X { width:20rem;height:1.29980625rem;top:246.625rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ63zg4vw8Z9oXaCRC9RI3TqS7XcmXAS { width:19.875rem;height:12.516625rem;top:318.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXacbRiDfFM3tNLvinAZvc7h5x3L2Wz8 { width:19.875rem;height:11.2793125rem;top:348.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBRfTIqOqvxeqPiuT6JRbiu6TbBnryNE { width:13.75rem;height:3.375rem;top:259.625rem;left:3.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #mkxfcNIaH3OiGlIfGqyXTPeEHmU75a10 { display:block; }
 }@media only screen and (max-width: 763px) { #CdvOpy7TqOS7mETlxTiTbpoeZsd4yFsE { width:19.875rem;height:15.46975rem;top:331.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8r2G5l7NMnIWZpkRH7DrLDcKPSGdOy { width:19.875rem;height:14.9931875rem;top:287.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbGgwHOOkl78TFE1lup5vqSScwKQyWZ { width:20rem;height:2.5996125rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;color:#f61703;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPbTnLkHOEO9BGJVOOf6IXlXg94GTlcf { width:18.0625rem;height:3.375rem;top:360.5625rem;left:0.9375rem;z-index:15012;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #b3ndvFsuSVeik7hXiW3TQ2rXt4eWTM7Z { display:block; }
 }@media only screen and (max-width: 763px) { #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07ae25ec-475c-42b9-a93c-80669a3210d5/Zrzutekranu20251119o145013.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.adaptive-delivery-prevent-bg, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyload, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyloading { background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { background-color: transparent; background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .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); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { width:9.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { width:17.5rem;height:auto;top:7.39453125rem;left:0rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { width:17.5rem;height:auto;top:7.39453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #MhZXfdDUSErmpxXRZ9mcwHNokufH4PQv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #U4tVG5vapIkSVq3e4wr5hQCiLLUZfimF {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #hGhpwvRM53zcmd0ykh2oDsnyfhAzk57n {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GW83SVoazfBbizysfFVsfJS1SNb9Odub {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bmhawevLgIQHvHXyohgWB9LyBITDk6Az {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #KqV1CvnbXhM7lwX2bD9AaqplBdAvdhNF {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #afPKx9O2dKs5qRvtPIk4wFugG1G1TX33 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #fyIhobALNEUTK9BXv69756RmPpTfgRmr {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Qivgx2Qc5Mw5LI3eukvqTKu7533LO6sT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc {  }
 }@media only screen and (max-width: 763px) { #RVz6pKyzJII0TLevXE3n7Tmeb5Pcr8K3 { width:0.0625rem;height:5.5rem;top:1.25rem;left:9.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { width:16.875rem;height:1.69921875rem;top:4.525390625rem;left:1.5625rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { width:19.75rem;height:35.25rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZ4CDTUGTWJWmBZ89rP5OoRw4ZO4leHk { width:0.0625rem;height:2.5rem;top:1.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { width:18.1875rem;height:9.44925rem;top:0rem;left:1.375rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:20rem;height:145.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { width:16.3125rem;height:15.5625rem;top:4.82421875rem;left:1.84375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94c5f442-e741-4dbf-85cf-a9e05807dcc4/Zrzutekranu20251117o190148.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.adaptive-delivery-prevent-bg, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyload, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { width:8.3125rem;height:1.7871125rem;top:1.0361328125rem;left:5.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { width:18.0625rem;height:1.5rem;top:2.76171875rem;left:0.96875rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLuTlebTgE92nllsILsgWwbt5ERcmIZs { width:17.5625rem;height:16.360375rem;top:21.287109375rem;left:1.21875rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoX0b5tbKDah1ZxKceCIaOE13SRdTkN3 { width:16.9375rem;height:15.5625rem;top:44.08203125rem;left:1.53125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8f00b878-8d6d-45f8-9480-9911d68a529a/32A7D4376D354F5FBE4684ECFEC4AA7D.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZoX0b5tbKDah1ZxKceCIaOE13SRdTkN3.adaptive-delivery-prevent-bg, #ZoX0b5tbKDah1ZxKceCIaOE13SRdTkN3.lazyload, #ZoX0b5tbKDah1ZxKceCIaOE13SRdTkN3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bt9y59eK7fMqoJUbdaTyOTW9TbChdkcH { width:20rem;height:16.360375rem;top:60.849609375rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EM8ReTm3dZILTKVJagwQuJyDN9OVfvlJ { width:19.9375rem;height:1.5rem;top:41.7685546875rem;left:0.0625rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zegCTXDlC28dXkxA1FKI6oiqse04Hlwt { width:4.8125rem;height:1.7871125rem;top:39.9814453125rem;left:7.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #JFduKUhd4fFho5816Z8pGGmSqLTmmolv { width:20rem;height:8.9238125rem;top:102.75rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raLa2rhtwtqGJC3iVc42rPbSrvOkpbtb { width:20rem;height:3rem;top:81.875rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kS9V2cJZskgxV2EyovgRCB7gJtMeqGPT { width:16.75rem;height:1.7871125rem;top:80.150390625rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #uuQy9t46NSXgk8HZDMMEifaIXS0f7anx { width:17.125rem;height:17.125rem;top:85.25rem;left:1.4375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e2e0e50-2d7a-42a9-83a5-e5ea60234a9a/Zrzutekranu20251117o191552.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uuQy9t46NSXgk8HZDMMEifaIXS0f7anx.adaptive-delivery-prevent-bg, #uuQy9t46NSXgk8HZDMMEifaIXS0f7anx.lazyload, #uuQy9t46NSXgk8HZDMMEifaIXS0f7anx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LHAfDgwtqOeAatNzaUuSGoNOa0JdVvfS { width:4.5rem;height:1.7871125rem;top:114.8125rem;left:7rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #wUWZ4Wv7Q5IPt8sCQk2vGagcQf7pc7FG { width:11.5rem;height:1.5rem;top:116.625rem;left:3.5rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlCE2014wQc0B8qRvOmmWc5TRwTcG8SL { width:20rem;height:10.411125rem;top:133.4794921875rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnyyCfqZybaQiNsP9ty0Tez8O7OHd7kt { width:13.0625rem;height:13.875rem;top:118.7021484375rem;left:2.71875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bbd62567-4f36-4162-acf6-a917340ca898/Zrzutekranu20251117o211711.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XnyyCfqZybaQiNsP9ty0Tez8O7OHd7kt.adaptive-delivery-prevent-bg, #XnyyCfqZybaQiNsP9ty0Tez8O7OHd7kt.lazyload, #XnyyCfqZybaQiNsP9ty0Tez8O7OHd7kt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yCtcz5EScaWPXCp1wSyER02fsVfz0c4A { display:block; }#yCtcz5EScaWPXCp1wSyER02fsVfz0c4A > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTVNKq1gfeVdyG67yal3BS7oalehkbdF { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container { background-color: transparent; background-image: none; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container > .video-iframe-container { display: none; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row > .video-iframe-container { display: none; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .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); }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container { border-width: 0; border-radius: 0; }#kTVNKq1gfeVdyG67yal3BS7oalehkbdF > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4i8xgR0DBg6aXqy3wv9McknX4XMRETx { width:20rem;height:3.673825rem;top:8.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #N15Lt5muuryqeF39TNEgCliil0Q36KAr { width:13.25rem;height:5.59765rem;top:20.3125rem;left:3.375rem;font-size:1rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZeoGm9i9Gg7HJEI9DEHSEupxVwVFaGVX { width:20rem;height:1.04980625rem;top:26.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #sXoi7U9BnoFHqEcUBkJkpwfXZD1k4W9D { width:18.75rem;height:0.0625rem;top:25.9375rem;left:0.625rem;background-color:#000000;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pP9qIlSBrycndNgtBLDi0HJ87iKHTixa { width:11.125rem;height:1.3994125rem;top:17.8125rem;left:4.4375rem;font-size:1rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Finq3OksHTKJWzvJnM8LQcXfmQnZ5OcT { width:11.375rem;height:1.3994125rem;top:16.2890625rem;left:1.75rem;font-size:1rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRzQLiurnNs429RvOIwcPFA13fGIAwVz { width:20rem;height:1.04980625rem;top:14.38671875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #QS5aFUA38A26l3dNgPTivs3nosPChvyO { width:2.1875rem;height:2.1875rem;top:17.4375rem;left:15.5625rem;background-color:#ffffff;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s7kriiUiE41CzTTsKp7Ot6cTJVtFeUHK { width:18.75rem;height:0.0625rem;top:27.875rem;left:0.625rem;background-color:#000000;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Om6TqnWgnZV4NvI1nCiZu4huvtIiu270 { width:8.1875rem;height:8.1875rem;top:0rem;left:5.90625rem;display:block; }
 }