.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75bff2;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; }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ > .row .container { background-color: transparent; background-image: none; }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ > .row .container > .video-iframe-container { display: none; }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ > .row > .video-iframe-container { display: none; }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ > .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); }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ > .row .container { border-width: 0; border-radius: 0; }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#IlhreTSwfVN25S22UVWaAzdsAFU8IlXa { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:0.625rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3c4436d-70ff-493f-95ba-5e2f1a8934d1/image73min.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;overflow:visible;position:relative;display:block; }#zf6cwWqG5Z9AfMzulL2pvZTX51h1Bpm8 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:10.5625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xwi2d94togm3NQio2KTy9tFWwT3BCbcS { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.875rem;left:15.25rem;height:4.63036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NXnPQ2vlOsSSamf6zy9fritPoNhLv8o8 { background-color:#75bff2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.2119375rem;height:3.5859375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.625rem;left:22.5rem;display:block; }
#d1V9bfTZ2liLpULzui1MqT0qgaflMXzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3c4436d-70ff-493f-95ba-5e2f1a8934d1/image73min.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G.adaptive-delivery-prevent-bg, #IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G.lazyload, #IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G.lazyloading { background-image: none; }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G > .row .container { border-width: 0; border-radius: 0; }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G::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; }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#nJ0aKzVTrFZxa3BT58uTArTVNfw3Goz2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.8125rem;left:-0.09375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nlWeOeyKOaRJJMmWDhTVVPFZSQLE1Etg { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.25rem;left:15.125rem;height:4.63036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KvEb4H8sF6piDfR6A79DsrDycoEX6Tz2 { background-color:#75bff2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.2119375rem;height:3.586425rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.25rem;left:22.3935546875rem;display:block; }
#rTdZlVAdpwpQgGxk8VHcTrb5JxmnVZpA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75bff2;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; }#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz > .row .container { background-color: transparent; background-image: none; }#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz > .row .container > .video-iframe-container { display: none; }#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz > .row > .video-iframe-container { display: none; }#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz > .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); }#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz > .row .container { border-width: 0; border-radius: 0; }#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#DGkhb8ldVGWDUP3REN3n0GmHtTzb3g89 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:9.375rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#oZ5f0QW4KoJc30AtbR34TDFM0LOnizau { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:9.375rem;top:1.3125rem;left:13rem;overflow:hidden;display:block; }
#JBvSEENZiaP1pTFhfXXeAmov2wwH1hGT { position:absolute;display:block;z-index:15002;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:5.1875rem;width:9.375rem;top:1.25rem;left:26.5rem;overflow:hidden;display:block; }
#wx7aF7bJ0mMekLl9BDhTATnv9kQ8otRZ { position:absolute;display:block;z-index:15003;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:5.1875rem;width:9.375rem;top:1.25rem;left:39.8125rem;overflow:hidden;display:block; }
#Don2iEGZRETXydN9JBITS0I0evl6ihDD { position:absolute;display:block;z-index:15004;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:5.25rem;width:9.375rem;top:1.1875rem;left:52.9375rem;overflow:hidden;display:block; }
#QnJTLGHIPFrTtLIJx9taTPR85kQPMTpG { position:absolute;display:block;z-index:15005;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:5.25rem;width:9.375rem;top:1.1875rem;left:65.625rem;overflow:hidden;display:block; }
#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.75);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; }#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb > .row .container { background-color: transparent; background-image: none; }#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb > .row .container > .video-iframe-container { display: none; }#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb > .row > .video-iframe-container { display: none; }#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb > .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); }#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb > .row .container { border-width: 0; border-radius: 0; }#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#p0J58e8VU8CDLOoTzWxIbfRP6B9Wkh6L { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.875rem;left:0rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ik6MLBtBZ9LycdQ4Fei50cUeaqEOvmUR { color:#000000;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.875rem;left:3.5625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oM30ZBNfnU3Q8FETOVdVVZzBiogs0gyU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.5rem;left:0.75rem; }
#Ra466kTyuEJhqdPpbwTzDadWg3cX2dvs { color:#000000;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.125rem;left:3.625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DZFzEZq2uMnQzw7W1urWhBkTyMHa4MK9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.75rem;left:0.75rem; }
#SJfW76maS5862Z5B9TAJ7TzNJPHIafdu { color:#000000;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.375rem;left:3.625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rHgoGi2RF91w4cnVTIJKmsWTKEcKiEwX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:26rem;left:0.75rem; }
#aQZ93nAFkT7R9kyTEiN1EpqIbDUZvfoi { color:#000000;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.375rem;left:41.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x4SHzTBtgRhnKqPQ2Exvr6DKhWMleUiP { color:#000000;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.125rem;left:41.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aE2RkGQ5WxKuS4Jf6yQmGwg90RNIfkSE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:19.75rem;left:38.1875rem; }
#u2ZPA7qITvidv7vpB7lgTIoEb3z23Nz4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:26rem;left:38.1875rem; }
#dT9o6ZbgbQhq2JhCoXuEPZrLFRB7ITsc { color:#000000;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.875rem;left:41rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UEr55sEeDhS9a04TTqQhEPqzF041Mfgz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:13.5rem;left:38.1875rem; }
#WgGiCG82rI0TDFWOQO9L7HvTnkvI69mV { background-color:#75bff2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.212375rem;height:3.5874rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.1875rem;left:22.3125rem;display:block; }
#CwX3PE7s5rWpcT5FcbwUbT6AkCL844cy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;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; }#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 > .row .container { background-color: transparent; background-image: none; }#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 > .row .container > .video-iframe-container { display: none; }#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 > .row > .video-iframe-container { display: none; }#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 > .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); }#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 > .row .container { border-width: 0; border-radius: 0; }#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 > .row .container { font-size:0.875rem;font-family:arial;height:70.1875rem;width:75rem;position:relative;display:block; }#bhwppopwM3csT25GbaXTytSTXnBg5LIy { color:#000000;display:block;width:62.5625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.75rem;left:6.21875rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C253V3ZzKhmfBr3yC0SLsErR9qnDc6gD { position:absolute;display:block;z-index:15002;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:26rem;width:39.0625rem;top:11.34375rem;left:17.96875rem;overflow:hidden;display:block; }
#ZzVa13goDqAAMbec973FchJldsgHPtNu { color:#000000;display:block;width:66rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:40.375rem;left:4.5rem;height:10.2368125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i1iUU60ehnX0IwAXhqqaZG1TTNsPkXyf { color:#000000;display:block;width:66rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:50.61083984375rem;left:4.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#i1iUU60ehnX0IwAXhqqaZG1TTNsPkXyf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i1iUU60ehnX0IwAXhqqaZG1TTNsPkXyf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f682207ade9e99bd96007ade5c16bcd705d64a05.svg); }
#zUebXii5FHTu9rhnoWL9LXN2dsHRx79f { color:#000000;display:block;width:66rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:60.94775390625rem;left:4.5rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f247d65b-7a9a-4f3a-ac23-432573c9e56b/Zrzutekranu20251210o173728e1770991787700.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s.adaptive-delivery-prevent-bg, #tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s.lazyload, #tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s.lazyloading { background-image: none; }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s > .row .container { background-color: transparent; background-image: none; }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s > .row .container > .video-iframe-container { display: none; }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s > .row > .video-iframe-container { display: none; }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s > .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); }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s > .row .container { border-width: 0; border-radius: 0; }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s::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; }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#RRvgoLccq4TJHf2TIZnAXBBGZoxDss4s { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F71FwrCClVbHev3STt3cALyBT00u2bUM { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:3.5625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dIXOfeNnR2PG3LHIwbx7O9TV99EPLWDT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.5625rem;left:0.6875rem; }
#CHJkVeIOlXBzSCrobxhyNTE6tf9hzFQK { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.4375rem;left:3.625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SLGHZxwf9wCpBzPvuwZW88wruuZsrTD5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.8125rem;left:0.75rem; }
#AJTm2I6XprQMklHVXeu1gDkIxe6FtVGQ { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.6875rem;left:3.625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gxKSymOn0QssLMEsJuKDreF8738XFEAw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.0625rem;left:0.75rem; }
#KFbfZNKUg8x3hbIIKioJC7Zq7KaynGfe { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:26.6875rem;left:41.0625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ys4QrNrV3dleNHbJH7MTwC2VrtEtFCuL { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.4375rem;left:41.0625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPfPZ2gUVbOZmAln4ioctCgTw7PsfMIz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:20.8125rem;left:38.1875rem; }
#MCqu2m2Q2yolCk39k4U7pTw7pdCp6BpR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.0625rem;left:38.1875rem; }
#HNWSQVX31Zw5vJZonaTpIM2kF5lU2cZm { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.1875rem;left:41rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ot1KKGLG0yz60eSvS6IU0w8qXfGMqeDb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.5625rem;left:38.125rem; }
#NTOtZ3SP7imd2tf4ayt7SptMzUPtIxEd { background-color:#75bff2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.2119375rem;height:3.5869125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.5625rem;left:22.3935546875rem;display:block; }
#NBthqETikbG8D4bk1ax3hqyElt2QQmbg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RlqdFT2I9rf3vd7SM9kGFgNGPAK0TV8z { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:32.9375rem;left:41.0625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WPPsnc868SIcy7oXyvcKmbcGqUiTgRXn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:33.287109375rem;left:38.1875rem; }
#pq28AZMD3HxsSvEr1ZcniCZJ0mwqqaaT { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.9375rem;left:4.3125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AT4ARTW50KJqMVGqJ73bbxUCcPDE7qlE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:33.3125rem;left:1.4375rem; }
#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f247d65b-7a9a-4f3a-ac23-432573c9e56b/Zrzutekranu20251210o173728e1770991787700.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb.adaptive-delivery-prevent-bg, #okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb.lazyload, #okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb.lazyloading { background-image: none; }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb > .row .container { border-width: 0; border-radius: 0; }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb::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; }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:none; }#ofudhZzqbh2wVdNf5fb7mTv260CS3Au0 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KpIT5LKOcfsWSXvvzd8IbeFQsR68eTJU { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:3.5625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r5OanHkJ9nUwCLvMUJIlHTFEN7ISGv5e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.5625rem;left:0.6875rem; }
#GaVSrE81d08DwkrpLhTLfRLM3MnWmFbn { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.4375rem;left:3.625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZaPCHGcuMQv4fMHxTuOx4iKfg91bPaCR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.8125rem;left:0.75rem; }
#vSuCgP8SJ2w08F0IrNhl6MdleqqxRc0n { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.6875rem;left:3.625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBA39gLTfUgrkk7TW762r5szfdL5RX4T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.0625rem;left:0.75rem; }
#M0Q0JB4s4XROMOTbq9LKlzLeysm2eyrc { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:26.6875rem;left:41.0625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pc48FyshRTrQ8PgDd2lBQTBTUzyu66Bx { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.4375rem;left:41.0625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EskFLG6d8dBfPBBSW1URHN14rAsc3oAg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:20.8125rem;left:38.1875rem; }
#i6CbiFx6os4bsKITLZOZl0C3CS1htxaO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.0625rem;left:38.1875rem; }
#rvr3TENMaTcLHXUV3DaXhoVF2O7Dd8xT { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.1875rem;left:41rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I0ELg0M71glqXOacgacLd9CF7v1thI5Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.5625rem;left:38.125rem; }
#VM05Hc7vXSWF3oKuDafEypWJJwLVyoRZ { background-color:#75bff2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.212375rem;height:3.5874rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.5rem;left:22.3125rem;display:block; }
#QxD4wvt4KCTwTzdftks3F3UtRsr5Mm2v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ebLFxwDWNt9CsdvP2to2ZMNR7cqBDGwN { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:26.6875rem;left:41.0625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PhNP9D189NBTTooxASCicqXn61i0JQUS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.0625rem;left:38.1875rem;display:none; }
#KJlR2P6vPOrHHIpXf4FMcV9STPVoUbhQ { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.4375rem;left:41.0625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QxKwi7bSXB4BTeNDun5Cuwpk0TsrRru6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:20.8125rem;left:38.1875rem;display:none; }
#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM { position:relative;display:block; }#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM { background-color: transparent; background-image: none; }#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM > .row .container > .video-iframe-container { display: none; }#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM > .row > .video-iframe-container { display: none; }#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM > .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); }#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM { border-width: 0; border-radius: 0; }#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM > .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; }#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM > .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:11.125rem;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; }#gCncVrPCPXWOE42N1MAscE0miBBo4b5T { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.14990234375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne { 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; }#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne > .row .container { background-color: transparent; background-image: none; }#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne > .row .container > .video-iframe-container { display: none; }#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne > .row > .video-iframe-container { display: none; }#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne > .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); }#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne > .row .container { border-width: 0; border-radius: 0; }#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#AUkPTCnZT6a09bvQoqVRqfwwpb7ccPvI { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:14.5625rem;left:49.8125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Iu9hcDf3BDZxsDmRcRNBeARcdk9MUhlR { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.125rem;left:52.1875rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TllWeLgVJqpD3tx9S62kGzJdebaOQMnt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.0625rem;left:59.0625rem; }
#EgwKqG4eJu6X314C16sVa0mmUfLGDUcB { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.625rem;left:27.375rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eS4HmEgE8KtMTThETaTpzzNvVcT2idJa { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:10.0625rem;left:25rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Jqufno6HTVpObcSN5XvT9rIxpeOWDap3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.5625rem;left:34.25rem; }
#secNk9QXzz8kCCa3OLtJ5X7zKLPOT13p { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.3125rem;left:2.375rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DoTF8KJahQ8FxacFluxlHNzlp7i6yQcx { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:14.75rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#z0kx5ekfekGpgyJ6r3iTkKp8R4FweoRi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.25rem;left:9.25rem; }
#G5f7TsFlKUg2rA7n6W17SLRKQOIcvwQc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#G5f7TsFlKUg2rA7n6W17SLRKQOIcvwQc > .row .container { border-width: 0; border-radius: 0; }#G5f7TsFlKUg2rA7n6W17SLRKQOIcvwQc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5f7TsFlKUg2rA7n6W17SLRKQOIcvwQc > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:none; }#mOqvhV4ccsWZGzrVkt5eWXuXWXKn4NU6 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:14.5625rem;left:49.8125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#NDTqTdNrWWzT9MCiOJ8UT225EbKFdNVO { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.125rem;left:52.1875rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XD9NcmvTpMEpV4iTMTiOTqdyEchTgxsP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.0625rem;left:59.0625rem; }
#WzpSFg5Z1saN0vNTuFWznuSx4mffLPBv { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.625rem;left:27.375rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBNV5lQtTymNRbNCvx3X9wtBTsh39mkn { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:10.0625rem;left:25rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#q6ePWlsfrmzvBfHbP0xpClGn7UK8C5DO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.5625rem;left:34.25rem; }
#HNM6TPx0DaRkMFJJ8TIfiBw8ssiwpDqy { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.3125rem;left:2.375rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MAQ7Zyz0UzWP9uLhRrFEciuB7mIwwq1H { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:14.75rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#kdPwTIxgDq0sIixdhCpiPz7aPzzVLdqJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.625rem;width:6.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.25rem;left:9.25rem; }
#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;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; }#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P > .row .container { background-color: transparent; background-image: none; }#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P > .row .container > .video-iframe-container { display: none; }#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P > .row > .video-iframe-container { display: none; }#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P > .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); }#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P > .row .container { border-width: 0; border-radius: 0; }#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#kKAmxAWmBmP5N4cnIxrtu410uL2G7ohG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:32.1875rem;top:11.4375rem;left:2.65625rem;overflow:hidden;display:block; }
#QsNfG1MICvzGhTGMdhNVTgDlhtNu8ywk { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.33740234375rem;left:0rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EzrV6uIEiiITGAwU4Ttx8IvpvObEJzcu { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.17578125rem;left:37.5rem;height:30.7104375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mxOTSI7lqOW1NXebxJD8wWGko7DwEriJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mxOTSI7lqOW1NXebxJD8wWGko7DwEriJ > .row .container { border-width: 0; border-radius: 0; }#mxOTSI7lqOW1NXebxJD8wWGko7DwEriJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxOTSI7lqOW1NXebxJD8wWGko7DwEriJ > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:none; }#gUktbcvq0RwsEdS8wSHoEo97xUGQsoJP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:32.1875rem;top:11.4375rem;left:2.65625rem;overflow:hidden;display:block; }
#OEn5N9N93KQIcxrGe1wnQsM3ckcaegpx { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.33740234375rem;left:0rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTgOVgDEEIGnvgUyDqnaHaClaWyLFKWr { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.17578125rem;left:37.5rem;height:30.7104375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ecd03810-c220-4872-9105-75d1f3f25270/Zrzutekranu20251210o173728.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc.adaptive-delivery-prevent-bg, #eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc.lazyload, #eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc.lazyloading { background-image: none; }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc > .row .container { background-color: transparent; background-image: none; }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc > .row .container > .video-iframe-container { display: none; }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc > .row > .video-iframe-container { display: none; }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc > .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); }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc > .row .container { border-width: 0; border-radius: 0; }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc::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; }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc > .row .container { font-size:0.875rem;font-family:arial;height:65.75rem;width:75rem;position:relative;display:block; }#uCsCC0RCXRvn6b1TFLQ8KTdfBdglHnd8 { color:#e7efff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.5625rem;left:0rem;height:7.19925rem;text-align:center;text-align-last:center;display:block; }
#AbLHIc6spJcr2rCttvkymtKwTosWFkqV { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:15.875rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJ0QxkmmQ8If6N8FrHAegR0qJlcT0fkB { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:5.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#Gi03EP9h01Hax97PFWDVszdRggwiTSDF { background-color:#75bff2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.2119375rem;height:3.5859375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:56.25rem;left:22.375rem;display:block; }
#McqBUndIOTQvyM7DFTXwPaHB3H3UiRp3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arglqBGEUnbXWReTud6IMIQT0TFlNbQm { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.5625rem;left:15.4375rem;height:23.375rem;font-style:normal;display:block; }#arglqBGEUnbXWReTud6IMIQT0TFlNbQm li:not(:first-child){ padding-top:1.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#arglqBGEUnbXWReTud6IMIQT0TFlNbQm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f682207ade9e99bd96007ade5c16bcd705d64a05.svg); }
#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ecd03810-c220-4872-9105-75d1f3f25270/Zrzutekranu20251210o173728.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7.adaptive-delivery-prevent-bg, #JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7.lazyload, #JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7.lazyloading { background-image: none; }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 > .row .container { border-width: 0; border-radius: 0; }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7::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; }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 > .row .container { font-size:0.875rem;font-family:arial;height:65.75rem;width:75rem;position:relative;display:none; }#l84qOCXnl2DaZaoO5PazfqWbHb150wbh { color:#e7efff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.5625rem;left:0rem;height:7.19925rem;text-align:center;text-align-last:center;display:block; }
#mnKwIE5uEMAO7SaDBD6T9Zgi9VyoxUcf { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:15.875rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0BlT4lw2Zk2mux6gRSbzc1HUPQsCyiD { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.75rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#GhJ5uBTL1X3cMLbN3Ix09PfDTVwHndgd { background-color:#75bff2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.2119375rem;height:3.5859375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:56.25rem;left:22.375rem;display:block; }
#OBVpeuBN6HQii5KZJaTsB3R2IHuHpQBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BuqyPRfAW4crTSlsA9da8nfs4AIcdTv1 { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.5625rem;left:15.4375rem;height:23.375rem;font-style:normal;display:block; }#BuqyPRfAW4crTSlsA9da8nfs4AIcdTv1 li:not(:first-child){ padding-top:1.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#BuqyPRfAW4crTSlsA9da8nfs4AIcdTv1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f682207ade9e99bd96007ade5c16bcd705d64a05.svg); }
#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue { position:relative;display:block; }#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue { background-color: transparent; background-image: none; }#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue > .row .container > .video-iframe-container { display: none; }#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue > .row > .video-iframe-container { display: none; }#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue > .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); }#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue { border-width: 0; border-radius: 0; }#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue > .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; }#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue > .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:79.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; }#tmR8iLK1U8rJnNxFvkHr1D7K4u4uOlZd { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.875rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;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; }
#s3s8fI2Ma575lV2yXTLXnyEgT4q9D72e { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15016;background-color:#f4f4f4;background-image:none;top:21rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#GnfCy6F3Lun4qbi9GeTwGovXmm2GZlp9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.6875rem;left:13.4375rem; }
#Of09MztvaWEHZL649xH4u6w9OJuES9Wi { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.875rem;left:16.375rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#AcrGz8PS6vs7vOFpfdxgO4eSxsH3HzTX { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:25.625rem;left:13.4375rem;height:3.19921875rem;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;text-align:left;text-align-last:left;display:block; }
#TMARVExZHfS72rOC5T9KyMrKbKZhHnUb { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15020;background-color:#f4f4f4;background-image:none;top:30rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#JBTeyaNRLWnN32OSJ77a99vhrURa9bMf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:30.6875rem;left:13.4375rem; }
#M90JprhriAVrIdNaZW3uF47GK759Ueuq { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:30.875rem;left:16.375rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#uuh9IReKtDI2HGyNZxnns8Q7i474hieS { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:34.625rem;left:13.4375rem;height:3.19921875rem;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;text-align:left;text-align-last:left;display:block; }
#GDu2QVcxkmLwfTM7gAcPZCNi5XnZTFx5 { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15024;background-color:#f4f4f4;background-image:none;top:39.75rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ElH1yoT4nqiW8XniPwPPJL581m6lgV0R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:40.4375rem;left:13.4375rem; }
#Q3MlcCBeJnmD5SCpEJkesohIgzBGiARP { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:40.625rem;left:16.375rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#qVx0w1W9zFmX4KRBEcRORmQLRdxbOoIQ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:44.5rem;left:13.4375rem;height:9.098625rem;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;text-align:left;text-align-last:left;display:block; }
#fWycu3kasv3ESwunzLNuSUOwT4TzIpFx { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:16.625rem;left:13.4375rem;height:3.19921875rem;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;text-align:left;text-align-last:left;display:block; }
#xzTDNJbXRJpLWDUJ6dueavWH36u7AvLI { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15036;background-color:#f4f4f4;background-image:none;top:12.4375rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#PrxMxq6cWSqPr5J3EizkJLwU0gHah2Qh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:13.125rem;left:13.4375rem; }
#CNyqtLmXbA9GNtfJeZhIQXz1xb9BFPNI { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:13.3125rem;left:16.375rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#gTy8U8M4c6u8XCLq0okLIsLWsOZs0UKT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:60.1875rem;left:13.4375rem;height:3.8994125rem;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;text-align:left;text-align-last:left;display:block; }
#INTlbXNlJFWfXLcOGuCIeiEzWroJkG0T { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15028;background-color:#f4f4f4;background-image:none;top:55.5625rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ZD6WKriJvM6rrcCRzW5dPNPEp2Ge5PEe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:56.25rem;left:13.4375rem; }
#aoVWwRtDkP7Lk1LZqsD2riDngG8wZgCE { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:56.4375rem;left:16.375rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#RnFEvqM1wmNK1Cd3wiUXGpte2yyIweT5 { background-color:#75bff2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.2119375rem;height:3.5859375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:69.625rem;left:22.3935546875rem;display:block; }
#FTy3mb3FFLdh2b2f1PU0LWtHCpCpu42y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khE1gIeAGMXiybeeFhJ3OGHSKKmfMT5E { position:relative;display:none; }#khE1gIeAGMXiybeeFhJ3OGHSKKmfMT5E { border-width: 0; border-radius: 0; }#khE1gIeAGMXiybeeFhJ3OGHSKKmfMT5E > .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; }#khE1gIeAGMXiybeeFhJ3OGHSKKmfMT5E > .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:68.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#M4nNMIX1alnugzKOrNgzzGGB2Cf2ri1u { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;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; }
#AWGocospNMsmeXF9DKa3IffHLp5DSwcN { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15016;background-color:#f4f4f4;background-image:none;top:18.125rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#tU3sVZhTwTMkflO7zpC4nL6XHfMr9eLF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:18.8125rem;left:13.4375rem; }
#UCtLqMmS808zQkah54TZaKvxeoSd2EbR { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19rem;left:16.375rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#qNScDsRt3hoKhrGlwAwIsNeObWoglmTM { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:22.75rem;left:13.4375rem;height:3.19921875rem;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;text-align:left;text-align-last:left;display:block; }
#FAm56kPnyuUb0BU2PNUVvmrih5loZATh { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15020;background-color:#f4f4f4;background-image:none;top:27.125rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#sadmaTxTKwfU8hoaKzHDWumz7W4TzIiD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:27.8125rem;left:13.4375rem; }
#buOdITKsn7KuwqdT71HlykrTHN2Armde { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:28rem;left:16.375rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#Ri25HNFX4noZXGGsSTa0ahmf0roh2G3r { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:31.75rem;left:13.4375rem;height:3.19921875rem;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;text-align:left;text-align-last:left;display:block; }
#Dof5UnnKAMxDxrhVOHK2xPmTcd7IauV1 { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15024;background-color:#f4f4f4;background-image:none;top:36.875rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#mkTOtczgrCztub2qOymk7s80GOq2Kfzz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:37.5625rem;left:13.4375rem; }
#ATatnMTIK3S94cHMA9t6rJXP9veRa6SH { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:37.75rem;left:16.375rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#e1VaUQct9h1METxm8rpdotqTBPz8roZh { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:41.625rem;left:13.4375rem;height:9.098625rem;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;text-align:left;text-align-last:left;display:block; }
#GTlGvF5gwMCIhSx5OILqBRSBiTaMTiXG { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:13.75rem;left:13.4375rem;height:3.19921875rem;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;text-align:left;text-align-last:left;display:block; }
#VrnT9rqvRB4RgTxITSahKSToQlcKRGQm { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15036;background-color:#f4f4f4;background-image:none;top:9.5625rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#EDTuaBHaRzbXWAfMfPTemDA7sElAG3OB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:10.25rem;left:13.4375rem; }
#klToT4k1xTkv0w166fg6loK7T57wcJNu { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:10.4375rem;left:16.375rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#zqFtw5CGDTU9Byfr9ehWHTJqQeJfpDwi { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:57.3125rem;left:13.4375rem;height:3.8994125rem;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;text-align:left;text-align-last:left;display:block; }
#ePnFahQqdl88M9GlKbe2rsgM8u4XMu63 { box-sizing:content-box;height:3.0625rem;width:50rem;position:absolute;display:block;z-index:15028;background-color:#f4f4f4;background-image:none;top:52.6875rem;left:12.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#DHIn6aRagpagEuWvqphivv5V7EwZKKbl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:53.375rem;left:13.4375rem; }
#OIFUnx04Vxf84O77vf3WP7tDtVxyfgWD { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:53.5625rem;left:16.375rem;height:1.29980625rem;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;text-align:left;text-align-last:left;display:block; }
#UShb8QbbW9mRdToCz1ZoPAsZ54oKxwSi { background-color:#75bff2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.2119375rem;height:3.5859375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:56.25rem;left:22.375rem;display:none; }
#eAD3Mmqt4XT1zTdMnPoxz9CFcbheAdzI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mm2d407Gt9vgIuXuPsO4owt5semk2eho { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Mm2d407Gt9vgIuXuPsO4owt5semk2eho > .row .container { background-color: transparent; background-image: none; }#Mm2d407Gt9vgIuXuPsO4owt5semk2eho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mm2d407Gt9vgIuXuPsO4owt5semk2eho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mm2d407Gt9vgIuXuPsO4owt5semk2eho > .row .container > .video-iframe-container { display: none; }#Mm2d407Gt9vgIuXuPsO4owt5semk2eho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mm2d407Gt9vgIuXuPsO4owt5semk2eho > .row > .video-iframe-container { display: none; }#Mm2d407Gt9vgIuXuPsO4owt5semk2eho > .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); }#Mm2d407Gt9vgIuXuPsO4owt5semk2eho > .row .container { border-width: 0; border-radius: 0; }#Mm2d407Gt9vgIuXuPsO4owt5semk2eho > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Mm2d407Gt9vgIuXuPsO4owt5semk2eho > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;overflow:visible;position:relative;display:block; }#v1ZTTOkMz0HJT6uJEHwDonywk63MTG3f { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:16.5625rem;left:45.5rem; }
#Vg3DwTnKSGRO9qc34OQLf4bucmNMkM7A { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.75rem;left:26.9375rem; }
#kM9JdgiHTZFudLhy6ufhmrOQBz4eic27 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:20.5625rem;left:18.75rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gMm117UEp6S0Jw1ykN4OH7EqRwtM56iJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20.5625rem;left:37.5rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IoNLl8XUA8scbo6QoNOFXeb6wk9BNTCL { color:#e7efff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.5rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ { display:block; }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlhreTSwfVN25S22UVWaAzdsAFU8IlXa { top:0.625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf6cwWqG5Z9AfMzulL2pvZTX51h1Bpm8 { top:10.5625rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwi2d94togm3NQio2KTy9tFWwT3BCbcS { top:23.875rem;left:1.625rem;width:44.75rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXnPQ2vlOsSSamf6zy9fritPoNhLv8o8 { width:30.1875rem;height:3.5625rem;top:31.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1V9bfTZ2liLpULzui1MqT0qgaflMXzO { display:block; }
 }@media only screen and (max-width: 763px) { #IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G { display:none; }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nJ0aKzVTrFZxa3BT58uTArTVNfw3Goz2 { top:5rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlWeOeyKOaRJJMmWDhTVVPFZSQLE1Etg { top:13.4375rem;left:0rem;width:20rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvEb4H8sF6piDfR6A79DsrDycoEX6Tz2 { width:30.1875rem;height:3.5625rem;top:28.25rem;left:8.7685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTdZlVAdpwpQgGxk8VHcTrb5JxmnVZpA { display:block; }
 }@media only screen and (max-width: 763px) { #ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz { display:block; }#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGkhb8ldVGWDUP3REN3n0GmHtTzb3g89 { top:1.3125rem;left:0rem;width:9.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ5f0QW4KoJc30AtbR34TDFM0LOnizau { top:1.3125rem;left:0rem;width:9.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBvSEENZiaP1pTFhfXXeAmov2wwH1hGT { top:1.25rem;left:12.875rem;width:9.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx7aF7bJ0mMekLl9BDhTATnv9kQ8otRZ { top:1.25rem;left:26.1875rem;width:9.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Don2iEGZRETXydN9JBITS0I0evl6ihDD { top:1.1875rem;left:38.375rem;width:9.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnJTLGHIPFrTtLIJx9taTPR85kQPMTpG { top:1.1875rem;left:38.375rem;width:9.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb { display:block; }#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0J58e8VU8CDLOoTzWxIbfRP6B9Wkh6L { top:2.875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik6MLBtBZ9LycdQ4Fei50cUeaqEOvmUR { top:12.875rem;left:0rem;width:33.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM30ZBNfnU3Q8FETOVdVVZzBiogs0gyU { top:13.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra466kTyuEJhqdPpbwTzDadWg3cX2dvs { top:19.125rem;left:0rem;width:33.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZFzEZq2uMnQzw7W1urWhBkTyMHa4MK9 { top:19.75rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJfW76maS5862Z5B9TAJ7TzNJPHIafdu { top:25.375rem;left:0rem;width:33.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHgoGi2RF91w4cnVTIJKmsWTKEcKiEwX { top:26rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQZ93nAFkT7R9kyTEiN1EpqIbDUZvfoi { top:25.375rem;left:14.5rem;width:33.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4SHzTBtgRhnKqPQ2Exvr6DKhWMleUiP { top:19.125rem;left:14.5rem;width:33.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE2RkGQ5WxKuS4Jf6yQmGwg90RNIfkSE { top:19.75rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2ZPA7qITvidv7vpB7lgTIoEb3z23Nz4 { top:26rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT9o6ZbgbQhq2JhCoXuEPZrLFRB7ITsc { top:12.875rem;left:14.5rem;width:33.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEr55sEeDhS9a04TTqQhEPqzF041Mfgz { top:13.5rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgGiCG82rI0TDFWOQO9L7HvTnkvI69mV { width:30.1875rem;height:3.5625rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwX3PE7s5rWpcT5FcbwUbT6AkCL844cy { display:block; }
 }@media only screen and (max-width: 763px) { #WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 { display:block; }#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhwppopwM3csT25GbaXTytSTXnBg5LIy { top:2.75rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C253V3ZzKhmfBr3yC0SLsErR9qnDc6gD { top:11.3125rem;left:4.34375rem;width:39.0625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzVa13goDqAAMbec973FchJldsgHPtNu { top:40.375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1iUU60ehnX0IwAXhqqaZG1TTNsPkXyf { top:50.5625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#i1iUU60ehnX0IwAXhqqaZG1TTNsPkXyf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f682207ade9e99bd96007ade5c16bcd705d64a05.svg); }
 }@media only screen and (max-width: 763px) { #zUebXii5FHTu9rhnoWL9LXN2dsHRx79f { top:60.9375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s { display:block; }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRvgoLccq4TJHf2TIZnAXBBGZoxDss4s { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F71FwrCClVbHev3STt3cALyBT00u2bUM { top:14.1875rem;left:0rem;width:33.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIXOfeNnR2PG3LHIwbx7O9TV99EPLWDT { top:14.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHJkVeIOlXBzSCrobxhyNTE6tf9hzFQK { top:20.4375rem;left:0rem;width:33.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLGHZxwf9wCpBzPvuwZW88wruuZsrTD5 { top:20.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJTm2I6XprQMklHVXeu1gDkIxe6FtVGQ { top:26.6875rem;left:0rem;width:33.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxKSymOn0QssLMEsJuKDreF8738XFEAw { top:27.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFbfZNKUg8x3hbIIKioJC7Zq7KaynGfe { top:26.6875rem;left:14.5rem;width:33.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys4QrNrV3dleNHbJH7MTwC2VrtEtFCuL { top:20.4375rem;left:14.5rem;width:33.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPfPZ2gUVbOZmAln4ioctCgTw7PsfMIz { top:20.8125rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCqu2m2Q2yolCk39k4U7pTw7pdCp6BpR { top:27.0625rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNWSQVX31Zw5vJZonaTpIM2kF5lU2cZm { top:14.1875rem;left:14.5rem;width:33.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1KKGLG0yz60eSvS6IU0w8qXfGMqeDb { top:14.5625rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOtZ3SP7imd2tf4ayt7SptMzUPtIxEd { width:30.1875rem;height:3.5625rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBthqETikbG8D4bk1ax3hqyElt2QQmbg { display:block; }
 }@media only screen and (max-width: 763px) { #RlqdFT2I9rf3vd7SM9kGFgNGPAK0TV8z { top:32.9375rem;left:14.5rem;width:33.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPPsnc868SIcy7oXyvcKmbcGqUiTgRXn { top:33.25rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq28AZMD3HxsSvEr1ZcniCZJ0mwqqaaT { top:32.9375rem;left:0rem;width:33.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT4ARTW50KJqMVGqJ73bbxUCcPDE7qlE { top:33.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb { display:none; }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ofudhZzqbh2wVdNf5fb7mTv260CS3Au0 { top:2.25rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpIT5LKOcfsWSXvvzd8IbeFQsR68eTJU { top:14.1875rem;left:0rem;width:33.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5OanHkJ9nUwCLvMUJIlHTFEN7ISGv5e { top:14.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaVSrE81d08DwkrpLhTLfRLM3MnWmFbn { top:20.4375rem;left:0rem;width:33.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaPCHGcuMQv4fMHxTuOx4iKfg91bPaCR { top:20.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSuCgP8SJ2w08F0IrNhl6MdleqqxRc0n { top:26.6875rem;left:0rem;width:33.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBA39gLTfUgrkk7TW762r5szfdL5RX4T { top:27.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0Q0JB4s4XROMOTbq9LKlzLeysm2eyrc { top:26.6875rem;left:14.5rem;width:33.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc48FyshRTrQ8PgDd2lBQTBTUzyu66Bx { top:20.4375rem;left:14.5rem;width:33.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EskFLG6d8dBfPBBSW1URHN14rAsc3oAg { top:20.8125rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6CbiFx6os4bsKITLZOZl0C3CS1htxaO { top:27.0625rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvr3TENMaTcLHXUV3DaXhoVF2O7Dd8xT { top:14.1875rem;left:14.5rem;width:33.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0ELg0M71glqXOacgacLd9CF7v1thI5Z { top:14.5625rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM05Hc7vXSWF3oKuDafEypWJJwLVyoRZ { width:30.1875rem;height:3.5625rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxD4wvt4KCTwTzdftks3F3UtRsr5Mm2v { display:block; }
 }@media only screen and (max-width: 763px) { #ebLFxwDWNt9CsdvP2to2ZMNR7cqBDGwN { top:65.1875rem;left:0rem;width:20rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhNP9D189NBTTooxASCicqXn61i0JQUS { top:27.0625rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJlR2P6vPOrHHIpXf4FMcV9STPVoUbhQ { top:57.25rem;left:0rem;width:20rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxKwi7bSXB4BTeNDun5Cuwpk0TsrRru6 { top:20.8125rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM { display:block; }#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCncVrPCPXWOE42N1MAscE0miBBo4b5T { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne { display:block; }#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUkPTCnZT6a09bvQoqVRqfwwpb7ccPvI { top:14.5625rem;left:6.5625rem;width:25.1875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu9hcDf3BDZxsDmRcRNBeARcdk9MUhlR { top:20.125rem;left:27.1875rem;width:20.4375rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TllWeLgVJqpD3tx9S62kGzJdebaOQMnt { top:7.0625rem;left:36.25rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgwKqG4eJu6X314C16sVa0mmUfLGDUcB { top:15.625rem;left:11.3125rem;width:20.4375rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS4HmEgE8KtMTThETaTpzzNvVcT2idJa { top:10.0625rem;left:6.5625rem;width:25.1875rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqufno6HTVpObcSN5XvT9rIxpeOWDap3 { top:2.5625rem;left:20.5625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #secNk9QXzz8kCCa3OLtJ5X7zKLPOT13p { top:20.3125rem;left:0rem;width:20.4375rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoTF8KJahQ8FxacFluxlHNzlp7i6yQcx { top:14.75rem;left:0rem;width:25.1875rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0kx5ekfekGpgyJ6r3iTkKp8R4FweoRi { top:7.25rem;left:4.6875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5f7TsFlKUg2rA7n6W17SLRKQOIcvwQc { display:none; }#G5f7TsFlKUg2rA7n6W17SLRKQOIcvwQc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mOqvhV4ccsWZGzrVkt5eWXuXWXKn4NU6 { top:14.5625rem;left:6.5625rem;width:25.1875rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDTqTdNrWWzT9MCiOJ8UT225EbKFdNVO { top:20.125rem;left:27.1875rem;width:20.4375rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD9NcmvTpMEpV4iTMTiOTqdyEchTgxsP { top:7.0625rem;left:36.25rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzpSFg5Z1saN0vNTuFWznuSx4mffLPBv { top:15.625rem;left:11.3125rem;width:20.4375rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBNV5lQtTymNRbNCvx3X9wtBTsh39mkn { top:10.0625rem;left:6.5625rem;width:25.1875rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ePWlsfrmzvBfHbP0xpClGn7UK8C5DO { top:2.5625rem;left:20.5625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNM6TPx0DaRkMFJJ8TIfiBw8ssiwpDqy { top:20.3125rem;left:0rem;width:20.4375rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAQ7Zyz0UzWP9uLhRrFEciuB7mIwwq1H { top:54.9375rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdPwTIxgDq0sIixdhCpiPz7aPzzVLdqJ { top:7.25rem;left:4.6875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P { display:block; }#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKAmxAWmBmP5N4cnIxrtu410uL2G7ohG { top:11.4375rem;left:0rem;width:32.1875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsNfG1MICvzGhTGMdhNVTgDlhtNu8ywk { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzrV6uIEiiITGAwU4Ttx8IvpvObEJzcu { top:12.125rem;left:10.3125rem;width:37.4375rem;height:30.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxOTSI7lqOW1NXebxJD8wWGko7DwEriJ { display:none; }#mxOTSI7lqOW1NXebxJD8wWGko7DwEriJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gUktbcvq0RwsEdS8wSHoEo97xUGQsoJP { top:11.4375rem;left:0rem;width:32.1875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEn5N9N93KQIcxrGe1wnQsM3ckcaegpx { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgOVgDEEIGnvgUyDqnaHaClaWyLFKWr { top:27.625rem;left:0rem;width:20rem;height:30.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc { display:block; }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCsCC0RCXRvn6b1TFLQ8KTdfBdglHnd8 { top:4.5625rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbLHIc6spJcr2rCttvkymtKwTosWFkqV { top:13.3125rem;left:2.25rem;width:45.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ0QxkmmQ8If6N8FrHAegR0qJlcT0fkB { top:18rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi03EP9h01Hax97PFWDVszdRggwiTSDF { width:30.1875rem;height:3.5625rem;top:56.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #McqBUndIOTQvyM7DFTXwPaHB3H3UiRp3 { display:block; }
 }@media only screen and (max-width: 763px) { #arglqBGEUnbXWReTud6IMIQT0TFlNbQm { top:26.5625rem;left:1.8125rem;width:45.9375rem;height:23.375rem;font-size:1.25rem;display:block; }#arglqBGEUnbXWReTud6IMIQT0TFlNbQm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f682207ade9e99bd96007ade5c16bcd705d64a05.svg); }
 }@media only screen and (max-width: 763px) { #JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 { display:none; }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l84qOCXnl2DaZaoO5PazfqWbHb150wbh { top:1.25rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnKwIE5uEMAO7SaDBD6T9Zgi9VyoxUcf { top:13.3125rem;left:2.25rem;width:45.125rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0BlT4lw2Zk2mux6gRSbzc1HUPQsCyiD { top:18.75rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhJ5uBTL1X3cMLbN3Ix09PfDTVwHndgd { width:30.1875rem;height:3.5625rem;top:56.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBVpeuBN6HQii5KZJaTsB3R2IHuHpQBl { display:block; }
 }@media only screen and (max-width: 763px) { #BuqyPRfAW4crTSlsA9da8nfs4AIcdTv1 { top:26.5625rem;left:1.8125rem;width:45.9375rem;height:23.375rem;font-size:0.9375rem;display:block; }#BuqyPRfAW4crTSlsA9da8nfs4AIcdTv1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f682207ade9e99bd96007ade5c16bcd705d64a05.svg); }
 }@media only screen and (max-width: 763px) { #C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue { display:block; }#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmR8iLK1U8rJnNxFvkHr1D7K4u4uOlZd { width:47.75rem;height:7.5rem;top:3.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3s8fI2Ma575lV2yXTLXnyEgT4q9D72e { top:21rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnfCy6F3Lun4qbi9GeTwGovXmm2GZlp9 { top:21.6875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of09MztvaWEHZL649xH4u6w9OJuES9Wi { top:21.875rem;left:2.6875rem;width:45.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcrGz8PS6vs7vOFpfdxgO4eSxsH3HzTX { top:25.625rem;left:0rem;width:45.0625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMARVExZHfS72rOC5T9KyMrKbKZhHnUb { top:30rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBTeyaNRLWnN32OSJ77a99vhrURa9bMf { top:30.6875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M90JprhriAVrIdNaZW3uF47GK759Ueuq { top:30.875rem;left:2.6875rem;width:45.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuh9IReKtDI2HGyNZxnns8Q7i474hieS { top:34.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDu2QVcxkmLwfTM7gAcPZCNi5XnZTFx5 { top:39.75rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElH1yoT4nqiW8XniPwPPJL581m6lgV0R { top:40.4375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3MlcCBeJnmD5SCpEJkesohIgzBGiARP { top:40.625rem;left:2.6875rem;width:45.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVx0w1W9zFmX4KRBEcRORmQLRdxbOoIQ { top:44.5rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWycu3kasv3ESwunzLNuSUOwT4TzIpFx { top:16.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzTDNJbXRJpLWDUJ6dueavWH36u7AvLI { top:12.4375rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrxMxq6cWSqPr5J3EizkJLwU0gHah2Qh { top:13.125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNyqtLmXbA9GNtfJeZhIQXz1xb9BFPNI { top:13.3125rem;left:2.6875rem;width:45.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTy8U8M4c6u8XCLq0okLIsLWsOZs0UKT { top:60.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INTlbXNlJFWfXLcOGuCIeiEzWroJkG0T { top:55.5625rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD6WKriJvM6rrcCRzW5dPNPEp2Ge5PEe { top:56.25rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoVWwRtDkP7Lk1LZqsD2riDngG8wZgCE { top:56.4375rem;left:2.6875rem;width:45.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnFEvqM1wmNK1Cd3wiUXGpte2yyIweT5 { width:30.1875rem;height:3.5625rem;top:69.625rem;left:8.7685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTy3mb3FFLdh2b2f1PU0LWtHCpCpu42y { display:block; }
 }@media only screen and (max-width: 763px) { #khE1gIeAGMXiybeeFhJ3OGHSKKmfMT5E { display:none; }#khE1gIeAGMXiybeeFhJ3OGHSKKmfMT5E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M4nNMIX1alnugzKOrNgzzGGB2Cf2ri1u { width:20rem;height:;top:2.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWGocospNMsmeXF9DKa3IffHLp5DSwcN { top:18.125rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU3sVZhTwTMkflO7zpC4nL6XHfMr9eLF { top:18.8125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCtLqMmS808zQkah54TZaKvxeoSd2EbR { top:19rem;left:2.6875rem;width:45.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNScDsRt3hoKhrGlwAwIsNeObWoglmTM { top:22.75rem;left:0rem;width:45.0625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAm56kPnyuUb0BU2PNUVvmrih5loZATh { top:27.125rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sadmaTxTKwfU8hoaKzHDWumz7W4TzIiD { top:27.8125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buOdITKsn7KuwqdT71HlykrTHN2Armde { top:28rem;left:2.6875rem;width:45.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri25HNFX4noZXGGsSTa0ahmf0roh2G3r { top:31.75rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dof5UnnKAMxDxrhVOHK2xPmTcd7IauV1 { top:36.875rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkTOtczgrCztub2qOymk7s80GOq2Kfzz { top:37.5625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATatnMTIK3S94cHMA9t6rJXP9veRa6SH { top:37.75rem;left:2.6875rem;width:45.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1VaUQct9h1METxm8rpdotqTBPz8roZh { top:41.625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTlGvF5gwMCIhSx5OILqBRSBiTaMTiXG { top:13.75rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrnT9rqvRB4RgTxITSahKSToQlcKRGQm { top:9.5625rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDTuaBHaRzbXWAfMfPTemDA7sElAG3OB { top:10.25rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klToT4k1xTkv0w166fg6loK7T57wcJNu { top:10.4375rem;left:2.6875rem;width:45.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqFtw5CGDTU9Byfr9ehWHTJqQeJfpDwi { top:76.0625rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePnFahQqdl88M9GlKbe2rsgM8u4XMu63 { top:52.6875rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHIn6aRagpagEuWvqphivv5V7EwZKKbl { top:53.375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIFUnx04Vxf84O77vf3WP7tDtVxyfgWD { top:53.5625rem;left:2.6875rem;width:45.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UShb8QbbW9mRdToCz1ZoPAsZ54oKxwSi { width:30.1875rem;height:3.5625rem;top:56.25rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAD3Mmqt4XT1zTdMnPoxz9CFcbheAdzI { display:block; }
 }@media only screen and (max-width: 763px) { #Mm2d407Gt9vgIuXuPsO4owt5semk2eho { display:block; }#Mm2d407Gt9vgIuXuPsO4owt5semk2eho > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1ZTTOkMz0HJT6uJEHwDonywk63MTG3f { top:16.5625rem;left:31.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg3DwTnKSGRO9qc34OQLf4bucmNMkM7A { top:16.75rem;left:13.3125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM9JdgiHTZFudLhy6ufhmrOQBz4eic27 { top:20.5625rem;left:5.125rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMm117UEp6S0Jw1ykN4OH7EqRwtM56iJ { top:20.5625rem;left:23.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoNLl8XUA8scbo6QoNOFXeb6wk9BNTCL { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ { display:block; }#GvR5k8dqsdCyWlF4QnWT01HofAv6z1fQ > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlhreTSwfVN25S22UVWaAzdsAFU8IlXa { width:20rem;height:1.125rem;top:0.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zf6cwWqG5Z9AfMzulL2pvZTX51h1Bpm8 { width:20rem;height:9.44825rem;top:3.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xwi2d94togm3NQio2KTy9tFWwT3BCbcS { width:20rem;height:7.7988125rem;top:13.47509765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXnPQ2vlOsSSamf6zy9fritPoNhLv8o8 { width:19rem;height:3.5625rem;top:26.74609375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1V9bfTZ2liLpULzui1MqT0qgaflMXzO { display:block; }
 }@media only screen and (max-width: 763px) { #IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3c4436d-70ff-493f-95ba-5e2f1a8934d1/image73min.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G.adaptive-delivery-prevent-bg, #IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G.lazyload, #IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G.lazyloading { background-image: none; }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G > .row .container { background-color: transparent; background-image: none; }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G > .row .container > .video-iframe-container { display: none; }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G > .row > .video-iframe-container { display: none; }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G > .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); }#IQ0gCukN7oveQFAph9M1TG0nNkOWFA4G > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJ0aKzVTrFZxa3BT58uTArTVNfw3Goz2 { width:20rem;height:;top:5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlWeOeyKOaRJJMmWDhTVVPFZSQLE1Etg { width:20rem;height:6.09375rem;top:14.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvEb4H8sF6piDfR6A79DsrDycoEX6Tz2 { width:19rem;height:3.5625rem;top:21.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTdZlVAdpwpQgGxk8VHcTrb5JxmnVZpA { display:block; }
 }@media only screen and (max-width: 763px) { #ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz { display:block; }#ydqpRUJxwkNvVTKtxhmOudnAB2JoEbBz > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGkhb8ldVGWDUP3REN3n0GmHtTzb3g89 { width:3.125rem;height:1.625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ5f0QW4KoJc30AtbR34TDFM0LOnizau { width:3.125rem;height:1.625rem;top:1.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBvSEENZiaP1pTFhfXXeAmov2wwH1hGT { width:3.125rem;height:1.6875rem;top:1.15625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx7aF7bJ0mMekLl9BDhTATnv9kQ8otRZ { width:3.125rem;height:1.6875rem;top:1.15625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Don2iEGZRETXydN9JBITS0I0evl6ihDD { width:3.125rem;height:1.6875rem;top:1.15625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnJTLGHIPFrTtLIJx9taTPR85kQPMTpG { width:3.125rem;height:1.75rem;top:1.125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb { display:block; }#mSN0ab2VOrxaZwpx4MkLrvgdsmUiaCIb > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0J58e8VU8CDLOoTzWxIbfRP6B9Wkh6L { width:20rem;height:4.72411875rem;top:2.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ik6MLBtBZ9LycdQ4Fei50cUeaqEOvmUR { width:20rem;height:2.4375rem;top:10.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oM30ZBNfnU3Q8FETOVdVVZzBiogs0gyU { display:flex;width:2.0625rem;height:2.0625rem;top:8.34814453125rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #Ra466kTyuEJhqdPpbwTzDadWg3cX2dvs { width:20rem;height:2.4375rem;top:17.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZFzEZq2uMnQzw7W1urWhBkTyMHa4MK9 { display:flex;width:2.0625rem;height:2.0625rem;top:15.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #SJfW76maS5862Z5B9TAJ7TzNJPHIafdu { width:20rem;height:2.4375rem;top:24.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHgoGi2RF91w4cnVTIJKmsWTKEcKiEwX { display:flex;width:2.0625rem;height:2.0625rem;top:21.75rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #aQZ93nAFkT7R9kyTEiN1EpqIbDUZvfoi { width:20rem;height:2.4375rem;top:44.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4SHzTBtgRhnKqPQ2Exvr6DKhWMleUiP { width:20rem;height:2.4375rem;top:37.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aE2RkGQ5WxKuS4Jf6yQmGwg90RNIfkSE { display:flex;width:2.0625rem;height:2.0625rem;top:35.125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #u2ZPA7qITvidv7vpB7lgTIoEb3z23Nz4 { display:flex;width:2.0625rem;height:2.0625rem;top:41.8125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #dT9o6ZbgbQhq2JhCoXuEPZrLFRB7ITsc { width:20rem;height:3.65625rem;top:30.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UEr55sEeDhS9a04TTqQhEPqzF041Mfgz { display:flex;width:2.0625rem;height:2.0625rem;top:28.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #WgGiCG82rI0TDFWOQO9L7HvTnkvI69mV { width:19rem;height:3.5625rem;top:48.8994140625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwX3PE7s5rWpcT5FcbwUbT6AkCL844cy { display:block; }
 }@media only screen and (max-width: 763px) { #WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 { display:block; }#WBa9GOTXvBSeyvNViXA66R62HaWLPAp7 > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhwppopwM3csT25GbaXTytSTXnBg5LIy { width:20rem;height:4.72411875rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C253V3ZzKhmfBr3yC0SLsErR9qnDc6gD { width:15.8125rem;height:10.5rem;top:7.474609375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzVa13goDqAAMbec973FchJldsgHPtNu { width:20rem;height:14.625rem;top:19.982421875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1iUU60ehnX0IwAXhqqaZG1TTNsPkXyf { width:20rem;height:11.3125rem;top:34.607421875rem;left:0rem;font-size:0.9375rem;display:block; }#i1iUU60ehnX0IwAXhqqaZG1TTNsPkXyf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f682207ade9e99bd96007ade5c16bcd705d64a05.svg); }
 }@media only screen and (max-width: 763px) { #zUebXii5FHTu9rhnoWL9LXN2dsHRx79f { width:20rem;height:6.09375rem;top:45.919921875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s { display:none; }#tGLWkGeUP2p7gA4wHSqkA5Z1SPIKIw3s > .row .container { width:20rem;height:92.4853515625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RRvgoLccq4TJHf2TIZnAXBBGZoxDss4s { width:20rem;height:4.72411875rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F71FwrCClVbHev3STt3cALyBT00u2bUM { width:20rem;height:4.142575rem;top:10.53613125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dIXOfeNnR2PG3LHIwbx7O9TV99EPLWDT { display:flex;width:2.0625rem;height:2.0625rem;top:7.22363125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #CHJkVeIOlXBzSCrobxhyNTE6tf9hzFQK { width:20rem;height:4.142575rem;top:19.24071875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLGHZxwf9wCpBzPvuwZW88wruuZsrTD5 { display:flex;width:2.0625rem;height:2.0625rem;top:15.92821875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #AJTm2I6XprQMklHVXeu1gDkIxe6FtVGQ { width:20rem;height:4.142575rem;top:27.94530625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxKSymOn0QssLMEsJuKDreF8738XFEAw { display:flex;width:2.0625rem;height:2.0625rem;top:24.63280625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #KFbfZNKUg8x3hbIIKioJC7Zq7KaynGfe { width:20rem;height:4.142575rem;top:60.25291875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ys4QrNrV3dleNHbJH7MTwC2VrtEtFCuL { width:20rem;height:5.5234375rem;top:50.16698125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPfPZ2gUVbOZmAln4ioctCgTw7PsfMIz { display:flex;width:2.0625rem;height:2.0625rem;top:46.85448125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #MCqu2m2Q2yolCk39k4U7pTw7pdCp6BpR { display:flex;width:2.0625rem;height:2.0625rem;top:56.94041875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #HNWSQVX31Zw5vJZonaTpIM2kF5lU2cZm { width:20rem;height:4.142575rem;top:41.46239375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1KKGLG0yz60eSvS6IU0w8qXfGMqeDb { display:flex;width:2.0625rem;height:2.0625rem;top:38.14989375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #NTOtZ3SP7imd2tf4ayt7SptMzUPtIxEd { width:19rem;height:3.5625rem;top:71.5244140625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBthqETikbG8D4bk1ax3hqyElt2QQmbg { display:block; }
 }@media only screen and (max-width: 763px) { #RlqdFT2I9rf3vd7SM9kGFgNGPAK0TV8z { width:20rem;height:5.5234375rem;top:86.9619140625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPPsnc868SIcy7oXyvcKmbcGqUiTgRXn { display:flex;width:2.0625rem;height:2.0625rem;top:83.6494140625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #pq28AZMD3HxsSvEr1ZcniCZJ0mwqqaaT { width:20rem;height:0;top:79.6494140625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AT4ARTW50KJqMVGqJ73bbxUCcPDE7qlE { display:flex;width:2.0625rem;height:2.0625rem;top:76.3369140625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f247d65b-7a9a-4f3a-ac23-432573c9e56b/Zrzutekranu20251210o173728e1770991787700.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb.adaptive-delivery-prevent-bg, #okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb.lazyload, #okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb.lazyloading { background-image: none; }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb > .row .container { background-color: transparent; background-image: none; }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb > .row .container > .video-iframe-container { display: none; }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb > .row > .video-iframe-container { display: none; }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb > .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); }#okmxi8UDsxcqHcxoMbqTCk60MiFv7BDb > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofudhZzqbh2wVdNf5fb7mTv260CS3Au0 { width:20rem;height:3.1494125rem;top:2.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpIT5LKOcfsWSXvvzd8IbeFQsR68eTJU { width:20rem;height:3.65625rem;top:9.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5OanHkJ9nUwCLvMUJIlHTFEN7ISGv5e { display:flex;width:2.0625rem;height:2.0625rem;top:7.22363125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #GaVSrE81d08DwkrpLhTLfRLM3MnWmFbn { width:20rem;height:3.65625rem;top:17.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZaPCHGcuMQv4fMHxTuOx4iKfg91bPaCR { display:flex;width:2.0625rem;height:2.0625rem;top:15.1875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #vSuCgP8SJ2w08F0IrNhl6MdleqqxRc0n { width:20rem;height:3.65625rem;top:25.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBA39gLTfUgrkk7TW762r5szfdL5RX4T { display:flex;width:2.0625rem;height:2.0625rem;top:23.125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #M0Q0JB4s4XROMOTbq9LKlzLeysm2eyrc { width:20rem;height:3.65625rem;top:49.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pc48FyshRTrQ8PgDd2lBQTBTUzyu66Bx { width:20rem;height:3.65625rem;top:41.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EskFLG6d8dBfPBBSW1URHN14rAsc3oAg { display:flex;width:2.0625rem;height:2.0625rem;top:39rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #i6CbiFx6os4bsKITLZOZl0C3CS1htxaO { display:flex;width:2.0625rem;height:2.0625rem;top:46.9375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #rvr3TENMaTcLHXUV3DaXhoVF2O7Dd8xT { width:20rem;height:3.65625rem;top:33.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0ELg0M71glqXOacgacLd9CF7v1thI5Z { display:flex;width:2.0625rem;height:2.0625rem;top:31.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #VM05Hc7vXSWF3oKuDafEypWJJwLVyoRZ { width:19rem;height:3.5625rem;top:71.0244140625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxD4wvt4KCTwTzdftks3F3UtRsr5Mm2v { display:block; }
 }@media only screen and (max-width: 763px) { #ebLFxwDWNt9CsdvP2to2ZMNR7cqBDGwN { width:20rem;height:3.65625rem;top:65.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #PhNP9D189NBTTooxASCicqXn61i0JQUS { display:flex;width:2.0625rem;height:2.0625rem;top:62.8125rem;left:8.9375rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #KJlR2P6vPOrHHIpXf4FMcV9STPVoUbhQ { width:20rem;height:3.65625rem;top:57.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #QxKwi7bSXB4BTeNDun5Cuwpk0TsrRru6 { display:flex;width:2.0625rem;height:2.0625rem;top:54.875rem;left:8.9375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM { display:block; }#Q3CM3h2tWT2XsUp9hwFolVPXKvot5XwM > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCncVrPCPXWOE42N1MAscE0miBBo4b5T { width:20rem;height:4.72411875rem;top:2.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne { display:none; }#egSWWqAwTgGhob7ac5nJVqRlvkb0Qmne > .row .container { width:20rem;height:99rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AUkPTCnZT6a09bvQoqVRqfwwpb7ccPvI { width:20rem;height:4.5rem;top:77.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu9hcDf3BDZxsDmRcRNBeARcdk9MUhlR { width:20rem;height:6.173825rem;top:82.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TllWeLgVJqpD3tx9S62kGzJdebaOQMnt { display:flex;width:6.625rem;height:6.625rem;top:69.625rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #EgwKqG4eJu6X314C16sVa0mmUfLGDUcB { width:20rem;height:3.65625rem;top:10.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS4HmEgE8KtMTThETaTpzzNvVcT2idJa { width:20rem;height:2.5rem;top:7.25rem;left:0rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Jqufno6HTVpObcSN5XvT9rIxpeOWDap3 { display:flex;width:4.3125rem;height:4.3125rem;top:2.3125rem;left:7.84375rem; }
 }@media only screen and (max-width: 763px) { #secNk9QXzz8kCCa3OLtJ5X7zKLPOT13p { width:20rem;height:7.71728125rem;top:60.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoTF8KJahQ8FxacFluxlHNzlp7i6yQcx { width:20rem;height:1.5rem;top:54.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0kx5ekfekGpgyJ6r3iTkKp8R4FweoRi { display:flex;width:4.3125rem;height:4.3125rem;top:50.125rem;left:7.84375rem;font-size:3rem; }
 }@media only screen and (max-width: 763px) { #G5f7TsFlKUg2rA7n6W17SLRKQOIcvwQc { display:block; }#G5f7TsFlKUg2rA7n6W17SLRKQOIcvwQc > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOqvhV4ccsWZGzrVkt5eWXuXWXKn4NU6 { width:20rem;height:2.5rem;top:34.625rem;left:0rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NDTqTdNrWWzT9MCiOJ8UT225EbKFdNVO { width:20rem;height:4.875rem;top:37.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD9NcmvTpMEpV4iTMTiOTqdyEchTgxsP { display:flex;width:4.3125rem;height:4.3125rem;top:30rem;left:7.875rem;font-size:3rem; }
 }@media only screen and (max-width: 763px) { #WzpSFg5Z1saN0vNTuFWznuSx4mffLPBv { width:20rem;height:3.65625rem;top:9.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBNV5lQtTymNRbNCvx3X9wtBTsh39mkn { width:20rem;height:2.5rem;top:6.9375rem;left:0rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #q6ePWlsfrmzvBfHbP0xpClGn7UK8C5DO { display:flex;width:4.3125rem;height:4.3125rem;top:2.125rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #HNM6TPx0DaRkMFJJ8TIfiBw8ssiwpDqy { width:20rem;height:4.875rem;top:23.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAQ7Zyz0UzWP9uLhRrFEciuB7mIwwq1H { width:20rem;height:3rem;top:19.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdPwTIxgDq0sIixdhCpiPz7aPzzVLdqJ { display:flex;width:4.3125rem;height:4.3125rem;top:15.3125rem;left:7.875rem;font-size:3rem; }
 }@media only screen and (max-width: 763px) { #pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P { display:none; }#pNhT3g0GamWPkRayhTZIm4u1Vdk68B5P > .row .container { width:20rem;height:62.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kKAmxAWmBmP5N4cnIxrtu410uL2G7ohG { width:18.8125rem;height:18.8125rem;top:7.625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsNfG1MICvzGhTGMdhNVTgDlhtNu8ywk { width:20rem;height:4.72411875rem;top:2.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzrV6uIEiiITGAwU4Ttx8IvpvObEJzcu { width:20rem;height:32.90625rem;top:27.65625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxOTSI7lqOW1NXebxJD8wWGko7DwEriJ { display:block; }#mxOTSI7lqOW1NXebxJD8wWGko7DwEriJ > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUktbcvq0RwsEdS8wSHoEo97xUGQsoJP { width:18.8125rem;height:18.8125rem;top:7.625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEn5N9N93KQIcxrGe1wnQsM3ckcaegpx { width:20rem;height:4.72411875rem;top:2.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgOVgDEEIGnvgUyDqnaHaClaWyLFKWr { width:20rem;height:30.46875rem;top:27.65625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc { display:none; }#eDXU2HAHqToynCB8oMSl4QQGNTf7eZxc > .row .container { width:20rem;height:84.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uCsCC0RCXRvn6b1TFLQ8KTdfBdglHnd8 { width:20rem;height:4.72411875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbLHIc6spJcr2rCttvkymtKwTosWFkqV { width:20rem;height:7.7173125rem;top:12.099625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ0QxkmmQ8If6N8FrHAegR0qJlcT0fkB { width:20rem;height:2.5996125rem;top:21.0669375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi03EP9h01Hax97PFWDVszdRggwiTSDF { width:19rem;height:3.5625rem;top:70.66655rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McqBUndIOTQvyM7DFTXwPaHB3H3UiRp3 { display:block; }
 }@media only screen and (max-width: 763px) { #arglqBGEUnbXWReTud6IMIQT0TFlNbQm { width:20rem;height:44.5rem;top:24.91655rem;left:0rem;font-size:1.25rem;display:block; }#arglqBGEUnbXWReTud6IMIQT0TFlNbQm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f682207ade9e99bd96007ade5c16bcd705d64a05.svg); }
 }@media only screen and (max-width: 763px) { #JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ecd03810-c220-4872-9105-75d1f3f25270/Zrzutekranu20251210o173728.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7.adaptive-delivery-prevent-bg, #JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7.lazyload, #JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7.lazyloading { background-image: none; }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 > .row .container { background-color: transparent; background-image: none; }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 > .row .container > .video-iframe-container { display: none; }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 > .row > .video-iframe-container { display: none; }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 > .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); }#JAIU7KDf4ewPCCIGPnksCCzTTml9Zic7 > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l84qOCXnl2DaZaoO5PazfqWbHb150wbh { width:20rem;height:4.72411875rem;top:2.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnKwIE5uEMAO7SaDBD6T9Zgi9VyoxUcf { width:20rem;height:4.875rem;top:7.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0BlT4lw2Zk2mux6gRSbzc1HUPQsCyiD { width:20rem;height:3.65625rem;top:12.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhJ5uBTL1X3cMLbN3Ix09PfDTVwHndgd { width:19rem;height:3.5625rem;top:46.54150390625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBVpeuBN6HQii5KZJaTsB3R2IHuHpQBl { display:block; }
 }@media only screen and (max-width: 763px) { #BuqyPRfAW4crTSlsA9da8nfs4AIcdTv1 { width:20rem;height:26.625rem;top:17.46875rem;left:0rem;font-size:0.9375rem;display:block; }#BuqyPRfAW4crTSlsA9da8nfs4AIcdTv1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f682207ade9e99bd96007ade5c16bcd705d64a05.svg); }
 }@media only screen and (max-width: 763px) { #C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue { display:none; }#C5VM7oX9DVTBlJ8AXTyzObZ9bC7z7bue > .row .container { width:20rem;height:89.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tmR8iLK1U8rJnNxFvkHr1D7K4u4uOlZd { width:20rem;height:2.625rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #s3s8fI2Ma575lV2yXTLXnyEgT4q9D72e { width:20rem;height:3.0625rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnfCy6F3Lun4qbi9GeTwGovXmm2GZlp9 { display:flex;width:1.6875rem;height:1.6875rem;top:27.0625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Of09MztvaWEHZL649xH4u6w9OJuES9Wi { width:16.625rem;height:2.2744125rem;top:26.7685546875rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #AcrGz8PS6vs7vOFpfdxgO4eSxsH3HzTX { width:20rem;height:5.94921875rem;top:30.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.7;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #TMARVExZHfS72rOC5T9KyMrKbKZhHnUb { width:20rem;height:3.0625rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBTeyaNRLWnN32OSJ77a99vhrURa9bMf { display:flex;width:1.6875rem;height:1.6875rem;top:38.9375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #M90JprhriAVrIdNaZW3uF47GK759Ueuq { width:15.4375rem;height:1.13720625rem;top:39.212890625rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #uuh9IReKtDI2HGyNZxnns8Q7i474hieS { width:20rem;height:4.19970625rem;top:42.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #GDu2QVcxkmLwfTM7gAcPZCNi5XnZTFx5 { width:20rem;height:3.0625rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElH1yoT4nqiW8XniPwPPJL581m6lgV0R { display:flex;width:1.6875rem;height:1.6875rem;top:50.25rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Q3MlcCBeJnmD5SCpEJkesohIgzBGiARP { width:15.3125rem;height:1.13720625rem;top:50.5rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #qVx0w1W9zFmX4KRBEcRORmQLRdxbOoIQ { width:20rem;height:15.3989375rem;top:53.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #fWycu3kasv3ESwunzLNuSUOwT4TzIpFx { width:20rem;height:5.5996125rem;top:17.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #xzTDNJbXRJpLWDUJ6dueavWH36u7AvLI { width:20rem;height:3.1875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrxMxq6cWSqPr5J3EizkJLwU0gHah2Qh { display:flex;width:1.6875rem;height:1.6875rem;top:14.6875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #CNyqtLmXbA9GNtfJeZhIQXz1xb9BFPNI { width:14.5rem;height:1.13720625rem;top:14.900390625rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #gTy8U8M4c6u8XCLq0okLIsLWsOZs0UKT { width:20rem;height:6.9995rem;top:76.075019836425rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #INTlbXNlJFWfXLcOGuCIeiEzWroJkG0T { width:20rem;height:3.0625rem;top:71.374195098875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD6WKriJvM6rrcCRzW5dPNPEp2Ge5PEe { display:flex;width:1.6875rem;height:1.6875rem;top:72.0625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #aoVWwRtDkP7Lk1LZqsD2riDngG8wZgCE { width:16.5625rem;height:1.13720625rem;top:72.3369140625rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #RnFEvqM1wmNK1Cd3wiUXGpte2yyIweT5 { width:19rem;height:3.5625rem;top:84.32370703125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTy3mb3FFLdh2b2f1PU0LWtHCpCpu42y { display:block; }
 }@media only screen and (max-width: 763px) { #khE1gIeAGMXiybeeFhJ3OGHSKKmfMT5E { display:block; }#khE1gIeAGMXiybeeFhJ3OGHSKKmfMT5E > .row .container { width:20rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4nNMIX1alnugzKOrNgzzGGB2Cf2ri1u { width:20rem;height:2.625rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AWGocospNMsmeXF9DKa3IffHLp5DSwcN { width:20rem;height:3.0625rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU3sVZhTwTMkflO7zpC4nL6XHfMr9eLF { display:flex;width:1.6875rem;height:1.6875rem;top:18.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #UCtLqMmS808zQkah54TZaKvxeoSd2EbR { width:16.625rem;height:2.2744125rem;top:18rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #qNScDsRt3hoKhrGlwAwIsNeObWoglmTM { width:20rem;height:4.4619125rem;top:22.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.7;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #FAm56kPnyuUb0BU2PNUVvmrih5loZATh { width:20rem;height:3.0625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sadmaTxTKwfU8hoaKzHDWumz7W4TzIiD { display:flex;width:1.6875rem;height:1.6875rem;top:30.5625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #buOdITKsn7KuwqdT71HlykrTHN2Armde { width:15.4375rem;height:1.13720625rem;top:30.8125rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Ri25HNFX4noZXGGsSTa0ahmf0roh2G3r { width:20rem;height:4.19970625rem;top:34.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Dof5UnnKAMxDxrhVOHK2xPmTcd7IauV1 { width:20rem;height:3.0625rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkTOtczgrCztub2qOymk7s80GOq2Kfzz { display:flex;width:1.6875rem;height:1.6875rem;top:40.9375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ATatnMTIK3S94cHMA9t6rJXP9veRa6SH { width:15.3125rem;height:1.13720625rem;top:41.1875rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #e1VaUQct9h1METxm8rpdotqTBPz8roZh { width:20rem;height:13.999rem;top:44rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #GTlGvF5gwMCIhSx5OILqBRSBiTaMTiXG { width:20rem;height:5.5996125rem;top:10.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #VrnT9rqvRB4RgTxITSahKSToQlcKRGQm { width:20rem;height:3.1875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDTuaBHaRzbXWAfMfPTemDA7sElAG3OB { display:flex;width:1.6875rem;height:1.6875rem;top:7rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #klToT4k1xTkv0w166fg6loK7T57wcJNu { width:14.5rem;height:1.13720625rem;top:7.1875rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #zqFtw5CGDTU9Byfr9ehWHTJqQeJfpDwi { width:20rem;height:5.5996125rem;top:65.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.6;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #ePnFahQqdl88M9GlKbe2rsgM8u4XMu63 { width:20rem;height:3.0625rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHIn6aRagpagEuWvqphivv5V7EwZKKbl { display:flex;width:1.6875rem;height:1.6875rem;top:61.9375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #OIFUnx04Vxf84O77vf3WP7tDtVxyfgWD { width:16.5625rem;height:1.13720625rem;top:62.1875rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #UShb8QbbW9mRdToCz1ZoPAsZ54oKxwSi { width:19rem;height:3.5625rem;top:75.72900390625rem;left:0.5rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #eAD3Mmqt4XT1zTdMnPoxz9CFcbheAdzI { display:block; }
 }@media only screen and (max-width: 763px) { #Mm2d407Gt9vgIuXuPsO4owt5semk2eho { display:block; }#Mm2d407Gt9vgIuXuPsO4owt5semk2eho > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1ZTTOkMz0HJT6uJEHwDonywk63MTG3f { display:flex;width:2.5rem;height:2.5rem;top:9.5625rem;left:12.6875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Vg3DwTnKSGRO9qc34OQLf4bucmNMkM7A { display:flex;width:2.5rem;height:2.5rem;top:9.5625rem;left:3.5625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #kM9JdgiHTZFudLhy6ufhmrOQBz4eic27 { width:9.5625rem;height:1.40625rem;top:12.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMm117UEp6S0Jw1ykN4OH7EqRwtM56iJ { width:10.875rem;height:1.40625rem;top:12.5625rem;left:9.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoNLl8XUA8scbo6QoNOFXeb6wk9BNTCL { width:20rem;height:4.5rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }