.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:242,236,234;--color-primary-1:221,200,192;--color-primary-2:192,160,148;--color-primary-3:115,96,89;--color-primary-4:38,32,30;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:236,225,221;--color-secondary-3:142,135,133;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P { background-color:rgba(236,225,221,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container { background-color: transparent; background-image: none; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container > .video-iframe-container { display: none; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row > .video-iframe-container { display: none; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .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); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container { border-width: 0; border-radius: 0; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container { width:75rem;height:6.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.3125rem;top:2.21875rem;left:1.9375rem;overflow:hidden;display:block; }
#AOdIdyGl5PxOSVw0mzohZJMnLaaTXn9L { background-color:rgba(var(--color-secondary-4),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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.75rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:1.9375rem;left:58.875rem;display:block; }
#u4EIESZoT8qW3HFmXkefTrML8QXsdHaS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb99616a-0912-491d-942e-775b4db6db1d/CopyofSavetheDate1200x350px1200x450px4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL.adaptive-delivery-prevent-bg, #LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL.lazyload, #LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL.lazyloading { background-image: none; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container { background-color: transparent; background-image: none; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container > .video-iframe-container { display: none; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row > .video-iframe-container { display: none; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .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); }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container { border-width: 0; border-radius: 0; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#TVuK5fTPKnGXgzzRbxDoani79HLQ78h6 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:5rem;left:0rem;height:6rem;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; }
#bTaw42n665BN5tTXXFFIm7gmAGIqBqr4 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:18.125rem;left:0rem;height:4.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;text-align:center;text-align-last:center;display:block; }
#UJwb6920T2HiZAgoCTPQcXkF3JbW9GWM { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:12rem;left:49.8125rem;height:1.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; }
#pyBqIvmRd1RtqL6FS1h0ibToTbhZFXUk { color:rgba(var(--color-tertiary-0),1);display:block;width:65.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:24rem;left:4.59375rem;height:4.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;text-align:center;text-align-last:center;display:block; }
#hQMShZtyvNftgS9TEk4BpPV6tgCtKp3U { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:23.4375rem;display:block; }
#L2uk4ed8PsUgexhkt30X4CB1nfTPZaax { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:32.3125rem;left:28.75rem;display:block; }
#NRwbGNiNmFf4LG1opqupcCULHDiLKbpP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygJIg3lSmApGUTmyS0chELPr6V5nygyI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ygJIg3lSmApGUTmyS0chELPr6V5nygyI > .row .container { background-color: transparent; background-image: none; }#ygJIg3lSmApGUTmyS0chELPr6V5nygyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygJIg3lSmApGUTmyS0chELPr6V5nygyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygJIg3lSmApGUTmyS0chELPr6V5nygyI > .row .container > .video-iframe-container { display: none; }#ygJIg3lSmApGUTmyS0chELPr6V5nygyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygJIg3lSmApGUTmyS0chELPr6V5nygyI > .row > .video-iframe-container { display: none; }#ygJIg3lSmApGUTmyS0chELPr6V5nygyI > .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); }#ygJIg3lSmApGUTmyS0chELPr6V5nygyI > .row .container { border-width: 0; border-radius: 0; }#ygJIg3lSmApGUTmyS0chELPr6V5nygyI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygJIg3lSmApGUTmyS0chELPr6V5nygyI > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#ZFgfzhkIPcUqys4dLf109f8bSk7DMQKK { box-sizing:content-box;height:7.1875rem;width:15.5rem;position:absolute;display:block;z-index:15004;background-color:#ddc8c0;background-image:none;top:5.1875rem;left:3.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#To7trWWobp424xwNbOmHk2mMizLTIEa0 { box-sizing:content-box;height:6.4375rem;width:64.625rem;position:absolute;display:block;z-index:15003;background-color:#ece1dd;background-image:none;top:5.5625rem;left:7.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yAr0XGq2p1EL4A30K6XhTT0rPuRRWnWd { color:#000000;display:block;width:12.685546875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:6.53125rem;left:4.6572265625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:italic;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; }
#XCb7lk7Twp2bXs4LTP7J7knysLcJCF71 { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:0.75rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:300;font-size:1.375rem;color:#000000;font-style:normal;height:auto; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#0c1b2b;font-weight:300;font-style:normal; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-trigger.adaptive-delivery-prevent-bg, #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-trigger.lazyload, #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-trigger.lazyloading { background-image: none; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc { box-sizing:content-box;height:auto;width:40.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.96875rem;left:23.71875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #tbeA3OsRxpVWi883iyWPdEVFTZZT81Cx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #INxDexf1pPquzZG7EWb4ZQhGlOklrHix { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #R4Me7wLRgtU7b4ftHPoqJRCatTZKWEVL { display:block;position:relative; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #doRvGHMWA6JMIeBT5t11VZm5Fg8tzgMT {  }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #koErsR4kKIhCM8JMKGWV14C8I4BEx7Ob {  }
#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { background-color: transparent; background-image: none; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container > .video-iframe-container { display: none; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row > .video-iframe-container { display: none; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .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); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { border-width: 0; border-radius: 0; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#NSpAa4zmx8EQ5BggTpWp2nqWf35vsCCw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0.8505859375rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(236,225,221,0.5);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;z-index:auto;display:block; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container { background-color: transparent; background-image: none; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container > .video-iframe-container { display: none; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row > .video-iframe-container { display: none; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .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); }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container { border-width: 0; border-radius: 0; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#obhxnau4Ev64kzZnVXIqR6bc4qqG12a5 { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;height:16.0625rem;width:11.9375rem;top:0.8125rem;left:2rem;overflow:hidden;display:block; }
#bV4zhBqbI0nv3l1cyu2zXDxP1tJkyCeR { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:10rem;left:18.375rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bd2V2N5fCR9SLEGDoAJ0lUsKK0oHzGoS { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:7.3125rem;left:20.5625rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gHqNWP015EcerxMTwh9EWKsNC4BpyCvX { color:#000000;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.8125rem;left:37.3125rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B0H5Jr4VQNRIq2rPKsKs103bvlLTOhHG { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:7.3125rem;left:39.5rem;height:3.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y0ofukhKPstszRWzowIaIxcxqZnJAPAs { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:9.8125rem;left:57.375rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RZURz4tnZTE215kSA3V4eIyF983ItyLG { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:7.3125rem;left:59.625rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cQzLK0arDZLPy3tGORRDyLsPU84Jc8ln { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.0625rem;left:20.5625rem; }
#wuTFcNC9AC5xnhLSMUB0cvKSS3sSmlwZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.5rem;left:42.625rem; }
#r1ADiyZG3QbeUrTShTNhTRC7art45ZMS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.875rem;left:60.875rem; }
#HIq9Q4uktTtqbzm5tf57F2hH5Hfei0rL { 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:7.25rem;left:18.0625rem; }
#xOlKXOCW3CG7k6lTh9KH8gzG5nrUQ2oe { 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:15020;opacity:1;top:7.25rem;left:36.875rem; }
#mxfIHn1kn9PbUsZLdXX72Lu0RG3JyqAB { 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:15021;opacity:1;top:7.1875rem;left:57rem; }
#LXEpvGbupOemywVP7mBLSTruDQIsr6mu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.5);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; }#LXEpvGbupOemywVP7mBLSTruDQIsr6mu > .row .container { background-color: transparent; background-image: none; }#LXEpvGbupOemywVP7mBLSTruDQIsr6mu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXEpvGbupOemywVP7mBLSTruDQIsr6mu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXEpvGbupOemywVP7mBLSTruDQIsr6mu > .row .container > .video-iframe-container { display: none; }#LXEpvGbupOemywVP7mBLSTruDQIsr6mu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXEpvGbupOemywVP7mBLSTruDQIsr6mu > .row > .video-iframe-container { display: none; }#LXEpvGbupOemywVP7mBLSTruDQIsr6mu > .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); }#LXEpvGbupOemywVP7mBLSTruDQIsr6mu > .row .container { border-width: 0; border-radius: 0; }#LXEpvGbupOemywVP7mBLSTruDQIsr6mu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXEpvGbupOemywVP7mBLSTruDQIsr6mu > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#JqqTM02fsSHr1HGW7EqodsETbhntp7ih { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0.65625rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#heJZOvsW8I8P6dK5EupHTATdcNrxgH8f { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.8505859375rem;left:20.96875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 { background-color:#fefefe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 > .row .container { background-color: transparent; background-image: none; }#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 > .row .container > .video-iframe-container { display: none; }#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 > .row > .video-iframe-container { display: none; }#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 > .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); }#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 > .row .container { border-width: 0; border-radius: 0; }#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#vh8o7aKRc0VzFLN6lhWVBTLMZTvOkZ7O { box-sizing:content-box;height:43.8125rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:#f6f8fa;background-image:none;top:2.125rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#nGlIK3CqAnmgcUSvcPgEnoUvTCs2H1dJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.37451171875rem;left:1.9375rem;height:6.375rem;font-style:normal;display:block; }#nGlIK3CqAnmgcUSvcPgEnoUvTCs2H1dJ li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#nGlIK3CqAnmgcUSvcPgEnoUvTCs2H1dJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27979408aec0db37f0aa410bedf63eb34f5948a1.svg); }
#vEtBI0TruEkpEuAMS9Du3O9q6DQh8pWK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11rem;left:1.875rem;height:2.625rem;font-style:normal;display:block; }
#BoNr6mnTMCwMi1AKbs97awTbsK4y0ZPc { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15rem;left:1.9375rem;display:block; }
#zLvSIWKe35EsJMHv1OacqSiMJ1nvbNtc { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4rem;left:1.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fptTb1g6NhoDTzGqL3xG9lSSysAgCUIU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.3125rem;left:1.9375rem;height:2.5625rem;font-style:normal;display:block; }
#zzOgmZJVGlfhU6xx2KAyRfMGxJsviRCr { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.625rem;left:1.9375rem;display:block; }
#mIMPM10FgJm4v2Tcwirye57beP35VBRU { box-sizing:content-box;height:43.8125rem;width:23.75rem;position:absolute;display:block;z-index:15006;background-color:#c0a094;background-image:none;top:2.125rem;left:25.5625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#d9NtyIDHyBeHwyJV80mthun9lLCXtc4e { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.3740234375rem;left:27.5rem;height:6.375rem;font-style:normal;display:block; }#d9NtyIDHyBeHwyJV80mthun9lLCXtc4e li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#d9NtyIDHyBeHwyJV80mthun9lLCXtc4e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
#CXPWhPGgPVBHmtWiNnfPNIH9nFNxiy8u { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:11rem;left:27.4375rem;height:2.625rem;font-style:normal;display:block; }
#lGKZsKdvQzluDkcPvRmZwH7ytbw51vdO { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15rem;left:27.5rem;display:block; }
#uLutLs2cDODE9DngwT7vtHzJoXxnWlBN { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.3125rem;left:27.5rem;height:2.5625rem;font-style:normal;display:block; }
#JaO32srQ5owtT0gipJxBLUEGFF5izlsc { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:27.5625rem;height:2rem;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; }
#PuhkaUK2bbALpWtmxskmVLlRxAa8sHp6 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.625rem;left:27.5rem;display:block; }
#bCWEEqnksWnb2bEB0yRGtAIiBT7BsVoc { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:21.9755859375rem;left:52.4375rem;height:6.375rem;font-style:normal;display:block; }#bCWEEqnksWnb2bEB0yRGtAIiBT7BsVoc li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#bCWEEqnksWnb2bEB0yRGtAIiBT7BsVoc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27979408aec0db37f0aa410bedf63eb34f5948a1.svg); }
#uymOvn1ks1CNJLtsEJCHdVaLyQT5N8mT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:11.0625rem;left:53rem;height:2.625rem;font-style:normal;display:block; }
#nnQy0Twze4044DpkdJCWCsNPwdlfTA10 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15rem;left:53.0625rem;display:block; }
#xXVQ4sC9AReSANr75QnmHXI1v9ihGT34 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:7.3125rem;left:53.0625rem;height:2.5625rem;font-style:normal;display:block; }
#NZLOxXyrh9FCM1Ee3Cd9sQ2U0BrspIk8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.0625rem;left:53rem;height:2rem;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; }
#qpqSxFopWNVTM1ZNwoQDOl9siz9OC8O4 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.6875rem;left:53.0625rem;display:block; }
#xrkXrVADmCAnOdPEEU1OTqwwmESvZqIF { box-sizing:content-box;height:2.75rem;width:21.25rem;position:absolute;display:block;z-index:15003;background-color:#ddc8c0;background-image:none;top:0rem;left:52.4375rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#wDJC8kZLAIIfAMgFXNPJHHyFCL8rs3J0 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:0.75rem;left:54.75rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#XSD4JRsWMORL5HKcViOOaWSCkEyFe9xD { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:0.75rem;left:53.75rem; }
#TdSlCO68nfQ1tN1JKy1FdMgFZ3PUSq3U { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:0.75rem;left:71.625rem; }
#vL69FGg5OhvPdAyJkzKEk7U8RMDUi1lt { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.2373046875rem;left:1.9375rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pHwVByGtOXIXCAbURlUOkOcJeN6uWmL7 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.8505859375rem;left:1.9375rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qEWXPOhsQ9PoQQalpS9F9FrilFfnu4hd { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.23681640625rem;left:27.5rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dzf4MhkeufVCH5zBRu7bpH03aO5TlGoL { color:#202020;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.85009765625rem;left:27.5rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eiOducsZ9OtzBzTRQ07ekrxUJETGUILG { color:rgba(var(--color-primary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:19.28125rem;left:52.4375rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lToHvy8VUmQtWPQchzN8Vz63BccoRRNq { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:30.625rem;left:52.4375rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y8boTROm6GgWX863OQ0tuaoyoZvoPeOQ { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:33.6875rem;left:52.4375rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FTozBPVKl5sgTsT6wL3p89GnC37I7fIu { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:36.125rem;left:52.4375rem;height:8.125rem;font-style:normal;display:block; }#FTozBPVKl5sgTsT6wL3p89GnC37I7fIu li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#FTozBPVKl5sgTsT6wL3p89GnC37I7fIu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27979408aec0db37f0aa410bedf63eb34f5948a1.svg); }
#JVF1HBAlnWK0TJFCNggzzczVWTihynwG { color:rgba(var(--color-primary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:16.2373046875rem;left:52.3125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fStB9sRy8kh4WQO8UNPTAymLcHzIpZNI { box-sizing:content-box;height:43.8125rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:#ddc8c0;background-image:none;top:2rem;left:25.625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#pCA4rr5bUSTRlEGmVqAsyzfeytBlBHqm { box-sizing:content-box;height:43.8125rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2rem;left:51.25rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ { 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; }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row .container { background-color: transparent; background-image: none; }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row .container > .video-iframe-container { display: none; }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row > .video-iframe-container { display: none; }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .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); }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row .container { border-width: 0; border-radius: 0; }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#KmCHaZzhvEop0dyZtuaPbMTGF3wixbLv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.8505859375rem;left:20.96875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X50mrp3mhsgL0gzPuS2JaG9EkvmLwI3l { color:#211c18;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:0.30078125rem;left:0rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkSH3WOEU0XXAMkRfr5NUems6AwhfM1U { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:5.130615234375rem;left:28.75rem;display:block; }
#tel3wx8kCotvDhskXO53JMIdCIly4bFM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.5);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; }#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK > .row .container { background-color: transparent; background-image: none; }#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK > .row .container > .video-iframe-container { display: none; }#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK > .row > .video-iframe-container { display: none; }#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK > .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); }#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK > .row .container { border-width: 0; border-radius: 0; }#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#FOkVRKiQWvnBiQQHau8FfWuZXuXI57Tc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.46875rem;left:46.65625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JZEkAmUxOyBUyLW1WqioMuPwHHSrbasV { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5rem;left:40.21875rem;height:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U7l1r3kD8DTowaTdTiHof3wCWaz5yzDg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.5rem;left:40.21875rem;height:4.375rem;font-style:normal;display:block; }#U7l1r3kD8DTowaTdTiHof3wCWaz5yzDg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U7l1r3kD8DTowaTdTiHof3wCWaz5yzDg li:before{  }
#LxomIVZdCGk8Ja73mzrCqsTnSzlk1wAf { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.1875rem;left:40.65625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sK2AUzs5lJrhU9MNuWSrqg1OH92TVHpx { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:18.375rem;left:44.28125rem;height:4.5rem;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;font-style:normal;display:block; }
#prdVrUWpx8yymg7AFUsbKFd8brxlz3Tv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5625rem;left:40.65625rem;height:1.25rem;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;font-style:italic;display:block; }
#vw1uQ09ovLTyfhBCZJ9SdOTbPwinfOeS { box-sizing:content-box;height:6.375rem;width:27.625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0.51);background-image:none;top:17.4375rem;left:43.375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#bXphFNWhTApZx0TPvW9TFnpTAr5SmnOr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.6875rem;width:34.75rem;top:2.46875rem;left:2.8125rem;overflow:hidden;display:block; }
#IL7fBOGPhTGHgWL4nd3uhTwuBTsMA0XF { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.75rem;left:2.8125rem;height:0.875rem;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;font-style:normal;display:block; }
#eJk9MheRu8dskVeikOEvpcqSDwbp2PGF { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.4375rem;left:41.9375rem;height:0.875rem;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;font-style:normal;display:block; }
#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy > .row .container { background-color: transparent; background-image: none; }#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy > .row .container > .video-iframe-container { display: none; }#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy > .row > .video-iframe-container { display: none; }#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy > .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); }#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy > .row .container { border-width: 0; border-radius: 0; }#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#C09tpzLqh3GUUGtdoCxMvg5OnKwBUTPI { box-sizing:content-box;height:7.1875rem;width:15.5rem;position:absolute;display:block;z-index:15004;background-color:#ddc8c0;background-image:none;top:5.1875rem;left:3.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Ql0JxcbfI161e714TE6fBBWfAa5S9LGL { box-sizing:content-box;height:6.4375rem;width:64.625rem;position:absolute;display:block;z-index:15003;background-color:#ece1dd;background-image:none;top:5.5625rem;left:7.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZvkaSyf4nNMUvWXymCgw5GAL7JrcNsRl { color:#000000;display:block;width:12.685546875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:6.53125rem;left:4.6572265625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:italic;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; }
#ZgT95Iye5zGsIaTga7elACH7CuydwiLE { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:0.75rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:300;font-size:1.375rem;color:#000000;font-style:normal;height:auto; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#0c1b2b;font-weight:300;font-style:normal; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-trigger.adaptive-delivery-prevent-bg, #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-trigger.lazyload, #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-trigger.lazyloading { background-image: none; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 { box-sizing:content-box;height:auto;width:40.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.96875rem;left:23.71875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #VEVHDh4nb2TFcDdFki2buEJ4LF19E2PE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #WP2wOqXEKP9zwnTPXTgtxgzyiOt9OlfK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #bdg1PQSNfqaCDSNKPx2RAgi4XlWWy4I4 { display:block;position:relative; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #XmSw9UMgnm1T0rQ9Ac4C7Eb0Jy3LNM9m {  }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #sWKEkNEX662gxfMiUW5fO4tdfTfyLMii {  }
#NcLwT3DzunlwIaqN4ZhHafikBumEArSd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a115aa4-bd3f-4c8c-bb7e-3045fc4d5ebb/6.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd.adaptive-delivery-prevent-bg, #NcLwT3DzunlwIaqN4ZhHafikBumEArSd.lazyload, #NcLwT3DzunlwIaqN4ZhHafikBumEArSd.lazyloading { background-image: none; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container { background-color: transparent; background-image: none; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container > .video-iframe-container { display: none; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row > .video-iframe-container { display: none; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .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); }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container { border-width: 0; border-radius: 0; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#dnRsHcbUyxUQ4D03p7Fhm5ug48Q3xgMX { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.3125rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IMusmIMpQN3d6E6EbKghD3lT1FT8Bo0v { color:rgba(var(--color-tertiary-0),1);display:block;width:74.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:23.3125rem;left:0.25rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IIcvqVUHb4qoPCCLXDVySbaT3bhQdZgD { color:#ffffff;display:block;width:74.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:26.5rem;left:0rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CiRGcW8kmrkUB4grXJag5FhzNHSGsGZL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:11.9375rem;left:40.3125rem;height:7.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CiRGcW8kmrkUB4grXJag5FhzNHSGsGZL li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#CiRGcW8kmrkUB4grXJag5FhzNHSGsGZL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
#yo4dZVfUlAwAAtPbKTKLfGNe7oFt2z94 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.9375rem;left:14.625rem;height:7.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yo4dZVfUlAwAAtPbKTKLfGNe7oFt2z94 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#yo4dZVfUlAwAAtPbKTKLfGNe7oFt2z94 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
#DPe5nPtGEvDnrMfCEfryA8TbyEuRbID0 { color:rgba(var(--color-primary-0),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:28.8125rem;left:8.625rem;height:0.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx > .row .container { background-color: transparent; background-image: none; }#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx > .row .container > .video-iframe-container { display: none; }#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx > .row > .video-iframe-container { display: none; }#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx > .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); }#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx > .row .container { border-width: 0; border-radius: 0; }#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#TyTSEyap6QldxIygQUFWNKkKN1TQ3KA5 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0.46875rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lKew0XoyCt2tib7XAdU61nzVatB6lRZy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lKew0XoyCt2tib7XAdU61nzVatB6lRZy > .row .container { background-color: transparent; background-image: none; }#lKew0XoyCt2tib7XAdU61nzVatB6lRZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKew0XoyCt2tib7XAdU61nzVatB6lRZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKew0XoyCt2tib7XAdU61nzVatB6lRZy > .row .container > .video-iframe-container { display: none; }#lKew0XoyCt2tib7XAdU61nzVatB6lRZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKew0XoyCt2tib7XAdU61nzVatB6lRZy > .row > .video-iframe-container { display: none; }#lKew0XoyCt2tib7XAdU61nzVatB6lRZy > .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); }#lKew0XoyCt2tib7XAdU61nzVatB6lRZy > .row .container { border-width: 0; border-radius: 0; }#lKew0XoyCt2tib7XAdU61nzVatB6lRZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKew0XoyCt2tib7XAdU61nzVatB6lRZy > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ecf0f3;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1); }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1rem;font-family:var(--paragraphs-font-family);font-style:normal;color:#0c1b2b;height:auto;line-height:1.2;overflow:hidden; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;line-height:1.4;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family);font-weight:300;font-style:italic;color:#0c1b2b; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-trigger.adaptive-delivery-prevent-bg, #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-trigger.lazyload, #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-trigger.lazyloading { background-image: none; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:-2.03125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #oRnkJfFvBQ1fEFPIwJVW0C1gvRJP0swk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #qpvFWK5a9EXKmH2J3otIudkNBoPf6m5Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #WNxqqoq3NVTwEtT9PkSdmssUU9XvPEy2 { display:block;position:relative; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #K1TbBpTE31LDWSOx5cVMWlqpPTf29EgM {  }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #kV6CC487V9z2QfA5InxsTIXNy5E7PmUl {  }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #xZWTLLLQHWdqRpTS6oXt8lMJ0U8xhEmg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #rGkIbm52nQbuOpGvsaJixmcey0wgHbpb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #yNAPBTVF4oMdrX9xpkGm1PK0JINHLVTK { display:block;position:relative; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #Fa9lAqdZPCFgDgaP1bFc1wO8av0hqNbn {  }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #m6ohTr8kHMvWulFWPoTn3WdorPCWRU6Q { display:none; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #yeiMp3DZyJan4K00CBrGvGTey2ZL3TqJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #hkhZZxLedSwoE5c27IhdGM4xoEMwu6pv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #VBhZir2E9D8B9Ow5bsRZfVsNTLLhVbm9 { display:block;position:relative; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #d6FeLcphwZaVPtFV8Q9MbesbdqPCHsDT {  }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #eVsoUm4tmaQm21qNTcCiaDvRdybydDA9 { display:none; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #hMPfObQ5T7eZG6wb2vwvpCE5APf66Zc4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #oHJ0oMA0SB85be6sqTNt8Ug3AsbnLmCw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #JK7liulVFtbOqC1BLT1vPalxKd7Gt7cd { display:block;position:relative; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #ZSsL4FiCKa21qkcV2m2JiK2XCQ8XaKaM {  }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #i9eN1TypbPBdAw1p3L0ucKIobwx3lDbe { display:none; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #kwNiC6D3Q7GZ4pQX8EKvHLIC17ub8sXW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #KsGJyO1d1OqLMvVpz6AmxD5N7ayLgXcy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #QcET3ShPtvomPPVwbEcf0tW1CefBAnGm { display:block;position:relative; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #oZosUq39NJTf5BgZkVA0WQNPDHNgpq0E {  }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #mgUpCTJde1FSH3roabDJQUxb7rs3Tz6K { display:none; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #D9rTXchiQeBTwVTQ9T7dBQxIVc2nPTon { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #O2qcwbWMRAeDBIek9iVv94FHZq8HKTMc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #mb7HmAwg2pev99IsJFrTeCq9JnpbifQg { display:block;position:relative; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HVMvPXuwlxJRB02ukuWgD00dQHQaaoTI {  }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #G4WdTmboNMu1DUBGmdcFZLHZ0QuvVBc2 { display:none; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #k5O30LEQQBcTPwvrFOQWfsXLK2yXBsns { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #FHWs09nBEBpgILTu28LIGin0RlJVLaW5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #T59ztaNAGL7SU4JUs6TIBsXiLr16Zst2 { display:block;position:relative; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #LcytaZkPtizPnkhl5s2AfgO4eLJqSavg {  }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HmTzareO4teqTG8EHkQipEu65Nr4VLhS { display:none; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #cLm8z6988240hrT1AGRcaa6XSKAppxs5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #gH2st0rEDAEWVDfT9kqIr3RlSF28BAmX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HDNhBnSpGdExxBBRtum4DVTxcaavmt1x { display:block;position:relative; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HKv55POsg8LG05MUEEDgwaA1rgfFwOKs {  }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #zcoPgWJwBXiSoDkddx4s1XPhZzTFCdcq { display:none; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #xUAWquUghZvolennN25vqOVNAzCNw60g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #ItS7OSTQOGDT5l87ctTWMmRnSc079OQm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #H6ZlGGo4zoPyBQwXOzcA72HyQdUJ6Oq1 { display:block;position:relative; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HTGJ2JvORmMZItxoDk6AnR0ES1UXxxI1 {  }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #OCR1LCkR8JBeRtKdnVp2JHPEkg5EcZbq { display:none; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #kGtuMS7xsTdw5fDEdr0ZEVKhEawg0yq0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #Optg3T0T74ZotLqCIqPp3ftteZKuvMAB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #V9TwaPW34GWEDNWl2DBxpIZ9RthrKHAC { display:block;position:relative; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #d3mlE0GvcU2E4DlpPHN3SzAQ4BAphFUS {  }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #QT3BJSlBBuQMO42rKcUNCBs3ZJbt1M4Z { display:none; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #f5NQlyx1KOxuwnuOH4TvxHCl0n9TL3Bm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #qok6XuRprz35b9PDOa1mz0XJps0MFzRg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #g7UxKnGiwPowA4oKlUHDCZn96luTnzK5 { display:block;position:relative; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #FnN2TnRCTGZHqJhu7ATrv0gyKiSxNstO {  }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #xLoVsZDHsAI1oqy6d2ETgsTcx8TLuJc6 { display:none; }
#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { background-color:rgba(236,225,221,0.5);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { background-color: transparent; background-image: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .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); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { border-width: 0; border-radius: 0; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { 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:13.3125rem;top:1.6875rem;left:30.84375rem;overflow:hidden;display:block; }
#Ha7uDDMzd5OPpkLyAkwafFKUFTLZoIcp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TT8Q63TJTFB0VHscpT1ET1BiveBuz7me { background-color:rgba(var(--color-secondary-4),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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:1.78125rem;left:60.0830078125rem;display:block; }
#BTf5BIUGIRtMqzxHfQQFRbXZ65eAlVoZ { 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) { #wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P { display:block; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { top:2.1875rem;left:0rem;width:13.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOdIdyGl5PxOSVw0mzohZJMnLaaTXn9L { width:13.75rem;height:2.75rem;top:1.9375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4EIESZoT8qW3HFmXkefTrML8QXsdHaS { display:block; }
 }@media only screen and (max-width: 763px) { #LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL { display:block; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVuK5fTPKnGXgzzRbxDoani79HLQ78h6 { top:5rem;left:0rem;width:47.75rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTaw42n665BN5tTXXFFIm7gmAGIqBqr4 { top:18.125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJwb6920T2HiZAgoCTPQcXkF3JbW9GWM { top:12rem;left:27.0625rem;width:20.6875rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyBqIvmRd1RtqL6FS1h0ibToTbhZFXUk { top:24rem;left:0rem;width:47.75rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQMShZtyvNftgS9TEk4BpPV6tgCtKp3U { top:23.1875rem;left:9.8125rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2uk4ed8PsUgexhkt30X4CB1nfTPZaax { width:17.5rem;height:3.4375rem;top:32.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRwbGNiNmFf4LG1opqupcCULHDiLKbpP { display:block; }
 }@media only screen and (max-width: 763px) { #ygJIg3lSmApGUTmyS0chELPr6V5nygyI { display:block; }#ygJIg3lSmApGUTmyS0chELPr6V5nygyI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFgfzhkIPcUqys4dLf109f8bSk7DMQKK { top:5.1875rem;left:0rem;width:15.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To7trWWobp424xwNbOmHk2mMizLTIEa0 { top:5.5625rem;left:0rem;width:47.75rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAr0XGq2p1EL4A30K6XhTT0rPuRRWnWd { width:12.625rem;height:4.5rem;top:6.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCb7lk7Twp2bXs4LTP7J7knysLcJCF71 { width:47.75rem;height:4rem;top:0.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc { display:flex;height:auto;width:40.375rem;top:6.5rem;left:4.875rem; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #tbeA3OsRxpVWi883iyWPdEVFTZZT81Cx {  }
 }@media only screen and (max-width: 763px) { #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #INxDexf1pPquzZG7EWb4ZQhGlOklrHix {  }
 }@media only screen and (max-width: 763px) { #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #R4Me7wLRgtU7b4ftHPoqJRCatTZKWEVL {  }
 }@media only screen and (max-width: 763px) { #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #doRvGHMWA6JMIeBT5t11VZm5Fg8tzgMT {  }
 }@media only screen and (max-width: 763px) { #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #koErsR4kKIhCM8JMKGWV14C8I4BEx7Ob {  }
 }@media only screen and (max-width: 763px) { #QZAra8tXtmc8DxMtgy78bfKTTz62kWBm { display:block; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSpAa4zmx8EQ5BggTpWp2nqWf35vsCCw { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zunWN33cX5yG7sV13zXs5MrNNdL3w4gL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container { background-color: transparent; background-image: none; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container > .video-iframe-container { display: none; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row > .video-iframe-container { display: none; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .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); }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container { border-width: 0; border-radius: 0; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obhxnau4Ev64kzZnVXIqR6bc4qqG12a5 { top:0.8125rem;left:0rem;width:11.9375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV4zhBqbI0nv3l1cyu2zXDxP1tJkyCeR { top:10rem;left:4.75rem;width:16.4375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd2V2N5fCR9SLEGDoAJ0lUsKK0oHzGoS { top:7.3125rem;left:6.9375rem;width:10.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHqNWP015EcerxMTwh9EWKsNC4BpyCvX { top:9.8125rem;left:23.6875rem;width:16.25rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0H5Jr4VQNRIq2rPKsKs103bvlLTOhHG { top:7.3125rem;left:25.875rem;width:12.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ofukhKPstszRWzowIaIxcxqZnJAPAs { top:9.8125rem;left:33.1875rem;width:14.375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZURz4tnZTE215kSA3V4eIyF983ItyLG { top:7.3125rem;left:37.0625rem;width:10.6875rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQzLK0arDZLPy3tGORRDyLsPU84Jc8ln { top:2.0625rem;left:6.9375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTFcNC9AC5xnhLSMUB0cvKSS3sSmlwZ { top:2.5rem;left:29rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ADiyZG3QbeUrTShTNhTRC7art45ZMS { top:2.875rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIq9Q4uktTtqbzm5tf57F2hH5Hfei0rL { top:7.25rem;left:4.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOlKXOCW3CG7k6lTh9KH8gzG5nrUQ2oe { top:7.25rem;left:23.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxfIHn1kn9PbUsZLdXX72Lu0RG3JyqAB { top:7.1875rem;left:43.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXEpvGbupOemywVP7mBLSTruDQIsr6mu { display:block; }#LXEpvGbupOemywVP7mBLSTruDQIsr6mu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqqTM02fsSHr1HGW7EqodsETbhntp7ih { width:47.75rem;height:4rem;top:0.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #heJZOvsW8I8P6dK5EupHTATdcNrxgH8f { top:0.8125rem;left:7.34375rem;width:33.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 { display:block; }#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vh8o7aKRc0VzFLN6lhWVBTLMZTvOkZ7O { top:2.125rem;left:0rem;width:23.75rem;height:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGlIK3CqAnmgcUSvcPgEnoUvTCs2H1dJ { top:18.3125rem;left:0rem;width:20rem;height:6.375rem;font-size:0.875rem;display:block; }#nGlIK3CqAnmgcUSvcPgEnoUvTCs2H1dJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27979408aec0db37f0aa410bedf63eb34f5948a1.svg); }
 }@media only screen and (max-width: 763px) { #vEtBI0TruEkpEuAMS9Du3O9q6DQh8pWK { top:11rem;left:0rem;width:20rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoNr6mnTMCwMi1AKbs97awTbsK4y0ZPc { top:15rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLvSIWKe35EsJMHv1OacqSiMJ1nvbNtc { top:4rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fptTb1g6NhoDTzGqL3xG9lSSysAgCUIU { top:7.3125rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzOgmZJVGlfhU6xx2KAyRfMGxJsviRCr { top:6.625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIMPM10FgJm4v2Tcwirye57beP35VBRU { top:2.125rem;left:11.9375rem;width:23.75rem;height:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9NtyIDHyBeHwyJV80mthun9lLCXtc4e { top:18.3125rem;left:13.875rem;width:20rem;height:6.375rem;font-size:0.875rem;display:block; }#d9NtyIDHyBeHwyJV80mthun9lLCXtc4e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #CXPWhPGgPVBHmtWiNnfPNIH9nFNxiy8u { top:11rem;left:13.8125rem;width:20rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGKZsKdvQzluDkcPvRmZwH7ytbw51vdO { top:15rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLutLs2cDODE9DngwT7vtHzJoXxnWlBN { top:7.3125rem;left:13.875rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaO32srQ5owtT0gipJxBLUEGFF5izlsc { top:4rem;left:13.9375rem;width:20rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuhkaUK2bbALpWtmxskmVLlRxAa8sHp6 { top:6.625rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWEEqnksWnb2bEB0yRGtAIiBT7BsVoc { top:21.9375rem;left:27.75rem;width:20rem;height:6.375rem;font-size:0.875rem;display:block; }#bCWEEqnksWnb2bEB0yRGtAIiBT7BsVoc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27979408aec0db37f0aa410bedf63eb34f5948a1.svg); }
 }@media only screen and (max-width: 763px) { #uymOvn1ks1CNJLtsEJCHdVaLyQT5N8mT { top:11.0625rem;left:27.75rem;width:20rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnQy0Twze4044DpkdJCWCsNPwdlfTA10 { top:15rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXVQ4sC9AReSANr75QnmHXI1v9ihGT34 { top:7.3125rem;left:27.75rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZLOxXyrh9FCM1Ee3Cd9sQ2U0BrspIk8 { top:4.0625rem;left:27.75rem;width:20rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpqSxFopWNVTM1ZNwoQDOl9siz9OC8O4 { top:6.6875rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrkXrVADmCAnOdPEEU1OTqwwmESvZqIF { top:0rem;left:26.375rem;width:21.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDJC8kZLAIIfAMgFXNPJHHyFCL8rs3J0 { top:0.75rem;left:30.875rem;width:16.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSD4JRsWMORL5HKcViOOaWSCkEyFe9xD { top:0.75rem;left:40.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdSlCO68nfQ1tN1JKy1FdMgFZ3PUSq3U { top:0.75rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL69FGg5OhvPdAyJkzKEk7U8RMDUi1lt { top:16.1875rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHwVByGtOXIXCAbURlUOkOcJeN6uWmL7 { top:26.8125rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEWXPOhsQ9PoQQalpS9F9FrilFfnu4hd { top:16.1875rem;left:13.875rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzf4MhkeufVCH5zBRu7bpH03aO5TlGoL { top:26.8125rem;left:13.875rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiOducsZ9OtzBzTRQ07ekrxUJETGUILG { top:19.25rem;left:27rem;width:20.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lToHvy8VUmQtWPQchzN8Vz63BccoRRNq { top:30.625rem;left:27.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8boTROm6GgWX863OQ0tuaoyoZvoPeOQ { top:33.6875rem;left:27.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTozBPVKl5sgTsT6wL3p89GnC37I7fIu { top:36.125rem;left:27.75rem;width:20rem;height:8.125rem;font-size:0.875rem;display:block; }#FTozBPVKl5sgTsT6wL3p89GnC37I7fIu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27979408aec0db37f0aa410bedf63eb34f5948a1.svg); }
 }@media only screen and (max-width: 763px) { #JVF1HBAlnWK0TJFCNggzzczVWTihynwG { top:16.1875rem;left:27.5rem;width:20.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fStB9sRy8kh4WQO8UNPTAymLcHzIpZNI { top:2rem;left:12rem;width:23.75rem;height:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCA4rr5bUSTRlEGmVqAsyzfeytBlBHqm { top:2rem;left:24rem;width:23.75rem;height:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ { display:block; }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmCHaZzhvEop0dyZtuaPbMTGF3wixbLv { top:0.8125rem;left:7.34375rem;width:33.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X50mrp3mhsgL0gzPuS2JaG9EkvmLwI3l { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkSH3WOEU0XXAMkRfr5NUems6AwhfM1U { width:17.5rem;height:3.4375rem;top:5.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tel3wx8kCotvDhskXO53JMIdCIly4bFM { display:block; }
 }@media only screen and (max-width: 763px) { #pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK { display:block; }#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOkVRKiQWvnBiQQHau8FfWuZXuXI57Tc { top:2.4375rem;left:26.21875rem;width:20.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZEkAmUxOyBUyLW1WqioMuPwHHSrbasV { top:4.5rem;left:14.6875rem;width:33.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7l1r3kD8DTowaTdTiHof3wCWaz5yzDg { top:6.5rem;left:13.8125rem;width:33.9375rem;height:4.375rem;font-size:0.875rem;display:block; }#U7l1r3kD8DTowaTdTiHof3wCWaz5yzDg li:before{  }
 }@media only screen and (max-width: 763px) { #LxomIVZdCGk8Ja73mzrCqsTnSzlk1wAf { top:15.1875rem;left:14.6875rem;width:33.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK2AUzs5lJrhU9MNuWSrqg1OH92TVHpx { top:18.375rem;left:22.8125rem;width:24.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prdVrUWpx8yymg7AFUsbKFd8brxlz3Tv { top:24.5625rem;left:14.6875rem;width:33.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw1uQ09ovLTyfhBCZJ9SdOTbPwinfOeS { top:17.4375rem;left:20.125rem;width:27.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXphFNWhTApZx0TPvW9TFnpTAr5SmnOr { top:2.4375rem;left:0rem;width:34.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL7fBOGPhTGHgWL4nd3uhTwuBTsMA0XF { top:24.75rem;left:0rem;width:33.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJk9MheRu8dskVeikOEvpcqSDwbp2PGF { top:11.4375rem;left:14.6875rem;width:33.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy { display:block; }#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C09tpzLqh3GUUGtdoCxMvg5OnKwBUTPI { top:5.1875rem;left:0rem;width:15.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql0JxcbfI161e714TE6fBBWfAa5S9LGL { top:5.5625rem;left:0rem;width:47.75rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvkaSyf4nNMUvWXymCgw5GAL7JrcNsRl { width:12.625rem;height:4.5rem;top:6.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgT95Iye5zGsIaTga7elACH7CuydwiLE { width:47.75rem;height:4rem;top:0.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 { display:flex;height:auto;width:40.375rem;top:6.5rem;left:4.875rem; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #VEVHDh4nb2TFcDdFki2buEJ4LF19E2PE {  }
 }@media only screen and (max-width: 763px) { #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #WP2wOqXEKP9zwnTPXTgtxgzyiOt9OlfK {  }
 }@media only screen and (max-width: 763px) { #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #bdg1PQSNfqaCDSNKPx2RAgi4XlWWy4I4 {  }
 }@media only screen and (max-width: 763px) { #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #XmSw9UMgnm1T0rQ9Ac4C7Eb0Jy3LNM9m {  }
 }@media only screen and (max-width: 763px) { #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #sWKEkNEX662gxfMiUW5fO4tdfTfyLMii {  }
 }@media only screen and (max-width: 763px) { #NcLwT3DzunlwIaqN4ZhHafikBumEArSd { display:block; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnRsHcbUyxUQ4D03p7Fhm5ug48Q3xgMX { width:47.75rem;height:4.125rem;top:5.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMusmIMpQN3d6E6EbKghD3lT1FT8Bo0v { width:47.75rem;height:2.625rem;top:23.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIcvqVUHb4qoPCCLXDVySbaT3bhQdZgD { width:47.75rem;height:1.4375rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiRGcW8kmrkUB4grXJag5FhzNHSGsGZL { top:11.9375rem;left:25.4375rem;width:22.3125rem;height:;font-size:0.9375rem;display:block; }#CiRGcW8kmrkUB4grXJag5FhzNHSGsGZL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #yo4dZVfUlAwAAtPbKTKLfGNe7oFt2z94 { top:11.9375rem;left:1rem;width:21.75rem;height:7.5625rem;font-size:0.9375rem;display:block; }#yo4dZVfUlAwAAtPbKTKLfGNe7oFt2z94 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #DPe5nPtGEvDnrMfCEfryA8TbyEuRbID0 { top:28.8125rem;left:0rem;width:47.75rem;height:0.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx { display:block; }#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyTSEyap6QldxIygQUFWNKkKN1TQ3KA5 { width:47.75rem;height:4rem;top:0.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKew0XoyCt2tib7XAdU61nzVatB6lRZy { display:block; }#lKew0XoyCt2tib7XAdU61nzVatB6lRZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #oRnkJfFvBQ1fEFPIwJVW0C1gvRJP0swk {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #qpvFWK5a9EXKmH2J3otIudkNBoPf6m5Z {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #WNxqqoq3NVTwEtT9PkSdmssUU9XvPEy2 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #K1TbBpTE31LDWSOx5cVMWlqpPTf29EgM {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #kV6CC487V9z2QfA5InxsTIXNy5E7PmUl {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #xZWTLLLQHWdqRpTS6oXt8lMJ0U8xhEmg {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #rGkIbm52nQbuOpGvsaJixmcey0wgHbpb {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #yNAPBTVF4oMdrX9xpkGm1PK0JINHLVTK {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #Fa9lAqdZPCFgDgaP1bFc1wO8av0hqNbn {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #m6ohTr8kHMvWulFWPoTn3WdorPCWRU6Q {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #yeiMp3DZyJan4K00CBrGvGTey2ZL3TqJ {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #hkhZZxLedSwoE5c27IhdGM4xoEMwu6pv {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #VBhZir2E9D8B9Ow5bsRZfVsNTLLhVbm9 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #d6FeLcphwZaVPtFV8Q9MbesbdqPCHsDT {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #eVsoUm4tmaQm21qNTcCiaDvRdybydDA9 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #hMPfObQ5T7eZG6wb2vwvpCE5APf66Zc4 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #oHJ0oMA0SB85be6sqTNt8Ug3AsbnLmCw {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #JK7liulVFtbOqC1BLT1vPalxKd7Gt7cd {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #ZSsL4FiCKa21qkcV2m2JiK2XCQ8XaKaM {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #i9eN1TypbPBdAw1p3L0ucKIobwx3lDbe {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #kwNiC6D3Q7GZ4pQX8EKvHLIC17ub8sXW {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #KsGJyO1d1OqLMvVpz6AmxD5N7ayLgXcy {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #QcET3ShPtvomPPVwbEcf0tW1CefBAnGm {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #oZosUq39NJTf5BgZkVA0WQNPDHNgpq0E {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #mgUpCTJde1FSH3roabDJQUxb7rs3Tz6K {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #D9rTXchiQeBTwVTQ9T7dBQxIVc2nPTon {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #O2qcwbWMRAeDBIek9iVv94FHZq8HKTMc {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #mb7HmAwg2pev99IsJFrTeCq9JnpbifQg {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HVMvPXuwlxJRB02ukuWgD00dQHQaaoTI {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #G4WdTmboNMu1DUBGmdcFZLHZ0QuvVBc2 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #k5O30LEQQBcTPwvrFOQWfsXLK2yXBsns {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #FHWs09nBEBpgILTu28LIGin0RlJVLaW5 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #T59ztaNAGL7SU4JUs6TIBsXiLr16Zst2 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #LcytaZkPtizPnkhl5s2AfgO4eLJqSavg {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HmTzareO4teqTG8EHkQipEu65Nr4VLhS {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #cLm8z6988240hrT1AGRcaa6XSKAppxs5 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #gH2st0rEDAEWVDfT9kqIr3RlSF28BAmX {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HDNhBnSpGdExxBBRtum4DVTxcaavmt1x {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HKv55POsg8LG05MUEEDgwaA1rgfFwOKs {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #zcoPgWJwBXiSoDkddx4s1XPhZzTFCdcq {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #xUAWquUghZvolennN25vqOVNAzCNw60g {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #ItS7OSTQOGDT5l87ctTWMmRnSc079OQm {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #H6ZlGGo4zoPyBQwXOzcA72HyQdUJ6Oq1 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HTGJ2JvORmMZItxoDk6AnR0ES1UXxxI1 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #OCR1LCkR8JBeRtKdnVp2JHPEkg5EcZbq {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #kGtuMS7xsTdw5fDEdr0ZEVKhEawg0yq0 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #Optg3T0T74ZotLqCIqPp3ftteZKuvMAB {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #V9TwaPW34GWEDNWl2DBxpIZ9RthrKHAC {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #d3mlE0GvcU2E4DlpPHN3SzAQ4BAphFUS {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #QT3BJSlBBuQMO42rKcUNCBs3ZJbt1M4Z {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #f5NQlyx1KOxuwnuOH4TvxHCl0n9TL3Bm {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #qok6XuRprz35b9PDOa1mz0XJps0MFzRg {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #g7UxKnGiwPowA4oKlUHDCZn96luTnzK5 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #FnN2TnRCTGZHqJhu7ATrv0gyKiSxNstO {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #xLoVsZDHsAI1oqy6d2ETgsTcx8TLuJc6 {  }
 }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { top:1.6875rem;left:17.21875rem;width:13.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha7uDDMzd5OPpkLyAkwafFKUFTLZoIcp { top:2.125rem;left:0rem;width:20.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT8Q63TJTFB0VHscpT1ET1BiveBuz7me { width:11.375rem;height:2.625rem;top:1.75rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTf5BIUGIRtMqzxHfQQFRbXZ65eAlVoZ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P { display:block; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P { background-color: transparent; background-image: none; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container > .video-iframe-container { display: none; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row > .video-iframe-container { display: none; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .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); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container { width:20rem;height:7.5rem;background-color:rgba(236,225,221,0.5);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { width:13.125rem;height:2.3125rem;top:0.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOdIdyGl5PxOSVw0mzohZJMnLaaTXn9L { width:13.75rem;height:2.75rem;top:3.75rem;left:3.125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4EIESZoT8qW3HFmXkefTrML8QXsdHaS { display:block; }
 }@media only screen and (max-width: 763px) { #LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL { display:block; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL { background-color: transparent; background-image: none; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container > .video-iframe-container { display: none; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row > .video-iframe-container { display: none; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .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.45); }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL { border-width: 0; border-radius: 0; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container { width:20rem;height:27.1875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/550b7029-8c1d-4987-b3e8-872dd7e88116/1200x600.png");background-position:center left !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container.adaptive-delivery-prevent-bg, #LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container.lazyload, #LG4k0eSp6hwPmgW7d45SEA2vPQCqbQeL > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #TVuK5fTPKnGXgzzRbxDoani79HLQ78h6 { width:20rem;height:5rem;top:1.875rem;left:0rem;font-size:2.5rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTaw42n665BN5tTXXFFIm7gmAGIqBqr4 { width:20rem;height:2.3125rem;top:11.46875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UJwb6920T2HiZAgoCTPQcXkF3JbW9GWM { width:15.125rem;height:1.375rem;top:7.5625rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pyBqIvmRd1RtqL6FS1h0ibToTbhZFXUk { width:18.4375rem;height:5.5rem;top:16.0625rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hQMShZtyvNftgS9TEk4BpPV6tgCtKp3U { width:15.8125rem;height:0.0625rem;top:14.8125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2uk4ed8PsUgexhkt30X4CB1nfTPZaax { width:14.75rem;height:2.8125rem;top:22.8125rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRwbGNiNmFf4LG1opqupcCULHDiLKbpP { display:block; }
 }@media only screen and (max-width: 763px) { #ygJIg3lSmApGUTmyS0chELPr6V5nygyI { display:block; }#ygJIg3lSmApGUTmyS0chELPr6V5nygyI > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFgfzhkIPcUqys4dLf109f8bSk7DMQKK { width:12.375rem;height:5.0625rem;top:4.125rem;left:3.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #To7trWWobp424xwNbOmHk2mMizLTIEa0 { width:20rem;height:10.3125rem;top:6.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yAr0XGq2p1EL4A30K6XhTT0rPuRRWnWd { width:10.5625rem;height:3.5rem;top:4.75rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #XCb7lk7Twp2bXs4LTP7J7knysLcJCF71 { width:16.375rem;height:3.5rem;top:0rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-heading-text { font-size:0.9375rem;height:auto; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc { display:flex;height:auto;width:16.25rem;top:9.875rem;left:0.625rem; }
#W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #tbeA3OsRxpVWi883iyWPdEVFTZZT81Cx {  }
 }@media only screen and (max-width: 763px) { #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #INxDexf1pPquzZG7EWb4ZQhGlOklrHix {  }
 }@media only screen and (max-width: 763px) { #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #R4Me7wLRgtU7b4ftHPoqJRCatTZKWEVL {  }
 }@media only screen and (max-width: 763px) { #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #doRvGHMWA6JMIeBT5t11VZm5Fg8tzgMT {  }
 }@media only screen and (max-width: 763px) { #W1KzL08NzvgbcBLASCsh7fiiLMMvP3Pc #koErsR4kKIhCM8JMKGWV14C8I4BEx7Ob {  }
 }@media only screen and (max-width: 763px) { #QZAra8tXtmc8DxMtgy78bfKTTz62kWBm { display:block; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSpAa4zmx8EQ5BggTpWp2nqWf35vsCCw { width:20rem;height:4.5rem;top:0.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zunWN33cX5yG7sV13zXs5MrNNdL3w4gL { position:relative;z-index:auto;display:block; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL { background-color: transparent; background-image: none; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container > .video-iframe-container { display: none; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row > .video-iframe-container { display: none; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .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); }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL { border-width: 0; border-radius: 0; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zunWN33cX5yG7sV13zXs5MrNNdL3w4gL > .row .container { width:20rem;height:38.875rem;background-color:rgba(236,225,221,0.5);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obhxnau4Ev64kzZnVXIqR6bc4qqG12a5 { width:10.375rem;height:14.125rem;top:1.6875rem;left:4.8125rem;z-index:15082;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV4zhBqbI0nv3l1cyu2zXDxP1tJkyCeR { width:17rem;height:3.9375rem;top:19.875rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Bd2V2N5fCR9SLEGDoAJ0lUsKK0oHzGoS { width:8rem;height:1.875rem;top:17.375rem;left:3.375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gHqNWP015EcerxMTwh9EWKsNC4BpyCvX { width:17.1875rem;height:3.9375rem;top:27.375rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #B0H5Jr4VQNRIq2rPKsKs103bvlLTOhHG { width:12.6875rem;height:1.875rem;top:24.9375rem;left:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ofukhKPstszRWzowIaIxcxqZnJAPAs { width:18rem;height:2.625rem;top:34.8125rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #RZURz4tnZTE215kSA3V4eIyF983ItyLG { width:7.5rem;height:1.875rem;top:32.25rem;left:3.375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cQzLK0arDZLPy3tGORRDyLsPU84Jc8ln { display:flex;width:3.375rem;height:3.375rem;top:16.625rem;left:10.1875rem; }
 }@media only screen and (max-width: 763px) { #wuTFcNC9AC5xnhLSMUB0cvKSS3sSmlwZ { display:flex;width:2.5rem;height:2.5rem;top:24.625rem;left:16.4375rem; }
 }@media only screen and (max-width: 763px) { #r1ADiyZG3QbeUrTShTNhTRC7art45ZMS { display:flex;width:1.9375rem;height:1.9375rem;top:32.25rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #HIq9Q4uktTtqbzm5tf57F2hH5Hfei0rL { display:flex;width:2.125rem;height:2.125rem;top:17.25rem;left:1rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #xOlKXOCW3CG7k6lTh9KH8gzG5nrUQ2oe { display:flex;width:2.125rem;height:2.125rem;top:24.8125rem;left:1rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mxfIHn1kn9PbUsZLdXX72Lu0RG3JyqAB { display:flex;width:2.125rem;height:2.125rem;top:32.125rem;left:1rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #LXEpvGbupOemywVP7mBLSTruDQIsr6mu { display:block; }#LXEpvGbupOemywVP7mBLSTruDQIsr6mu > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqqTM02fsSHr1HGW7EqodsETbhntp7ih { width:20rem;height:4.5rem;top:0.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #heJZOvsW8I8P6dK5EupHTATdcNrxgH8f { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 { display:block; }#DZISg52CL6e9Rn71iw3wkHWecGWJIzk8 > .row .container { width:20rem;height:114.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vh8o7aKRc0VzFLN6lhWVBTLMZTvOkZ7O { width:19.875rem;height:30.875rem;top:0.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGlIK3CqAnmgcUSvcPgEnoUvTCs2H1dJ { width:17.5rem;height:6.375rem;top:16.75rem;left:2rem;font-size:0.875rem;display:block; }#nGlIK3CqAnmgcUSvcPgEnoUvTCs2H1dJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27979408aec0db37f0aa410bedf63eb34f5948a1.svg); }
 }@media only screen and (max-width: 763px) { #vEtBI0TruEkpEuAMS9Du3O9q6DQh8pWK { width:16.5625rem;height:2.625rem;top:9.375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoNr6mnTMCwMi1AKbs97awTbsK4y0ZPc { width:17.5rem;height:0.0625rem;top:13.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLvSIWKe35EsJMHv1OacqSiMJ1nvbNtc { width:17.5rem;height:1.4375rem;top:2.375rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fptTb1g6NhoDTzGqL3xG9lSSysAgCUIU { width:17.5rem;height:2.5625rem;top:5.6875rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzOgmZJVGlfhU6xx2KAyRfMGxJsviRCr { width:17.5rem;height:0.0625rem;top:5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIMPM10FgJm4v2Tcwirye57beP35VBRU { width:20rem;height:30.875rem;top:32.875rem;left:0rem;background-color:#c0a094;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d9NtyIDHyBeHwyJV80mthun9lLCXtc4e { width:17.5rem;height:6.375rem;top:49.125rem;left:1.9375rem;font-size:0.875rem;display:block; }#d9NtyIDHyBeHwyJV80mthun9lLCXtc4e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #CXPWhPGgPVBHmtWiNnfPNIH9nFNxiy8u { width:17.5rem;height:2.625rem;top:41.75rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGKZsKdvQzluDkcPvRmZwH7ytbw51vdO { width:17.5rem;height:0.0625rem;top:45.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLutLs2cDODE9DngwT7vtHzJoXxnWlBN { width:17.5rem;height:2.5625rem;top:38.0625rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaO32srQ5owtT0gipJxBLUEGFF5izlsc { width:17.5rem;height:1.4375rem;top:34.75rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuhkaUK2bbALpWtmxskmVLlRxAa8sHp6 { width:17.5rem;height:0.0625rem;top:37.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWEEqnksWnb2bEB0yRGtAIiBT7BsVoc { width:17.5rem;height:6.375rem;top:88.6875rem;left:1.25rem;font-size:0.875rem;display:block; }#bCWEEqnksWnb2bEB0yRGtAIiBT7BsVoc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27979408aec0db37f0aa410bedf63eb34f5948a1.svg); }
 }@media only screen and (max-width: 763px) { #uymOvn1ks1CNJLtsEJCHdVaLyQT5N8mT { width:17.5rem;height:2.625rem;top:76rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnQy0Twze4044DpkdJCWCsNPwdlfTA10 { width:17.5rem;height:0.0625rem;top:79.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXVQ4sC9AReSANr75QnmHXI1v9ihGT34 { width:17.5rem;height:2.5625rem;top:72.25rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZLOxXyrh9FCM1Ee3Cd9sQ2U0BrspIk8 { width:17.5rem;height:1.4375rem;top:69rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpqSxFopWNVTM1ZNwoQDOl9siz9OC8O4 { width:17.5rem;height:0.0625rem;top:71.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrkXrVADmCAnOdPEEU1OTqwwmESvZqIF { width:17.6875rem;height:2rem;top:65.09375rem;left:1.09375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #wDJC8kZLAIIfAMgFXNPJHHyFCL8rs3J0 { width:15.375rem;height:0.9375rem;top:65.6875rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSD4JRsWMORL5HKcViOOaWSCkEyFe9xD { display:flex;width:0.9375rem;height:0.9375rem;top:65.6875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #TdSlCO68nfQ1tN1JKy1FdMgFZ3PUSq3U { display:flex;width:0.9375rem;height:0.9375rem;top:65.6875rem;left:16.3125rem; }
 }@media only screen and (max-width: 763px) { #vL69FGg5OhvPdAyJkzKEk7U8RMDUi1lt { width:10.375rem;height:1.4375rem;top:14.75rem;left:1.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pHwVByGtOXIXCAbURlUOkOcJeN6uWmL7 { width:15.875rem;height:1.4375rem;top:25.125rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qEWXPOhsQ9PoQQalpS9F9FrilFfnu4hd { width:13.125rem;height:1.4375rem;top:46.875rem;left:2rem;font-size:1.125rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #dzf4MhkeufVCH5zBRu7bpH03aO5TlGoL { width:13.875rem;height:1.4375rem;top:57.375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #eiOducsZ9OtzBzTRQ07ekrxUJETGUILG { width:13.0625rem;height:1.4375rem;top:86.0625rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lToHvy8VUmQtWPQchzN8Vz63BccoRRNq { width:15.3125rem;height:1.4375rem;top:97.25rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y8boTROm6GgWX863OQ0tuaoyoZvoPeOQ { width:9.1875rem;height:1.4375rem;top:100.5625rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTozBPVKl5sgTsT6wL3p89GnC37I7fIu { width:15.875rem;height:8.125rem;top:103.625rem;left:1.25rem;font-size:0.875rem;display:block; }#FTozBPVKl5sgTsT6wL3p89GnC37I7fIu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_27979408aec0db37f0aa410bedf63eb34f5948a1.svg); }
 }@media only screen and (max-width: 763px) { #JVF1HBAlnWK0TJFCNggzzczVWTihynwG { width:17.4375rem;height:2.875rem;top:81.3125rem;left:1.28125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fStB9sRy8kh4WQO8UNPTAymLcHzIpZNI { width:20rem;height:43.8125rem;top:113rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCA4rr5bUSTRlEGmVqAsyzfeytBlBHqm { width:20rem;height:46.4375rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ { background-color:#ddc8c0;background-image:none;display:block; }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row .container { background-color: transparent; background-image: none; }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row .container > .video-iframe-container { display: none; }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row > .video-iframe-container { display: none; }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .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); }#hL8sg7SqySeL1lKVu1peCuIIqXEmkloZ > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmCHaZzhvEop0dyZtuaPbMTGF3wixbLv { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X50mrp3mhsgL0gzPuS2JaG9EkvmLwI3l { width:20rem;height:5rem;top:0.54296875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkSH3WOEU0XXAMkRfr5NUems6AwhfM1U { width:17.5rem;height:3.4375rem;top:5.54296875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tel3wx8kCotvDhskXO53JMIdCIly4bFM { display:block; }
 }@media only screen and (max-width: 763px) { #pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK { display:block; }#pOQvTqGZrVOT4OeKDSssPZDGymLsqmQK > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOkVRKiQWvnBiQQHau8FfWuZXuXI57Tc { width:20rem;height:1.625rem;top:16.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZEkAmUxOyBUyLW1WqioMuPwHHSrbasV { width:20rem;height:2.25rem;top:18.21875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7l1r3kD8DTowaTdTiHof3wCWaz5yzDg { width:18.125rem;height:5.125rem;top:21.064453125rem;left:0.9375rem;font-size:0.875rem;display:block; }#U7l1r3kD8DTowaTdTiHof3wCWaz5yzDg li:before{  }
 }@media only screen and (max-width: 763px) { #LxomIVZdCGk8Ja73mzrCqsTnSzlk1wAf { width:15.6875rem;height:3.25rem;top:29.53125rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sK2AUzs5lJrhU9MNuWSrqg1OH92TVHpx { width:20rem;height:3.9375rem;top:33.9990234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prdVrUWpx8yymg7AFUsbKFd8brxlz3Tv { width:20rem;height:1.125rem;top:39.34375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vw1uQ09ovLTyfhBCZJ9SdOTbPwinfOeS { width:20rem;height:5.3125rem;top:33.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXphFNWhTApZx0TPvW9TFnpTAr5SmnOr { width:18.75rem;height:11.625rem;top:0.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL7fBOGPhTGHgWL4nd3uhTwuBTsMA0XF { width:20rem;height:1.875rem;top:12.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJk9MheRu8dskVeikOEvpcqSDwbp2PGF { width:20rem;height:0.9375rem;top:26.751953125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy { display:block; }#FvW5n8T3drsvrPNQzhP3yRhVgRuLtHsy > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C09tpzLqh3GUUGtdoCxMvg5OnKwBUTPI { width:12.375rem;height:5.0625rem;top:4.125rem;left:3.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ql0JxcbfI161e714TE6fBBWfAa5S9LGL { width:20rem;height:9.25rem;top:6.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ZvkaSyf4nNMUvWXymCgw5GAL7JrcNsRl { width:10.5625rem;height:3.5rem;top:4.75rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #ZgT95Iye5zGsIaTga7elACH7CuydwiLE { width:16.375rem;height:3.5rem;top:0rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-heading-text { font-size:0.9375rem;height:auto; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 { display:flex;height:auto;width:16.25rem;top:9.1875rem;left:0.625rem; }
#Delcm3ckqfqsirpZRD0tFevtcy7DTf98 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #VEVHDh4nb2TFcDdFki2buEJ4LF19E2PE {  }
 }@media only screen and (max-width: 763px) { #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #WP2wOqXEKP9zwnTPXTgtxgzyiOt9OlfK {  }
 }@media only screen and (max-width: 763px) { #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #bdg1PQSNfqaCDSNKPx2RAgi4XlWWy4I4 {  }
 }@media only screen and (max-width: 763px) { #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #XmSw9UMgnm1T0rQ9Ac4C7Eb0Jy3LNM9m {  }
 }@media only screen and (max-width: 763px) { #Delcm3ckqfqsirpZRD0tFevtcy7DTf98 #sWKEkNEX662gxfMiUW5fO4tdfTfyLMii {  }
 }@media only screen and (max-width: 763px) { #NcLwT3DzunlwIaqN4ZhHafikBumEArSd { display:block; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd { background-color: transparent; background-image: none; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container > .video-iframe-container { display: none; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row > .video-iframe-container { display: none; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .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.48); }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd { border-width: 0; border-radius: 0; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container { width:20rem;height:28.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a115aa4-bd3f-4c8c-bb7e-3045fc4d5ebb/6.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container.adaptive-delivery-prevent-bg, #NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container.lazyload, #NcLwT3DzunlwIaqN4ZhHafikBumEArSd > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #dnRsHcbUyxUQ4D03p7Fhm5ug48Q3xgMX { width:20rem;height:2.5rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IMusmIMpQN3d6E6EbKghD3lT1FT8Bo0v { width:20rem;height:1.5rem;top:22.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIcvqVUHb4qoPCCLXDVySbaT3bhQdZgD { width:19.125rem;height:1rem;top:24.3125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiRGcW8kmrkUB4grXJag5FhzNHSGsGZL { width:18.8125rem;height:6.8125rem;top:12.8125rem;left:0.625rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }#CiRGcW8kmrkUB4grXJag5FhzNHSGsGZL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #yo4dZVfUlAwAAtPbKTKLfGNe7oFt2z94 { width:17.6875rem;height:6.8125rem;top:5.1875rem;left:0.625rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }#yo4dZVfUlAwAAtPbKTKLfGNe7oFt2z94 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #DPe5nPtGEvDnrMfCEfryA8TbyEuRbID0 { width:20rem;height:0.4375rem;top:26.5625rem;left:0rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx { display:block; }#Br7P2Ivxe29Vgw6erwqSlugJNA8gfutx > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyTSEyap6QldxIygQUFWNKkKN1TQ3KA5 { width:20rem;height:2.25rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lKew0XoyCt2tib7XAdU61nzVatB6lRZy { display:block; }#lKew0XoyCt2tib7XAdU61nzVatB6lRZy > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-element-container { border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1); }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none; }
#ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #oRnkJfFvBQ1fEFPIwJVW0C1gvRJP0swk {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #qpvFWK5a9EXKmH2J3otIudkNBoPf6m5Z {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #WNxqqoq3NVTwEtT9PkSdmssUU9XvPEy2 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #K1TbBpTE31LDWSOx5cVMWlqpPTf29EgM {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #kV6CC487V9z2QfA5InxsTIXNy5E7PmUl {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #xZWTLLLQHWdqRpTS6oXt8lMJ0U8xhEmg {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #rGkIbm52nQbuOpGvsaJixmcey0wgHbpb {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #yNAPBTVF4oMdrX9xpkGm1PK0JINHLVTK {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #Fa9lAqdZPCFgDgaP1bFc1wO8av0hqNbn {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #m6ohTr8kHMvWulFWPoTn3WdorPCWRU6Q {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #yeiMp3DZyJan4K00CBrGvGTey2ZL3TqJ {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #hkhZZxLedSwoE5c27IhdGM4xoEMwu6pv {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #VBhZir2E9D8B9Ow5bsRZfVsNTLLhVbm9 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #d6FeLcphwZaVPtFV8Q9MbesbdqPCHsDT {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #eVsoUm4tmaQm21qNTcCiaDvRdybydDA9 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #hMPfObQ5T7eZG6wb2vwvpCE5APf66Zc4 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #oHJ0oMA0SB85be6sqTNt8Ug3AsbnLmCw {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #JK7liulVFtbOqC1BLT1vPalxKd7Gt7cd {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #ZSsL4FiCKa21qkcV2m2JiK2XCQ8XaKaM {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #i9eN1TypbPBdAw1p3L0ucKIobwx3lDbe {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #kwNiC6D3Q7GZ4pQX8EKvHLIC17ub8sXW {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #KsGJyO1d1OqLMvVpz6AmxD5N7ayLgXcy {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #QcET3ShPtvomPPVwbEcf0tW1CefBAnGm {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #oZosUq39NJTf5BgZkVA0WQNPDHNgpq0E {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #mgUpCTJde1FSH3roabDJQUxb7rs3Tz6K {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #D9rTXchiQeBTwVTQ9T7dBQxIVc2nPTon {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #O2qcwbWMRAeDBIek9iVv94FHZq8HKTMc {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #mb7HmAwg2pev99IsJFrTeCq9JnpbifQg {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HVMvPXuwlxJRB02ukuWgD00dQHQaaoTI {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #G4WdTmboNMu1DUBGmdcFZLHZ0QuvVBc2 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #k5O30LEQQBcTPwvrFOQWfsXLK2yXBsns {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #FHWs09nBEBpgILTu28LIGin0RlJVLaW5 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #T59ztaNAGL7SU4JUs6TIBsXiLr16Zst2 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #LcytaZkPtizPnkhl5s2AfgO4eLJqSavg {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HmTzareO4teqTG8EHkQipEu65Nr4VLhS {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #cLm8z6988240hrT1AGRcaa6XSKAppxs5 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #gH2st0rEDAEWVDfT9kqIr3RlSF28BAmX {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HDNhBnSpGdExxBBRtum4DVTxcaavmt1x {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HKv55POsg8LG05MUEEDgwaA1rgfFwOKs {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #zcoPgWJwBXiSoDkddx4s1XPhZzTFCdcq {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #xUAWquUghZvolennN25vqOVNAzCNw60g {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #ItS7OSTQOGDT5l87ctTWMmRnSc079OQm {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #H6ZlGGo4zoPyBQwXOzcA72HyQdUJ6Oq1 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #HTGJ2JvORmMZItxoDk6AnR0ES1UXxxI1 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #OCR1LCkR8JBeRtKdnVp2JHPEkg5EcZbq {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #kGtuMS7xsTdw5fDEdr0ZEVKhEawg0yq0 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #Optg3T0T74ZotLqCIqPp3ftteZKuvMAB {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #V9TwaPW34GWEDNWl2DBxpIZ9RthrKHAC {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #d3mlE0GvcU2E4DlpPHN3SzAQ4BAphFUS {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #QT3BJSlBBuQMO42rKcUNCBs3ZJbt1M4Z {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #f5NQlyx1KOxuwnuOH4TvxHCl0n9TL3Bm {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #qok6XuRprz35b9PDOa1mz0XJps0MFzRg {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #g7UxKnGiwPowA4oKlUHDCZn96luTnzK5 {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #FnN2TnRCTGZHqJhu7ATrv0gyKiSxNstO {  }
 }@media only screen and (max-width: 763px) { #ZKbexH2WBTTPGguzvf71WeFAfrtmw2zl #xLoVsZDHsAI1oqy6d2ETgsTcx8TLuJc6 {  }
 }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { width:11.3125rem;height:2rem;top:0.6875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha7uDDMzd5OPpkLyAkwafFKUFTLZoIcp { width:20rem;height:1.25rem;top:3.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT8Q63TJTFB0VHscpT1ET1BiveBuz7me { width:11.375rem;height:2.1875rem;top:5.5rem;left:4.3125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTf5BIUGIRtMqzxHfQQFRbXZ65eAlVoZ { display:block; }
 }