.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:241,244,244;--color-primary-1:210,218,220;--color-primary-2:164,180,184;--color-primary-3:82,90,92;--color-primary-4:25,27,28;--color-secondary-0:246,244,241;--color-secondary-1:227,218,207;--color-secondary-2:198,180,159;--color-secondary-3:99,90,80;--color-secondary-4:30,27,24;--color-tertiary-0:255,255,255;--color-tertiary-1:244,241,238;--color-tertiary-2:219,209,197;--color-tertiary-3:110,105,99;--color-tertiary-4:22,21,20;--headlines-font-family:"Cormorant Garamond";--paragraphs-font-family:"Roboto"; }@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:#ffffff;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); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN { display:block; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN { background-color: transparent; background-image: none; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container > .video-iframe-container { display: none; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row > .video-iframe-container { display: none; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .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); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN { border-width: 0; border-radius: 0; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .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; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container { background-color:#d6c8b8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;width:75rem;height:6.125rem;font-size:0.875rem;font-family:arial;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; }#cIp8BHf8P3xJ2yQ3SBLLUF0RM9OQcFQl { 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:5.3125rem;width:9.5rem;top:0.40625rem;left:3.15380859375rem;overflow:hidden;display:block; }
#V8XNuxVF0xObb3hZ70qrbtT8l0t79GFZ { background-color:#0c1b2b;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:57.9375rem;display:block; }
#Oocafll3QTH17sKNPNFUTuhan3o7xV50 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 { position:relative;display:block; }#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 { background-color: transparent; background-image: none; }#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 > .row .container > .video-iframe-container { display: none; }#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 > .row > .video-iframe-container { display: none; }#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 > .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); }#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 { border-width: 0; border-radius: 0; }#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 > .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; }#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;background-image:none;font-size:0.875rem;font-family:arial;height:3rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NHSV0a84CzAar3PaKKwCfdlbWBKfiTv3 { color:#0c1b2b;display:block;width:69.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:2.78125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c { position:relative;display:block; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c { background-color: transparent; background-image: none; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container > .video-iframe-container { display: none; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row > .video-iframe-container { display: none; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .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.35); }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c { border-width: 0; border-radius: 0; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .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; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .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; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container { 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;font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container.adaptive-delivery-prevent-bg, #rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container.lazyload, #rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container.lazyloading { background-image: none; }#zgtSvlDgdWUtnzL3DlNcBK87oXbxNLi4 { 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:9.8125rem;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; }
#rT7ZgXJyQbW5mr2I2UtOn4zfwAopp43f { 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:21.5625rem;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; }
#glFwugVBru05xci5s4ElraSAleiVvIc5 { 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:16.375rem;left:48.0625rem;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; }
#tCT4eW1mmAoaNKOMODyg2ybiESlfyRlU { 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:26.375rem;left:4.625rem;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; }
#DuqstNmH0qoH9f66nAaeATy79bJMlFVo { 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:25.75rem;left:23.4375rem;display:block; }
#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD { position:relative;display:block; }#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD { background-color: transparent; background-image: none; }#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD > .row .container > .video-iframe-container { display: none; }#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD > .row > .video-iframe-container { display: none; }#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD > .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); }#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD { border-width: 0; border-radius: 0; }#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD > .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; }#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wax5mVhzkuwGeLN7pca0MbQJ4NSNoNTb { box-sizing:content-box;height:7.1875rem;width:15.5rem;position:absolute;display:block;z-index:15004;background-color:#0c1b2b;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; }
#AvrFy6hxP3hU2i6T6JJKNXB4klftr1D5 { box-sizing:content-box;height:6.4375rem;width:64.625rem;position:absolute;display:block;z-index:15003;background-color:#f7f4ef;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; }
#lDZQBnMV7OvT0DDIIETvcFUl6pMegIra { color:rgba(var(--color-tertiary-0),1);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; }
#oJid6QMmZlI6lQ9Je2b6gP7TsFIf27xE { color:#0c1b2b;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; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .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; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .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; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:300;font-size:1.375rem;color:#0c1b2b;font-style:normal;height:auto; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .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; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .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; }#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .accordion-trigger.adaptive-delivery-prevent-bg, #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .accordion-trigger.lazyload, #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .accordion-trigger.lazyloading { background-image: none; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um { 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; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #tbeA3OsRxpVWi883iyWPdEVFTZZT81Cx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #INxDexf1pPquzZG7EWb4ZQhGlOklrHix { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #R4Me7wLRgtU7b4ftHPoqJRCatTZKWEVL { display:block;position:relative; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #doRvGHMWA6JMIeBT5t11VZm5Fg8tzgMT {  }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #koErsR4kKIhCM8JMKGWV14C8I4BEx7Ob {  }
#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW { position:relative;display:block; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW { background-color: transparent; background-image: none; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row .container > .video-iframe-container { display: none; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row > .video-iframe-container { display: none; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .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); }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW { border-width: 0; border-radius: 0; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .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; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6c8b8;background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ib3Iazom5GuqcNBQSRHRI2Tl7X4Std1w { color:#0c1b2b;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:1.09375rem;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; }
#wNeqU4pn7daev2MQXknADEMz7bz33PTb { position:relative;z-index:auto;display:block; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb { background-color: transparent; background-image: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container > .video-iframe-container { display: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row > .video-iframe-container { display: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .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); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb { border-width: 0; border-radius: 0; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .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; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;background-image:none;font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#De13SXs3Z7tGHaECKdn8X4pACcEDo5OD { 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; }
#D9gGL3DQCHvJsezS7RN79GE55WIC18T9 { color:#0c1b2b;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; }
#fpJibLXPoc8RKrbwONFKIeHFPxD1rusy { color:#0c1b2b;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; }
#o2mIL9GBu5XkLltwyZPTyOWC3WSPPZvG { color:#0c1b2b;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; }
#REDzdc8WK18GkfB3ocQmnRSvFb9Fbf4i { color:#0c1b2b;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; }
#NtWVxKKequDdDdcUKfVZaMep99WVXLrB { color:#0c1b2b;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; }
#e9e9Z9DWAbOOt9GNtch09UtFzonztwTt { color:#0c1b2b;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; }
#v4p3BLU9ZR8CzP2gtUQE7rumc5dTIZdP { 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; }
#JWIb1q0gm2kvkGH33nGNBN7ATQmt0l02 { 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; }
#fqn0aFps55fcdCkqfa08ErVNdVsInkWR { 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; }
#AusVu5EGvOns8NwXUdCnD0t1oP8qvPDk { 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; }
#kIUd8GCrKAAmdMMVZhrqUPeHPDGialGl { 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; }
#TrNCp2rM3aeBGcGKKVXpTXSfOHl7bBTa { 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; }
#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { position:relative;display:block; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { background-color: transparent; background-image: none; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container > .video-iframe-container { display: none; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row > .video-iframe-container { display: none; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .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); }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { border-width: 0; border-radius: 0; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .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; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6c8b8;background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lLTapzmof8aQyuHXTCNfi6QTHPDL6igW { color:#0c1b2b;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.90625rem;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; }
#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL { position:relative;display:block; }#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL { background-color: transparent; background-image: none; }#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL > .row .container > .video-iframe-container { display: none; }#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL > .row > .video-iframe-container { display: none; }#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL > .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); }#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL { border-width: 0; border-radius: 0; }#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f4ef;background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq { z-index:;position:relative;display:block; }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq { background-color: transparent; background-image: none; }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq > .row .container > .video-iframe-container { display: none; }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq > .row > .video-iframe-container { display: none; }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq > .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); }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq { border-width: 0; border-radius: 0; }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq > .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; }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq > .row .container { background-color:#f7f4ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Q3AH4ASvAWXagHFkIpwqp6RZCacp75wz { box-sizing:content-box;height:40.0625rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;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; }
#QtuqNX6lfd0lvzr5BBoEXFNfONkHs6LI { color:#0c1b2b;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; }#QtuqNX6lfd0lvzr5BBoEXFNfONkHs6LI li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#QtuqNX6lfd0lvzr5BBoEXFNfONkHs6LI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d5014c338636377fbfd9e48aeaf86b02f101d2f3.svg); }
#pziMBSvTHmQkBQ9oZkwoDlT6gV1WOqvk { color:#0c1b2b;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; }
#wMV7NqHJHgsUUMp9mBINnRpy1JLsCgC1 { 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; }
#lMmTNZAKF4k1UplaGHaBKQi2HJD4T9XV { color:#0c1b2b;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; }
#nGlFsqIlmoPSsWCnWyxwOo6Rrob5h7Az { color:#0c1b2b;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; }
#OgnzDLBMQgTKam2WOXrpy5JkvshucbFM { 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; }
#V7gUUPiuqUzwal741sETnI1TgJomH6Jn { box-sizing:content-box;height:40.0625rem;width:23.75rem;position:absolute;display:block;z-index:15006;background-color:#d6c8b8;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; }
#iQ13Ot098TzGMUpF5o1D4Ev6Z6Q1leSl { color:#0c1b2b;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; }#iQ13Ot098TzGMUpF5o1D4Ev6Z6Q1leSl li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#iQ13Ot098TzGMUpF5o1D4Ev6Z6Q1leSl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0983f2d23f40c0abcdc28e0f067bf0d717e027e0.svg); }
#sZDtkufAu4SW532x0SUwRhV3cL5yQ0c9 { color:#0c1b2b;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; }
#TTnM03tCiM6JQ3eH6F6SSt3JoSJyGT7s { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;top:15rem;left:27.5rem;display:block; }
#S0AXCiFEDM9ZP1MvhkB3XAI1XcCxPhiv { color:#0c1b2b;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; }
#i0rEPrH7PAtB5yPuEQSzf7uNtsfVXqVc { color:#0c1b2b;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; }
#WXE7fqNqgyntReTqhbVwlZvwQfrm6Xfm { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;top:6.625rem;left:27.5rem;display:block; }
#ergXxl9RTFXJM3PhuSCFIFT4fIxTmT8N { box-sizing:content-box;height:40.0625rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:#0c1b2b;background-image:none;top:2.1875rem;left:51.125rem;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(12,27,43,0.5) ;display:block; }
#iA2tmM6n6dmTldwequr13Z5NWAFdM6FH { color:rgba(var(--color-primary-0),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:18.37451171875rem;left:53.0625rem;height:6.375rem;font-style:normal;display:block; }#iA2tmM6n6dmTldwequr13Z5NWAFdM6FH li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#iA2tmM6n6dmTldwequr13Z5NWAFdM6FH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_53756bfa0cacaa475dda647aa163e9324e0b973c.svg); }
#qzhZxNMvkQxMEZQdU8xIXpTVV67F8olT { color:rgba(var(--color-primary-0),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; }
#vo8hhHBuHJIbTVG7S2GDlJ2mB6mMMnTw { 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; }
#ySvXQlGm3RLqFi9JpTVpP04ocrOOBTPc { color:rgba(var(--color-primary-0),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; }
#ZUtpKnl8Le0DC8U5uSL2P0sdaTyNRxix { color:rgba(var(--color-primary-0),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; }
#lKUShbANHcAHZAZE64SQpn0JhdFitJMM { 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; }
#DBMrQo0i6GQPzTXonp2MzutKHMrrLMu0 { box-sizing:content-box;height:2.75rem;width:21.25rem;position:absolute;display:block;z-index:15003;background-color:#c6a663;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;border-left:0;border-right:0;border-bottom:0;display:block; }
#KRl9RCF06e6ftwS1N5R0Aq1TIfGBdOxr { 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; }
#feqHGtJxX0uCP6Dv7iUL2hPMUiCHRb5e { 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; }
#pwTOOhqcKHPNaKefsBCBOpiEBmnx3nVU { 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; }
#bMSTyf6bSexlglVDFed7APx2hTtLS5w6 { color:#0c1b2b;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; }
#CMfDAwWQa74leefbHSk15sUJ1yhd2q4V { color:#0c1b2b;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; }
#yHEgmE5BTK3NWVfMnRz1zWk85PTHLzTE { color:#0c1b2b;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; }
#JzM0lP6hbUEhxOkXDXsct5M0OXD0xLzg { color:#0c1b2b;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; }
#KzEFGiDJ73f20lr2csV38nyis4P0Ums0 { color:rgba(var(--color-primary-0),1);display:block;width:20rem;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:16.23681640625rem;left:53.0625rem;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; }
#DNzXx5iCeTwSicZbU6CQD7iSTRTyOhKV { color:rgba(var(--color-primary-0),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:26.875rem;left:53.0625rem;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; }
#mPkcG5TPTc4KH3OENl37akH9JTFgRBFT { color:rgba(var(--color-primary-0),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:29.9375rem;left:53rem;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; }
#DFhIACSTpJvJJypsvzTczoZZmq3GmbA6 { color:rgba(var(--color-primary-0),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:32.125rem;left:53rem;height:8.125rem;font-style:normal;display:block; }#DFhIACSTpJvJJypsvzTczoZZmq3GmbA6 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#DFhIACSTpJvJJypsvzTczoZZmq3GmbA6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_53756bfa0cacaa475dda647aa163e9324e0b973c.svg); }
#q02XMosHFwPId9vrtdKIClK1FGmobtJe { position:relative;display:block; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe { background-color: transparent; background-image: none; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row .container > .video-iframe-container { display: none; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row > .video-iframe-container { display: none; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .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); }#q02XMosHFwPId9vrtdKIClK1FGmobtJe { border-width: 0; border-radius: 0; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .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; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6c8b8;background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LsXQyn9s9zHD0HR3Z43DuUfDFLZAf9wy { color:#0c1b2b;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:1.34375rem;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; }
#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i { position:relative;display:none; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i { border-width: 0; border-radius: 0; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .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; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;background-image:none;font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#tuMplHhitd8Lr54D6hoOIteLafpLG2g2 { position:absolute;display:block;z-index:15069;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: none;height:24.75rem;width:37.125rem;top:1.3125rem;left:37.875rem;overflow:hidden;display:block; }
#dwSoeZsu45UILCuGXAk2TnMoV7aXwNKw { position:absolute;display:block;z-index:15068;height:20.4375rem;width:36.9375rem;top:1.3125rem;left:0rem;display:block; }
#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 { position:relative;display:block; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 { background-color: transparent; background-image: none; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row .container > .video-iframe-container { display: none; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row > .video-iframe-container { display: none; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .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); }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 { border-width: 0; border-radius: 0; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .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; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4ef;background-image:none;font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ts6Ximv8Xxw5OpLvE3mUSU40m9VRpPGu { box-sizing:content-box;height:23.25rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#d6c8b8;background-image:none;top:1.1875rem;left:37.5rem;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; }
#nmt3CMRldsNZGZq2CPB6LGDac8DMtT1o { color:#0c1b2b;display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:5.75rem;left:39.0625rem;height:16.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZQRPdrIOLz11rILkRSwt5MIMF25iL17S { color:#0c1b2b;display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.0625rem;left:39.0625rem;height:1.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; }
#dnVqzfNyWKzMwmBHqFaqquF1V1ikbLSq { position:absolute;display:block;z-index:15002;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: none;height:23.25rem;width:34.875rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#coqy6hPPo3nl1Do9mfSNT3HDe7UkZ90B { color:#0b0b0b;display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:13.875rem;left:39.0625rem;height:3.75rem;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; }
#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U { position:relative;display:block; }#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U { background-color: transparent; background-image: none; }#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U > .row .container > .video-iframe-container { display: none; }#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U > .row > .video-iframe-container { display: none; }#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U > .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); }#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U { border-width: 0; border-radius: 0; }#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U > .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; }#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6c8b8;background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Wt88KoQKq5fLz20PiEbuhpOAbX2vQ6ZC { color:#0c1b2b;display:block;width:69.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:2.78125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JuRMLapIsGfao0FEdXKtw18VaAnAPQ6P { color:#0c1b2b;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:26.65625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 { position:relative;display:block; }#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 { background-color: transparent; background-image: none; }#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 > .row .container > .video-iframe-container { display: none; }#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 > .row > .video-iframe-container { display: none; }#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 > .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); }#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 { border-width: 0; border-radius: 0; }#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 > .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; }#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tOlaDRFt1AA84HGbiP5XEDkTHeETG4vM { box-sizing:content-box;height:7.1875rem;width:15.5rem;position:absolute;display:block;z-index:15004;background-color:#0c1b2b;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; }
#hvAxz3qQT1QDAt7iqt9rVEB7wQSaTd4d { box-sizing:content-box;height:6.4375rem;width:64.625rem;position:absolute;display:block;z-index:15003;background-color:#f7f4ef;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; }
#OCMg2tHC5Ky16ytzmgvbTPwmU8LsS4eU { color:rgba(var(--color-tertiary-0),1);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; }
#NCiCKXsAskiaXGdaOQE4s9e89GpBtnD3 { color:#0c1b2b;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; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .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; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .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; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:300;font-size:1.375rem;color:#0c1b2b;font-style:normal;height:auto; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .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; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .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; }#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .accordion-trigger.adaptive-delivery-prevent-bg, #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .accordion-trigger.lazyload, #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .accordion-trigger.lazyloading { background-image: none; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO { 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; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #EnQWS0ZuguaEnMNVtTp2Z4qOK0bG4KWd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #Tdz7XKiVQGXv5eaAzev3wgOHFFqaLdxW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #qVSNBsVg5afwDGbxWgByDELNfeKiuF0s { display:block;position:relative; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #JLDPwko0v9lCruTI5p7as4CaTd3Zydce {  }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #weJ99wBTuV5TTFkw14p2WVqaVTBnaVTs {  }
#Won881PoBcOs3zTZHH362Ihh9pnxNH3b { position:relative;display:block; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b { background-color: transparent; background-image: none; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container > .video-iframe-container { display: none; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row > .video-iframe-container { display: none; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .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.59); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b { border-width: 0; border-radius: 0; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .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; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .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; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container { 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;font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container.adaptive-delivery-prevent-bg, #Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container.lazyload, #Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container.lazyloading { background-image: none; }#l0o0N4Xdaz5qasJD6crItUQSGL2MgxZC { 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; }
#hK98upZWCdm8otfbVGNnKzAqFVybthUq { 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; }
#xlUQzxbs0hZ6TmFAiiwF8StmCZqvkDwy { 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; }
#CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk { 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; }#CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
#ryizGg6T0EKHDpJWmQD8qtove8XP4Eop { 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; }#ryizGg6T0EKHDpJWmQD8qtove8XP4Eop li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ryizGg6T0EKHDpJWmQD8qtove8XP4Eop li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
#n1xiGrthMVWk0vi0rwtkmI124hGPSk4x { 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; }
#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 { position:relative;display:block; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 { background-color: transparent; background-image: none; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row .container > .video-iframe-container { display: none; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row > .video-iframe-container { display: none; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .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); }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 { border-width: 0; border-radius: 0; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .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; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6c8b8;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iOfuJ1t5fgJqzC17le2pTxUqCqbO1cFI { color:#0c1b2b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:1.0625rem;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; }
#sQstUJNBht8Es6ogMCT08N0OhHF6ogSU { color:#0c1b2b;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.5rem;left:0rem;height:2.5rem;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; }
#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT { position:relative;display:block; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT { background-color: transparent; background-image: none; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container > .video-iframe-container { display: none; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row > .video-iframe-container { display: none; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .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); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT { border-width: 0; border-radius: 0; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .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; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .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); }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .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; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .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; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .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; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .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; }#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-trigger.adaptive-delivery-prevent-bg, #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-trigger.lazyload, #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-trigger.lazyloading { background-image: none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:#f7f4ef;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #AJkm03sndWfOapwWKF63ehB55oWTzUpa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #XobgoGWpi8TB3GCbBcCmvlxuEHqNIhrN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #nGHF0bOCE4Dx0E3aar3OO7WWunNMCxuc { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #hqNtgEV5rq3kpmTXdplekCaqO2Wk2mFc {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ILu3ZmRloBRdIUxmA5WNf9dtEIclz4zC {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Q385nEqcOFWsmJPGUuNIIZzT8v0LQWOh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #m8V4MMrLNNsU72MZb5G96eiDMBNFHNCA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Q5g5s5SznSnUerqOOBZn36I6b2xhDdia { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #RQkoEZamhksHsaVZqz0fnEkL8Iwak9n9 {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ENeECA7PylZ1X5vc31hh566Lr5FQD90O { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #i18nAvEJaxap2JAoynTEZfRbKARJ4qut { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #DSIog59N1SaPtLRim6ifalPFBazp5G9O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #s89TWLCkgLO5sQ0oTqNVt13fEfreNVhw { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #eBlxmlPfVzz88o3a1ul9CGgTcbM3nnXW {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #qnGZMz2AXXqPokW4w6WoWGQeKfKcbPp0 { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #dGSbWXohguowT8BTTmeIbBJ494qPqXng { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #vqfh4AxW35CGOiEz6tr6nAwqCGlRUviM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #zLhLd3IPlZTcDLRoUKlxNxMJu1ZF1G2g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #e6I1nJecAAgenAIpFcNacIWeUxN7n00R { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #XbemoyHUhPctWuenHD4SSi2FgXgEgDpQ {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #O3BT8DJLLi9kk17XP8FWU73gagXT043D { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Ed4KWm897rizx9vRS5y6fh2nhNh7HMxo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #bBDMFNNN9BU87MmnMTRFV15FG7ZPUSzQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #MocukIDVKJ9qkigkq4I5x15tFzG1ur5O { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #H85RNuPBphcE87DFbOGs8KnfsKDxG0Bn {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #dwz4BmEsokwXKbdPCdd22H7G7xFMg26d { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #BbH7WSg7st69Ho9WKb4UcpUe3NdbU6HE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #v0tHcqEctoQZZiHD09gtwPDHgAbstgPd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #A7yMlPoOqflPJzhuL3Vo6PcyGXfOCSb1 { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #wp5f7eklqNfxkr93OGHeCZtSI8PfFUv1 {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #S2U0BfcWScoRu99LKGBlJTRtk4fxTW3m { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #kyLCaip88pXTxPVBPvNQp0QNSd7SEWkz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #NQTOt9wM1cNg53rBbk7c3ftMO1HG0RMl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #zHH14KhaRorTtuPhTiIxoAEvxO2x2wfS { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #uUTKw9AWLIsgl8dTrovRmTDdTp131zzU {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #mAabsJdqqxTwW842HrqKLVVzIp76uDJm { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #P3RuR7K1yFA0TvrhcxTaDhyh3J2vizDC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #PIc7Hv4ltOpzW98RRfMZv3FXiL43FvGt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #OeEEfgncOnHWDgFGeDNO9T56llsr07MJ { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #elwMlS995lqJaBCUIMX86efWXx5VU4sI {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #qvzQ9TL6OTPfXtQOeGCPN1z5svBvlHfx { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Wb6ilbqrAA7kill8JPPShinHBqgEqWUC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #HT3kounrRMbCEzXTDacEFikogeaefp96 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ePa9L8MzR0ImipD5ExktEI914pHbAKWP { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #X5MowuxJP6FXSttK7bT1oMDRS4ZGATEB {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #CDXiwkGEQt9m7QJDMd5RFtorZgcey056 { display:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #W4TAls3h4eoaZRWNZJIR0e88XwF2M77H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #M1MGooeK7OTh07wObrvST8fcWxFwlHeB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #i93RIxp3T2sx5AsW5mKJIV9SXGsKTylH { display:block;position:relative; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #HTKRb9TQ9VOTaTwr825KTPoCAE52sMaf {  }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #QbsOOihGZCyd9ZhDPQ1vbUQTzDaAe7Hh { display:none; }
#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O { z-index:;position:relative;display:block; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O { background-color: transparent; background-image: none; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container > .video-iframe-container { display: none; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row > .video-iframe-container { display: none; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .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); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O { border-width: 0; border-radius: 0; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .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; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container { background-color:#0c1b2b;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Lo52Prxt35xIBCTMSvfNJqlpBWSyo4f0 { 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:5.1875rem;width:9.25rem;top:0rem;left:2.3125rem;overflow:hidden;display:block; }
#XVpPq51P03vrizDJQ2l26Mn2XXrgyZTV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.59375rem;left:71.5rem; }
#XVpPq51P03vrizDJQ2l26Mn2XXrgyZTV > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#nE0KxQcFxfFC7PqbfNgphmeDZVDfrB85 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.59375rem;left:68.75rem; }
#nE0KxQcFxfFC7PqbfNgphmeDZVDfrB85 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IMHr9ghk2SJEzSNAPBotsf9b6SP853qN { display:block; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIp8BHf8P3xJ2yQ3SBLLUF0RM9OQcFQl { top:0.375rem;left:0rem;width:9.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8XNuxVF0xObb3hZ70qrbtT8l0t79GFZ { width:12.6875rem;height:3rem;top:1.5625rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oocafll3QTH17sKNPNFUTuhan3o7xV50 { display:block; }
 }@media only screen and (max-width: 763px) { #LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 { display:block; }#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHSV0a84CzAar3PaKKwCfdlbWBKfiTv3 { top:0.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c { display:block; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgtSvlDgdWUtnzL3DlNcBK87oXbxNLi4 { top:9.8125rem;left:0rem;width:47.75rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT7ZgXJyQbW5mr2I2UtOn4zfwAopp43f { top:21.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glFwugVBru05xci5s4ElraSAleiVvIc5 { top:16.375rem;left:27.0625rem;width:20.6875rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCT4eW1mmAoaNKOMODyg2ybiESlfyRlU { top:26.375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuqstNmH0qoH9f66nAaeATy79bJMlFVo { top:25.75rem;left:9.8125rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD { display:block; }#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wax5mVhzkuwGeLN7pca0MbQJ4NSNoNTb { top:5.1875rem;left:0rem;width:15.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvrFy6hxP3hU2i6T6JJKNXB4klftr1D5 { top:5.5625rem;left:0rem;width:47.75rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDZQBnMV7OvT0DDIIETvcFUl6pMegIra { width:12.625rem;height:4.5rem;top:6.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJid6QMmZlI6lQ9Je2b6gP7TsFIf27xE { width:47.75rem;height:4rem;top:0.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um { display:flex;height:auto;width:40.375rem;top:6.5rem;left:4.875rem; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #tbeA3OsRxpVWi883iyWPdEVFTZZT81Cx {  }
 }@media only screen and (max-width: 763px) { #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #INxDexf1pPquzZG7EWb4ZQhGlOklrHix {  }
 }@media only screen and (max-width: 763px) { #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #R4Me7wLRgtU7b4ftHPoqJRCatTZKWEVL {  }
 }@media only screen and (max-width: 763px) { #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #doRvGHMWA6JMIeBT5t11VZm5Fg8tzgMT {  }
 }@media only screen and (max-width: 763px) { #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #koErsR4kKIhCM8JMKGWV14C8I4BEx7Ob {  }
 }@media only screen and (max-width: 763px) { #tunol1qGOcBBNXXzpXar4U5AsMWMaHRW { display:block; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ib3Iazom5GuqcNBQSRHRI2Tl7X4Std1w { width:47.75rem;height:4rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNeqU4pn7daev2MQXknADEMz7bz33PTb { 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; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container { background-color: transparent; background-image: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container > .video-iframe-container { display: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row > .video-iframe-container { display: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .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); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container { border-width: 0; border-radius: 0; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De13SXs3Z7tGHaECKdn8X4pACcEDo5OD { top:0.8125rem;left:0rem;width:11.9375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9gGL3DQCHvJsezS7RN79GE55WIC18T9 { top:10rem;left:4.75rem;width:16.4375rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpJibLXPoc8RKrbwONFKIeHFPxD1rusy { top:7.3125rem;left:6.9375rem;width:10.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2mIL9GBu5XkLltwyZPTyOWC3WSPPZvG { 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) { #REDzdc8WK18GkfB3ocQmnRSvFb9Fbf4i { top:7.3125rem;left:25.875rem;width:12.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtWVxKKequDdDdcUKfVZaMep99WVXLrB { 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) { #e9e9Z9DWAbOOt9GNtch09UtFzonztwTt { 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) { #v4p3BLU9ZR8CzP2gtUQE7rumc5dTIZdP { top:2.0625rem;left:6.9375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWIb1q0gm2kvkGH33nGNBN7ATQmt0l02 { top:2.5rem;left:29rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqn0aFps55fcdCkqfa08ErVNdVsInkWR { top:2.875rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AusVu5EGvOns8NwXUdCnD0t1oP8qvPDk { top:7.25rem;left:4.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIUd8GCrKAAmdMMVZhrqUPeHPDGialGl { top:7.25rem;left:23.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrNCp2rM3aeBGcGKKVXpTXSfOHl7bBTa { top:7.1875rem;left:43.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { display:block; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLTapzmof8aQyuHXTCNfi6QTHPDL6igW { width:47.75rem;height:4rem;top:0.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL { display:block; }#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq { display:block; }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3AH4ASvAWXagHFkIpwqp6RZCacp75wz { top:2.125rem;left:0rem;width:23.75rem;height:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtuqNX6lfd0lvzr5BBoEXFNfONkHs6LI { top:18.3125rem;left:0rem;width:20rem;height:6.375rem;font-size:0.875rem;display:block; }#QtuqNX6lfd0lvzr5BBoEXFNfONkHs6LI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d5014c338636377fbfd9e48aeaf86b02f101d2f3.svg); }
 }@media only screen and (max-width: 763px) { #pziMBSvTHmQkBQ9oZkwoDlT6gV1WOqvk { top:11rem;left:0rem;width:20rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMV7NqHJHgsUUMp9mBINnRpy1JLsCgC1 { top:15rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMmTNZAKF4k1UplaGHaBKQi2HJD4T9XV { top:4rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGlFsqIlmoPSsWCnWyxwOo6Rrob5h7Az { top:7.3125rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgnzDLBMQgTKam2WOXrpy5JkvshucbFM { top:6.625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7gUUPiuqUzwal741sETnI1TgJomH6Jn { top:2.125rem;left:11.9375rem;width:23.75rem;height:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ13Ot098TzGMUpF5o1D4Ev6Z6Q1leSl { top:18.3125rem;left:13.875rem;width:20rem;height:6.375rem;font-size:0.875rem;display:block; }#iQ13Ot098TzGMUpF5o1D4Ev6Z6Q1leSl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0983f2d23f40c0abcdc28e0f067bf0d717e027e0.svg); }
 }@media only screen and (max-width: 763px) { #sZDtkufAu4SW532x0SUwRhV3cL5yQ0c9 { top:11rem;left:13.8125rem;width:20rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnM03tCiM6JQ3eH6F6SSt3JoSJyGT7s { top:15rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0AXCiFEDM9ZP1MvhkB3XAI1XcCxPhiv { top:7.3125rem;left:13.875rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0rEPrH7PAtB5yPuEQSzf7uNtsfVXqVc { top:4rem;left:13.9375rem;width:20rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXE7fqNqgyntReTqhbVwlZvwQfrm6Xfm { top:6.625rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ergXxl9RTFXJM3PhuSCFIFT4fIxTmT8N { top:2.1875rem;left:24rem;width:23.75rem;height:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA2tmM6n6dmTldwequr13Z5NWAFdM6FH { top:18.3125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#iA2tmM6n6dmTldwequr13Z5NWAFdM6FH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_53756bfa0cacaa475dda647aa163e9324e0b973c.svg); }
 }@media only screen and (max-width: 763px) { #qzhZxNMvkQxMEZQdU8xIXpTVV67F8olT { top:11.0625rem;left:27.75rem;width:20rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo8hhHBuHJIbTVG7S2GDlJ2mB6mMMnTw { top:15rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySvXQlGm3RLqFi9JpTVpP04ocrOOBTPc { top:7.3125rem;left:27.75rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUtpKnl8Le0DC8U5uSL2P0sdaTyNRxix { top:4.0625rem;left:27.75rem;width:20rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKUShbANHcAHZAZE64SQpn0JhdFitJMM { top:6.6875rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBMrQo0i6GQPzTXonp2MzutKHMrrLMu0 { top:0rem;left:26.375rem;width:21.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRl9RCF06e6ftwS1N5R0Aq1TIfGBdOxr { 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) { #feqHGtJxX0uCP6Dv7iUL2hPMUiCHRb5e { top:0.75rem;left:40.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTOOhqcKHPNaKefsBCBOpiEBmnx3nVU { top:0.75rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMSTyf6bSexlglVDFed7APx2hTtLS5w6 { top:16.1875rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMfDAwWQa74leefbHSk15sUJ1yhd2q4V { top:26.8125rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHEgmE5BTK3NWVfMnRz1zWk85PTHLzTE { top:16.1875rem;left:13.875rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzM0lP6hbUEhxOkXDXsct5M0OXD0xLzg { top:26.8125rem;left:13.875rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzEFGiDJ73f20lr2csV38nyis4P0Ums0 { top:16.1875rem;left:27.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNzXx5iCeTwSicZbU6CQD7iSTRTyOhKV { top:26.875rem;left:27.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPkcG5TPTc4KH3OENl37akH9JTFgRBFT { top:29.9375rem;left:27.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFhIACSTpJvJJypsvzTczoZZmq3GmbA6 { top:32.125rem;left:27.75rem;width:20rem;height:;font-size:0.875rem;display:block; }#DFhIACSTpJvJJypsvzTczoZZmq3GmbA6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_53756bfa0cacaa475dda647aa163e9324e0b973c.svg); }
 }@media only screen and (max-width: 763px) { #q02XMosHFwPId9vrtdKIClK1FGmobtJe { display:block; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsXQyn9s9zHD0HR3Z43DuUfDFLZAf9wy { width:47.75rem;height:4rem;top:1.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZeJcyWLZctA4JwOrotvzTfTykDP3q4i { display:block; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuMplHhitd8Lr54D6hoOIteLafpLG2g2 { top:1.3125rem;left:10.625rem;width:37.125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwSoeZsu45UILCuGXAk2TnMoV7aXwNKw { top:1.3125rem;left:0rem;width:36.9375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 { display:block; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts6Ximv8Xxw5OpLvE3mUSU40m9VRpPGu { top:1.1875rem;left:10.25rem;width:37.5rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmt3CMRldsNZGZq2CPB6LGDac8DMtT1o { top:5.75rem;left:13.375rem;width:34.375rem;height:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQRPdrIOLz11rILkRSwt5MIMF25iL17S { top:3.0625rem;left:13.8125rem;width:33.9375rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnVqzfNyWKzMwmBHqFaqquF1V1ikbLSq { top:1.1875rem;left:0rem;width:34.875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #coqy6hPPo3nl1Do9mfSNT3HDe7UkZ90B { top:13.875rem;left:20.9375rem;width:26.8125rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U { display:block; }#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wt88KoQKq5fLz20PiEbuhpOAbX2vQ6ZC { top:0.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuRMLapIsGfao0FEdXKtw18VaAnAPQ6P { top:2.5625rem;left:13.03125rem;width:21.6875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 { display:block; }#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOlaDRFt1AA84HGbiP5XEDkTHeETG4vM { top:5.1875rem;left:0rem;width:15.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvAxz3qQT1QDAt7iqt9rVEB7wQSaTd4d { top:5.5625rem;left:0rem;width:47.75rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCMg2tHC5Ky16ytzmgvbTPwmU8LsS4eU { width:12.625rem;height:4.5rem;top:6.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCiCKXsAskiaXGdaOQE4s9e89GpBtnD3 { width:47.75rem;height:4rem;top:0.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO { display:flex;height:auto;width:40.375rem;top:6.5rem;left:4.875rem; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #EnQWS0ZuguaEnMNVtTp2Z4qOK0bG4KWd {  }
 }@media only screen and (max-width: 763px) { #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #Tdz7XKiVQGXv5eaAzev3wgOHFFqaLdxW {  }
 }@media only screen and (max-width: 763px) { #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #qVSNBsVg5afwDGbxWgByDELNfeKiuF0s {  }
 }@media only screen and (max-width: 763px) { #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #JLDPwko0v9lCruTI5p7as4CaTd3Zydce {  }
 }@media only screen and (max-width: 763px) { #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #weJ99wBTuV5TTFkw14p2WVqaVTBnaVTs {  }
 }@media only screen and (max-width: 763px) { #Won881PoBcOs3zTZHH362Ihh9pnxNH3b { display:block; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0o0N4Xdaz5qasJD6crItUQSGL2MgxZC { width:47.75rem;height:4.125rem;top:5.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK98upZWCdm8otfbVGNnKzAqFVybthUq { width:47.75rem;height:2.625rem;top:23.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlUQzxbs0hZ6TmFAiiwF8StmCZqvkDwy { width:47.75rem;height:1.4375rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk { top:11.9375rem;left:25.4375rem;width:22.3125rem;height:;font-size:0.9375rem;display:block; }#CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #ryizGg6T0EKHDpJWmQD8qtove8XP4Eop { top:11.9375rem;left:1rem;width:21.75rem;height:7.5625rem;font-size:0.9375rem;display:block; }#ryizGg6T0EKHDpJWmQD8qtove8XP4Eop li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #n1xiGrthMVWk0vi0rwtkmI124hGPSk4x { top:28.8125rem;left:0rem;width:47.75rem;height:0.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 { display:block; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOfuJ1t5fgJqzC17le2pTxUqCqbO1cFI { width:47.75rem;height:4rem;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQstUJNBht8Es6ogMCT08N0OhHF6ogSU { width:47.75rem;height:2.5rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT { display:block; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #AJkm03sndWfOapwWKF63ehB55oWTzUpa {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #XobgoGWpi8TB3GCbBcCmvlxuEHqNIhrN {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #nGHF0bOCE4Dx0E3aar3OO7WWunNMCxuc {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #hqNtgEV5rq3kpmTXdplekCaqO2Wk2mFc {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ILu3ZmRloBRdIUxmA5WNf9dtEIclz4zC {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Q385nEqcOFWsmJPGUuNIIZzT8v0LQWOh {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #m8V4MMrLNNsU72MZb5G96eiDMBNFHNCA {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Q5g5s5SznSnUerqOOBZn36I6b2xhDdia {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #RQkoEZamhksHsaVZqz0fnEkL8Iwak9n9 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ENeECA7PylZ1X5vc31hh566Lr5FQD90O {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #i18nAvEJaxap2JAoynTEZfRbKARJ4qut {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #DSIog59N1SaPtLRim6ifalPFBazp5G9O {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #s89TWLCkgLO5sQ0oTqNVt13fEfreNVhw {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #eBlxmlPfVzz88o3a1ul9CGgTcbM3nnXW {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #qnGZMz2AXXqPokW4w6WoWGQeKfKcbPp0 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #vqfh4AxW35CGOiEz6tr6nAwqCGlRUviM {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #zLhLd3IPlZTcDLRoUKlxNxMJu1ZF1G2g {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #e6I1nJecAAgenAIpFcNacIWeUxN7n00R {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #XbemoyHUhPctWuenHD4SSi2FgXgEgDpQ {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #O3BT8DJLLi9kk17XP8FWU73gagXT043D {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Ed4KWm897rizx9vRS5y6fh2nhNh7HMxo {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #bBDMFNNN9BU87MmnMTRFV15FG7ZPUSzQ {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #MocukIDVKJ9qkigkq4I5x15tFzG1ur5O {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #H85RNuPBphcE87DFbOGs8KnfsKDxG0Bn {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #dwz4BmEsokwXKbdPCdd22H7G7xFMg26d {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #BbH7WSg7st69Ho9WKb4UcpUe3NdbU6HE {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #v0tHcqEctoQZZiHD09gtwPDHgAbstgPd {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #A7yMlPoOqflPJzhuL3Vo6PcyGXfOCSb1 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #wp5f7eklqNfxkr93OGHeCZtSI8PfFUv1 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #S2U0BfcWScoRu99LKGBlJTRtk4fxTW3m {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #kyLCaip88pXTxPVBPvNQp0QNSd7SEWkz {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #NQTOt9wM1cNg53rBbk7c3ftMO1HG0RMl {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #zHH14KhaRorTtuPhTiIxoAEvxO2x2wfS {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #uUTKw9AWLIsgl8dTrovRmTDdTp131zzU {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #mAabsJdqqxTwW842HrqKLVVzIp76uDJm {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #P3RuR7K1yFA0TvrhcxTaDhyh3J2vizDC {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #PIc7Hv4ltOpzW98RRfMZv3FXiL43FvGt {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #OeEEfgncOnHWDgFGeDNO9T56llsr07MJ {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #elwMlS995lqJaBCUIMX86efWXx5VU4sI {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #qvzQ9TL6OTPfXtQOeGCPN1z5svBvlHfx {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Wb6ilbqrAA7kill8JPPShinHBqgEqWUC {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #HT3kounrRMbCEzXTDacEFikogeaefp96 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ePa9L8MzR0ImipD5ExktEI914pHbAKWP {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #X5MowuxJP6FXSttK7bT1oMDRS4ZGATEB {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #CDXiwkGEQt9m7QJDMd5RFtorZgcey056 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #W4TAls3h4eoaZRWNZJIR0e88XwF2M77H {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #M1MGooeK7OTh07wObrvST8fcWxFwlHeB {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #i93RIxp3T2sx5AsW5mKJIV9SXGsKTylH {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #HTKRb9TQ9VOTaTwr825KTPoCAE52sMaf {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #QbsOOihGZCyd9ZhDPQ1vbUQTzDaAe7Hh {  }
 }@media only screen and (max-width: 763px) { #sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O { display:block; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo52Prxt35xIBCTMSvfNJqlpBWSyo4f0 { top:0rem;left:0rem;width:9.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVpPq51P03vrizDJQ2l26Mn2XXrgyZTV { top:1.5625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#XVpPq51P03vrizDJQ2l26Mn2XXrgyZTV > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #nE0KxQcFxfFC7PqbfNgphmeDZVDfrB85 { top:1.5625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#nE0KxQcFxfFC7PqbfNgphmeDZVDfrB85 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IMHr9ghk2SJEzSNAPBotsf9b6SP853qN { display:block; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN { background-color: transparent; background-image: none; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container > .video-iframe-container { display: none; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row > .video-iframe-container { display: none; }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .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); }#IMHr9ghk2SJEzSNAPBotsf9b6SP853qN > .row .container { width:20rem;height:9rem;background-color:#dbd1c5;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIp8BHf8P3xJ2yQ3SBLLUF0RM9OQcFQl { width:7.5625rem;height:4.25rem;top:0rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8XNuxVF0xObb3hZ70qrbtT8l0t79GFZ { width:12.6875rem;height:3rem;top:4.75rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oocafll3QTH17sKNPNFUTuhan3o7xV50 { display:block; }
 }@media only screen and (max-width: 763px) { #LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 { display:block; }#LPt45smZwuz4Bg8V1OTZ5myIQlrmfyQ3 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHSV0a84CzAar3PaKKwCfdlbWBKfiTv3 { width:16.875rem;height:4.3125rem;top:0.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c { display:block; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c { background-color: transparent; background-image: none; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container > .video-iframe-container { display: none; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row > .video-iframe-container { display: none; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .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); }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c { border-width: 0; border-radius: 0; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .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; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .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; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container { width:20rem;height:25.0625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/550b7029-8c1d-4987-b3e8-872dd7e88116/1200x600.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; }#rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container.adaptive-delivery-prevent-bg, #rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container.lazyload, #rgzHpoStlKdbQAqNTLuTT1Ai9MQoXQ7c > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #zgtSvlDgdWUtnzL3DlNcBK87oXbxNLi4 { width:20rem;height:5rem;top:6.25rem;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) { #rT7ZgXJyQbW5mr2I2UtOn4zfwAopp43f { width:20rem;height:2.3125rem;top:14.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) { #glFwugVBru05xci5s4ElraSAleiVvIc5 { width:15.125rem;height:1.375rem;top:11.25rem;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) { #tCT4eW1mmAoaNKOMODyg2ybiESlfyRlU { width:18.4375rem;height:4.125rem;top:17.5rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DuqstNmH0qoH9f66nAaeATy79bJMlFVo { width:15.8125rem;height:0.0625rem;top:16.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD { display:block; }#SS3xA4fm6ViUyIXIvWeEwibyrGkTVfPD > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wax5mVhzkuwGeLN7pca0MbQJ4NSNoNTb { width:12.375rem;height:5.0625rem;top:4.125rem;left:3.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AvrFy6hxP3hU2i6T6JJKNXB4klftr1D5 { width:20rem;height:9.25rem;top:6.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lDZQBnMV7OvT0DDIIETvcFUl6pMegIra { 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) { #oJid6QMmZlI6lQ9Je2b6gP7TsFIf27xE { 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) { #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .accordion-heading-text { font-size:0.9375rem;height:auto; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um { display:flex;height:auto;width:17.5rem;top:9.1875rem;left:0rem; }
#qNIxl6v3TkGig0SqAH3TJI2exRZqu6um .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #tbeA3OsRxpVWi883iyWPdEVFTZZT81Cx {  }
 }@media only screen and (max-width: 763px) { #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #INxDexf1pPquzZG7EWb4ZQhGlOklrHix {  }
 }@media only screen and (max-width: 763px) { #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #R4Me7wLRgtU7b4ftHPoqJRCatTZKWEVL {  }
 }@media only screen and (max-width: 763px) { #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #doRvGHMWA6JMIeBT5t11VZm5Fg8tzgMT {  }
 }@media only screen and (max-width: 763px) { #qNIxl6v3TkGig0SqAH3TJI2exRZqu6um #koErsR4kKIhCM8JMKGWV14C8I4BEx7Ob {  }
 }@media only screen and (max-width: 763px) { #tunol1qGOcBBNXXzpXar4U5AsMWMaHRW { display:block; }#tunol1qGOcBBNXXzpXar4U5AsMWMaHRW > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ib3Iazom5GuqcNBQSRHRI2Tl7X4Std1w { width:17.75rem;height:1.75rem;top:0.40625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wNeqU4pn7daev2MQXknADEMz7bz33PTb { position:relative;z-index:auto;display:block; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb { background-color: transparent; background-image: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container > .video-iframe-container { display: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row > .video-iframe-container { display: none; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .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); }#wNeqU4pn7daev2MQXknADEMz7bz33PTb { border-width: 0; border-radius: 0; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .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; }#wNeqU4pn7daev2MQXknADEMz7bz33PTb > .row .container { width:20rem;height:38.875rem;background-color:#f3f1ea;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) { #De13SXs3Z7tGHaECKdn8X4pACcEDo5OD { 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) { #D9gGL3DQCHvJsezS7RN79GE55WIC18T9 { 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) { #fpJibLXPoc8RKrbwONFKIeHFPxD1rusy { 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) { #o2mIL9GBu5XkLltwyZPTyOWC3WSPPZvG { 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) { #REDzdc8WK18GkfB3ocQmnRSvFb9Fbf4i { 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) { #NtWVxKKequDdDdcUKfVZaMep99WVXLrB { 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) { #e9e9Z9DWAbOOt9GNtch09UtFzonztwTt { 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) { #v4p3BLU9ZR8CzP2gtUQE7rumc5dTIZdP { display:flex;width:3.375rem;height:3.375rem;top:16.625rem;left:10.1875rem; }
 }@media only screen and (max-width: 763px) { #JWIb1q0gm2kvkGH33nGNBN7ATQmt0l02 { display:flex;width:2.5rem;height:2.5rem;top:24.625rem;left:16.4375rem; }
 }@media only screen and (max-width: 763px) { #fqn0aFps55fcdCkqfa08ErVNdVsInkWR { display:flex;width:1.9375rem;height:1.9375rem;top:32.25rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #AusVu5EGvOns8NwXUdCnD0t1oP8qvPDk { display:flex;width:2.125rem;height:2.125rem;top:17.25rem;left:1rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #kIUd8GCrKAAmdMMVZhrqUPeHPDGialGl { display:flex;width:2.125rem;height:2.125rem;top:24.8125rem;left:1rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #TrNCp2rM3aeBGcGKKVXpTXSfOHl7bBTa { display:flex;width:2.125rem;height:2.125rem;top:32.125rem;left:1rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #i0fRGxvOgdD89kIKi22F6g7gmnP3TOem { display:block; }#i0fRGxvOgdD89kIKi22F6g7gmnP3TOem > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLTapzmof8aQyuHXTCNfi6QTHPDL6igW { width:14.6875rem;height:3.5rem;top:0rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL { display:none; }#IXoq4Hhp4zToELpbOESIwQvUwqvUyLJL > .row .container { width:20rem;height:0.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq { display:block; }#DHTmLIFuNO1ZFCqaDKmLxOLwXEtzUThq > .row .container { width:20rem;height:109.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3AH4ASvAWXagHFkIpwqp6RZCacp75wz { width:19.875rem;height:30.875rem;top:0.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtuqNX6lfd0lvzr5BBoEXFNfONkHs6LI { width:17.5rem;height:6.375rem;top:16.75rem;left:2rem;font-size:0.875rem;display:block; }#QtuqNX6lfd0lvzr5BBoEXFNfONkHs6LI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d5014c338636377fbfd9e48aeaf86b02f101d2f3.svg); }
 }@media only screen and (max-width: 763px) { #pziMBSvTHmQkBQ9oZkwoDlT6gV1WOqvk { 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) { #wMV7NqHJHgsUUMp9mBINnRpy1JLsCgC1 { width:17.5rem;height:0.0625rem;top:13.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMmTNZAKF4k1UplaGHaBKQi2HJD4T9XV { 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) { #nGlFsqIlmoPSsWCnWyxwOo6Rrob5h7Az { width:17.5rem;height:2.5625rem;top:5.6875rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgnzDLBMQgTKam2WOXrpy5JkvshucbFM { width:17.5rem;height:0.0625rem;top:5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7gUUPiuqUzwal741sETnI1TgJomH6Jn { width:20rem;height:30.875rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ13Ot098TzGMUpF5o1D4Ev6Z6Q1leSl { width:17.5rem;height:6.375rem;top:49.125rem;left:1.9375rem;font-size:0.875rem;display:block; }#iQ13Ot098TzGMUpF5o1D4Ev6Z6Q1leSl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0983f2d23f40c0abcdc28e0f067bf0d717e027e0.svg); }
 }@media only screen and (max-width: 763px) { #sZDtkufAu4SW532x0SUwRhV3cL5yQ0c9 { 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) { #TTnM03tCiM6JQ3eH6F6SSt3JoSJyGT7s { width:17.5rem;height:0.0625rem;top:45.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0AXCiFEDM9ZP1MvhkB3XAI1XcCxPhiv { width:17.5rem;height:2.5625rem;top:38.0625rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0rEPrH7PAtB5yPuEQSzf7uNtsfVXqVc { width:17.5rem;height:1.4375rem;top:34.75rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXE7fqNqgyntReTqhbVwlZvwQfrm6Xfm { width:17.5rem;height:0.0625rem;top:37.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ergXxl9RTFXJM3PhuSCFIFT4fIxTmT8N { width:20rem;height:41.625rem;top:67.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA2tmM6n6dmTldwequr13Z5NWAFdM6FH { width:17.5rem;height:6.375rem;top:83.3125rem;left:2rem;font-size:0.875rem;display:block; }#iA2tmM6n6dmTldwequr13Z5NWAFdM6FH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_53756bfa0cacaa475dda647aa163e9324e0b973c.svg); }
 }@media only screen and (max-width: 763px) { #qzhZxNMvkQxMEZQdU8xIXpTVV67F8olT { width:17.5rem;height:2.625rem;top:76rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo8hhHBuHJIbTVG7S2GDlJ2mB6mMMnTw { width:17.5rem;height:0.0625rem;top:79.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySvXQlGm3RLqFi9JpTVpP04ocrOOBTPc { width:17.5rem;height:2.5625rem;top:72.25rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUtpKnl8Le0DC8U5uSL2P0sdaTyNRxix { width:17.5rem;height:1.4375rem;top:69rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKUShbANHcAHZAZE64SQpn0JhdFitJMM { width:17.5rem;height:0.0625rem;top:71.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBMrQo0i6GQPzTXonp2MzutKHMrrLMu0 { width:19.875rem;height:5.5rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRl9RCF06e6ftwS1N5R0Aq1TIfGBdOxr { 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) { #feqHGtJxX0uCP6Dv7iUL2hPMUiCHRb5e { display:flex;width:0.9375rem;height:0.9375rem;top:65.6875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #pwTOOhqcKHPNaKefsBCBOpiEBmnx3nVU { display:flex;width:0.9375rem;height:0.9375rem;top:65.6875rem;left:17.625rem; }
 }@media only screen and (max-width: 763px) { #bMSTyf6bSexlglVDFed7APx2hTtLS5w6 { 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) { #CMfDAwWQa74leefbHSk15sUJ1yhd2q4V { width:13.75rem;height:1.4375rem;top:25.3125rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yHEgmE5BTK3NWVfMnRz1zWk85PTHLzTE { width:13.125rem;height:1.4375rem;top:46.875rem;left:2rem;font-size:1.125rem;color:#0c1b2b;display:block; }
 }@media only screen and (max-width: 763px) { #JzM0lP6hbUEhxOkXDXsct5M0OXD0xLzg { width:14.25rem;height:1.4375rem;top:57.3125rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#0c1b2b;display:block; }
 }@media only screen and (max-width: 763px) { #KzEFGiDJ73f20lr2csV38nyis4P0Ums0 { width:13.0625rem;height:1.4375rem;top:81.1875rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DNzXx5iCeTwSicZbU6CQD7iSTRTyOhKV { width:15.3125rem;height:1.4375rem;top:92.4375rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mPkcG5TPTc4KH3OENl37akH9JTFgRBFT { width:9.1875rem;height:1.4375rem;top:96.3125rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DFhIACSTpJvJJypsvzTczoZZmq3GmbA6 { width:15.875rem;height:8.125rem;top:98.625rem;left:2.0625rem;font-size:0.875rem;display:block; }#DFhIACSTpJvJJypsvzTczoZZmq3GmbA6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_53756bfa0cacaa475dda647aa163e9324e0b973c.svg); }
 }@media only screen and (max-width: 763px) { #q02XMosHFwPId9vrtdKIClK1FGmobtJe { display:block; }#q02XMosHFwPId9vrtdKIClK1FGmobtJe > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsXQyn9s9zHD0HR3Z43DuUfDFLZAf9wy { width:20rem;height:1.875rem;top:0.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TZeJcyWLZctA4JwOrotvzTfTykDP3q4i { display:none; }#TZeJcyWLZctA4JwOrotvzTfTykDP3q4i > .row .container { width:20rem;height:39.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tuMplHhitd8Lr54D6hoOIteLafpLG2g2 { width:18.4375rem;height:12.25rem;top:1.25rem;left:0.8125rem;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) { #dwSoeZsu45UILCuGXAk2TnMoV7aXwNKw { width:18.4375rem;height:15.6875rem;top:14.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 { display:block; }#Lp6aIIuTwVNwsTDR925bKSQoFlfyTwL8 > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts6Ximv8Xxw5OpLvE3mUSU40m9VRpPGu { width:20rem;height:24.9375rem;top:14.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmt3CMRldsNZGZq2CPB6LGDac8DMtT1o { width:18rem;height:19rem;top:18.0625rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZQRPdrIOLz11rILkRSwt5MIMF25iL17S { width:17.4375rem;height:1.4375rem;top:15.8125rem;left:1.0625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dnVqzfNyWKzMwmBHqFaqquF1V1ikbLSq { width:18.5625rem;height:12.375rem;top:0.75rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coqy6hPPo3nl1Do9mfSNT3HDe7UkZ90B { width:17.5rem;height:2.875rem;top:29.5rem;left:1rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U { display:block; }#O8ZTk0RTkXHuJ5Xdzq5P9B02D2mETA3U > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wt88KoQKq5fLz20PiEbuhpOAbX2vQ6ZC { width:20rem;height:2.875rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuRMLapIsGfao0FEdXKtw18VaAnAPQ6P { width:20rem;height:1rem;top:2.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 { display:block; }#Fv4BoHCZlEXaekKPM8yE8zvTimVXPQW4 > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOlaDRFt1AA84HGbiP5XEDkTHeETG4vM { width:12.375rem;height:5.0625rem;top:4.125rem;left:3.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hvAxz3qQT1QDAt7iqt9rVEB7wQSaTd4d { width:20rem;height:9.25rem;top:6.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OCMg2tHC5Ky16ytzmgvbTPwmU8LsS4eU { 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) { #NCiCKXsAskiaXGdaOQE4s9e89GpBtnD3 { 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) { #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .accordion-heading-text { font-size:0.9375rem;height:auto; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO { display:flex;height:auto;width:17.5rem;top:9.1875rem;left:0rem; }
#wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #EnQWS0ZuguaEnMNVtTp2Z4qOK0bG4KWd {  }
 }@media only screen and (max-width: 763px) { #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #Tdz7XKiVQGXv5eaAzev3wgOHFFqaLdxW {  }
 }@media only screen and (max-width: 763px) { #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #qVSNBsVg5afwDGbxWgByDELNfeKiuF0s {  }
 }@media only screen and (max-width: 763px) { #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #JLDPwko0v9lCruTI5p7as4CaTd3Zydce {  }
 }@media only screen and (max-width: 763px) { #wfxS1tt7rOrfwyQMIbB9uJGMtod85DHO #weJ99wBTuV5TTFkw14p2WVqaVTBnaVTs {  }
 }@media only screen and (max-width: 763px) { #Won881PoBcOs3zTZHH362Ihh9pnxNH3b { display:block; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b { background-color: transparent; background-image: none; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container > .video-iframe-container { display: none; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row > .video-iframe-container { display: none; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .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); }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b { border-width: 0; border-radius: 0; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .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; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .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; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .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; }#Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container.adaptive-delivery-prevent-bg, #Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container.lazyload, #Won881PoBcOs3zTZHH362Ihh9pnxNH3b > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #l0o0N4Xdaz5qasJD6crItUQSGL2MgxZC { 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) { #hK98upZWCdm8otfbVGNnKzAqFVybthUq { 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) { #xlUQzxbs0hZ6TmFAiiwF8StmCZqvkDwy { 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) { #CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk { width:18.8125rem;height:6.8125rem;top:12.8125rem;left:0.625rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }#CeJb7TX9SRa8g5SQatH4Bo50rrBTZXgk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #ryizGg6T0EKHDpJWmQD8qtove8XP4Eop { width:17.6875rem;height:6.8125rem;top:5.1875rem;left:0.625rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }#ryizGg6T0EKHDpJWmQD8qtove8XP4Eop li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #n1xiGrthMVWk0vi0rwtkmI124hGPSk4x { width:20rem;height:0.4375rem;top:26.5625rem;left:0rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 { display:block; }#QybaE0XW8EhT1Nzx9wdPhEewGv51TUq5 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOfuJ1t5fgJqzC17le2pTxUqCqbO1cFI { width:20rem;height:1.875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sQstUJNBht8Es6ogMCT08N0OhHF6ogSU { width:13.8125rem;height:2.375rem;top:2.40625rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT { display:block; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT { background-color: transparent; background-image: none; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container > .video-iframe-container { display: none; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row > .video-iframe-container { display: none; }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .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); }#Dr8T5lxZuvWT02Q65ubNrz8Q9koocpiT > .row .container { width:20rem;height:52.4375rem;background-color:#f6f4f1;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .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); }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none; }
#WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #AJkm03sndWfOapwWKF63ehB55oWTzUpa {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #XobgoGWpi8TB3GCbBcCmvlxuEHqNIhrN {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #nGHF0bOCE4Dx0E3aar3OO7WWunNMCxuc {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #hqNtgEV5rq3kpmTXdplekCaqO2Wk2mFc {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ILu3ZmRloBRdIUxmA5WNf9dtEIclz4zC {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Q385nEqcOFWsmJPGUuNIIZzT8v0LQWOh {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #m8V4MMrLNNsU72MZb5G96eiDMBNFHNCA {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Q5g5s5SznSnUerqOOBZn36I6b2xhDdia {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #RQkoEZamhksHsaVZqz0fnEkL8Iwak9n9 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ENeECA7PylZ1X5vc31hh566Lr5FQD90O {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #i18nAvEJaxap2JAoynTEZfRbKARJ4qut {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #DSIog59N1SaPtLRim6ifalPFBazp5G9O {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #s89TWLCkgLO5sQ0oTqNVt13fEfreNVhw {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #eBlxmlPfVzz88o3a1ul9CGgTcbM3nnXW {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #qnGZMz2AXXqPokW4w6WoWGQeKfKcbPp0 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #vqfh4AxW35CGOiEz6tr6nAwqCGlRUviM {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #zLhLd3IPlZTcDLRoUKlxNxMJu1ZF1G2g {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #e6I1nJecAAgenAIpFcNacIWeUxN7n00R {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #XbemoyHUhPctWuenHD4SSi2FgXgEgDpQ {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #O3BT8DJLLi9kk17XP8FWU73gagXT043D {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Ed4KWm897rizx9vRS5y6fh2nhNh7HMxo {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #bBDMFNNN9BU87MmnMTRFV15FG7ZPUSzQ {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #MocukIDVKJ9qkigkq4I5x15tFzG1ur5O {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #H85RNuPBphcE87DFbOGs8KnfsKDxG0Bn {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #dwz4BmEsokwXKbdPCdd22H7G7xFMg26d {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #BbH7WSg7st69Ho9WKb4UcpUe3NdbU6HE {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #v0tHcqEctoQZZiHD09gtwPDHgAbstgPd {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #A7yMlPoOqflPJzhuL3Vo6PcyGXfOCSb1 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #wp5f7eklqNfxkr93OGHeCZtSI8PfFUv1 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #S2U0BfcWScoRu99LKGBlJTRtk4fxTW3m {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #kyLCaip88pXTxPVBPvNQp0QNSd7SEWkz {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #NQTOt9wM1cNg53rBbk7c3ftMO1HG0RMl {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #zHH14KhaRorTtuPhTiIxoAEvxO2x2wfS {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #uUTKw9AWLIsgl8dTrovRmTDdTp131zzU {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #mAabsJdqqxTwW842HrqKLVVzIp76uDJm {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #P3RuR7K1yFA0TvrhcxTaDhyh3J2vizDC {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #PIc7Hv4ltOpzW98RRfMZv3FXiL43FvGt {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #OeEEfgncOnHWDgFGeDNO9T56llsr07MJ {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #elwMlS995lqJaBCUIMX86efWXx5VU4sI {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #qvzQ9TL6OTPfXtQOeGCPN1z5svBvlHfx {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #Wb6ilbqrAA7kill8JPPShinHBqgEqWUC {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #HT3kounrRMbCEzXTDacEFikogeaefp96 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #ePa9L8MzR0ImipD5ExktEI914pHbAKWP {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #X5MowuxJP6FXSttK7bT1oMDRS4ZGATEB {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #CDXiwkGEQt9m7QJDMd5RFtorZgcey056 {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #W4TAls3h4eoaZRWNZJIR0e88XwF2M77H {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #M1MGooeK7OTh07wObrvST8fcWxFwlHeB {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #i93RIxp3T2sx5AsW5mKJIV9SXGsKTylH {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #HTKRb9TQ9VOTaTwr825KTPoCAE52sMaf {  }
 }@media only screen and (max-width: 763px) { #WVAo7B0G25XnTWxh8UhLrlQRTdiRJnkk #QbsOOihGZCyd9ZhDPQ1vbUQTzDaAe7Hh {  }
 }@media only screen and (max-width: 763px) { #sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O { display:block; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O { background-color: transparent; background-image: none; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container > .video-iframe-container { display: none; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row > .video-iframe-container { display: none; }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .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); }#sKNEkFxvh5FVB3NmLMaai90gnqAyeK8O > .row .container { width:20rem;height:7.5rem;background-color:#0c1b2b;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo52Prxt35xIBCTMSvfNJqlpBWSyo4f0 { width:7.25rem;height:4.0625rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVpPq51P03vrizDJQ2l26Mn2XXrgyZTV { display:flex;width:2rem;height:2rem;top:4.65625rem;left:7.8125rem; }
#XVpPq51P03vrizDJQ2l26Mn2XXrgyZTV > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #nE0KxQcFxfFC7PqbfNgphmeDZVDfrB85 { display:flex;width:2rem;height:2rem;top:4.65625rem;left:10.625rem; }
#nE0KxQcFxfFC7PqbfNgphmeDZVDfrB85 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }