.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:252,229,225;--color-primary-1:245,175,161;--color-primary-2:250,158,140;--color-primary-3:244,140,123;--color-primary-4:236,100,74;--color-secondary-0:247,240,220;--color-secondary-1:231,207,144;--color-secondary-2:217,180,79;--color-secondary-3:207,161,35;--color-secondary-4:43,36,16;--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:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;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; }#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(var(--color-tertiary-4),0.43); }#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(var(--color-tertiary-4),0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#z4XFagsOTtzpQ9TLCurz37hNeJ6HhHHu { 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:5.6875rem;width:12.25rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#VHFDcguItOtTAlqCt0rir64lmEkHW952 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:14.2568359375rem;left:0rem;height:7.7988125rem;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; }
#MCwF9SlH0nWVpGUMT3xnPy4p9eMdtIOV { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:23.1875rem;left:0rem;height:7.96875rem;font-style:normal;display:block; }
#M1KVlWCIk8ttJuiO8TG8ua1CXVspgWM3 { background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:33rem;left:0rem;display:block; }
#FJcM0ChENykW3aZMsgCF5lF75eO5095C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rzRIPlxFv4UrV4ZmDtq0xSUdJFLDZJmq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:11.0625rem;left:67.0625rem;display:block; }
#s0W9TbhuC4l5Ea6f2xPICxA8KzTTobb3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymvqfGmPw4l7E7FcdhDsipzqSUf8THPD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:15.6875rem;left:67.0625rem;display:block; }
#vdszEEPwUpCMPAvLeL7loAiHe0trqLSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMQNiXEFb1TlR119FTa4cWIJvMbbup5I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.4375rem;left:67.0625rem;display:block; }
#SlGTMoD3KAspe5wdr0w81aBD97wJbynq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xdqcT8PA937mlN7bWiRuJUyOiAq0SRQ5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:67.0625rem;display:block; }
#Ig49QFRvQHrAlQ6LqfacZLqUsOELSuT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0XFuvgdfdbsCdsWTN3THPVNMOCp89dJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.625rem;left:67.0625rem;display:block; }
#nbdcAOQoqq6vg1zyoE3uiAQvhdsAMNBN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lidkyzH7cnOZgfTTJABTQuZHf4VAcWkT { 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:39.8125rem;width:28.875rem;display:none; }
#LMnXdJqM32dEo4WD6Ks0GKbWForacAyl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#eAMNti2VFFis5PJsBLvWVMNGV3iO3E4J { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.25rem;left:67.0625rem;display:block; }
#uMsxKJLcNzDIzf1uFW1ZBIktgmLSuwZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M9pP55bRHMzOPKFlaagtobp6It3LlCZl { 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; }#M9pP55bRHMzOPKFlaagtobp6It3LlCZl > .row .container { background-color: transparent; background-image: none; }#M9pP55bRHMzOPKFlaagtobp6It3LlCZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9pP55bRHMzOPKFlaagtobp6It3LlCZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9pP55bRHMzOPKFlaagtobp6It3LlCZl > .row .container > .video-iframe-container { display: none; }#M9pP55bRHMzOPKFlaagtobp6It3LlCZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9pP55bRHMzOPKFlaagtobp6It3LlCZl > .row > .video-iframe-container { display: none; }#M9pP55bRHMzOPKFlaagtobp6It3LlCZl > .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); }#M9pP55bRHMzOPKFlaagtobp6It3LlCZl > .row .container { border-width: 0; border-radius: 0; }#M9pP55bRHMzOPKFlaagtobp6It3LlCZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M9pP55bRHMzOPKFlaagtobp6It3LlCZl > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#RHWl4uNS9G0OP9vW1TscEeXzuWEsTK2U { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:22rem;height:3.57486875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#hHIcAHyIp0O1Jcw91KyOsP0MpMTTJqzA { 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:7.1875rem;width:9.375rem;top:1.125rem;left:32.8125rem;overflow:hidden;display:block; }
#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl { 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; }#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl > .row .container { background-color: transparent; background-image: none; }#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl > .row .container > .video-iframe-container { display: none; }#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl > .row > .video-iframe-container { display: none; }#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl > .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); }#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl > .row .container { border-width: 0; border-radius: 0; }#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#c2oDXP0NnmPW2QvK289hNHQpPkrePOqh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:8.3125rem;display:block; }
#Jbgxwd7LrhWDEW1Rw167GzkHzQTMssf6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XuMVVwAXDzG8qbQsLkTnTAxRL287bpEE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.875rem;left:37.8125rem;display:block; }
#SAItA6NHyLICGow00knF6ut1yB4EBKAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmVKfRKK14zDst0JbUbXgZbdwkortk9B { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:52.5625rem;display:block; }
#FON6RsFkZkPhqGzMvmRHdMLDqaTT920q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aC4EogzKhSf85fyapLJ2Uh2GvOLuM1lN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.375rem;left:29.5rem;display:block; }
#RA8TOWlVi8T8WBZBQs1np3LpRz1Ch555 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ED0aPUt3VbTHHxmGggkTx0HzEEl4sga4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.375rem;left:55.125rem;display:block; }
#DSDEmOR44ES86CBzHdqMlsRN7D9kPu3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qAw6gDukbkMWWJezJ2g4s15349cVlpXE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.875rem;left:1.8125rem;display:block; }
#XDZdicsyUrA3tbViSCltQ5NI4I2auDSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HvxHm36R2fFdLlsh9uF9VzgUcgn7I6qU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.875rem;left:18.3125rem;display:block; }
#OzB8eQ1lrbigOp0gJb1LfsTkCvC1Pc1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U8tl3H5eM8FvFkz57sJOPConpDber8ie { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.875rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.875rem;left:50.125rem;display:block; }
#rHd2p4gQNTlhdBaGTBdAnRZtZN1zaqid { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtD4ziGZEAyTnDOKTmdWm4qcDUMBWyUz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:8.3125rem;display:none; }
#gTxG0lAh77fcuDSAASxV61tNET9qQrBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FW3pTCKcBJcHrTOiTdkUuNRr0k53TxX9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.375rem;left:4rem;display:block; }
#LwPgd8OT2sXvAeSpDwTUHJZUntNmudPS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fm5cTyr3R6dAVPxTOV1N92yrx185TSfE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.375rem;left:4rem;display:none; }
#chQgTlI5L4TzBdkgDbMQDoqTNyuSANN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diepmis76fMoqJfrlzRgZ44aSbP8TlTe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.375rem;left:29.5rem;display:none; }
#y2HLkCMlboVU5DZEEJqZwVsg7pO49fhl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHEFWWkTh055uzG9ITS8EzFscnQUN1LS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.875rem;left:18.3125rem;display:none; }
#vI4CZENlxWLVukbLrvi7ZHFbmHv3APcI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tlmi4p5uEoAVIDq06b7wK6hrEltKPldx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.875rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.875rem;left:50.125rem;display:none; }
#VGtJfEkBTSpRLv5Jesnkw2FfyadwBU03 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ > .row .container { background-color: transparent; background-image: none; }#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ > .row .container > .video-iframe-container { display: none; }#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ > .row > .video-iframe-container { display: none; }#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ > .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); }#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ > .row .container { border-width: 0; border-radius: 0; }#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#v6voO5fP3DWUHVeLhrNTUc3BKTA09dt6 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:5.3125rem;height:5.8496125rem;font-style:normal;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;display:block; }
#AGytkq99Z765p7o1IT7HuzQi0ZcOzTew { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.5625rem;left:5.3125rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g9iZwMz8CE59LSsmhiDViWaS1SpDDLvU { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0.9375rem;left:0rem;display:block; }
#iv34oh5T6ImFwiMQxEAX04FtK3AsbZge { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b20eeb1b-a4ad-4e1a-a858-a01683cd6c80/foto37.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;top:4.0625rem;left:46.5625rem;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;display:block; }#iv34oh5T6ImFwiMQxEAX04FtK3AsbZge.adaptive-delivery-prevent-bg, #iv34oh5T6ImFwiMQxEAX04FtK3AsbZge.lazyload, #iv34oh5T6ImFwiMQxEAX04FtK3AsbZge.lazyloading { background-image: none; }
#iv34oh5T6ImFwiMQxEAX04FtK3AsbZge::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }#iv34oh5T6ImFwiMQxEAX04FtK3AsbZge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.1); }#VdZoOadnnT7oFcQIg0GkSnAE6oG0h0XX { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:40.875rem;left:5.3125rem;display:block; }
#Zn4EhKF3abXULLoMDrkPRs7ohlq2d3cd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#in3eOovA3b7D021QDzVo2VP61GEGpC2D { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:28.75rem;top:0rem;left:42.84375rem;overflow:hidden;display:block; }
#XqX9ACGAHZTdqosF7ir7545l4mOMAEJK { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:19.25rem;left:47.8125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk { 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;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; }#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk > .row .container { background-color: transparent; background-image: none; }#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk > .row .container > .video-iframe-container { display: none; }#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk > .row > .video-iframe-container { display: none; }#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk > .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); }#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk > .row .container { border-width: 0; border-radius: 0; }#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#TTh7TxfoBi2wHUl0dCC5SDo4bLf9HBeK { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.125rem;left:5.3125rem;height:2.92480625rem;font-style:normal;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;display:block; }
#wPIKOQda27Z3p3QU9T0T6aAyiO8xmq7a { color:rgba(var(--color-tertiary-4),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.874633789062rem;left:5.3125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XaCmHq2N1391rqnaTbdm5SOD8HUbAGA4 { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/7ae69684-de84-4b9f-9dc0-e2efc2927b5d/foto11.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;top:4.0625rem;left:46.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#XaCmHq2N1391rqnaTbdm5SOD8HUbAGA4.adaptive-delivery-prevent-bg, #XaCmHq2N1391rqnaTbdm5SOD8HUbAGA4.lazyload, #XaCmHq2N1391rqnaTbdm5SOD8HUbAGA4.lazyloading { background-image: none; }
#V8X2d35KJ9bJXHq6unpgiyfbZLkrGFnF { box-sizing:content-box;height:20.25rem;width:34.625rem;position:absolute;display:block;z-index:15009;background-color:#dfeed9;background-image:none;top:18.374633789062rem;left:5.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#rlkdTpT5qTcRphEcbcixUXAwQJkXWibm { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:40.562133789062rem;left:5.3125rem;display:block; }
#pFboJHOGPQLQqLDHaTHgtgCTXioQzeaX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#flnEBHWyZt5hu3wMhrA5p1OztKRDgWLd { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#b2d6a1;background-image:none;top:0.9375rem;left:0rem;display:block; }
#cUuXGpGRke7SMiWaEVns1U4mCzeRGDp9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:20.12451171875rem;left:7.1246337890625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#cUuXGpGRke7SMiWaEVns1U4mCzeRGDp9 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#cUuXGpGRke7SMiWaEVns1U4mCzeRGDp9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
#UGliLtCLEh5VEJmEaqVEgITcCHrLpS3F { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:#629e46;background-image:none;top:19.25rem;left:47.8125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu { 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;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; }#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu > .row .container { background-color: transparent; background-image: none; }#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu > .row .container > .video-iframe-container { display: none; }#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu > .row > .video-iframe-container { display: none; }#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu > .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); }#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu > .row .container { border-width: 0; border-radius: 0; }#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#NpRPAAs2ZavTrROs99izMeThs0V5zyx7 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.436375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9996337890625rem;left:5.3125rem;height:2.92480625rem;font-style:normal;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;display:block; }
#bTakntvWcdhTEL94T0Sb1gyb2HCUq8TQ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.43701171875rem;left:5.3125rem;height:9.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IdWeUhKId919mcdw4bHsEJIVgTg02FTT { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.936279296875rem;left:0rem;display:block; }
#dw4QLZLU0AiIAPPvF7X8Ln0JJRvA51zH { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7469c83-72c4-44e7-b474-b44546c23666/zywieniowa_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4rem;left:46.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#dw4QLZLU0AiIAPPvF7X8Ln0JJRvA51zH.adaptive-delivery-prevent-bg, #dw4QLZLU0AiIAPPvF7X8Ln0JJRvA51zH.lazyload, #dw4QLZLU0AiIAPPvF7X8Ln0JJRvA51zH.lazyloading { background-image: none; }
#dw4QLZLU0AiIAPPvF7X8Ln0JJRvA51zH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem; }#dw4QLZLU0AiIAPPvF7X8Ln0JJRvA51zH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.1); }#ZwZDpBFrlqUemKUkMoM8r9QuEbJQEkOP { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:44.749755859375rem;left:5.2496337890625rem;display:block; }
#hEMkmDzyvePSaafXXqX0fex1gmy8BIkH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#naQsF2Sekob1FCQoPTiUXx5erMi0IMJC { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:"montserrat medium";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:22.999877929688rem;left:7.1246337890625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UL2XXC0MGAsFGU76eikN1NXKIBNAGsPU { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:25.062255859375rem;left:7.1246337890625rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wrBZOWRlpDJ9noWiBHMs3fgobFa8qlRi { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:30.062255859375rem;left:7.1246337890625rem;height:11.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wrBZOWRlpDJ9noWiBHMs3fgobFa8qlRi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wrBZOWRlpDJ9noWiBHMs3fgobFa8qlRi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
#KWQsplPUewg7TSpruKsgzSBE9OKdk0gl { box-sizing:content-box;height:22rem;width:34.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),0.8);background-image:none;top:21.437377929688rem;left:5.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#LrBex7RIg2IRM4faeawDHxdMT9UezUv4 { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:19.25rem;left:47.8125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q { 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;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; }#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q > .row .container { background-color: transparent; background-image: none; }#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q > .row .container > .video-iframe-container { display: none; }#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q > .row > .video-iframe-container { display: none; }#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q > .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); }#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q > .row .container { border-width: 0; border-radius: 0; }#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#XwWAMxOQRzVfGVeW8NTNrhdNIxFHTmqs { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:5.3125rem;height:5.8496125rem;font-style:normal;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;display:block; }
#nRiDoBJ0TBJrag53CPqaKdetnh9A7mlM { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.599609375rem;left:5.3125rem;height:16.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u4ADZhd8mfQOTH0UtcN1T32v6wFcxeWd { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#7ddca2;background-image:none;top:0.9365234375rem;left:0rem;display:block; }
#m2KvWkrbOfBPtdE2GJEP808dhD4lo7A5 { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/158f067e-ffd3-48b5-b961-faf10bdc30f4/foto39webp.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4rem;left:46.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#m2KvWkrbOfBPtdE2GJEP808dhD4lo7A5.adaptive-delivery-prevent-bg, #m2KvWkrbOfBPtdE2GJEP808dhD4lo7A5.lazyload, #m2KvWkrbOfBPtdE2GJEP808dhD4lo7A5.lazyloading { background-image: none; }
#gWGzP10yT0lG8msOvfV8xM2zZk0Aovrk { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.5625rem;left:5.25rem;display:block; }
#EF3TKwwhOpt93SC9TDmRrlRgILoINusv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFLnerOzBKRCdL7akbmAA9V5z8p475vs { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:#1d6d3c;background-image:none;top:5.25rem;left:47.625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd { 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;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; }#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd > .row .container { background-color: transparent; background-image: none; }#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd > .row .container > .video-iframe-container { display: none; }#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd > .row > .video-iframe-container { display: none; }#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd > .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); }#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd > .row .container { border-width: 0; border-radius: 0; }#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#E09SvX7fLMJzTIHPm5uVFQSQNTyaCyyp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:5.3125rem;height:5.8496125rem;font-style:normal;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;display:block; }
#OwbNvKfPHQVGZZctDnJ2yhFBMCBTJ99w { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.599609375rem;left:5.3125rem;height:25.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UfUmImnptRVQMoV6FAFsmGA45cDTXZbD { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#95bfea;background-image:none;top:0.9365234375rem;left:0rem;display:block; }
#RFshWgHL6g8sH2lRhlgMhfMMUhn5zp8n { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/480e99cb-3469-4d69-a628-96ae35918823/ds.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4rem;left:46.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#RFshWgHL6g8sH2lRhlgMhfMMUhn5zp8n.adaptive-delivery-prevent-bg, #RFshWgHL6g8sH2lRhlgMhfMMUhn5zp8n.lazyload, #RFshWgHL6g8sH2lRhlgMhfMMUhn5zp8n.lazyloading { background-image: none; }
#lHJNTOsfCJpHq31MvcdTOekTJFR63i5p { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:#1f5f9f;background-image:none;top:19.25rem;left:47.8125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV { 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;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; }#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV > .row .container { background-color: transparent; background-image: none; }#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV > .row .container > .video-iframe-container { display: none; }#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV > .row > .video-iframe-container { display: none; }#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV > .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); }#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV > .row .container { border-width: 0; border-radius: 0; }#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#G4iKV6E4SSXDTyx6gysS9hVvEtg74uTN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.099609375rem;left:5.3125rem;height:2.92480625rem;font-style:normal;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;display:block; }
#CLrDwbbxq3xwqcsCkJNaVoNvoSI2TfF8 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.75rem;left:5.3125rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZyS7HMWrQwMxaTXAQMUaKdMQvoRXTdp { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.9365234375rem;left:0rem;display:block; }
#LaaO8BnzJqhdhe0U0JKA8noRbULxsuv5 { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8d741f3-0856-493d-9ebd-a03726de0640/foto25.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4rem;left:46.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#LaaO8BnzJqhdhe0U0JKA8noRbULxsuv5.adaptive-delivery-prevent-bg, #LaaO8BnzJqhdhe0U0JKA8noRbULxsuv5.lazyload, #LaaO8BnzJqhdhe0U0JKA8noRbULxsuv5.lazyloading { background-image: none; }
#Pgg0kt0CcTvDqpIpWPTbnz4CcBfx6VdQ { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.125rem;left:5.25rem;display:block; }
#Df56LtvvdTRcaZxN44pvVhMvKeCIkbQz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvtxypaVSdZI0pG7aCcaJO1WWKmXXoHo { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:5.8125rem;left:47.875rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph { 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;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; }#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph > .row .container { background-color: transparent; background-image: none; }#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph > .row .container > .video-iframe-container { display: none; }#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph > .row > .video-iframe-container { display: none; }#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph > .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); }#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph > .row .container { border-width: 0; border-radius: 0; }#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;overflow:visible;position:relative;display:block; }#frsIWu35OxIOP4RHwu5PohFqUK84TcZB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.062125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.66064453125rem;left:5.3125rem;height:2.92480625rem;font-style:normal;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;display:block; }
#xH16b7M2C8bmniD5IbGTk638tqMUKSkz { color:rgba(var(--color-tertiary-4),1);display:block;width:32.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.085815429688rem;left:5.3125rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GScoOkZ7HPqFEtMAB4vrkKt0Pb3JVew8 { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e7b4c7;background-image:none;top:0.9365234375rem;left:0rem;display:block; }
#n7OaAyg4LqGU9QJOuoqOgDBAbNulpRLF { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd4d4c63-5350-49cf-bd10-98497be3d46e/branding3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4rem;left:46.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#n7OaAyg4LqGU9QJOuoqOgDBAbNulpRLF.adaptive-delivery-prevent-bg, #n7OaAyg4LqGU9QJOuoqOgDBAbNulpRLF.lazyload, #n7OaAyg4LqGU9QJOuoqOgDBAbNulpRLF.lazyloading { background-image: none; }
#ssalGrt6h0zkXlI8fZJK7QyxZc0p6Z7F { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:#c24877;background-image:none;top:6.25rem;left:47.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w { 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;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; }#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w > .row .container { background-color: transparent; background-image: none; }#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w > .row .container > .video-iframe-container { display: none; }#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w > .row > .video-iframe-container { display: none; }#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w > .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); }#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w > .row .container { border-width: 0; border-radius: 0; }#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#gMWA6Wb2DoUVWDexalEnftbQPGJSTS5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.849609375rem;left:5.3125rem;height:5.8496125rem;font-style:normal;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;display:block; }
#NQCpK9sXToaBUT93dzXqoIIvW8qgWmT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.484375rem;left:5.3125rem;height:12.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s1VEpCZhsvZMgv8e8C5LV9abQvio6F59 { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#79c8cf;background-image:none;top:0.9365234375rem;left:0rem;display:block; }
#pOQffPl2tuT6yxgRuxBU3Cxa9fc78Z3U { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f3468010-0d8b-4e2a-94d9-b9b8429445e5/foto28.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4rem;left:46.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#pOQffPl2tuT6yxgRuxBU3Cxa9fc78Z3U.adaptive-delivery-prevent-bg, #pOQffPl2tuT6yxgRuxBU3Cxa9fc78Z3U.lazyload, #pOQffPl2tuT6yxgRuxBU3Cxa9fc78Z3U.lazyloading { background-image: none; }
#DscaR0WntNxrDZ9x5PnlMymZpb6TvOEt { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:#29858c;background-image:none;top:6.25rem;left:47.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw { 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;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; }#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw > .row .container { background-color: transparent; background-image: none; }#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw > .row .container > .video-iframe-container { display: none; }#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw > .row > .video-iframe-container { display: none; }#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw > .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); }#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw > .row .container { border-width: 0; border-radius: 0; }#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Xstd0TUmrQpq01myq75hdihSwZPKS22d { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:5.3125rem;height:5.8496125rem;font-style:normal;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;display:block; }
#xLVb2mJByh6weGfSBadJlTbiSPmuwWLh { color:rgba(var(--color-tertiary-4),1);display:block;width:32.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.97412109375rem;left:5.3125rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XiwTa1QSJPfoehX6LdJpzc8HkGfv82sw { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#f098a1;background-image:none;top:0.9365234375rem;left:0rem;display:block; }
#QUFC64AHepP3uZPeNQHzTKGTKmmLIyO0 { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/446a896c-decd-47b6-9935-e5d7e4f5fd52/bez_nazwy_3_02.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4rem;left:46.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#QUFC64AHepP3uZPeNQHzTKGTKmmLIyO0.adaptive-delivery-prevent-bg, #QUFC64AHepP3uZPeNQHzTKGTKmmLIyO0.lazyload, #QUFC64AHepP3uZPeNQHzTKGTKmmLIyO0.lazyloading { background-image: none; }
#c92CaZOOW3eUMZDX2QySg8Egsay8Jv4p { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:#991624;background-image:none;top:6.25rem;left:47.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ { 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; }#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ > .row .container { background-color: transparent; background-image: none; }#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ > .row .container > .video-iframe-container { display: none; }#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ > .row > .video-iframe-container { display: none; }#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ > .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); }#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ > .row .container { border-width: 0; border-radius: 0; }#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL > .row .container { background-color: transparent; background-image: none; }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL > .row .container > .video-iframe-container { display: none; }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL > .row > .video-iframe-container { display: none; }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL > .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); }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL > .row .container { border-width: 0; border-radius: 0; }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#dwzCAv6m2QsTNRUEEArZRiptfo06as9i { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.26171875rem;left:22rem;height:3.57486875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#SHvyBXbq0FezkMEXfmnhQq2bm6IETibr { 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:6.5rem;width:10.75rem;top:1.8125rem;left:32.125rem;overflow:hidden;display:block; }
#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq > .row .container { background-color: transparent; background-image: none; }#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq > .row .container > .video-iframe-container { display: none; }#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq > .row > .video-iframe-container { display: none; }#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq > .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); }#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq > .row .container { border-width: 0; border-radius: 0; }#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#uwQs032QJuBnfTsvsa6WhNboQNAQCB1d { box-sizing:content-box;height:12.4375rem;width:14rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1d59273-518c-4cfc-bf5e-ef14c5f51890/photo1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uwQs032QJuBnfTsvsa6WhNboQNAQCB1d.adaptive-delivery-prevent-bg, #uwQs032QJuBnfTsvsa6WhNboQNAQCB1d.lazyload, #uwQs032QJuBnfTsvsa6WhNboQNAQCB1d.lazyloading { background-image: none; }
#uwQs032QJuBnfTsvsa6WhNboQNAQCB1d::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwQs032QJuBnfTsvsa6WhNboQNAQCB1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#MOsxgr8cGDLTJBMTX5nCGXzDv5IxPOgB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"montserrat semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:14rem;height:12.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#ut4unuuDAOl4aXKVtwmlm9CMgqELiTmI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q4xIicfgJLS6lvh2xGWtaVXiAD8WXT9w { box-sizing:content-box;height:12.4375rem;width:14rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72800de7-edc2-4170-8607-230d4a604f15/photo2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:15.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q4xIicfgJLS6lvh2xGWtaVXiAD8WXT9w.adaptive-delivery-prevent-bg, #q4xIicfgJLS6lvh2xGWtaVXiAD8WXT9w.lazyload, #q4xIicfgJLS6lvh2xGWtaVXiAD8WXT9w.lazyloading { background-image: none; }
#q4xIicfgJLS6lvh2xGWtaVXiAD8WXT9w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4xIicfgJLS6lvh2xGWtaVXiAD8WXT9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#V3ILUVAcS3Lx1PNVm6BGe8OyboLIVWTC { box-sizing:content-box;height:12.4375rem;width:14rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0b6c6fd-e01a-4657-94f1-7eca056bd9d3/panele_biedronka_sko_rzewo_1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:30.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V3ILUVAcS3Lx1PNVm6BGe8OyboLIVWTC.adaptive-delivery-prevent-bg, #V3ILUVAcS3Lx1PNVm6BGe8OyboLIVWTC.lazyload, #V3ILUVAcS3Lx1PNVm6BGe8OyboLIVWTC.lazyloading { background-image: none; }
#V3ILUVAcS3Lx1PNVm6BGe8OyboLIVWTC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V3ILUVAcS3Lx1PNVm6BGe8OyboLIVWTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#m3fwrTdsmg6cm3Da3Mh7RMGfuyJ5UXxA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"montserrat semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:13.999625rem;height:12.437125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0rem;left:30.499877929688rem;display:block; }
#nwtrH2reG287EqHbIZTOcN5ov3dc2HVI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VUFBAP0rMOkZk5gZxSPs0wop7tTEnUfD { box-sizing:content-box;height:12.4375rem;width:14rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5acb24b2-9194-4069-bfeb-965b60f7bcdd/8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:45.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VUFBAP0rMOkZk5gZxSPs0wop7tTEnUfD.adaptive-delivery-prevent-bg, #VUFBAP0rMOkZk5gZxSPs0wop7tTEnUfD.lazyload, #VUFBAP0rMOkZk5gZxSPs0wop7tTEnUfD.lazyloading { background-image: none; }
#VUFBAP0rMOkZk5gZxSPs0wop7tTEnUfD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUFBAP0rMOkZk5gZxSPs0wop7tTEnUfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#nH3TlsIT6e4MHy59czVqnS74RhGz0RN3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"montserrat semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:14rem;height:12.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:0rem;left:45.75rem;display:block; }
#mww5WMg8TuwA6kQcXaolfHhMQCJcApxI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zkQSwXTvey33T31xgMZTSCxzRiwZLwWz { box-sizing:content-box;height:12.4375rem;width:14rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e87d89b6-85e0-408f-be6c-721f65f6dd70/Beznazwy114.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:61rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zkQSwXTvey33T31xgMZTSCxzRiwZLwWz.adaptive-delivery-prevent-bg, #zkQSwXTvey33T31xgMZTSCxzRiwZLwWz.lazyload, #zkQSwXTvey33T31xgMZTSCxzRiwZLwWz.lazyloading { background-image: none; }
#zkQSwXTvey33T31xgMZTSCxzRiwZLwWz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zkQSwXTvey33T31xgMZTSCxzRiwZLwWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#AGBOWWAc7deezJT7rQKw75N065huWENp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"montserrat semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:14rem;height:12.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0rem;left:61rem;display:block; }
#DbI0E2kdZdR8IHQlh28HiktXeNTDNm5X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uyRtCnbvZaOKIosVZhbOGsyJ1yImL7zk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"montserrat semi bold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:14rem;height:12.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0rem;left:15.25rem;display:block; }
#RiaR4s351QGNJQkFbM7ZwA6x5LR6X4fg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni { background-color:rgba(var(--color-primary-1),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni > .row .container { background-color: transparent; background-image: none; }#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni > .row .container > .video-iframe-container { display: none; }#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni > .row > .video-iframe-container { display: none; }#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni > .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); }#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni > .row .container { border-width: 0; border-radius: 0; }#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#sM9THe9pAkMvgidNqc2dHrbTFmxklUu3 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.099609375rem;left:5.25rem;height:5.8496125rem;font-style:normal;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;display:block; }
#QTNSm6ALhIwOLucH08iOAvh7VDnsF2Jk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.0625rem;left:5.25rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RGwrNwlZXhFBC8vFDUpH5WxKg2nTu8pm { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:2.9375rem;left:0rem;display:block; }
#Eyo1gynEw88McSW1ai58OngxI27p13tr { box-sizing:content-box;height:30.375rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1d59273-518c-4cfc-bf5e-ef14c5f51890/photo1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:5.125rem;left:45.7021484375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#Eyo1gynEw88McSW1ai58OngxI27p13tr.adaptive-delivery-prevent-bg, #Eyo1gynEw88McSW1ai58OngxI27p13tr.lazyload, #Eyo1gynEw88McSW1ai58OngxI27p13tr.lazyloading { background-image: none; }
#Eyo1gynEw88McSW1ai58OngxI27p13tr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem; }#Eyo1gynEw88McSW1ai58OngxI27p13tr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.1); }#rHo7uHbNsDoV8PlCDPmQzrSxHrFCSwyy { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:"montserrat medium";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:25.6875rem;left:6.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fmxnPPT3yrCDxymgDh7oEJgOMmdUV8dC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:28.1875rem;left:6.5rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fmxnPPT3yrCDxymgDh7oEJgOMmdUV8dC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fmxnPPT3yrCDxymgDh7oEJgOMmdUV8dC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
#NrdOnFMfkZkAiklE92M5zMPR42xd22Ry { box-sizing:content-box;height:12.4375rem;width:31.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24rem;left:5.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#wTGk578k0lqFzJMEoJaLgZMObirdEQTM { position:absolute;display:block;z-index:14998;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:37.9375rem;width:36.6875rem;top:0rem;left:38.3125rem;overflow:hidden;display:block; }
#GonI3JlUkeR5bq9wvclRJvX9oTPtKn1p { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;top:14.5625rem;left:44.9375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 { background-color:rgba(var(--color-primary-1),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 > .row .container { background-color: transparent; background-image: none; }#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 > .row .container > .video-iframe-container { display: none; }#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 > .row > .video-iframe-container { display: none; }#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 > .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); }#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 > .row .container { border-width: 0; border-radius: 0; }#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;overflow:visible;position:relative;display:block; }#XUzNUDNMqQphhRZtXqH5kM8kuZcz8FKr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.099609375rem;left:5.25rem;height:5.8496125rem;font-style:normal;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;display:block; }
#mbIatVRuysb3dEQHANTMsRBkwbFydczM { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.0625rem;left:5.25rem;height:9.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JOhpuXeVn9qmMShIxTc1H8ZDXZTnbflw { box-sizing:content-box;height:9.249875rem;width:9.249875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:2.3968505859375rem;left:0rem;display:block; }
#QeMNgiVIM6JhPNqp2O916dnUtcyS50Wy { box-sizing:content-box;height:30.375rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72800de7-edc2-4170-8607-230d4a604f15/photo2.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:5.125rem;left:45.7021484375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#QeMNgiVIM6JhPNqp2O916dnUtcyS50Wy.adaptive-delivery-prevent-bg, #QeMNgiVIM6JhPNqp2O916dnUtcyS50Wy.lazyload, #QeMNgiVIM6JhPNqp2O916dnUtcyS50Wy.lazyloading { background-image: none; }
#QeMNgiVIM6JhPNqp2O916dnUtcyS50Wy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem; }#QeMNgiVIM6JhPNqp2O916dnUtcyS50Wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.1); }#QNswHsSuGATX1mST5FyM36lxyKlRuTyG { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:"montserrat medium";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:24.125rem;left:6.4375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HgQMTf5Pe7ospHDqHFbD2n8HQl6KiJaX { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:26.625rem;left:6.4375rem;height:9.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HgQMTf5Pe7ospHDqHFbD2n8HQl6KiJaX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HgQMTf5Pe7ospHDqHFbD2n8HQl6KiJaX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
#TyoSQ2rkhW88NlN68zo0uW71ztytqR51 { box-sizing:content-box;height:15.9375rem;width:31.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.4375rem;left:5.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#L5CRpP9g7TvAhE0SQ0dQgOWwIC86FpAp { position:absolute;display:block;z-index:14998;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:37.9375rem;width:36.6875rem;top:0rem;left:38.3125rem;overflow:hidden;display:block; }
#IurcU27Xua4CrihMt57DeEeqdsm5cZ2l { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:14.5625rem;left:44.9375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai { background-color:rgba(var(--color-primary-1),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai > .row .container { background-color: transparent; background-image: none; }#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai > .row .container > .video-iframe-container { display: none; }#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai > .row > .video-iframe-container { display: none; }#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai > .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); }#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai > .row .container { border-width: 0; border-radius: 0; }#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#MaooFeGLCAMqCRNgIwZeQEkX6Egv1pIe { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.099609375rem;left:5.25rem;height:5.8496125rem;font-style:normal;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;display:block; }
#RyxFJM2PTG5fH1Br9g8U0foli5sDnx8P { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.0625rem;left:5.25rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVdqTlfdcU7Q7lm6BQPEqKpd5TeCFri5 { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#b2d6a1;background-image:none;top:2.9375rem;left:0rem;display:block; }
#pb2uxUmLzzoKaGJXTyxTUQTfy4z4J51o { box-sizing:content-box;height:30.375rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0b6c6fd-e01a-4657-94f1-7eca056bd9d3/panele_biedronka_sko_rzewo_1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:5.125rem;left:45.7021484375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#pb2uxUmLzzoKaGJXTyxTUQTfy4z4J51o.adaptive-delivery-prevent-bg, #pb2uxUmLzzoKaGJXTyxTUQTfy4z4J51o.lazyload, #pb2uxUmLzzoKaGJXTyxTUQTfy4z4J51o.lazyloading { background-image: none; }
#pb2uxUmLzzoKaGJXTyxTUQTfy4z4J51o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem; }#pb2uxUmLzzoKaGJXTyxTUQTfy4z4J51o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.1); }#FRZ16GB2TihN7axaMVDhtT9Ems7Bm7fx { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:"montserrat medium";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:26rem;left:6.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T6L55ynVcATDcrfauXzed620hvM5bEhD { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:28.5rem;left:6.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#T6L55ynVcATDcrfauXzed620hvM5bEhD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T6L55ynVcATDcrfauXzed620hvM5bEhD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
#IZKF8IDJVDI3hhxGkB1RIdUKoOnWvDS8 { box-sizing:content-box;height:13rem;width:31.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.3125rem;left:5.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#GqCooXDmcGPZ0lkcSxRPn1Jlm8d9qu4H { position:absolute;display:block;z-index:14998;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:37.9375rem;width:36.6875rem;top:0rem;left:38.3125rem;overflow:hidden;display:block; }
#helCf08h2mrl0c5R6ssLNfABZT9EWJK4 { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:#629e46;background-image:none;top:14.5625rem;left:44.9375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg { background-color:rgba(var(--color-primary-1),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg > .row .container { background-color: transparent; background-image: none; }#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg > .row .container > .video-iframe-container { display: none; }#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg > .row > .video-iframe-container { display: none; }#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg > .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); }#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg > .row .container { border-width: 0; border-radius: 0; }#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;overflow:visible;position:relative;display:block; }#aeLQzU9Uz54xLML2bmdJl9hAUSHgGVD7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.099609375rem;left:5.25rem;height:5.8496125rem;font-style:normal;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;display:block; }
#DGfl7z2w99PsbbHdT0t6N8MHvHDFlWSU { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.0625rem;left:5.25rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mN7hL7r5zry8lTyQhmW9h287nVoq6OHy { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#f098a1;background-image:none;top:2.9375rem;left:0rem;display:block; }
#zlASa1JypcTpeFXm7HJNPEl1yfVw4Gg1 { box-sizing:content-box;height:30.375rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18124956-a41a-4bb8-ab53-c726314447b3/top_4_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;top:5.125rem;left:45.7021484375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#zlASa1JypcTpeFXm7HJNPEl1yfVw4Gg1.adaptive-delivery-prevent-bg, #zlASa1JypcTpeFXm7HJNPEl1yfVw4Gg1.lazyload, #zlASa1JypcTpeFXm7HJNPEl1yfVw4Gg1.lazyloading { background-image: none; }
#zlASa1JypcTpeFXm7HJNPEl1yfVw4Gg1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem; }#zlASa1JypcTpeFXm7HJNPEl1yfVw4Gg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.1); }#hLTNt3fsU9KUMQoR3cFz9M6qLvRq6AEN { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:"montserrat medium";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:20.0625rem;left:6.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTSNWp46dP8GXGkHE56zWHGwBWlGJ4ta { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:22.5625rem;left:6.5rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sTSNWp46dP8GXGkHE56zWHGwBWlGJ4ta li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sTSNWp46dP8GXGkHE56zWHGwBWlGJ4ta li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
#VgKAHTMt0zvAr7rf5P85y1LQFHbss0o9 { box-sizing:content-box;height:12.625rem;width:31.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.375rem;left:5.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#WV1iNJ8HTCIShTaEwi4mlPrQdwTCNip1 { position:absolute;display:block;z-index:14998;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:37.875rem;width:36.6875rem;top:0rem;left:38.1875rem;overflow:hidden;display:block; }
#RLrUiissTa2rKqsOuZAay24lLx9gEBru { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:#c24877;background-image:none;top:14.5625rem;left:44.9375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#BbqxVhede2L699U6I7vlisIRZsUXeTlR { background-color:rgba(var(--color-primary-1),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BbqxVhede2L699U6I7vlisIRZsUXeTlR > .row .container { background-color: transparent; background-image: none; }#BbqxVhede2L699U6I7vlisIRZsUXeTlR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbqxVhede2L699U6I7vlisIRZsUXeTlR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbqxVhede2L699U6I7vlisIRZsUXeTlR > .row .container > .video-iframe-container { display: none; }#BbqxVhede2L699U6I7vlisIRZsUXeTlR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbqxVhede2L699U6I7vlisIRZsUXeTlR > .row > .video-iframe-container { display: none; }#BbqxVhede2L699U6I7vlisIRZsUXeTlR > .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); }#BbqxVhede2L699U6I7vlisIRZsUXeTlR > .row .container { border-width: 0; border-radius: 0; }#BbqxVhede2L699U6I7vlisIRZsUXeTlR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BbqxVhede2L699U6I7vlisIRZsUXeTlR > .row .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#trOLI6uyqVTaF3TX4oWu99RtwH4ipeiv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.099609375rem;left:5.25rem;height:5.8496125rem;font-style:normal;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;display:block; }
#g2SU6GF9n02ISKFcXZHr4Bcr0BuiLAVe { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.0625rem;left:5.25rem;height:14.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J1cstKD7x0K1rMNTTulcpEB3o5PaRZOx { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#79c8cf;background-image:none;top:2.9375rem;left:0rem;display:block; }
#LBm7ZeKiTRsCrHk85hHedzNeMJTKZoi8 { box-sizing:content-box;height:30.375rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e87d89b6-85e0-408f-be6c-721f65f6dd70/Beznazwy114.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:5.125rem;left:45.7021484375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#LBm7ZeKiTRsCrHk85hHedzNeMJTKZoi8.adaptive-delivery-prevent-bg, #LBm7ZeKiTRsCrHk85hHedzNeMJTKZoi8.lazyload, #LBm7ZeKiTRsCrHk85hHedzNeMJTKZoi8.lazyloading { background-image: none; }
#LBm7ZeKiTRsCrHk85hHedzNeMJTKZoi8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem; }#LBm7ZeKiTRsCrHk85hHedzNeMJTKZoi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.1); }#TLFKIFc3lvD7UQZrWmoicdwiGnRDoV6z { position:absolute;display:block;z-index:14998;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:37.9375rem;width:36.6875rem;top:0rem;left:37.125rem;overflow:hidden;display:block; }
#KZ0g5KnP8xR2RlTz0W0d8SwdlBEy7FcT { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:#29858c;background-image:none;top:14.5625rem;left:44.9375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#Sm63WvoPiX8GHq4m1KpP4Dv2TKeiE6hI { box-sizing:content-box;height:29.5rem;width:31.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.875rem;left:5.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#U0zHtB1zXHqc8NipzBMXZoIGbAODEeJD { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:31.0625rem;left:6.4375rem;height:23.28125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#U0zHtB1zXHqc8NipzBMXZoIGbAODEeJD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U0zHtB1zXHqc8NipzBMXZoIGbAODEeJD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
#hkZvCH5Clqi77Jxc9xOnxTTNlhcW6LLs { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:"montserrat medium";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:28.5625rem;left:6.4375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KvhBcXM8F39ZtIcoObomL3665Usb2cRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#KvhBcXM8F39ZtIcoObomL3665Usb2cRS > .row .container { background-color: transparent; background-image: none; }#KvhBcXM8F39ZtIcoObomL3665Usb2cRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvhBcXM8F39ZtIcoObomL3665Usb2cRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvhBcXM8F39ZtIcoObomL3665Usb2cRS > .row .container > .video-iframe-container { display: none; }#KvhBcXM8F39ZtIcoObomL3665Usb2cRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvhBcXM8F39ZtIcoObomL3665Usb2cRS > .row > .video-iframe-container { display: none; }#KvhBcXM8F39ZtIcoObomL3665Usb2cRS > .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); }#KvhBcXM8F39ZtIcoObomL3665Usb2cRS > .row .container { border-width: 0; border-radius: 0; }#KvhBcXM8F39ZtIcoObomL3665Usb2cRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvhBcXM8F39ZtIcoObomL3665Usb2cRS > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#eGb1rg7Bk4X16WN3xE6gylARltoWSohl { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:22rem;height:3.57486875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#t4HpofC8iWNWWpIvstk54X1mVJsAgmgT { 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:6.5625rem;width:10.75rem;top:1.693359375rem;left:31.25rem;overflow:hidden;display:block; }
#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz > .row .container { background-color: transparent; background-image: none; }#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz > .row .container > .video-iframe-container { display: none; }#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz > .row > .video-iframe-container { display: none; }#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz > .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); }#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz > .row .container { border-width: 0; border-radius: 0; }#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#wHJG5faln25oDg0WbmBp62oFHblaC41H { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:1.125rem;left:8.09375rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gnAruLb9SCQocSeNHcHDCLRZ5PKn7z2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gnAruLb9SCQocSeNHcHDCLRZ5PKn7z2p > .row .container { border-width: 0; border-radius: 0; }#gnAruLb9SCQocSeNHcHDCLRZ5PKn7z2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnAruLb9SCQocSeNHcHDCLRZ5PKn7z2p > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:none; }#NdkrTkM1IUnGKoaT2T5siDK3IFzgqtUR { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0.0625rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;box-shadow: 0.0625rem 0.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#aRTKiAxyfPbBcQE1rqeJfIUxFfBe8ddy { position:absolute;display:block;z-index:15013;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.6875rem;width:4.6875rem;top:2rem;left:1.3125rem;overflow:hidden;display:block; }
#KixMt3yCPGf0mAig7FKxOFWv8vG42zsh { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#GzSKzIbHWIlexWV6ghHDHtBw52lxvWVV { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:8.4375rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;box-shadow: 0.0625rem 0.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#iToGSUcOBlRQlRCvT3KS97SC6O50OE3l { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.6875rem;top:2rem;left:9.6875rem;overflow:hidden;display:block; }
#TLRHvleTRZmsVaZiLWtf4CB7QyKogRAz { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;top:0rem;left:8.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#wy4urlytLAo7pAc1MdytGbItu29RQdqe { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;top:0rem;left:16.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#iKnAWc6RqkuRZRmsPE1S6uXT9aeiqpg8 { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:16.8125rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;box-shadow: 0.0625rem 0.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#TQ2STl5xlywqEtfzFQbip3kcCSTHXqfs { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.625rem;top:2.0625rem;left:18.875rem;overflow:hidden;display:block; }
#oCEBsbDNdttRx9inn0dDB3mGgn7ft91D { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image:none;top:0rem;left:25.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#ERmA6HxJM2T8cKtbdxhhdMeTrOnwtvQp { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.1875rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;box-shadow: 0.0625rem 0.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#cagFbPlNgwya1upGIXmnR6DBMMn136xk { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.3125rem;top:1.625rem;left:27.125rem;overflow:hidden;display:block; }
#ecrfe2rOtpwQgtBsppTXmDzpRr6HoDUb { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image:none;top:0rem;left:33.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#hJ1nZWz8hDd5qHTCeKUHLyii8IwERnOJ { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:33.5625rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;box-shadow: 0.0625rem 0.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#iPNSZJgEd5tRFZztn1UvviGqEQRP9q9Z { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:1.8125rem;left:35.4375rem;overflow:hidden;display:block; }
#kQ68zfiQ7VmpQDh8T72B1tXXsBov8asX { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:0rem;left:41.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#Ga88BAOsTfkMqf3crITTgbpXXcdu8MCT { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:41.9375rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;box-shadow: 0.0625rem 0.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#W97M0ArKVS3e6Tq1uyabxCZzE21AlCmi { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.6875rem;top:1.625rem;left:43.6875rem;overflow:hidden;display:block; }
#ZOhXcGuqTQfA9t8aStTSFW7lhiG4Svqo { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image:none;top:0rem;left:50.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#f8XmFdfxUAx0c09qTU00ngygtVVzxHtF { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:50.3125rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;box-shadow: 0.0625rem 0.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#c11lAZf0DqBr0i3gwpzl0PDBez2zQGp9 { 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:3.9375rem;width:3.9375rem;top:1.625rem;left:51.9375rem;overflow:hidden;display:block; }
#TTaQBTTBFD4B4eq3oC84007pqqq5OIlf { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image:none;top:0rem;left:58.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#An33ha0ioa1WdWxaJWsXpFtr6owvxZKi { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:58.6875rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;box-shadow: 0.0625rem 0.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#rlf4r0EWIubDnHaDVDKAi0TSteTgyFta { position:absolute;display:block;z-index:15034;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:4.5625rem;width:2.9375rem;top:1.3125rem;left:60.8125rem;overflow:hidden;display:block; }
#WtSWtJ9laFxkRBTPlvdJaT3cCNkwpfWp { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15052;background-color:transparent;background-image:none;top:0rem;left:67.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#yMQHUapmRosrUOfg0acC4aTwIoTLrm4z { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:67.1875rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;box-shadow: 0.0625rem 0.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#bV5nrauviZW0ZPLwm9ETEg1rHT9UIv2x { position:absolute;display:block;z-index:15037;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:4.0625rem;width:4.0625rem;top:1.5625rem;left:68.875rem;overflow:hidden;display:block; }
#Tftka1BHTy3HbKVTvkQtkWGGZMqafiS2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tftka1BHTy3HbKVTvkQtkWGGZMqafiS2 > .row .container { border-width: 0; border-radius: 0; }#Tftka1BHTy3HbKVTvkQtkWGGZMqafiS2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tftka1BHTy3HbKVTvkQtkWGGZMqafiS2 > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:none; }#s01nxkRRJFDnxCOobcNJWbolBRfCX0CX { color:rgba(var(--color-tertiary-4),1);display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.75rem;left:5.8125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W8zgxRmI3B3rvCvi4GyV3NfsGyJzDQIQ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.4375rem;left:5.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iUKDfoHoO8GIM91FhV2ui6iXT5Wtw2Tf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:11.4375rem;top:4rem;left:57rem;overflow:hidden;display:block; }
#GyieTAZlafFd1Tpc5FysKVWvATEuA8mW { box-sizing:content-box;height:14.1875rem;width:70.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.34375rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#glTUi44UFA2eiHa03T60mL3O8a4C62R1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#glTUi44UFA2eiHa03T60mL3O8a4C62R1 > .row .container { border-width: 0; border-radius: 0; }#glTUi44UFA2eiHa03T60mL3O8a4C62R1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glTUi44UFA2eiHa03T60mL3O8a4C62R1 > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:none; }#zkUNfZsGgynbyXy4hXvqEtIz98Sw9exP { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.875rem;left:5.8125rem;height:15.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B26tmAnOP7k0qhq7Swz7oxbzyBoZvZau { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5625rem;left:5.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PHQTyD98hg8P14sLcfTyAwoDsAl9uHIk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:11.5rem;top:3.375rem;left:57.9375rem;overflow:hidden;display:block; }
#nAvh8siJThXIWRXByZDs89GS1OciwNf0 { box-sizing:content-box;height:23.1875rem;width:70.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.34375rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#pAp4x7QG1Zd4OySkJhi0rRqpCHqy06SS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pAp4x7QG1Zd4OySkJhi0rRqpCHqy06SS > .row .container { border-width: 0; border-radius: 0; }#pAp4x7QG1Zd4OySkJhi0rRqpCHqy06SS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pAp4x7QG1Zd4OySkJhi0rRqpCHqy06SS > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:none; }#ikZ71hiIJZfh6QTyFigTyJZhyedvUEvb { color:rgba(var(--color-tertiary-4),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.875rem;left:5.8125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3G5K6rUpygzWlw1Uldi0VAnuStf3c84 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5625rem;left:5.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IvgTDU8v8pzNQM6WoIfKhTXlhgndabpk { position:absolute;display:block;z-index:15012;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:10.0625rem;width:8.4375rem;top:2.125rem;left:59.3125rem;overflow:hidden;display:block; }
#zW96F73gi4tALc2XXN3eOeElidWMPtBm { box-sizing:content-box;height:14.3125rem;width:70.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.34375rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#IlxuhTNaTyqT6KnRXvEmRz3kZhNKd8MC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IlxuhTNaTyqT6KnRXvEmRz3kZhNKd8MC > .row .container { border-width: 0; border-radius: 0; }#IlxuhTNaTyqT6KnRXvEmRz3kZhNKd8MC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IlxuhTNaTyqT6KnRXvEmRz3kZhNKd8MC > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:none; }#L1EdheJ3gTMIULzDzGfTCcaeeHeT3oVT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.875rem;left:6.5rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gabJkUoA6HygPvuW5UwU7u7ZiSg1wIQw { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5625rem;left:6.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g3N0xRFH0BWsK9EFsEEuF1RM2knoPhST { position:absolute;display:block;z-index:15012;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:10.8125rem;width:9.25rem;top:2.5625rem;left:60.0625rem;overflow:hidden;display:block; }
#Lhgfb5T8iPtmPNBXatuZT1eJNqE9Z6w2 { box-sizing:content-box;height:15.5rem;width:70.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.375rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#cS6D9mNk2VNxbnyzZur6nhlgM57y0X7k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cS6D9mNk2VNxbnyzZur6nhlgM57y0X7k > .row .container { border-width: 0; border-radius: 0; }#cS6D9mNk2VNxbnyzZur6nhlgM57y0X7k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cS6D9mNk2VNxbnyzZur6nhlgM57y0X7k > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:none; }#TiSu0DvPhwKEzmLZuxT9846FUUD4EhVR { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.875rem;left:6.5rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BDJum9OBwgvwz3tVJ43akI4uip7837GU { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5625rem;left:6.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rpqE7mMG6k5TEFxPcqy7tJSdx61xx31J { position:absolute;display:block;z-index:15012;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:9.625rem;width:9.625rem;top:2.5625rem;left:60.0625rem;overflow:hidden;display:block; }
#THuupxng2HO1LemH7XaSV29E3fclcVLi { box-sizing:content-box;height:15.5rem;width:70.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.375rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#OHRHv268zsN2SuXxx9gb3sTTsWxORaJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OHRHv268zsN2SuXxx9gb3sTTsWxORaJI > .row .container { border-width: 0; border-radius: 0; }#OHRHv268zsN2SuXxx9gb3sTTsWxORaJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHRHv268zsN2SuXxx9gb3sTTsWxORaJI > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:none; }#TmTBLdgTNrnmzliw48oAbTJhqbRi1MUq { color:rgba(var(--color-tertiary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.828125rem;left:5.8125rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qP37aZvB9XwTh3NOToh2bIP2d0KQ7Kac { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5rem;left:5.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V2180bf08AeqO89VyiSiTNgeySniRGTW { position:absolute;display:block;z-index:15012;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:9.875rem;width:9.375rem;top:2.5rem;left:59.6875rem;overflow:hidden;display:block; }
#Do5E7bLBzfQBG4ufTsDHoUoVCTJV2MA4 { box-sizing:content-box;height:15.5rem;width:70.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.375rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#Ro0uC9zw0qa3FXwl3snFMp5uTSqAq71t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ro0uC9zw0qa3FXwl3snFMp5uTSqAq71t > .row .container { border-width: 0; border-radius: 0; }#Ro0uC9zw0qa3FXwl3snFMp5uTSqAq71t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ro0uC9zw0qa3FXwl3snFMp5uTSqAq71t > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:none; }#OZriBAtnxOiw5a7brgUsKWem5TVGz5Ul { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.875rem;left:5.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hDxxACEkn6TPZXsBydB5fBPK9kWIGShu { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5625rem;left:5.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dbteIJqBqMBHIiW3StQHin5rC9qBptJP { position:absolute;display:block;z-index:15012;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:10.4375rem;width:10.4375rem;top:2.5625rem;left:59.1875rem;overflow:hidden;display:block; }
#k15w3iUEk1XZlqwnqhfMAR4IhWTi4OzJ { box-sizing:content-box;height:15.5rem;width:70.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.375rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#eRqCH9u6UCKVyRqiAA6euLtQcb1Wbubb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eRqCH9u6UCKVyRqiAA6euLtQcb1Wbubb > .row .container { border-width: 0; border-radius: 0; }#eRqCH9u6UCKVyRqiAA6euLtQcb1Wbubb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRqCH9u6UCKVyRqiAA6euLtQcb1Wbubb > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:none; }#RFRDTUEgPZlOGlpHKJTr4m0NaKN2aeVO { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.875rem;left:5.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k4AR6K9TIdSdbHEcw275EHQhNrlSlgne { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5625rem;left:5.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vabxwLiT8xbw4nrzxtOX6azr1uCvMhFL { position:absolute;display:block;z-index:15012;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.5625rem;width:7.6875rem;top:2.28125rem;left:61.5rem;overflow:hidden;display:block; }
#mT8QruHAQBKdG5Cnc9e8bqXFmvJdTB0C { box-sizing:content-box;height:15.5rem;width:70.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.375rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#BUZvNvN1PrHnd8t5qCh89tyLRH2pcNTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BUZvNvN1PrHnd8t5qCh89tyLRH2pcNTZ > .row .container { border-width: 0; border-radius: 0; }#BUZvNvN1PrHnd8t5qCh89tyLRH2pcNTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUZvNvN1PrHnd8t5qCh89tyLRH2pcNTZ > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:none; }#wXtDgzovfFTAUCXKUSwL16aiK3i66wqq { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.875rem;left:5.8125rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EC6GimRReBWDB4uQUelK7HZT4EJEzysG { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5625rem;left:5.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z5yKeVw0JCml8phIMJg9P65q7GrGxrpB { position:absolute;display:block;z-index:15012;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:9.875rem;width:9.8125rem;top:2.5625rem;left:60.5283203125rem;overflow:hidden;display:block; }
#X8vPc3XpakK3UhEA2FtVav8iufcieeKt { box-sizing:content-box;height:15.5rem;width:70.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2.375rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f9a8fb7-4114-4c82-8ccf-f1d04a54df65/foto9.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ.adaptive-delivery-prevent-bg, #eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ.lazyload, #eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ.lazyloading { background-image: none; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row .container { background-color: transparent; background-image: none; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row .container > .video-iframe-container { display: none; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row > .video-iframe-container { display: none; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .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); }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row .container { border-width: 0; border-radius: 0; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE { 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; }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE > .row .container { background-color: transparent; background-image: none; }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE > .row .container > .video-iframe-container { display: none; }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE > .row > .video-iframe-container { display: none; }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE > .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); }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE > .row .container { border-width: 0; border-radius: 0; }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#GbyC3fWKonaQ3p8kvNatREib3MwnzMKh { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.44921875rem;left:16.21875rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;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; }
#s7uoDo5TtxEvc6WcOouXmBe9WgUkozNW { 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:5.875rem;width:10.75rem;top:1.892578125rem;left:32.125rem;overflow:hidden;display:block; }
#XzSO7CVXbbVCORkfL9d34FexeB2Ty35b { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:8.3125rem;left:11.28125rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc { 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; }#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc > .row .container { background-color: transparent; background-image: none; }#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc > .row .container > .video-iframe-container { display: none; }#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc > .row > .video-iframe-container { display: none; }#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc > .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); }#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc > .row .container { border-width: 0; border-radius: 0; }#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#FE8C1EfvDgHQiL3s0Tp2ITSDsXSKFoHU { position:absolute;display:block;z-index:15003;height:15.3125rem;width:75rem;top:2.0625rem;left:0rem;display:block; }
#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L { 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; }#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L > .row .container { background-color: transparent; background-image: none; }#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L > .row .container > .video-iframe-container { display: none; }#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L > .row > .video-iframe-container { display: none; }#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L > .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); }#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L > .row .container { border-width: 0; border-radius: 0; }#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#aaTrer1uoisS8y86QdPtmEWbHpE8ui7o { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#ebeae8;background-image:none;top:1rem;left:26.3125rem;display:block; }
#bE9z2aIORS0mttNoU51Iz7gI5dty8qN5 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ebeae8;background-image:none;top:1rem;left:28.1875rem;display:block; }
#eonV9U9JPRXtUF8vbETEFADtwaUbgwMp { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#ebeae8;background-image:none;top:1rem;left:30.0625rem;display:block; }
#MhzJAkpRvupXUZtESkW1VLSxW7cSN4i9 { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#ebeae8;background-image:none;top:1rem;left:31.9375rem;display:block; }
#FzDknEZkA6mySlyZx4ZP2pGkJVWLgQAa { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#ebeae8;background-image:none;top:1rem;left:33.8125rem;display:block; }
#IzVgBryzp8iisZV1G7c87mhnVLW2cL0d { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ebeae8;background-image:none;top:1rem;left:35.6875rem;display:block; }
#MxFFGko8y2tOTzt6k8Fb5GWDvOA6NkpM { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#ebeae8;background-image:none;top:1rem;left:37.5625rem;display:block; }
#Jv2995gEvbVK6NytXTgF16p7RHmTcE7s { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ebeae8;background-image:none;top:1rem;left:39.4375rem;display:block; }
#iqLOkIf1NQC1CmIZgWTBi4srIuEf14hC { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#ebeae8;background-image:none;top:1rem;left:41.3125rem;display:block; }
#KK8kG6TAkRELHgurg2vURVUAVTzq1OMi { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#ebeae8;background-image:none;top:1rem;left:43.1875rem;display:block; }
#PSR8t8hmk2B2UvUtPLlNAbEaagplPfJD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.0625rem;left:20.375rem; }
#Vs1Zeavqv1dEHxeob1TckPgF1l9LGdfm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.0625rem;left:52rem; }
#sbB44G7UThSczsUJp8L5iOg24auBWGXQ { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#ebeae8;background-image:none;top:1rem;left:45rem;display:block; }
#F9Tr8P43GmJ3lyCgLOCrwuZRslbTztRM { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#ebeae8;background-image:none;top:1rem;left:46.75rem;display:block; }
#HuzJAkrZNz5IZ1ZT6OUR5d0pi6szymNC { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ebeae8;background-image:none;top:1rem;left:48.5rem;display:block; }
#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7b4c7;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; }#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk > .row .container { background-color: transparent; background-image: none; }#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk > .row .container > .video-iframe-container { display: none; }#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk > .row > .video-iframe-container { display: none; }#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk > .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); }#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk > .row .container { border-width: 0; border-radius: 0; }#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#g8SIIVpX1K6KwZuLNgElLbx3TpyT3HgW { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.26171875rem;left:22rem;height:3.57486875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#fVbJwGdMyoJJGwbaQghoPkPmzmCKLKCn { 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:5.875rem;width:9.75rem;top:1.875rem;left:31.5625rem;overflow:hidden;display:block; }
#wVkr9hvUkE4MBP125KD1KHKl4whOccm4 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:8.3125rem;left:10.71875rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7b4c7;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; }#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 > .row .container { background-color: transparent; background-image: none; }#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 > .row .container > .video-iframe-container { display: none; }#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 > .row > .video-iframe-container { display: none; }#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 > .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); }#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 > .row .container { border-width: 0; border-radius: 0; }#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#VlRtNbwUEu5DJTAZ8G0kr81ZZEXSrmJS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:5.3974609375rem;left:1.6875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nec1wzELUAhPX7G9kLTGficAFTiKgW2Z { position:absolute;display:block;z-index:15023;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.5625rem;width:1.125rem;top:11.8125rem;left:1.875rem;overflow:hidden;display:block; }
#cfWGFJm6h811MpsVetmo03O0Oi3mRBLz { box-sizing:content-box;height:11.5625rem;width:7.8125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/KPDbRyFOTnE/unsplash/ella-olsson-KPDbRyFOTnE-photo-1547592180-85f173990554.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;top:3.9375rem;left:15.625rem;border-top-left-radius:50rem;border-top-right-radius:1.25rem;border-bottom-left-radius:50rem;border-bottom-right-radius:1.25rem;display:block; }#cfWGFJm6h811MpsVetmo03O0Oi3mRBLz.adaptive-delivery-prevent-bg, #cfWGFJm6h811MpsVetmo03O0Oi3mRBLz.lazyload, #cfWGFJm6h811MpsVetmo03O0Oi3mRBLz.lazyloading { background-image: none; }
#cfWGFJm6h811MpsVetmo03O0Oi3mRBLz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:50rem;border-top-right-radius:1.25rem;border-bottom-left-radius:50rem;border-bottom-right-radius:1.25rem; }#cfWGFJm6h811MpsVetmo03O0Oi3mRBLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #29858c; }#RWM72GThQ4gQfX4TQhnRkSOINHJ7qH8T { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:15.34375rem;left:1.875rem;display:block; }
#CWOqqLDMx52554hpqo1TTnJfOLteT1hx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKaA7dsUJ2rgXQuB2QO7s25Af3mwNVGR { box-sizing:content-box;height:11.875rem;width:7.8125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d16699c-71b1-4c60-8ad2-088ee56a34a1/photo5.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;top:5.1875rem;left:15.625rem;border-top-left-radius:50rem;border-top-right-radius:0rem;border-bottom-left-radius:50rem;border-bottom-right-radius:0rem;display:block; }#xKaA7dsUJ2rgXQuB2QO7s25Af3mwNVGR.adaptive-delivery-prevent-bg, #xKaA7dsUJ2rgXQuB2QO7s25Af3mwNVGR.lazyload, #xKaA7dsUJ2rgXQuB2QO7s25Af3mwNVGR.lazyloading { background-image: none; }
#xKaA7dsUJ2rgXQuB2QO7s25Af3mwNVGR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:50rem;border-top-right-radius:0rem;border-bottom-left-radius:50rem;border-bottom-right-radius:0rem; }#xKaA7dsUJ2rgXQuB2QO7s25Af3mwNVGR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.1); }#raGfRBUgLfnioHCwagNPuNqT6ZxXP81T { box-sizing:content-box;height:17.6875rem;width:23.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.125rem;left:0rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#vSQl6bfpDGOVX3gQKDXeZeRyNpnlnvWL { position:absolute;display:block;z-index:15024;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.5625rem;width:1.125rem;top:11.8125rem;left:3.625rem;overflow:hidden;display:block; }
#OfP8a9t2xN1gxgR3cytSwhZQoTN5onSW { position:absolute;display:block;z-index:15025;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.5625rem;width:1.125rem;top:11.8125rem;left:5.4375rem;overflow:hidden;display:block; }
#O8uf6G53ZH2r7F1xTKAgWvKqCxEnEJ0G { position:absolute;display:block;z-index:15028;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.5625rem;width:1.125rem;top:11.8125rem;left:11rem;overflow:hidden;display:block; }
#ey12638sBF6mQUSmnEzcHr8gpCILTuBT { position:absolute;display:block;z-index:15027;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.5625rem;width:1.125rem;top:11.8125rem;left:9.1875rem;overflow:hidden;display:block; }
#r9tmTBFX4JfzH768Z18kekENZTbOxAHU { position:absolute;display:block;z-index:15026;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.5625rem;width:1.125rem;top:11.8125rem;left:7.4375rem;overflow:hidden;display:block; }
#TroHGspAEz6HceCPV1JfGGsk9nWQFPs7 { box-sizing:content-box;height:17.6875rem;width:23.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.125rem;left:26.0625rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#uvuDGigLLnUoAtGNXpznDdc57RM1GbEq { box-sizing:content-box;height:11.5625rem;width:7.75rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/KPDbRyFOTnE/unsplash/ella-olsson-KPDbRyFOTnE-photo-1547592180-85f173990554.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;top:3.9375rem;left:41.75rem;border-top-left-radius:50rem;border-top-right-radius:1.25rem;border-bottom-left-radius:50rem;border-bottom-right-radius:1.25rem;display:block; }#uvuDGigLLnUoAtGNXpznDdc57RM1GbEq.adaptive-delivery-prevent-bg, #uvuDGigLLnUoAtGNXpznDdc57RM1GbEq.lazyload, #uvuDGigLLnUoAtGNXpznDdc57RM1GbEq.lazyloading { background-image: none; }
#uvuDGigLLnUoAtGNXpznDdc57RM1GbEq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:50rem;border-top-right-radius:1.25rem;border-bottom-left-radius:50rem;border-bottom-right-radius:1.25rem; }#uvuDGigLLnUoAtGNXpznDdc57RM1GbEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #c24877; }#ryQAHAqMKCAZscXkioJRJIWPIThEzFi5 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:15.375rem;left:27.9375rem;display:block; }
#aTziGNfzW9uULKN2reH22ki8WMUg74BI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gqtvpWrx3xAD4F8d7XHTGMPxTcw9ZUVl { box-sizing:content-box;height:11.875rem;width:7.8125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc3863f4-3140-429b-91d8-54be599166cf/photo4.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;top:5.1875rem;left:41.6875rem;border-top-left-radius:50rem;border-top-right-radius:0rem;border-bottom-left-radius:50rem;border-bottom-right-radius:0rem;display:block; }#gqtvpWrx3xAD4F8d7XHTGMPxTcw9ZUVl.adaptive-delivery-prevent-bg, #gqtvpWrx3xAD4F8d7XHTGMPxTcw9ZUVl.lazyload, #gqtvpWrx3xAD4F8d7XHTGMPxTcw9ZUVl.lazyloading { background-image: none; }
#gqtvpWrx3xAD4F8d7XHTGMPxTcw9ZUVl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:50rem;border-top-right-radius:0rem;border-bottom-left-radius:50rem;border-bottom-right-radius:0rem; }#gqtvpWrx3xAD4F8d7XHTGMPxTcw9ZUVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.1); }#ilFt20Dw5W3zf3NUgx4bFD44k5BSxC2w { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:5.3984375rem;left:28rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sUApQXohVMz7KzohLomOLFEye9qlMJNG { position:absolute;display:block;z-index:15035;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.5625rem;width:1.125rem;top:11.8125rem;left:27.9375rem;overflow:hidden;display:block; }
#QcxyAQVGpDQJJzNoBGvkIxCbdkOJGx69 { box-sizing:content-box;height:17.6875rem;width:23.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.3125rem;left:51.5625rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#SRqwoxcvLKHQoHtWNgZ9x9UfBR8hd4bE { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:15.5625rem;left:53.4375rem;display:block; }
#lZslgHmxRRqCQWyUhJlkx0aTMDlKhwtS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGrNqeOoliXrGJthaxFMH5WW9k7LMy3V { box-sizing:content-box;height:11.875rem;width:7.8125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc8ab5be-0df1-453c-8550-9ec6c6bcf4c4/photo7.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;top:5.375rem;left:67.1875rem;border-top-left-radius:50rem;border-top-right-radius:0rem;border-bottom-left-radius:50rem;border-bottom-right-radius:0rem;display:block; }#TGrNqeOoliXrGJthaxFMH5WW9k7LMy3V.adaptive-delivery-prevent-bg, #TGrNqeOoliXrGJthaxFMH5WW9k7LMy3V.lazyload, #TGrNqeOoliXrGJthaxFMH5WW9k7LMy3V.lazyloading { background-image: none; }
#TGrNqeOoliXrGJthaxFMH5WW9k7LMy3V::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:50rem;border-top-right-radius:0rem;border-bottom-left-radius:50rem;border-bottom-right-radius:0rem; }#TGrNqeOoliXrGJthaxFMH5WW9k7LMy3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.1); }#TVL1CatMdQnLZK7yDnGymo4AoygChrNm { box-sizing:content-box;height:11.5625rem;width:7.8125rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/KPDbRyFOTnE/unsplash/ella-olsson-KPDbRyFOTnE-photo-1547592180-85f173990554.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;top:4.125rem;left:67.1875rem;border-top-left-radius:50rem;border-top-right-radius:1.25rem;border-bottom-left-radius:50rem;border-bottom-right-radius:1.25rem;display:block; }#TVL1CatMdQnLZK7yDnGymo4AoygChrNm.adaptive-delivery-prevent-bg, #TVL1CatMdQnLZK7yDnGymo4AoygChrNm.lazyload, #TVL1CatMdQnLZK7yDnGymo4AoygChrNm.lazyloading { background-image: none; }
#TVL1CatMdQnLZK7yDnGymo4AoygChrNm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:50rem;border-top-right-radius:1.25rem;border-bottom-left-radius:50rem;border-bottom-right-radius:1.25rem; }#TVL1CatMdQnLZK7yDnGymo4AoygChrNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1f5f9f; }#vmrbK9vTePTF5fxdlWgp0bw0y6Br90Hd { position:absolute;display:block;z-index:15052;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.5625rem;width:1.125rem;top:12rem;left:62.5625rem;overflow:hidden;display:block; }
#sGmXQRloa260bmQtPL5QfSUt1QpTSPun { position:absolute;display:block;z-index:15053;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.5625rem;width:1.125rem;top:12rem;left:64.3125rem;overflow:hidden;display:block; }
#a8oxTk9ZfPnybN7JFMpEZpm7B67DTkH5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:5.4599609375rem;left:53.4375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kzmuzgbKQtzvnVHEqbq5M6zkm1LF9bFm { position:absolute;display:block;z-index:15051;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.5625rem;width:1.125rem;top:12rem;left:60.75rem;overflow:hidden;display:block; }
#Po31gcktTkEe5Xb2a9pXJe2IMQW74PGm { position:absolute;display:block;z-index:15050;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.5625rem;width:1.125rem;top:12rem;left:59rem;overflow:hidden;display:block; }
#TRqU4TmuzWOfit11IHV2BPKM2BDiEGzt { position:absolute;display:block;z-index:15049;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.5625rem;width:1.125rem;top:12rem;left:57rem;overflow:hidden;display:block; }
#lyDc4mDZJeMxDgrvcXhyQmKULaAcdJWT { position:absolute;display:block;z-index:15048;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.5625rem;width:1.125rem;top:12rem;left:55.1875rem;overflow:hidden;display:block; }
#LsOJKhSAFGheIbW2KOUr9s4bUARbhmxA { position:absolute;display:block;z-index:15047;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.5625rem;width:1.125rem;top:12rem;left:53.4375rem;overflow:hidden;display:block; }
#quT39TencERDGmgyTnCTxS33IgAXnkpL { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:24.125rem;left:12.875rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ISDJO35O0D7nvuJWZwQmTcmJ6FQ6Gwhc { box-sizing:content-box;height:17.6875rem;width:23.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.6875rem;left:11rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#hAEieQcJi1LM6P6NAxaVTxS9XEXksIQw { position:absolute;display:block;z-index:15023;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.5625rem;width:1.125rem;top:31.375rem;left:12.875rem;overflow:hidden;display:block; }
#HvOUq77TwBqt1Zv2lVi3afMQ6qSpq7yU { box-sizing:content-box;height:11.5625rem;width:7.875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/KPDbRyFOTnE/unsplash/ella-olsson-KPDbRyFOTnE-photo-1547592180-85f173990554.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;top:23.5rem;left:26.5625rem;border-top-left-radius:50rem;border-top-right-radius:1.25rem;border-bottom-left-radius:50rem;border-bottom-right-radius:1.25rem;display:block; }#HvOUq77TwBqt1Zv2lVi3afMQ6qSpq7yU.adaptive-delivery-prevent-bg, #HvOUq77TwBqt1Zv2lVi3afMQ6qSpq7yU.lazyload, #HvOUq77TwBqt1Zv2lVi3afMQ6qSpq7yU.lazyloading { background-image: none; }
#HvOUq77TwBqt1Zv2lVi3afMQ6qSpq7yU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:50rem;border-top-right-radius:1.25rem;border-bottom-left-radius:50rem;border-bottom-right-radius:1.25rem; }#HvOUq77TwBqt1Zv2lVi3afMQ6qSpq7yU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#Pp4yrEMTOM0gNac3vKqJZnHGyOCtuqGd { box-sizing:content-box;height:11.875rem;width:7.8125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bd247519-b1b0-43c5-8ba9-f2d242e85b08/photo6.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;top:24.75rem;left:26.625rem;border-top-left-radius:50rem;border-top-right-radius:0rem;border-bottom-left-radius:50rem;border-bottom-right-radius:0rem;display:block; }#Pp4yrEMTOM0gNac3vKqJZnHGyOCtuqGd.adaptive-delivery-prevent-bg, #Pp4yrEMTOM0gNac3vKqJZnHGyOCtuqGd.lazyload, #Pp4yrEMTOM0gNac3vKqJZnHGyOCtuqGd.lazyloading { background-image: none; }
#Pp4yrEMTOM0gNac3vKqJZnHGyOCtuqGd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:50rem;border-top-right-radius:0rem;border-bottom-left-radius:50rem;border-bottom-right-radius:0rem; }#Pp4yrEMTOM0gNac3vKqJZnHGyOCtuqGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.1); }#PqD5PHbtahgPUhRa4HVbP8ZuJECcM6Md { position:absolute;display:block;z-index:15024;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.5625rem;width:1.125rem;top:31.375rem;left:14.625rem;overflow:hidden;display:block; }
#d4STOLTaPyRfJafLL8EdAVvI7ymOrsUy { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.9375rem;left:12.875rem;display:block; }
#MFBn8g6LP4uE7Pr76EP27EHtq7OVxL89 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUqWSLNC9Z1ZPlEmNndE3f2m7GqrU5X9 { box-sizing:content-box;height:17.6875rem;width:23.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.6875rem;left:37.0625rem;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.25rem 0.6875rem rgba(18,60,63,0.18) ;display:block; }
#BAPewgQ5EuTp6dEiUsOqXt9zxGXudNVG { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.9375rem;left:38.9375rem;display:block; }
#kVcxIww5orkZgh2fs0TE2PQvG4eKmOkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTmPHk8nlVlCcVVQQMEhhrTRaVayozDX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:24.125rem;left:38.9375rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u9nqTTBCFWoUHM7noNOyIQAoA4OTawTU { position:absolute;display:block;z-index:15035;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.5625rem;width:1.125rem;top:31.375rem;left:38.9375rem;overflow:hidden;display:block; }
#ha0ftGsGD12xSGu57AuxgT9UTXOHDLxT { 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: none;height:2.5625rem;width:1.125rem;top:31.375rem;left:40.6875rem;overflow:hidden;display:block; }
#Gw7TIxTIOKxcpiQTNl6CsIiyv6sZiuaJ { position:absolute;display:block;z-index:15037;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.5625rem;width:1.125rem;top:31.375rem;left:42.5rem;overflow:hidden;display:block; }
#wvmkHGdI0rpN3pkFHdGf1gbcT0yuNGlv { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:1.125rem;top:31.375rem;left:44.5rem;overflow:hidden;display:block; }
#TxNxk9PkmQnOg2xlZQuOslc8B5oDLmwk { 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:2.5625rem;width:1.125rem;top:31.375rem;left:46.25rem;overflow:hidden;display:block; }
#NxviaeA2AaG0yIIxwT09fU7p1GoEgHLh { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:1.125rem;top:31.375rem;left:48.0625rem;overflow:hidden;display:block; }
#qeHivaQoOyCfMANDFEr4MPUSyqULr0Bl { box-sizing:content-box;height:11.5625rem;width:7.8125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/KPDbRyFOTnE/unsplash/ella-olsson-KPDbRyFOTnE-photo-1547592180-85f173990554.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;top:23.5rem;left:52.6875rem;border-top-left-radius:50rem;border-top-right-radius:1.25rem;border-bottom-left-radius:50rem;border-bottom-right-radius:1.25rem;display:block; }#qeHivaQoOyCfMANDFEr4MPUSyqULr0Bl.adaptive-delivery-prevent-bg, #qeHivaQoOyCfMANDFEr4MPUSyqULr0Bl.lazyload, #qeHivaQoOyCfMANDFEr4MPUSyqULr0Bl.lazyloading { background-image: none; }
#qeHivaQoOyCfMANDFEr4MPUSyqULr0Bl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:50rem;border-top-right-radius:1.25rem;border-bottom-left-radius:50rem;border-bottom-right-radius:1.25rem; }#qeHivaQoOyCfMANDFEr4MPUSyqULr0Bl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1d6d3c; }#fN67BbFX511pC2SQqWboPRA7U7FKZHca { box-sizing:content-box;height:11.875rem;width:7.8125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7471041b-425b-4ca6-9366-28318dbb3e9c/liderzy_esg.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;top:24.75rem;left:52.6875rem;border-top-left-radius:50rem;border-top-right-radius:0rem;border-bottom-left-radius:50rem;border-bottom-right-radius:0rem;display:block; }#fN67BbFX511pC2SQqWboPRA7U7FKZHca.adaptive-delivery-prevent-bg, #fN67BbFX511pC2SQqWboPRA7U7FKZHca.lazyload, #fN67BbFX511pC2SQqWboPRA7U7FKZHca.lazyloading { background-image: none; }
#fN67BbFX511pC2SQqWboPRA7U7FKZHca::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:50rem;border-top-right-radius:0rem;border-bottom-left-radius:50rem;border-bottom-right-radius:0rem; }#fN67BbFX511pC2SQqWboPRA7U7FKZHca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.1); }#zneVSSvSp2iRcW1EAlkUUFazZA5LGhvV { position:absolute;display:block;z-index:15043;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.5625rem;width:1.125rem;top:31.375rem;left:19.9375rem;overflow:hidden;display:block; }
#oVIsOvAok5McnQelDy2KU9UerAru2Nmh { position:absolute;display:block;z-index:15042;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.5625rem;width:1.125rem;top:31.375rem;left:18.125rem;overflow:hidden;display:block; }
#Hr1E46zEPuwm5TuTTH3hD7qy7pMJp695 { 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.5625rem;width:1.125rem;top:31.375rem;left:16.375rem;overflow:hidden;display:block; }
#ulIy32EWnqywp24FStCd3v6FqLRiTbBc { position:absolute;display:block;z-index:15029;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.5625rem;width:1.125rem;top:11.8125rem;left:12.6875rem;overflow:hidden;display:block; }
#KTmMM5RvK6gQGJinPwLafk4J4O2otPin { 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: none;height:2.5625rem;width:1.125rem;top:11.8125rem;left:29.6875rem;overflow:hidden;display:block; }
#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ > .row .container { background-color: transparent; background-image: none; }#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ > .row .container > .video-iframe-container { display: none; }#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ > .row > .video-iframe-container { display: none; }#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ > .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); }#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ > .row .container { border-width: 0; border-radius: 0; }#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;overflow:visible;position:relative;display:block; }#h314y8u6xLkM0ELq5swsI1S1l5sExTri { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.63671875rem;left:4.6875rem;height:5.8496125rem;font-style:normal;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;display:block; }
#fLAxTOiXLgC2E3hOQNIpFLGQqu75rG44 { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#79c8cf;background-image:none;top:2.9375rem;left:0rem;display:block; }
#cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC { box-sizing:content-box;height:30.375rem;width:23.125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d16699c-71b1-4c60-8ad2-088ee56a34a1/photo5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.2744140625rem;left:46.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC.adaptive-delivery-prevent-bg, #cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC.lazyload, #cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC.lazyloading { background-image: none; }
#cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.2); }#tWOZ1ZUraLTuJNioi2ydeBv2HG1GIrqo { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.1875rem;left:4.6875rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xguPTfMeuNFXT7CA0tIAOKo5V5kObkxX { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:12.8125rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#i0a2wi8uGJlUEbDiT1mVPZTuJtfFv4mf { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:25.375rem;left:4.6875rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#smwmXVZ5UJ1pkDcA4pPED3SefVfdknnR { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;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:19.5625rem;left:4.6875rem;height:5.0625rem;font-style:normal;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;display:block; }
#GfAxF52cLHIXFFERqidxQs93c2tyDN1v { box-sizing:content-box;height:84.875rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64a62cbd-d628-48cd-a830-9d09a639d644/business.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;top:2.375rem;left:46.5625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }#GfAxF52cLHIXFFERqidxQs93c2tyDN1v.adaptive-delivery-prevent-bg, #GfAxF52cLHIXFFERqidxQs93c2tyDN1v.lazyload, #GfAxF52cLHIXFFERqidxQs93c2tyDN1v.lazyloading { background-image: none; }
#GfAxF52cLHIXFFERqidxQs93c2tyDN1v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#GfAxF52cLHIXFFERqidxQs93c2tyDN1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); }#BRsRT3cdvoJsyIVQ44h13Dlnq1Mlpkx9 { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:#29858c;background-image:none;top:14.5625rem;left:47.53125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#IJzUIONN120XCNGZTEoDFXlG4VKupRRJ { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:61.9375rem;left:4.6875rem;display:block; }
#o1bMWO9xZlh8QeXdn6AZTP3i8I454gFZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqLvRFzhR7aZZLBA3LeBBycQzMoLSLvm { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:34.3125rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#lPlJOx2E5A2Izq4gK9kXtoUgaaoGu02r { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:36.6875rem;left:4.6875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ewh5wJU0UaT9kq8fci08TGf83emxMShy { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:43.9375rem;left:4.6875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VzdkTFMEdOrpp19k9wBXnfO44ALsalMt { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:46.3125rem;left:4.6875rem;height:14.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo { background-color:#c7e7ea;background-image:none;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; }#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo > .row .container { background-color: transparent; background-image: none; }#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo > .row .container > .video-iframe-container { display: none; }#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo > .row > .video-iframe-container { display: none; }#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo > .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); }#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo > .row .container { border-width: 0; border-radius: 0; }#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo > .row .container { font-size:0.875rem;font-family:arial;height:88.75rem;width:75rem;overflow:visible;position:relative;display:block; }#OrN8XkUo4xi6soDTnS2PW8riLZwIii7t { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:29.1875rem;left:4.625rem;height:1.6875rem;font-style:normal;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;display:block; }
#w8HJMxp5kFcB94Naef1UEHAOHH58Rpk8 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:31.5625rem;left:4.625rem;height:9.84375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pzVNrAyXv9kGDafCE6RIiGTw2iQTTGzh { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:43.1875rem;left:4.625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P5abLzX26LQQb5MrA2KnGQT2I49SA43c { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:45.5625rem;left:4.625rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#cSED34LrbUPBmF1NwahCtuml4XmNISSx { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:53.0625rem;left:4.625rem;height:1.6875rem;font-style:normal;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;display:block; }
#tXIhX5NoT6oRbO7N36nQ3QFNki7NAxG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:55.125rem;left:4.625rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#m1SQ8EovbqL61PbPHn8H5N6ufBkFCxd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:62.1875rem;left:4.625rem;height:1.6875rem;font-style:normal;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;display:block; }
#tvDcoHx2TTREEF971TTs77tCw11yplIK { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:64.625rem;left:4.625rem;height:8.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#T4z6egyxV5doBb0T92inIvermLahFfqW { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:82.25rem;left:4.625rem;display:block; }
#gbFPcJTbrPDn9xA018Th5aaMNfOvUCTK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bJn67FrNh9LzaGCc5F8RIR90bNPXgpRM { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:76.3125rem;left:4.625rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nSE3scahqHhtyrAu1ek5hVopza6qHkoK { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:74.25rem;left:4.625rem;height:1.6875rem;font-style:normal;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;display:block; }
#UeTdmrxI89DAwTQtPUEVWWTMmLOU6elB { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:2.75rem;left:4.625rem;height:1.6875rem;font-style:normal;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;display:block; }
#Bwkp745T9CfxTktELexGpbQBymEoWGvq { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:5.0625rem;left:4.625rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ItFRqlshiRaUhrukzKnBwK5VWJDAkB5w { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:9.3125rem;left:4.625rem;height:3.375rem;font-style:normal;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;display:block; }
#TsQZ8RbsLC7XO6xwRnABiZG8csfaan7o { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:13.5rem;left:4.625rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FPLMIyMIXgVao4lUuwgcXlS3huB4X69B { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:20.25rem;left:4.625rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dKJgpFZuJFIOCEZzPny6n95a0hXJ8qhx { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:17.5625rem;left:4.625rem;height:1.6875rem;font-style:normal;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;display:block; }
#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A > .row .container { background-color: transparent; background-image: none; }#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A > .row .container > .video-iframe-container { display: none; }#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A > .row > .video-iframe-container { display: none; }#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A > .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); }#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A > .row .container { border-width: 0; border-radius: 0; }#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;overflow:visible;position:relative;display:block; }#OFOg411K692RnHSfCpSAGPHrim9FmgRi { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.099609375rem;left:4.6875rem;height:2.92480625rem;font-style:normal;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;display:block; }
#gXlZCQXJnEGzgTCsvcTKc4IUrrnqfE0E { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#e7b4c7;background-image:none;top:2.9375rem;left:0rem;display:block; }
#bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc3863f4-3140-429b-91d8-54be599166cf/photo4.crop_443x439_108,0.preview.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;top:2.4375rem;left:47.53125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i.adaptive-delivery-prevent-bg, #bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i.lazyload, #bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i.lazyloading { background-image: none; }
#bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.2); }#CsnNA9S56xdzhhpKI7tlolQNAoxc9Hi7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:14.6875rem;left:4.6875rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qV608aXfBr5XiwuqvcnrZTUZFhS5myCJ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:12.3125rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7 { box-sizing:content-box;height:84.875rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64a62cbd-d628-48cd-a830-9d09a639d644/business.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;top:2.375rem;left:46.5625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }#Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7.adaptive-delivery-prevent-bg, #Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7.lazyload, #Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7.lazyloading { background-image: none; }
#Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); }#HmfehCTMwyqk8XBPL58f6zSKQrnbqRUk { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:#c24877;background-image:none;top:4.5625rem;left:47.53125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#ufn1VG5As1WPyhMZf3SB0L1UzRTf9JvT { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:33.125rem;left:4.6875rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TO3SFXc4mZLpi7Jb7W3hPyeGlAf2xQkv { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:22.5rem;left:4.6875rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qgwiLXpJpTrlSigNlz5KSbyepN8B9iCp { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:30.8125rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#ygc52JOPsTfCFoNUlvN6yU1VMqrzfN4F { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:20.1875rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi > .row .container { background-color: transparent; background-image: none; }#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi > .row .container > .video-iframe-container { display: none; }#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi > .row > .video-iframe-container { display: none; }#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi > .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); }#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi > .row .container { border-width: 0; border-radius: 0; }#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi > .row .container { font-size:0.875rem;font-family:arial;height:62.125rem;width:75rem;overflow:visible;position:relative;display:block; }#GiLMZTirzAMavxx2eigWcpgXFllrmR1L { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.63671875rem;left:4.6875rem;height:5.8496125rem;font-style:normal;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;display:block; }
#QVFyvlsIvdUfHJIqxA3QeLa16O7DJft9 { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#95bfea;background-image:none;top:2.9375rem;left:0rem;display:block; }
#CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO { box-sizing:content-box;height:30.375rem;width:23.125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc8ab5be-0df1-453c-8550-9ec6c6bcf4c4/photo7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.2744140625rem;left:46.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO.adaptive-delivery-prevent-bg, #CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO.lazyload, #CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO.lazyloading { background-image: none; }
#CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.2); }#W6bxdMSzVgmCo4GGsBg1chBTtbacVUa6 { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:14.5625rem;left:4.6875rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KAqyg2Dkt695NeeQIVwb9ugKWZ5LPxBX { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:12.1875rem;left:4.6875rem;height:;font-style:normal;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;display:block; }
#tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf { box-sizing:content-box;height:84.875rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64a62cbd-d628-48cd-a830-9d09a639d644/business.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;top:2.375rem;left:46.5625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }#tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf.adaptive-delivery-prevent-bg, #tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf.lazyload, #tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf.lazyloading { background-image: none; }
#tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); }#P3ogFlJnfl4tqxnSTXNOlrmRZyZEKFu1 { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:#1f5f9f;background-image:none;top:14.5625rem;left:47.53125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#XwcGdKX2wUI1n5z1a4cxmrvWyQf7KfDc { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:55.125rem;left:4.6875rem;display:block; }
#BOPtCwKu2iBs3ARWTTk7oovHSlAMiesc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jb2eTFTztGPWTRt9nJdnccwWcQrcdnzP { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:21.25rem;left:4.6875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tB0vbiOd0cDkehcxS3UUP8w0oy0xpebB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:18.875rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#o3L1hvOWEzi31r6nlLGWk1tdNqCXshSu { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:31.125rem;left:4.6875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nTDUhBz3dpd029NaIoNZ9yyMJmDpf9gq { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:28.75rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#zxT9SprCTB32SZSOEqHBvCDaxs0IkrWh { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:38.4375rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#AvxB19ET77vkVFJkFB3O5ZnPqUxJJ05T { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:40.9375rem;left:4.6875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CNP7gNtfhM4o4eFzbC1K9lswBANfTTi3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:48.4375rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#ylM0ZS1yUNw3LUQ91Nf9nubO6x9yvIRE { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:50.75rem;left:4.6875rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm { background-color:#d8e8f7;background-image:none;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; }#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm > .row .container { background-color: transparent; background-image: none; }#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm > .row .container > .video-iframe-container { display: none; }#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm > .row > .video-iframe-container { display: none; }#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm > .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); }#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm > .row .container { border-width: 0; border-radius: 0; }#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm > .row .container { font-size:0.875rem;font-family:arial;height:123.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ZCvxHZKvBcvwa3iROhddRkCs6brPTuNv { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:69.625rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#cQyHfmFNo3p4rXmro724PLG6Bync6qRE { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:72rem;left:4.6875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bv88vp5tVkz3FRJXDO8fPlhFDwZyTT9G { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:86.1875rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#bvLGazclRkSplW0BMg4PrcpVIricwMme { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:88.25rem;left:4.6875rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lfJ6drNzpa4QeyiCkGD56MF8gGETqoWp { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:110.875rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#cgPrWV9OJsk3L5dtCvMuMLdKkUJEoRxo { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:112.9375rem;left:4.6875rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#F1IyofWKor6LSZdJ80S4cwp2iIiVygLO { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:117.1875rem;left:4.6875rem;display:block; }
#A2chlXCzXbQDNS5R1w7cQovJKyBgtZfg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hBXL18fAkWU4X14UbWhJqIwtLnRwf52a { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:103.125rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#GcXP0yT21eLTAQdeH7hQqW6nLxa6U4Sn { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:105.4375rem;left:4.6875rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MraT9q4JoVzNnZXkz5WSe67m87xuemVK { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:81.625rem;left:4.6875rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kLFCT5XnkB1KNwQtEdvcahJlcg0laCBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;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:79.3125rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#BEin2HbvIMnNEpNcIdN9u9NAtTtT7qqi { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:96.6875rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#hPcp65rrxn7BmpSihMFmSEdf3h512VES { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:98.75rem;left:4.6875rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Gg1w9mrKVElE6TD3f2J37UbBNMlh6Kt2 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:4.625rem;left:4.6875rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vN0XqqrWWarDUaCDyy2zPWWiEX2ULUqf { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:2.25rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#ohHAIE32tZR1E8O5k1tuFlGlKX5LVWzz { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:11.3125rem;left:4.6875rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TnfEskf4GkG1TWBBd0obZkn2MAv2T4it { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:8.9375rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#BFa9Lk2tN7Un6OhwFT4efGDElTFJAyJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:18rem;left:4.6875rem;height:9.84375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RfOkhG5p6Ei6Z3ntV6BT07c7LUH2ZuGi { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:15.625rem;left:4.4375rem;height:1.6875rem;font-style:normal;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;display:block; }
#kmRNBuxa0m0J9ZmLNuE7On8NxSv3Qf1C { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:31.6875rem;left:4.6875rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gxWOC5zhXfJbnrl9U6kaCGZpT9Gwvbwq { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:29.3125rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#tOyJzZ8ccdQLeve4lazona9XtmWgFgXa { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:39.6875rem;left:4.6875rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y1cxQZSMQq0HU2ICHkvRbW6LB3t2krhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:37.3125rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#AMPQli65ATuAphu1v6NBT6uzH2b0Lw0c { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:47.9375rem;left:4.6875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CInDuxUsdM6i20OfWuVdkGDwXeJ9P764 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:45.5625rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#Ey6PpTev5VAywg9qgE8LyPmWIT7m5iSw { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:57.8125rem;left:4.6875rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FHiIq6V1VfKXrvSQkhXsJBztWDxlia5q { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:55.4375rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#yTSPSS5vhhxPL5ZGe1kHkXE7MD7agKQh { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:66.3125rem;left:4.6875rem;height:1.40625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SD8HcEHEE3ZIRtAgpeMhkHQSGfymDNSB { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:63.9375rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS > .row .container { background-color: transparent; background-image: none; }#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS > .row .container > .video-iframe-container { display: none; }#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS > .row > .video-iframe-container { display: none; }#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS > .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); }#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS > .row .container { border-width: 0; border-radius: 0; }#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;overflow:visible;position:relative;display:block; }#bEu2eg55nG4Ru4TE92g7TuciGomuKyI5 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.63671875rem;left:4.6875rem;height:5.8496125rem;font-style:normal;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;display:block; }
#eUUrtAQzSLJa57UuT4zH2AOTK813tPv6 { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;top:2.9375rem;left:0rem;display:block; }
#eO3CP5WvXoVkNAm7SUkC4SOn5J9SzVKz { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:14.5625rem;left:4.6875rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qHiJhTRh5kgSVnBV88wiFf01kb4xpigO { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:12.1875rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#aT9FTqxmy6dt1BAsrrWr0BbFnzGOUxb9 { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:21.5rem;left:4.6875rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ub75eBV01dOKid8ZURqlygTAg9qQmTzm { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;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:19.1875rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M { box-sizing:content-box;height:84.875rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64a62cbd-d628-48cd-a830-9d09a639d644/business.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;top:2.375rem;left:46.5625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }#BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M.adaptive-delivery-prevent-bg, #BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M.lazyload, #BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M.lazyloading { background-image: none; }
#BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); }#Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/304886a1-4b5f-4d74-964f-88529216f945/3.crop_671x638_529,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.125rem;left:46.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA.adaptive-delivery-prevent-bg, #Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA.lazyload, #Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA.lazyloading { background-image: none; }
#Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.2); }#EDTUnkWcvEK655NvN5zyEMuS7T8rS1U7 { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;top:4.5625rem;left:47.5625rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#UF1eCeqLnoNGaO1Qf6gFF3lIeTAqoeUf { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:26.75rem;left:4.6875rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UF1eCeqLnoNGaO1Qf6gFF3lIeTAqoeUf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UF1eCeqLnoNGaO1Qf6gFF3lIeTAqoeUf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
#JLTUyv9TqweGPHJ1E5C3SppkIU18O7hr { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.5625rem;left:4.6875rem;display:block; }
#BtzruQrnZnCyqTWnhaaRI9QzyI79yh6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SETId22iQoxrkwzIT98BQcRiCRJs2zGy { background-color:rgba(var(--color-primary-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row .container { background-color: transparent; background-image: none; }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row .container > .video-iframe-container { display: none; }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row > .video-iframe-container { display: none; }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .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); }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row .container { border-width: 0; border-radius: 0; }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#gdxZd7TFxZiDbKFO92DOVPZ9mwzldE9T { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.6875rem;left:4.6875rem;display:block; }
#GIefk4mPrn5gfOEqqndPzHhimb56IyPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CbWz8sxaVMXyq9NQc38Sy41TTCS4rg5A { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.8125rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#zDFqp8beRHmON1PlbPlKq7xa8AJRbirH { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:17.3125rem;left:4.6875rem;height:4.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zDFqp8beRHmON1PlbPlKq7xa8AJRbirH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zDFqp8beRHmON1PlbPlKq7xa8AJRbirH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
#oTJwJkTyMxNWKqc111pgbe7dsGrRoK4H { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:23.8125rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#Jbx31ZKwdi8AG4933kmedLEzzrdV4t6f { color:rgba(var(--color-tertiary-4),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:26.3125rem;left:4.6875rem;height:4.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Jbx31ZKwdi8AG4933kmedLEzzrdV4t6f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jbx31ZKwdi8AG4933kmedLEzzrdV4t6f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
#zTKVFuBDxETTSDfRV1aLqMJImRpfpHae { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:32.6875rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#w0tl0mx6JO02EyT67roTa6pqm69H9D03 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:35rem;left:4.6875rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NGoq24nyrbZ4LAHxTLZSi7INtrxTM73i { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:2.5rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#BHkaDzg745FgMfZHnCqsTnA5d1g5L1qR { color:rgba(var(--color-tertiary-4),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:4.875rem;left:4.6875rem;height:2.8125rem;font-style:normal;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;display:block; }
#lX3grGm5O12kWGGKvfMh1dXcySqJqyGF { color:rgba(var(--color-tertiary-4),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:12rem;left:4.6875rem;height:1.40625rem;font-style:normal;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;display:block; }
#GkfO656KxglXA9RhZkH5i2iQDzmKmXfX { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:9.5625rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz > .row .container { background-color: transparent; background-image: none; }#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz > .row .container > .video-iframe-container { display: none; }#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz > .row > .video-iframe-container { display: none; }#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz > .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); }#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz > .row .container { border-width: 0; border-radius: 0; }#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz > .row .container { font-size:0.875rem;font-family:arial;height:66.875rem;width:75rem;overflow:visible;position:relative;display:block; }#SWTvRwQoAAQ6F6ETCXsnyCpRJ91TbB3K { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.63671875rem;left:4.6875rem;height:8.7744375rem;font-style:normal;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;display:block; }
#UefT5d2tDbFvuyTpTFgxTl2bQxvppo2M { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#7ddca2;background-image:none;top:2.9375rem;left:0rem;display:block; }
#Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld { box-sizing:content-box;height:30.375rem;width:23.125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c007a1aa-1175-4277-a45b-efb6713ffef0/foto6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:5.2744140625rem;left:46.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld.adaptive-delivery-prevent-bg, #Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld.lazyload, #Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld.lazyloading { background-image: none; }
#Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.2); }#QSo3V9bx15rHRJ2puhilLNh3on8ORzdc { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:42.875rem;left:4.6875rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xtAGk1i7k0lNHzhUFyll66NG3PuolIQm { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:40.5625rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF { box-sizing:content-box;height:84.875rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64a62cbd-d628-48cd-a830-9d09a639d644/business.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;top:2.375rem;left:46.5625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:none; }#VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF.adaptive-delivery-prevent-bg, #VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF.lazyload, #VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF.lazyloading { background-image: none; }
#VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); }#r3ce71vn7cJEwqJmT4gqApGvyt3MM0Bb { box-sizing:content-box;height:23.125rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:#1d6d3c;background-image:none;top:14.5625rem;left:47.53125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#bKPN898oSKoxTfiaxnb6ommVTJ3ZKzGb { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:60.7119140625rem;left:4.6875rem;display:block; }
#hGyQVgMQc51UP8PRVOvr4gtKlQACqKvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdG8NSx7sVaOxFNHDbhfdgF3TpOWPO4F { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:48.3125rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#T28exWchzngcKzh9GtZzwdk9UMg3pCkH { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:50.6875rem;left:4.6875rem;height:8.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xeyBT7HcWOaNFumzfnnvNtHR6MowLHGH { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:15.125rem;left:4.6875rem;height:5.0625rem;font-style:normal;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;display:block; }
#Sf1UoM41sRb8mW0HVWa9z6y3z5GSdOnI { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:20.8125rem;left:4.6875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aeCR9wvAKtI47S0VcPOTwFlqXkeEqTxb { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:32.0869140625rem;left:4.6875rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SMGyirOXW2xlRv9W2oNLU6IVsJdvgGtX { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;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:27.9375rem;left:4.6875rem;height:3.375rem;font-style:normal;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;display:block; }
#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq { background-color:#e0f8e9;background-image:none;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; }#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq > .row .container { background-color: transparent; background-image: none; }#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq > .row .container > .video-iframe-container { display: none; }#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq > .row > .video-iframe-container { display: none; }#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq > .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); }#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq > .row .container { border-width: 0; border-radius: 0; }#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq > .row .container { font-size:0.875rem;font-family:arial;height:75.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#EbFOs6u6Iq74GgwV20Ow1mie1wrB8gH0 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:39.5634765625rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#k9GByemAsFC6AoIm6hfv0KZeyVK9qCQH { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:41.9384765625rem;left:4.6875rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#QqpcXZPvFAW3zoUER3sR6veuIQiSiCEs { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:50.3134765625rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#oUIxFFSzw0hynTT0QKzb9mBLt6vMuWHf { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:52.3759765625rem;left:4.6875rem;height:8.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gB2ouJ2WRdyiDAAa1cnxKw7sAQK2di30 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:62.75rem;left:4.6875rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tCCrakJhza6dKgcGHOPuHLztA2kfc0HI { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:67.4375rem;left:4.6875rem;display:block; }
#y5tCMRZPx8gah11hQJZmvzSwKDc0pNsF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tX638GcBozKIFOzi5zvTXF7aAeku62nc { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:2.5625rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#a9OpRMtdLDvLb9cmxTQFWMhVkuxUV1zC { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:4.9375rem;left:4.6875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#A44C963AEmAHvVaEX0IRRn6U0EeDQxvX { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:18.1875rem;left:4.6875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wIemJJ2gP530qi6PtLuFrc7cTeepi4pk { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:12.4375rem;left:4.6875rem;height:5.0625rem;font-style:normal;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;display:block; }
#T7gSapBTI83WtZQq0f4BNzm2EsoDXg6m { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:27.625rem;left:4.6875rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kUWsXGg1vGz6gJ7BraB4fCGRf0PFZMEK { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:25.3125rem;left:4.6875rem;height:1.6875rem;font-style:normal;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;display:block; }
#BohgTxWBDOQlJNNV8DpTa62163gU1XUI { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:34.875rem;left:4.6875rem;height:3.375rem;font-style:normal;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;display:block; }
#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 { position:relative;display:block; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 { background-color: transparent; background-image: none; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row .container > .video-iframe-container { display: none; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row > .video-iframe-container { display: none; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .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); }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 { border-width: 0; border-radius: 0; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .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; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .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:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/822f2459-3677-4150-abad-280d96a866ce/image_7.webp");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; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo.adaptive-delivery-prevent-bg, #BXDmZok37X62Pot4bXGTiSBPVEb4DRWo.lazyload, #BXDmZok37X62Pot4bXGTiSBPVEb4DRWo.lazyloading { background-image: none; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row .container { background-color: transparent; background-image: none; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row .container > .video-iframe-container { display: none; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row > .video-iframe-container { display: none; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .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); }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row .container { border-width: 0; border-radius: 0; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#UUdhm9QrRlHPulLkqQPOgiHzKR3sQ0ap { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.25rem;left:22rem;height:3.57486875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ZuTAWGWveJbprgR8l8GlZLxnXaZLFk2U { 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:5.75rem;width:10rem;top:4.9909262657166rem;left:31.8125rem;overflow:hidden;display:block; }
#yOkmQ30C5Mz1sCC3kwHHDqAaCJ1M44oH { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:12.12504196167rem;left:16.21875rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kkCNF8sr1Nt9gTXUnrxrOxiwKC5471JW { color:#ffce1e;display:block;width:43.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.643840312958rem;left:15.875rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;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; }
#GM9Axkknm70622V5duIrSzl0xz7XbnHS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#79c8cf;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; }#GM9Axkknm70622V5duIrSzl0xz7XbnHS > .row .container { background-color: transparent; background-image: none; }#GM9Axkknm70622V5duIrSzl0xz7XbnHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM9Axkknm70622V5duIrSzl0xz7XbnHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM9Axkknm70622V5duIrSzl0xz7XbnHS > .row .container > .video-iframe-container { display: none; }#GM9Axkknm70622V5duIrSzl0xz7XbnHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM9Axkknm70622V5duIrSzl0xz7XbnHS > .row > .video-iframe-container { display: none; }#GM9Axkknm70622V5duIrSzl0xz7XbnHS > .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); }#GM9Axkknm70622V5duIrSzl0xz7XbnHS > .row .container { border-width: 0; border-radius: 0; }#GM9Axkknm70622V5duIrSzl0xz7XbnHS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GM9Axkknm70622V5duIrSzl0xz7XbnHS > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#ZJBSe1s5LFboTwhMkH32krn2iTbmthuJ { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:22rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#UqfcgKibr8qQ7hMs41rvTdUCCzmUslzA { 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:5.875rem;width:9.8125rem;top:1.693359375rem;left:31.25rem;overflow:hidden;display:block; }
#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#79c8cf;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; }#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ > .row .container { background-color: transparent; background-image: none; }#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ > .row .container > .video-iframe-container { display: none; }#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ > .row > .video-iframe-container { display: none; }#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ > .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); }#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ > .row .container { border-width: 0; border-radius: 0; }#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#uDX1CpZl1wVu3mpT4DJfQkr4mriTN3Nv { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:1.125rem;left:16.46875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#79c8cf;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; }#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q > .row .container { background-color: transparent; background-image: none; }#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q > .row .container > .video-iframe-container { display: none; }#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q > .row > .video-iframe-container { display: none; }#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q > .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); }#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q > .row .container { border-width: 0; border-radius: 0; }#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#MhbXhy74oAyeNRwaTvXUWpcZ6OxOFk7w { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat semibold";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.875rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:23.3125rem;left:31.25rem;display:block; }
#igWCJns6P1Bpro4lGO8sgm7wprJnT13V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VvRVlTbzAIVCfwFBwFzqgrzcuGpehnO8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.0625rem;left:41.25rem; }
#VvRVlTbzAIVCfwFBwFzqgrzcuGpehnO8 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.375rem; }#FTEQrOw5GnQv3Jp697TCiXqRAK1zbWTA { box-sizing:content-box;height:22.1875rem;width:31.9375rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/1f9e9190-6250-44c9-8675-370151600c55/cover_raport.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:21.53125rem;display:block; }#FTEQrOw5GnQv3Jp697TCiXqRAK1zbWTA.adaptive-delivery-prevent-bg, #FTEQrOw5GnQv3Jp697TCiXqRAK1zbWTA.lazyload, #FTEQrOw5GnQv3Jp697TCiXqRAK1zbWTA.lazyloading { background-image: none; }
#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ { 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; }#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ > .row .container { background-color: transparent; background-image: none; }#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ > .row .container > .video-iframe-container { display: none; }#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ > .row > .video-iframe-container { display: none; }#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ > .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); }#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ > .row .container { border-width: 0; border-radius: 0; }#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#ChlE07WfIRvwRm6myGwyayViV1x05dTf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:2.609375rem;left:58.1875rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qs4IGhTHdN1L0amP5plFvD6GdPT65wcd { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:8.3125rem;top:0.625rem;left:0rem;overflow:hidden;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.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4XFagsOTtzpQ9TLCurz37hNeJ6HhHHu { width:12.25rem;height:5.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHFDcguItOtTAlqCt0rir64lmEkHW952 { width:38.625rem;height:7.75rem;top:14.25rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCwF9SlH0nWVpGUMT3xnPy4p9eMdtIOV { width:29.1875rem;height:8rem;top:23.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1KVlWCIk8ttJuiO8TG8ua1CXVspgWM3 { width:9.375rem;height:3.375rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJcM0ChENykW3aZMsgCF5lF75eO5095C { display:block; }
 }@media only screen and (max-width: 763px) { #rzRIPlxFv4UrV4ZmDtq0xSUdJFLDZJmq { width:7.9375rem;height:3.375rem;top:11.0625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0W9TbhuC4l5Ea6f2xPICxA8KzTTobb3 { display:block; }
 }@media only screen and (max-width: 763px) { #ymvqfGmPw4l7E7FcdhDsipzqSUf8THPD { width:7.9375rem;height:3.375rem;top:15.6875rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdszEEPwUpCMPAvLeL7loAiHe0trqLSB { display:block; }
 }@media only screen and (max-width: 763px) { #QMQNiXEFb1TlR119FTa4cWIJvMbbup5I { width:7.9375rem;height:3.375rem;top:20.4375rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlGTMoD3KAspe5wdr0w81aBD97wJbynq { display:block; }
 }@media only screen and (max-width: 763px) { #xdqcT8PA937mlN7bWiRuJUyOiAq0SRQ5 { width:7.9375rem;height:3.375rem;top:25rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig49QFRvQHrAlQ6LqfacZLqUsOELSuT7 { display:block; }
 }@media only screen and (max-width: 763px) { #U0XFuvgdfdbsCdsWTN3THPVNMOCp89dJ { width:7.9375rem;height:3.375rem;top:29.625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbdcAOQoqq6vg1zyoE3uiAQvhdsAMNBN { display:block; }
 }@media only screen and (max-width: 763px) { #lidkyzH7cnOZgfTTJABTQuZHf4VAcWkT { width:28.875rem;height:39.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMnXdJqM32dEo4WD6Ks0GKbWForacAyl { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAMNti2VFFis5PJsBLvWVMNGV3iO3E4J { width:7.9375rem;height:3.375rem;top:34.25rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMsxKJLcNzDIzf1uFW1ZBIktgmLSuwZe { display:block; }
 }@media only screen and (max-width: 763px) { #M9pP55bRHMzOPKFlaagtobp6It3LlCZl { display:block; }#M9pP55bRHMzOPKFlaagtobp6It3LlCZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHWl4uNS9G0OP9vW1TscEeXzuWEsTK2U { width:30.9375rem;height:3.5625rem;top:4.125rem;left:8.37451171875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHIcAHyIp0O1Jcw91KyOsP0MpMTTJqzA { width:9.375rem;height:7.1875rem;top:1.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl { display:block; }#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2oDXP0NnmPW2QvK289hNHQpPkrePOqh { width:28.875rem;height:2.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbgxwd7LrhWDEW1Rw167GzkHzQTMssf6 { display:block; }
 }@media only screen and (max-width: 763px) { #XuMVVwAXDzG8qbQsLkTnTAxRL287bpEE { width:14.1875rem;height:2.875rem;top:1.875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAItA6NHyLICGow00knF6ut1yB4EBKAZ { display:block; }
 }@media only screen and (max-width: 763px) { #JmVKfRKK14zDst0JbUbXgZbdwkortk9B { width:14.1875rem;height:2.875rem;top:1.875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FON6RsFkZkPhqGzMvmRHdMLDqaTT920q { display:block; }
 }@media only screen and (max-width: 763px) { #aC4EogzKhSf85fyapLJ2Uh2GvOLuM1lN { width:25rem;height:2.875rem;top:5.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA8TOWlVi8T8WBZBQs1np3LpRz1Ch555 { display:block; }
 }@media only screen and (max-width: 763px) { #ED0aPUt3VbTHHxmGggkTx0HzEEl4sga4 { width:15.9375rem;height:2.875rem;top:5.375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSDEmOR44ES86CBzHdqMlsRN7D9kPu3n { display:block; }
 }@media only screen and (max-width: 763px) { #qAw6gDukbkMWWJezJ2g4s15349cVlpXE { width:15.9375rem;height:2.875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDZdicsyUrA3tbViSCltQ5NI4I2auDSO { display:block; }
 }@media only screen and (max-width: 763px) { #HvxHm36R2fFdLlsh9uF9VzgUcgn7I6qU { width:31.25rem;height:2.875rem;top:8.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzB8eQ1lrbigOp0gJb1LfsTkCvC1Pc1K { display:block; }
 }@media only screen and (max-width: 763px) { #U8tl3H5eM8FvFkz57sJOPConpDber8ie { width:24.875rem;height:2.875rem;top:8.875rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHd2p4gQNTlhdBaGTBdAnRZtZN1zaqid { display:block; }
 }@media only screen and (max-width: 763px) { #TtD4ziGZEAyTnDOKTmdWm4qcDUMBWyUz { width:28.875rem;height:2.875rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTxG0lAh77fcuDSAASxV61tNET9qQrBf { display:block; }
 }@media only screen and (max-width: 763px) { #FW3pTCKcBJcHrTOiTdkUuNRr0k53TxX9 { width:25rem;height:2.875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwPgd8OT2sXvAeSpDwTUHJZUntNmudPS { display:block; }
 }@media only screen and (max-width: 763px) { #fm5cTyr3R6dAVPxTOV1N92yrx185TSfE { width:25rem;height:2.875rem;top:5.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #chQgTlI5L4TzBdkgDbMQDoqTNyuSANN6 { display:block; }
 }@media only screen and (max-width: 763px) { #diepmis76fMoqJfrlzRgZ44aSbP8TlTe { width:25rem;height:2.875rem;top:5.375rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2HLkCMlboVU5DZEEJqZwVsg7pO49fhl { display:block; }
 }@media only screen and (max-width: 763px) { #mHEFWWkTh055uzG9ITS8EzFscnQUN1LS { width:31.25rem;height:2.875rem;top:8.875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vI4CZENlxWLVukbLrvi7ZHFbmHv3APcI { display:block; }
 }@media only screen and (max-width: 763px) { #Tlmi4p5uEoAVIDq06b7wK6hrEltKPldx { width:24.875rem;height:2.875rem;top:8.875rem;left:22.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGtJfEkBTSpRLv5Jesnkw2FfyadwBU03 { display:block; }
 }@media only screen and (max-width: 763px) { #KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ { display:block; }#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6voO5fP3DWUHVeLhrNTUc3BKTA09dt6 { width:40.375rem;height:5.8125rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGytkq99Z765p7o1IT7HuzQi0ZcOzTew { width:36rem;height:28.125rem;top:11.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9iZwMz8CE59LSsmhiDViWaS1SpDDLvU { width:9.25rem;height:9.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv34oh5T6ImFwiMQxEAX04FtK3AsbZge { width:23.125rem;height:37rem;top:4.0625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdZoOadnnT7oFcQIg0GkSnAE6oG0h0XX { width:12.4375rem;height:2.875rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn4EhKF3abXULLoMDrkPRs7ohlq2d3cd { display:block; }
 }@media only screen and (max-width: 763px) { #in3eOovA3b7D021QDzVo2VP61GEGpC2D { width:28.75rem;height:36.8125rem;top:0rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqX9ACGAHZTdqosF7ir7545l4mOMAEJK { width:23.125rem;height:23.125rem;top:19.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk { display:block; }#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTh7TxfoBi2wHUl0dCC5SDo4bLf9HBeK { width:30.9375rem;height:2.875rem;top:4.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPIKOQda27Z3p3QU9T0T6aAyiO8xmq7a { width:35.875rem;height:5.625rem;top:10.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaCmHq2N1391rqnaTbdm5SOD8HUbAGA4 { width:23.125rem;height:37rem;top:4.0625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8X2d35KJ9bJXHq6unpgiyfbZLkrGFnF { width:34.625rem;height:20.25rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlkdTpT5qTcRphEcbcixUXAwQJkXWibm { width:12.4375rem;height:2.875rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFboJHOGPQLQqLDHaTHgtgCTXioQzeaX { display:block; }
 }@media only screen and (max-width: 763px) { #flnEBHWyZt5hu3wMhrA5p1OztKRDgWLd { width:9.25rem;height:9.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUuXGpGRke7SMiWaEVns1U4mCzeRGDp9 { width:31.375rem;height:;top:20.0625rem;left:0rem;font-size:0.9375rem;display:block; }#cUuXGpGRke7SMiWaEVns1U4mCzeRGDp9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #UGliLtCLEh5VEJmEaqVEgITcCHrLpS3F { width:23.125rem;height:23.125rem;top:19.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu { display:block; }#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpRPAAs2ZavTrROs99izMeThs0V5zyx7 { width:40.375rem;height:2.875rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTakntvWcdhTEL94T0Sb1gyb2HCUq8TQ { width:35.875rem;height:9.8125rem;top:10.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdWeUhKId919mcdw4bHsEJIVgTg02FTT { width:9.25rem;height:9.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw4QLZLU0AiIAPPvF7X8Ln0JJRvA51zH { width:23.125rem;height:37rem;top:4rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwZDpBFrlqUemKUkMoM8r9QuEbJQEkOP { width:12.4375rem;height:2.875rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEMkmDzyvePSaafXXqX0fex1gmy8BIkH { display:block; }
 }@media only screen and (max-width: 763px) { #naQsF2Sekob1FCQoPTiUXx5erMi0IMJC { width:30.8125rem;height:1.6875rem;top:22.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL2XXC0MGAsFGU76eikN1NXKIBNAGsPU { width:31rem;height:4.1875rem;top:25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrBZOWRlpDJ9noWiBHMs3fgobFa8qlRi { width:28.4375rem;height:;top:30rem;left:0rem;font-size:0.9375rem;display:block; }#wrBZOWRlpDJ9noWiBHMs3fgobFa8qlRi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #KWQsplPUewg7TSpruKsgzSBE9OKdk0gl { width:34.9375rem;height:22rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrBex7RIg2IRM4faeawDHxdMT9UezUv4 { width:23.125rem;height:23.125rem;top:19.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q { display:block; }#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwWAMxOQRzVfGVeW8NTNrhdNIxFHTmqs { width:37.1875rem;height:5.8125rem;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRiDoBJ0TBJrag53CPqaKdetnh9A7mlM { width:31.5rem;height:16.875rem;top:10.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ADZhd8mfQOTH0UtcN1T32v6wFcxeWd { width:9.25rem;height:9.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2KvWkrbOfBPtdE2GJEP808dhD4lo7A5 { width:23.125rem;height:23.125rem;top:4rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWGzP10yT0lG8msOvfV8xM2zZk0Aovrk { width:12.4375rem;height:2.875rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF3TKwwhOpt93SC9TDmRrlRgILoINusv { display:block; }
 }@media only screen and (max-width: 763px) { #qFLnerOzBKRCdL7akbmAA9V5z8p475vs { width:23.125rem;height:23.125rem;top:5.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd { display:block; }#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E09SvX7fLMJzTIHPm5uVFQSQNTyaCyyp { width:33rem;height:5.8125rem;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwbNvKfPHQVGZZctDnJ2yhFBMCBTJ99w { width:32.4375rem;height:25.3125rem;top:10.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfUmImnptRVQMoV6FAFsmGA45cDTXZbD { width:9.25rem;height:9.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFshWgHL6g8sH2lRhlgMhfMMUhn5zp8n { width:23.125rem;height:37rem;top:4rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHJNTOsfCJpHq31MvcdTOekTJFR63i5p { width:23.125rem;height:23.125rem;top:19.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV { display:block; }#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4iKV6E4SSXDTyx6gysS9hVvEtg74uTN { width:33rem;height:2.875rem;top:4.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLrDwbbxq3xwqcsCkJNaVoNvoSI2TfF8 { width:32.375rem;height:8.4375rem;top:10.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyS7HMWrQwMxaTXAQMUaKdMQvoRXTdp { width:9.25rem;height:9.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaaO8BnzJqhdhe0U0JKA8noRbULxsuv5 { width:23.125rem;height:23.125rem;top:4rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgg0kt0CcTvDqpIpWPTbnz4CcBfx6VdQ { width:12.3125rem;height:2.75rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df56LtvvdTRcaZxN44pvVhMvKeCIkbQz { display:block; }
 }@media only screen and (max-width: 763px) { #TvtxypaVSdZI0pG7aCcaJO1WWKmXXoHo { width:23.125rem;height:23.125rem;top:5.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTsKVmNkar6C9WQwizOyBxQz1OrMTvph { display:block; }#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frsIWu35OxIOP4RHwu5PohFqUK84TcZB { width:33rem;height:2.875rem;top:4.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH16b7M2C8bmniD5IbGTk638tqMUKSkz { width:32.375rem;height:11.25rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GScoOkZ7HPqFEtMAB4vrkKt0Pb3JVew8 { width:9.25rem;height:9.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7OaAyg4LqGU9QJOuoqOgDBAbNulpRLF { width:23.125rem;height:23.125rem;top:4rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssalGrt6h0zkXlI8fZJK7QyxZc0p6Z7F { width:23.125rem;height:23.125rem;top:6.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO0HQUnzH77zupN2kkm8fBZygwe6UA2w { display:block; }#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMWA6Wb2DoUVWDexalEnftbQPGJSTS5Z { width:37.5625rem;height:5.8125rem;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQCpK9sXToaBUT93dzXqoIIvW8qgWmT3 { width:32.375rem;height:12.625rem;top:11.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1VEpCZhsvZMgv8e8C5LV9abQvio6F59 { width:9.25rem;height:9.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOQffPl2tuT6yxgRuxBU3Cxa9fc78Z3U { width:23.125rem;height:23.125rem;top:4rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DscaR0WntNxrDZ9x5PnlMymZpb6TvOEt { width:23.125rem;height:23.125rem;top:6.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw { display:block; }#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xstd0TUmrQpq01myq75hdihSwZPKS22d { width:33.5rem;height:5.8125rem;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVb2mJByh6weGfSBadJlTbiSPmuwWLh { width:32.375rem;height:7rem;top:11rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiwTa1QSJPfoehX6LdJpzc8HkGfv82sw { width:9.25rem;height:9.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUFC64AHepP3uZPeNQHzTKGTKmmLIyO0 { width:23.125rem;height:23.125rem;top:4rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c92CaZOOW3eUMZDX2QySg8Egsay8Jv4p { width:23.125rem;height:23.125rem;top:6.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ { display:block; }#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL { display:block; }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwzCAv6m2QsTNRUEEArZRiptfo06as9i { width:30.9375rem;height:3.5625rem;top:3.25rem;left:8.37451171875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHvyBXbq0FezkMEXfmnhQq2bm6IETibr { width:10.75rem;height:6.5rem;top:1.8125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq { display:block; }#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwQs032QJuBnfTsvsa6WhNboQNAQCB1d { width:14rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOsxgr8cGDLTJBMTX5nCGXzDv5IxPOgB { width:14rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut4unuuDAOl4aXKVtwmlm9CMgqELiTmI { display:block; }
 }@media only screen and (max-width: 763px) { #q4xIicfgJLS6lvh2xGWtaVXiAD8WXT9w { width:14rem;height:12.4375rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3ILUVAcS3Lx1PNVm6BGe8OyboLIVWTC { width:14rem;height:12.4375rem;top:0rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3fwrTdsmg6cm3Da3Mh7RMGfuyJ5UXxA { width:13.9375rem;height:12.375rem;top:0rem;left:16.874877929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwtrH2reG287EqHbIZTOcN5ov3dc2HVI { display:block; }
 }@media only screen and (max-width: 763px) { #VUFBAP0rMOkZk5gZxSPs0wop7tTEnUfD { width:14rem;height:12.4375rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH3TlsIT6e4MHy59czVqnS74RhGz0RN3 { width:14rem;height:12.4375rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mww5WMg8TuwA6kQcXaolfHhMQCJcApxI { display:block; }
 }@media only screen and (max-width: 763px) { #zkQSwXTvey33T31xgMZTSCxzRiwZLwWz { width:14rem;height:12.4375rem;top:0rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGBOWWAc7deezJT7rQKw75N065huWENp { width:14rem;height:12.4375rem;top:0rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbI0E2kdZdR8IHQlh28HiktXeNTDNm5X { display:block; }
 }@media only screen and (max-width: 763px) { #uyRtCnbvZaOKIosVZhbOGsyJ1yImL7zk { width:14rem;height:12.4375rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiaR4s351QGNJQkFbM7ZwA6x5LR6X4fg { display:block; }
 }@media only screen and (max-width: 763px) { #sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni { display:block; }#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sM9THe9pAkMvgidNqc2dHrbTFmxklUu3 { width:38.4375rem;height:5.8125rem;top:4.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTNSm6ALhIwOLucH08iOAvh7VDnsF2Jk { width:33.1875rem;height:11.25rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGwrNwlZXhFBC8vFDUpH5WxKg2nTu8pm { width:9.25rem;height:9.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyo1gynEw88McSW1ai58OngxI27p13tr { width:23.125rem;height:30.375rem;top:5.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHo7uHbNsDoV8PlCDPmQzrSxHrFCSwyy { width:30.8125rem;height:1.6875rem;top:25.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmxnPPT3yrCDxymgDh7oEJgOMmdUV8dC { width:28.4375rem;height:;top:28.1875rem;left:0rem;font-size:0.9375rem;display:block; }#fmxnPPT3yrCDxymgDh7oEJgOMmdUV8dC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #NrdOnFMfkZkAiklE92M5zMPR42xd22Ry { width:31.875rem;height:12.4375rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGk578k0lqFzJMEoJaLgZMObirdEQTM { width:36.6875rem;height:37.9375rem;top:0rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GonI3JlUkeR5bq9wvclRJvX9oTPtKn1p { width:23.125rem;height:23.125rem;top:14.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 { display:block; }#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUzNUDNMqQphhRZtXqH5kM8kuZcz8FKr { width:31.875rem;height:5.8125rem;top:4.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbIatVRuysb3dEQHANTMsRBkwbFydczM { width:32.6875rem;height:9.875rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOhpuXeVn9qmMShIxTc1H8ZDXZTnbflw { width:9.1875rem;height:9.1875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeMNgiVIM6JhPNqp2O916dnUtcyS50Wy { width:23.125rem;height:30.375rem;top:5.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNswHsSuGATX1mST5FyM36lxyKlRuTyG { width:30.8125rem;height:1.6875rem;top:24.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgQMTf5Pe7ospHDqHFbD2n8HQl6KiJaX { width:29.4375rem;height:9.6875rem;top:26.625rem;left:0rem;font-size:0.9375rem;display:block; }#HgQMTf5Pe7ospHDqHFbD2n8HQl6KiJaX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #TyoSQ2rkhW88NlN68zo0uW71ztytqR51 { width:31.875rem;height:15.9375rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5CRpP9g7TvAhE0SQ0dQgOWwIC86FpAp { width:36.6875rem;height:37.9375rem;top:0rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IurcU27Xua4CrihMt57DeEeqdsm5cZ2l { width:23.125rem;height:23.125rem;top:14.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai { display:block; }#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaooFeGLCAMqCRNgIwZeQEkX6Egv1pIe { width:31.875rem;height:5.8125rem;top:4.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyxFJM2PTG5fH1Br9g8U0foli5sDnx8P { width:34.25rem;height:11.25rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVdqTlfdcU7Q7lm6BQPEqKpd5TeCFri5 { width:9.25rem;height:9.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb2uxUmLzzoKaGJXTyxTUQTfy4z4J51o { width:23.125rem;height:30.375rem;top:5.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRZ16GB2TihN7axaMVDhtT9Ems7Bm7fx { width:30.8125rem;height:1.6875rem;top:26rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6L55ynVcATDcrfauXzed620hvM5bEhD { width:28.4375rem;height:;top:28.5rem;left:0rem;font-size:0.9375rem;display:block; }#T6L55ynVcATDcrfauXzed620hvM5bEhD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #IZKF8IDJVDI3hhxGkB1RIdUKoOnWvDS8 { width:31.875rem;height:13rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqCooXDmcGPZ0lkcSxRPn1Jlm8d9qu4H { width:36.6875rem;height:37.9375rem;top:0rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #helCf08h2mrl0c5R6ssLNfABZT9EWJK4 { width:23.125rem;height:23.125rem;top:14.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg { display:block; }#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeLQzU9Uz54xLML2bmdJl9hAUSHgGVD7 { width:31.875rem;height:5.8125rem;top:4.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGfl7z2w99PsbbHdT0t6N8MHvHDFlWSU { width:34.25rem;height:5.625rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN7hL7r5zry8lTyQhmW9h287nVoq6OHy { width:9.25rem;height:9.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlASa1JypcTpeFXm7HJNPEl1yfVw4Gg1 { width:23.125rem;height:30.375rem;top:5.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLTNt3fsU9KUMQoR3cFz9M6qLvRq6AEN { width:30.8125rem;height:1.6875rem;top:20.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSNWp46dP8GXGkHE56zWHGwBWlGJ4ta { width:27.6875rem;height:6.25rem;top:22.5625rem;left:0rem;font-size:0.9375rem;display:block; }#sTSNWp46dP8GXGkHE56zWHGwBWlGJ4ta li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #VgKAHTMt0zvAr7rf5P85y1LQFHbss0o9 { width:31.875rem;height:12.625rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV1iNJ8HTCIShTaEwi4mlPrQdwTCNip1 { width:36.6875rem;height:37.875rem;top:0rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLrUiissTa2rKqsOuZAay24lLx9gEBru { width:23.125rem;height:23.125rem;top:14.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbqxVhede2L699U6I7vlisIRZsUXeTlR { display:block; }#BbqxVhede2L699U6I7vlisIRZsUXeTlR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trOLI6uyqVTaF3TX4oWu99RtwH4ipeiv { width:31.875rem;height:5.8125rem;top:4.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2SU6GF9n02ISKFcXZHr4Bcr0BuiLAVe { width:35.3125rem;height:14.0625rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1cstKD7x0K1rMNTTulcpEB3o5PaRZOx { width:9.25rem;height:9.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBm7ZeKiTRsCrHk85hHedzNeMJTKZoi8 { width:23.125rem;height:30.375rem;top:5.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLFKIFc3lvD7UQZrWmoicdwiGnRDoV6z { width:36.6875rem;height:37.9375rem;top:0rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ0g5KnP8xR2RlTz0W0d8SwdlBEy7FcT { width:23.125rem;height:23.125rem;top:14.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm63WvoPiX8GHq4m1KpP4Dv2TKeiE6hI { width:31.875rem;height:29.5rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0zHtB1zXHqc8NipzBMXZoIGbAODEeJD { width:28.5625rem;height:21.875rem;top:31.0625rem;left:0rem;font-size:0.9375rem;display:block; }#U0zHtB1zXHqc8NipzBMXZoIGbAODEeJD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #hkZvCH5Clqi77Jxc9xOnxTTNlhcW6LLs { width:30.8125rem;height:1.6875rem;top:28.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvhBcXM8F39ZtIcoObomL3665Usb2cRS { display:block; }#KvhBcXM8F39ZtIcoObomL3665Usb2cRS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGb1rg7Bk4X16WN3xE6gylARltoWSohl { width:30.9375rem;height:3.5625rem;top:3.125rem;left:8.37451171875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4HpofC8iWNWWpIvstk54X1mVJsAgmgT { width:10.75rem;height:6.5625rem;top:1.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz { display:block; }#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHJG5faln25oDg0WbmBp62oFHblaC41H { width:47.75rem;height:7.9375rem;top:1.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnAruLb9SCQocSeNHcHDCLRZ5PKn7z2p { display:none; }#gnAruLb9SCQocSeNHcHDCLRZ5PKn7z2p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NdkrTkM1IUnGKoaT2T5siDK3IFzgqtUR { width:7.1875rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTKiAxyfPbBcQE1rqeJfIUxFfBe8ddy { width:4.6875rem;height:2.6875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KixMt3yCPGf0mAig7FKxOFWv8vG42zsh { width:7.1875rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzSKzIbHWIlexWV6ghHDHtBw52lxvWVV { width:7.1875rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToGSUcOBlRQlRCvT3KS97SC6O50OE3l { width:4.6875rem;height:3.125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLRHvleTRZmsVaZiLWtf4CB7QyKogRAz { width:7.1875rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy4urlytLAo7pAc1MdytGbItu29RQdqe { width:7.1875rem;height:7.1875rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKnAWc6RqkuRZRmsPE1S6uXT9aeiqpg8 { width:7.1875rem;height:7.1875rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2STl5xlywqEtfzFQbip3kcCSTHXqfs { width:2.625rem;height:3.125rem;top:2.0625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCEBsbDNdttRx9inn0dDB3mGgn7ft91D { width:7.1875rem;height:7.1875rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERmA6HxJM2T8cKtbdxhhdMeTrOnwtvQp { width:7.1875rem;height:7.1875rem;top:0rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cagFbPlNgwya1upGIXmnR6DBMMn136xk { width:3.3125rem;height:3.9375rem;top:1.625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecrfe2rOtpwQgtBsppTXmDzpRr6HoDUb { width:7.1875rem;height:7.1875rem;top:0rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ1nZWz8hDd5qHTCeKUHLyii8IwERnOJ { width:7.1875rem;height:7.1875rem;top:0rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPNSZJgEd5tRFZztn1UvviGqEQRP9q9Z { width:3.5625rem;height:3.5625rem;top:1.8125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ68zfiQ7VmpQDh8T72B1tXXsBov8asX { width:7.1875rem;height:7.1875rem;top:0rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga88BAOsTfkMqf3crITTgbpXXcdu8MCT { width:7.1875rem;height:7.1875rem;top:0rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W97M0ArKVS3e6Tq1uyabxCZzE21AlCmi { width:3.6875rem;height:3.9375rem;top:1.625rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOhXcGuqTQfA9t8aStTSFW7lhiG4Svqo { width:7.1875rem;height:7.1875rem;top:0rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8XmFdfxUAx0c09qTU00ngygtVVzxHtF { width:7.1875rem;height:7.1875rem;top:0rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c11lAZf0DqBr0i3gwpzl0PDBez2zQGp9 { width:3.9375rem;height:3.9375rem;top:1.625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaQBTTBFD4B4eq3oC84007pqqq5OIlf { width:7.1875rem;height:7.1875rem;top:0rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #An33ha0ioa1WdWxaJWsXpFtr6owvxZKi { width:7.1875rem;height:7.1875rem;top:0rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlf4r0EWIubDnHaDVDKAi0TSteTgyFta { width:2.9375rem;height:4.5625rem;top:1.3125rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtSWtJ9laFxkRBTPlvdJaT3cCNkwpfWp { width:7.1875rem;height:7.1875rem;top:0rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMQHUapmRosrUOfg0acC4aTwIoTLrm4z { width:7.1875rem;height:7.1875rem;top:0rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV5nrauviZW0ZPLwm9ETEg1rHT9UIv2x { width:4.0625rem;height:4.0625rem;top:1.5625rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tftka1BHTy3HbKVTvkQtkWGGZMqafiS2 { display:none; }#Tftka1BHTy3HbKVTvkQtkWGGZMqafiS2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s01nxkRRJFDnxCOobcNJWbolBRfCX0CX { width:46.125rem;height:5.625rem;top:4.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8zgxRmI3B3rvCvi4GyV3NfsGyJzDQIQ { width:26.9375rem;height:1.6875rem;top:2.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUKDfoHoO8GIM91FhV2ui6iXT5Wtw2Tf { width:11.4375rem;height:6.4375rem;top:4rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyieTAZlafFd1Tpc5FysKVWvATEuA8mW { width:47.75rem;height:14.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glTUi44UFA2eiHa03T60mL3O8a4C62R1 { display:none; }#glTUi44UFA2eiHa03T60mL3O8a4C62R1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zkUNfZsGgynbyXy4hXvqEtIz98Sw9exP { width:47.5rem;height:15.4375rem;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B26tmAnOP7k0qhq7Swz7oxbzyBoZvZau { width:33.375rem;height:1.6875rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHQTyD98hg8P14sLcfTyAwoDsAl9uHIk { width:11.5rem;height:7.625rem;top:3.375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAvh8siJThXIWRXByZDs89GS1OciwNf0 { width:47.75rem;height:23.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAp4x7QG1Zd4OySkJhi0rRqpCHqy06SS { display:none; }#pAp4x7QG1Zd4OySkJhi0rRqpCHqy06SS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ikZ71hiIJZfh6QTyFigTyJZhyedvUEvb { width:47rem;height:5.625rem;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3G5K6rUpygzWlw1Uldi0VAnuStf3c84 { width:33.375rem;height:1.6875rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvgTDU8v8pzNQM6WoIfKhTXlhgndabpk { width:8.4375rem;height:10.0625rem;top:2.125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW96F73gi4tALc2XXN3eOeElidWMPtBm { width:47.75rem;height:14.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlxuhTNaTyqT6KnRXvEmRz3kZhNKd8MC { display:none; }#IlxuhTNaTyqT6KnRXvEmRz3kZhNKd8MC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L1EdheJ3gTMIULzDzGfTCcaeeHeT3oVT { width:47.5rem;height:7rem;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabJkUoA6HygPvuW5UwU7u7ZiSg1wIQw { width:33.375rem;height:1.6875rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3N0xRFH0BWsK9EFsEEuF1RM2knoPhST { width:9.25rem;height:10.8125rem;top:2.5625rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhgfb5T8iPtmPNBXatuZT1eJNqE9Z6w2 { width:47.75rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS6D9mNk2VNxbnyzZur6nhlgM57y0X7k { display:none; }#cS6D9mNk2VNxbnyzZur6nhlgM57y0X7k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TiSu0DvPhwKEzmLZuxT9846FUUD4EhVR { width:47.5rem;height:5.625rem;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDJum9OBwgvwz3tVJ43akI4uip7837GU { width:33.375rem;height:1.6875rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpqE7mMG6k5TEFxPcqy7tJSdx61xx31J { width:9.625rem;height:9.625rem;top:2.5625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THuupxng2HO1LemH7XaSV29E3fclcVLi { width:47.75rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHRHv268zsN2SuXxx9gb3sTTsWxORaJI { display:none; }#OHRHv268zsN2SuXxx9gb3sTTsWxORaJI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TmTBLdgTNrnmzliw48oAbTJhqbRi1MUq { width:47.125rem;height:7rem;top:4.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP37aZvB9XwTh3NOToh2bIP2d0KQ7Kac { width:33.375rem;height:1.6875rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2180bf08AeqO89VyiSiTNgeySniRGTW { width:9.375rem;height:9.875rem;top:2.5rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do5E7bLBzfQBG4ufTsDHoUoVCTJV2MA4 { width:47.75rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro0uC9zw0qa3FXwl3snFMp5uTSqAq71t { display:none; }#Ro0uC9zw0qa3FXwl3snFMp5uTSqAq71t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OZriBAtnxOiw5a7brgUsKWem5TVGz5Ul { width:47.75rem;height:;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDxxACEkn6TPZXsBydB5fBPK9kWIGShu { width:33.375rem;height:1.6875rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbteIJqBqMBHIiW3StQHin5rC9qBptJP { width:10.4375rem;height:10.4375rem;top:2.5625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k15w3iUEk1XZlqwnqhfMAR4IhWTi4OzJ { width:47.75rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRqCH9u6UCKVyRqiAA6euLtQcb1Wbubb { display:none; }#eRqCH9u6UCKVyRqiAA6euLtQcb1Wbubb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RFRDTUEgPZlOGlpHKJTr4m0NaKN2aeVO { width:47.75rem;height:;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4AR6K9TIdSdbHEcw275EHQhNrlSlgne { width:33.375rem;height:1.6875rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vabxwLiT8xbw4nrzxtOX6azr1uCvMhFL { width:7.6875rem;height:11.5625rem;top:2.25rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8QruHAQBKdG5Cnc9e8bqXFmvJdTB0C { width:47.75rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUZvNvN1PrHnd8t5qCh89tyLRH2pcNTZ { display:none; }#BUZvNvN1PrHnd8t5qCh89tyLRH2pcNTZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wXtDgzovfFTAUCXKUSwL16aiK3i66wqq { width:47.75rem;height:7rem;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC6GimRReBWDB4uQUelK7HZT4EJEzysG { width:33.375rem;height:1.6875rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5yKeVw0JCml8phIMJg9P65q7GrGxrpB { width:9.8125rem;height:9.875rem;top:2.5625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8vPc3XpakK3UhEA2FtVav8iufcieeKt { width:47.75rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ { display:block; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE { display:block; }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbyC3fWKonaQ3p8kvNatREib3MwnzMKh { width:42.5rem;height:2.75rem;top:3.4375rem;left:2.59326171875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7uoDo5TtxEvc6WcOouXmBe9WgUkozNW { width:10.75rem;height:5.875rem;top:1.875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzSO7CVXbbVCORkfL9d34FexeB2Ty35b { width:47.75rem;height:4.75rem;top:8.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc { display:block; }#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FE8C1EfvDgHQiL3s0Tp2ITSDsXSKFoHU { width:47.75rem;height:15.3125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L { display:block; }#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaTrer1uoisS8y86QdPtmEWbHpE8ui7o { width:0.75rem;height:0.75rem;top:1rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE9z2aIORS0mttNoU51Iz7gI5dty8qN5 { width:0.75rem;height:0.75rem;top:1rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eonV9U9JPRXtUF8vbETEFADtwaUbgwMp { width:0.75rem;height:0.75rem;top:1rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhzJAkpRvupXUZtESkW1VLSxW7cSN4i9 { width:0.75rem;height:0.75rem;top:1rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzDknEZkA6mySlyZx4ZP2pGkJVWLgQAa { width:0.75rem;height:0.75rem;top:1rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzVgBryzp8iisZV1G7c87mhnVLW2cL0d { width:0.75rem;height:0.75rem;top:1rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxFFGko8y2tOTzt6k8Fb5GWDvOA6NkpM { width:0.75rem;height:0.75rem;top:1rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv2995gEvbVK6NytXTgF16p7RHmTcE7s { width:0.75rem;height:0.75rem;top:1rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqLOkIf1NQC1CmIZgWTBi4srIuEf14hC { width:0.75rem;height:0.75rem;top:1rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK8kG6TAkRELHgurg2vURVUAVTzq1OMi { width:0.75rem;height:0.75rem;top:1rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSR8t8hmk2B2UvUtPLlNAbEaagplPfJD { width:2.625rem;height:2.625rem;top:0.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs1Zeavqv1dEHxeob1TckPgF1l9LGdfm { width:2.625rem;height:2.625rem;top:0.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbB44G7UThSczsUJp8L5iOg24auBWGXQ { width:0.75rem;height:0.75rem;top:1rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Tr8P43GmJ3lyCgLOCrwuZRslbTztRM { width:0.75rem;height:0.75rem;top:1rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuzJAkrZNz5IZ1ZT6OUR5d0pi6szymNC { width:0.75rem;height:0.75rem;top:1rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk { display:block; }#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8SIIVpX1K6KwZuLNgElLbx3TpyT3HgW { width:30.9375rem;height:3.5625rem;top:3.25rem;left:8.37451171875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVbJwGdMyoJJGwbaQghoPkPmzmCKLKCn { width:9.75rem;height:5.875rem;top:1.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVkr9hvUkE4MBP125KD1KHKl4whOccm4 { width:47.75rem;height:4.75rem;top:8.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 { display:block; }#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlRtNbwUEu5DJTAZ8G0kr81ZZEXSrmJS { width:14.0625rem;height:2.875rem;top:5.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nec1wzELUAhPX7G9kLTGficAFTiKgW2Z { width:1.125rem;height:2.5625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfWGFJm6h811MpsVetmo03O0Oi3mRBLz { width:7.8125rem;height:11.5625rem;top:3.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWM72GThQ4gQfX4TQhnRkSOINHJ7qH8T { width:12.4375rem;height:2.875rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWOqqLDMx52554hpqo1TTnJfOLteT1hx { display:block; }
 }@media only screen and (max-width: 763px) { #xKaA7dsUJ2rgXQuB2QO7s25Af3mwNVGR { width:7.8125rem;height:11.875rem;top:5.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #raGfRBUgLfnioHCwagNPuNqT6ZxXP81T { width:23.25rem;height:17.6875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSQl6bfpDGOVX3gQKDXeZeRyNpnlnvWL { width:1.125rem;height:2.5625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfP8a9t2xN1gxgR3cytSwhZQoTN5onSW { width:1.125rem;height:2.5625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8uf6G53ZH2r7F1xTKAgWvKqCxEnEJ0G { width:1.125rem;height:2.5625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey12638sBF6mQUSmnEzcHr8gpCILTuBT { width:1.125rem;height:2.5625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9tmTBFX4JfzH768Z18kekENZTbOxAHU { width:1.125rem;height:2.5625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TroHGspAEz6HceCPV1JfGGsk9nWQFPs7 { width:23.25rem;height:17.6875rem;top:2.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvuDGigLLnUoAtGNXpznDdc57RM1GbEq { width:7.75rem;height:11.5625rem;top:3.9375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryQAHAqMKCAZscXkioJRJIWPIThEzFi5 { width:12.4375rem;height:2.875rem;top:15.375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTziGNfzW9uULKN2reH22ki8WMUg74BI { display:block; }
 }@media only screen and (max-width: 763px) { #gqtvpWrx3xAD4F8d7XHTGMPxTcw9ZUVl { width:7.8125rem;height:11.875rem;top:5.1875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilFt20Dw5W3zf3NUgx4bFD44k5BSxC2w { width:13.5rem;height:2.875rem;top:5.375rem;left:14.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUApQXohVMz7KzohLomOLFEye9qlMJNG { width:1.125rem;height:2.5625rem;top:11.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcxyAQVGpDQJJzNoBGvkIxCbdkOJGx69 { width:23.25rem;height:17.6875rem;top:2.3125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqwoxcvLKHQoHtWNgZ9x9UfBR8hd4bE { width:12.4375rem;height:2.875rem;top:15.5625rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZslgHmxRRqCQWyUhJlkx0aTMDlKhwtS { display:block; }
 }@media only screen and (max-width: 763px) { #TGrNqeOoliXrGJthaxFMH5WW9k7LMy3V { width:7.8125rem;height:11.875rem;top:5.375rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVL1CatMdQnLZK7yDnGymo4AoygChrNm { width:7.8125rem;height:11.5625rem;top:4.125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmrbK9vTePTF5fxdlWgp0bw0y6Br90Hd { width:1.125rem;height:2.5625rem;top:12rem;left:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGmXQRloa260bmQtPL5QfSUt1QpTSPun { width:1.125rem;height:2.5625rem;top:12rem;left:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8oxTk9ZfPnybN7JFMpEZpm7B67DTkH5 { width:13.5rem;height:2.875rem;top:5.4375rem;left:34.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzmuzgbKQtzvnVHEqbq5M6zkm1LF9bFm { width:1.125rem;height:2.5625rem;top:12rem;left:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po31gcktTkEe5Xb2a9pXJe2IMQW74PGm { width:1.125rem;height:2.5625rem;top:12rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRqU4TmuzWOfit11IHV2BPKM2BDiEGzt { width:1.125rem;height:2.5625rem;top:12rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyDc4mDZJeMxDgrvcXhyQmKULaAcdJWT { width:1.125rem;height:2.5625rem;top:12rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsOJKhSAFGheIbW2KOUr9s4bUARbhmxA { width:1.125rem;height:2.5625rem;top:12rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quT39TencERDGmgyTnCTxS33IgAXnkpL { width:11.3125rem;height:4.375rem;top:24.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISDJO35O0D7nvuJWZwQmTcmJ6FQ6Gwhc { width:23.25rem;height:17.6875rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAEieQcJi1LM6P6NAxaVTxS9XEXksIQw { width:1.125rem;height:2.5625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvOUq77TwBqt1Zv2lVi3afMQ6qSpq7yU { width:7.875rem;height:11.5625rem;top:23.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp4yrEMTOM0gNac3vKqJZnHGyOCtuqGd { width:7.8125rem;height:11.875rem;top:24.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqD5PHbtahgPUhRa4HVbP8ZuJECcM6Md { width:1.125rem;height:2.5625rem;top:31.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4STOLTaPyRfJafLL8EdAVvI7ymOrsUy { width:12.4375rem;height:2.875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFBn8g6LP4uE7Pr76EP27EHtq7OVxL89 { display:block; }
 }@media only screen and (max-width: 763px) { #XUqWSLNC9Z1ZPlEmNndE3f2m7GqrU5X9 { width:23.25rem;height:17.6875rem;top:21.6875rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAPewgQ5EuTp6dEiUsOqXt9zxGXudNVG { width:12.4375rem;height:2.875rem;top:34.9375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcxIww5orkZgh2fs0TE2PQvG4eKmOkE { display:block; }
 }@media only screen and (max-width: 763px) { #MTmPHk8nlVlCcVVQQMEhhrTRaVayozDX { width:13.5rem;height:5.8125rem;top:24.125rem;left:25.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9nqTTBCFWoUHM7noNOyIQAoA4OTawTU { width:1.125rem;height:2.5625rem;top:31.375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha0ftGsGD12xSGu57AuxgT9UTXOHDLxT { width:1.125rem;height:2.5625rem;top:31.375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw7TIxTIOKxcpiQTNl6CsIiyv6sZiuaJ { width:1.125rem;height:2.5625rem;top:31.375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvmkHGdI0rpN3pkFHdGf1gbcT0yuNGlv { width:1.125rem;height:2.5625rem;top:31.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxNxk9PkmQnOg2xlZQuOslc8B5oDLmwk { width:1.125rem;height:2.5625rem;top:31.375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxviaeA2AaG0yIIxwT09fU7p1GoEgHLh { width:1.125rem;height:2.5625rem;top:31.375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHivaQoOyCfMANDFEr4MPUSyqULr0Bl { width:7.8125rem;height:11.5625rem;top:23.5rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN67BbFX511pC2SQqWboPRA7U7FKZHca { width:7.8125rem;height:11.875rem;top:24.75rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zneVSSvSp2iRcW1EAlkUUFazZA5LGhvV { width:1.125rem;height:2.5625rem;top:31.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVIsOvAok5McnQelDy2KU9UerAru2Nmh { width:1.125rem;height:2.5625rem;top:31.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr1E46zEPuwm5TuTTH3hD7qy7pMJp695 { width:1.125rem;height:2.5625rem;top:31.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulIy32EWnqywp24FStCd3v6FqLRiTbBc { width:1.125rem;height:2.5625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmMM5RvK6gQGJinPwLafk4J4O2otPin { width:1.125rem;height:2.5625rem;top:11.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ { display:block; }#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h314y8u6xLkM0ELq5swsI1S1l5sExTri { width:37.25rem;height:5.8125rem;top:4.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLAxTOiXLgC2E3hOQNIpFLGQqu75rG44 { width:9.25rem;height:9.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC { width:23.125rem;height:30.375rem;top:5.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWOZ1ZUraLTuJNioi2ydeBv2HG1GIrqo { width:36rem;height:2.8125rem;top:15.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xguPTfMeuNFXT7CA0tIAOKo5V5kObkxX { width:35.9375rem;height:1.6875rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0a2wi8uGJlUEbDiT1mVPZTuJtfFv4mf { width:36rem;height:7rem;top:25.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smwmXVZ5UJ1pkDcA4pPED3SefVfdknnR { width:35.9375rem;height:5.0625rem;top:19.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfAxF52cLHIXFFERqidxQs93c2tyDN1v { width:23.125rem;height:84.875rem;top:2.375rem;left:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRsRT3cdvoJsyIVQ44h13Dlnq1Mlpkx9 { width:23.125rem;height:23.125rem;top:14.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJzUIONN120XCNGZTEoDFXlG4VKupRRJ { width:12.9375rem;height:2.875rem;top:61.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1bMWO9xZlh8QeXdn6AZTP3i8I454gFZ { display:block; }
 }@media only screen and (max-width: 763px) { #lqLvRFzhR7aZZLBA3LeBBycQzMoLSLvm { width:26.9375rem;height:1.6875rem;top:34.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPlJOx2E5A2Izq4gK9kXtoUgaaoGu02r { width:39.375rem;height:5.625rem;top:36.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewh5wJU0UaT9kq8fci08TGf83emxMShy { width:26.9375rem;height:1.6875rem;top:43.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzdkTFMEdOrpp19k9wBXnfO44ALsalMt { width:39.375rem;height:14.0625rem;top:46.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo { display:block; }#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrN8XkUo4xi6soDTnS2PW8riLZwIii7t { width:26.9375rem;height:1.6875rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8HJMxp5kFcB94Naef1UEHAOHH58Rpk8 { width:39.375rem;height:9.8125rem;top:31.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzVNrAyXv9kGDafCE6RIiGTw2iQTTGzh { width:39.5rem;height:1.6875rem;top:43.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5abLzX26LQQb5MrA2KnGQT2I49SA43c { width:39.375rem;height:5.625rem;top:45.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSED34LrbUPBmF1NwahCtuml4XmNISSx { width:39.375rem;height:1.6875rem;top:53.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXIhX5NoT6oRbO7N36nQ3QFNki7NAxG5 { width:39.375rem;height:5.625rem;top:55.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1SQ8EovbqL61PbPHn8H5N6ufBkFCxd8 { width:39.3125rem;height:1.6875rem;top:62.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvDcoHx2TTREEF971TTs77tCw11yplIK { width:39.375rem;height:8.4375rem;top:64.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4z6egyxV5doBb0T92inIvermLahFfqW { width:6.25rem;height:2.875rem;top:82.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbFPcJTbrPDn9xA018Th5aaMNfOvUCTK { display:block; }
 }@media only screen and (max-width: 763px) { #bJn67FrNh9LzaGCc5F8RIR90bNPXgpRM { width:39.375rem;height:4.1875rem;top:76.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSE3scahqHhtyrAu1ek5hVopza6qHkoK { width:26.9375rem;height:1.6875rem;top:74.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTdmrxI89DAwTQtPUEVWWTMmLOU6elB { width:39.5625rem;height:1.6875rem;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwkp745T9CfxTktELexGpbQBymEoWGvq { width:39.375rem;height:2.8125rem;top:5.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItFRqlshiRaUhrukzKnBwK5VWJDAkB5w { width:39.375rem;height:3.375rem;top:9.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQZ8RbsLC7XO6xwRnABiZG8csfaan7o { width:39.375rem;height:2.8125rem;top:13.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPLMIyMIXgVao4lUuwgcXlS3huB4X69B { width:39.375rem;height:7rem;top:20.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKJgpFZuJFIOCEZzPny6n95a0hXJ8qhx { width:39.375rem;height:1.6875rem;top:17.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A { display:block; }#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFOg411K692RnHSfCpSAGPHrim9FmgRi { width:37.25rem;height:2.875rem;top:6.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXlZCQXJnEGzgTCsvcTKc4IUrrnqfE0E { width:9.25rem;height:9.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i { width:23.125rem;height:23.125rem;top:2.4375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsnNA9S56xdzhhpKI7tlolQNAoxc9Hi7 { width:36rem;height:4.1875rem;top:14.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV608aXfBr5XiwuqvcnrZTUZFhS5myCJ { width:26.9375rem;height:;top:12.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7 { width:23.125rem;height:84.875rem;top:2.375rem;left:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmfehCTMwyqk8XBPL58f6zSKQrnbqRUk { width:23.125rem;height:23.125rem;top:4.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufn1VG5As1WPyhMZf3SB0L1UzRTf9JvT { width:39.375rem;height:2.8125rem;top:33.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO3SFXc4mZLpi7Jb7W3hPyeGlAf2xQkv { width:39.375rem;height:7rem;top:22.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgwiLXpJpTrlSigNlz5KSbyepN8B9iCp { width:39.5625rem;height:1.6875rem;top:30.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygc52JOPsTfCFoNUlvN6yU1VMqrzfN4F { width:39.5625rem;height:1.6875rem;top:20.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzPk640nt64TxWcdpGyKsfibtAE7MZi { display:block; }#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiLMZTirzAMavxx2eigWcpgXFllrmR1L { width:37.25rem;height:5.8125rem;top:4.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVFyvlsIvdUfHJIqxA3QeLa16O7DJft9 { width:9.25rem;height:9.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO { width:23.125rem;height:30.375rem;top:5.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6bxdMSzVgmCo4GGsBg1chBTtbacVUa6 { width:36rem;height:2.8125rem;top:14.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAqyg2Dkt695NeeQIVwb9ugKWZ5LPxBX { width:26.9375rem;height:;top:12.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf { width:23.125rem;height:84.875rem;top:2.375rem;left:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3ogFlJnfl4tqxnSTXNOlrmRZyZEKFu1 { width:23.125rem;height:23.125rem;top:14.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwcGdKX2wUI1n5z1a4cxmrvWyQf7KfDc { width:12.4375rem;height:2.875rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOPtCwKu2iBs3ARWTTk7oovHSlAMiesc { display:block; }
 }@media only screen and (max-width: 763px) { #Jb2eTFTztGPWTRt9nJdnccwWcQrcdnzP { width:36rem;height:5.625rem;top:21.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB0vbiOd0cDkehcxS3UUP8w0oy0xpebB { width:32.6875rem;height:;top:18.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3L1hvOWEzi31r6nlLGWk1tdNqCXshSu { width:39.375rem;height:5.625rem;top:31.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTDUhBz3dpd029NaIoNZ9yyMJmDpf9gq { width:39.375rem;height:1.6875rem;top:28.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxT9SprCTB32SZSOEqHBvCDaxs0IkrWh { width:32.6875rem;height:1.6875rem;top:38.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvxB19ET77vkVFJkFB3O5ZnPqUxJJ05T { width:39.375rem;height:5.625rem;top:40.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNP7gNtfhM4o4eFzbC1K9lswBANfTTi3 { width:32.6875rem;height:1.6875rem;top:48.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylM0ZS1yUNw3LUQ91Nf9nubO6x9yvIRE { width:39.375rem;height:2.8125rem;top:50.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm { display:block; }#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCvxHZKvBcvwa3iROhddRkCs6brPTuNv { width:26.9375rem;height:1.6875rem;top:69.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQyHfmFNo3p4rXmro724PLG6Bync6qRE { width:39.375rem;height:5.625rem;top:72rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv88vp5tVkz3FRJXDO8fPlhFDwZyTT9G { width:26.9375rem;height:1.6875rem;top:86.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvLGazclRkSplW0BMg4PrcpVIricwMme { width:39.375rem;height:7rem;top:88.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfJ6drNzpa4QeyiCkGD56MF8gGETqoWp { width:26.9375rem;height:1.6875rem;top:110.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgPrWV9OJsk3L5dtCvMuMLdKkUJEoRxo { width:39.375rem;height:2.8125rem;top:112.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1IyofWKor6LSZdJ80S4cwp2iIiVygLO { width:7.5rem;height:2.875rem;top:117.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2chlXCzXbQDNS5R1w7cQovJKyBgtZfg { display:block; }
 }@media only screen and (max-width: 763px) { #hBXL18fAkWU4X14UbWhJqIwtLnRwf52a { width:26.9375rem;height:1.6875rem;top:103.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcXP0yT21eLTAQdeH7hQqW6nLxa6U4Sn { width:36rem;height:4.1875rem;top:105.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MraT9q4JoVzNnZXkz5WSe67m87xuemVK { width:36rem;height:2.8125rem;top:81.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLFCT5XnkB1KNwQtEdvcahJlcg0laCBQ { width:26.9375rem;height:1.6875rem;top:79.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEin2HbvIMnNEpNcIdN9u9NAtTtT7qqi { width:26.9375rem;height:1.6875rem;top:96.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPcp65rrxn7BmpSihMFmSEdf3h512VES { width:39.375rem;height:2.8125rem;top:98.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg1w9mrKVElE6TD3f2J37UbBNMlh6Kt2 { width:39.375rem;height:2.8125rem;top:4.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN0XqqrWWarDUaCDyy2zPWWiEX2ULUqf { width:39.375rem;height:;top:2.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohHAIE32tZR1E8O5k1tuFlGlKX5LVWzz { width:39.375rem;height:2.8125rem;top:11.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfEskf4GkG1TWBBd0obZkn2MAv2T4it { width:39.375rem;height:;top:8.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFa9Lk2tN7Un6OhwFT4efGDElTFJAyJZ { width:39.375rem;height:9.8125rem;top:18rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfOkhG5p6Ei6Z3ntV6BT07c7LUH2ZuGi { width:39.375rem;height:;top:15.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRNBuxa0m0J9ZmLNuE7On8NxSv3Qf1C { width:39.375rem;height:4.1875rem;top:31.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxWOC5zhXfJbnrl9U6kaCGZpT9Gwvbwq { width:39.375rem;height:;top:29.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOyJzZ8ccdQLeve4lazona9XtmWgFgXa { width:39.375rem;height:4.1875rem;top:39.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1cxQZSMQq0HU2ICHkvRbW6LB3t2krhZ { width:39.375rem;height:;top:37.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMPQli65ATuAphu1v6NBT6uzH2b0Lw0c { width:39.375rem;height:5.625rem;top:47.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CInDuxUsdM6i20OfWuVdkGDwXeJ9P764 { width:39.375rem;height:;top:45.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6PpTev5VAywg9qgE8LyPmWIT7m5iSw { width:39.375rem;height:4.1875rem;top:57.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHiIq6V1VfKXrvSQkhXsJBztWDxlia5q { width:39.375rem;height:;top:55.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTSPSS5vhhxPL5ZGe1kHkXE7MD7agKQh { width:39.375rem;height:1.375rem;top:66.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD8HcEHEE3ZIRtAgpeMhkHQSGfymDNSB { width:39.375rem;height:;top:63.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVbHM7ASlw598BctS3T0VfWNQHW1lvuS { display:block; }#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEu2eg55nG4Ru4TE92g7TuciGomuKyI5 { width:37.25rem;height:5.8125rem;top:4.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUUrtAQzSLJa57UuT4zH2AOTK813tPv6 { width:9.25rem;height:9.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO3CP5WvXoVkNAm7SUkC4SOn5J9SzVKz { width:36rem;height:2.8125rem;top:14.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHiJhTRh5kgSVnBV88wiFf01kb4xpigO { width:26.875rem;height:1.625rem;top:12.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT9FTqxmy6dt1BAsrrWr0BbFnzGOUxb9 { width:36rem;height:4.1875rem;top:21.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub75eBV01dOKid8ZURqlygTAg9qQmTzm { width:26.875rem;height:1.625rem;top:19.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M { width:23.125rem;height:84.875rem;top:2.375rem;left:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA { width:23.125rem;height:23.125rem;top:2.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDTUnkWcvEK655NvN5zyEMuS7T8rS1U7 { width:23.125rem;height:23.125rem;top:4.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF1eCeqLnoNGaO1Qf6gFF3lIeTAqoeUf { width:47.5rem;height:;top:26.75rem;left:0rem;font-size:0.9375rem;display:block; }#UF1eCeqLnoNGaO1Qf6gFF3lIeTAqoeUf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #JLTUyv9TqweGPHJ1E5C3SppkIU18O7hr { width:12.4375rem;height:2.875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtzruQrnZnCyqTWnhaaRI9QzyI79yh6z { display:block; }
 }@media only screen and (max-width: 763px) { #SETId22iQoxrkwzIT98BQcRiCRJs2zGy { display:block; }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdxZd7TFxZiDbKFO92DOVPZ9mwzldE9T { width:7.5rem;height:2.875rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIefk4mPrn5gfOEqqndPzHhimb56IyPq { display:block; }
 }@media only screen and (max-width: 763px) { #CbWz8sxaVMXyq9NQc38Sy41TTCS4rg5A { width:26.875rem;height:1.625rem;top:14.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDFqp8beRHmON1PlbPlKq7xa8AJRbirH { width:47.75rem;height:4.8125rem;top:17.3125rem;left:0rem;font-size:0.9375rem;display:block; }#zDFqp8beRHmON1PlbPlKq7xa8AJRbirH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #oTJwJkTyMxNWKqc111pgbe7dsGrRoK4H { width:26.875rem;height:1.625rem;top:23.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbx31ZKwdi8AG4933kmedLEzzrdV4t6f { width:47.75rem;height:4.8125rem;top:26.3125rem;left:0rem;font-size:0.9375rem;display:block; }#Jbx31ZKwdi8AG4933kmedLEzzrdV4t6f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #zTKVFuBDxETTSDfRV1aLqMJImRpfpHae { width:32.5rem;height:1.625rem;top:32.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0tl0mx6JO02EyT67roTa6pqm69H9D03 { width:40.125rem;height:7rem;top:35rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGoq24nyrbZ4LAHxTLZSi7INtrxTM73i { width:43.5rem;height:1.6875rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHkaDzg745FgMfZHnCqsTnA5d1g5L1qR { width:45.25rem;height:2.8125rem;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX3grGm5O12kWGGKvfMh1dXcySqJqyGF { width:45.25rem;height:1.375rem;top:12rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkfO656KxglXA9RhZkH5i2iQDzmKmXfX { width:43.5rem;height:;top:9.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz { display:block; }#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWTvRwQoAAQ6F6ETCXsnyCpRJ91TbB3K { width:37.25rem;height:8.75rem;top:4.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UefT5d2tDbFvuyTpTFgxTl2bQxvppo2M { width:9.25rem;height:9.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld { width:23.125rem;height:30.375rem;top:5.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSo3V9bx15rHRJ2puhilLNh3on8ORzdc { width:36rem;height:4.1875rem;top:42.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtAGk1i7k0lNHzhUFyll66NG3PuolIQm { width:36.25rem;height:1.625rem;top:40.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF { width:23.125rem;height:84.875rem;top:2.375rem;left:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3ce71vn7cJEwqJmT4gqApGvyt3MM0Bb { width:23.125rem;height:23.125rem;top:14.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKPN898oSKoxTfiaxnb6ommVTJ3ZKzGb { width:12.4375rem;height:2.875rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGyQVgMQc51UP8PRVOvr4gtKlQACqKvT { display:block; }
 }@media only screen and (max-width: 763px) { #bdG8NSx7sVaOxFNHDbhfdgF3TpOWPO4F { width:26.875rem;height:1.625rem;top:48.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28exWchzngcKzh9GtZzwdk9UMg3pCkH { width:36.4375rem;height:8.4375rem;top:50.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeyBT7HcWOaNFumzfnnvNtHR6MowLHGH { width:36.3125rem;height:;top:15.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf1UoM41sRb8mW0HVWa9z6y3z5GSdOnI { width:36rem;height:5.625rem;top:20.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeCR9wvAKtI47S0VcPOTwFlqXkeEqTxb { width:36rem;height:7rem;top:32.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMGyirOXW2xlRv9W2oNLU6IVsJdvgGtX { width:36.3125rem;height:;top:27.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq { display:block; }#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbFOs6u6Iq74GgwV20Ow1mie1wrB8gH0 { width:26.875rem;height:1.625rem;top:39.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9GByemAsFC6AoIm6hfv0KZeyVK9qCQH { width:39.375rem;height:7rem;top:41.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqpcXZPvFAW3zoUER3sR6veuIQiSiCEs { width:26.875rem;height:1.625rem;top:50.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUIxFFSzw0hynTT0QKzb9mBLt6vMuWHf { width:39.375rem;height:8.4375rem;top:52.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB2ouJ2WRdyiDAAa1cnxKw7sAQK2di30 { width:39.375rem;height:2.8125rem;top:62.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCCrakJhza6dKgcGHOPuHLztA2kfc0HI { width:7.5rem;height:2.875rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5tCMRZPx8gah11hQJZmvzSwKDc0pNsF { display:block; }
 }@media only screen and (max-width: 763px) { #tX638GcBozKIFOzi5zvTXF7aAeku62nc { width:26.9375rem;height:;top:2.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9OpRMtdLDvLb9cmxTQFWMhVkuxUV1zC { width:39.375rem;height:5.625rem;top:4.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A44C963AEmAHvVaEX0IRRn6U0EeDQxvX { width:39.375rem;height:5.625rem;top:18.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIemJJ2gP530qi6PtLuFrc7cTeepi4pk { width:39.5rem;height:5.0625rem;top:12.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7gSapBTI83WtZQq0f4BNzm2EsoDXg6m { width:39.375rem;height:5.625rem;top:27.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUWsXGg1vGz6gJ7BraB4fCGRf0PFZMEK { width:39.5rem;height:;top:25.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BohgTxWBDOQlJNNV8DpTa62163gU1XUI { width:39.5rem;height:;top:34.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 { display:block; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXDmZok37X62Pot4bXGTiSBPVEb4DRWo { display:block; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUdhm9QrRlHPulLkqQPOgiHzKR3sQ0ap { width:31rem;height:3.5625rem;top:7.25rem;left:8.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTAWGWveJbprgR8l8GlZLxnXaZLFk2U { width:10rem;height:5.75rem;top:4.9375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOkmQ30C5Mz1sCC3kwHHDqAaCJ1M44oH { width:42.5625rem;height:4.75rem;top:12.125rem;left:2.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkCNF8sr1Nt9gTXUnrxrOxiwKC5471JW { width:43.25rem;height:2.25rem;top:18.625rem;left:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM9Axkknm70622V5duIrSzl0xz7XbnHS { display:block; }#GM9Axkknm70622V5duIrSzl0xz7XbnHS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJBSe1s5LFboTwhMkH32krn2iTbmthuJ { width:31rem;height:;top:3.1875rem;left:8.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqfcgKibr8qQ7hMs41rvTdUCCzmUslzA { width:9.8125rem;height:5.875rem;top:1.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ { display:block; }#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDX1CpZl1wVu3mpT4DJfQkr4mriTN3Nv { width:42.5625rem;height:3.1875rem;top:1.125rem;left:2.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zucftMFTnSX8PvvRoHNeLdpPVbilOy0q { display:block; }#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhbXhy74oAyeNRwaTvXUWpcZ6OxOFk7w { width:12.5rem;height:2.875rem;top:23.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igWCJns6P1Bpro4lGO8sgm7wprJnT13V { display:block; }
 }@media only screen and (max-width: 763px) { #VvRVlTbzAIVCfwFBwFzqgrzcuGpehnO8 { width:1.625rem;height:1.375rem;top:24.0625rem;left:27.625rem;display:block; }
#VvRVlTbzAIVCfwFBwFzqgrzcuGpehnO8 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #FTEQrOw5GnQv3Jp697TCiXqRAK1zbWTA { width:31.9375rem;height:22.1875rem;top:0rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ { display:block; }#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChlE07WfIRvwRm6myGwyayViV1x05dTf { width:16.8125rem;height:1.4375rem;top:2.5625rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs4IGhTHdN1L0amP5plFvD6GdPT65wcd { width:8.3125rem;height:3.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0.2);background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#29858c;background-image:none;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 { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4XFagsOTtzpQ9TLCurz37hNeJ6HhHHu { width:9.5625rem;height:4.375rem;top:1.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHFDcguItOtTAlqCt0rir64lmEkHW952 { width:12.1875rem;height:4.798825rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCwF9SlH0nWVpGUMT3xnPy4p9eMdtIOV { width:20rem;height:10.411125rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1KVlWCIk8ttJuiO8TG8ua1CXVspgWM3 { width:9.375rem;height:3.375rem;top:38.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJcM0ChENykW3aZMsgCF5lF75eO5095C { display:block; }
 }@media only screen and (max-width: 763px) { #rzRIPlxFv4UrV4ZmDtq0xSUdJFLDZJmq { width:5.375rem;height:2.875rem;top:50.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top:0.125rem solid rgba(255,255,255,0.7);border-left:0.125rem solid rgba(255,255,255,0.7);border-right:0.125rem solid rgba(255,255,255,0.7);border-bottom:0.125rem solid rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #s0W9TbhuC4l5Ea6f2xPICxA8KzTTobb3 { display:block; }
 }@media only screen and (max-width: 763px) { #ymvqfGmPw4l7E7FcdhDsipzqSUf8THPD { width:6.9375rem;height:2.875rem;top:50.1875rem;left:5.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top:0.125rem solid rgba(255,255,255,0.7);border-left:0.125rem solid rgba(255,255,255,0.7);border-right:0.125rem solid rgba(255,255,255,0.7);border-bottom:0.125rem solid rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #vdszEEPwUpCMPAvLeL7loAiHe0trqLSB { display:block; }
 }@media only screen and (max-width: 763px) { #QMQNiXEFb1TlR119FTa4cWIJvMbbup5I { width:6.5625rem;height:2.875rem;top:50.1875rem;left:13.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top:0.125rem solid rgba(255,255,255,0.7);border-left:0.125rem solid rgba(255,255,255,0.7);border-right:0.125rem solid rgba(255,255,255,0.7);border-bottom:0.125rem solid rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #SlGTMoD3KAspe5wdr0w81aBD97wJbynq { display:block; }
 }@media only screen and (max-width: 763px) { #xdqcT8PA937mlN7bWiRuJUyOiAq0SRQ5 { width:7.1875rem;height:2.875rem;top:53.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top:0.125rem solid rgba(255,255,255,0.7);border-left:0.125rem solid rgba(255,255,255,0.7);border-right:0.125rem solid rgba(255,255,255,0.7);border-bottom:0.125rem solid rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #Ig49QFRvQHrAlQ6LqfacZLqUsOELSuT7 { display:block; }
 }@media only screen and (max-width: 763px) { #U0XFuvgdfdbsCdsWTN3THPVNMOCp89dJ { width:6.1875rem;height:2.875rem;top:53.875rem;left:7.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top:0.125rem solid rgba(255,255,255,0.7);border-left:0.125rem solid rgba(255,255,255,0.7);border-right:0.125rem solid rgba(255,255,255,0.7);border-bottom:0.125rem solid rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #nbdcAOQoqq6vg1zyoE3uiAQvhdsAMNBN { display:block; }
 }@media only screen and (max-width: 763px) { #lidkyzH7cnOZgfTTJABTQuZHf4VAcWkT { top:23.875rem;left:1rem;width:18rem;height:24.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LMnXdJqM32dEo4WD6Ks0GKbWForacAyl { top:29.25rem;left:0rem;width:6.875rem;height:6.875rem;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7ba57a1e-daac-4ff2-89ea-cdf3c748ce30/foto32.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }#LMnXdJqM32dEo4WD6Ks0GKbWForacAyl.adaptive-delivery-prevent-bg, #LMnXdJqM32dEo4WD6Ks0GKbWForacAyl.lazyload, #LMnXdJqM32dEo4WD6Ks0GKbWForacAyl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eAMNti2VFFis5PJsBLvWVMNGV3iO3E4J { width:5.5rem;height:2.875rem;top:53.875rem;left:14.5rem;font-size:0.875rem;text-align:center;text-align-last:center;border-top:0.125rem solid rgba(255,255,255,0.7);border-left:0.125rem solid rgba(255,255,255,0.7);border-right:0.125rem solid rgba(255,255,255,0.7);border-bottom:0.125rem solid rgba(255,255,255,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #uMsxKJLcNzDIzf1uFW1ZBIktgmLSuwZe { display:block; }
 }@media only screen and (max-width: 763px) { #M9pP55bRHMzOPKFlaagtobp6It3LlCZl { display:block; }#M9pP55bRHMzOPKFlaagtobp6It3LlCZl > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHWl4uNS9G0OP9vW1TscEeXzuWEsTK2U { width:20rem;height:2.6001rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHIcAHyIp0O1Jcw91KyOsP0MpMTTJqzA { width:5.9375rem;height:4.5625rem;top:1.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl { display:block; }#fZx79pKLk5D6b4RXxdTSD9wdfKG9lCWl > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2oDXP0NnmPW2QvK289hNHQpPkrePOqh { width:19rem;height:2.875rem;top:1.25rem;left:0.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jbgxwd7LrhWDEW1Rw167GzkHzQTMssf6 { display:block; }
 }@media only screen and (max-width: 763px) { #XuMVVwAXDzG8qbQsLkTnTAxRL287bpEE { width:16.75rem;height:2.875rem;top:5.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAItA6NHyLICGow00knF6ut1yB4EBKAZ { display:block; }
 }@media only screen and (max-width: 763px) { #JmVKfRKK14zDst0JbUbXgZbdwkortk9B { width:16.75rem;height:2.875rem;top:9.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FON6RsFkZkPhqGzMvmRHdMLDqaTT920q { display:block; }
 }@media only screen and (max-width: 763px) { #aC4EogzKhSf85fyapLJ2Uh2GvOLuM1lN { width:18.875rem;height:2.875rem;top:17.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RA8TOWlVi8T8WBZBQs1np3LpRz1Ch555 { display:block; }
 }@media only screen and (max-width: 763px) { #ED0aPUt3VbTHHxmGggkTx0HzEEl4sga4 { width:16.75rem;height:2.875rem;top:20.9375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSDEmOR44ES86CBzHdqMlsRN7D9kPu3n { display:block; }
 }@media only screen and (max-width: 763px) { #qAw6gDukbkMWWJezJ2g4s15349cVlpXE { width:16.75rem;height:2.875rem;top:24.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDZdicsyUrA3tbViSCltQ5NI4I2auDSO { display:block; }
 }@media only screen and (max-width: 763px) { #HvxHm36R2fFdLlsh9uF9VzgUcgn7I6qU { width:19rem;height:2.875rem;top:27.3125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzB8eQ1lrbigOp0gJb1LfsTkCvC1Pc1K { display:block; }
 }@media only screen and (max-width: 763px) { #U8tl3H5eM8FvFkz57sJOPConpDber8ie { width:19rem;height:2.875rem;top:31.5rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHd2p4gQNTlhdBaGTBdAnRZtZN1zaqid { display:block; }
 }@media only screen and (max-width: 763px) { #TtD4ziGZEAyTnDOKTmdWm4qcDUMBWyUz { width:16.75rem;height:3.5625rem;top:1.375rem;left:1.625rem;font-size:1rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gTxG0lAh77fcuDSAASxV61tNET9qQrBf { display:block; }
 }@media only screen and (max-width: 763px) { #FW3pTCKcBJcHrTOiTdkUuNRr0k53TxX9 { width:16.75rem;height:3.5625rem;top:13.3125rem;left:1.625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #LwPgd8OT2sXvAeSpDwTUHJZUntNmudPS { display:block; }
 }@media only screen and (max-width: 763px) { #fm5cTyr3R6dAVPxTOV1N92yrx185TSfE { width:16.75rem;height:3.5625rem;top:12.5625rem;left:1.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #chQgTlI5L4TzBdkgDbMQDoqTNyuSANN6 { display:block; }
 }@media only screen and (max-width: 763px) { #diepmis76fMoqJfrlzRgZ44aSbP8TlTe { width:16.75rem;height:3.5625rem;top:16.75rem;left:1.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #y2HLkCMlboVU5DZEEJqZwVsg7pO49fhl { display:block; }
 }@media only screen and (max-width: 763px) { #mHEFWWkTh055uzG9ITS8EzFscnQUN1LS { width:16.75rem;height:3.5625rem;top:28rem;left:1.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vI4CZENlxWLVukbLrvi7ZHFbmHv3APcI { display:block; }
 }@media only screen and (max-width: 763px) { #Tlmi4p5uEoAVIDq06b7wK6hrEltKPldx { width:16.75rem;height:3.5625rem;top:32.1875rem;left:1.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VGtJfEkBTSpRLv5Jesnkw2FfyadwBU03 { display:block; }
 }@media only screen and (max-width: 763px) { #KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ { display:block; }#KKv3sVS1veTGSaTUJ0TRzwC8suAfkaQZ > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6voO5fP3DWUHVeLhrNTUc3BKTA09dt6 { width:18.375rem;height:5.84765625rem;top:17.75rem;left:1.28125rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AGytkq99Z765p7o1IT7HuzQi0ZcOzTew { width:18.5625rem;height:54.84375rem;top:26.062377929688rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g9iZwMz8CE59LSsmhiDViWaS1SpDDLvU { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv34oh5T6ImFwiMQxEAX04FtK3AsbZge { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdZoOadnnT7oFcQIg0GkSnAE6oG0h0XX { width:12.4375rem;height:2.625rem;top:82.62451171875rem;left:1.2811279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn4EhKF3abXULLoMDrkPRs7ohlq2d3cd { display:block; }
 }@media only screen and (max-width: 763px) { #in3eOovA3b7D021QDzVo2VP61GEGpC2D { width:13.4375rem;height:17.3125rem;top:0rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqX9ACGAHZTdqosF7ir7545l4mOMAEJK { width:15.5rem;height:15.5rem;top:0.1875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk { display:block; }#ARHH1llTDnDtxzpPtmF9IPG4XsyzufIk > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTh7TxfoBi2wHUl0dCC5SDo4bLf9HBeK { width:14.6875rem;height:3.8984375rem;top:18.30078125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPIKOQda27Z3p3QU9T0T6aAyiO8xmq7a { width:18.0625rem;height:11.25rem;top:23.63671875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaCmHq2N1391rqnaTbdm5SOD8HUbAGA4 { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8X2d35KJ9bJXHq6unpgiyfbZLkrGFnF { width:17.5rem;height:35.3125rem;top:37.515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlkdTpT5qTcRphEcbcixUXAwQJkXWibm { width:12.4375rem;height:2.875rem;top:74.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFboJHOGPQLQqLDHaTHgtgCTXioQzeaX { display:block; }
 }@media only screen and (max-width: 763px) { #flnEBHWyZt5hu3wMhrA5p1OztKRDgWLd { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUuXGpGRke7SMiWaEVns1U4mCzeRGDp9 { width:15.5rem;height:31.21875rem;top:40.0625rem;left:2.1875rem;font-size:0.9375rem;display:block; }#cUuXGpGRke7SMiWaEVns1U4mCzeRGDp9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #UGliLtCLEh5VEJmEaqVEgITcCHrLpS3F { width:15.5rem;height:15.5rem;top:0rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu { display:block; }#o6OlTvibNrQsXIPqzm72PHbt7SMdWiPu > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpRPAAs2ZavTrROs99izMeThs0V5zyx7 { width:14.25rem;height:3.8984375rem;top:18.19921875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTakntvWcdhTEL94T0Sb1gyb2HCUq8TQ { width:18.0625rem;height:21.09375rem;top:25.285034179688rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdWeUhKId919mcdw4bHsEJIVgTg02FTT { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw4QLZLU0AiIAPPvF7X8Ln0JJRvA51zH { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwZDpBFrlqUemKUkMoM8r9QuEbJQEkOP { width:12.4375rem;height:2.625rem;top:81.129150390625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEMkmDzyvePSaafXXqX0fex1gmy8BIkH { display:block; }
 }@media only screen and (max-width: 763px) { #naQsF2Sekob1FCQoPTiUXx5erMi0IMJC { width:14.875rem;height:3.375rem;top:50.187377929688rem;left:2.1875rem;font-size:1.125rem;font-weight:700;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #UL2XXC0MGAsFGU76eikN1NXKIBNAGsPU { width:15.5625rem;height:8.4375rem;top:54.312133789062rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrBZOWRlpDJ9noWiBHMs3fgobFa8qlRi { width:15.25rem;height:13.125rem;top:63.87451171875rem;left:2.1875rem;font-size:0.9375rem;display:block; }#wrBZOWRlpDJ9noWiBHMs3fgobFa8qlRi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #KWQsplPUewg7TSpruKsgzSBE9OKdk0gl { width:17.5rem;height:31.125rem;top:48.191528320312rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrBex7RIg2IRM4faeawDHxdMT9UezUv4 { width:15.5rem;height:15.5rem;top:0rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q { display:block; }#VDOKwH6GTG2WMugXMtH1A0yQ42XRfm6q > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwWAMxOQRzVfGVeW8NTNrhdNIxFHTmqs { width:13.5625rem;height:5.84765625rem;top:18.19921875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRiDoBJ0TBJrag53CPqaKdetnh9A7mlM { width:18.0625rem;height:28.125rem;top:25.9375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ADZhd8mfQOTH0UtcN1T32v6wFcxeWd { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2KvWkrbOfBPtdE2GJEP808dhD4lo7A5 { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWGzP10yT0lG8msOvfV8xM2zZk0Aovrk { width:12.4375rem;height:2.625rem;top:55.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF3TKwwhOpt93SC9TDmRrlRgILoINusv { display:block; }
 }@media only screen and (max-width: 763px) { #qFLnerOzBKRCdL7akbmAA9V5z8p475vs { width:15.5rem;height:15.5rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd { display:block; }#qJtqsTp9vamXgmV8mGNTgAqfwk2BMmWd > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E09SvX7fLMJzTIHPm5uVFQSQNTyaCyyp { width:16.9375rem;height:5.84765625rem;top:18.19921875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwbNvKfPHQVGZZctDnJ2yhFBMCBTJ99w { width:18.0625rem;height:45rem;top:25.28515625rem;left:1.25rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #UfUmImnptRVQMoV6FAFsmGA45cDTXZbD { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFshWgHL6g8sH2lRhlgMhfMMUhn5zp8n { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHJNTOsfCJpHq31MvcdTOekTJFR63i5p { width:15.5rem;height:15.5rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV { display:block; }#ys8P9HJxi7Xu9QFtBrmTFws534i9rZtV > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4iKV6E4SSXDTyx6gysS9hVvEtg74uTN { width:14.25rem;height:3.8984375rem;top:18.19921875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLrDwbbxq3xwqcsCkJNaVoNvoSI2TfF8 { width:18.0625rem;height:12.65625rem;top:25.910034179688rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyS7HMWrQwMxaTXAQMUaKdMQvoRXTdp { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaaO8BnzJqhdhe0U0JKA8noRbULxsuv5 { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgg0kt0CcTvDqpIpWPTbnz4CcBfx6VdQ { width:12.4375rem;height:2.625rem;top:40.128784179688rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df56LtvvdTRcaZxN44pvVhMvKeCIkbQz { display:block; }
 }@media only screen and (max-width: 763px) { #TvtxypaVSdZI0pG7aCcaJO1WWKmXXoHo { width:15.5rem;height:15.5rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTsKVmNkar6C9WQwizOyBxQz1OrMTvph { display:block; }#iTsKVmNkar6C9WQwizOyBxQz1OrMTvph > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frsIWu35OxIOP4RHwu5PohFqUK84TcZB { width:14.25rem;height:3.8984375rem;top:18.19921875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH16b7M2C8bmniD5IbGTk638tqMUKSkz { width:18.0625rem;height:18.28125rem;top:25.285034179688rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GScoOkZ7HPqFEtMAB4vrkKt0Pb3JVew8 { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7OaAyg4LqGU9QJOuoqOgDBAbNulpRLF { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssalGrt6h0zkXlI8fZJK7QyxZc0p6Z7F { width:15.5rem;height:15.5rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO0HQUnzH77zupN2kkm8fBZygwe6UA2w { display:block; }#pO0HQUnzH77zupN2kkm8fBZygwe6UA2w > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMWA6Wb2DoUVWDexalEnftbQPGJSTS5Z { width:18.625rem;height:7.796875rem;top:18.19921875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQCpK9sXToaBUT93dzXqoIIvW8qgWmT3 { width:18.0625rem;height:22.5rem;top:27.59765625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1VEpCZhsvZMgv8e8C5LV9abQvio6F59 { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOQffPl2tuT6yxgRuxBU3Cxa9fc78Z3U { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DscaR0WntNxrDZ9x5PnlMymZpb6TvOEt { width:15.5rem;height:15.5rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw { display:block; }#VJTAEA3vkn8CkdSAiEcuteRqxq51KWkw > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xstd0TUmrQpq01myq75hdihSwZPKS22d { width:17.5625rem;height:5.84765625rem;top:18.19921875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVb2mJByh6weGfSBadJlTbiSPmuwWLh { width:18.0625rem;height:14.0625rem;top:25.84716796875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiwTa1QSJPfoehX6LdJpzc8HkGfv82sw { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUFC64AHepP3uZPeNQHzTKGTKmmLIyO0 { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c92CaZOOW3eUMZDX2QySg8Egsay8Jv4p { width:15.5rem;height:15.5rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ { display:block; }#JTZBzgErJBAG3oKm5JBAuFLOJMrBiycQ > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL { display:block; }#gUcoCUT8Bf2wka2TUbnpbc3z13EoyHOL > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwzCAv6m2QsTNRUEEArZRiptfo06as9i { width:20rem;height:2.6001rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHvyBXbq0FezkMEXfmnhQq2bm6IETibr { width:7.625rem;height:4.625rem;top:1.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq { display:block; }#ZuXrLdec8buX0x7dIaE0puC4rN5gX2Iq > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwQs032QJuBnfTsvsa6WhNboQNAQCB1d { width:20rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOsxgr8cGDLTJBMTX5nCGXzDv5IxPOgB { width:20rem;height:5rem;top:0rem;left:0rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ut4unuuDAOl4aXKVtwmlm9CMgqELiTmI { display:block; }
 }@media only screen and (max-width: 763px) { #q4xIicfgJLS6lvh2xGWtaVXiAD8WXT9w { width:20rem;height:5rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3ILUVAcS3Lx1PNVm6BGe8OyboLIVWTC { width:20rem;height:5rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3fwrTdsmg6cm3Da3Mh7RMGfuyJ5UXxA { width:20rem;height:5rem;top:11.3125rem;left:0rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nwtrH2reG287EqHbIZTOcN5ov3dc2HVI { display:block; }
 }@media only screen and (max-width: 763px) { #VUFBAP0rMOkZk5gZxSPs0wop7tTEnUfD { width:20rem;height:5rem;top:16.9375rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5acb24b2-9194-4069-bfeb-965b60f7bcdd/8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VUFBAP0rMOkZk5gZxSPs0wop7tTEnUfD.adaptive-delivery-prevent-bg, #VUFBAP0rMOkZk5gZxSPs0wop7tTEnUfD.lazyload, #VUFBAP0rMOkZk5gZxSPs0wop7tTEnUfD.lazyloading { background-image: none; }
#VUFBAP0rMOkZk5gZxSPs0wop7tTEnUfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); } }@media only screen and (max-width: 763px) { #nH3TlsIT6e4MHy59czVqnS74RhGz0RN3 { width:20rem;height:5rem;top:16.9375rem;left:0rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mww5WMg8TuwA6kQcXaolfHhMQCJcApxI { display:block; }
 }@media only screen and (max-width: 763px) { #zkQSwXTvey33T31xgMZTSCxzRiwZLwWz { width:20rem;height:5rem;top:22.625rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e87d89b6-85e0-408f-be6c-721f65f6dd70/Beznazwy114.crop_2917x1686_0,312.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zkQSwXTvey33T31xgMZTSCxzRiwZLwWz.adaptive-delivery-prevent-bg, #zkQSwXTvey33T31xgMZTSCxzRiwZLwWz.lazyload, #zkQSwXTvey33T31xgMZTSCxzRiwZLwWz.lazyloading { background-image: none; }
#zkQSwXTvey33T31xgMZTSCxzRiwZLwWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); } }@media only screen and (max-width: 763px) { #AGBOWWAc7deezJT7rQKw75N065huWENp { width:20rem;height:5rem;top:22.625rem;left:0rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DbI0E2kdZdR8IHQlh28HiktXeNTDNm5X { display:block; }
 }@media only screen and (max-width: 763px) { #uyRtCnbvZaOKIosVZhbOGsyJ1yImL7zk { width:20rem;height:5rem;top:5.6875rem;left:0rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RiaR4s351QGNJQkFbM7ZwA6x5LR6X4fg { display:block; }
 }@media only screen and (max-width: 763px) { #sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni { display:block; }#sJCNPm1A3MZZTuG4OGIbO34oLKnk2hni > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sM9THe9pAkMvgidNqc2dHrbTFmxklUu3 { width:17.125rem;height:5.84765625rem;top:18.19921875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTNSm6ALhIwOLucH08iOAvh7VDnsF2Jk { width:18.0625rem;height:21.09375rem;top:25.34765625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGwrNwlZXhFBC8vFDUpH5WxKg2nTu8pm { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyo1gynEw88McSW1ai58OngxI27p13tr { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c1d59273-518c-4cfc-bf5e-ef14c5f51890/photo1.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#Eyo1gynEw88McSW1ai58OngxI27p13tr.adaptive-delivery-prevent-bg, #Eyo1gynEw88McSW1ai58OngxI27p13tr.lazyload, #Eyo1gynEw88McSW1ai58OngxI27p13tr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rHo7uHbNsDoV8PlCDPmQzrSxHrFCSwyy { width:17.25rem;height:1.6875rem;top:49.6875rem;left:2.1875rem;font-size:1.125rem;font-weight:700;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #fmxnPPT3yrCDxymgDh7oEJgOMmdUV8dC { width:15.25rem;height:13.28125rem;top:52.1875rem;left:2.1875rem;font-size:0.9375rem;display:block; }#fmxnPPT3yrCDxymgDh7oEJgOMmdUV8dC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #NrdOnFMfkZkAiklE92M5zMPR42xd22Ry { width:18.375rem;height:19.5625rem;top:47.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGk578k0lqFzJMEoJaLgZMObirdEQTM { width:10.25rem;height:10.625rem;top:0rem;left:5.0942095588235rem;display:block; }
 }@media only screen and (max-width: 763px) { #GonI3JlUkeR5bq9wvclRJvX9oTPtKn1p { width:15.5rem;height:15.5rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 { display:block; }#CLm8VnetaXmt5O7QOC7Q4TbpCayrM5p4 > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUzNUDNMqQphhRZtXqH5kM8kuZcz8FKr { width:17.125rem;height:3.8984375rem;top:18.261352539062rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbIatVRuysb3dEQHANTMsRBkwbFydczM { width:18.0625rem;height:19.6875rem;top:25.59326171875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOhpuXeVn9qmMShIxTc1H8ZDXZTnbflw { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeMNgiVIM6JhPNqp2O916dnUtcyS50Wy { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/72800de7-edc2-4170-8607-230d4a604f15/photo2.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#QeMNgiVIM6JhPNqp2O916dnUtcyS50Wy.adaptive-delivery-prevent-bg, #QeMNgiVIM6JhPNqp2O916dnUtcyS50Wy.lazyload, #QeMNgiVIM6JhPNqp2O916dnUtcyS50Wy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QNswHsSuGATX1mST5FyM36lxyKlRuTyG { width:17.25rem;height:1.6875rem;top:48.75rem;left:2.1246337890625rem;font-size:1.125rem;font-weight:700;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #HgQMTf5Pe7ospHDqHFbD2n8HQl6KiJaX { width:15.25rem;height:13.90625rem;top:51.25rem;left:2.1246337890625rem;font-size:0.9375rem;display:block; }#HgQMTf5Pe7ospHDqHFbD2n8HQl6KiJaX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #TyoSQ2rkhW88NlN68zo0uW71ztytqR51 { width:18.375rem;height:20.25rem;top:46.875rem;left:1.1871337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5CRpP9g7TvAhE0SQ0dQgOWwIC86FpAp { width:10.25rem;height:10.625rem;top:0rem;left:5.0942095588235rem;display:none; }
 }@media only screen and (max-width: 763px) { #IurcU27Xua4CrihMt57DeEeqdsm5cZ2l { width:15.5rem;height:15.5rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai { display:block; }#ttn6X1AVcTo2qRZE1WkgbH5qvOCUT1Ai > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaooFeGLCAMqCRNgIwZeQEkX6Egv1pIe { width:17.125rem;height:5.84765625rem;top:18.19921875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyxFJM2PTG5fH1Br9g8U0foli5sDnx8P { width:18.0625rem;height:22.5rem;top:25.34765625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVdqTlfdcU7Q7lm6BQPEqKpd5TeCFri5 { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb2uxUmLzzoKaGJXTyxTUQTfy4z4J51o { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d0b6c6fd-e01a-4657-94f1-7eca056bd9d3/panele_biedronka_sko_rzewo_1.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#pb2uxUmLzzoKaGJXTyxTUQTfy4z4J51o.adaptive-delivery-prevent-bg, #pb2uxUmLzzoKaGJXTyxTUQTfy4z4J51o.lazyload, #pb2uxUmLzzoKaGJXTyxTUQTfy4z4J51o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FRZ16GB2TihN7axaMVDhtT9Ems7Bm7fx { width:17.25rem;height:1.6875rem;top:51.25rem;left:1.875rem;font-size:1.125rem;font-weight:700;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #T6L55ynVcATDcrfauXzed620hvM5bEhD { width:15.25rem;height:7.96875rem;top:53.75rem;left:1.875rem;font-size:0.9375rem;display:block; }#T6L55ynVcATDcrfauXzed620hvM5bEhD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #IZKF8IDJVDI3hhxGkB1RIdUKoOnWvDS8 { width:18.375rem;height:14.5625rem;top:49.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqCooXDmcGPZ0lkcSxRPn1Jlm8d9qu4H { width:10.25rem;height:10.625rem;top:0rem;left:5.0942095588235rem;display:none; }
 }@media only screen and (max-width: 763px) { #helCf08h2mrl0c5R6ssLNfABZT9EWJK4 { width:15.5rem;height:15.5rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg { display:block; }#ZmnIqqa0N9DbkcPMCcXpkUoHaty9voxg > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeLQzU9Uz54xLML2bmdJl9hAUSHgGVD7 { width:17.125rem;height:3.8984375rem;top:18.19921875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGfl7z2w99PsbbHdT0t6N8MHvHDFlWSU { width:18.0625rem;height:12.65625rem;top:25.34765625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN7hL7r5zry8lTyQhmW9h287nVoq6OHy { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlASa1JypcTpeFXm7HJNPEl1yfVw4Gg1 { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5acb24b2-9194-4069-bfeb-965b60f7bcdd/8.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#zlASa1JypcTpeFXm7HJNPEl1yfVw4Gg1.adaptive-delivery-prevent-bg, #zlASa1JypcTpeFXm7HJNPEl1yfVw4Gg1.lazyload, #zlASa1JypcTpeFXm7HJNPEl1yfVw4Gg1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hLTNt3fsU9KUMQoR3cFz9M6qLvRq6AEN { width:17.25rem;height:1.6875rem;top:41.4375rem;left:2.1875rem;font-size:1.125rem;font-weight:700;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #sTSNWp46dP8GXGkHE56zWHGwBWlGJ4ta { width:15.25rem;height:11.875rem;top:43.9375rem;left:2.1875rem;font-size:0.9375rem;display:block; }#sTSNWp46dP8GXGkHE56zWHGwBWlGJ4ta li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #VgKAHTMt0zvAr7rf5P85y1LQFHbss0o9 { width:18.375rem;height:18.5625rem;top:39.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV1iNJ8HTCIShTaEwi4mlPrQdwTCNip1 { width:10.25rem;height:10.625rem;top:0rem;left:5.0942095588235rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLrUiissTa2rKqsOuZAay24lLx9gEBru { width:15.5rem;height:15.5rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbqxVhede2L699U6I7vlisIRZsUXeTlR { display:block; }#BbqxVhede2L699U6I7vlisIRZsUXeTlR > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trOLI6uyqVTaF3TX4oWu99RtwH4ipeiv { width:17.125rem;height:3.8984375rem;top:18.19921875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2SU6GF9n02ISKFcXZHr4Bcr0BuiLAVe { width:18.0625rem;height:28.125rem;top:25.562133789062rem;left:1.25rem;font-size:0.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #J1cstKD7x0K1rMNTTulcpEB3o5PaRZOx { width:9.25rem;height:9.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBm7ZeKiTRsCrHk85hHedzNeMJTKZoi8 { width:15.5rem;height:15.5rem;top:0.9375rem;left:2.25rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e87d89b6-85e0-408f-be6c-721f65f6dd70/Beznazwy114.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#LBm7ZeKiTRsCrHk85hHedzNeMJTKZoi8.adaptive-delivery-prevent-bg, #LBm7ZeKiTRsCrHk85hHedzNeMJTKZoi8.lazyload, #LBm7ZeKiTRsCrHk85hHedzNeMJTKZoi8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TLFKIFc3lvD7UQZrWmoicdwiGnRDoV6z { width:10.25rem;height:10.625rem;top:0rem;left:5.0942095588235rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZ0g5KnP8xR2RlTz0W0d8SwdlBEy7FcT { width:15.5rem;height:15.5rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm63WvoPiX8GHq4m1KpP4Dv2TKeiE6hI { width:18.375rem;height:44.875rem;top:54.937133789062rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0zHtB1zXHqc8NipzBMXZoIGbAODEeJD { width:16.9375rem;height:38.75rem;top:59.124755859375rem;left:2.1875rem;font-size:0.9375rem;display:block; }#U0zHtB1zXHqc8NipzBMXZoIGbAODEeJD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #hkZvCH5Clqi77Jxc9xOnxTTNlhcW6LLs { width:17.1875rem;height:1.6875rem;top:56.624755859375rem;left:2.1875rem;font-size:1.125rem;font-weight:700;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #KvhBcXM8F39ZtIcoObomL3665Usb2cRS { display:block; }#KvhBcXM8F39ZtIcoObomL3665Usb2cRS > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGb1rg7Bk4X16WN3xE6gylARltoWSohl { width:20rem;height:2.6001rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4HpofC8iWNWWpIvstk54X1mVJsAgmgT { width:7.625rem;height:4.625rem;top:1.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz { display:block; }#KUaDfyFNnfUBtsewqcFXIzlZe7WdfLPz > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHJG5faln25oDg0WbmBp62oFHblaC41H { width:20rem;height:23.90625rem;top:0.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnAruLb9SCQocSeNHcHDCLRZ5PKn7z2p { display:none; }#gnAruLb9SCQocSeNHcHDCLRZ5PKn7z2p > .row .container { width:20rem;height:45.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NdkrTkM1IUnGKoaT2T5siDK3IFzgqtUR { width:5.75rem;height:5.75rem;top:24.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTKiAxyfPbBcQE1rqeJfIUxFfBe8ddy { width:3.8125rem;height:2.125rem;top:26.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KixMt3yCPGf0mAig7FKxOFWv8vG42zsh { width:5.75rem;height:5.75rem;top:24.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzSKzIbHWIlexWV6ghHDHtBw52lxvWVV { width:5.75rem;height:5.75rem;top:24.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToGSUcOBlRQlRCvT3KS97SC6O50OE3l { width:3.625rem;height:2.375rem;top:26.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLRHvleTRZmsVaZiLWtf4CB7QyKogRAz { width:5.75rem;height:5.75rem;top:24.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy4urlytLAo7pAc1MdytGbItu29RQdqe { width:5.75rem;height:5.75rem;top:24.375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKnAWc6RqkuRZRmsPE1S6uXT9aeiqpg8 { width:5.75rem;height:5.75rem;top:24.375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ2STl5xlywqEtfzFQbip3kcCSTHXqfs { width:2.625rem;height:3.125rem;top:25.6875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCEBsbDNdttRx9inn0dDB3mGgn7ft91D { width:5.75rem;height:5.75rem;top:31.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERmA6HxJM2T8cKtbdxhhdMeTrOnwtvQp { width:5.75rem;height:5.75rem;top:31.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cagFbPlNgwya1upGIXmnR6DBMMn136xk { width:2.875rem;height:3.375rem;top:32.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecrfe2rOtpwQgtBsppTXmDzpRr6HoDUb { width:5.75rem;height:5.75rem;top:31.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ1nZWz8hDd5qHTCeKUHLyii8IwERnOJ { width:5.75rem;height:5.75rem;top:31.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPNSZJgEd5tRFZztn1UvviGqEQRP9q9Z { width:3.125rem;height:3.125rem;top:32.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ68zfiQ7VmpQDh8T72B1tXXsBov8asX { width:5.75rem;height:5.75rem;top:31.375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga88BAOsTfkMqf3crITTgbpXXcdu8MCT { width:5.75rem;height:5.75rem;top:31.375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W97M0ArKVS3e6Tq1uyabxCZzE21AlCmi { width:3.5rem;height:3.75rem;top:32.375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOhXcGuqTQfA9t8aStTSFW7lhiG4Svqo { width:5.75rem;height:5.75rem;top:38.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8XmFdfxUAx0c09qTU00ngygtVVzxHtF { width:5.75rem;height:5.75rem;top:38.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c11lAZf0DqBr0i3gwpzl0PDBez2zQGp9 { width:3.5625rem;height:3.5625rem;top:39.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaQBTTBFD4B4eq3oC84007pqqq5OIlf { width:5.75rem;height:5.75rem;top:38.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #An33ha0ioa1WdWxaJWsXpFtr6owvxZKi { width:5.75rem;height:5.75rem;top:38.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlf4r0EWIubDnHaDVDKAi0TSteTgyFta { width:2.375rem;height:3.6875rem;top:39.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtSWtJ9laFxkRBTPlvdJaT3cCNkwpfWp { width:5.75rem;height:5.75rem;top:38.375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMQHUapmRosrUOfg0acC4aTwIoTLrm4z { width:5.75rem;height:5.75rem;top:38.3125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV5nrauviZW0ZPLwm9ETEg1rHT9UIv2x { width:3.6875rem;height:3.6875rem;top:39.3125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tftka1BHTy3HbKVTvkQtkWGGZMqafiS2 { display:none; }#Tftka1BHTy3HbKVTvkQtkWGGZMqafiS2 > .row .container { width:20rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s01nxkRRJFDnxCOobcNJWbolBRfCX0CX { width:17.125rem;height:14.0625rem;top:6.125rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8zgxRmI3B3rvCvi4GyV3NfsGyJzDQIQ { width:16.75rem;height:3.375rem;top:2.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUKDfoHoO8GIM91FhV2ui6iXT5Wtw2Tf { width:9.625rem;height:5.4375rem;top:22.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyieTAZlafFd1Tpc5FysKVWvATEuA8mW { width:20rem;height:29.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glTUi44UFA2eiHa03T60mL3O8a4C62R1 { display:none; }#glTUi44UFA2eiHa03T60mL3O8a4C62R1 > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zkUNfZsGgynbyXy4hXvqEtIz98Sw9exP { width:17.125rem;height:42.1875rem;top:6.125rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B26tmAnOP7k0qhq7Swz7oxbzyBoZvZau { width:16.75rem;height:3.375rem;top:2.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHQTyD98hg8P14sLcfTyAwoDsAl9uHIk { width:8.1875rem;height:5.4375rem;top:49.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAvh8siJThXIWRXByZDs89GS1OciwNf0 { width:20rem;height:57.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAp4x7QG1Zd4OySkJhi0rRqpCHqy06SS { display:none; }#pAp4x7QG1Zd4OySkJhi0rRqpCHqy06SS > .row .container { width:20rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ikZ71hiIJZfh6QTyFigTyJZhyedvUEvb { width:17.125rem;height:14.0625rem;top:4.6875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3G5K6rUpygzWlw1Uldi0VAnuStf3c84 { width:16.75rem;height:1.6875rem;top:2.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvgTDU8v8pzNQM6WoIfKhTXlhgndabpk { width:5.9375rem;height:7rem;top:19.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW96F73gi4tALc2XXN3eOeElidWMPtBm { width:20rem;height:28.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlxuhTNaTyqT6KnRXvEmRz3kZhNKd8MC { display:none; }#IlxuhTNaTyqT6KnRXvEmRz3kZhNKd8MC > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L1EdheJ3gTMIULzDzGfTCcaeeHeT3oVT { width:17.125rem;height:18.28125rem;top:6.125rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabJkUoA6HygPvuW5UwU7u7ZiSg1wIQw { width:16.75rem;height:3.375rem;top:2.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3N0xRFH0BWsK9EFsEEuF1RM2knoPhST { width:6.4375rem;height:7.625rem;top:25.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhgfb5T8iPtmPNBXatuZT1eJNqE9Z6w2 { width:20rem;height:34.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS6D9mNk2VNxbnyzZur6nhlgM57y0X7k { display:none; }#cS6D9mNk2VNxbnyzZur6nhlgM57y0X7k > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TiSu0DvPhwKEzmLZuxT9846FUUD4EhVR { width:17.125rem;height:16.875rem;top:4.6875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDJum9OBwgvwz3tVJ43akI4uip7837GU { width:16.75rem;height:1.6875rem;top:2.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpqE7mMG6k5TEFxPcqy7tJSdx61xx31J { width:6.0625rem;height:6.0625rem;top:22.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THuupxng2HO1LemH7XaSV29E3fclcVLi { width:20rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHRHv268zsN2SuXxx9gb3sTTsWxORaJI { display:none; }#OHRHv268zsN2SuXxx9gb3sTTsWxORaJI > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TmTBLdgTNrnmzliw48oAbTJhqbRi1MUq { width:17.125rem;height:22.5rem;top:6.125rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP37aZvB9XwTh3NOToh2bIP2d0KQ7Kac { width:16.75rem;height:3.375rem;top:2.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2180bf08AeqO89VyiSiTNgeySniRGTW { width:7.3125rem;height:7.625rem;top:29.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do5E7bLBzfQBG4ufTsDHoUoVCTJV2MA4 { width:20rem;height:39.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro0uC9zw0qa3FXwl3snFMp5uTSqAq71t { display:none; }#Ro0uC9zw0qa3FXwl3snFMp5uTSqAq71t > .row .container { width:20rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OZriBAtnxOiw5a7brgUsKWem5TVGz5Ul { width:17.125rem;height:1.40625rem;top:6.125rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDxxACEkn6TPZXsBydB5fBPK9kWIGShu { width:16.75rem;height:1.6875rem;top:2.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbteIJqBqMBHIiW3StQHin5rC9qBptJP { width:7.375rem;height:7.375rem;top:18.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k15w3iUEk1XZlqwnqhfMAR4IhWTi4OzJ { width:20rem;height:28.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRqCH9u6UCKVyRqiAA6euLtQcb1Wbubb { display:none; }#eRqCH9u6UCKVyRqiAA6euLtQcb1Wbubb > .row .container { width:20rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RFRDTUEgPZlOGlpHKJTr4m0NaKN2aeVO { width:17.125rem;height:1.40625rem;top:6.125rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4AR6K9TIdSdbHEcw275EHQhNrlSlgne { width:16.75rem;height:1.6875rem;top:2.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vabxwLiT8xbw4nrzxtOX6azr1uCvMhFL { width:5.5625rem;height:8.5625rem;top:17.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8QruHAQBKdG5Cnc9e8bqXFmvJdTB0C { width:20rem;height:28.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUZvNvN1PrHnd8t5qCh89tyLRH2pcNTZ { display:none; }#BUZvNvN1PrHnd8t5qCh89tyLRH2pcNTZ > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wXtDgzovfFTAUCXKUSwL16aiK3i66wqq { width:17.125rem;height:21.09375rem;top:6.125rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC6GimRReBWDB4uQUelK7HZT4EJEzysG { width:16.75rem;height:3.375rem;top:2.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5yKeVw0JCml8phIMJg9P65q7GrGxrpB { width:7.6875rem;height:7.6875rem;top:28.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8vPc3XpakK3UhEA2FtVav8iufcieeKt { width:20rem;height:37.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ { background-color:rgba(29,86,91,0.43);background-image:url("https://images.assets-landingi.com/uc/4a71f4e0-684c-404c-a604-87e34ad19a2c/bez_nazwy_3_03.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ.adaptive-delivery-prevent-bg, #eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ.lazyload, #eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ.lazyloading { background-image: none; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row .container { background-color: transparent; background-image: none; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row .container > .video-iframe-container { display: none; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row > .video-iframe-container { display: none; }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .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); }#eBDHznvxNpEvUWNy4MuvIMIUev3sbLEQ > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE { display:block; }#Kye5T0OaeRbW07ZTTHZfoTCv1vscyXzE > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbyC3fWKonaQ3p8kvNatREib3MwnzMKh { width:13.5625rem;height:7.7988125rem;top:2.9375rem;left:3.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7uoDo5TtxEvc6WcOouXmBe9WgUkozNW { width:7.625rem;height:4.1875rem;top:1.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzSO7CVXbbVCORkfL9d34FexeB2Ty35b { width:20rem;height:12.75rem;top:11.9853515625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc { display:block; }#A7Bw74IAWk8FpLbGt88KPLbLEEJ9emfc > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FE8C1EfvDgHQiL3s0Tp2ITSDsXSKFoHU { width:20rem;height:11.625rem;top:1.4853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L { display:block; }#LI9UaUAwpOtaQ6mPHIVttgWWpx1WhP9L > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaTrer1uoisS8y86QdPtmEWbHpE8ui7o { width:0.75rem;height:0.75rem;top:0.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE9z2aIORS0mttNoU51Iz7gI5dty8qN5 { width:0.75rem;height:0.75rem;top:0.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eonV9U9JPRXtUF8vbETEFADtwaUbgwMp { width:0.75rem;height:0.75rem;top:0.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhzJAkpRvupXUZtESkW1VLSxW7cSN4i9 { width:0.75rem;height:0.75rem;top:0.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzDknEZkA6mySlyZx4ZP2pGkJVWLgQAa { width:0.75rem;height:0.75rem;top:0.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzVgBryzp8iisZV1G7c87mhnVLW2cL0d { width:0.75rem;height:0.75rem;top:0.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxFFGko8y2tOTzt6k8Fb5GWDvOA6NkpM { width:0.75rem;height:0.75rem;top:0.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv2995gEvbVK6NytXTgF16p7RHmTcE7s { width:0.75rem;height:0.75rem;top:0.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqLOkIf1NQC1CmIZgWTBi4srIuEf14hC { width:0.75rem;height:0.75rem;top:0.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK8kG6TAkRELHgurg2vURVUAVTzq1OMi { width:0.75rem;height:0.75rem;top:0.8125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSR8t8hmk2B2UvUtPLlNAbEaagplPfJD { display:flex;width:2.1875rem;height:2.1875rem;top:0.0625rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #Vs1Zeavqv1dEHxeob1TckPgF1l9LGdfm { display:flex;width:2.1875rem;height:2.1875rem;top:0.0625rem;left:17.8125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #sbB44G7UThSczsUJp8L5iOg24auBWGXQ { width:0.75rem;height:0.75rem;top:0.8125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Tr8P43GmJ3lyCgLOCrwuZRslbTztRM { width:0.75rem;height:0.75rem;top:0.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuzJAkrZNz5IZ1ZT6OUR5d0pi6szymNC { width:0.75rem;height:0.75rem;top:0.8125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk { display:block; }#Fmx0h6UCLZVNeKS5E2mRBmRRxRTMSDKk > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8SIIVpX1K6KwZuLNgElLbx3TpyT3HgW { width:20rem;height:2.6001rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVbJwGdMyoJJGwbaQghoPkPmzmCKLKCn { width:6.875rem;height:4.125rem;top:1.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVkr9hvUkE4MBP125KD1KHKl4whOccm4 { width:20rem;height:11.15625rem;top:7.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 { display:block; }#Q8NyJ15Cns3WmH8xXw4OVSvubyxXOu44 > .row .container { width:20rem;height:90.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlRtNbwUEu5DJTAZ8G0kr81ZZEXSrmJS { width:12.8125rem;height:3.1875rem;top:3.2724609375rem;left:1.5625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Nec1wzELUAhPX7G9kLTGficAFTiKgW2Z { width:1.125rem;height:2.5625rem;top:9.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfWGFJm6h811MpsVetmo03O0Oi3mRBLz { width:6rem;height:9.8125rem;top:3.0625rem;left:14rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWM72GThQ4gQfX4TQhnRkSOINHJ7qH8T { width:12.4375rem;height:2.875rem;top:13.21875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWOqqLDMx52554hpqo1TTnJfOLteT1hx { display:block; }
 }@media only screen and (max-width: 763px) { #xKaA7dsUJ2rgXQuB2QO7s25Af3mwNVGR { width:6rem;height:9.8125rem;top:4.3125rem;left:14rem;border-top-left-radius:56.25rem;border-top-right-radius:0rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raGfRBUgLfnioHCwagNPuNqT6ZxXP81T { width:20rem;height:16.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSQl6bfpDGOVX3gQKDXeZeRyNpnlnvWL { width:1.125rem;height:2.5625rem;top:9.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfP8a9t2xN1gxgR3cytSwhZQoTN5onSW { width:1.125rem;height:2.5625rem;top:9.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8uf6G53ZH2r7F1xTKAgWvKqCxEnEJ0G { width:1.125rem;height:2.5625rem;top:9.6875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey12638sBF6mQUSmnEzcHr8gpCILTuBT { width:1.125rem;height:2.5625rem;top:9.6875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9tmTBFX4JfzH768Z18kekENZTbOxAHU { width:1.125rem;height:2.5625rem;top:9.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TroHGspAEz6HceCPV1JfGGsk9nWQFPs7 { width:20rem;height:16.125rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvuDGigLLnUoAtGNXpznDdc57RM1GbEq { width:6rem;height:9.8125rem;top:20.4375rem;left:14rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryQAHAqMKCAZscXkioJRJIWPIThEzFi5 { width:12.4375rem;height:2.875rem;top:30rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTziGNfzW9uULKN2reH22ki8WMUg74BI { display:block; }
 }@media only screen and (max-width: 763px) { #gqtvpWrx3xAD4F8d7XHTGMPxTcw9ZUVl { width:6rem;height:9.8125rem;top:21.6875rem;left:14rem;border-top-left-radius:56.25rem;border-top-right-radius:0rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilFt20Dw5W3zf3NUgx4bFD44k5BSxC2w { width:13.5rem;height:3.1875rem;top:21.8984375rem;left:1.5625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sUApQXohVMz7KzohLomOLFEye9qlMJNG { width:1.125rem;height:2.5625rem;top:26.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcxyAQVGpDQJJzNoBGvkIxCbdkOJGx69 { width:20rem;height:16.125rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqwoxcvLKHQoHtWNgZ9x9UfBR8hd4bE { width:12.4375rem;height:2.875rem;top:48rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZslgHmxRRqCQWyUhJlkx0aTMDlKhwtS { display:block; }
 }@media only screen and (max-width: 763px) { #TGrNqeOoliXrGJthaxFMH5WW9k7LMy3V { width:6rem;height:9.8125rem;top:39.0625rem;left:14rem;border-top-left-radius:56.25rem;border-top-right-radius:0rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVL1CatMdQnLZK7yDnGymo4AoygChrNm { width:6rem;height:9.8125rem;top:37.8125rem;left:14rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmrbK9vTePTF5fxdlWgp0bw0y6Br90Hd { width:1.125rem;height:2.5625rem;top:44.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGmXQRloa260bmQtPL5QfSUt1QpTSPun { width:1.125rem;height:2.5625rem;top:44.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8oxTk9ZfPnybN7JFMpEZpm7B67DTkH5 { width:11.6875rem;height:3.1875rem;top:39.125rem;left:1.5625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kzmuzgbKQtzvnVHEqbq5M6zkm1LF9bFm { width:1.125rem;height:2.5625rem;top:44.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po31gcktTkEe5Xb2a9pXJe2IMQW74PGm { width:1.125rem;height:2.5625rem;top:44.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRqU4TmuzWOfit11IHV2BPKM2BDiEGzt { width:1.125rem;height:2.5625rem;top:44.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyDc4mDZJeMxDgrvcXhyQmKULaAcdJWT { width:1.125rem;height:2.5625rem;top:44.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsOJKhSAFGheIbW2KOUr9s4bUARbhmxA { width:1.125rem;height:2.5625rem;top:44.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quT39TencERDGmgyTnCTxS33IgAXnkpL { width:11rem;height:4.142575rem;top:55.8125rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISDJO35O0D7nvuJWZwQmTcmJ6FQ6Gwhc { width:20rem;height:16.125rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAEieQcJi1LM6P6NAxaVTxS9XEXksIQw { width:1.125rem;height:2.5625rem;top:61.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvOUq77TwBqt1Zv2lVi3afMQ6qSpq7yU { width:6rem;height:9.8125rem;top:55.1875rem;left:14rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp4yrEMTOM0gNac3vKqJZnHGyOCtuqGd { width:6rem;height:9.8125rem;top:56.4375rem;left:14rem;border-top-left-radius:56.25rem;border-top-right-radius:0rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqD5PHbtahgPUhRa4HVbP8ZuJECcM6Md { width:1.125rem;height:2.5625rem;top:61.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4STOLTaPyRfJafLL8EdAVvI7ymOrsUy { width:12.4375rem;height:2.875rem;top:65.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFBn8g6LP4uE7Pr76EP27EHtq7OVxL89 { display:block; }
 }@media only screen and (max-width: 763px) { #XUqWSLNC9Z1ZPlEmNndE3f2m7GqrU5X9 { width:20rem;height:17.6875rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAPewgQ5EuTp6dEiUsOqXt9zxGXudNVG { width:12.4375rem;height:2.875rem;top:84rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcxIww5orkZgh2fs0TE2PQvG4eKmOkE { display:block; }
 }@media only screen and (max-width: 763px) { #MTmPHk8nlVlCcVVQQMEhhrTRaVayozDX { width:11.4375rem;height:5.5234375rem;top:73.1875rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9nqTTBCFWoUHM7noNOyIQAoA4OTawTU { width:1.125rem;height:2.5625rem;top:80.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha0ftGsGD12xSGu57AuxgT9UTXOHDLxT { width:1.125rem;height:2.5625rem;top:80.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw7TIxTIOKxcpiQTNl6CsIiyv6sZiuaJ { width:1.125rem;height:2.5625rem;top:80.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvmkHGdI0rpN3pkFHdGf1gbcT0yuNGlv { width:1.125rem;height:2.5625rem;top:80.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxNxk9PkmQnOg2xlZQuOslc8B5oDLmwk { width:1.125rem;height:2.5625rem;top:80.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxviaeA2AaG0yIIxwT09fU7p1GoEgHLh { width:1.125rem;height:2.5625rem;top:80.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHivaQoOyCfMANDFEr4MPUSyqULr0Bl { width:6rem;height:9.8125rem;top:72.5625rem;left:14rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN67BbFX511pC2SQqWboPRA7U7FKZHca { width:6rem;height:9.8125rem;top:73.8125rem;left:14rem;border-top-left-radius:56.25rem;border-top-right-radius:0rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zneVSSvSp2iRcW1EAlkUUFazZA5LGhvV { width:1.125rem;height:2.5625rem;top:61.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVIsOvAok5McnQelDy2KU9UerAru2Nmh { width:1.125rem;height:2.5625rem;top:61.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr1E46zEPuwm5TuTTH3hD7qy7pMJp695 { width:1.125rem;height:2.5625rem;top:61.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulIy32EWnqywp24FStCd3v6FqLRiTbBc { width:1.125rem;height:2.5625rem;top:9.6875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmMM5RvK6gQGJinPwLafk4J4O2otPin { width:1.125rem;height:2.5625rem;top:26.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ { display:block; }#TmyMOn13mKZhB1fFmpTUQ7qwp0a9rFEZ > .row .container { width:20rem;height:116.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h314y8u6xLkM0ELq5swsI1S1l5sExTri { width:18.0625rem;height:3.8984375rem;top:11.1875rem;left:1.3125rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fLAxTOiXLgC2E3hOQNIpFLGQqu75rG44 { width:9.25rem;height:9.25rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC { width:20rem;height:7.6875rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64a62cbd-d628-48cd-a830-9d09a639d644/business.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:none; }#cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC.adaptive-delivery-prevent-bg, #cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC.lazyload, #cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC.lazyloading { background-image: none; }
#cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#cT8eFQHD7CTMSc4yqJgAkdM5sKNiDJcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); } }@media only screen and (max-width: 763px) { #tWOZ1ZUraLTuJNioi2ydeBv2HG1GIrqo { width:17.6875rem;height:7.03125rem;top:22.5615234375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xguPTfMeuNFXT7CA0tIAOKo5V5kObkxX { width:17.8125rem;height:3.375rem;top:18.3740234375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0a2wi8uGJlUEbDiT1mVPZTuJtfFv4mf { width:18.375rem;height:14.0625rem;top:41.9365234375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #smwmXVZ5UJ1pkDcA4pPED3SefVfdknnR { width:18.625rem;height:10.125rem;top:31.0615234375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfAxF52cLHIXFFERqidxQs93c2tyDN1v { width:20rem;height:7.6875rem;top:1.875rem;left:0.021484375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95336738-e75f-45de-966c-4a4bc9f0c4fc/2.crop_780x537_418,47.preview.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:15008;display:block; }#GfAxF52cLHIXFFERqidxQs93c2tyDN1v.adaptive-delivery-prevent-bg, #GfAxF52cLHIXFFERqidxQs93c2tyDN1v.lazyload, #GfAxF52cLHIXFFERqidxQs93c2tyDN1v.lazyloading { background-image: none; }
#GfAxF52cLHIXFFERqidxQs93c2tyDN1v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfAxF52cLHIXFFERqidxQs93c2tyDN1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); } }@media only screen and (max-width: 763px) { #BRsRT3cdvoJsyIVQ44h13Dlnq1Mlpkx9 { width:20rem;height:23.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJzUIONN120XCNGZTEoDFXlG4VKupRRJ { width:12.4375rem;height:2.875rem;top:111.625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1bMWO9xZlh8QeXdn6AZTP3i8I454gFZ { display:block; }
 }@media only screen and (max-width: 763px) { #lqLvRFzhR7aZZLBA3LeBBycQzMoLSLvm { width:18.3125rem;height:3.375rem;top:57.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPlJOx2E5A2Izq4gK9kXtoUgaaoGu02r { width:18.5rem;height:12.65625rem;top:61.375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ewh5wJU0UaT9kq8fci08TGf83emxMShy { width:16rem;height:3.375rem;top:75.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzdkTFMEdOrpp19k9wBXnfO44ALsalMt { width:18.5rem;height:30.9375rem;top:79.4375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo { display:block; }#TWs9KBAUC1syG6wGRzoqIMrTMUC59ZVo > .row .container { width:20rem;height:149.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrN8XkUo4xi6soDTnS2PW8riLZwIii7t { width:16.5rem;height:1.6875rem;top:49.625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8HJMxp5kFcB94Naef1UEHAOHH58Rpk8 { width:18.0625rem;height:21.09375rem;top:52.0625rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzVNrAyXv9kGDafCE6RIiGTw2iQTTGzh { width:18.0625rem;height:1.6875rem;top:74.34375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5abLzX26LQQb5MrA2KnGQT2I49SA43c { width:18rem;height:14.0625rem;top:76.65625rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cSED34LrbUPBmF1NwahCtuml4XmNISSx { width:17.6875rem;height:3.375rem;top:92.15625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXIhX5NoT6oRbO7N36nQ3QFNki7NAxG5 { width:18.375rem;height:12.65625rem;top:96.21875rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m1SQ8EovbqL61PbPHn8H5N6ufBkFCxd8 { width:17.8125rem;height:1.6875rem;top:110.34375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvDcoHx2TTREEF971TTs77tCw11yplIK { width:18.3125rem;height:18.28125rem;top:112.71875rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4z6egyxV5doBb0T92inIvermLahFfqW { width:6.25rem;height:2.875rem;top:143.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbFPcJTbrPDn9xA018Th5aaMNfOvUCTK { display:block; }
 }@media only screen and (max-width: 763px) { #bJn67FrNh9LzaGCc5F8RIR90bNPXgpRM { width:18.0625rem;height:7.03125rem;top:134.84375rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nSE3scahqHhtyrAu1ek5hVopza6qHkoK { width:18.0625rem;height:1.6875rem;top:132.46875rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTdmrxI89DAwTQtPUEVWWTMmLOU6elB { width:17.8125rem;height:3.375rem;top:1.875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwkp745T9CfxTktELexGpbQBymEoWGvq { width:18.4375rem;height:5.625rem;top:5.9375rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ItFRqlshiRaUhrukzKnBwK5VWJDAkB5w { width:19rem;height:6.75rem;top:13.0625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQZ8RbsLC7XO6xwRnABiZG8csfaan7o { width:18.1875rem;height:5.625rem;top:20.4375rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPLMIyMIXgVao4lUuwgcXlS3huB4X69B { width:18.4375rem;height:14.0625rem;top:34rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dKJgpFZuJFIOCEZzPny6n95a0hXJ8qhx { width:17.6875rem;height:5.0625rem;top:27.5625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A { display:block; }#B4lllzyPIPTfrvyIXUSrcdivJxv5sw3A > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFOg411K692RnHSfCpSAGPHrim9FmgRi { width:17.124rem;height:3.8984375rem;top:11.049072265625rem;left:1.4373779296875rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gXlZCQXJnEGzgTCsvcTKc4IUrrnqfE0E { width:9.25rem;height:9.25rem;top:8.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i { width:20rem;height:7.6875rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64a62cbd-d628-48cd-a830-9d09a639d644/business.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:none; }#bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i.adaptive-delivery-prevent-bg, #bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i.lazyload, #bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i.lazyloading { background-image: none; }
#bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#bWqNL6GhgBAsLV2IQsBoBR9mLicIdK7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); } }@media only screen and (max-width: 763px) { #CsnNA9S56xdzhhpKI7tlolQNAoxc9Hi7 { width:18.4375rem;height:8.4375rem;top:20.3740234375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qV608aXfBr5XiwuqvcnrZTUZFhS5myCJ { width:17.75rem;height:1.6875rem;top:18.0615234375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7 { width:20rem;height:7.6875rem;top:1.875rem;left:0.021484375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc3863f4-3140-429b-91d8-54be599166cf/photo4.crop_586x493_14,89.preview.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:15008;display:block; }#Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7.adaptive-delivery-prevent-bg, #Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7.lazyload, #Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7.lazyloading { background-image: none; }
#Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oy3QTUaRv1LifRm2K6xFsu7NCTDW5Kb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); } }@media only screen and (max-width: 763px) { #HmfehCTMwyqk8XBPL58f6zSKQrnbqRUk { width:20rem;height:23.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufn1VG5As1WPyhMZf3SB0L1UzRTf9JvT { width:18.125rem;height:5.625rem;top:53.1875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TO3SFXc4mZLpi7Jb7W3hPyeGlAf2xQkv { width:18rem;height:16.875rem;top:32.5rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qgwiLXpJpTrlSigNlz5KSbyepN8B9iCp { width:18.1875rem;height:1.6875rem;top:50.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygc52JOPsTfCFoNUlvN6yU1VMqrzfN4F { width:16.875rem;height:1.6875rem;top:30.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzPk640nt64TxWcdpGyKsfibtAE7MZi { display:block; }#ZXzPk640nt64TxWcdpGyKsfibtAE7MZi > .row .container { width:20rem;height:94.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiLMZTirzAMavxx2eigWcpgXFllrmR1L { width:17.124625rem;height:3.8984375rem;top:10.924072265625rem;left:1.4373779296875rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QVFyvlsIvdUfHJIqxA3QeLa16O7DJft9 { width:9.25rem;height:9.25rem;top:8.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO { width:20rem;height:7.6875rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64a62cbd-d628-48cd-a830-9d09a639d644/business.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:none; }#CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO.adaptive-delivery-prevent-bg, #CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO.lazyload, #CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO.lazyloading { background-image: none; }
#CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#CX6iFeOwp2UiD2uzc43wTBIDE1WErvqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); } }@media only screen and (max-width: 763px) { #W6bxdMSzVgmCo4GGsBg1chBTtbacVUa6 { width:18.375rem;height:4.21875rem;top:20.3740234375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KAqyg2Dkt695NeeQIVwb9ugKWZ5LPxBX { width:17.5rem;height:1.6875rem;top:18.0615234375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf { width:20rem;height:7.6875rem;top:1.875rem;left:0.021484375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e39d9802-d65d-4512-9d94-b76c7cc112c6/1.crop_600x438_589,86.preview.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:15008;display:block; }#tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf.adaptive-delivery-prevent-bg, #tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf.lazyload, #tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf.lazyloading { background-image: none; }
#tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tqCMVK0r3A4KHq7xHAaPDE62XQDSPbTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); } }@media only screen and (max-width: 763px) { #P3ogFlJnfl4tqxnSTXNOlrmRZyZEKFu1 { width:20rem;height:23.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwcGdKX2wUI1n5z1a4cxmrvWyQf7KfDc { width:12.4375rem;height:2.875rem;top:87.9365234375rem;left:1.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOPtCwKu2iBs3ARWTTk7oovHSlAMiesc { display:block; }
 }@media only screen and (max-width: 763px) { #Jb2eTFTztGPWTRt9nJdnccwWcQrcdnzP { width:18.5625rem;height:11.25rem;top:30.4375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tB0vbiOd0cDkehcxS3UUP8w0oy0xpebB { width:16.3125rem;height:3.375rem;top:26.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3L1hvOWEzi31r6nlLGWk1tdNqCXshSu { width:17.875rem;height:12.65625rem;top:45.875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTDUhBz3dpd029NaIoNZ9yyMJmDpf9gq { width:17.5625rem;height:1.6875rem;top:43.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxT9SprCTB32SZSOEqHBvCDaxs0IkrWh { width:15.8125rem;height:3.375rem;top:59.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvxB19ET77vkVFJkFB3O5ZnPqUxJJ05T { width:17.5rem;height:14.0625rem;top:63.9375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CNP7gNtfhM4o4eFzbC1K9lswBANfTTi3 { width:18rem;height:1.6875rem;top:79.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylM0ZS1yUNw3LUQ91Nf9nubO6x9yvIRE { width:16.8125rem;height:4.21875rem;top:81.875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm { display:block; }#rPJt0Z2wox2g7xdwPBmoiwb2qFldSVxm > .row .container { width:20rem;height:200.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCvxHZKvBcvwa3iROhddRkCs6brPTuNv { width:18.625rem;height:3.375rem;top:114.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQyHfmFNo3p4rXmro724PLG6Bync6qRE { width:18.125rem;height:11.25rem;top:118.625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bv88vp5tVkz3FRJXDO8fPlhFDwZyTT9G { width:18.4375rem;height:1.6875rem;top:131.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvLGazclRkSplW0BMg4PrcpVIricwMme { width:18.25rem;height:15.46875rem;top:133.8125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lfJ6drNzpa4QeyiCkGD56MF8gGETqoWp { width:18rem;height:1.6875rem;top:184.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgPrWV9OJsk3L5dtCvMuMLdKkUJEoRxo { width:18.375rem;height:5.625rem;top:186.25rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1IyofWKor6LSZdJ80S4cwp2iIiVygLO { width:7.5rem;height:2.875rem;top:193.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2chlXCzXbQDNS5R1w7cQovJKyBgtZfg { display:block; }
 }@media only screen and (max-width: 763px) { #hBXL18fAkWU4X14UbWhJqIwtLnRwf52a { width:17.875rem;height:1.6875rem;top:162.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcXP0yT21eLTAQdeH7hQqW6nLxa6U4Sn { width:18.5625rem;height:7.03125rem;top:164.625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MraT9q4JoVzNnZXkz5WSe67m87xuemVK { width:17.5rem;height:5.625rem;top:155.0625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kLFCT5XnkB1KNwQtEdvcahJlcg0laCBQ { width:15.25rem;height:3.375rem;top:150.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEin2HbvIMnNEpNcIdN9u9NAtTtT7qqi { width:18.6875rem;height:1.6875rem;top:173.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPcp65rrxn7BmpSihMFmSEdf3h512VES { width:17.4375rem;height:7.03125rem;top:175.5rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gg1w9mrKVElE6TD3f2J37UbBNMlh6Kt2 { width:18.875rem;height:5.625rem;top:6.8125rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vN0XqqrWWarDUaCDyy2zPWWiEX2ULUqf { width:18.625rem;height:3.375rem;top:2.6875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohHAIE32tZR1E8O5k1tuFlGlKX5LVWzz { width:17.875rem;height:4.21875rem;top:18.1875rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnfEskf4GkG1TWBBd0obZkn2MAv2T4it { width:18.8125rem;height:3.375rem;top:14.1875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFa9Lk2tN7Un6OhwFT4efGDElTFJAyJZ { width:18.125rem;height:21.09375rem;top:28.3125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RfOkhG5p6Ei6Z3ntV6BT07c7LUH2ZuGi { width:18rem;height:3.375rem;top:24.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRNBuxa0m0J9ZmLNuE7On8NxSv3Qf1C { width:18.625rem;height:7.03125rem;top:54.9375rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gxWOC5zhXfJbnrl9U6kaCGZpT9Gwvbwq { width:18.3125rem;height:3.375rem;top:50.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOyJzZ8ccdQLeve4lazona9XtmWgFgXa { width:18.125rem;height:8.4375rem;top:67.5rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y1cxQZSMQq0HU2ICHkvRbW6LB3t2krhZ { width:17.8125rem;height:3.375rem;top:63.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMPQli65ATuAphu1v6NBT6uzH2b0Lw0c { width:18.6875rem;height:11.25rem;top:79.6875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CInDuxUsdM6i20OfWuVdkGDwXeJ9P764 { width:17.8125rem;height:1.6875rem;top:77.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6PpTev5VAywg9qgE8LyPmWIT7m5iSw { width:17.125rem;height:9.84375rem;top:96.375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FHiIq6V1VfKXrvSQkhXsJBztWDxlia5q { width:18.3125rem;height:3.375rem;top:92.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTSPSS5vhhxPL5ZGe1kHkXE7MD7agKQh { width:16.6875rem;height:2.8125rem;top:110rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SD8HcEHEE3ZIRtAgpeMhkHQSGfymDNSB { width:16.375rem;height:1.6875rem;top:107.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVbHM7ASlw598BctS3T0VfWNQHW1lvuS { display:block; }#HVbHM7ASlw598BctS3T0VfWNQHW1lvuS > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEu2eg55nG4Ru4TE92g7TuciGomuKyI5 { width:15.5625rem;height:5.84765625rem;top:10.811767578125rem;left:1.312255859375rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eUUrtAQzSLJa57UuT4zH2AOTK813tPv6 { width:9.25rem;height:9.25rem;top:8.31201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO3CP5WvXoVkNAm7SUkC4SOn5J9SzVKz { width:18.375rem;height:5.625rem;top:20.812377929688rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qHiJhTRh5kgSVnBV88wiFf01kb4xpigO { width:18.5625rem;height:1.6875rem;top:18.374633789062rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT9FTqxmy6dt1BAsrrWr0BbFnzGOUxb9 { width:17.5rem;height:7.03125rem;top:30.374755859375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ub75eBV01dOKid8ZURqlygTAg9qQmTzm { width:15.25rem;height:1.6875rem;top:28.062133789062rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M { width:20rem;height:7.6875rem;top:1.875rem;left:0.021484375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/304886a1-4b5f-4d74-964f-88529216f945/3.crop_667x541_522,97.preview.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:15008;display:block; }#BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M.adaptive-delivery-prevent-bg, #BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M.lazyload, #BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M.lazyloading { background-image: none; }
#BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTzUAkx4VzuHZxTa2dRkM7Vu95Ho6i9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); } }@media only screen and (max-width: 763px) { #Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA { width:20rem;height:23.125rem;top:2.125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64a62cbd-d628-48cd-a830-9d09a639d644/business.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:none; }#Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA.adaptive-delivery-prevent-bg, #Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA.lazyload, #Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA.lazyloading { background-image: none; }
#Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#Qpz6aJ8rr9gZvGKwRm5mUJJupt1rVKRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); } }@media only screen and (max-width: 763px) { #EDTUnkWcvEK655NvN5zyEMuS7T8rS1U7 { width:20rem;height:23.125rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UF1eCeqLnoNGaO1Qf6gFF3lIeTAqoeUf { width:18.75rem;height:17.8125rem;top:38.218383789062rem;left:1.25rem;font-size:0.9375rem;display:block; }#UF1eCeqLnoNGaO1Qf6gFF3lIeTAqoeUf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #JLTUyv9TqweGPHJ1E5C3SppkIU18O7hr { width:12.4375rem;height:2.875rem;top:57.531127929688rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtzruQrnZnCyqTWnhaaRI9QzyI79yh6z { display:block; }
 }@media only screen and (max-width: 763px) { #SETId22iQoxrkwzIT98BQcRiCRJs2zGy { background-color:#fce5e1;background-image:none;display:block; }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row .container { background-color: transparent; background-image: none; }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row .container > .video-iframe-container { display: none; }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row > .video-iframe-container { display: none; }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .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); }#SETId22iQoxrkwzIT98BQcRiCRJs2zGy > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdxZd7TFxZiDbKFO92DOVPZ9mwzldE9T { width:7.5rem;height:2.875rem;top:84.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIefk4mPrn5gfOEqqndPzHhimb56IyPq { display:block; }
 }@media only screen and (max-width: 763px) { #CbWz8sxaVMXyq9NQc38Sy41TTCS4rg5A { width:18.25rem;height:1.6875rem;top:24.75rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDFqp8beRHmON1PlbPlKq7xa8AJRbirH { width:18.5rem;height:13.28125rem;top:27.1875rem;left:0.875rem;font-size:0.9375rem;display:block; }#zDFqp8beRHmON1PlbPlKq7xa8AJRbirH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #oTJwJkTyMxNWKqc111pgbe7dsGrRoK4H { width:18.125rem;height:1.6875rem;top:41.875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbx31ZKwdi8AG4933kmedLEzzrdV4t6f { width:18.25rem;height:14.6875rem;top:44.3125rem;left:0.875rem;font-size:0.9375rem;display:block; }#Jbx31ZKwdi8AG4933kmedLEzzrdV4t6f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d33fe15508ea77b7b3fd494dd818b6d.svg); }
 }@media only screen and (max-width: 763px) { #zTKVFuBDxETTSDfRV1aLqMJImRpfpHae { width:18.375rem;height:3.375rem;top:60.875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0tl0mx6JO02EyT67roTa6pqm69H9D03 { width:18.0625rem;height:18.28125rem;top:64.875rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NGoq24nyrbZ4LAHxTLZSi7INtrxTM73i { width:18.3125rem;height:5.0625rem;top:2.5rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHkaDzg745FgMfZHnCqsTnA5d1g5L1qR { width:17.875rem;height:7.03125rem;top:8.375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX3grGm5O12kWGGKvfMh1dXcySqJqyGF { width:18.6875rem;height:2.8125rem;top:20.21875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkfO656KxglXA9RhZkH5i2iQDzmKmXfX { width:17.5625rem;height:3.375rem;top:16.84375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz { display:block; }#z9RoUozfJaSTDu13lmcXG1QJxgl3BDFz > .row .container { width:20rem;height:102.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWTvRwQoAAQ6F6ETCXsnyCpRJ91TbB3K { width:17.125rem;height:7.796875rem;top:9.24951171875rem;left:1.312255859375rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UefT5d2tDbFvuyTpTFgxTl2bQxvppo2M { width:9.25rem;height:9.25rem;top:6.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld { width:20rem;height:7.6875rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64a62cbd-d628-48cd-a830-9d09a639d644/business.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:none; }#Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld.adaptive-delivery-prevent-bg, #Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld.lazyload, #Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld.lazyloading { background-image: none; }
#Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#Nr1XE3tOz4y5gCqvNuXaSzCuAuTCcVld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); } }@media only screen and (max-width: 763px) { #QSo3V9bx15rHRJ2puhilLNh3on8ORzdc { width:17.75rem;height:8.4375rem;top:64.5625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xtAGk1i7k0lNHzhUFyll66NG3PuolIQm { width:17.4375rem;height:3.375rem;top:60.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF { width:20rem;height:7.6875rem;top:0rem;left:0.021484375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ba57a1e-daac-4ff2-89ea-cdf3c748ce30/foto32.webp");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:15008;display:block; }#VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF.adaptive-delivery-prevent-bg, #VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF.lazyload, #VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF.lazyloading { background-image: none; }
#VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VaF4lMU4T9SVtK7o56PxZKiX5JcKypEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.38); } }@media only screen and (max-width: 763px) { #r3ce71vn7cJEwqJmT4gqApGvyt3MM0Bb { width:20rem;height:23.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKPN898oSKoxTfiaxnb6ommVTJ3ZKzGb { width:12.4375rem;height:2.875rem;top:95.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGyQVgMQc51UP8PRVOvr4gtKlQACqKvT { display:block; }
 }@media only screen and (max-width: 763px) { #bdG8NSx7sVaOxFNHDbhfdgF3TpOWPO4F { width:16.5rem;height:1.6875rem;top:75.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28exWchzngcKzh9GtZzwdk9UMg3pCkH { width:17.75rem;height:16.875rem;top:77.6875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xeyBT7HcWOaNFumzfnnvNtHR6MowLHGH { width:17.9375rem;height:8.4375rem;top:18.6240234375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf1UoM41sRb8mW0HVWa9z6y3z5GSdOnI { width:18.625rem;height:11.25rem;top:28.3115234375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aeCR9wvAKtI47S0VcPOTwFlqXkeEqTxb { width:18.5rem;height:12.65625rem;top:46.4990234375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SMGyirOXW2xlRv9W2oNLU6IVsJdvgGtX { width:18.0625rem;height:5.0625rem;top:40.8115234375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq { display:block; }#vro9Cyvu6DV8AqW0tNm8ZEWapPkB2xtq > .row .container { width:20rem;height:118.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbFOs6u6Iq74GgwV20Ow1mie1wrB8gH0 { width:18.625rem;height:1.6875rem;top:65.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9GByemAsFC6AoIm6hfv0KZeyVK9qCQH { width:18.125rem;height:15.46875rem;top:68.125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QqpcXZPvFAW3zoUER3sR6veuIQiSiCEs { width:18.4375rem;height:1.6875rem;top:85.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUIxFFSzw0hynTT0QKzb9mBLt6vMuWHf { width:18.25rem;height:16.875rem;top:88rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gB2ouJ2WRdyiDAAa1cnxKw7sAQK2di30 { width:18.0625rem;height:4.21875rem;top:106.0625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tCCrakJhza6dKgcGHOPuHLztA2kfc0HI { width:7.421875rem;height:2.79663125rem;top:112.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5tCMRZPx8gah11hQJZmvzSwKDc0pNsF { display:block; }
 }@media only screen and (max-width: 763px) { #tX638GcBozKIFOzi5zvTXF7aAeku62nc { width:18.5rem;height:3.375rem;top:2.857421875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9OpRMtdLDvLb9cmxTQFWMhVkuxUV1zC { width:18.625rem;height:11.25rem;top:7.294921875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A44C963AEmAHvVaEX0IRRn6U0EeDQxvX { width:18rem;height:14.0625rem;top:29.044921875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wIemJJ2gP530qi6PtLuFrc7cTeepi4pk { width:18.3125rem;height:8.4375rem;top:19.982421875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7gSapBTI83WtZQq0f4BNzm2EsoDXg6m { width:17.375rem;height:9.84375rem;top:47.044921875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kUWsXGg1vGz6gJ7BraB4fCGRf0PFZMEK { width:16.375rem;height:1.6875rem;top:44.607421875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BohgTxWBDOQlJNNV8DpTa62163gU1XUI { width:18.6875rem;height:6.75rem;top:58.326171875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 { background-color:#ffffff;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;display:block; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row .container { background-color: transparent; background-image: none; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row .container > .video-iframe-container { display: none; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row > .video-iframe-container { display: none; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .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); }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row .container { border-width: 0; border-radius: 0; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cxpiadOgpl6NL90WRGsyUbKOlcgXCMw3 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXDmZok37X62Pot4bXGTiSBPVEb4DRWo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/822f2459-3677-4150-abad-280d96a866ce/image_7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo.adaptive-delivery-prevent-bg, #BXDmZok37X62Pot4bXGTiSBPVEb4DRWo.lazyload, #BXDmZok37X62Pot4bXGTiSBPVEb4DRWo.lazyloading { background-image: none; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row .container { background-color: transparent; background-image: none; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row .container > .video-iframe-container { display: none; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row > .video-iframe-container { display: none; }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .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); }#BXDmZok37X62Pot4bXGTiSBPVEb4DRWo > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUdhm9QrRlHPulLkqQPOgiHzKR3sQ0ap { width:20rem;height:2.5996125rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTAWGWveJbprgR8l8GlZLxnXaZLFk2U { width:7.5625rem;height:4.375rem;top:3.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOkmQ30C5Mz1sCC3kwHHDqAaCJ1M44oH { width:20rem;height:7.96875rem;top:9.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkCNF8sr1Nt9gTXUnrxrOxiwKC5471JW { width:20rem;height:1.70605625rem;top:20.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM9Axkknm70622V5duIrSzl0xz7XbnHS { display:block; }#GM9Axkknm70622V5duIrSzl0xz7XbnHS > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJBSe1s5LFboTwhMkH32krn2iTbmthuJ { width:20rem;height:2.6001rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqfcgKibr8qQ7hMs41rvTdUCCzmUslzA { width:7.25rem;height:4.375rem;top:1.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ { display:block; }#AoMWpe56i7Jl62q7SQEaJmJhGTRq8ERZ > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDX1CpZl1wVu3mpT4DJfQkr4mriTN3Nv { width:20rem;height:6.375rem;top:0.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zucftMFTnSX8PvvRoHNeLdpPVbilOy0q { display:block; }#zucftMFTnSX8PvvRoHNeLdpPVbilOy0q > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhbXhy74oAyeNRwaTvXUWpcZ6OxOFk7w { width:12.5rem;height:2.875rem;top:14.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igWCJns6P1Bpro4lGO8sgm7wprJnT13V { display:block; }
 }@media only screen and (max-width: 763px) { #VvRVlTbzAIVCfwFBwFzqgrzcuGpehnO8 { display:flex;width:1.625rem;height:1.375rem;top:14.875rem;left:14rem; }
#VvRVlTbzAIVCfwFBwFzqgrzcuGpehnO8 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #FTEQrOw5GnQv3Jp697TCiXqRAK1zbWTA { width:17.25rem;height:12rem;top:0rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ { display:block; }#nmJrMvQivrIta7rIqvpvdMBTrasR6ohJ > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChlE07WfIRvwRm6myGwyayViV1x05dTf { width:11.5rem;height:1.31286875rem;top:3.8125rem;left:8.5rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qs4IGhTHdN1L0amP5plFvD6GdPT65wcd { width:7.9375rem;height:3.5rem;top:2.3125rem;left:0rem;display:block; }
 }