.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:207,157,54;--color-primary-1:195,153,48;--color-primary-2:195,149,34;--color-primary-3:191,146,36;--color-primary-4:174,136,43;--color-secondary-0:28,120,192;--color-secondary-1:21,104,166;--color-secondary-2:0,78,146;--color-secondary-3:0,62,119;--color-secondary-4:0,48,93;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/abbb8d47-c5b9-4186-9c46-e65b65a4614b/BlueBlackFuturisticAIComingSoonVideo.png");background-position:top center !important;background-repeat:no-repeat !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb.adaptive-delivery-prevent-bg, #VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb.lazyload, #VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb.lazyloading { background-image: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container { background-color: transparent; background-image: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container > .video-iframe-container { display: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row > .video-iframe-container { display: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .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); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container { border-width: 0; border-radius: 0; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;overflow:visible;position:relative;display:block; }#sT8ifed0v7HVPGxri9T45ubUAbkTZ28f { color:rgba(var(--color-tertiary-0),1);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.25rem;left:1.8125rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6vGCXL9WT5KE62NLLnxk9AdZRPQDIGz { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.237500190735rem;left:14.780468940735rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZ6pdJcQzuVQbmoL8HqbShNN5VbWNDhz { color:#ffffff;display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:17.925001144409rem;left:9.436718940735rem;height:4.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJsn3ToOkia3NgX4PK1IExJH3yFIMeeC { position:absolute;display:block;z-index:14998;background-color:rgba(0,29,60,0.25);background-image:none;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: 0.0625rem 0.0625rem 0.1875rem #00203f ;height:39.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#b9sbNdEbMaQPsHLDg1zFeMoq7ROyqpO1 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #5896d8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:31.125rem;height:5.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:26.581251144409rem;left:21.936718940735rem;display:block; }
#hLHpe5p15Xv17e821zshD3RDz9B3b30X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#seVq2iMlhygB5xsA21lwxM30tW1v6aTx { color:rgba(var(--color-tertiary-0),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:35.081249237061rem;left:10.874218940735rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RAzuE4hmO52ekT1BlP7t8LqvdlT6WFPy { color:#e0e4e4;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:22.625rem;left:12.780468940735rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zIJqpyHpxs9t5bMq08TBuR67RVRqzCkF { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:32.40625rem;left:12.780468940735rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqH16rqqVT0h4y2pZHLFLCsQUrF3g6W3 { box-sizing:content-box;height:0.125rem;width:5.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.3125rem;left:25.625000953674rem;display:block; }
#ofFhtK7dz0NLh6rMXDPAXJ0bMNm1Tl3i { position:absolute;display:block;z-index:15000;background-color:#003e77;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,1,4,0.5) ;height:14.3125rem;width:75rem;top:14.0625rem;left:0rem;display:block; }
#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row .container { background-color: transparent; background-image: none; }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row .container > .video-iframe-container { display: none; }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row > .video-iframe-container { display: none; }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .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); }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row .container { border-width: 0; border-radius: 0; }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row .container { font-size:0.875rem;font-family:arial;height:77.9375rem;width:75rem;position:relative;display:block; }#SeG9vZyfsmBPoz4qHutlEvQK3mRFc4qa { color:rgba(var(--color-secondary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.018750190735rem;left:12.186718940735rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMdb4VstP3prC3b3PyIoSszctGpWLrcH { color:rgba(var(--color-secondary-4),1);display:block;width:58.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.41250038147rem;left:8.467968940735rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mPSZo9tiGBTep1bLAFJm37f5cLoQeyPR { position:absolute;display:block;z-index:15007;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: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-0),0.2) ;height:20rem;width:35.3125rem;top:15.786719322204rem;left:0.671875rem;overflow:hidden;display:block; }
#vBvsoCeHWBPs0aOT7Mo54d0dmiinfqSP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.8937501907349rem;left:35.375000953674rem; }
#qX17hGmlBKENCWBUeCaL0g6sUJnPkxVI { position:absolute;display:block;z-index:15010;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.48) ;height:36.625rem;width:19.9375rem;top:29.125000953674rem;left:25.718750953674rem;overflow:hidden;display:block; }
#ZtPfOZhGrvSsPvbbW2Agu42SH3f4wCh7 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #5896d8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:31.125rem;height:6.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:68rem;left:21.9375rem;display:block; }
#vsObFRUzcT98qF268QKzuig7vMrkcEik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ePQfwoFbDoWPBMy2PzSDtoPRkFKsx9gO { box-sizing:content-box;height:0.125rem;width:6.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.0625rem;left:26.8125rem;display:block; }
#ZJEA48NlloNRS96iRHXPzAMaBeDcrrp1 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:41.75rem;width:23.375rem;top:22.381250739097rem;left:50.062500953674rem;display:block; }
#Fg0uBoSVDLyklGPos25V0dhBeTdPcTlR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.1875rem;width:11.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:37.66250038147rem;left:13.421093940735rem; }
#fNTtpQ214FNFuTAyK009fXm2CpQKcEtC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.375rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:56.287502288818rem;left:43.362500190735rem; }
#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7.adaptive-delivery-prevent-bg, #DteqSuF9Fxnblh2hne7h53G7vAcioPe7.lazyload, #DteqSuF9Fxnblh2hne7h53G7vAcioPe7.lazyloading { background-image: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { background-color: transparent; background-image: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container > .video-iframe-container { display: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row > .video-iframe-container { display: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .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); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { border-width: 0; border-radius: 0; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#pvGne0Pc1q0FRqM4DTiZ4wZbKF9hwuUP { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.125rem;left:15.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J24QCtozsypqJ9f9pcB4Spz4vCzPxWTi { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.6875rem;left:15.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vqhHus12u18n9THv0qAPRPCeXwWbulV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0.adaptive-delivery-prevent-bg, #vqhHus12u18n9THv0qAPRPCeXwWbulV0.lazyload, #vqhHus12u18n9THv0qAPRPCeXwWbulV0.lazyloading { background-image: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container { background-color: transparent; background-image: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container > .video-iframe-container { display: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row > .video-iframe-container { display: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .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); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container { border-width: 0; border-radius: 0; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#kIEcivK9Z1CRZIn7eGyciik7ZZuLQ4FI { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.75rem;left:25.093750953674rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#fpg4BPD5R8U0ypyyynRNxD4yQSWMmUqJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:10rem;left:0.71875rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RasQLwOhB3SNpWExTG1fxLaDSHSfzKyq { box-sizing:content-box;color:#5d92ff;font-size:4.125rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.8125rem;left:62.65625190735rem;filter: drop-shadow(0.0625rem 0.0625rem 0.375rem #003e77); }
#lh3HkG0Q9PU5hr0zXU1tORFp1nvrnAm3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.75rem;left:43.843750953674rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#E7zbVEV0G6DbtCNDp1tILc16ygGG0Ew0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:10rem;left:19.405468940735rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbQgx5hRMmKkilsiRKipPlMR1xJAv791 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:10.062499761581rem;left:38.843751907349rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W98T3droupCywNZ1qHQALheTfOiHTV72 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10rem;left:58.156250953674rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yyrDFCPDEWg8sOfUB8P7yILcvM9QCR6S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.75rem;left:6.342968940735rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE.adaptive-delivery-prevent-bg, #tM79QGzHl22lzRVXA9F2cqtARAJT9XxE.lazyload, #tM79QGzHl22lzRVXA9F2cqtARAJT9XxE.lazyloading { background-image: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container { background-color: transparent; background-image: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container > .video-iframe-container { display: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row > .video-iframe-container { display: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .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); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container { border-width: 0; border-radius: 0; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#VDVMohTVFc5G2onv7N8E5bbbcPUq9nLs { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.75rem;left:6.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#asbG2d8Z1fDHHiTXJ11aUaOUTFvnlmcZ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:10rem;left:1.34375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJTUXvH2y6JanBXQLAoUqfU4z2TvtGPK { box-sizing:content-box;color:#5d92ff;font-size:4.125rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.59375rem;left:62.437500953674rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#tRBrBTXTppHABHqcI5hpfegy7Hfww8p5 { box-sizing:content-box;color:#5d92ff;font-size:4.125rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.8125rem;left:25.156251907349rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#NPxuExcebOTfCyVs1OdB56oh81ghXloQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:9.9999997615813rem;left:20.250001907349rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGFCzzeCFw1DAKRESLH5oMdblRSlkkM4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:10.062499761581rem;left:38.843751907349rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iipPODEqwte0ora0mkvpPGeXRJu3D3lX { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:9.71875rem;left:58.656250953674rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0TaL9KO2DgfwDFHC7EVlI6OCHu7btAN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.0625rem;left:44.156250953674rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 { position:relative;display:block; }#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 { background-color: transparent; background-image: none; }#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 > .row .container > .video-iframe-container { display: none; }#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 > .row > .video-iframe-container { display: none; }#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 > .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); }#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 { border-width: 0; border-radius: 0; }#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 > .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; }#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 > .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:41.9375rem;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; }#tFbikJeiusN0HNe6d9tJk8Lp5vNoToxs { color:#001f3c;display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(230,230,230,0.5);top:3.6875rem;left:2.4375rem;height:6rem;font-style:normal;display:block; }
#hiHvEFTaZNVsbaxeymby28UvsTstb718 { color:#001f3c;display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.25rem;left:2.4375rem;height:9.96875rem;text-align:left;text-align-last:left;display:block; }#hiHvEFTaZNVsbaxeymby28UvsTstb718 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#hiHvEFTaZNVsbaxeymby28UvsTstb718 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
#Clo65utbrfB0qDxGHARgHNZd1Pa3dbhT { position:absolute;display:block;z-index:15009;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:28.5rem;width:15.9375rem;top:8.8296847343444rem;left:55.625000953674rem;overflow:hidden;display:block; }
#i6vpiUekCLT9HvGTJ394DcqhgTJZXPE1 { color:#001f3c;display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:25.3125rem;left:2.4375rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G9oAmqutGzgrLAR1CMMXoZSoZV4eQqJp { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#5896d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#5896d8' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3125rem;width:8.25rem;top:11.125rem;left:2.4375rem;display:block; }
#NlXLFTLzcSgi4x32VFiBwB2TTlV8kuNy { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:28.4375rem;width:15.9375rem;top:8.8601531982425rem;left:37.155468940735rem;display:block; }
#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa.adaptive-delivery-prevent-bg, #hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa.lazyload, #hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa.lazyloading { background-image: none; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row .container { background-color: transparent; background-image: none; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row .container > .video-iframe-container { display: none; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row > .video-iframe-container { display: none; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .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); }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row .container { border-width: 0; border-radius: 0; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#eKhXztyWXrkHKWUmXTaIqxxiflnVZdhO { color:rgba(var(--color-tertiary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.8750030519441rem;left:11.374218940735rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OLOku5M1ybFVpyeFw90TcJdp7wK7wcPz { position:absolute;display:block;z-index:15005;background-color:#003e77;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,1,4,0.5) ;height:32.4375rem;width:62.75rem;top:11.5rem;left:6.375rem;display:block; }
#lseaZrUWE3zQG5smxlP3tTTlxBM2h3Vv { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.8125rem;left:9.625rem;height:19.9375rem;text-align:left;text-align-last:left;display:block; }#lseaZrUWE3zQG5smxlP3tTTlxBM2h3Vv li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#lseaZrUWE3zQG5smxlP3tTTlxBM2h3Vv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
#q7hROTtXLgOvQQvC5UEihPHZ1nvqdRDe { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.8125rem;left:40.4375rem;height:17.83125rem;text-align:left;text-align-last:left;display:block; }#q7hROTtXLgOvQQvC5UEihPHZ1nvqdRDe li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#q7hROTtXLgOvQQvC5UEihPHZ1nvqdRDe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
#bLZxwh62plSGETmeWoEwNyTIUZ4G1hl0 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.3125rem;left:16.5625rem;height:6.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O7Fnua7TPBKiAmlHIV5mJ3LvzmXQJNBb { position:absolute;display:block;z-index:15031;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:17.1875rem;width:18.875rem;top:32.625rem;left:53.5rem;overflow:hidden;display:block; }
#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container { background-color: transparent; background-image: none; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container > .video-iframe-container { display: none; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row > .video-iframe-container { display: none; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .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); }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container { border-width: 0; border-radius: 0; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:block; }#gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#5896d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#5896d8' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3125rem;width:8.25rem;top:9.4375rem;left:4.25rem;display:block; }
#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:#001f3c;display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(230,230,230,0.5);top:4.4375rem;left:4.25rem;height:3.25rem;font-style:normal;display:block; }
#FzKNAvxrIi7TKEcqD5LfnCBm4UyZqT05 { position:absolute;display:block;z-index:15036;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.6875rem;width:11.75rem;top:18.1875rem;left:62.25rem;overflow:hidden;display:block; }
#NzWeuFoHdnpxTTWLoMCy0QuOmiDV2Hpw { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:6.375rem;top:28.875rem;left:57.25rem;display:block; }
#adq5H84JTOAsolT6GuMArzl0NUpFRu6J { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:28rem;left:57.25rem;overflow:hidden;display:block; }
#CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { position:absolute;display:block;z-index:15036;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.9375rem;width:19.4375rem;top:32.5rem;left:53.375rem;overflow:hidden;display:block; }
#mBPhpuCRT1h0a8tUbe3XdwN1zEnSkvTG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:40.9375rem;left:48.625rem; }
#QWKubwEFmshB393qeOOJK7LB0rMqRVyo { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:5.8125rem;top:42.1875rem;left:48.8125rem;display:block; }
#CygWGf05yq92g1WFMdm7q0NpPFGtELwk { color:#001f3c;display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:39.5rem;left:4.25rem;height:6.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b { color:#001f3c;display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:12.3125rem;left:4.25rem;height:25.59375rem;text-align:left;text-align-last:left;display:block; }#VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
#nt6CKwK5JgIVkUxCAAnq5e7X8L1tEa6H { position:absolute;display:block;z-index:15011;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: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:12rem;width:18rem;top:10.875rem;left:53.5625rem;overflow:hidden;display:block; }
#OJQ6AOtOO6iIceOEUvKLNb57n4yWsUXi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:19.1875rem;left:47.625rem; }
#RAga19svMaZ0nEJi8ywFsR8q5fiZa6eg { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -moz-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -ms-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-image: -o-linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#cfa53d' );";background-image: linear-gradient(339deg, rgba(var(--color-primary-4),1), #cfa53d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.1875rem;width:7rem;top:20.875rem;left:47.9375rem;display:block; }
#KH5i2EXvOQdv1nTgcCQ3VvdrHsI1y0Uf { position:absolute;display:block;z-index:15025;background-color:#cfa53d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #cfa53d ;height:3.3125rem;width:3.3125rem;top:19.3125rem;left:47.25rem;display:block; }
#f9uvZTfqABzIcV3bsuPlbg3ka4eor07T { position:absolute;display:block;z-index:15040;background-color:#cfa53d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #cfa53d ;height:3.3125rem;width:3.3125rem;top:27.4375rem;left:56.625rem;display:block; }
#Kpql5rkSRhTIOzNTwo6HmKMI5md1Dsy2 { position:absolute;display:block;z-index:15027;background-color:#cfa53d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #cfa53d ;height:3.3125rem;width:3.3125rem;top:40.75rem;left:48.125rem;display:block; }
#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ.adaptive-delivery-prevent-bg, #HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ.lazyload, #HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ.lazyloading { background-image: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container { background-color: transparent; background-image: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container > .video-iframe-container { display: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row > .video-iframe-container { display: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .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); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container { border-width: 0; border-radius: 0; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#uDb1zFKytk0TfyuRJfBZGqNZ7CzZV3hT { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3rem;left:15.467968940735rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLJw6HeBPbgnZGJ2CXpzs377neTPFBsx { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.0625rem;left:10.967968940735rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo.adaptive-delivery-prevent-bg, #e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo.lazyload, #e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo.lazyloading { background-image: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container { background-color: transparent; background-image: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container > .video-iframe-container { display: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row > .video-iframe-container { display: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .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); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container { border-width: 0; border-radius: 0; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),0);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #8f9dc5;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.0625rem;font-family:var(--paragraphs-font-family);color:#ffffff;line-height:1.4;overflow:hidden;height:auto;font-style:normal; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#e5c679;height:auto;line-height:1.5;overflow:hidden; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-trigger { width:1.4375rem;min-width:1.4375rem;height:1.4375rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_294957b3e70a54fa4ebffb1b6379d70768c90f47.svg");background-size:contain !important; }#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-trigger.adaptive-delivery-prevent-bg, #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-trigger.lazyload, #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-trigger.lazyloading { background-image: none; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ { box-sizing:content-box;height:auto;width:60.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.1875rem;z-index:15071;background-color:transparent;background-image:none;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;top:1.0859375rem;left:6.905468940735rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-1),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ZXxND0MnaIdUp9saNfCqMFe3VmxXchGv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #TatT1nw6EJJnNZUyURiUQcsKfVrwDoLI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #X30uTdhwp7f4TDD3xQZbx8t8fHQ394Is { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #qkcJ3kyTArFvffiEzU05nMwT5u5Jm7d0 {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #JKyoTNVNbQ7MEU3BWl0o6Qg63pJ5nxGL {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #mhnOwZEQB8wmDdCzuGesVCAvXAGQUHAz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #OZlc5dohfiOb7bkWXxiN8tuXzz1AGoTR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sDTRZ5w5lAJxpuKMlkED4TzNTbzn55GT { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Tfe2H0TC6PkoglOek35dM90vLue7SRQm {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zPGsZ9m8D59c8qHJt3W7SXuMemoGpbl5 { display:none; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #qGLxdLL8GqcKbd5aJGh5oTvxDmwHThv9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #vsFoRAZGa6l0Eg125axlr8uNFqJbZMSg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #raT57IemrfQGr525qg0SFaZI3DFnGDER { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zERdweVNLIPT8h1xGuRyv2yWuMBoiTnI {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #XAtAIglwvrdT6luAXtH9SeHZT7UOubri { display:none; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #AhZ5otcodgnuIQ7fyGbzU7soE2g4dZOi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ap5yO9IE127XiWHZyEp4Sg1vJDEuPLnq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #csHMepmTaCQm2idCoX2TaHGvyaMyewqC { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #RvQP4neNqPyCJ8Kydtx4TKrfyWe8D0eT {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sFkPqoTbphTVgqxaMhV46oH1OUalEzDh { display:none; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #STukvx0pQzLBQIs87JVDd2RSyMDmXOGb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #rqrvezRCNtDq5Xhxqz8gkKWqHIOVTREf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KR5bFFr0mADSAmA9vHTADJrhHhFiEmNT { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #aMvAfNqQN4nGI3cbcgSo3hypgmhBkRnv {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KIhXq2NpEutfOW3iOJK5LrwkV4w6otMG { display:none; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sB7VSLGKnvXJsUBdoBtxFUhap9zLWSqA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #MoWoi77swv2HA9Auen9UXpXTsqCLXy3x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #TsOENt2msiGZpPdUDPgcTR2VHuX1zDgU { display:block;position:relative; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Pw8kSBblphBRLGlZNk38BQhMxfdy9olV {  }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #rvlBOCKKEtMlfmkan64nMfAo46TtrIAP { display:none; }
#FvpT4viG6apnEctqf5BN9TTpohyKVAcX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container { background-color: transparent; background-image: none; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container > .video-iframe-container { display: none; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row > .video-iframe-container { display: none; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .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); }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container { border-width: 0; border-radius: 0; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#vRzJquvoWx7meN1GKfirnkI9lXTpuBaT { color:#001f3c;display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.6);top:5.375rem;left:15.46875rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 { position:relative;display:block; }#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 { background-color: transparent; background-image: none; }#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 > .row .container > .video-iframe-container { display: none; }#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 > .row > .video-iframe-container { display: none; }#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 > .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); }#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 { border-width: 0; border-radius: 0; }#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 > .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; }#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 > .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:45.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c4aTqrA0Mk7LROA7JZaU57Q0GB1AKxcG { color:#001f3c;display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2.6875rem;left:17.9375rem;height:3.325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iGIs3wecneFJ8N5lLq4UThG08JnxAgO2 { position:absolute;display:block;z-index:15017;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:33.5rem;width:50.9375rem;top:8.403124809265rem;left:12.030468940735rem;overflow:hidden;display:block; }
#Z0CPDA1XfwHOlhLKmSKzLosw1sdTNyWS { position:absolute;display:block;z-index:15005;background-color:#cfa53d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:1.9375rem;left:12.5rem;display:block; }
#eMayHWyrws58hz91eaPFuI5MTv0ANANq { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.6875rem;left:13.1875rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#enVZFIDa3eNoEPT6RInI3RTqQxXmbL1l { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15020;background-color:#cfa53d;background-image:none;top:1.875rem;left:18rem;display:block; }
#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi { position:relative;display:block; }#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi { background-color: transparent; background-image: none; }#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi > .row .container > .video-iframe-container { display: none; }#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi > .row > .video-iframe-container { display: none; }#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi > .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); }#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi { border-width: 0; border-radius: 0; }#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi > .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; }#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Okltblb04mcLv45gsQc3Tk6UF0Q1cT4M { color:#001f3c;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.75rem;left:4.3125rem;height:6.175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eAgSWu62IVfKwKsP0rREHlFS3Ay1hZZX { color:#001f3c;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.3125rem;left:30.0625rem;height:6.175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VfunssElepG3yoQ69dZQo8lTZeowvBrk { position:absolute;display:block;z-index:15018;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:39rem;width:21.875rem;top:10.831250429154rem;left:1.5625rem;overflow:hidden;display:block; }
#VDdXREq538kk5eDoEw7TfhdLS9zW7FeW { position:absolute;display:block;z-index:15018;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:38.6875rem;width:21.875rem;top:10.987500429154rem;left:26.562500953674rem;overflow:hidden;display:block; }
#sPALevbizySo8uq6TQF6NQXVfqwOxqnC { color:#001f3c;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.625rem;left:55.9375rem;height:4.63125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iT8Ta1gM4MOXfiyg96RTO5QQzBbddcMT { position:absolute;display:block;z-index:15020;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:32.8125rem;width:21.875rem;top:10.987500429154rem;left:51.562500953674rem;overflow:hidden;display:block; }
#JPzzhXl7GpseuSZ43ETdWmrhAdG7kCFe { position:absolute;display:block;z-index:15009;background-color:#cfa53d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:1.875rem;left:0rem;display:block; }
#Hll23MMP02w1zKrS3ezPD8wgKdNfxsSp { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15024;background-color:#cfa53d;background-image:none;top:1.875rem;left:4.3125rem;display:block; }
#ax8oAnxgc4U10KgF40WsZTImhVirkCAO { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:2.625rem;left:0.6875rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A7VeZvVivW3TKzAQsNI304dnliUcAnvV { position:absolute;display:block;z-index:15013;background-color:#cfa53d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:2rem;left:25.5rem;display:block; }
#NSOV2q3fmRGgSJZAnUuqKdTELPXSbMkK { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:2.75rem;left:26.1875rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UwmVuXuAQBtxBrzQTg9VhXJZPw8ihdSZ { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15028;background-color:#cfa53d;background-image:none;top:1.5rem;left:30.0625rem;display:block; }
#sUyniUtq28XU35XZxsvrt4OrDz8qTFHa { position:absolute;display:block;z-index:15017;background-color:#cfa53d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:2rem;left:51.1875rem;display:block; }
#s2Fg6tcVyV2HsLrmKJCggq6RoEmApTaC { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:2.75rem;left:51.875rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7wNoGTHRSNqU9u88nwkbzuUfucWZGAW { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15032;background-color:#cfa53d;background-image:none;top:1.875rem;left:56rem;display:block; }
#bGT27onXqPqggt6lKpywKPMvMoeCUBCn { position:relative;display:block; }#bGT27onXqPqggt6lKpywKPMvMoeCUBCn { background-color: transparent; background-image: none; }#bGT27onXqPqggt6lKpywKPMvMoeCUBCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGT27onXqPqggt6lKpywKPMvMoeCUBCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGT27onXqPqggt6lKpywKPMvMoeCUBCn > .row .container > .video-iframe-container { display: none; }#bGT27onXqPqggt6lKpywKPMvMoeCUBCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGT27onXqPqggt6lKpywKPMvMoeCUBCn > .row > .video-iframe-container { display: none; }#bGT27onXqPqggt6lKpywKPMvMoeCUBCn > .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); }#bGT27onXqPqggt6lKpywKPMvMoeCUBCn { border-width: 0; border-radius: 0; }#bGT27onXqPqggt6lKpywKPMvMoeCUBCn > .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; }#bGT27onXqPqggt6lKpywKPMvMoeCUBCn > .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:43.6875rem;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; }#zHyagaVqw1TUCMHLERdS42dWqyTSuMOq { color:#001f3c;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:2.75rem;left:53.5rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UKGT6hBtPeF7EvgBLKOz5O2neAkBcewG { position:absolute;display:block;z-index:15009;background-color:#cfa53d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:2rem;left:48.0625rem;display:block; }
#nQ0Tll4tlCTXTr2rmPvyyzBFAkfJX8C8 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:2.75rem;left:48.75rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5eZL0fuPQDTUcX690UzSTa4Zo9X2NB9 { color:#001f3c;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:2.75rem;left:10.5rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BBua7TrE8CdH8hDWKKkKzEhc9XgEyON6 { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15024;background-color:#cfa53d;background-image:none;top:1.9375rem;left:53.5625rem;display:block; }
#HNwMGAXS0ERorCJMQRaPG8WgiyHOZWRx { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15024;background-color:#cfa53d;background-image:none;top:1.9375rem;left:10.5625rem;display:block; }
#pFm1mODmONAXS8NC2axLnLVpBTEFPZvm { position:absolute;display:block;z-index:15009;background-color:#cfa53d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:2rem;left:5.125rem;display:block; }
#RmC9aiSpqt4DRi5nXE8FJTIUc62AI0yd { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:2.75rem;left:5.8125rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PoJXBpu2nO4AeBGxb8lPnau5A8kWuN54 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:26.0625rem;width:47.25rem;top:9.1078130900862rem;left:1.9874992370606rem;display:block; }
#lrNiQZKCDGBRP4IfFUAeKcsmTzrDQeZ0 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:34.4375rem;width:19.375rem;top:9.10781288147rem;left:52.375000953674rem;display:block; }
#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT { position:relative;display:block; }#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT { background-color: transparent; background-image: none; }#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT > .row .container > .video-iframe-container { display: none; }#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT > .row > .video-iframe-container { display: none; }#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT > .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); }#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT { border-width: 0; border-radius: 0; }#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT > .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; }#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT > .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:53.4375rem;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; }#TCnkxaFBMTArMMlMLxdamteruruWBQ1d { position:absolute;display:block;z-index:15009;background-color:#cfa53d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:259.375rem;border-top-right-radius:259.375rem;border-bottom-left-radius:259.375rem;border-bottom-right-radius:259.375rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:0.0625rem;left:5.5rem;display:block; }
#FiCmUhoqNJTwzOx5bElPcEpHXSrmQcvr { color:#001f3c;display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:0.8125rem;left:10.9375rem;height:3.325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CTuVUzyMfG3ZUgXKVkrIT7ZXSfeVPIxf { color:rgba(var(--color-tertiary-0),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:0.8125rem;left:6.1875rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vT4grGlnzawmceRbZcD9hKRz3yeMxRuJ { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15024;background-color:#cfa53d;background-image:none;top:0rem;left:11rem;display:block; }
#XOAgQ4a2OceLmReaDe3sZCTsTM3QCLTh { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:49.25rem;width:27.4375rem;top:5.1726570129394rem;left:42.849217414856rem;display:block; }
#Ep9gV5SHnTVr7qI9q0yhiMLhJOlTh32W { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.25rem;width:34.375rem;top:7.15468788147rem;left:5.5rem;display:block; }
#gfQm4Q4bsn8udhemQO4m87WnTJst1TV7 { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.3125rem;width:34.375rem;top:29.142992973328rem;left:5.5rem;display:block; }
#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh > .row .container { background-color: transparent; background-image: none; }#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh > .row .container > .video-iframe-container { display: none; }#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh > .row > .video-iframe-container { display: none; }#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh > .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); }#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh > .row .container { border-width: 0; border-radius: 0; }#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#Xu9VH5ZN2GbL8bn0wPohy9eM4uWMNHaG { color:#001f3c;display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.6);top:2.8750009536743rem;left:15.467968940735rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container { background-color: transparent; background-image: none; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container > .video-iframe-container { display: none; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row > .video-iframe-container { display: none; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .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); }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container { border-width: 0; border-radius: 0; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#OpKqKGgPTOHVc087c4HExqF0ifZxai1T { position:absolute;display:block;z-index:15006;background-color:#eab849;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:3rem;width:3rem;top:1.8125004768372rem;left:3.8125rem;display:block; }
#ibWZbP3Bzidgv5WLWl1A03fkoWt6MXEo { color:#001f3c;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.8125rem;left:8.6875rem;height:11.6375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cG5WLNWU9IMp5upR1QAW1OUsTRCpaiSF { position:absolute;display:block;z-index:15010;background-color:#eab849;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3rem;width:3rem;top:1.8125rem;left:26.375rem;display:block; }
#Q1AoLhpUpket6FHvUtIytafklfmng7w5 { color:#001f3c;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:1.8124980926514rem;left:31.562501907349rem;height:11.6375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pxk9TcEf33mmMz8f83O2i3zl7u1PRnRB { position:absolute;display:block;z-index:15016;background-color:#eab849;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3rem;width:3rem;top:1.8125rem;left:50rem;display:block; }
#JKs7lsIumEGMC1HQbeQTrZtvR98yKAJu { color:#001f3c;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:1.6429748535156rem;left:54.968750953674rem;height:11.6375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTTn77DE0Iqu4WThRTADoyuU66Z4o250 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.9930610656738rem;left:4.9921875rem; }
#cc3yLlaimnO27wTSMacybEMKnbugic25 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.9929695129394rem;left:27.662499427796rem; }
#I2qpUNNVlTryRB6bDRrPibDub5guOp1O { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9929695129394rem;left:51.300000190735rem; }
#qezoEafDypZa9i1eHnCiGShDz4Rc53np { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container { background-color: transparent; background-image: none; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container > .video-iframe-container { display: none; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row > .video-iframe-container { display: none; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .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); }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container { border-width: 0; border-radius: 0; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#wzXPafFz22GzUzBbkBSfRrg0S1rOSKw3 { color:#001f3c;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:0.8125rem;left:43rem;height:9.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LHTy0X3zdXAPD1kil4oV3LNrwW2UyFTZ { position:absolute;display:block;z-index:15018;background-color:#eab849;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3rem;width:3rem;top:1rem;left:38.0625rem;display:block; }
#onmnOUD6klh6UCKLa97XhJgevEMQD68N { color:#001f3c;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:0.8125rem;left:16.311718940735rem;height:8.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CeDwz7FIFi7hWC6gNvqxEK9XpeUmAVSG { position:absolute;display:block;z-index:15021;background-color:#eab849;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:3rem;width:3rem;top:1rem;left:11.3125rem;display:block; }
#pFSgT2J81P4pwXzXmuvm0tf0NSFsvhHf { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.125rem;left:12.535937309265rem; }
#C6K0mORu39in5lxXzcdMAyQdARO13Uso { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.125rem;left:39.474217414856rem; }
#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 { position:relative;display:block; }#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 { background-color: transparent; background-image: none; }#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 > .row .container > .video-iframe-container { display: none; }#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 > .row > .video-iframe-container { display: none; }#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 > .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); }#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 { border-width: 0; border-radius: 0; }#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 > .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; }#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 > .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:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NBFDmsd2uuW2CSE5srzIPWi62tIuZpSF { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #5896d8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:21.8125rem;height:5.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.53125rem;left:26.593750953674rem;display:block; }
#mAet3Bc8izKQqTeGl59xGcgR9pDVHU8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QF9B0P49bthLZtrycXDW0D38MFKM1pAK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container { background-color: transparent; background-image: none; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container > .video-iframe-container { display: none; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row > .video-iframe-container { display: none; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .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); }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container { border-width: 0; border-radius: 0; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#igsJ0gOr1M0clJT7rGPDZtmToD8U55as { color:#001f3c;display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(211,211,211,0.5);top:3.6687507629394rem;left:17.686718940735rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynFLiXeI8mtKIoPcgSgUsoTpEieshpK5 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#5896d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#5896d8' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-3),1), #5896d8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3125rem;width:8.25rem;top:8.125rem;left:33.375000953674rem;display:block; }
#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container { background-color: transparent; background-image: none; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container > .video-iframe-container { display: none; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row > .video-iframe-container { display: none; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .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); }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container { border-width: 0; border-radius: 0; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#TRVHZ8eRm2ICPRbDv9Nqb1TOP9TK1OMr { color:#001f3c;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.75rem;left:28.250000953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kZu9ogOQuO7d8ND1MGtKKvvn77VbRDiX { color:#001f3c;display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.675000190735rem;left:53.500000953674rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KOkxWTCVEo5pESTE2QNXKynfathy6OcO { color:#001f3c;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:12.375rem;left:28.25rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VgFk8qmnOAMCmQro7okrhkfJxvsUInNS { color:#001f3c;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.75rem;left:53.500000953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RKFKPgPk6KJpAJVnDz5GhQRllwEAxGMe { color:#001f3c;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:8.75rem;left:28.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q8oX0OF2fiaQxrmWZaHr7sv7Hy58U6x1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:19.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mK5xZs5Wa5ShsLPKTLeWFaDg0FSiGl7i { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:15.5rem;top:9.5rem;left:0.84375rem;overflow:hidden;display:block; }
#pXH5uUtv4OuTTzrXcDiqTuKVZ2OfvyJU { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.75rem;left:25.000000953674rem; }
#fPSAMxBW9ZXSMRkeAP5mJnTZGxE5eQsu { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.375rem;left:25rem; }
#OdrVxSJF9RZPm8UUHTmWorrGpnDnnqvf { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.375rem;left:25rem; }
#tQeFcHvXo1SQLvc3P2PWVwlHh4oerGof { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.75rem;left:50.000000953674rem; }
#kpy0Hw176dSAKA3I3xxISaoadwu9EQX9 { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.625rem;left:50.000000953674rem; }
#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/0d8b52e5-67f1-4aa9-8d25-d2e759839f85/1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS.adaptive-delivery-prevent-bg, #uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS.lazyload, #uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS.lazyloading { background-image: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container { background-color: transparent; background-image: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container > .video-iframe-container { display: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row > .video-iframe-container { display: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .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); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container { border-width: 0; border-radius: 0; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#Kr0FsBUHgJNW5cRCATvwKliwq10457an { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.9375002384186rem;left:15.467968940735rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/0d8b52e5-67f1-4aa9-8d25-d2e759839f85/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6.adaptive-delivery-prevent-bg, #F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6.lazyload, #F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6.lazyloading { background-image: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container { background-color: transparent; background-image: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container > .video-iframe-container { display: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row > .video-iframe-container { display: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .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); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container { border-width: 0; border-radius: 0; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#mITHaJu3oAuZaTpV8Hu6vZDSPt9K0HgZ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:30.3125rem;width:23.9375rem;top:0.625rem;left:0rem;display:block; }
#zQN27IJdes36yQWzzTAtu27WP3Fzd6hT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:3.3750004768372rem;left:1.6875rem;height:22.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JXGgRpMcgkgS4OBeoM9SeP6JxqWMVzxT { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:30.4375rem;width:23.9375rem;top:0.5625rem;left:25.562500953674rem;display:block; }
#I0Hhv5q7GFf5hUgzwTJ6HXTpv7iX4idI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:3.3750004768372rem;left:27.156250953674rem;height:22.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VFOHU4U4nb6B9TErqe8Tv7VPf5k77cPB { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:23.4375rem;width:23.9375rem;top:0.625rem;left:51.0625rem;display:block; }
#H1KxGAWNr70CVQi6RxceA3EqDxBBURGF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:3.3750004768372rem;left:52.875000953674rem;height:15.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cCpyO2gMzzGTThyel7qG75gF9snBraXo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.375rem;left:52.875000953674rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZI63UZzK5DqNhvab9WkN5U1vQFWJv1za { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.175000667572rem;left:1.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OyvDfMVVrKwgHUs0kOaeDk6nGhHRCbBv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.175001144409rem;left:27.250000953674rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sosyeJ1kOoTAPdJGqd26q90bff1Ky04p { position:absolute;display:block;z-index:15001;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.5rem 2.125rem rgba(var(--color-tertiary-4),0.2) ;height:27.1875rem;width:22.625rem;top:1.875rem;left:0.65625rem;display:block; }
#fRVvPQcSZkPTuBokwITBdMdmzUlLJBQf { position:absolute;display:block;z-index:15002;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.5rem 2.125rem rgba(var(--color-tertiary-4),0.2) ;height:27.3125rem;width:22.625rem;top:1.875rem;left:26.187500953674rem;display:block; }
#l0TTyflrXPXDWyWrXsSTPf5hIEFBVxVD { position:absolute;display:block;z-index:15003;background-color:#e5e5e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.5rem 0.5rem 2.125rem rgba(var(--color-tertiary-4),0.2) ;height:20.5rem;width:22.625rem;top:1.875rem;left:51.75rem;display:block; }
#o6RvdJPe7LKe77ql34flZox4NqLlnAyI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.4249992370606rem;left:1.6875rem; }
#n2Ck8QesyDipB9wQ3b2IJLtWdvSwdKzw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.4375rem;left:3.25rem; }
#EcpUtkWlS07v94xJrEBa6XT2iuWOk4tp { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.4249992370606rem;left:5.0625rem; }
#qtihioqx37fABck4CyuyDITfhfEAaVGc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.4249992370606rem;left:6.8125rem; }
#Ne8A15HpBg9TGTEsAKFUV5Cf6UvIb1gw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.4249992370606rem;left:8.5rem; }
#DaMCo22dvrRNQA3DI8QkPGawqUuTC5b9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.4375rem;left:27.3125rem; }
#FANqq4szNSGcZF8mkHiFx7kULHDf4eec { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.4375rem;left:28.875rem; }
#CQXTgwxqcGbHeaypymMG6HgHmq4QsLRF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.4375rem;left:30.6875rem; }
#m72QTkLE9twZfbXTaBzrXxVihVBmLIdG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.4375rem;left:32.4375rem; }
#p7cAlPdLyHoa1k4mPF0rUp7crqxZP2av { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.4375rem;left:34.125rem; }
#Tm6FZU03Fwm8kqaHWkC3Wwsx2ZANAZDa { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:1.5rem;left:52.75rem; }
#Oc6qwwggwvmyryhcTLGuC9iQ8K5NsWvi { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.5rem;left:54.3125rem; }
#PMSVaKEX6Wbzy6MEGITgrhk3bTLpB7Zq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:1.5rem;left:56.125rem; }
#PVRnZx2LmuiRvP90WvReZU4414ruZ0B2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.5rem;left:57.875rem; }
#DScAeeu7AStP4hdIp6l0F4DqZV6S8Rbg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.5rem;left:59.5625rem; }
#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container { background-color: transparent; background-image: none; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container > .video-iframe-container { display: none; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row > .video-iframe-container { display: none; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .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); }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container { border-width: 0; border-radius: 0; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#sG0yDkNbM84xe6uA3XgTAdsnqOadaS2V { position:absolute;display:block;z-index:15001;background-color:#003e77;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:36.5625rem;width:48.1875rem;top:4.375rem;left:1.5rem;display:block; }
#fkCK4Emxq7yzGdeDSzDAqzGfgdrya3bL { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3116875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:6.5625rem;left:4.5rem;height:3.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5dsZr6mrkD1pBHEp7WD21Ob0qNTMsCh { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.5rem 0.5rem 2.125rem rgba(var(--color-tertiary-4),0.55) ;height:26.5625rem;width:42.0625rem;top:11.625rem;left:4.5625rem;display:block; }
#NEn2ZzX2sJKkyUBWkH4BEW2foUohuB62 { color:rgba(var(--color-secondary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.6875rem;left:3.4375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dilu64VNhL1u0ZraSuXXnK32kVCbQl5g { box-sizing:content-box;height:0.25rem;width:9.375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:18.75rem;display:block; }
#W0WhBva2wThegCJvfWFJTaBo3A9etvTs { color:#00305d;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:21rem;left:16.8125rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#W0WhBva2wThegCJvfWFJTaBo3A9etvTs li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#W0WhBva2wThegCJvfWFJTaBo3A9etvTs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2743a72820040611738a5cf2dcf9c15e589efa4b.svg); }
#hDkaqu9Nx3H8QUUP0LlTZsDCqglznphR { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #5896d8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:26.6875rem;height:4.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:25.6875rem;left:11.375rem;display:block; }
#IOq7TqSotmDZJ39F912Dk3XHsbJCrWOe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LrqDLBvfzDrpiBLqlO3RwHUsOzKEKtzi { color:#00305d;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:31.9375rem;left:8.875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTm9SQ6fqZTKxtsoSMeFHIdhT1at3FbE { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:36.375rem;width:20.4375rem;top:4.3741705417633rem;left:52.062500953674rem;display:block; }
#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i > .row .container { background-color: transparent; background-image: none; }#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i > .row .container > .video-iframe-container { display: none; }#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i > .row > .video-iframe-container { display: none; }#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i > .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); }#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i > .row .container { border-width: 0; border-radius: 0; }#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#tLQimLW5HJMRHVQU9QOEs7JAwMI1CJsW { color:#001f3c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(211,211,211,0.5);top:4.2937507629394rem;left:0rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slnTdeAopunN1Ez68MLcRPN3SXdMMZ93 { color:#001f3c;display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:8.375rem;left:12.124218940735rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container { background-color: transparent; background-image: none; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container > .video-iframe-container { display: none; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row > .video-iframe-container { display: none; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .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); }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container { border-width: 0; border-radius: 0; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#fm8NcEy91TiXqiKUVBXEXi6fdk0C4RoC { color:#001f3c;display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.5625rem;left:37.0625rem;height:21.6125rem;font-style:normal;display:block; }
#Q5RCBSlTUvxiLiKJHrFxPZebPkHXuGIE { color:#001f3c;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:37.0625rem;height:2.6rem;font-style:normal;display:block; }
#LKdPqHqglidt5TxF4JBJge2XOdkDdxwV { position:absolute;display:block;z-index:15005;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: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.51) ;height:24.8125rem;width:12.3125rem;top:10.5859375rem;left:16.999218940735rem;overflow:hidden;display:block; }
#T7fttxEU50eI3Eiuv16ukB85SFx3In72 { position:absolute;display:block;z-index:15009;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: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:17.5rem;width:14rem;top:18.84375rem;left:2.3125rem;overflow:hidden;display:block; }
#ACqoq7CZI5XnPiAiBIfmpTqskbN8IBkA { position:absolute;display:block;z-index:15005;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: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-secondary-4),1) ;height:11.5625rem;width:16.625rem;top:9.061906814575rem;left:1.7495269775391rem;overflow:hidden;display:block; }
#Be4teTBsSrnHS7GxcIv6doT3n8ms3uXe { color:#001f3c;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30.1875rem;left:37.0625rem;height:2.6rem;font-style:normal;display:block; }
#ky0LgQLcQQVenNTLSfvLzcbZPAQnbt17 { color:#001f3c;display:block;width:37.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:34.124649047851rem;left:37.062026977539rem;height:13.3rem;font-style:normal;display:block; }
#mMF2kw7TwnVFNxnXzTI6nUT7wVzKJr9g { position:absolute;display:block;z-index:15011;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13rem;width:15rem;top:35.8984375rem;left:0rem;overflow:hidden;display:block; }
#smB6PVWLeFR8hPKTnK0T6onXrRel0qeJ { position:absolute;display:block;z-index:15010;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: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:13rem;width:17.0625rem;top:28.348438262939rem;left:12.769584490744rem;overflow:hidden;display:block; }
#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT.adaptive-delivery-prevent-bg, #L6s93O6xciyeeh5FDKFGghpO0gWFTsBT.lazyload, #L6s93O6xciyeeh5FDKFGghpO0gWFTsBT.lazyloading { background-image: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container { background-color: transparent; background-image: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container > .video-iframe-container { display: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row > .video-iframe-container { display: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .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); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container { border-width: 0; border-radius: 0; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#IkqNQHLEDIzJZRvVlMT9ciKrkaiXMm4X { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15);top:3.9375rem;left:16.374218940735rem;height:3.32505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c5fLAghnwyHQwgwEpkmrLW9pBelTC39y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Z7XhZkz94EiZ1SGB1X6QmRMqTCRmQXxL { color:rgba(var(--color-tertiary-0),1);display:block;width:53.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.9285202026369rem;left:10.874172210693rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container { background-color: transparent; background-image: none; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container > .video-iframe-container { display: none; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row > .video-iframe-container { display: none; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .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); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container { border-width: 0; border-radius: 0; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container { font-size:0.875rem;font-family:montserrat;height:41.125rem;width:75rem;overflow:visible;position:relative;display:block; }#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-element-container.adaptive-delivery-prevent-bg, #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-element-container.lazyload, #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-element-container.lazyloading { background-image: none; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);line-height:2.5;overflow:hidden;height:auto;font-style:normal; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.6;overflow:hidden; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-trigger { width:1.4375rem;min-width:1.4375rem;height:1.4375rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_294957b3e70a54fa4ebffb1b6379d70768c90f47.svg");background-size:contain !important; }#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-trigger.adaptive-delivery-prevent-bg, #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-trigger.lazyload, #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-trigger.lazyloading { background-image: none; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk { box-sizing:content-box;height:auto;width:73.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.25rem;z-index:15070;background-color:transparent;background-image:none;padding-top:0.5625rem;padding-right:0.5625rem;padding-bottom:0.5625rem;padding-left:0.5625rem;top:10.687501907349rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #ZaS01cBz2AbyR5lpritsh6olq90kWR1H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #J88ZvZhMQbGTs1Sh7EKRk3blfpNqJThs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #T5uTdRZISAP42XDMa4oKlOO0yWagmFit { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #siJCoTEDVP7cOINNmsT2ZTAs8C8vRtDd {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Q1oLU6CnEscW140nwhZqRDv5nQaBQEKe {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fWTJNWE2DtAuWR5kNmRBLR6kvor71BGv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #MphFyDXUg2oWmgE31XhU2UasWpbX7h9k { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #wGbVRA4pbQnPGaGNGatQKU6qaSWTn8xr { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #agaIbKiXrpuGo5Z04kcraV7tT2nk6FnJ {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #lu4nFTUugHb8PNVMXAvsG8OmOGHdVO3H { display:none; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #IUs1pGQg5K34zKrAPp5Nu95Rux8QMdfH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #RFDgCIsQ11s7df8nZdzVhPNAuLe7Qq1K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #z3S11HtgFBuCzHWzqTPpwTqE0RNtMhHy { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #VxQTF3lSIioH2UH9VQWwi73BS7D0JWmf {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Iupbco9TPlKpVn6Ddla9Dq3Tw13IxyB2 { display:none; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #lvgWz3W856ffck2fZN6sL7hnNlorX1ph { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fq2hmbK2qJCKAbJRFyG8N2IFv3fWUlyC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #vzdOKvuBArdcPXgBgJ2CFeMPtS1PtuOT { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #xm3zJA0AUHeGGXL46TTlcXIATpvNnv7D {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #RL93lr6Bconm229egc7I6hHfwldEeApn { display:none; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Pk3TI1LB18RGnqoNLKFuKHUNGhN4MT2s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #ghEDxU0b4O94VMdXGe5nQRA5FbtIgmtD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #OOCwKkpus6deBAo6HAuzGvJT0hqbsy07 { display:block;position:relative; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #iJEeGG92oSSD2PuA2TftvDXM4bqCo1x3 {  }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #K3wrFAuyHTZkGJiq9A6wZyxfVgI2u5mJ { display:none; }
#VSpHIAP2i2Xm03obf333AFsGvBU5XeP5 { color:rgba(var(--color-secondary-4),1);display:block;width:31.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.1250019073488rem;left:21.842968940735rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VQm9EkqHUvaT4nouEphiqWeDZNglFiNo { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(172,172,172,0.5);top:4.5625rem;left:0rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container { background-color: transparent; background-image: none; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container > .video-iframe-container { display: none; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row > .video-iframe-container { display: none; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .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); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container { border-width: 0; border-radius: 0; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#yC5vr7HwrTlPxEIBxhshJFwKnaQWbKbv { color:#6cacf1;display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.3125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:1.5rem;left:54.4375rem;height:7.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3wn6tphoxQvITQvqD3WE9gEXCynlwB9 { color:#6cacf1;display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.3125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:0.9296875rem;left:12.875rem;height:7.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WA3LciHouLZ0ANalqVMEGFM9IBMf0nZv { position:absolute;display:block;z-index:14977;background-color:rgba(0,18,37,0.4);background-image:none;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:23.125rem;width:75rem;top:13.248474121094rem;left:0rem;display:block; }
#ubOZ3QZJEXHHFL8hXcIf2nLmHhWzTHIx { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #5896d8 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:31.125rem;height:6rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.2554683685302rem;left:21.936718940735rem;display:block; }
#u6Xw6GRn2bPDuP8VLeKLswwcyb70Zkw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rayb5GTgq5PbLp9L4UBmPsqwvodRorMq { box-sizing:content-box;height:0.125rem;width:6.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.1242189407349rem;left:25.687500953674rem;display:block; }
#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/0d8b52e5-67f1-4aa9-8d25-d2e759839f85/1.png");background-position:bottom 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; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm.adaptive-delivery-prevent-bg, #BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm.lazyload, #BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm.lazyloading { background-image: none; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container { background-color: transparent; background-image: none; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container > .video-iframe-container { display: none; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row > .video-iframe-container { display: none; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .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); }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container { border-width: 0; border-radius: 0; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#nfaPKWPh3orObm8nAyLmCB4xRLq84lZl { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.4375rem;left:31.625rem;height:1.6875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#pylcOtKzAJ9pEJuCtFMgJxTVTaJ1y8D4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.3125rem;left:29.0625rem; }
#oM1Wg7kQ9kCDxWrDi9oWsEby9IdTKVdM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.0625rem;left:0rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLEOniDMd7MRsIkxozTTMU0nqz7TAqT2 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:6.3125rem;left:21.875rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z3a55D6fDTvtLN2ebTy4GfiydarXQygl { position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-1),1), #5896d8);background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-1),1), #5896d8);background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-1),1), #5896d8);background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-1),1), #5896d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#5896d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#5896d8' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-1),1), #5896d8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3125rem;width:8.25rem;top:11.0625rem;left:33.375rem;display:block; }
#bPwrbXSqVaw68MMwZBKdIDOCORwcAEdN { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:17.862216949463rem;left:29.936668395996rem;height:3.9375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb { display:block; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT8ifed0v7HVPGxri9T45ubUAbkTZ28f { top:3.25rem;left:0rem;width:47.75rem;height:9.1875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6vGCXL9WT5KE62NLLnxk9AdZRPQDIGz { top:15.1875rem;left:1.1554689407349rem;width:45.4375rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ6pdJcQzuVQbmoL8HqbShNN5VbWNDhz { top:17.875rem;left:0rem;width:47.75rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJsn3ToOkia3NgX4PK1IExJH3yFIMeeC { top:0rem;left:0rem;width:47.75rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9sbNdEbMaQPsHLDg1zFeMoq7ROyqpO1 { width:31.125rem;height:5.25rem;top:26.5625rem;left:8.311718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLHpe5p15Xv17e821zshD3RDz9B3b30X { display:block; }
 }@media only screen and (max-width: 763px) { #seVq2iMlhygB5xsA21lwxM30tW1v6aTx { top:35.0625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAzuE4hmO52ekT1BlP7t8LqvdlT6WFPy { top:22.625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIJqpyHpxs9t5bMq08TBuR67RVRqzCkF { top:32.375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqH16rqqVT0h4y2pZHLFLCsQUrF3g6W3 { top:30.3125rem;left:12.000000953674rem;width:5.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofFhtK7dz0NLh6rMXDPAXJ0bMNm1Tl3i { top:14.0625rem;left:0rem;width:47.75rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 { display:block; }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeG9vZyfsmBPoz4qHutlEvQK3mRFc4qa { top:9rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMdb4VstP3prC3b3PyIoSszctGpWLrcH { top:12.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPSZo9tiGBTep1bLAFJm37f5cLoQeyPR { top:15.75rem;left:0rem;width:35.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBvsoCeHWBPs0aOT7Mo54d0dmiinfqSP { top:3.875rem;left:21.750000953674rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX17hGmlBKENCWBUeCaL0g6sUJnPkxVI { top:29.125rem;left:12.093750953674rem;width:19.9375rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtPfOZhGrvSsPvbbW2Agu42SH3f4wCh7 { width:31.125rem;height:6.0625rem;top:68rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsObFRUzcT98qF268QKzuig7vMrkcEik { display:block; }
 }@media only screen and (max-width: 763px) { #ePQfwoFbDoWPBMy2PzSDtoPRkFKsx9gO { top:72.0625rem;left:13.1875rem;width:6.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJEA48NlloNRS96iRHXPzAMaBeDcrrp1 { top:22.375rem;left:24.375rem;width:23.375rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg0uBoSVDLyklGPos25V0dhBeTdPcTlR { top:37.625rem;left:0rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTtpQ214FNFuTAyK009fXm2CpQKcEtC { top:56.25rem;left:29.737500190735rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DteqSuF9Fxnblh2hne7h53G7vAcioPe7 { display:block; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvGne0Pc1q0FRqM4DTiZ4wZbKF9hwuUP { top:4.125rem;left:1.875rem;width:44.0625rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J24QCtozsypqJ9f9pcB4Spz4vCzPxWTi { top:7.6875rem;left:1.8124990463257rem;width:44.0625rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqhHus12u18n9THv0qAPRPCeXwWbulV0 { display:block; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIEcivK9Z1CRZIn7eGyciik7ZZuLQ4FI { top:1.75rem;left:14.875000953674rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpg4BPD5R8U0ypyyynRNxD4yQSWMmUqJ { top:10rem;left:0rem;width:17.3125rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RasQLwOhB3SNpWExTG1fxLaDSHSfzKyq { top:1.8125rem;left:38.812501907349rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh3HkG0Q9PU5hr0zXU1tORFp1nvrnAm3 { top:1.75rem;left:26.812500953674rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7zbVEV0G6DbtCNDp1tILc16ygGG0Ew0 { top:10rem;left:6.4375rem;width:17.4375rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbQgx5hRMmKkilsiRKipPlMR1xJAv791 { top:10.0625rem;left:19.75rem;width:16.0625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W98T3droupCywNZ1qHQALheTfOiHTV72 { top:10rem;left:32.8125rem;width:14.9375rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyrDFCPDEWg8sOfUB8P7yILcvM9QCR6S { top:1.75rem;left:2.9367189407349rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM79QGzHl22lzRVXA9F2cqtARAJT9XxE { display:block; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDVMohTVFc5G2onv7N8E5bbbcPUq9nLs { top:1.75rem;left:2.96875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asbG2d8Z1fDHHiTXJ11aUaOUTFvnlmcZ { top:10rem;left:0rem;width:16.0625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJTUXvH2y6JanBXQLAoUqfU4z2TvtGPK { top:1.5625rem;left:38.593750953674rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRBrBTXTppHABHqcI5hpfegy7Hfww8p5 { top:1.8125rem;left:14.937501907349rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPxuExcebOTfCyVs1OdB56oh81ghXloQ { top:10rem;left:8.125rem;width:15.75rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGFCzzeCFw1DAKRESLH5oMdblRSlkkM4 { top:10.0625rem;left:19.75rem;width:16.0625rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iipPODEqwte0ora0mkvpPGeXRJu3D3lX { top:9.6875rem;left:33.8125rem;width:13.9375rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0TaL9KO2DgfwDFHC7EVlI6OCHu7btAN { top:2.0625rem;left:27.125000953674rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 { display:block; }#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFbikJeiusN0HNe6d9tJk8Lp5vNoToxs { top:3.6875rem;left:0rem;width:44.5625rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiHvEFTaZNVsbaxeymby28UvsTstb718 { top:13.25rem;left:0rem;width:40.9375rem;height:9.9375rem;font-size:1.0625rem;display:block; }#hiHvEFTaZNVsbaxeymby28UvsTstb718 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
 }@media only screen and (max-width: 763px) { #Clo65utbrfB0qDxGHARgHNZd1Pa3dbhT { top:8.8125rem;left:31.8125rem;width:15.9375rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6vpiUekCLT9HvGTJ394DcqhgTJZXPE1 { width:31.0625rem;height:4.25rem;top:25.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9oAmqutGzgrLAR1CMMXoZSoZV4eQqJp { top:11.125rem;left:0rem;width:8.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlXLFTLzcSgi4x32VFiBwB2TTlV8kuNy { top:8.8125rem;left:23.530468940735rem;width:15.9375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa { display:block; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKhXztyWXrkHKWUmXTaIqxxiflnVZdhO { top:2.875rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLOku5M1ybFVpyeFw90TcJdp7wK7wcPz { top:11.5rem;left:0rem;width:47.75rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lseaZrUWE3zQG5smxlP3tTTlxBM2h3Vv { top:13.8125rem;left:0rem;width:30.1875rem;height:19.9375rem;font-size:1.0625rem;display:block; }#lseaZrUWE3zQG5smxlP3tTTlxBM2h3Vv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
 }@media only screen and (max-width: 763px) { #q7hROTtXLgOvQQvC5UEihPHZ1nvqdRDe { top:13.8125rem;left:20.3125rem;width:27.4375rem;height:17.8125rem;font-size:1.0625rem;display:block; }#q7hROTtXLgOvQQvC5UEihPHZ1nvqdRDe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
 }@media only screen and (max-width: 763px) { #bLZxwh62plSGETmeWoEwNyTIUZ4G1hl0 { top:35.3125rem;left:2.9375rem;width:37.3125rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7Fnua7TPBKiAmlHIV5mJ3LvzmXQJNBb { top:32.625rem;left:28.875rem;width:18.875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8qETswJxK18b6KkAeJTxF1aBCTaExa3 { display:block; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { top:9.4375rem;left:0rem;width:8.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:4.4375rem;left:0rem;width:33.25rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzKNAvxrIi7TKEcqD5LfnCBm4UyZqT05 { top:18.1875rem;left:36rem;width:11.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWeuFoHdnpxTTWLoMCy0QuOmiDV2Hpw { top:28.875rem;left:41.375rem;width:6.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adq5H84JTOAsolT6GuMArzl0NUpFRu6J { top:28rem;left:43.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { top:32.5rem;left:28.3125rem;width:19.4375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBPhpuCRT1h0a8tUbe3XdwN1zEnSkvTG { top:40.9375rem;left:35rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWKubwEFmshB393qeOOJK7LB0rMqRVyo { top:42.1875rem;left:35.1875rem;width:5.8125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CygWGf05yq92g1WFMdm7q0NpPFGtELwk { width:40.75rem;height:6rem;top:39.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b { top:12.3125rem;left:0rem;width:40.125rem;height:25.625rem;font-size:1.0625rem;display:block; }#VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
 }@media only screen and (max-width: 763px) { #nt6CKwK5JgIVkUxCAAnq5e7X8L1tEa6H { top:10.875rem;left:29.75rem;width:18rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJQ6AOtOO6iIceOEUvKLNb57n4yWsUXi { top:19.1875rem;left:34rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAga19svMaZ0nEJi8ywFsR8q5fiZa6eg { top:20.875rem;left:34.3125rem;width:7rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH5i2EXvOQdv1nTgcCQ3VvdrHsI1y0Uf { top:19.3125rem;left:33.625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9uvZTfqABzIcV3bsuPlbg3ka4eor07T { top:27.4375rem;left:43rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpql5rkSRhTIOzNTwo6HmKMI5md1Dsy2 { top:40.75rem;left:34.5rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ { display:block; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDb1zFKytk0TfyuRJfBZGqNZ7CzZV3hT { top:3rem;left:1.8429689407349rem;width:44.0625rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLJw6HeBPbgnZGJ2CXpzs377neTPFBsx { top:7.0625rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo { display:block; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ZXxND0MnaIdUp9saNfCqMFe3VmxXchGv {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #TatT1nw6EJJnNZUyURiUQcsKfVrwDoLI {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #X30uTdhwp7f4TDD3xQZbx8t8fHQ394Is {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #qkcJ3kyTArFvffiEzU05nMwT5u5Jm7d0 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #JKyoTNVNbQ7MEU3BWl0o6Qg63pJ5nxGL {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #mhnOwZEQB8wmDdCzuGesVCAvXAGQUHAz {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #OZlc5dohfiOb7bkWXxiN8tuXzz1AGoTR {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sDTRZ5w5lAJxpuKMlkED4TzNTbzn55GT {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Tfe2H0TC6PkoglOek35dM90vLue7SRQm {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zPGsZ9m8D59c8qHJt3W7SXuMemoGpbl5 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #qGLxdLL8GqcKbd5aJGh5oTvxDmwHThv9 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #vsFoRAZGa6l0Eg125axlr8uNFqJbZMSg {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #raT57IemrfQGr525qg0SFaZI3DFnGDER {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zERdweVNLIPT8h1xGuRyv2yWuMBoiTnI {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #XAtAIglwvrdT6luAXtH9SeHZT7UOubri {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #AhZ5otcodgnuIQ7fyGbzU7soE2g4dZOi {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ap5yO9IE127XiWHZyEp4Sg1vJDEuPLnq {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #csHMepmTaCQm2idCoX2TaHGvyaMyewqC {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #RvQP4neNqPyCJ8Kydtx4TKrfyWe8D0eT {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sFkPqoTbphTVgqxaMhV46oH1OUalEzDh {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #STukvx0pQzLBQIs87JVDd2RSyMDmXOGb {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #rqrvezRCNtDq5Xhxqz8gkKWqHIOVTREf {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KR5bFFr0mADSAmA9vHTADJrhHhFiEmNT {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #aMvAfNqQN4nGI3cbcgSo3hypgmhBkRnv {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KIhXq2NpEutfOW3iOJK5LrwkV4w6otMG {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sB7VSLGKnvXJsUBdoBtxFUhap9zLWSqA {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #MoWoi77swv2HA9Auen9UXpXTsqCLXy3x {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #TsOENt2msiGZpPdUDPgcTR2VHuX1zDgU {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Pw8kSBblphBRLGlZNk38BQhMxfdy9olV {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #rvlBOCKKEtMlfmkan64nMfAo46TtrIAP {  }
 }@media only screen and (max-width: 763px) { #FvpT4viG6apnEctqf5BN9TTpohyKVAcX { display:block; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRzJquvoWx7meN1GKfirnkI9lXTpuBaT { top:5.375rem;left:1.8437490463257rem;width:44.0625rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 { display:block; }#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4aTqrA0Mk7LROA7JZaU57Q0GB1AKxcG { width:44.5625rem;height:3.3125rem;top:2.6875rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGIs3wecneFJ8N5lLq4UThG08JnxAgO2 { top:8.375rem;left:0rem;width:47.75rem;height:31.403680981595rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0CPDA1XfwHOlhLKmSKzLosw1sdTNyWS { top:1.9375rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMayHWyrws58hz91eaPFuI5MTv0ANANq { top:2.6875rem;left:0rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enVZFIDa3eNoEPT6RInI3RTqQxXmbL1l { top:1.875rem;left:4.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi { display:block; }#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Okltblb04mcLv45gsQc3Tk6UF0Q1cT4M { width:19.1875rem;height:6.125rem;top:2.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAgSWu62IVfKwKsP0rREHlFS3Ay1hZZX { width:19.5rem;height:6.125rem;top:2.3125rem;left:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfunssElepG3yoQ69dZQo8lTZeowvBrk { top:10.8125rem;left:0rem;width:21.875rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDdXREq538kk5eDoEw7TfhdLS9zW7FeW { top:10.9375rem;left:9.875rem;width:21.875rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPALevbizySo8uq6TQF6NQXVfqwOxqnC { width:17.875rem;height:4.625rem;top:2.625rem;left:29.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT8Ta1gM4MOXfiyg96RTO5QQzBbddcMT { top:10.9375rem;left:25.75rem;width:21.875rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPzzhXl7GpseuSZ43ETdWmrhAdG7kCFe { top:1.875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hll23MMP02w1zKrS3ezPD8wgKdNfxsSp { top:1.875rem;left:0rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax8oAnxgc4U10KgF40WsZTImhVirkCAO { top:2.625rem;left:0rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VeZvVivW3TKzAQsNI304dnliUcAnvV { top:2rem;left:15.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSOV2q3fmRGgSJZAnUuqKdTELPXSbMkK { top:2.75rem;left:15.875rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwmVuXuAQBtxBrzQTg9VhXJZPw8ihdSZ { top:1.5rem;left:16.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUyniUtq28XU35XZxsvrt4OrDz8qTFHa { top:2rem;left:31.75rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2Fg6tcVyV2HsLrmKJCggq6RoEmApTaC { top:2.75rem;left:31.75rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7wNoGTHRSNqU9u88nwkbzuUfucWZGAW { top:1.875rem;left:33.1875rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGT27onXqPqggt6lKpywKPMvMoeCUBCn { display:block; }#bGT27onXqPqggt6lKpywKPMvMoeCUBCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHyagaVqw1TUCMHLERdS42dWqyTSuMOq { width:19.9375rem;height:3.0625rem;top:2.75rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKGT6hBtPeF7EvgBLKOz5O2neAkBcewG { top:2rem;left:34.4375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ0Tll4tlCTXTr2rmPvyyzBFAkfJX8C8 { top:2.75rem;left:35.125rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5eZL0fuPQDTUcX690UzSTa4Zo9X2NB9 { width:26.875rem;height:3.0625rem;top:2.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBua7TrE8CdH8hDWKKkKzEhc9XgEyON6 { top:1.9375rem;left:38.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNwMGAXS0ERorCJMQRaPG8WgiyHOZWRx { top:1.9375rem;left:0rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFm1mODmONAXS8NC2axLnLVpBTEFPZvm { top:2rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmC9aiSpqt4DRi5nXE8FJTIUc62AI0yd { top:2.75rem;left:0rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoJXBpu2nO4AeBGxb8lPnau5A8kWuN54 { top:9.0625rem;left:0rem;width:47.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrNiQZKCDGBRP4IfFUAeKcsmTzrDQeZ0 { top:9.0625rem;left:28.375rem;width:19.375rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT { display:block; }#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCnkxaFBMTArMMlMLxdamteruruWBQ1d { top:0.0625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiCmUhoqNJTwzOx5bElPcEpHXSrmQcvr { width:37.125rem;height:3.3125rem;top:0.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTuVUzyMfG3ZUgXKVkrIT7ZXSfeVPIxf { top:0.8125rem;left:0rem;width:2.125rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT4grGlnzawmceRbZcD9hKRz3yeMxRuJ { top:0rem;left:0rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOAgQ4a2OceLmReaDe3sZCTsTM3QCLTh { top:5.125rem;left:20.3125rem;width:27.4375rem;height:49.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep9gV5SHnTVr7qI9q0yhiMLhJOlTh32W { top:7.125rem;left:0rem;width:34.375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfQm4Q4bsn8udhemQO4m87WnTJst1TV7 { top:29.125rem;left:0rem;width:34.375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh { display:block; }#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu9VH5ZN2GbL8bn0wPohy9eM4uWMNHaG { top:2.875rem;left:1.8429689407349rem;width:44.0625rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp { display:block; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpKqKGgPTOHVc087c4HExqF0ifZxai1T { top:1.8125rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWZbP3Bzidgv5WLWl1A03fkoWt6MXEo { width:16.25rem;height:11.625rem;top:1.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG5WLNWU9IMp5upR1QAW1OUsTRCpaiSF { top:1.8125rem;left:15.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1AoLhpUpket6FHvUtIytafklfmng7w5 { width:16.9375rem;height:11.625rem;top:1.75rem;left:14.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxk9TcEf33mmMz8f83O2i3zl7u1PRnRB { top:1.8125rem;left:31.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKs7lsIumEGMC1HQbeQTrZtvR98yKAJu { width:16.5625rem;height:11.625rem;top:1.625rem;left:31.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTn77DE0Iqu4WThRTADoyuU66Z4o250 { top:2.9375rem;left:0.4296875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc3yLlaimnO27wTSMacybEMKnbugic25 { top:2.9375rem;left:15.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2qpUNNVlTryRB6bDRrPibDub5guOp1O { top:2.9375rem;left:31.75rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qezoEafDypZa9i1eHnCiGShDz4Rc53np { display:block; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzXPafFz22GzUzBbkBSfRrg0S1rOSKw3 { width:20.1875rem;height:9.9375rem;top:0.75rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTy0X3zdXAPD1kil4oV3LNrwW2UyFTZ { top:1rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmnOUD6klh6UCKLa97XhJgevEMQD68N { width:19.3125rem;height:8.3125rem;top:0.8125rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeDwz7FIFi7hWC6gNvqxEK9XpeUmAVSG { top:1rem;left:4.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFSgT2J81P4pwXzXmuvm0tf0NSFsvhHf { top:2.125rem;left:5.7234373092651rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6K0mORu39in5lxXzcdMAyQdARO13Uso { top:2.125rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 { display:block; }#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBFDmsd2uuW2CSE5srzIPWi62tIuZpSF { width:21.8125rem;height:5.25rem;top:0.5rem;left:12.968750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAet3Bc8izKQqTeGl59xGcgR9pDVHU8G { display:block; }
 }@media only screen and (max-width: 763px) { #QF9B0P49bthLZtrycXDW0D38MFKM1pAK { display:block; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igsJ0gOr1M0clJT7rGPDZtmToD8U55as { top:3.625rem;left:4.0617189407349rem;width:39.625rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynFLiXeI8mtKIoPcgSgUsoTpEieshpK5 { top:8.125rem;left:19.750000953674rem;width:8.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmrOApMDpOGDDThtSZCyHKcJisn3qLTB { display:block; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRVHZ8eRm2ICPRbDv9Nqb1TOP9TK1OMr { width:15.625rem;height:;top:2.75rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZu9ogOQuO7d8ND1MGtKKvvn77VbRDiX { width:16.8125rem;height:6.75rem;top:10.625rem;left:30.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOkxWTCVEo5pESTE2QNXKynfathy6OcO { width:16.0625rem;height:5rem;top:12.375rem;left:15.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgFk8qmnOAMCmQro7okrhkfJxvsUInNS { width:15.625rem;height:;top:2.75rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKFKPgPk6KJpAJVnDz5GhQRllwEAxGMe { width:15.625rem;height:1.625rem;top:8.75rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8oX0OF2fiaQxrmWZaHr7sv7Hy58U6x1 { top:0rem;left:0rem;width:19.0625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK5xZs5Wa5ShsLPKTLeWFaDg0FSiGl7i { top:9.5rem;left:0rem;width:15.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXH5uUtv4OuTTzrXcDiqTuKVZ2OfvyJU { top:2.75rem;left:15.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPSAMxBW9ZXSMRkeAP5mJnTZGxE5eQsu { top:12.375rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdrVxSJF9RZPm8UUHTmWorrGpnDnnqvf { top:8.375rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQeFcHvXo1SQLvc3P2PWVwlHh4oerGof { top:2.75rem;left:31.75rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpy0Hw176dSAKA3I3xxISaoadwu9EQX9 { top:10.625rem;left:31.75rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS { display:block; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kr0FsBUHgJNW5cRCATvwKliwq10457an { top:2.875rem;left:1.8425636291504rem;width:44.0625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 { display:block; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mITHaJu3oAuZaTpV8Hu6vZDSPt9K0HgZ { width:23.9375rem;height:30.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQN27IJdes36yQWzzTAtu27WP3Fzd6hT { width:20.5625rem;height:22.0625rem;top:3.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXGgRpMcgkgS4OBeoM9SeP6JxqWMVzxT { width:23.9375rem;height:30.4375rem;top:0.5625rem;left:11.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Hhv5q7GFf5hUgzwTJ6HXTpv7iX4idI { width:20.6875rem;height:22.0625rem;top:3.375rem;left:13.531250953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFOHU4U4nb6B9TErqe8Tv7VPf5k77cPB { width:23.9375rem;height:23.4375rem;top:0.625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1KxGAWNr70CVQi6RxceA3EqDxBBURGF { width:20.3125rem;height:15.25rem;top:3.375rem;left:27.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCpyO2gMzzGTThyel7qG75gF9snBraXo { width:16.25rem;height:1.625rem;top:19.375rem;left:31.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI63UZzK5DqNhvab9WkN5U1vQFWJv1za { width:16.25rem;height:1.625rem;top:26.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyvDfMVVrKwgHUs0kOaeDk6nGhHRCbBv { width:14.4375rem;height:1.625rem;top:26.125rem;left:13.625000953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sosyeJ1kOoTAPdJGqd26q90bff1Ky04p { width:22.625rem;height:27.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRVvPQcSZkPTuBokwITBdMdmzUlLJBQf { width:22.625rem;height:27.3125rem;top:1.875rem;left:12.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TTyflrXPXDWyWrXsSTPf5hIEFBVxVD { width:22.625rem;height:20.5rem;top:1.875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RvdJPe7LKe77ql34flZox4NqLlnAyI { top:1.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Ck8QesyDipB9wQ3b2IJLtWdvSwdKzw { top:1.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcpUtkWlS07v94xJrEBa6XT2iuWOk4tp { top:1.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtihioqx37fABck4CyuyDITfhfEAaVGc { top:1.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne8A15HpBg9TGTEsAKFUV5Cf6UvIb1gw { top:1.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaMCo22dvrRNQA3DI8QkPGawqUuTC5b9 { top:1.4375rem;left:13.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FANqq4szNSGcZF8mkHiFx7kULHDf4eec { top:1.4375rem;left:15.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQXTgwxqcGbHeaypymMG6HgHmq4QsLRF { top:1.4375rem;left:17.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m72QTkLE9twZfbXTaBzrXxVihVBmLIdG { top:1.4375rem;left:18.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7cAlPdLyHoa1k4mPF0rUp7crqxZP2av { top:1.4375rem;left:20.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6FZU03Fwm8kqaHWkC3Wwsx2ZANAZDa { top:1.5rem;left:39.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc6qwwggwvmyryhcTLGuC9iQ8K5NsWvi { top:1.5rem;left:40.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMSVaKEX6Wbzy6MEGITgrhk3bTLpB7Zq { top:1.5rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVRnZx2LmuiRvP90WvReZU4414ruZ0B2 { top:1.5rem;left:44.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DScAeeu7AStP4hdIp6l0F4DqZV6S8Rbg { top:1.5rem;left:45.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXI51Jxra23zqxMMiBTAowHLsxf3kkSL { display:block; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sG0yDkNbM84xe6uA3XgTAdsnqOadaS2V { top:4.375rem;left:0rem;width:47.75rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkCK4Emxq7yzGdeDSzDAqzGfgdrya3bL { top:6.5625rem;left:0rem;width:42.25rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5dsZr6mrkD1pBHEp7WD21Ob0qNTMsCh { width:42.0625rem;height:26.5625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEn2ZzX2sJKkyUBWkH4BEW2foUohuB62 { top:13.6875rem;left:0rem;width:42.4375rem;height:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dilu64VNhL1u0ZraSuXXnK32kVCbQl5g { top:15.125rem;left:5.125rem;width:9.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0WhBva2wThegCJvfWFJTaBo3A9etvTs { width:15.8125rem;height:3.4375rem;top:21rem;left:3.1875rem;font-size:1.0625rem;display:block; }#W0WhBva2wThegCJvfWFJTaBo3A9etvTs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2743a72820040611738a5cf2dcf9c15e589efa4b.svg); }
 }@media only screen and (max-width: 763px) { #hDkaqu9Nx3H8QUUP0LlTZsDCqglznphR { width:26.6875rem;height:4.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOq7TqSotmDZJ39F912Dk3XHsbJCrWOe { display:block; }
 }@media only screen and (max-width: 763px) { #LrqDLBvfzDrpiBLqlO3RwHUsOzKEKtzi { width:31.5rem;height:3.75rem;top:31.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTm9SQ6fqZTKxtsoSMeFHIdhT1at3FbE { top:4.3125rem;left:27.3125rem;width:20.4375rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i { display:block; }#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLQimLW5HJMRHVQU9QOEs7JAwMI1CJsW { top:4.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slnTdeAopunN1Ez68MLcRPN3SXdMMZ93 { top:8.3125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D { display:block; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm8NcEy91TiXqiKUVBXEXi6fdk0C4RoC { top:6.5rem;left:9.875rem;width:37.875rem;height:21.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5RCBSlTUvxiLiKJHrFxPZebPkHXuGIE { top:2.75rem;left:17.5625rem;width:30.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKdPqHqglidt5TxF4JBJge2XOdkDdxwV { top:10.5625rem;left:3.3742189407349rem;width:12.3125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7fttxEU50eI3Eiuv16ukB85SFx3In72 { top:18.8125rem;left:0rem;width:14rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACqoq7CZI5XnPiAiBIfmpTqskbN8IBkA { top:9rem;left:0rem;width:16.625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be4teTBsSrnHS7GxcIv6doT3n8ms3uXe { top:30.125rem;left:17.625rem;width:30.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky0LgQLcQQVenNTLSfvLzcbZPAQnbt17 { top:34.0625rem;left:9.875rem;width:37.875rem;height:13.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMF2kw7TwnVFNxnXzTI6nUT7wVzKJr9g { width:15rem;height:13rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smB6PVWLeFR8hPKTnK0T6onXrRel0qeJ { top:28.3125rem;left:0rem;width:17.0625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6s93O6xciyeeh5FDKFGghpO0gWFTsBT { display:block; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkqNQHLEDIzJZRvVlMT9ciKrkaiXMm4X { top:3.9375rem;left:2.7492189407349rem;width:42.25rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5fLAghnwyHQwgwEpkmrLW9pBelTC39y { display:none; }
 }@media only screen and (max-width: 763px) { #Z7XhZkz94EiZ1SGB1X6QmRMqTCRmQXxL { top:7.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc { display:block; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #ZaS01cBz2AbyR5lpritsh6olq90kWR1H {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #J88ZvZhMQbGTs1Sh7EKRk3blfpNqJThs {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #T5uTdRZISAP42XDMa4oKlOO0yWagmFit {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #siJCoTEDVP7cOINNmsT2ZTAs8C8vRtDd {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Q1oLU6CnEscW140nwhZqRDv5nQaBQEKe {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fWTJNWE2DtAuWR5kNmRBLR6kvor71BGv {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #MphFyDXUg2oWmgE31XhU2UasWpbX7h9k {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #wGbVRA4pbQnPGaGNGatQKU6qaSWTn8xr {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #agaIbKiXrpuGo5Z04kcraV7tT2nk6FnJ {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #lu4nFTUugHb8PNVMXAvsG8OmOGHdVO3H {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #IUs1pGQg5K34zKrAPp5Nu95Rux8QMdfH {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #RFDgCIsQ11s7df8nZdzVhPNAuLe7Qq1K {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #z3S11HtgFBuCzHWzqTPpwTqE0RNtMhHy {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #VxQTF3lSIioH2UH9VQWwi73BS7D0JWmf {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Iupbco9TPlKpVn6Ddla9Dq3Tw13IxyB2 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #lvgWz3W856ffck2fZN6sL7hnNlorX1ph {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fq2hmbK2qJCKAbJRFyG8N2IFv3fWUlyC {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #vzdOKvuBArdcPXgBgJ2CFeMPtS1PtuOT {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #xm3zJA0AUHeGGXL46TTlcXIATpvNnv7D {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #RL93lr6Bconm229egc7I6hHfwldEeApn {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Pk3TI1LB18RGnqoNLKFuKHUNGhN4MT2s {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #ghEDxU0b4O94VMdXGe5nQRA5FbtIgmtD {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #OOCwKkpus6deBAo6HAuzGvJT0hqbsy07 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #iJEeGG92oSSD2PuA2TftvDXM4bqCo1x3 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #K3wrFAuyHTZkGJiq9A6wZyxfVgI2u5mJ {  }
 }@media only screen and (max-width: 763px) { #VSpHIAP2i2Xm03obf333AFsGvBU5XeP5 { top:8.125rem;left:8.217968940735rem;width:31.3125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQm9EkqHUvaT4nouEphiqWeDZNglFiNo { top:4.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI { display:block; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yC5vr7HwrTlPxEIBxhshJFwKnaQWbKbv { top:1.5rem;left:40.5625rem;width:7.1875rem;height:7.5625rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3wn6tphoxQvITQvqD3WE9gEXCynlwB9 { top:0.875rem;left:0rem;width:3.8125rem;height:7.5625rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA3LciHouLZ0ANalqVMEGFM9IBMf0nZv { top:13.1875rem;left:0rem;width:47.75rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubOZ3QZJEXHHFL8hXcIf2nLmHhWzTHIx { width:31.125rem;height:6rem;top:2.25rem;left:8.311718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Xw6GRn2bPDuP8VLeKLswwcyb70Zkw9 { display:block; }
 }@media only screen and (max-width: 763px) { #Rayb5GTgq5PbLp9L4UBmPsqwvodRorMq { top:6.0625rem;left:12.062500953674rem;width:6.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm { display:block; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfaPKWPh3orObm8nAyLmCB4xRLq84lZl { top:12.4375rem;left:14.1875rem;width:33.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pylcOtKzAJ9pEJuCtFMgJxTVTaJ1y8D4 { top:12.3125rem;left:15.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM1Wg7kQ9kCDxWrDi9oWsEby9IdTKVdM { top:2.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLEOniDMd7MRsIkxozTTMU0nqz7TAqT2 { top:6.3125rem;left:8.25rem;width:31.3125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3a55D6fDTvtLN2ebTy4GfiydarXQygl { top:11.0625rem;left:19.75rem;width:8.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPwrbXSqVaw68MMwZBKdIDOCORwcAEdN { top:17.8125rem;left:16.311668395996rem;width:21.5625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/942e653a-5b0d-4334-8e64-f296435a6984/Hero.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb.adaptive-delivery-prevent-bg, #VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb.lazyload, #VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb.lazyloading { background-image: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container { background-color: transparent; background-image: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container > .video-iframe-container { display: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row > .video-iframe-container { display: none; }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .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); }#VyWHE2qmOQCWSBw0EHArzpS24sMH8TZb > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT8ifed0v7HVPGxri9T45ubUAbkTZ28f { width:20rem;height:6.3375rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z6vGCXL9WT5KE62NLLnxk9AdZRPQDIGz { width:20rem;height:2.975rem;top:9.2625002861025rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gZ6pdJcQzuVQbmoL8HqbShNN5VbWNDhz { width:20rem;height:5.95rem;top:12.187501907349rem;left:-0.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JJsn3ToOkia3NgX4PK1IExJH3yFIMeeC { width:20rem;height:30.625rem;top:2.0000019073486rem;left:0rem;z-index:14991;background-color:rgba(0,29,60,0.55);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b9sbNdEbMaQPsHLDg1zFeMoq7ROyqpO1 { width:19rem;height:3.8125rem;top:23.650001525879rem;left:0.49921876192093rem;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hLHpe5p15Xv17e821zshD3RDz9B3b30X { display:block; }
 }@media only screen and (max-width: 763px) { #seVq2iMlhygB5xsA21lwxM30tW1v6aTx { width:20rem;height:1.4rem;top:30.52499961853rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RAzuE4hmO52ekT1BlP7t8LqvdlT6WFPy { width:20rem;height:2.975rem;top:18.762500762939rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zIJqpyHpxs9t5bMq08TBuR67RVRqzCkF { width:20rem;height:1.4875rem;top:28.13125038147rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HqH16rqqVT0h4y2pZHLFLCsQUrF3g6W3 { width:3.4375rem;height:0.0625rem;top:26.112501144409rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofFhtK7dz0NLh6rMXDPAXJ0bMNm1Tl3i { width:20rem;height:14.25rem;top:8.3125rem;left:0rem;background-color:#0b2669;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2.adaptive-delivery-prevent-bg, #uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2.lazyload, #uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2.lazyloading { background-image: none; }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row .container { background-color: transparent; background-image: none; }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row .container > .video-iframe-container { display: none; }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row > .video-iframe-container { display: none; }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .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); }#uWNZwxq4WrBzIOygL2qe5RBWdAIM87E2 > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeG9vZyfsmBPoz4qHutlEvQK3mRFc4qa { width:19.375rem;height:2.0625rem;top:1.5773591995239rem;left:0rem;font-size:1.375rem;line-height:1.5;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #qMdb4VstP3prC3b3PyIoSszctGpWLrcH { width:20rem;height:3.0875rem;top:5.7289066314697rem;left:0rem;font-size:1.1875rem;line-height:1.3;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #mPSZo9tiGBTep1bLAFJm37f5cLoQeyPR { width:20rem;height:11.327375rem;top:9.92812538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBvsoCeHWBPs0aOT7Mo54d0dmiinfqSP { display:flex;width:1.5625rem;height:1.5625rem;top:3.6390628814698rem;left:9.2187505364419rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #qX17hGmlBKENCWBUeCaL0g6sUJnPkxVI { width:10.125rem;height:18.625rem;top:19.97500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtPfOZhGrvSsPvbbW2Agu42SH3f4wCh7 { width:19rem;height:4.5rem;top:44.984375953674rem;left:0.49921876192093rem;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vsObFRUzcT98qF268QKzuig7vMrkcEik { display:block; }
 }@media only screen and (max-width: 763px) { #ePQfwoFbDoWPBMy2PzSDtoPRkFKsx9gO { width:3.8125rem;height:0.0625rem;top:47.984375rem;left:2.0812500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJEA48NlloNRS96iRHXPzAMaBeDcrrp1 { width:11.0625rem;height:19.875rem;top:23.671875476837rem;left:8.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg0uBoSVDLyklGPos25V0dhBeTdPcTlR { display:flex;width:11.1875rem;height:11.1875rem;top:84.546875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNTtpQ214FNFuTAyK009fXm2CpQKcEtC { display:flex;width:7.375rem;height:7.375rem;top:96.984375rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DteqSuF9Fxnblh2hne7h53G7vAcioPe7 { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7.adaptive-delivery-prevent-bg, #DteqSuF9Fxnblh2hne7h53G7vAcioPe7.lazyload, #DteqSuF9Fxnblh2hne7h53G7vAcioPe7.lazyloading { background-image: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { background-color: transparent; background-image: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container > .video-iframe-container { display: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row > .video-iframe-container { display: none; }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .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); }#DteqSuF9Fxnblh2hne7h53G7vAcioPe7 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvGne0Pc1q0FRqM4DTiZ4wZbKF9hwuUP { width:20rem;height:1.7875rem;top:1.2242188453674rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J24QCtozsypqJ9f9pcB4Spz4vCzPxWTi { width:20rem;height:1.54375rem;top:3.7734375rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vqhHus12u18n9THv0qAPRPCeXwWbulV0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0.adaptive-delivery-prevent-bg, #vqhHus12u18n9THv0qAPRPCeXwWbulV0.lazyload, #vqhHus12u18n9THv0qAPRPCeXwWbulV0.lazyloading { background-image: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container { background-color: transparent; background-image: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container > .video-iframe-container { display: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row > .video-iframe-container { display: none; }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .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); }#vqhHus12u18n9THv0qAPRPCeXwWbulV0 > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIEcivK9Z1CRZIn7eGyciik7ZZuLQ4FI { display:flex;width:2.8125rem;height:2.8125rem;top:11.437500238419rem;left:8.5937505364419rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #fpg4BPD5R8U0ypyyynRNxD4yQSWMmUqJ { width:19.4375rem;height:4.4625rem;top:5.5617191791534rem;left:0.28046876192093rem;font-size:1.0625rem;line-height:1.4;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #RasQLwOhB3SNpWExTG1fxLaDSHSfzKyq { display:flex;width:2.8125rem;height:2.8125rem;top:28.987501382827rem;left:8.5937505364419rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #lh3HkG0Q9PU5hr0zXU1tORFp1nvrnAm3 { display:flex;width:2.8125rem;height:2.8125rem;top:20.799999475479rem;left:8.5937505364419rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #E7zbVEV0G6DbtCNDp1tILc16ygGG0Ew0 { width:18.625rem;height:4.4625rem;top:14.987499475479rem;left:0.68671876192094rem;font-size:1.0625rem;line-height:1.4;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #PbQgx5hRMmKkilsiRKipPlMR1xJAv791 { width:17.4375rem;height:2.975rem;top:24.299999475479rem;left:1.2812500596046rem;font-size:1.0625rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #W98T3droupCywNZ1qHQALheTfOiHTV72 { width:19.3125rem;height:3.15rem;top:32.787500619888rem;left:0.34296876192093rem;font-size:1.125rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #yyrDFCPDEWg8sOfUB8P7yILcvM9QCR6S { display:flex;width:2.8125rem;height:2.8125rem;top:2.0492188930511rem;left:8.5937505364419rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #tM79QGzHl22lzRVXA9F2cqtARAJT9XxE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE.adaptive-delivery-prevent-bg, #tM79QGzHl22lzRVXA9F2cqtARAJT9XxE.lazyload, #tM79QGzHl22lzRVXA9F2cqtARAJT9XxE.lazyloading { background-image: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container { background-color: transparent; background-image: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container > .video-iframe-container { display: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row > .video-iframe-container { display: none; }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .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); }#tM79QGzHl22lzRVXA9F2cqtARAJT9XxE > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDVMohTVFc5G2onv7N8E5bbbcPUq9nLs { display:flex;width:2.8125rem;height:2.8125rem;top:1.3125rem;left:8.3125rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #asbG2d8Z1fDHHiTXJ11aUaOUTFvnlmcZ { width:19.4375rem;height:2.975rem;top:4.75rem;left:0rem;font-size:1.0625rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #QJTUXvH2y6JanBXQLAoUqfU4z2TvtGPK { display:flex;width:2.8125rem;height:2.8125rem;top:27.424220085144rem;left:8.5937505364419rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #tRBrBTXTppHABHqcI5hpfegy7Hfww8p5 { display:flex;width:2.8125rem;height:2.8125rem;top:9.54921913147rem;left:8.2812505364419rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #NPxuExcebOTfCyVs1OdB56oh81ghXloQ { width:18.625rem;height:2.975rem;top:13.250010013581rem;left:0.68671876192094rem;font-size:1.0625rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #nGFCzzeCFw1DAKRESLH5oMdblRSlkkM4 { width:19rem;height:4.4625rem;top:21.375000476837rem;left:0.49921876192093rem;font-size:1.0625rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #iipPODEqwte0ora0mkvpPGeXRJu3D3lX { width:17.8125rem;height:2.975rem;top:30.875000953674rem;left:1.0929687619209rem;font-size:1.0625rem;line-height:1.4;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #D0TaL9KO2DgfwDFHC7EVlI6OCHu7btAN { display:flex;width:2.8125rem;height:2.8125rem;top:17.812500476837rem;left:8.5937505364419rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 { display:block; }#tfFXOZZ0lxLPeOAeFMri8TuF9XnHXIG3 > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFbikJeiusN0HNe6d9tJk8Lp5vNoToxs { width:20rem;height:3.3rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#001f3c;display:block; }
 }@media only screen and (max-width: 763px) { #hiHvEFTaZNVsbaxeymby28UvsTstb718 { width:20rem;height:9.4375rem;top:7.3625rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }#hiHvEFTaZNVsbaxeymby28UvsTstb718 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#hiHvEFTaZNVsbaxeymby28UvsTstb718 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
 }@media only screen and (max-width: 763px) { #Clo65utbrfB0qDxGHARgHNZd1Pa3dbhT { width:17.8125rem;height:31.875rem;top:23.573436737061rem;left:1.0929687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6vpiUekCLT9HvGTJ394DcqhgTJZXPE1 { width:20rem;height:4.4625rem;top:18.05rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G9oAmqutGzgrLAR1CMMXoZSoZV4eQqJp { width:8.25rem;height:0.3125rem;top:5.8rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlXLFTLzcSgi4x32VFiBwB2TTlV8kuNy { width:17.75rem;height:31.875rem;top:56.473439097404rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa.adaptive-delivery-prevent-bg, #hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa.lazyload, #hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa.lazyloading { background-image: none; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row .container { background-color: transparent; background-image: none; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row .container > .video-iframe-container { display: none; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row > .video-iframe-container { display: none; }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .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); }#hyT5b2DHmUcr34KVnKE7ELcXcn04sXCa > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKhXztyWXrkHKWUmXTaIqxxiflnVZdhO { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OLOku5M1ybFVpyeFw90TcJdp7wK7wcPz { width:20rem;height:54.625rem;top:6.625rem;left:0rem;background-color:#0b2669;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lseaZrUWE3zQG5smxlP3tTTlxBM2h3Vv { width:20rem;height:23.8375rem;top:7.1875rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }#lseaZrUWE3zQG5smxlP3tTTlxBM2h3Vv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
 }@media only screen and (max-width: 763px) { #q7hROTtXLgOvQQvC5UEihPHZ1nvqdRDe { width:20rem;height:21.7875rem;top:31.59921836853rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }#q7hROTtXLgOvQQvC5UEihPHZ1nvqdRDe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
 }@media only screen and (max-width: 763px) { #bLZxwh62plSGETmeWoEwNyTIUZ4G1hl0 { width:20rem;height:4.725rem;top:55.39999961853rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O7Fnua7TPBKiAmlHIV5mJ3LvzmXQJNBb { width:5.8125rem;height:5.3125rem;top:50.087500572204rem;left:12.875000536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t8qETswJxK18b6KkAeJTxF1aBCTaExa3 { display:block; }#t8qETswJxK18b6KkAeJTxF1aBCTaExa3 > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRIbuQUDTLI0yBxVWnmBptMI49GF3Osa { width:8.25rem;height:0.1875rem;top:4.9375rem;left:5.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:18.5625rem;height:1.7875rem;top:2.1875rem;left:0.75rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#001f3c;display:block; }
 }@media only screen and (max-width: 763px) { #FzKNAvxrIi7TKEcqD5LfnCBm4UyZqT05 { width:9.75rem;height:14.6875rem;top:71.4982585907rem;left:8.1241322755812rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #NzWeuFoHdnpxTTWLoMCy0QuOmiDV2Hpw { width:6.375rem;height:0.1875rem;top:28.875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #adq5H84JTOAsolT6GuMArzl0NUpFRu6J { width:3rem;height:3rem;top:77.125rem;left:6.5000001192094rem;display:none; }
 }@media only screen and (max-width: 763px) { #CltRC1L7fAElTDc7cXNbOlHwG4W9r4ez { width:7.875rem;height:5.1875rem;top:85.868041992188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBPhpuCRT1h0a8tUbe3XdwN1zEnSkvTG { display:flex;width:2.5rem;height:2.5rem;top:88.86718940735rem;left:12.196180462837rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWKubwEFmshB393qeOOJK7LB0rMqRVyo { width:5.8125rem;height:0.1875rem;top:42.1875rem;left:7.0625rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #CygWGf05yq92g1WFMdm7q0NpPFGtELwk { width:20rem;height:8.925rem;top:48.287502288818rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b { width:20rem;height:26.48125rem;top:6.75rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }#VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#VPOiTWTlKHsIqerQRBOUrb04GhyeXO8b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_beb59038107f16c3dc22971e7247b3bd6faf02f1.svg); }
 }@media only screen and (max-width: 763px) { #nt6CKwK5JgIVkUxCAAnq5e7X8L1tEa6H { width:17.875rem;height:11.875rem;top:35.161700725556rem;left:1.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJQ6AOtOO6iIceOEUvKLNb57n4yWsUXi { display:flex;width:2.5rem;height:2.5rem;top:19.1875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAga19svMaZ0nEJi8ywFsR8q5fiZa6eg { width:7rem;height:0.1875rem;top:20.875rem;left:6.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #KH5i2EXvOQdv1nTgcCQ3VvdrHsI1y0Uf { width:3.3125rem;height:3.3125rem;top:19.3125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9uvZTfqABzIcV3bsuPlbg3ka4eor07T { width:3.3125rem;height:3.3125rem;top:27.4375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kpql5rkSRhTIOzNTwo6HmKMI5md1Dsy2 { width:3.3125rem;height:3.3125rem;top:40.75rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ.adaptive-delivery-prevent-bg, #HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ.lazyload, #HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ.lazyloading { background-image: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container { background-color: transparent; background-image: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container > .video-iframe-container { display: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row > .video-iframe-container { display: none; }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .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); }#HS7SvnCCsgNEWpC68bHw15XbVTTrEckQ > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDb1zFKytk0TfyuRJfBZGqNZ7CzZV3hT { width:20rem;height:1.7875rem;top:1.4734375476837rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PLJw6HeBPbgnZGJ2CXpzs377neTPFBsx { width:20rem;height:3.325rem;top:4.0867195129394rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo.adaptive-delivery-prevent-bg, #e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo.lazyload, #e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo.lazyloading { background-image: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container { background-color: transparent; background-image: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container > .video-iframe-container { display: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row > .video-iframe-container { display: none; }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .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); }#e33oZE3xO7MkN4eyWWWHTsunOm3F0XGo > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.4;overflow:hidden; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ .accordion-desc-text { font-size:1.0625rem;height:auto;line-height:1.5;overflow:hidden; }
#ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ { display:flex;height:auto;width:20rem;top:1.25rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.625rem; }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ZXxND0MnaIdUp9saNfCqMFe3VmxXchGv {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #TatT1nw6EJJnNZUyURiUQcsKfVrwDoLI {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #X30uTdhwp7f4TDD3xQZbx8t8fHQ394Is {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #qkcJ3kyTArFvffiEzU05nMwT5u5Jm7d0 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #JKyoTNVNbQ7MEU3BWl0o6Qg63pJ5nxGL {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #mhnOwZEQB8wmDdCzuGesVCAvXAGQUHAz {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #OZlc5dohfiOb7bkWXxiN8tuXzz1AGoTR {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sDTRZ5w5lAJxpuKMlkED4TzNTbzn55GT {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Tfe2H0TC6PkoglOek35dM90vLue7SRQm {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zPGsZ9m8D59c8qHJt3W7SXuMemoGpbl5 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #qGLxdLL8GqcKbd5aJGh5oTvxDmwHThv9 {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #vsFoRAZGa6l0Eg125axlr8uNFqJbZMSg {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #raT57IemrfQGr525qg0SFaZI3DFnGDER {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #zERdweVNLIPT8h1xGuRyv2yWuMBoiTnI {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #XAtAIglwvrdT6luAXtH9SeHZT7UOubri {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #AhZ5otcodgnuIQ7fyGbzU7soE2g4dZOi {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #ap5yO9IE127XiWHZyEp4Sg1vJDEuPLnq {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #csHMepmTaCQm2idCoX2TaHGvyaMyewqC {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #RvQP4neNqPyCJ8Kydtx4TKrfyWe8D0eT {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sFkPqoTbphTVgqxaMhV46oH1OUalEzDh {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #STukvx0pQzLBQIs87JVDd2RSyMDmXOGb {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #rqrvezRCNtDq5Xhxqz8gkKWqHIOVTREf {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KR5bFFr0mADSAmA9vHTADJrhHhFiEmNT {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #aMvAfNqQN4nGI3cbcgSo3hypgmhBkRnv {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #KIhXq2NpEutfOW3iOJK5LrwkV4w6otMG {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #sB7VSLGKnvXJsUBdoBtxFUhap9zLWSqA {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #MoWoi77swv2HA9Auen9UXpXTsqCLXy3x {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #TsOENt2msiGZpPdUDPgcTR2VHuX1zDgU {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #Pw8kSBblphBRLGlZNk38BQhMxfdy9olV {  }
 }@media only screen and (max-width: 763px) { #ewDunh2FdKwmNZ0GzdGUQVUoH9knlHkJ #rvlBOCKKEtMlfmkan64nMfAo46TtrIAP {  }
 }@media only screen and (max-width: 763px) { #FvpT4viG6apnEctqf5BN9TTpohyKVAcX { display:block; }#FvpT4viG6apnEctqf5BN9TTpohyKVAcX > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRzJquvoWx7meN1GKfirnkI9lXTpuBaT { width:20rem;height:1.7875rem;top:1.6367197036743rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 { display:block; }#EQ3t3aUNgrlH5JS2efGfGtOwCkHk4oM4 > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4aTqrA0Mk7LROA7JZaU57Q0GB1AKxcG { width:20rem;height:5.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iGIs3wecneFJ8N5lLq4UThG08JnxAgO2 { width:20rem;height:13.153374233129rem;top:13.2625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0CPDA1XfwHOlhLKmSKzLosw1sdTNyWS { width:3.5625rem;height:3.5625rem;top:8.45rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMayHWyrws58hz91eaPFuI5MTv0ANANq { width:2.125rem;height:1.925rem;top:9.2rem;left:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enVZFIDa3eNoEPT6RInI3RTqQxXmbL1l { width:9.375rem;height:0.125rem;top:1.875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi { display:block; }#HEgmCCVTnBdsgTJCQuq6o0TaDdhth2fi > .row .container { width:20rem;height:138.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Okltblb04mcLv45gsQc3Tk6UF0Q1cT4M { width:19.1875rem;height:5.95rem;top:6.0625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eAgSWu62IVfKwKsP0rREHlFS3Ay1hZZX { width:19.5rem;height:4.4625rem;top:54.9820625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VfunssElepG3yoQ69dZQo8lTZeowvBrk { width:20rem;height:35.657142857143rem;top:13.2625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDdXREq538kk5eDoEw7TfhdLS9zW7FeW { width:20rem;height:35.371428571429rem;top:60.6945625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPALevbizySo8uq6TQF6NQXVfqwOxqnC { width:17.875rem;height:4.4625rem;top:102.1281875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iT8Ta1gM4MOXfiyg96RTO5QQzBbddcMT { width:20rem;height:30rem;top:107.8406875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPzzhXl7GpseuSZ43ETdWmrhAdG7kCFe { width:3.5625rem;height:3.5625rem;top:1.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hll23MMP02w1zKrS3ezPD8wgKdNfxsSp { width:9.375rem;height:0.125rem;top:1.875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ax8oAnxgc4U10KgF40WsZTImhVirkCAO { width:2.125rem;height:1.925rem;top:2rem;left:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VeZvVivW3TKzAQsNI304dnliUcAnvV { width:3.5625rem;height:3.5625rem;top:50.1695625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSOV2q3fmRGgSJZAnUuqKdTELPXSbMkK { width:2.125rem;height:1.925rem;top:50.9195625rem;left:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwmVuXuAQBtxBrzQTg9VhXJZPw8ihdSZ { width:9.375rem;height:0.125rem;top:1.5rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUyniUtq28XU35XZxsvrt4OrDz8qTFHa { width:3.5625rem;height:3.5625rem;top:97.3156875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2Fg6tcVyV2HsLrmKJCggq6RoEmApTaC { width:2.125rem;height:1.925rem;top:98.0656875rem;left:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7wNoGTHRSNqU9u88nwkbzuUfucWZGAW { width:9.375rem;height:0.125rem;top:1.875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGT27onXqPqggt6lKpywKPMvMoeCUBCn { display:block; }#bGT27onXqPqggt6lKpywKPMvMoeCUBCn > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHyagaVqw1TUCMHLERdS42dWqyTSuMOq { width:19.9375rem;height:2.975rem;top:27.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UKGT6hBtPeF7EvgBLKOz5O2neAkBcewG { width:3.5625rem;height:3.5625rem;top:22.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ0Tll4tlCTXTr2rmPvyyzBFAkfJX8C8 { width:2.125rem;height:1.925rem;top:23rem;left:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5eZL0fuPQDTUcX690UzSTa4Zo9X2NB9 { width:20rem;height:2.975rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BBua7TrE8CdH8hDWKKkKzEhc9XgEyON6 { width:9.375rem;height:0.125rem;top:1.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNwMGAXS0ERorCJMQRaPG8WgiyHOZWRx { width:9.375rem;height:0.125rem;top:1.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFm1mODmONAXS8NC2axLnLVpBTEFPZvm { width:3.5625rem;height:3.5625rem;top:1.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmC9aiSpqt4DRi5nXE8FJTIUc62AI0yd { width:2.125rem;height:1.925rem;top:2rem;left:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoJXBpu2nO4AeBGxb8lPnau5A8kWuN54 { height:11.03125rem;width:20rem;top:9.824999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrNiQZKCDGBRP4IfFUAeKcsmTzrDQeZ0 { width:19.375rem;height:34.4375rem;top:31.187487602234rem;left:0.31171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT { display:block; }#yT1XZUv3itcHdTmJlwoWXUyRlouBwIWT > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCnkxaFBMTArMMlMLxdamteruruWBQ1d { width:3.5625rem;height:3.5625rem;top:1.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiCmUhoqNJTwzOx5bElPcEpHXSrmQcvr { width:20rem;height:4.4625rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CTuVUzyMfG3ZUgXKVkrIT7ZXSfeVPIxf { width:2.125rem;height:1.925rem;top:2rem;left:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT4grGlnzawmceRbZcD9hKRz3yeMxRuJ { width:9.375rem;height:0.125rem;top:0rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOAgQ4a2OceLmReaDe3sZCTsTM3QCLTh { width:20rem;height:35.899772209567rem;top:36.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep9gV5SHnTVr7qI9q0yhiMLhJOlTh32W { height:11.2rem;width:20rem;top:11.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfQm4Q4bsn8udhemQO4m87WnTJst1TV7 { height:11.236363636364rem;width:20rem;top:24.225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh { display:block; }#X3QCkkrPOFLcOGassvJ7va7Vh8FWHTxh > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu9VH5ZN2GbL8bn0wPohy9eM4uWMNHaG { width:20rem;height:1.7875rem;top:1.6367197036743rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp { display:block; }#TNVppF7QIwaZqkrJXtahTX4mxGkCBfAp > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpKqKGgPTOHVc087c4HExqF0ifZxai1T { width:3.125rem;height:3.125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWZbP3Bzidgv5WLWl1A03fkoWt6MXEo { width:15.4375rem;height:9.66875rem;top:1.4562492370606rem;left:4.4359374642372rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cG5WLNWU9IMp5upR1QAW1OUsTRCpaiSF { width:3.125rem;height:3.125rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1AoLhpUpket6FHvUtIytafklfmng7w5 { width:15.625rem;height:8.2875rem;top:11.8125rem;left:4.2500000596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pxk9TcEf33mmMz8f83O2i3zl7u1PRnRB { width:3.125rem;height:3.125rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKs7lsIumEGMC1HQbeQTrZtvR98yKAJu { width:15.8125rem;height:8.2875rem;top:21.750000476837rem;left:4.0625000596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FTTn77DE0Iqu4WThRTADoyuU66Z4o250 { display:flex;width:1.875rem;height:1.875rem;top:2.125rem;left:0.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #cc3yLlaimnO27wTSMacybEMKnbugic25 { display:flex;width:1.875rem;height:1.875rem;top:12.4375rem;left:0.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #I2qpUNNVlTryRB6bDRrPibDub5guOp1O { display:flex;width:1.875rem;height:1.875rem;top:22.375rem;left:0.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qezoEafDypZa9i1eHnCiGShDz4Rc53np { display:block; }#qezoEafDypZa9i1eHnCiGShDz4Rc53np > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzXPafFz22GzUzBbkBSfRrg0S1rOSKw3 { width:16.125rem;height:8.2875rem;top:8.9375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LHTy0X3zdXAPD1kil4oV3LNrwW2UyFTZ { width:3.125rem;height:3.125rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmnOUD6klh6UCKLa97XhJgevEMQD68N { width:16rem;height:6.90625rem;top:0.625rem;left:4.0625000596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CeDwz7FIFi7hWC6gNvqxEK9XpeUmAVSG { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFSgT2J81P4pwXzXmuvm0tf0NSFsvhHf { display:flex;width:1.875rem;height:1.875rem;top:9.5625rem;left:0.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #C6K0mORu39in5lxXzcdMAyQdARO13Uso { display:flex;width:1.875rem;height:1.875rem;top:1.2499990463257rem;left:0.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 { display:block; }#o5UXS8EkozTlRi6gCfzEDnQy2ohsCVc4 > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBFDmsd2uuW2CSE5srzIPWi62tIuZpSF { width:19rem;height:3.6875rem;top:1.25rem;left:0.49999994039536rem;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mAet3Bc8izKQqTeGl59xGcgR9pDVHU8G { display:block; }
 }@media only screen and (max-width: 763px) { #QF9B0P49bthLZtrycXDW0D38MFKM1pAK { display:block; }#QF9B0P49bthLZtrycXDW0D38MFKM1pAK > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igsJ0gOr1M0clJT7rGPDZtmToD8U55as { width:20rem;height:4.125rem;top:1.8125rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ynFLiXeI8mtKIoPcgSgUsoTpEieshpK5 { width:8.25rem;height:0.3125rem;top:6.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmrOApMDpOGDDThtSZCyHKcJisn3qLTB { display:block; }#UmrOApMDpOGDDThtSZCyHKcJisn3qLTB > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRVHZ8eRm2ICPRbDv9Nqb1TOP9TK1OMr { width:15.625rem;height:2.975rem;top:19.125rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kZu9ogOQuO7d8ND1MGtKKvvn77VbRDiX { width:20rem;height:5.95rem;top:25.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOkxWTCVEo5pESTE2QNXKynfathy6OcO { width:20rem;height:4.4625rem;top:34.937500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VgFk8qmnOAMCmQro7okrhkfJxvsUInNS { width:20rem;height:4.4625rem;top:43.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RKFKPgPk6KJpAJVnDz5GhQRllwEAxGMe { width:15.625rem;height:1.4875rem;top:51.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Q8oX0OF2fiaQxrmWZaHr7sv7Hy58U6x1 { width:16.8125rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK5xZs5Wa5ShsLPKTLeWFaDg0FSiGl7i { width:11.75rem;height:8.5rem;top:8.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXH5uUtv4OuTTzrXcDiqTuKVZ2OfvyJU { display:flex;width:2.4375rem;height:2.4375rem;top:16.687500953674rem;left:8.7812505364419rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #fPSAMxBW9ZXSMRkeAP5mJnTZGxE5eQsu { display:flex;width:2.4375rem;height:2.4375rem;top:23.125rem;left:8.8125rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #OdrVxSJF9RZPm8UUHTmWorrGpnDnnqvf { display:flex;width:2.4375rem;height:2.4375rem;top:32.500000953674rem;left:8.7812505364419rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #tQeFcHvXo1SQLvc3P2PWVwlHh4oerGof { display:flex;width:2.4375rem;height:2.4375rem;top:40.625001907349rem;left:8.7812505364419rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #kpy0Hw176dSAKA3I3xxISaoadwu9EQX9 { display:flex;width:2.4375rem;height:2.4375rem;top:48.875rem;left:8.8125rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS.adaptive-delivery-prevent-bg, #uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS.lazyload, #uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS.lazyloading { background-image: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container { background-color: transparent; background-image: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container > .video-iframe-container { display: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row > .video-iframe-container { display: none; }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .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); }#uRkTZ4c22Gqp8ISVWT4OkLnIWJoqFeBS > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kr0FsBUHgJNW5cRCATvwKliwq10457an { width:20rem;height:1.7875rem;top:1.6609382629394rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6.adaptive-delivery-prevent-bg, #F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6.lazyload, #F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6.lazyloading { background-image: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container { background-color: transparent; background-image: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container > .video-iframe-container { display: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row > .video-iframe-container { display: none; }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .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); }#F6fveXmDKEG6lPDpWDOhSHpbQas3ncc6 > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mITHaJu3oAuZaTpV8Hu6vZDSPt9K0HgZ { width:20rem;height:28.375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQN27IJdes36yQWzzTAtu27WP3Fzd6hT { width:18.9375rem;height:20.825rem;top:4.5234375rem;left:0.53046876192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JXGgRpMcgkgS4OBeoM9SeP6JxqWMVzxT { width:20rem;height:28.625rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Hhv5q7GFf5hUgzwTJ6HXTpv7iX4idI { width:20rem;height:20.825rem;top:34.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VFOHU4U4nb6B9TErqe8Tv7VPf5k77cPB { width:20rem;height:21rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1KxGAWNr70CVQi6RxceA3EqDxBBURGF { width:20rem;height:13.3875rem;top:64.161719322206rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cCpyO2gMzzGTThyel7qG75gF9snBraXo { width:13.8125rem;height:1.38125rem;top:78.3125rem;left:3.0937500596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI63UZzK5DqNhvab9WkN5U1vQFWJv1za { width:13.8125rem;height:1.38125rem;top:25.749217987061rem;left:3.0937500596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyvDfMVVrKwgHUs0kOaeDk6nGhHRCbBv { width:13.875rem;height:1.38125rem;top:56.3125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sosyeJ1kOoTAPdJGqd26q90bff1Ky04p { width:20rem;height:25.625rem;top:2.8507823944092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRVvPQcSZkPTuBokwITBdMdmzUlLJBQf { width:20rem;height:26rem;top:32.936719894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TTyflrXPXDWyWrXsSTPf5hIEFBVxVD { width:20rem;height:18.375rem;top:62.311718940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RvdJPe7LKe77ql34flZox4NqLlnAyI { display:flex;width:1.25rem;height:1.25rem;top:2.1875rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #n2Ck8QesyDipB9wQ3b2IJLtWdvSwdKzw { display:flex;width:1.25rem;height:1.25rem;top:2.1875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #EcpUtkWlS07v94xJrEBa6XT2iuWOk4tp { display:flex;width:1.25rem;height:1.25rem;top:2.1875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #qtihioqx37fABck4CyuyDITfhfEAaVGc { display:flex;width:1.25rem;height:1.25rem;top:2.1875rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #Ne8A15HpBg9TGTEsAKFUV5Cf6UvIb1gw { display:flex;width:1.25rem;height:1.25rem;top:2.1875rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #DaMCo22dvrRNQA3DI8QkPGawqUuTC5b9 { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #FANqq4szNSGcZF8mkHiFx7kULHDf4eec { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #CQXTgwxqcGbHeaypymMG6HgHmq4QsLRF { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #m72QTkLE9twZfbXTaBzrXxVihVBmLIdG { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #p7cAlPdLyHoa1k4mPF0rUp7crqxZP2av { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #Tm6FZU03Fwm8kqaHWkC3Wwsx2ZANAZDa { display:flex;width:1.25rem;height:1.25rem;top:61.9375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #Oc6qwwggwvmyryhcTLGuC9iQ8K5NsWvi { display:flex;width:1.25rem;height:1.25rem;top:61.9375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #PMSVaKEX6Wbzy6MEGITgrhk3bTLpB7Zq { display:flex;width:1.25rem;height:1.25rem;top:61.9375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #PVRnZx2LmuiRvP90WvReZU4414ruZ0B2 { display:flex;width:1.25rem;height:1.25rem;top:61.9375rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #DScAeeu7AStP4hdIp6l0F4DqZV6S8Rbg { display:flex;width:1.25rem;height:1.25rem;top:61.9375rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #OXI51Jxra23zqxMMiBTAowHLsxf3kkSL { display:block; }#OXI51Jxra23zqxMMiBTAowHLsxf3kkSL > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sG0yDkNbM84xe6uA3XgTAdsnqOadaS2V { width:20rem;height:23.875rem;top:4.25rem;left:0rem;background-color:#0b2669;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fkCK4Emxq7yzGdeDSzDAqzGfgdrya3bL { width:19.1241875rem;height:1.925rem;top:1.5976572036743rem;left:0.43671876192093rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #d5dsZr6mrkD1pBHEp7WD21Ob0qNTMsCh { width:18.75rem;height:21.5rem;top:4.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEn2ZzX2sJKkyUBWkH4BEW2foUohuB62 { width:20rem;height:4.375rem;top:5.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Dilu64VNhL1u0ZraSuXXnK32kVCbQl5g { width:5.375rem;height:0.1875rem;top:6.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0WhBva2wThegCJvfWFJTaBo3A9etvTs { width:18.0625rem;height:2.825rem;top:15.875rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }#W0WhBva2wThegCJvfWFJTaBo3A9etvTs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2743a72820040611738a5cf2dcf9c15e589efa4b.svg); }
 }@media only screen and (max-width: 763px) { #hDkaqu9Nx3H8QUUP0LlTZsDCqglznphR { width:20rem;height:3.4375rem;top:11.5rem;left:0rem;font-size:1.1875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IOq7TqSotmDZJ39F912Dk3XHsbJCrWOe { display:block; }
 }@media only screen and (max-width: 763px) { #LrqDLBvfzDrpiBLqlO3RwHUsOzKEKtzi { width:18.8125rem;height:4.4625rem;top:19.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LTm9SQ6fqZTKxtsoSMeFHIdhT1at3FbE { width:20rem;height:35.5960625rem;top:29.497656345367rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i { display:block; }#qVMzT3gsqgQtlnn4bPkr8sNhf9a8uN1i > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLQimLW5HJMRHVQU9QOEs7JAwMI1CJsW { width:20rem;height:1.65rem;top:2.3750004768372rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slnTdeAopunN1Ez68MLcRPN3SXdMMZ93 { width:20rem;height:4.63125rem;top:4.8875007629394rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D { display:block; }#X0SAQtBCR0gQtHDzRy21l6sqnt6hXO0D > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm8NcEy91TiXqiKUVBXEXi6fdk0C4RoC { width:20rem;height:26.24375rem;top:3.72265625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q5RCBSlTUvxiLiKJHrFxPZebPkHXuGIE { width:20rem;height:1.6625rem;top:1.1750001907349rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LKdPqHqglidt5TxF4JBJge2XOdkDdxwV { width:9.75rem;height:19.5rem;top:56.5625rem;left:10.038634526683rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7fttxEU50eI3Eiuv16ukB85SFx3In72 { width:9rem;height:11.3125rem;top:60.656251907349rem;left:1.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACqoq7CZI5XnPiAiBIfmpTqskbN8IBkA { width:11.8125rem;height:8.1875rem;top:53rem;left:0rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Be4teTBsSrnHS7GxcIv6doT3n8ms3uXe { width:20rem;height:1.6625rem;top:31.625000953674rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ky0LgQLcQQVenNTLSfvLzcbZPAQnbt17 { width:20rem;height:16.575rem;top:33.900000095368rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mMF2kw7TwnVFNxnXzTI6nUT7wVzKJr9g { width:9.3125rem;height:8.0625rem;top:70.81250190735rem;left:0.0017815658107026rem;display:block; }
 }@media only screen and (max-width: 763px) { #smB6PVWLeFR8hPKTnK0T6onXrRel0qeJ { width:11.5625rem;height:8.8125rem;top:77.12500190735rem;left:6.6875000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6s93O6xciyeeh5FDKFGghpO0gWFTsBT { background-color:#00305d;background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT.adaptive-delivery-prevent-bg, #L6s93O6xciyeeh5FDKFGghpO0gWFTsBT.lazyload, #L6s93O6xciyeeh5FDKFGghpO0gWFTsBT.lazyloading { background-image: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container { background-color: transparent; background-image: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container > .video-iframe-container { display: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row > .video-iframe-container { display: none; }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .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); }#L6s93O6xciyeeh5FDKFGghpO0gWFTsBT > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkqNQHLEDIzJZRvVlMT9ciKrkaiXMm4X { width:20rem;height:2.03125rem;top:1.6875rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c5fLAghnwyHQwgwEpkmrLW9pBelTC39y { display:flex;top:5.0130214691162rem;left:9.1562501192094rem;width:1.6875rem;height:1.6875rem;z-index:15025;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7XhZkz94EiZ1SGB1X6QmRMqTCRmQXxL { width:20rem;height:1.575rem;top:4.3000011444092rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc { background-color:#ffffff;background-image:none;display:block; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container { background-color: transparent; background-image: none; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container > .video-iframe-container { display: none; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row > .video-iframe-container { display: none; }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .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); }#LDadSGnLnuPHsLEzUzUrq0KpwDGd65fc > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.4;overflow:hidden; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk .accordion-desc-text { font-size:1.0625rem;height:auto;line-height:1.5;overflow:hidden; }
#OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk { display:flex;height:auto;width:20rem;top:5.9713540077209rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.625rem; }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #ZaS01cBz2AbyR5lpritsh6olq90kWR1H {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #J88ZvZhMQbGTs1Sh7EKRk3blfpNqJThs {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #T5uTdRZISAP42XDMa4oKlOO0yWagmFit {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #siJCoTEDVP7cOINNmsT2ZTAs8C8vRtDd {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Q1oLU6CnEscW140nwhZqRDv5nQaBQEKe {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fWTJNWE2DtAuWR5kNmRBLR6kvor71BGv {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #MphFyDXUg2oWmgE31XhU2UasWpbX7h9k {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #wGbVRA4pbQnPGaGNGatQKU6qaSWTn8xr {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #agaIbKiXrpuGo5Z04kcraV7tT2nk6FnJ {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #lu4nFTUugHb8PNVMXAvsG8OmOGHdVO3H {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #IUs1pGQg5K34zKrAPp5Nu95Rux8QMdfH {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #RFDgCIsQ11s7df8nZdzVhPNAuLe7Qq1K {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #z3S11HtgFBuCzHWzqTPpwTqE0RNtMhHy {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #VxQTF3lSIioH2UH9VQWwi73BS7D0JWmf {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Iupbco9TPlKpVn6Ddla9Dq3Tw13IxyB2 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #lvgWz3W856ffck2fZN6sL7hnNlorX1ph {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #fq2hmbK2qJCKAbJRFyG8N2IFv3fWUlyC {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #vzdOKvuBArdcPXgBgJ2CFeMPtS1PtuOT {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #xm3zJA0AUHeGGXL46TTlcXIATpvNnv7D {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #RL93lr6Bconm229egc7I6hHfwldEeApn {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #Pk3TI1LB18RGnqoNLKFuKHUNGhN4MT2s {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #ghEDxU0b4O94VMdXGe5nQRA5FbtIgmtD {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #OOCwKkpus6deBAo6HAuzGvJT0hqbsy07 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #iJEeGG92oSSD2PuA2TftvDXM4bqCo1x3 {  }
 }@media only screen and (max-width: 763px) { #OiVPnDqSaKnbT6yZZhonnPtXvGPK1dUk #K3wrFAuyHTZkGJiq9A6wZyxfVgI2u5mJ {  }
 }@media only screen and (max-width: 763px) { #VSpHIAP2i2Xm03obf333AFsGvBU5XeP5 { width:18.75rem;height:1.78125rem;top:3.3125rem;left:0.62421876192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQm9EkqHUvaT4nouEphiqWeDZNglFiNo { width:20rem;height:1.65rem;top:1.4468746185302rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI { background-color:#ffffff;background-image:none;display:block; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container { background-color: transparent; background-image: none; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container > .video-iframe-container { display: none; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row > .video-iframe-container { display: none; }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .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); }#imRSnWq9q7E7lxeuLNMbR5IOTN8qFrTI > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yC5vr7HwrTlPxEIBxhshJFwKnaQWbKbv { width:7.1875rem;height:auto;top:1.5rem;left:6.375rem;font-size:2rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #C3wn6tphoxQvITQvqD3WE9gEXCynlwB9 { width:3.8125rem;height:auto;top:0.875rem;left:8.0625rem;font-size:2rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #WA3LciHouLZ0ANalqVMEGFM9IBMf0nZv { width:20rem;height:23.0625rem;top:6.3109283447262rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubOZ3QZJEXHHFL8hXcIf2nLmHhWzTHIx { width:19rem;height:6.0625rem;top:1.25rem;left:0.5rem;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u6Xw6GRn2bPDuP8VLeKLswwcyb70Zkw9 { display:block; }
 }@media only screen and (max-width: 763px) { #Rayb5GTgq5PbLp9L4UBmPsqwvodRorMq { width:3.75rem;height:0.125rem;top:4.9054450988769rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/21e03697-444c-47c6-bfdf-87d3d826a560/Projektbeztytuu6.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm.adaptive-delivery-prevent-bg, #BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm.lazyload, #BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm.lazyloading { background-image: none; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container { background-color: transparent; background-image: none; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container > .video-iframe-container { display: none; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row > .video-iframe-container { display: none; }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .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); }#BHW19WJ1OPQpV47EqIomMLZzK1PgmIDm > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfaPKWPh3orObm8nAyLmCB4xRLq84lZl { width:16.125rem;height:1.59375rem;top:7.984375rem;left:3.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pylcOtKzAJ9pEJuCtFMgJxTVTaJ1y8D4 { display:flex;width:2.1875rem;height:2.1875rem;top:7.6875rem;left:2.0500000119209rem; }
 }@media only screen and (max-width: 763px) { #oM1Wg7kQ9kCDxWrDi9oWsEby9IdTKVdM { width:20rem;height:1.65rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLEOniDMd7MRsIkxozTTMU0nqz7TAqT2 { width:18.75rem;height:3.1875rem;top:3.5867195129394rem;left:0.62421876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3a55D6fDTvtLN2ebTy4GfiydarXQygl { width:8.25rem;height:0.3125rem;top:11.555469512939rem;left:5.8750000596046rem;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPwrbXSqVaw68MMwZBKdIDOCORwcAEdN { width:20rem;height:3.4125rem;top:12.59375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }