.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:132,217,181;--color-primary-1:110,162,140;--color-primary-2:37,211,102;--color-primary-3:22,211,93;--color-primary-4:0,222,80;--color-secondary-0:255,202,160;--color-secondary-1:218,146,134;--color-secondary-2:237,127,110;--color-secondary-3:205,149,126;--color-secondary-4:211,117,102;--color-tertiary-0:255,255,255;--color-tertiary-1:236,236,236;--color-tertiary-2:186,186,186;--color-tertiary-3:128,128,128;--color-tertiary-4:0,0,0;--headlines-font-family:"Red Hat Text";--paragraphs-font-family:"Red Hat Display"; }@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); }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-4),1));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; }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv > .row .container { background-color: transparent; background-image: none; }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv > .row .container > .video-iframe-container { display: none; }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv > .row > .video-iframe-container { display: none; }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv > .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); }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv > .row .container { border-width: 0; border-radius: 0; }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T { z-index:;position:relative;display:block; }#veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T { background-color: transparent; background-image: none; }#veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T > .row .container > .video-iframe-container { display: none; }#veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T > .row > .video-iframe-container { display: none; }#veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T > .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); }#veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T { border-width: 0; border-radius: 0; }#veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T > .row .container { 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;font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#qDDvubw4l9a0cXkKfGQI5fogr14ctstD { color:rgba(var(--color-secondary-2),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:18.08203125rem;left:0rem;height:9.28125rem;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; }
#pfZDD5ie0FqG0gtTCCBibdXxx3U8G5GI { position:absolute;display:block;z-index:14999;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:26.8125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#xTbtATuaFnUpghe9RGOK0ovgnsoqRr65 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:28.57421875rem;left:0rem;height:4.375rem;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; }
#tasuudn05MdvGbM5uGi0TRrvPvMuy20i { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:1.5625rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.625rem;left:0rem;display:block; }
#IQF2X7Ncdy1xCu5Tga29qDXXHhRod1Cn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wymSUOGuozBLDkqPPTu4LZf6VuFWyl68 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:36.25rem;left:0.9375rem; }
#sP2dXIuiaZV4SAtNgcIv0f9vlUSJf8oV { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e1ffc5d4-173e-4ed8-81fa-09d5bfc3088a/IMG_7728_1__1_.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:16.25rem;border-top-right-radius:7.5rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:28.875rem;width:36.25rem;top:13.73828125rem;left:38.75rem;display:block; }#sP2dXIuiaZV4SAtNgcIv0f9vlUSJf8oV.adaptive-delivery-prevent-bg, #sP2dXIuiaZV4SAtNgcIv0f9vlUSJf8oV.lazyload, #sP2dXIuiaZV4SAtNgcIv0f9vlUSJf8oV.lazyloading { background-image: none; }
#JbeKQ9DBVPw5hr8SQ7NzuGxeucZnwIfe { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f2eb8fa5-2ce5-461d-9186-d37c0b9aaaff/image2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:37.1875rem;width:36.25rem;top:5.42578125rem;left:38.75rem;display:block; }#JbeKQ9DBVPw5hr8SQ7NzuGxeucZnwIfe.adaptive-delivery-prevent-bg, #JbeKQ9DBVPw5hr8SQ7NzuGxeucZnwIfe.lazyload, #JbeKQ9DBVPw5hr8SQ7NzuGxeucZnwIfe.lazyloading { background-image: none; }
#R6TDb973sZv0c2NUpFowTAbq3JTKgXmq { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/632efafd-8503-4d57-a5d3-49381f862947/mirela4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:31.5rem;top:0rem;left:35.986614671164rem;display:block; }#R6TDb973sZv0c2NUpFowTAbq3JTKgXmq.adaptive-delivery-prevent-bg, #R6TDb973sZv0c2NUpFowTAbq3JTKgXmq.lazyload, #R6TDb973sZv0c2NUpFowTAbq3JTKgXmq.lazyloading { background-image: none; }
#TIo88o1OGXEm7UXav6R5VVb4Lfg5Uzqs { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/632efafd-8503-4d57-a5d3-49381f862947/mirela4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:31.5rem;top:0.625rem;left:36.611614671164rem;display:block; }#TIo88o1OGXEm7UXav6R5VVb4Lfg5Uzqs.adaptive-delivery-prevent-bg, #TIo88o1OGXEm7UXav6R5VVb4Lfg5Uzqs.lazyload, #TIo88o1OGXEm7UXav6R5VVb4Lfg5Uzqs.lazyloading { background-image: none; }
#vsbazIDxFTkVXL0dDAdioOxWkLTT9zWh { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/632efafd-8503-4d57-a5d3-49381f862947/mirela4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:26.75rem;top:2.19921875rem;left:53.003883495146rem;display:block; }#vsbazIDxFTkVXL0dDAdioOxWkLTT9zWh.adaptive-delivery-prevent-bg, #vsbazIDxFTkVXL0dDAdioOxWkLTT9zWh.lazyload, #vsbazIDxFTkVXL0dDAdioOxWkLTT9zWh.lazyloading { background-image: none; }
#axR8TLTM889isVUtgOxS3I4fTMEcbSW9 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/632efafd-8503-4d57-a5d3-49381f862947/mirela4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:31.5rem;top:1.25rem;left:37.236328125rem;display:block; }#axR8TLTM889isVUtgOxS3I4fTMEcbSW9.adaptive-delivery-prevent-bg, #axR8TLTM889isVUtgOxS3I4fTMEcbSW9.lazyload, #axR8TLTM889isVUtgOxS3I4fTMEcbSW9.lazyloading { background-image: none; }
#Q6JNBhJSNJ5Ja27CP7iZeG3mT8VNBCiQ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:36.61328125rem;left:19.4375rem;height:0.9619125rem;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; }
#x9svu2liZ7JB36WMPdFFxdR9c1wfNhTh { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.11328125rem;left:3.8125rem;height:;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; }
#luTtb5vfqOvWxKRUVpZ0nTBdax9g5nUT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.18);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:7.25rem;width:7.25rem;top:15.25rem;left:38.75rem;display:block; }
#EUX90AUlIDx5uMikr9mxKXOTOxTrJtXQ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:9.875rem;width:9.875rem;top:18.76171875rem;left:33.798828125rem;display:block; }
#ARTlK3WLOL16UNsSNTQTSqyHKIFeUrdT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),0.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:4.875rem;width:4.875rem;top:12.0625rem;left:70.125rem;display:block; }
#sv8gxDoKpldrv3cub4sOKC6CbMDwpKK9 { color:#ff0000;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:38.875rem;left:1.5rem;height:0.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a7aQ77fTrzmW7B0X9L8899KR8zAdS1Qo { position:relative;display:none; }#a7aQ77fTrzmW7B0X9L8899KR8zAdS1Qo { border-width: 0; border-radius: 0; }#a7aQ77fTrzmW7B0X9L8899KR8zAdS1Qo > .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; }#a7aQ77fTrzmW7B0X9L8899KR8zAdS1Qo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6ede9;background-image:none;font-size:0.875rem;font-family:arial;height:6rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aPZCnwmzoAIzm2DkbWXgkWKCfsROqUMR { color:rgba(var(--color-tertiary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4375rem;left:3.125rem;height:1.375rem;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; }
#BbnXDJnZ7HCxr7ha6TampyyW1ETH4HhX { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.4375rem;left:25.625rem;height:1.375rem;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; }
#X3kCzWQrTFPMkVzrRpVaSarhQFkrCWM4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.875rem;left:23rem; }
#Okyk3s4b2gvWAbNRQqbrpRFxUrdWqZcH { color:rgba(var(--color-secondary-2),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.4375rem;left:45.875rem;height:1.375rem;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; }
#B0HBXIBbzT9B08Nst77Ahfaptc5rLgIF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.875rem;left:43.25rem; }
#pOQOBuvTvwoGURJA64d6xprTNPomvTsI { color:rgba(var(--color-secondary-2),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.4375rem;left:59.125rem;height:1.375rem;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; }
#i2Z6Wv45x6Vd8pmHTXNQPVS31LDN313L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.875rem;left:56.5rem; }
#kauyCeGMaOs2mpevdEehqva0pPWw9ftg { position:relative;display:block; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg { background-color: transparent; background-image: none; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row .container > .video-iframe-container { display: none; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row > .video-iframe-container { display: none; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .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); }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg { border-width: 0; border-radius: 0; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .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; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6ede9;background-image:none;font-size:0.875rem;font-family:arial;height:48.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; }#Z0e6GLdo27MlVdSMir1oIzUGeB3Vub1r { color:rgba(var(--color-tertiary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:5.25rem;left:38rem;height:1.375rem;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; }
#qJyElnD07Dq28EChd392G2gpaC1e7CPO { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:7.875rem;left:40.625rem;height:1.375rem;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; }
#QA9m0MsWByTDSUUZuyLS3JkEVfTeg5wD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.3125rem;left:38rem; }
#zI9qoGdRpe72faOgUz29eVcflC45J6Xg { color:rgba(var(--color-secondary-2),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:11rem;left:40.625rem;height:1.375rem;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; }
#b8EWUwvXfK2ida6AnXqZOWoUKuR02iNE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10.4375rem;left:38rem; }
#zdVt69r7WhXZFMwwK1DQPy4zybc1ultQ { color:rgba(var(--color-secondary-2),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:14.1875rem;left:40.625rem;height:1.375rem;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; }
#tUb0rpd3BpWceqGKn44fxD8Qx4nRayTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.625rem;left:38rem; }
#bXTXW5UmNXHrs7cTp2cAJoMK7QOSMr8f { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:40rem;width:22.5rem;top:3.0625rem;left:7.40625rem;display:block; }
#Ry16Z5704IJuHFSyX5k43PTGCSc7scfv { color:rgba(var(--color-secondary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:17.3125rem;left:38rem;height:4.125rem;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; }
#aCZQJPbp0977pMVnHP7BNs1w10mUpP12 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:22.125rem;left:38rem;height:13.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZT67nRTzbcM6CQrhRlphmRTqpd7wl8SU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:38.0625rem;left:38.375rem; }
#ZUPrO7kqREv7p7fNnRvxpcr5ms6nlWTS { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:1.5625rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.4375rem;left:37.4375rem;display:block; }
#CleNZWdLLCbUohLOVOxbhVGRxFog5Kdr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 { position:relative;display:block; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 { background-color: transparent; background-image: none; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row .container > .video-iframe-container { display: none; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row > .video-iframe-container { display: none; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .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); }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 { border-width: 0; border-radius: 0; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .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; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TC8wGUgLsnQz0MaGkBi43xc49PHuenK0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:3.5625rem;left:2.25rem;height:4.125rem;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; }
#TIXMUhv4q4Z9AXTiKctawaht14DA3ryF { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:3.525390625rem;left:32.25rem;height:4.19824375rem;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; }
#Q9UJDLtUpkZOqRCNHc2aziTPUtF2cBaX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.4375rem;left:59.125rem; }
#pzJdepyyCmySal8IbTpMpr2GLaa2aLc6 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:1.5625rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.8125rem;left:58.1875rem;display:block; }
#NKK98e5uJNJhKldL8WeCg6ok1lH2RfL0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QN4HPRTdHUFFWmpa5D1F4g1JbrnQf2oU { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.0625rem solid #fef9eb;border-left:0.0625rem solid #fef9eb;border-right:0.0625rem solid #fef9eb;border-bottom:0.0625rem solid #fef9eb;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:5.5rem;width:5.5rem;top:1.5625rem;left:21.6875rem;display:none; }
#TIhRzD5NGuPswvzfTKcLu3bSQ9l4RlyC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.8125rem;left:22.9375rem;display:none; }
#MnaLyR6MMrH4J7XCI2IIJiTBsVfORzmx { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid #fef9eb;border-left:0.0625rem solid #fef9eb;border-right:0.0625rem solid #fef9eb;border-bottom:0.0625rem solid #fef9eb;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:5.5rem;width:5.5rem;top:1.4375rem;left:28.5625rem;display:none; }
#BHurNyRVQ7UCnHePQieczEOHzkWhA1Bv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.6875rem;left:29.8125rem;display:none; }
#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ { position:relative;display:block; }#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ { background-color: transparent; background-image: none; }#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ > .row .container > .video-iframe-container { display: none; }#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ > .row > .video-iframe-container { display: none; }#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ > .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); }#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ { border-width: 0; border-radius: 0; }#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ > .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; }#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ > .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:27.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K9oVy5zFWekL8qhz9pDUaEbLFHT1Q9BN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53815fc2-111f-4008-aca5-ad5d363dea15/IMG_7474_1__1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:8.125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(208,208,208,0.57) ;height:20.6875rem;width:37.6875rem;top:4.875rem;left:37.3125rem;display:block; }#K9oVy5zFWekL8qhz9pDUaEbLFHT1Q9BN.adaptive-delivery-prevent-bg, #K9oVy5zFWekL8qhz9pDUaEbLFHT1Q9BN.lazyload, #K9oVy5zFWekL8qhz9pDUaEbLFHT1Q9BN.lazyloading { background-image: none; }
#TntnbOaggrm1kPzZr9tLOeGwsT8sb6Vh { color:rgba(var(--color-tertiary-3),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:11.4375rem;left:0rem;height:9.5625rem;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; }
#VmwVmu0gTSLStp4sgo7gRyk3UI3REpaG { color:rgba(var(--color-secondary-2),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:8.1875rem;left:0rem;height:2.0625rem;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; }
#usBLPHETHdVC1GICRRFnhBOWoShGJsll { position:relative;display:block; }#usBLPHETHdVC1GICRRFnhBOWoShGJsll { background-color: transparent; background-image: none; }#usBLPHETHdVC1GICRRFnhBOWoShGJsll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usBLPHETHdVC1GICRRFnhBOWoShGJsll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usBLPHETHdVC1GICRRFnhBOWoShGJsll > .row .container > .video-iframe-container { display: none; }#usBLPHETHdVC1GICRRFnhBOWoShGJsll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usBLPHETHdVC1GICRRFnhBOWoShGJsll > .row > .video-iframe-container { display: none; }#usBLPHETHdVC1GICRRFnhBOWoShGJsll > .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); }#usBLPHETHdVC1GICRRFnhBOWoShGJsll { border-width: 0; border-radius: 0; }#usBLPHETHdVC1GICRRFnhBOWoShGJsll > .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; }#usBLPHETHdVC1GICRRFnhBOWoShGJsll > .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:38.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UsMV9BiAlcFNVG6A0ur9pS4zETPAEQwP { color:rgba(var(--color-tertiary-3),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:24.375rem;left:43.75rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xBtPguTkZqRtVkE27yt54STdhRgCP1Bk { color:rgba(var(--color-secondary-2),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:10.75rem;left:43.75rem;height:12.375rem;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; }
#Vcx4aXIBd7tl0MKTO9bPxicKu6WmnhDc { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4315486c-d00b-46d8-b67f-8012c648aa39/IMG_7633__1___2_removebg_1_.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.25rem;width:32.125rem;top:2.4375rem;left:5.625rem;display:block; }#Vcx4aXIBd7tl0MKTO9bPxicKu6WmnhDc.adaptive-delivery-prevent-bg, #Vcx4aXIBd7tl0MKTO9bPxicKu6WmnhDc.lazyload, #Vcx4aXIBd7tl0MKTO9bPxicKu6WmnhDc.lazyloading { background-image: none; }
#CdCOUppfFX6P5R6VS4NGXfLyCOfsAFi1 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/632efafd-8503-4d57-a5d3-49381f862947/mirela4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:31.5rem;top:0rem;left:11.9375rem;display:block; }#CdCOUppfFX6P5R6VS4NGXfLyCOfsAFi1.adaptive-delivery-prevent-bg, #CdCOUppfFX6P5R6VS4NGXfLyCOfsAFi1.lazyload, #CdCOUppfFX6P5R6VS4NGXfLyCOfsAFi1.lazyloading { background-image: none; }
#WZMPFWx43hvXTriBg5DUMthZuuFwwgV4 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/632efafd-8503-4d57-a5d3-49381f862947/mirela4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.625rem;width:39.5rem;top:0.0625rem;left:9.875rem;display:block; }#WZMPFWx43hvXTriBg5DUMthZuuFwwgV4.adaptive-delivery-prevent-bg, #WZMPFWx43hvXTriBg5DUMthZuuFwwgV4.lazyload, #WZMPFWx43hvXTriBg5DUMthZuuFwwgV4.lazyloading { background-image: none; }
#hsfOJthGaVRM2QthcMUU3UhGmJdpxATm { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/632efafd-8503-4d57-a5d3-49381f862947/mirela4.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:28.1875rem;top:8.84375rem;left:-6.775390625rem;display:block; }#hsfOJthGaVRM2QthcMUU3UhGmJdpxATm.adaptive-delivery-prevent-bg, #hsfOJthGaVRM2QthcMUU3UhGmJdpxATm.lazyload, #hsfOJthGaVRM2QthcMUU3UhGmJdpxATm.lazyloading { background-image: none; }
#l5zvPDmGvvMDsTwRAMIWIJpCQ8U1l1F1 { color:rgba(var(--color-tertiary-1),1);display:block;width:31rem;position:absolute;font-family:quentin;font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:8.78125rem;left:40.75rem;height:3.23046875rem;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; }
#tSiPggTKyWeTW5PPsEHyiuqikFrowSAp { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.18);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:5.25rem;width:5.25rem;top:19.875rem;left:6.75rem;display:block; }
#IvCygTTzmqc0AKWTGpUQw771B44a7Uxe { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:6.75rem;width:6.75rem;top:21.38671875rem;left:2.673828125rem;display:block; }
#uzrit45RqWPVniC2uEWDfvzqeVb1v4QA { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:3.375rem;width:3.375rem;top:4.76171875rem;left:26.673828125rem;display:block; }
#qemaIXXP8eVflvpHRU9sJgAxBvgU7BEd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#CDla57puA4cmSSlr8qXGyTUn3OosCTy7 { 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; }#CDla57puA4cmSSlr8qXGyTUn3OosCTy7 > .row .container { background-color: transparent; background-image: none; }#CDla57puA4cmSSlr8qXGyTUn3OosCTy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDla57puA4cmSSlr8qXGyTUn3OosCTy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDla57puA4cmSSlr8qXGyTUn3OosCTy7 > .row .container > .video-iframe-container { display: none; }#CDla57puA4cmSSlr8qXGyTUn3OosCTy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDla57puA4cmSSlr8qXGyTUn3OosCTy7 > .row > .video-iframe-container { display: none; }#CDla57puA4cmSSlr8qXGyTUn3OosCTy7 > .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); }#CDla57puA4cmSSlr8qXGyTUn3OosCTy7 > .row .container { border-width: 0; border-radius: 0; }#CDla57puA4cmSSlr8qXGyTUn3OosCTy7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDla57puA4cmSSlr8qXGyTUn3OosCTy7 > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#W42GhmDzJwIBdRBoTTgV0GKZBKKt4h06 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.9375rem;left:0rem;height:2.40625rem;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; }
#WR6QDKfpq1vCyCaqwzArG7ZQ7KWaEDT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.96875rem;left:0rem;height:12.75rem;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; }
#tyTD76wshpPHMQ2uu05nVJft4a5msLws { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.13);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.0625rem;top:1.875rem;left:22.5rem;display:block; }
#wU521050gKgeSqCU1vUNFQXXK5xI7t02 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#cuMZkJgZyIZbUd8oeSkMK2pmiet8Ko4G { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.13);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.0625rem;top:1.875rem;left:47.5rem;display:block; }
#aP4OxI1NI6ZqOnQ3CUZkGL87v5HyWy9J { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:7.0625rem;left:25rem;height:2.40625rem;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; }
#d54apQTXXgB5JUQmT6ZLLM8eflf9hbR1 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.0625rem;left:25rem;height:9.5625rem;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; }
#J1ATfpX570PKKOIo6cmwtXVpqquEhnON { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:3.5rem;left:25rem;overflow:hidden;display:block; }
#mQIhSxJq7TRlvQ44xyKJPHQTKwTNd6gw { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.9375rem;left:50rem;height:2.40625rem;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; }
#sBZFTAwdCBXPzCPUmr2bavH4HB7KLR9p { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.9375rem;left:50rem;height:11.15625rem;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; }
#lTa9PlUT2fmgI2cbInESUSuQGKmV7pSc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:3.375rem;left:50rem;overflow:hidden;display:block; }
#ETKvrofnXsN07InaJH2SvClhSraTpMTp { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.65625rem;left:0rem;height:5.0371125rem;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; }
#lU54K6t95MnIy1D42WGe4nul52r6Nuy5 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:1.5625rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.25rem;left:50rem;display:block; }
#U754ROSCbVHPExtVteBkxumL8pzHI6cN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p1W83R789STkLhKexqpwQoEyIWWNKE2R { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:28.875rem;left:50.9375rem; }
#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6ede9;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; }#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ > .row .container { background-color: transparent; background-image: none; }#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ > .row .container > .video-iframe-container { display: none; }#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ > .row > .video-iframe-container { display: none; }#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ > .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); }#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ > .row .container { border-width: 0; border-radius: 0; }#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#DqTQgLVSDDktnSBPk7Dxw0HyOXm5Rq1R { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:5.125rem;left:26.875rem;height:16.2509625rem;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; }
#eW4RwB1rdIIfUsD0ESW9AfnwLNUXTwB6 { color:#86e510;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:5.125rem;left:25rem;height:16.2509625rem;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; }
#ZcOm8TcvT4k1L32XUKoknAyOLMSfC3Uy { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:5.125rem;left:51.875rem;height:14.4453rem;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; }
#rSNRzWWEuz2nJLarT0RfaRFdJ3oBdM33 { color:#86e510;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:5.125rem;left:50rem;height:14.4453rem;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; }
#wEvG3EoTfUFyrv7LdroTGu7k04GIKtQB { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:5.125rem;left:0rem;height:4.125rem;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; }
#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 { position:relative;display:block; }#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 { background-color: transparent; background-image: none; }#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 > .row .container > .video-iframe-container { display: none; }#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 > .row > .video-iframe-container { display: none; }#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 > .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); }#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 { border-width: 0; border-radius: 0; }#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 > .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; }#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 > .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:6.3125rem;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; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 { position:relative;display:block; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 { background-color: transparent; background-image: none; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row .container > .video-iframe-container { display: none; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row > .video-iframe-container { display: none; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .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); }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 { border-width: 0; border-radius: 0; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#pwbhfHGVmFEatmpwTi1TM2RkA4l2B6i0 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.625rem;left:3.125rem;height:2.0625rem;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; }
#y0rwVORwumLLiq1pIGleeC8SOHXBaeda { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.9375rem;left:3.125rem;height:6.375rem;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; }
#rO13fsklckNPkJZzqyfOPclAumx2pWMF { color:rgba(var(--color-tertiary-0),1);display:block;width:52.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.4375rem;left:3.125rem;height:;font-style:normal;display:block; }#rO13fsklckNPkJZzqyfOPclAumx2pWMF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rO13fsklckNPkJZzqyfOPclAumx2pWMF li:before{  }
#CryqnHWHlFNT9rbZUQM8qnbUCySQISaJ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:22.3125rem;left:3.125rem;height:3.1875rem;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; }
#mAMKlZ0rISbC60AryJuKtwH4C2woByR8 { box-sizing:content-box;height:29.0625rem;width:25.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c8c20d52-4cc4-428b-94e6-ec14dfdfa976/foto.preview.mirror.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:-2.625rem;left:44.65625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:7.5rem;border-bottom-left-radius:1.875rem;border-top-left-radius:9.375rem;display:block; }#mAMKlZ0rISbC60AryJuKtwH4C2woByR8.adaptive-delivery-prevent-bg, #mAMKlZ0rISbC60AryJuKtwH4C2woByR8.lazyload, #mAMKlZ0rISbC60AryJuKtwH4C2woByR8.lazyloading { background-image: none; }
#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ { position:relative;display:block; }#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ { background-color: transparent; background-image: none; }#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ > .row .container > .video-iframe-container { display: none; }#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ > .row > .video-iframe-container { display: none; }#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ > .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); }#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ { border-width: 0; border-radius: 0; }#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ > .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; }#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ > .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:5.625rem;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; }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM { position:relative;display:block; }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM { background-color: transparent; background-image: none; }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM > .row .container > .video-iframe-container { display: none; }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM > .row > .video-iframe-container { display: none; }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM > .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); }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM { border-width: 0; border-radius: 0; }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM > .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; }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM > .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:12.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#conL6mZR5XfuIff45ZMlbWAoTKXB1elh { color:rgba(var(--color-tertiary-1),1);display:block;width:42.8125rem;position:absolute;font-family:quentin;font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.625rem;left:0rem;height:6.875rem;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; }
#TharRcm6sfFrxwv97SSlEhr2c52VR8cI { position:relative;display:block; }#TharRcm6sfFrxwv97SSlEhr2c52VR8cI { background-color: transparent; background-image: none; }#TharRcm6sfFrxwv97SSlEhr2c52VR8cI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TharRcm6sfFrxwv97SSlEhr2c52VR8cI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TharRcm6sfFrxwv97SSlEhr2c52VR8cI > .row .container > .video-iframe-container { display: none; }#TharRcm6sfFrxwv97SSlEhr2c52VR8cI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TharRcm6sfFrxwv97SSlEhr2c52VR8cI > .row > .video-iframe-container { display: none; }#TharRcm6sfFrxwv97SSlEhr2c52VR8cI > .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); }#TharRcm6sfFrxwv97SSlEhr2c52VR8cI { border-width: 0; border-radius: 0; }#TharRcm6sfFrxwv97SSlEhr2c52VR8cI > .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; }#TharRcm6sfFrxwv97SSlEhr2c52VR8cI > .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:19.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ks2zRFnC6rhSKTBeZbAfTVJ7X2DTVmB3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:22.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GT7fmywfqx1O4a2qAa84pVUArpsBx9n1 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:block; }
#rbMA0IpD3ze4eMBtvgZErr4X8TSLtwOF { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:23.0625rem;top:0rem;left:51.9375rem;overflow:hidden;display:block; }
#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs { position:relative;display:block; }#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs { background-color: transparent; background-image: none; }#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs > .row .container > .video-iframe-container { display: none; }#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs > .row > .video-iframe-container { display: none; }#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs > .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); }#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs { border-width: 0; border-radius: 0; }#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs > .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; }#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AeBW0LKzEc8WOBH1FAeCfyFA7r6P1r3H { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:22.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uLTxpH3OiNSl8fxKTcsvHhOxdkOImZMl { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:22.6875rem;top:0rem;left:26.15625rem;overflow:hidden;display:block; }
#rn9AWiPNX3G2EPL9RttrDf1humCVxiGI { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:23.125rem;top:0rem;left:51.875rem;overflow:hidden;display:block; }
#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG { position:relative;display:block; }#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG { background-color: transparent; background-image: none; }#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG > .row .container > .video-iframe-container { display: none; }#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG > .row > .video-iframe-container { display: none; }#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG > .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); }#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG { border-width: 0; border-radius: 0; }#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG > .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; }#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG > .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:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X2lHXSQ2nTHW2zzfmuOHOCqdBS0r1vDH { 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:13.75rem;width:23.875rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#nLT2Lka1efZrzT1s4yg3D0WahFDaMGex { 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:17.0625rem;width:23.875rem;top:2.0625rem;left:25.875rem;overflow:hidden;display:block; }
#NJiTwvZHkWFOeWTDnic72AaTLSlIiWEA { color:rgba(var(--color-secondary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.0625rem;left:56.375rem;height:5.625rem;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; }
#J3MF7KL1cVpHtz15sWWgVVvEykF51Kim { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:1.5625rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:9.125rem;left:56.1875rem;display:block; }
#bgAhIvorB250myPP37vWMaWIuaxCWQBe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTbm05PfSTQiQmTGW6Q9qca25OCO3fit { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.75rem;left:57.125rem; }
#MDSi2hUCzO5ClnmRfalR9Dc9y87y4TIa { color:#ff0000;display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.0625rem;left:56.375rem;height:1.13671875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HkQfhveQFHnmHTvFByOucV8TqFqvDzFy { z-index:;position:relative;display:block; }#HkQfhveQFHnmHTvFByOucV8TqFqvDzFy { background-color: transparent; background-image: none; }#HkQfhveQFHnmHTvFByOucV8TqFqvDzFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkQfhveQFHnmHTvFByOucV8TqFqvDzFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkQfhveQFHnmHTvFByOucV8TqFqvDzFy > .row .container > .video-iframe-container { display: none; }#HkQfhveQFHnmHTvFByOucV8TqFqvDzFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkQfhveQFHnmHTvFByOucV8TqFqvDzFy > .row > .video-iframe-container { display: none; }#HkQfhveQFHnmHTvFByOucV8TqFqvDzFy > .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); }#HkQfhveQFHnmHTvFByOucV8TqFqvDzFy { border-width: 0; border-radius: 0; }#HkQfhveQFHnmHTvFByOucV8TqFqvDzFy > .row .container { 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;font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Naa58RtSSFWnPlVrM1BUqR5MlnGKvUEM { color:rgba(var(--color-secondary-2),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:8.5rem;left:40.0625rem;height:3.09375rem;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; }
#R8dnqCnCvE7pBvHuKOZ5ycbIBIa2oW6l { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c8c20d52-4cc4-428b-94e6-ec14dfdfa976/foto.crop_814x880_102,39.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:16.25rem;border-top-right-radius:7.5rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:35.6875rem;width:35.875rem;top:4.25rem;left:0rem;display:block; }#R8dnqCnCvE7pBvHuKOZ5ycbIBIa2oW6l.adaptive-delivery-prevent-bg, #R8dnqCnCvE7pBvHuKOZ5ycbIBIa2oW6l.lazyload, #R8dnqCnCvE7pBvHuKOZ5ycbIBIa2oW6l.lazyloading { background-image: none; }
#HkbXCGP9pXM2tp2aHboeQ8IKICQ1W5uk { color:rgba(var(--color-tertiary-3),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.84375rem;left:40.0625rem;height:20.71875rem;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; }
#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB > .row .container { background-color: transparent; background-image: none; }#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB > .row .container > .video-iframe-container { display: none; }#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB > .row > .video-iframe-container { display: none; }#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB > .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); }#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB > .row .container { border-width: 0; border-radius: 0; }#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#lP10UsXERaRvwZoLDERxg2KA8ovcUXF7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e198f7e-8699-43cd-8ff6-6c2ab8685ca3/whatsappimage20260501at10130669f9ffd04cbb8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:14.5rem;width:23.6875rem;top:2.1875rem;left:37.5rem;display:block; }#lP10UsXERaRvwZoLDERxg2KA8ovcUXF7.adaptive-delivery-prevent-bg, #lP10UsXERaRvwZoLDERxg2KA8ovcUXF7.lazyload, #lP10UsXERaRvwZoLDERxg2KA8ovcUXF7.lazyloading { background-image: none; }
#zDFHV2iyGeQ1nZgb8i8Vbu17JgTCaqMA { color:rgba(var(--color-tertiary-3),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.25rem;left:0rem;height:11.15625rem;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; }
#OO6RST6JhZmCI5O2oGpSW4ENPbsVC8Xn { color:rgba(var(--color-secondary-2),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:5rem;left:0rem;height:2.0625rem;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; }
#VJMbchTgTTmpBA052mmnym5uyrDEWZlb { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.1875rem;left:0rem;display:block; }
#lo7w0iKbEAmwwpyU5N1iUTHRBaiP5ENX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1VvFtZDVgN775rnVQ1PyAR5b1Kp4uNn { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.9375rem;left:0rem;display:none; }
#JXZh0hbgWZmrTWUEM4MxRQdfElATf6du { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rt6OJsZfrWyLrtGrI8h9JuObERtxokR6 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea50f4f3-8bd0-47ce-8d08-b7a50a934fae/whatsappimage20260501at10130869f9ffd0476e6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:1.875rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.125rem;width:23.6875rem;top:11.8125rem;left:51.3125rem;display:block; }#Rt6OJsZfrWyLrtGrI8h9JuObERtxokR6.adaptive-delivery-prevent-bg, #Rt6OJsZfrWyLrtGrI8h9JuObERtxokR6.lazyload, #Rt6OJsZfrWyLrtGrI8h9JuObERtxokR6.lazyloading { background-image: none; }
#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx { 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; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row .container { background-color: transparent; background-image: none; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row .container > .video-iframe-container { display: none; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row > .video-iframe-container { display: none; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .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); }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row .container { border-width: 0; border-radius: 0; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#RxxvcddpkeRpSgc0nqb85e9fStBrKLwQ { color:rgba(var(--color-tertiary-0),1);display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:3.5rem;left:5.625rem;height:2.0625rem;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; }
#PCFhErbugCDur3RZ9J1hC6b4AXeGBRxN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.75rem;left:65.875rem; }
#LfRsANnQnAa3JtrpbPei6EN7AiSvbnmp { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:1.5625rem solid rgba(var(--color-primary-4),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.125rem;left:64.9375rem;display:block; }
#EGnbzcNoHCZu64h8nOWyts8Md7EnsrVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uu9SMgowyT6rOUNpFLDpfWBkCatbd9wa { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.0625rem solid #fef9eb;border-left:0.0625rem solid #fef9eb;border-right:0.0625rem solid #fef9eb;border-bottom:0.0625rem solid #fef9eb;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:5.5rem;width:5.5rem;top:1.5625rem;left:21.6875rem;display:none; }
#wczTGC3F180SbZwaeANk1lcCWO6r0cS5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.8125rem;left:22.9375rem;display:none; }
#XGFFsAaV5FI6imVMGbUXOggWkFllq5AB { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid #fef9eb;border-left:0.0625rem solid #fef9eb;border-right:0.0625rem solid #fef9eb;border-bottom:0.0625rem solid #fef9eb;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:3.75rem;width:3.75rem;top:2.5625rem;left:0rem;display:block; }
#p9BdiC6dOs7LKdpC1lGVk5PwUSQEE2yf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.4375rem;left:0.875rem; }
#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai > .row .container { background-color: transparent; background-image: none; }#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai > .row .container > .video-iframe-container { display: none; }#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai > .row > .video-iframe-container { display: none; }#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai > .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); }#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai > .row .container { border-width: 0; border-radius: 0; }#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#fsCTt9vIRG7LrxqzuaxyygJ6IRMXpClb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:3.125rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:4.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17.3125rem;left:23.9375rem;display:block; }
#pur2OtqoTEvzQTLbN18Owo5Kas9W4q1l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TuhRldN0QIUuyDfkHNCd86lSRutEmK12 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:6.25rem;left:17.375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RbLsq6kDxC33W3ZK7Pr0x3scr38hugkK { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:4.125rem;left:33.3125rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NeQAJaGgUpshOpQBFhRNTqHIHtk2znAE { color:rgba(var(--color-tertiary-0),0.75);display:block;width:10rem;position:absolute;font-family:"dm sans";font-size:0.625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:32rem;left:32.5rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FUn2AvpfQCO3S8HsQmqWwd9yKhA06dzc { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem #00ff60 ;height:0.75rem;width:0.75rem;top:4.8125rem;left:32.625rem;display:block; }
#i3he7LJDtCHSTAR1mHtrBsd2gXQWpMtD { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:25.3125rem;left:28.5rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtDGzpi8nh7KDNLBMzNhU3peTZeHo478 { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/acca46c6-1bfe-4396-bd47-00d8d335469e/MIRELLA.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.29) ;height:4.25rem;width:4.25rem;top:17.625rem;left:24.375rem;display:block; }#wtDGzpi8nh7KDNLBMzNhU3peTZeHo478.adaptive-delivery-prevent-bg, #wtDGzpi8nh7KDNLBMzNhU3peTZeHo478.lazyload, #wtDGzpi8nh7KDNLBMzNhU3peTZeHo478.lazyloading { background-image: none; }
#Kb7iXQ279fhs9OW5qaqwTRlC7rZzRILo { color:#005fca;display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:15.4375rem;left:26.46875rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uNvqNrLt3RXQ7vZhoM0IeNndteExnAht { position:relative;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #uNvqNrLt3RXQ7vZhoM0IeNndteExnAht > .row .container { position:relative;display:block; }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM { background-color: transparent; background-image: none; }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM > .row .container > .video-iframe-container { display: none; }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM > .row > .video-iframe-container { display: none; }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM > .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); }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM { border-width: 0; border-radius: 0; }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM > .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; }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;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; }#svxiGQTPQcvDfvvyC18ONRl8hfZ8kWep { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:56.3125rem;display:block; }
#xLm5eVpl3lLE0BI2aBgokw6vKGVMzTck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AJMGgD070E156QWlNAzeGMah0qKbpuOB { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#GgaRTLa1o6WLeOdBsRxcMFdt0CDULOkW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#iZO0ZAQVTH93FHWLzTa0Xp2VTMbCuVEG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#heR0Li7IadOXoDPTJyJq0OS0orppAph3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#cNxo4nHLqGqsPOH0GbXIlN3KHclESuZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv { display:block; }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T { display:block; }#veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDDvubw4l9a0cXkKfGQI5fogr14ctstD { width:34.9375rem;height:9.25rem;top:18.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfZDD5ie0FqG0gtTCCBibdXxx3U8G5GI { width:26.8125rem;height:10.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTbtATuaFnUpghe9RGOK0ovgnsoqRr65 { width:29.0625rem;height:4.375rem;top:28.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tasuudn05MdvGbM5uGi0TRrvPvMuy20i { width:18.25rem;height:2.9375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQF2X7Ncdy1xCu5Tga29qDXXHhRod1Cn { display:block; }
 }@media only screen and (max-width: 763px) { #wymSUOGuozBLDkqPPTu4LZf6VuFWyl68 { width:1.5625rem;height:1.5625rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP2dXIuiaZV4SAtNgcIv0f9vlUSJf8oV { width:36.25rem;height:28.875rem;top:13.6875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbeKQ9DBVPw5hr8SQ7NzuGxeucZnwIfe { width:36.25rem;height:37.1875rem;top:5.375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6TDb973sZv0c2NUpFowTAbq3JTKgXmq { width:31.5rem;height:32.3125rem;top:0rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIo88o1OGXEm7UXav6R5VVb4Lfg5Uzqs { width:31.5rem;height:32.3125rem;top:0.625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsbazIDxFTkVXL0dDAdioOxWkLTT9zWh { width:26.75rem;height:27.4375rem;top:2.1875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #axR8TLTM889isVUtgOxS3I4fTMEcbSW9 { width:31.5rem;height:32.3125rem;top:1.25rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6JNBhJSNJ5Ja27CP7iZeG3mT8VNBCiQ { width:15.25rem;height:0.9375rem;top:36.5625rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9svu2liZ7JB36WMPdFFxdR9c1wfNhTh { width:23.0625rem;height:1rem;top:10.0625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #luTtb5vfqOvWxKRUVpZ0nTBdax9g5nUT { width:7.25rem;height:7.25rem;top:15.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUX90AUlIDx5uMikr9mxKXOTOxTrJtXQ { width:9.875rem;height:9.875rem;top:18.75rem;left:20.173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARTlK3WLOL16UNsSNTQTSqyHKIFeUrdT { width:4.875rem;height:4.875rem;top:12.0625rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv8gxDoKpldrv3cub4sOKC6CbMDwpKK9 { width:15.25rem;height:0.875rem;top:38.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7aQ77fTrzmW7B0X9L8899KR8zAdS1Qo { display:none; }#a7aQ77fTrzmW7B0X9L8899KR8zAdS1Qo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aPZCnwmzoAIzm2DkbWXgkWKCfsROqUMR { width:19.625rem;height:1.375rem;top:2.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbnXDJnZ7HCxr7ha6TampyyW1ETH4HhX { width:16.5625rem;height:1.375rem;top:2.4375rem;left:12rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3kCzWQrTFPMkVzrRpVaSarhQFkrCWM4 { width:2.0625rem;height:2.0625rem;top:1.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okyk3s4b2gvWAbNRQqbrpRFxUrdWqZcH { width:8.0625rem;height:1.375rem;top:2.4375rem;left:32.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0HBXIBbzT9B08Nst77Ahfaptc5rLgIF { width:2.0625rem;height:2.0625rem;top:1.875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOQOBuvTvwoGURJA64d6xprTNPomvTsI { width:13.25rem;height:1.375rem;top:2.4375rem;left:34.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Z6Wv45x6Vd8pmHTXNQPVS31LDN313L { width:2.0625rem;height:2.0625rem;top:1.875rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kauyCeGMaOs2mpevdEehqva0pPWw9ftg { display:block; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0e6GLdo27MlVdSMir1oIzUGeB3Vub1r { width:19.625rem;height:1.375rem;top:5.25rem;left:24.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJyElnD07Dq28EChd392G2gpaC1e7CPO { width:16.5625rem;height:1.375rem;top:7.875rem;left:27rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA9m0MsWByTDSUUZuyLS3JkEVfTeg5wD { width:2.0625rem;height:2.0625rem;top:7.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI9qoGdRpe72faOgUz29eVcflC45J6Xg { width:8.0625rem;height:1.375rem;top:11rem;left:27rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8EWUwvXfK2ida6AnXqZOWoUKuR02iNE { width:2.0625rem;height:2.0625rem;top:10.4375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdVt69r7WhXZFMwwK1DQPy4zybc1ultQ { width:13.25rem;height:1.375rem;top:14.1875rem;left:27rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUb0rpd3BpWceqGKn44fxD8Qx4nRayTw { width:2.0625rem;height:2.0625rem;top:13.625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXTXW5UmNXHrs7cTp2cAJoMK7QOSMr8f { width:22.5rem;height:40rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry16Z5704IJuHFSyX5k43PTGCSc7scfv { width:23.5rem;height:4.125rem;top:17.3125rem;left:24.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCZQJPbp0977pMVnHP7BNs1w10mUpP12 { width:31.125rem;height:13.5rem;top:22.125rem;left:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT67nRTzbcM6CQrhRlphmRTqpd7wl8SU { width:1.5625rem;height:1.5625rem;top:38.0625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUPrO7kqREv7p7fNnRvxpcr5ms6nlWTS { width:18.25rem;height:2.9375rem;top:37.4375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CleNZWdLLCbUohLOVOxbhVGRxFog5Kdr { display:block; }
 }@media only screen and (max-width: 763px) { #yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 { display:block; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC8wGUgLsnQz0MaGkBi43xc49PHuenK0 { width:27.6875rem;height:4.125rem;top:3.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXMUhv4q4Z9AXTiKctawaht14DA3ryF { width:24.625rem;height:4.1875rem;top:3.5rem;left:18.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9UJDLtUpkZOqRCNHc2aziTPUtF2cBaX { width:1.5625rem;height:1.5625rem;top:5.4375rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzJdepyyCmySal8IbTpMpr2GLaa2aLc6 { width:14.375rem;height:2.9375rem;top:4.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKK98e5uJNJhKldL8WeCg6ok1lH2RfL0 { display:block; }
 }@media only screen and (max-width: 763px) { #QN4HPRTdHUFFWmpa5D1F4g1JbrnQf2oU { width:5.5rem;height:5.5rem;top:1.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhRzD5NGuPswvzfTKcLu3bSQ9l4RlyC { width:3.1875rem;height:3.1875rem;top:2.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnaLyR6MMrH4J7XCI2IIJiTBsVfORzmx { width:5.5rem;height:5.5rem;top:1.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHurNyRVQ7UCnHePQieczEOHzkWhA1Bv { width:3.1875rem;height:3.1875rem;top:2.6875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ { display:block; }#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9oVy5zFWekL8qhz9pDUaEbLFHT1Q9BN { width:37.6875rem;height:20.6875rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TntnbOaggrm1kPzZr9tLOeGwsT8sb6Vh { width:29.25rem;height:9.5625rem;top:11.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmwVmu0gTSLStp4sgo7gRyk3UI3REpaG { width:27.375rem;height:2.0625rem;top:8.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usBLPHETHdVC1GICRRFnhBOWoShGJsll { display:block; }#usBLPHETHdVC1GICRRFnhBOWoShGJsll > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsMV9BiAlcFNVG6A0ur9pS4zETPAEQwP { width:26.5rem;height:7.5rem;top:24.375rem;left:18.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBtPguTkZqRtVkE27yt54STdhRgCP1Bk { width:27.375rem;height:12.375rem;top:10.75rem;left:20.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcx4aXIBd7tl0MKTO9bPxicKu6WmnhDc { width:32.125rem;height:36.25rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdCOUppfFX6P5R6VS4NGXfLyCOfsAFi1 { width:31.5rem;height:32.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZMPFWx43hvXTriBg5DUMthZuuFwwgV4 { width:39.5rem;height:38.625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsfOJthGaVRM2QthcMUU3UhGmJdpxATm { width:28.1875rem;height:29.8125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5zvPDmGvvMDsTwRAMIWIJpCQ8U1l1F1 { width:31rem;height:3.1875rem;top:8.75rem;left:16.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSiPggTKyWeTW5PPsEHyiuqikFrowSAp { width:5.25rem;height:5.25rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvCygTTzmqc0AKWTGpUQw771B44a7Uxe { width:6.75rem;height:6.75rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzrit45RqWPVniC2uEWDfvzqeVb1v4QA { width:3.375rem;height:3.375rem;top:4.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qemaIXXP8eVflvpHRU9sJgAxBvgU7BEd { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDla57puA4cmSSlr8qXGyTUn3OosCTy7 { display:block; }#CDla57puA4cmSSlr8qXGyTUn3OosCTy7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W42GhmDzJwIBdRBoTTgV0GKZBKKt4h06 { width:20.9375rem;height:2.375rem;top:6.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR6QDKfpq1vCyCaqwzArG7ZQ7KWaEDT9 { width:19.5625rem;height:22rem;top:9.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyTD76wshpPHMQ2uu05nVJft4a5msLws { width:0.0625rem;height:21.25rem;top:1.875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU521050gKgeSqCU1vUNFQXXK5xI7t02 { width:2.375rem;height:2.375rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuMZkJgZyIZbUd8oeSkMK2pmiet8Ko4G { width:0.0625rem;height:21.25rem;top:1.875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP4OxI1NI6ZqOnQ3CUZkGL87v5HyWy9J { width:20.9375rem;height:2.375rem;top:7.0625rem;left:10.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d54apQTXXgB5JUQmT6ZLLM8eflf9hbR1 { width:19.5625rem;height:9.5625rem;top:10.0625rem;left:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1ATfpX570PKKOIo6cmwtXVpqquEhnON { width:2.375rem;height:2.375rem;top:3.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQIhSxJq7TRlvQ44xyKJPHQTKwTNd6gw { width:20.9375rem;height:2.375rem;top:6.9375rem;left:26.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZFTAwdCBXPzCPUmr2bavH4HB7KLR9p { width:19.5625rem;height:11.125rem;top:9.9375rem;left:28.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTa9PlUT2fmgI2cbInESUSuQGKmV7pSc { width:2.375rem;height:2.375rem;top:3.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKvrofnXsN07InaJH2SvClhSraTpMTp { width:45.1875rem;height:5rem;top:26.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU54K6t95MnIy1D42WGe4nul52r6Nuy5 { width:21.75rem;height:2.9375rem;top:28.25rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #U754ROSCbVHPExtVteBkxumL8pzHI6cN { display:block; }
 }@media only screen and (max-width: 763px) { #p1W83R789STkLhKexqpwQoEyIWWNKE2R { width:1.5625rem;height:1.5625rem;top:28.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ { display:block; }#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqTQgLVSDDktnSBPk7Dxw0HyOXm5Rq1R { width:21.875rem;height:16.25rem;top:5.125rem;left:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW4RwB1rdIIfUsD0ESW9AfnwLNUXTwB6 { width:1.875rem;height:16.25rem;top:5.125rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcOm8TcvT4k1L32XUKoknAyOLMSfC3Uy { width:21.875rem;height:14.4375rem;top:5.125rem;left:25.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSNRzWWEuz2nJLarT0RfaRFdJ3oBdM33 { width:1.875rem;height:14.4375rem;top:5.125rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEvG3EoTfUFyrv7LdroTGu7k04GIKtQB { width:16.4375rem;height:4.125rem;top:5.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 { display:block; }#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 { display:block; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwbhfHGVmFEatmpwTi1TM2RkA4l2B6i0 { width:47.75rem;height:2.0625rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0rwVORwumLLiq1pIGleeC8SOHXBaeda { width:40.625rem;height:6.375rem;top:5.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO13fsklckNPkJZzqyfOPclAumx2pWMF { width:47.75rem;height:;top:12.4375rem;left:0rem;font-size:0.9375rem;display:block; }#rO13fsklckNPkJZzqyfOPclAumx2pWMF li:before{  }
 }@media only screen and (max-width: 763px) { #CryqnHWHlFNT9rbZUQM8qnbUCySQISaJ { width:36.75rem;height:3.1875rem;top:22.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAMKlZ0rISbC60AryJuKtwH4C2woByR8 { width:25.1875rem;height:29.0625rem;top:-2.625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ { display:block; }#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM { display:block; }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #conL6mZR5XfuIff45ZMlbWAoTKXB1elh { width:42.8125rem;height:6.875rem;top:4.625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TharRcm6sfFrxwv97SSlEhr2c52VR8cI { display:block; }#TharRcm6sfFrxwv97SSlEhr2c52VR8cI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks2zRFnC6rhSKTBeZbAfTVJ7X2DTVmB3 { width:22.625rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7fmywfqx1O4a2qAa84pVUArpsBx9n1 { width:22.9375rem;height:12.875rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbMA0IpD3ze4eMBtvgZErr4X8TSLtwOF { width:23.0625rem;height:13.75rem;top:0rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs { display:block; }#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeBW0LKzEc8WOBH1FAeCfyFA7r6P1r3H { width:22.75rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTxpH3OiNSl8fxKTcsvHhOxdkOImZMl { width:22.6875rem;height:11rem;top:0rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn9AWiPNX3G2EPL9RttrDf1humCVxiGI { width:23.125rem;height:9.375rem;top:0rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG { display:block; }#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2lHXSQ2nTHW2zzfmuOHOCqdBS0r1vDH { width:23.875rem;height:13.75rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLT2Lka1efZrzT1s4yg3D0WahFDaMGex { width:23.875rem;height:17.0625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJiTwvZHkWFOeWTDnic72AaTLSlIiWEA { width:18.0625rem;height:5.625rem;top:2.0625rem;left:29.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3MF7KL1cVpHtz15sWWgVVvEykF51Kim { width:18.4375rem;height:2.9375rem;top:9.125rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgAhIvorB250myPP37vWMaWIuaxCWQBe { display:block; }
 }@media only screen and (max-width: 763px) { #TTbm05PfSTQiQmTGW6Q9qca25OCO3fit { width:1.5625rem;height:1.5625rem;top:9.75rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDSi2hUCzO5ClnmRfalR9Dc9y87y4TIa { width:17.9375rem;height:1.125rem;top:13.0625rem;left:29.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkQfhveQFHnmHTvFByOucV8TqFqvDzFy { display:block; }#HkQfhveQFHnmHTvFByOucV8TqFqvDzFy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Naa58RtSSFWnPlVrM1BUqR5MlnGKvUEM { width:34.9375rem;height:3.0625rem;top:8.5rem;left:12.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8dnqCnCvE7pBvHuKOZ5ycbIBIa2oW6l { width:35.875rem;height:35.6875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkbXCGP9pXM2tp2aHboeQ8IKICQ1W5uk { width:31.5rem;height:20.75rem;top:12.8125rem;left:16.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB { display:block; }#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lP10UsXERaRvwZoLDERxg2KA8ovcUXF7 { width:23.6875rem;height:14.5rem;top:2.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDFHV2iyGeQ1nZgb8i8Vbu17JgTCaqMA { width:30.375rem;height:11.125rem;top:8.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO6RST6JhZmCI5O2oGpSW4ENPbsVC8Xn { width:27.375rem;height:2.0625rem;top:5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJMbchTgTTmpBA052mmnym5uyrDEWZlb { width:9.75rem;height:2.9375rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo7w0iKbEAmwwpyU5N1iUTHRBaiP5ENX { display:block; }
 }@media only screen and (max-width: 763px) { #T1VvFtZDVgN775rnVQ1PyAR5b1Kp4uNn { width:9.75rem;height:2.9375rem;top:14.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXZh0hbgWZmrTWUEM4MxRQdfElATf6du { display:block; }
 }@media only screen and (max-width: 763px) { #Rt6OJsZfrWyLrtGrI8h9JuObERtxokR6 { width:23.6875rem;height:14.125rem;top:11.8125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx { display:block; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxxvcddpkeRpSgc0nqb85e9fStBrKLwQ { width:47.75rem;height:2.0625rem;top:3.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCFhErbugCDur3RZ9J1hC6b4AXeGBRxN { width:1.5625rem;height:1.5625rem;top:3.75rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfRsANnQnAa3JtrpbPei6EN7AiSvbnmp { width:10.0625rem;height:2.9375rem;top:3.125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGnbzcNoHCZu64h8nOWyts8Md7EnsrVQ { display:block; }
 }@media only screen and (max-width: 763px) { #uu9SMgowyT6rOUNpFLDpfWBkCatbd9wa { width:5.5rem;height:5.5rem;top:1.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wczTGC3F180SbZwaeANk1lcCWO6r0cS5 { width:3.1875rem;height:3.1875rem;top:2.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGFFsAaV5FI6imVMGbUXOggWkFllq5AB { width:3.75rem;height:3.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9BdiC6dOs7LKdpC1lGVk5PwUSQEE2yf { width:2.125rem;height:2.125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIzk5ZFUVaNc03MlStvAwImV3PZpLWai { display:block; }#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsCTt9vIRG7LrxqzuaxyygJ6IRMXpClb { width:27.1875rem;height:4.9375rem;top:17.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pur2OtqoTEvzQTLbN18Owo5Kas9W4q1l { display:block; }
 }@media only screen and (max-width: 763px) { #TuhRldN0QIUuyDfkHNCd86lSRutEmK12 { width:40.25rem;height:7.875rem;top:6.25rem;left:3.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbLsq6kDxC33W3ZK7Pr0x3scr38hugkK { width:9.125rem;height:2.125rem;top:4.125rem;left:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeQAJaGgUpshOpQBFhRNTqHIHtk2znAE { width:10rem;height:2.8125rem;top:32rem;left:18.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUn2AvpfQCO3S8HsQmqWwd9yKhA06dzc { width:0.75rem;height:0.75rem;top:4.8125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3he7LJDtCHSTAR1mHtrBsd2gXQWpMtD { width:18rem;height:1.375rem;top:25.3125rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtDGzpi8nh7KDNLBMzNhU3peTZeHo478 { width:4.25rem;height:4.25rem;top:17.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb7iXQ279fhs9OW5qaqwTRlC7rZzRILo { width:22.0625rem;height:1.1875rem;top:15.4375rem;left:12.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNvqNrLt3RXQ7vZhoM0IeNndteExnAht { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #uNvqNrLt3RXQ7vZhoM0IeNndteExnAht > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM { display:block; }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svxiGQTPQcvDfvvyC18ONRl8hfZ8kWep { width:14rem;height:2rem;top:0.625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLm5eVpl3lLE0BI2aBgokw6vKGVMzTck { display:block; }
 }@media only screen and (max-width: 763px) { #AJMGgD070E156QWlNAzeGMah0qKbpuOB { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgaRTLa1o6WLeOdBsRxcMFdt0CDULOkW { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZO0ZAQVTH93FHWLzTa0Xp2VTMbCuVEG { display:block; }
 }@media only screen and (max-width: 763px) { #heR0Li7IadOXoDPTJyJq0OS0orppAph3 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNxo4nHLqGqsPOH0GbXIlN3KHclESuZI { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv { display:block; }#piU0IdEpWi4aB6qqIk0Q1TiUgXTo7dQv > .row .container { width:20rem;height:0.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T { display:block; }#veDUSH50xuPG7ubc4Xlr6y1u3TQ7Fo6T > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDDvubw4l9a0cXkKfGQI5fogr14ctstD { width:20rem;height:5.84765625rem;top:9rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pfZDD5ie0FqG0gtTCCBibdXxx3U8G5GI { width:16.625rem;height:6.625rem;top:0.8125rem;left:0.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xTbtATuaFnUpghe9RGOK0ovgnsoqRr65 { width:20rem;height:2.9746125rem;top:15.5234375rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tasuudn05MdvGbM5uGi0TRrvPvMuy20i { width:16.6875rem;height:3.25rem;top:20.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQF2X7Ncdy1xCu5Tga29qDXXHhRod1Cn { display:block; }
 }@media only screen and (max-width: 763px) { #wymSUOGuozBLDkqPPTu4LZf6VuFWyl68 { width:1.4375rem;height:1.4375rem;top:21.03125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP2dXIuiaZV4SAtNgcIv0f9vlUSJf8oV { width:20rem;height:25.75rem;top:192.2177734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbeKQ9DBVPw5hr8SQ7NzuGxeucZnwIfe { width:20rem;height:23.5rem;top:23.5625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f2eb8fa5-2ce5-461d-9186-d37c0b9aaaff/image2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14997;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block; }#JbeKQ9DBVPw5hr8SQ7NzuGxeucZnwIfe.adaptive-delivery-prevent-bg, #JbeKQ9DBVPw5hr8SQ7NzuGxeucZnwIfe.lazyload, #JbeKQ9DBVPw5hr8SQ7NzuGxeucZnwIfe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #R6TDb973sZv0c2NUpFowTAbq3JTKgXmq { width:16.3125rem;height:23.625rem;top:23.435546875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TIo88o1OGXEm7UXav6R5VVb4Lfg5Uzqs { width:15.0625rem;height:21.8125rem;top:25.0625rem;left:1.4375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #vsbazIDxFTkVXL0dDAdioOxWkLTT9zWh { width:20rem;height:27.4375rem;top:219.155275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #axR8TLTM889isVUtgOxS3I4fTMEcbSW9 { width:20rem;height:32.3125rem;top:81.76171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6JNBhJSNJ5Ja27CP7iZeG3mT8VNBCiQ { width:7.625rem;height:3.8994125rem;top:28.15625rem;left:0rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #x9svu2liZ7JB36WMPdFFxdR9c1wfNhTh { width:16.4375rem;height:0.6494125rem;top:6.25rem;left:2.875rem;font-size:0.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #luTtb5vfqOvWxKRUVpZ0nTBdax9g5nUT { width:2.6875rem;height:2.6875rem;top:36.34375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUX90AUlIDx5uMikr9mxKXOTOxTrJtXQ { width:4rem;height:4rem;top:37.9609375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARTlK3WLOL16UNsSNTQTSqyHKIFeUrdT { width:4.875rem;height:4.875rem;top:187.35449375rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sv8gxDoKpldrv3cub4sOKC6CbMDwpKK9 { width:17.25rem;height:1rem;top:23.875rem;left:2.75rem;font-size:0.625rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a7aQ77fTrzmW7B0X9L8899KR8zAdS1Qo { background-color:#f6ede9;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:none; }#a7aQ77fTrzmW7B0X9L8899KR8zAdS1Qo > .row .container { border-width: 0; border-radius: 0; }#a7aQ77fTrzmW7B0X9L8899KR8zAdS1Qo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7aQ77fTrzmW7B0X9L8899KR8zAdS1Qo > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aPZCnwmzoAIzm2DkbWXgkWKCfsROqUMR { width:17.3125rem;height:1.16796875rem;top:2.8125rem;left:2rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BbnXDJnZ7HCxr7ha6TampyyW1ETH4HhX { width:14.5rem;height:1.16796875rem;top:5.25rem;left:4.0625rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X3kCzWQrTFPMkVzrRpVaSarhQFkrCWM4 { display:flex;width:1.4375rem;height:1.4375rem;top:5.0625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #Okyk3s4b2gvWAbNRQqbrpRFxUrdWqZcH { width:7.25rem;height:1.16796875rem;top:7.5625rem;left:4.0625rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #B0HBXIBbzT9B08Nst77Ahfaptc5rLgIF { display:flex;width:1.5rem;height:1.5rem;top:7.4375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #pOQOBuvTvwoGURJA64d6xprTNPomvTsI { width:11.4375rem;height:1.16796875rem;top:10rem;left:4.0625rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i2Z6Wv45x6Vd8pmHTXNQPVS31LDN313L { display:flex;width:1.5rem;height:1.5rem;top:9.8125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #kauyCeGMaOs2mpevdEehqva0pPWw9ftg { background-color:#f6ede9;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; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row .container { background-color: transparent; background-image: none; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row .container > .video-iframe-container { display: none; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row > .video-iframe-container { display: none; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .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); }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row .container { border-width: 0; border-radius: 0; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kauyCeGMaOs2mpevdEehqva0pPWw9ftg > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0e6GLdo27MlVdSMir1oIzUGeB3Vub1r { width:17.3125rem;height:1.16796875rem;top:2.9375rem;left:0rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qJyElnD07Dq28EChd392G2gpaC1e7CPO { width:14.5rem;height:1.16796875rem;top:5.375rem;left:2.0625rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QA9m0MsWByTDSUUZuyLS3JkEVfTeg5wD { display:flex;width:1.4375rem;height:1.4375rem;top:5.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zI9qoGdRpe72faOgUz29eVcflC45J6Xg { width:7.25rem;height:1.16796875rem;top:7.6875rem;left:2.0625rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #b8EWUwvXfK2ida6AnXqZOWoUKuR02iNE { display:flex;width:1.5rem;height:1.5rem;top:7.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zdVt69r7WhXZFMwwK1DQPy4zybc1ultQ { width:11.4375rem;height:1.16796875rem;top:10.125rem;left:2.0625rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tUb0rpd3BpWceqGKn44fxD8Qx4nRayTw { display:flex;width:1.5rem;height:1.5rem;top:9.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bXTXW5UmNXHrs7cTp2cAJoMK7QOSMr8f { height:40rem;width:20rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry16Z5704IJuHFSyX5k43PTGCSc7scfv { width:20rem;height:3.574225rem;top:12.1875rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aCZQJPbp0977pMVnHP7BNs1w10mUpP12 { width:20rem;height:13.640625rem;top:17.1875rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZT67nRTzbcM6CQrhRlphmRTqpd7wl8SU { width:1.5625rem;height:1.5625rem;top:33.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUPrO7kqREv7p7fNnRvxpcr5ms6nlWTS { width:18.25rem;height:2.9375rem;top:33.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CleNZWdLLCbUohLOVOxbhVGRxFog5Kdr { display:block; }
 }@media only screen and (max-width: 763px) { #yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 { background-color:#6ea28c;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; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row .container { background-color: transparent; background-image: none; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row .container > .video-iframe-container { display: none; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row > .video-iframe-container { display: none; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .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); }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row .container { border-width: 0; border-radius: 0; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJb3HQL5Zi46hGF3svzGbQDycXEbkAo3 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC8wGUgLsnQz0MaGkBi43xc49PHuenK0 { width:17.4375rem;height:5.361325rem;top:8.3125rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TIXMUhv4q4Z9AXTiKctawaht14DA3ryF { width:20rem;height:3.41015625rem;top:14.6875rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q9UJDLtUpkZOqRCNHc2aziTPUtF2cBaX { width:1.5625rem;height:1.5625rem;top:20.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzJdepyyCmySal8IbTpMpr2GLaa2aLc6 { width:13.5rem;height:2.9375rem;top:20rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKK98e5uJNJhKldL8WeCg6ok1lH2RfL0 { display:block; }
 }@media only screen and (max-width: 763px) { #QN4HPRTdHUFFWmpa5D1F4g1JbrnQf2oU { width:3.75rem;height:3.75rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhRzD5NGuPswvzfTKcLu3bSQ9l4RlyC { display:flex;width:2.125rem;height:2.125rem;top:3.8125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #MnaLyR6MMrH4J7XCI2IIJiTBsVfORzmx { width:3.75rem;height:3.75rem;top:2.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHurNyRVQ7UCnHePQieczEOHzkWhA1Bv { display:flex;width:2.125rem;height:2.125rem;top:3.625rem;left:6.125rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ { display:block; }#LIB5qVAWvg9riBEmnSRVbVvPoXlTD9XJ > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9oVy5zFWekL8qhz9pDUaEbLFHT1Q9BN { width:20rem;height:12.5rem;top:19.625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TntnbOaggrm1kPzZr9tLOeGwsT8sb6Vh { width:20rem;height:10.5rem;top:7.25rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VmwVmu0gTSLStp4sgo7gRyk3UI3REpaG { width:20rem;height:3.4375rem;top:2.5625rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #usBLPHETHdVC1GICRRFnhBOWoShGJsll { display:block; }#usBLPHETHdVC1GICRRFnhBOWoShGJsll > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsMV9BiAlcFNVG6A0ur9pS4zETPAEQwP { width:20rem;height:5.25rem;top:30.0625rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xBtPguTkZqRtVkE27yt54STdhRgCP1Bk { width:20rem;height:8.25rem;top:3.75rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Vcx4aXIBd7tl0MKTO9bPxicKu6WmnhDc { width:17.9375rem;height:17.5625rem;top:10.8125rem;left:2.0625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4315486c-d00b-46d8-b67f-8012c648aa39/IMG_7633__1___2_removebg_1_.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Vcx4aXIBd7tl0MKTO9bPxicKu6WmnhDc.adaptive-delivery-prevent-bg, #Vcx4aXIBd7tl0MKTO9bPxicKu6WmnhDc.lazyload, #Vcx4aXIBd7tl0MKTO9bPxicKu6WmnhDc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CdCOUppfFX6P5R6VS4NGXfLyCOfsAFi1 { width:20rem;height:32.3125rem;top:69.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZMPFWx43hvXTriBg5DUMthZuuFwwgV4 { width:20rem;height:26.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsfOJthGaVRM2QthcMUU3UhGmJdpxATm { width:17.875rem;height:21.25rem;top:7.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/632efafd-8503-4d57-a5d3-49381f862947/mirela4.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hsfOJthGaVRM2QthcMUU3UhGmJdpxATm.adaptive-delivery-prevent-bg, #hsfOJthGaVRM2QthcMUU3UhGmJdpxATm.lazyload, #hsfOJthGaVRM2QthcMUU3UhGmJdpxATm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #l5zvPDmGvvMDsTwRAMIWIJpCQ8U1l1F1 { width:20rem;height:2.0625rem;top:1.6875rem;left:0rem;font-size:1.875rem;line-height:1.1;color:#dedede;display:block; }
 }@media only screen and (max-width: 763px) { #tSiPggTKyWeTW5PPsEHyiuqikFrowSAp { width:5.25rem;height:5.25rem;top:37.9375rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvCygTTzmqc0AKWTGpUQw771B44a7Uxe { width:6.75rem;height:6.75rem;top:31.69921875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzrit45RqWPVniC2uEWDfvzqeVb1v4QA { width:3.375rem;height:3.375rem;top:20.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qemaIXXP8eVflvpHRU9sJgAxBvgU7BEd { top:28.375rem;left:0rem;width:17.25rem;height:0.0625rem;z-index:15015;background-color:rgba(213,213,213,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CDla57puA4cmSSlr8qXGyTUn3OosCTy7 { display:block; }#CDla57puA4cmSSlr8qXGyTUn3OosCTy7 > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W42GhmDzJwIBdRBoTTgV0GKZBKKt4h06 { width:20rem;height:1.71875rem;top:6.125rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WR6QDKfpq1vCyCaqwzArG7ZQ7KWaEDT9 { width:19.5625rem;height:8.53125rem;top:8.46875rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tyTD76wshpPHMQ2uu05nVJft4a5msLws { width:20rem;height:0.0625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU521050gKgeSqCU1vUNFQXXK5xI7t02 { width:2.375rem;height:2.375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuMZkJgZyIZbUd8oeSkMK2pmiet8Ko4G { width:20rem;height:0.0625rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP4OxI1NI6ZqOnQ3CUZkGL87v5HyWy9J { width:20rem;height:1.71875rem;top:23.6875rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d54apQTXXgB5JUQmT6ZLLM8eflf9hbR1 { width:19.5625rem;height:6.09375rem;top:26.0625rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J1ATfpX570PKKOIo6cmwtXVpqquEhnON { width:2.375rem;height:2.375rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQIhSxJq7TRlvQ44xyKJPHQTKwTNd6gw { width:20rem;height:1.71875rem;top:40rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sBZFTAwdCBXPzCPUmr2bavH4HB7KLR9p { width:19.5625rem;height:8.53125rem;top:42.375rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lTa9PlUT2fmgI2cbInESUSuQGKmV7pSc { width:2.375rem;height:2.375rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKvrofnXsN07InaJH2SvClhSraTpMTp { width:20rem;height:6.5rem;top:54.9375rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lU54K6t95MnIy1D42WGe4nul52r6Nuy5 { width:20rem;height:2.9375rem;top:63.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U754ROSCbVHPExtVteBkxumL8pzHI6cN { display:block; }
 }@media only screen and (max-width: 763px) { #p1W83R789STkLhKexqpwQoEyIWWNKE2R { width:1.5625rem;height:1.5625rem;top:64.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ { display:block; }#Rhgst9bwg9GTTWTZTeXWGNpTv6cR8gyQ > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqTQgLVSDDktnSBPk7Dxw0HyOXm5Rq1R { width:18.125rem;height:14.34375rem;top:5.75rem;left:1.875rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eW4RwB1rdIIfUsD0ESW9AfnwLNUXTwB6 { width:1.875rem;height:14.34375rem;top:5.75rem;left:0rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZcOm8TcvT4k1L32XUKoknAyOLMSfC3Uy { width:17.5rem;height:12.75rem;top:20.125rem;left:1.875rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rSNRzWWEuz2nJLarT0RfaRFdJ3oBdM33 { width:1.875rem;height:12.75rem;top:20.125rem;left:0rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wEvG3EoTfUFyrv7LdroTGu7k04GIKtQB { width:20rem;height:1.71875rem;top:2.6875rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 { display:block; }#ZCx8VI16eRHeblPHwnT1hmZdEXBO4Uz7 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row .container { background-color: transparent; background-image: none; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row .container > .video-iframe-container { display: none; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row > .video-iframe-container { display: none; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .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); }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row .container { border-width: 0; border-radius: 0; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#cznGtG8OZDBg85CaLxUOfGZ7spwOuCk2 > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwbhfHGVmFEatmpwTi1TM2RkA4l2B6i0 { width:20rem;height:6.1875rem;top:2.5625rem;left:0rem;font-size:1.875rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y0rwVORwumLLiq1pIGleeC8SOHXBaeda { width:20rem;height:7.875rem;top:9.4375rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rO13fsklckNPkJZzqyfOPclAumx2pWMF { width:20rem;height:11.4375rem;top:17.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }#rO13fsklckNPkJZzqyfOPclAumx2pWMF li:before{  }
 }@media only screen and (max-width: 763px) { #CryqnHWHlFNT9rbZUQM8qnbUCySQISaJ { width:20rem;height:3.9375rem;top:31.03125rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mAMKlZ0rISbC60AryJuKtwH4C2woByR8 { width:20rem;height:19.5rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ { display:block; }#yzNxmBb6UBSmb8mft1Hpd52Hdy3CMdBQ > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM { display:block; }#pnJtJpShTLTuzvnvDM41Zr5JJ7OkErhM > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #conL6mZR5XfuIff45ZMlbWAoTKXB1elh { width:20rem;height:3.78125rem;top:2.8125rem;left:0rem;font-size:3.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TharRcm6sfFrxwv97SSlEhr2c52VR8cI { display:block; }#TharRcm6sfFrxwv97SSlEhr2c52VR8cI > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks2zRFnC6rhSKTBeZbAfTVJ7X2DTVmB3 { width:20rem;height:9.8895027624309rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7fmywfqx1O4a2qAa84pVUArpsBx9n1 { width:20rem;height:11.226158038147rem;top:13.888671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbMA0IpD3ze4eMBtvgZErr4X8TSLtwOF { width:20rem;height:11.924119241192rem;top:27.48828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs { display:block; }#uCzqfxUaSl761pUSzxDs7ORQHk6UWmWs > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeBW0LKzEc8WOBH1FAeCfyFA7r6P1r3H { width:20rem;height:8.7912087912088rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTxpH3OiNSl8fxKTcsvHhOxdkOImZMl { width:20rem;height:9.6969696969697rem;top:14.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn9AWiPNX3G2EPL9RttrDf1humCVxiGI { width:20rem;height:8.1081081081081rem;top:27.2373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG { display:block; }#qvbJ4X3Isqhme4XuHz3g3079oR5GvzvG > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2lHXSQ2nTHW2zzfmuOHOCqdBS0r1vDH { width:20rem;height:11.5175625rem;top:2.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLT2Lka1efZrzT1s4yg3D0WahFDaMGex { width:20rem;height:14.293rem;top:17.4033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJiTwvZHkWFOeWTDnic72AaTLSlIiWEA { width:15rem;height:4.142575rem;top:33.8125rem;left:3rem;font-size:1.0625rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J3MF7KL1cVpHtz15sWWgVVvEykF51Kim { width:16.3125rem;height:2.9375rem;top:39.25rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgAhIvorB250myPP37vWMaWIuaxCWQBe { display:block; }
 }@media only screen and (max-width: 763px) { #TTbm05PfSTQiQmTGW6Q9qca25OCO3fit { width:1.5625rem;height:1.5625rem;top:39.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDSi2hUCzO5ClnmRfalR9Dc9y87y4TIa { width:14.625rem;height:1.0996125rem;top:42.8125rem;left:2.6875rem;font-size:0.6875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HkQfhveQFHnmHTvFByOucV8TqFqvDzFy { display:block; }#HkQfhveQFHnmHTvFByOucV8TqFqvDzFy > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Naa58RtSSFWnPlVrM1BUqR5MlnGKvUEM { width:14.875rem;height:4.8125rem;top:2.3515625rem;left:0rem;font-size:2.1875rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R8dnqCnCvE7pBvHuKOZ5ycbIBIa2oW6l { width:20rem;height:20.8125rem;top:7.8515625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkbXCGP9pXM2tp2aHboeQ8IKICQ1W5uk { width:20rem;height:24.9375rem;top:30.8125rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB { display:block; }#hTfFvwO96WhPQhsZGk7gCT5ZNXdJU8KB > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lP10UsXERaRvwZoLDERxg2KA8ovcUXF7 { width:20rem;height:9.0625rem;top:1.875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:7.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e198f7e-8699-43cd-8ff6-6c2ab8685ca3/whatsappimage20260501at10130669f9ffd04cbb8.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lP10UsXERaRvwZoLDERxg2KA8ovcUXF7.adaptive-delivery-prevent-bg, #lP10UsXERaRvwZoLDERxg2KA8ovcUXF7.lazyload, #lP10UsXERaRvwZoLDERxg2KA8ovcUXF7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zDFHV2iyGeQ1nZgb8i8Vbu17JgTCaqMA { width:20rem;height:13.125rem;top:22.375rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OO6RST6JhZmCI5O2oGpSW4ENPbsVC8Xn { width:20rem;height:2.0625rem;top:19.5rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VJMbchTgTTmpBA052mmnym5uyrDEWZlb { width:9rem;height:2.5625rem;top:38rem;left:9.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo7w0iKbEAmwwpyU5N1iUTHRBaiP5ENX { display:block; }
 }@media only screen and (max-width: 763px) { #T1VvFtZDVgN775rnVQ1PyAR5b1Kp4uNn { width:9rem;height:2.5625rem;top:38rem;left:0rem;font-size:0.75rem;z-index:15011;color:#ffffff;background-color:#000000;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #JXZh0hbgWZmrTWUEM4MxRQdfElATf6du { display:block; }
 }@media only screen and (max-width: 763px) { #Rt6OJsZfrWyLrtGrI8h9JuObERtxokR6 { width:15.1875rem;height:7.6875rem;top:9.375rem;left:4.8125rem;border-top-left-radius:1.875rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:1.875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea50f4f3-8bd0-47ce-8d08-b7a50a934fae/whatsappimage20260501at10130869f9ffd0476e6.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Rt6OJsZfrWyLrtGrI8h9JuObERtxokR6.adaptive-delivery-prevent-bg, #Rt6OJsZfrWyLrtGrI8h9JuObERtxokR6.lazyload, #Rt6OJsZfrWyLrtGrI8h9JuObERtxokR6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx { background-color:#6ea28c;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; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row .container { background-color: transparent; background-image: none; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row .container > .video-iframe-container { display: none; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row > .video-iframe-container { display: none; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .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); }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row .container { border-width: 0; border-radius: 0; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lxGFLFxl1oo2cniKVtUT6Uc3UGavPyHx > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxxvcddpkeRpSgc0nqb85e9fStBrKLwQ { width:18.0625rem;height:5.15625rem;top:2.625rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PCFhErbugCDur3RZ9J1hC6b4AXeGBRxN { width:1.5625rem;height:1.5625rem;top:10.5625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfRsANnQnAa3JtrpbPei6EN7AiSvbnmp { width:9.75rem;height:2.9375rem;top:9.9375rem;left:10.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGnbzcNoHCZu64h8nOWyts8Md7EnsrVQ { display:block; }
 }@media only screen and (max-width: 763px) { #uu9SMgowyT6rOUNpFLDpfWBkCatbd9wa { width:3.75rem;height:3.75rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wczTGC3F180SbZwaeANk1lcCWO6r0cS5 { display:flex;width:2.125rem;height:2.125rem;top:10.4375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #XGFFsAaV5FI6imVMGbUXOggWkFllq5AB { width:3.75rem;height:3.75rem;top:9.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9BdiC6dOs7LKdpC1lGVk5PwUSQEE2yf { display:flex;width:2.125rem;height:2.125rem;top:10.25rem;left:5.75rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #vIzk5ZFUVaNc03MlStvAwImV3PZpLWai { display:block; }#vIzk5ZFUVaNc03MlStvAwImV3PZpLWai > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsCTt9vIRG7LrxqzuaxyygJ6IRMXpClb { width:17.875rem;height:3.9375rem;top:12.5rem;left:1.0625rem;font-size:0.9375rem;border-top:0;border-left:2.125rem solid #25d366;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pur2OtqoTEvzQTLbN18Owo5Kas9W4q1l { display:block; }
 }@media only screen and (max-width: 763px) { #TuhRldN0QIUuyDfkHNCd86lSRutEmK12 { width:20rem;height:4.25rem;top:5.28125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbLsq6kDxC33W3ZK7Pr0x3scr38hugkK { width:6.5625rem;height:1.59375rem;top:3.5rem;left:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeQAJaGgUpshOpQBFhRNTqHIHtk2znAE { width:10.875rem;height:3.09375rem;top:24.5966796875rem;left:4.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUn2AvpfQCO3S8HsQmqWwd9yKhA06dzc { width:0.75rem;height:0.75rem;top:3.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3he7LJDtCHSTAR1mHtrBsd2gXQWpMtD { width:18rem;height:1.375rem;top:19.3359375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtDGzpi8nh7KDNLBMzNhU3peTZeHo478 { width:3.5rem;height:3.5rem;top:12.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb7iXQ279fhs9OW5qaqwTRlC7rZzRILo { width:20rem;height:1.19921875rem;top:10.1904296875rem;left:0rem;font-size:0.75rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNvqNrLt3RXQ7vZhoM0IeNndteExnAht { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #uNvqNrLt3RXQ7vZhoM0IeNndteExnAht > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#DNuPFlyyNbvPXgF9MqSfU8yEBVkpXTTM > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svxiGQTPQcvDfvvyC18ONRl8hfZ8kWep { width:10.25rem;height:1.5rem;top:0.5625rem;left:6.5rem;font-size:0.5625rem;background-color:#84d9b5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xLm5eVpl3lLE0BI2aBgokw6vKGVMzTck { display:block; }
 }@media only screen and (max-width: 763px) { #AJMGgD070E156QWlNAzeGMah0qKbpuOB { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;color:#84d9b5;display:block; }
 }@media only screen and (max-width: 763px) { #GgaRTLa1o6WLeOdBsRxcMFdt0CDULOkW { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZO0ZAQVTH93FHWLzTa0Xp2VTMbCuVEG { display:block; }
 }@media only screen and (max-width: 763px) { #heR0Li7IadOXoDPTJyJq0OS0orppAph3 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNxo4nHLqGqsPOH0GbXIlN3KHclESuZI { display:block; }
 }