.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:244,217,229;--color-primary-1:217,129,168;--color-primary-2:179,3,80;--color-primary-3:90,2,40;--color-primary-4:27,0,12;--color-secondary-0:253,252,251;--color-secondary-1:248,246,243;--color-secondary-2:241,236,230;--color-secondary-3:121,118,115;--color-secondary-4:36,35,35;--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:"Poppins";--paragraphs-font-family:"Poppins"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(180deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, #ffffff, #f1ece6);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Uc3vsWWXBNQrvdKatSJxB9Vw4tQZ5tgv { color:rgba(var(--color-primary-2),1);display:block;width:43.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:7.7998125rem;font-style:normal;display:block; }
#q7IraAmKgbGs1Min61yr1IOpQccgep77 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:19.8125rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GA3W7f2D9P76BLnGHGDZWclOU7IrfOLz { position:absolute;display:block;z-index:14989;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:30.4361875rem;width:30.4361875rem;top:3.5625rem;left:42.4375rem;overflow:hidden;display:block; }
#Bfl7T8H1MqbLkOpRv9SDUoyHttZoPLdI { position:absolute;display:block;z-index:14991;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:29.625rem;width:29.625rem;top:10rem;left:43.25rem;overflow:hidden;display:block; }
#eA9kvcIKK3UVtDwIgQAfc2pahlUrLVdT { position:absolute;display:block;z-index:14990;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:30.0625rem;width:30.0625rem;top:8.375rem;left:44.9375rem;overflow:hidden;display:block; }
#EvBwhWUE6qtUwrVtymK0iEHNHJtSBhvA { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.5rem;left:0rem;display:block; }
#a4xITRdobVpk86qTR81gFCqDudV72xKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#remusR9BKoe9e6CG8nUoDCFqFKJHz7U7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.4375rem;left:1.53173828125rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#ge2L8LxgWON0U4PuZrhDUhF0pi70gRvg { position:absolute;display:block;z-index:14992;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:40.875rem;width:26.9375rem;top:0.1875rem;left:42.4375rem;overflow:hidden;display:block; }
#J7T6CyL7GsDmqtMotgyyCRLKa6OX7OP4 { box-sizing:content-box;height:8.1875rem;width:18.1875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.82), #f1ece6);background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.82), #f1ece6);background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.82), #f1ece6);background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.82), #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd1', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd1', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.82), #f1ece6);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VhLpx5B95JxXbVXvZyZeuaw8RES7hK9c { color:rgba(var(--color-tertiary-4),1);display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:30.0625rem;left:51.125rem;height:2.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z2KevCMiSHgfu5qlscBCyeQ7rrN938ZT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:32.4375rem;left:52.3125rem;height:2.625rem;text-align:right;text-align-last:right;display:block; }
#KitqeboWLBIHlTaAveWFq8JdUElO33Jz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:28.6875rem;left:51.5625rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#SqORvxx86xX3J4GLVcZEChBKUdNGwGT4 { color:rgba(var(--color-primary-4),1);display:block;width:43.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#tfNxBX3q7m8duEC2II7XFZMv2an17zSD { box-sizing:content-box;height:2.625rem;width:18.25rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15073;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:2.375rem;left:0rem;display:block; }
#y2PRw6lEy9dJF3c3ayc9ZN9TmnLsOWaT { color:rgba(var(--color-primary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15075;line-height:1.9;letter-spacing:0;top:3rem;left:1.0625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { background-color: transparent; background-image: none; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container > .video-iframe-container { display: none; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row > .video-iframe-container { display: none; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .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); }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { border-width: 0; border-radius: 0; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#ci1A9krAJMtIQfVWxPFSfPEtzJazcRTw { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:18.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.9375rem;left:21.125rem;height:14.25rem;font-style:normal;display:block; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:not(:first-child){ padding-top:1.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4a5b14f6a890ba70a07ad3621c1782fe0df7a52.svg); }
#VeQzc7lfpK8wuhRDwpNZ2cX2wnGLJ1Ie { box-sizing:content-box;height:2.625rem;width:29.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.56);background-image:none;top:18.75rem;left:2.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 { 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; }#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 > .row .container { background-color: transparent; background-image: none; }#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 > .row .container > .video-iframe-container { display: none; }#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 > .row > .video-iframe-container { display: none; }#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 > .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); }#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 > .row .container { border-width: 0; border-radius: 0; }#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 > .row .container { font-size:0.875rem;font-family:kalnia;height:37rem;width:75rem;position:relative;display:block; }#dobsc90WbZePpD9MQJpkWpqTbJcXOrso { color:rgba(var(--color-primary-2),1);display:block;width:56rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.9364356994629rem;left:9.4992904663088rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OIit4R3aXM44TP20rxLyiOTnPnxrk6pE { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:4.6247625rem;width:4.6247625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.75rem;left:15.4375rem; }
#DdDBpewBRmlkyWa16My3NAhFcELRTTwH { color:rgba(var(--color-tertiary-4),1);display:block;width:10.062125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:19.5rem;left:12.6875rem;height:5.625rem;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; }
#bP3QOo7pBnJT4BgN7Dtd8lALp2vedQ6x { color:rgba(var(--color-tertiary-4),1);display:block;width:12.2495rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:19.375rem;left:31.375rem;height:8.4375rem;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; }
#K8V9pEuHT99F5fbS1LsAebm8LEFMUs4A { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.2497625rem;width:5.2497625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.3125rem;left:34.875rem; }
#DKkweCEatBZBVzQq7eEptptcMNm7W6TO { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.875rem;left:55.25rem; }
#MzwmaGSwhG9FNFJxxliSZ2lqBvpoGVT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:19.375rem;left:51.375rem;height:7.03125rem;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; }
#PQLdwK0UtnscwirCqUAftg2LE4s97gvO { box-sizing:content-box;height:22.5rem;width:16.5625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(180deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f1ece6, #ffffff);background-size:auto !important;top:9.6875rem;left:29.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;display:block; }
#aPJMXfkX08x9P7vbtxnTxeXZr3xwTdET { box-sizing:content-box;height:22.5rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(180deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f1ece6, #ffffff);background-size:auto !important;top:9.6875rem;left:49rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;display:block; }
#avkCUMDu3OH0nscTODqeNeNGgHUprqKv { box-sizing:content-box;height:22.5rem;width:16.5625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(180deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f1ece6, #ffffff);background-size:auto !important;top:9.6875rem;left:9.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;display:block; }
#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ { 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; }#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ > .row .container { background-color: transparent; background-image: none; }#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ > .row .container > .video-iframe-container { display: none; }#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ > .row > .video-iframe-container { display: none; }#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ > .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); }#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ > .row .container { border-width: 0; border-radius: 0; }#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#ACs6QRM4MDfJnMFcyoxLWbHhpzuGQwCw { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:02;letter-spacing:0;top:9.625rem;left:3.75rem;height:19.5625rem;font-style:normal;display:block; }#ACs6QRM4MDfJnMFcyoxLWbHhpzuGQwCw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ACs6QRM4MDfJnMFcyoxLWbHhpzuGQwCw li:before{  }
#xkfX7HqtWQfIaHrJrM9UkaPEToAfX2HJ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5625rem;left:3.75rem;height:2.27509375rem;font-style:normal;display:block; }
#MZ7IPotGa3zGuttuyTJylVoVKdwrGkNM { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9995rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.220169067382rem;left:26.000236511231rem;display:block; }
#HRbTN7BysMHsFTEnpKAaIxXLTMkTBbW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2meEgyLVsgo8tnAHfdepZKyKOli4sO9 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5625rem;left:38.625rem;height:2.27509375rem;font-style:normal;display:block; }
#ok98bl2iD7ps60JUlWXgQoKKlcNneIPN { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.625rem;left:38.4375rem;height:13.499rem;font-style:normal;display:block; }#ok98bl2iD7ps60JUlWXgQoKKlcNneIPN li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#ok98bl2iD7ps60JUlWXgQoKKlcNneIPN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4a5b14f6a890ba70a07ad3621c1782fe0df7a52.svg); }
#ssTwH9c0OGqFfyAKJKMOESOaOZ8Dvxd5 { box-sizing:content-box;height:21.25rem;width:30.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(241,236,230,0.5);background-image:none;top:9.0625rem;left:2.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
#ms474quDxUMS6TR4I4OkKBz8WdfBot7m { box-sizing:content-box;height:28.75rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:3rem;left:35.625rem;display:block; }
#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { 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/0bd7852c-dcf5-4d67-8d19-72b0718db77c/Projektbeznazwy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE.adaptive-delivery-prevent-bg, #ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE.lazyload, #ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE.lazyloading { background-image: none; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container { background-color: transparent; background-image: none; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container > .video-iframe-container { display: none; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row > .video-iframe-container { display: none; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .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); }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container { border-width: 0; border-radius: 0; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#zCNldESR1VBoS7QsqgIkQByeIiGty4xT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.75rem;left:6.6246433258056rem;height:1.95rem;font-style:normal;display:block; }
#QdTP7rN05Tztud0e7oQwzB8RpOhTpiVa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.6875rem;left:6.625rem;height:1.1375rem;display:block; }
#c3FAzvzkV5Z3w0frTyLnCdyhQfUsh5q4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.0625rem;left:6.625rem;height:1.625rem;display:block; }
#X9JdBaNITVzkoUwC2pzxDVmiBmHbS3Iz { box-sizing:content-box;height:39.1875rem;width:36.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.5rem;left:2.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.26) ;display:block; }
#dnuPzV5Oa0Nm3Ai13bPgmw4ksSZCIXBa { color:rgba(var(--color-primary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:18.5rem;left:6.62451171875rem;height:25.3125rem;display:block; }
#apXNyNwJvFd3ibQ5wt8rJsu2dkeCDkWK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#zJeot9MGy4PbtRCSAhhzU6fNHUd0QPdQ { background-color:transparent;background-image: -webkit-linear-gradient(176deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(176deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(176deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(176deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(176deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.5rem;left:1.0625rem;display:none; }
#Xusw3MFwZuUnr2sNIc70MKoixwDMARCu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzMs1QSTA3nkCERIvvJiqeBWyeypeutf { color:rgba(var(--color-primary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.60400390625rem;left:2.8125rem;height:2.6rem;font-style:normal;display:block; }
#ZKwZ3ZESC056kPuUgZOzwIaZN66swPyX { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6864375rem;width:32.6864375rem;top:11.75rem;left:42.3134765625rem;overflow:hidden;display:block; }
#dIailERq4TnZgTXZUcz1XQUP4rKpf0uQ { 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: none;height:30.75rem;width:30.3125rem;top:12.0625rem;left:42.3125rem;overflow:hidden;display:block; }
#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO > .row .container { background-color: transparent; background-image: none; }#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO > .row .container > .video-iframe-container { display: none; }#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO > .row > .video-iframe-container { display: none; }#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO > .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); }#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO > .row .container { border-width: 0; border-radius: 0; }#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:block; }#sw5uUXyvZcT3TeC3DXT1KJWV0wABKCwA { color:rgba(var(--color-primary-2),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9375rem;left:23.375rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anOaiVDewhK2vliN983HHnqzNbxFHTX8 { box-sizing:content-box;height:43.8125rem;width:32.75rem;position:absolute;display:block;z-index:5002;background-color:#f1ece6;background-image:none;top:3.3125rem;left:21.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);display:block; }
#ZW67ohuCc64cn9DXHOzc6eDJ84k4QSSk { position:absolute;display:block;z-index:15012;height:21.75rem;width:24.3125rem;top:7.1875rem;left:25.375rem;display:block; }
#uE46ImcfrAwI3tXhbqO5V3SAGoCe1fBJ { box-sizing:content-box;height:2.25rem;width:28.9375rem;position:absolute;display:block;z-index:15013;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:2.9375rem;left:23.375rem;display:block; }
#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C { 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; }#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C > .row .container { background-color: transparent; background-image: none; }#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C > .row .container > .video-iframe-container { display: none; }#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C > .row > .video-iframe-container { display: none; }#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C > .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); }#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C > .row .container { border-width: 0; border-radius: 0; }#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#M53viLqz6UdUhJ0TG48cyUqDB08eqqoA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#zUmQfighscVdz4eDTT7BSlswIyGtRaMs { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:;text-align:left;text-align-last:left;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; }
#OCRT89AlKvbO7hNwvARCqQxwzGNrfN9C { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.40033125rem;text-align:left;text-align-last:left;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; }
#zHsKNyI81efocxWQQaf2Gm9JKyLEyMFW { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.40033125rem;text-align:left;text-align-last:left;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc3vsWWXBNQrvdKatSJxB9Vw4tQZ5tgv { top:7.4375rem;left:0rem;width:43.875rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7IraAmKgbGs1Min61yr1IOpQccgep77 { top:19.8125rem;left:0rem;width:36.4375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA3W7f2D9P76BLnGHGDZWclOU7IrfOLz { top:3.5625rem;left:17.375rem;width:30.375rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfl7T8H1MqbLkOpRv9SDUoyHttZoPLdI { top:10rem;left:18.125rem;width:29.625rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA9kvcIKK3UVtDwIgQAfc2pahlUrLVdT { top:8.375rem;left:17.6875rem;width:30.0625rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvBwhWUE6qtUwrVtymK0iEHNHJtSBhvA { width:19.8125rem;height:3.4375rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4xITRdobVpk86qTR81gFCqDudV72xKZ { display:block; }
 }@media only screen and (max-width: 763px) { #remusR9BKoe9e6CG8nUoDCFqFKJHz7U7 { top:32.4375rem;left:0rem;width:16.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge2L8LxgWON0U4PuZrhDUhF0pi70gRvg { top:0.1875rem;left:20.8125rem;width:26.9375rem;height:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7T6CyL7GsDmqtMotgyyCRLKa6OX7OP4 { top:27.75rem;left:29.5625rem;width:18.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhLpx5B95JxXbVXvZyZeuaw8RES7hK9c { top:30.0625rem;left:31.8125rem;width:15.9375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2KevCMiSHgfu5qlscBCyeQ7rrN938ZT { top:32.4375rem;left:33rem;width:14.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KitqeboWLBIHlTaAveWFq8JdUElO33Jz { top:28.6875rem;left:32rem;width:15.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqORvxx86xX3J4GLVcZEChBKUdNGwGT4 { top:16rem;left:0rem;width:43.875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfNxBX3q7m8duEC2II7XFZMv2an17zSD { top:2.375rem;left:0rem;width:18.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2PRw6lEy9dJF3c3ayc9ZN9TmnLsOWaT { top:3rem;left:0rem;width:16.3125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E { display:block; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ci1A9krAJMtIQfVWxPFSfPEtzJazcRTw { top:3.4375rem;left:4.5rem;width:38.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX { top:6.9375rem;left:7.5rem;width:32.75rem;height:14.25rem;font-size:1rem;display:block; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4a5b14f6a890ba70a07ad3621c1782fe0df7a52.svg); }
 }@media only screen and (max-width: 763px) { #VeQzc7lfpK8wuhRDwpNZ2cX2wnGLJ1Ie { top:18.75rem;left:0rem;width:29.8125rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 { display:block; }#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dobsc90WbZePpD9MQJpkWpqTbJcXOrso { top:3.875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIit4R3aXM44TP20rxLyiOTnPnxrk6pE { top:12.75rem;left:1.8125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdDBpewBRmlkyWa16My3NAhFcELRTTwH { top:19.5rem;left:0rem;width:10rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP3QOo7pBnJT4BgN7Dtd8lALp2vedQ6x { top:19.375rem;left:17.75rem;width:12.1875rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8V9pEuHT99F5fbS1LsAebm8LEFMUs4A { top:12.3125rem;left:21.25rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKkweCEatBZBVzQq7eEptptcMNm7W6TO { top:12.875rem;left:41.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzwmaGSwhG9FNFJxxliSZ2lqBvpoGVT3 { top:19.375rem;left:36.0625rem;width:11.6875rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQLdwK0UtnscwirCqUAftg2LE4s97gvO { top:9.6875rem;left:15.625rem;width:16.5625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPJMXfkX08x9P7vbtxnTxeXZr3xwTdET { top:9.6875rem;left:31.1875rem;width:16.5625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #avkCUMDu3OH0nscTODqeNeNGgHUprqKv { top:9.6875rem;left:0rem;width:16.5625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ { display:block; }#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACs6QRM4MDfJnMFcyoxLWbHhpzuGQwCw { top:9.625rem;left:0rem;width:27.9375rem;height:19.5625rem;font-size:0.875rem;display:block; }#ACs6QRM4MDfJnMFcyoxLWbHhpzuGQwCw li:before{  }
 }@media only screen and (max-width: 763px) { #xkfX7HqtWQfIaHrJrM9UkaPEToAfX2HJ { top:4.5625rem;left:0rem;width:34.8125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ7IPotGa3zGuttuyTJylVoVKdwrGkNM { width:22.9375rem;height:3.4375rem;top:35.1875rem;left:12.375236511231rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRbTN7BysMHsFTEnpKAaIxXLTMkTBbW2 { display:block; }
 }@media only screen and (max-width: 763px) { #J2meEgyLVsgo8tnAHfdepZKyKOli4sO9 { top:4.5625rem;left:12.9375rem;width:34.8125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok98bl2iD7ps60JUlWXgQoKKlcNneIPN { top:9.625rem;left:12.625rem;width:35.125rem;height:13.5rem;font-size:0.875rem;display:block; }#ok98bl2iD7ps60JUlWXgQoKKlcNneIPN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4a5b14f6a890ba70a07ad3621c1782fe0df7a52.svg); }
 }@media only screen and (max-width: 763px) { #ssTwH9c0OGqFfyAKJKMOESOaOZ8Dvxd5 { top:9.0625rem;left:0rem;width:30.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms474quDxUMS6TR4I4OkKBz8WdfBot7m { top:3rem;left:22rem;width:0.125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { display:block; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCNldESR1VBoS7QsqgIkQByeIiGty4xT { top:13.75rem;left:0rem;width:18.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTP7rN05Tztud0e7oQwzB8RpOhTpiVa { top:15.6875rem;left:0rem;width:19.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FAzvzkV5Z3w0frTyLnCdyhQfUsh5q4 { top:12.0625rem;left:0rem;width:16.0625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9JdBaNITVzkoUwC2pzxDVmiBmHbS3Iz { top:8.5rem;left:0rem;width:36.5625rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnuPzV5Oa0Nm3Ai13bPgmw4ksSZCIXBa { top:18.5rem;left:0rem;width:29.0625rem;height:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apXNyNwJvFd3ibQ5wt8rJsu2dkeCDkWK { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJeot9MGy4PbtRCSAhhzU6fNHUd0QPdQ { width:23.875rem;height:4.0625rem;top:25.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xusw3MFwZuUnr2sNIc70MKoixwDMARCu { display:block; }
 }@media only screen and (max-width: 763px) { #UzMs1QSTA3nkCERIvvJiqeBWyeypeutf { top:3.5625rem;left:0rem;width:37.5625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKwZ3ZESC056kPuUgZOzwIaZN66swPyX { top:11.75rem;left:15.125rem;width:32.625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIailERq4TnZgTXZUcz1XQUP4rKpf0uQ { top:12.0625rem;left:17.4375rem;width:30.3125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO { display:block; }#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sw5uUXyvZcT3TeC3DXT1KJWV0wABKCwA { top:1.9375rem;left:9.75rem;width:28.875rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anOaiVDewhK2vliN983HHnqzNbxFHTX8 { top:3.3125rem;left:7.5rem;width:32.75rem;height:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW67ohuCc64cn9DXHOzc6eDJ84k4QSSk { top:7.1875rem;left:11.75rem;width:24.3125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE46ImcfrAwI3tXhbqO5V3SAGoCe1fBJ { top:2.9375rem;left:9.75rem;width:28.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C { display:block; }#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M53viLqz6UdUhJ0TG48cyUqDB08eqqoA { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUmQfighscVdz4eDTT7BSlswIyGtRaMs { width:25.9375rem;height:;top:2rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCRT89AlKvbO7hNwvARCqQxwzGNrfN9C { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHsKNyI81efocxWQQaf2Gm9JKyLEyMFW { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc3vsWWXBNQrvdKatSJxB9Vw4tQZ5tgv { width:20rem;height:7.3125rem;top:6.3125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q7IraAmKgbGs1Min61yr1IOpQccgep77 { width:20rem;height:7.875rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA3W7f2D9P76BLnGHGDZWclOU7IrfOLz { width:20rem;height:20rem;top:47.87479375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bfl7T8H1MqbLkOpRv9SDUoyHttZoPLdI { width:20rem;height:20rem;top:104.77237675781rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eA9kvcIKK3UVtDwIgQAfc2pahlUrLVdT { width:15.3125rem;height:15.3125rem;top:138.24039433594rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvBwhWUE6qtUwrVtymK0iEHNHJtSBhvA { width:17.0610625rem;height:3.249025rem;top:28rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4xITRdobVpk86qTR81gFCqDudV72xKZ { display:block; }
 }@media only screen and (max-width: 763px) { #remusR9BKoe9e6CG8nUoDCFqFKJHz7U7 { width:16.6865rem;height:1.13720625rem;top:32rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge2L8LxgWON0U4PuZrhDUhF0pi70gRvg { width:20rem;height:30.348027842227rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7T6CyL7GsDmqtMotgyyCRLKa6OX7OP4 { width:18.1875rem;height:8.1875rem;top:56rem;left:1.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VhLpx5B95JxXbVXvZyZeuaw8RES7hK9c { width:15.9375rem;height:2.25rem;top:58.3125rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2KevCMiSHgfu5qlscBCyeQ7rrN938ZT { width:14.75rem;height:2.625rem;top:60.6875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KitqeboWLBIHlTaAveWFq8JdUElO33Jz { width:15.75rem;height:1.3125rem;top:56.9375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqORvxx86xX3J4GLVcZEChBKUdNGwGT4 { width:17.2495rem;height:3rem;top:14.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #tfNxBX3q7m8duEC2II7XFZMv2an17zSD { width:18.25rem;height:2.625rem;top:1.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2PRw6lEy9dJF3c3ayc9ZN9TmnLsOWaT { width:16.3125rem;height:1.30615rem;top:2.3125rem;left:1.9375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E { display:block; }#STAyaGwSPwK33V9WHoEy0DSXOgdRCs1E > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ci1A9krAJMtIQfVWxPFSfPEtzJazcRTw { width:15.812rem;height:3.75rem;top:1.3115520477295rem;left:2.0933946371079rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX { width:17.5rem;height:19.125rem;top:6.4370269775387rem;left:1.2499998807907rem;font-size:0.875rem;display:block; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:not(:first-child){ padding-top:1.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#kzNQ0kDXB64LBTJTx9Ki5TmDhfKQogJX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4a5b14f6a890ba70a07ad3621c1782fe0df7a52.svg); }
 }@media only screen and (max-width: 763px) { #VeQzc7lfpK8wuhRDwpNZ2cX2wnGLJ1Ie { width:18.375rem;height:3rem;top:20.25rem;left:0.8125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 { display:block; }#vOTZfEVCMufGX1rNfTFxrDTd1LTQJIX1 > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dobsc90WbZePpD9MQJpkWpqTbJcXOrso { width:15.2491875rem;height:3.75rem;top:1.8116731643677rem;left:2.3745263814926rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OIit4R3aXM44TP20rxLyiOTnPnxrk6pE { display:flex;width:4.5625rem;height:4.5625rem;top:10.625rem;left:7.6875rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #DdDBpewBRmlkyWa16My3NAhFcELRTTwH { width:10rem;height:3.9375rem;top:16.5rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP3QOo7pBnJT4BgN7Dtd8lALp2vedQ6x { width:12.1875rem;height:7.875rem;top:36.625rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8V9pEuHT99F5fbS1LsAebm8LEFMUs4A { display:flex;width:5.187025rem;height:5.187025rem;top:30.0625rem;left:7.375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #DKkweCEatBZBVzQq7eEptptcMNm7W6TO { display:flex;width:4.0625rem;height:4.0625rem;top:53.8125rem;left:8rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #MzwmaGSwhG9FNFJxxliSZ2lqBvpoGVT3 { width:11.6868125rem;height:6.5625rem;top:60.0625rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQLdwK0UtnscwirCqUAftg2LE4s97gvO { width:14.4375rem;height:20.3125rem;top:27.749763488769rem;left:2.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPJMXfkX08x9P7vbtxnTxeXZr3xwTdET { width:14.375rem;height:18.375rem;top:8rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avkCUMDu3OH0nscTODqeNeNGgHUprqKv { width:14.5rem;height:20.8125rem;top:50.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ { display:block; }#euQfrr7SxiW48SQPMP4iQwZkNNuToLFQ > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACs6QRM4MDfJnMFcyoxLWbHhpzuGQwCw { width:17.5rem;height:22rem;top:7.2821960449219rem;left:1.2499998807907rem;font-size:0.875rem;line-height:1.5;display:block; }#ACs6QRM4MDfJnMFcyoxLWbHhpzuGQwCw li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ACs6QRM4MDfJnMFcyoxLWbHhpzuGQwCw li:before{  }
 }@media only screen and (max-width: 763px) { #xkfX7HqtWQfIaHrJrM9UkaPEToAfX2HJ { width:17.7491875rem;height:1.625rem;top:2.3125rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZ7IPotGa3zGuttuyTJylVoVKdwrGkNM { width:18.75rem;height:3.4375rem;top:60.873573303222rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRbTN7BysMHsFTEnpKAaIxXLTMkTBbW2 { display:block; }
 }@media only screen and (max-width: 763px) { #J2meEgyLVsgo8tnAHfdepZKyKOli4sO9 { width:14.8118125rem;height:3.25rem;top:33.499642133712rem;left:2.5935131311417rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ok98bl2iD7ps60JUlWXgQoKKlcNneIPN { width:17.5rem;height:20.125rem;top:38.312023878097rem;left:1.2499998807907rem;font-size:0.875rem;line-height:1.5;display:block; }#ok98bl2iD7ps60JUlWXgQoKKlcNneIPN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4a5b14f6a890ba70a07ad3621c1782fe0df7a52.svg); }
 }@media only screen and (max-width: 763px) { #ssTwH9c0OGqFfyAKJKMOESOaOZ8Dvxd5 { width:20rem;height:25.0625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms474quDxUMS6TR4I4OkKBz8WdfBot7m { width:0.125rem;height:28.75rem;top:39.1177875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE { display:block; }#ofNvoaJ9hG4TZJpIQqfXail4UvarTqwE > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCNldESR1VBoS7QsqgIkQByeIiGty4xT { width:13.125rem;height:3.25rem;top:8.6875rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTP7rN05Tztud0e7oQwzB8RpOhTpiVa { width:11.875rem;height:1.78740625rem;top:11.9375rem;left:6.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FAzvzkV5Z3w0frTyLnCdyhQfUsh5q4 { width:8.687125rem;height:1.21875rem;top:7.25rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9JdBaNITVzkoUwC2pzxDVmiBmHbS3Iz { width:20rem;height:44.625rem;top:5.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #dnuPzV5Oa0Nm3Ai13bPgmw4ksSZCIXBa { width:18.4375rem;height:32.8125rem;top:15.75rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apXNyNwJvFd3ibQ5wt8rJsu2dkeCDkWK { top:6.9375rem;left:0.875rem;width:5.125rem;height:5.125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zJeot9MGy4PbtRCSAhhzU6fNHUd0QPdQ { width:17.4343125rem;height:3.18448125rem;top:51.521656990051rem;left:1.2810724973679rem;font-size:1.25rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Xusw3MFwZuUnr2sNIc70MKoixwDMARCu { display:block; }
 }@media only screen and (max-width: 763px) { #UzMs1QSTA3nkCERIvvJiqeBWyeypeutf { width:18.873125rem;height:1.625rem;top:2.25rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKwZ3ZESC056kPuUgZOzwIaZN66swPyX { width:20rem;height:20rem;top:42.239876270294rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dIailERq4TnZgTXZUcz1XQUP4rKpf0uQ { width:8.3125rem;height:8.4375rem;top:55.955078125rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO { display:block; }#Q51GmLiPPqA6JZNOJBDhrU6WWlyoawDO > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sw5uUXyvZcT3TeC3DXT1KJWV0wABKCwA { width:16.375rem;height:4.78125rem;top:0.765625rem;left:1.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #anOaiVDewhK2vliN983HHnqzNbxFHTX8 { width:19.375rem;height:43.8125rem;top:2.1875rem;left:0rem;background-color:rgba(var(--color-secondary-1),0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZW67ohuCc64cn9DXHOzc6eDJ84k4QSSk { width:17.3125rem;height:21.75rem;top:7.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE46ImcfrAwI3tXhbqO5V3SAGoCe1fBJ { width:15.5625rem;height:2.75rem;top:1.78125rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C { display:block; }#GT8AyDue6bGFPuWMHHWZuNKDX1yC5Q6C > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M53viLqz6UdUhJ0TG48cyUqDB08eqqoA { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUmQfighscVdz4eDTT7BSlswIyGtRaMs { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCRT89AlKvbO7hNwvARCqQxwzGNrfN9C { width:15.874625rem;height:1.2246125rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHsKNyI81efocxWQQaf2Gm9JKyLEyMFW { width:15.874625rem;height:1.2246125rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }