.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:235,221,226;--color-primary-1:189,143,159;--color-primary-2:123,30,63;--color-primary-3:62,15,32;--color-primary-4:18,5,9;--color-secondary-0:253,247,238;--color-secondary-1:250,227,198;--color-secondary-2:244,199,141;--color-secondary-3:122,100,71;--color-secondary-4:37,30,21;--color-tertiary-0:255,255,255;--color-tertiary-1:63,54,57;--color-tertiary-2:51,51,51;--color-tertiary-3:43,43,43;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0e6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl > .row .container { background-color: transparent; background-image: none; }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl > .row .container > .video-iframe-container { display: none; }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl > .row > .video-iframe-container { display: none; }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl > .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); }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl > .row .container { border-width: 0; border-radius: 0; }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:60rem;position:relative;display:block; }#xE8eGgXnyJl4KuyS4qfolLEJEERTT1kq { color:rgba(var(--color-tertiary-2),1);display:block;width:55.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.31103515625rem;left:2.12548828125rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#seEKdR5Rr6KO76U5wsy79zw4abqPq20a { color:rgba(var(--color-primary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9990234375rem;left:1.001953125rem;height:20.3125rem;text-align:left;text-align-last:left;display:block; }
#Pz3WgCrOTEKeHWTSgfVp0gaFMyuqkFqk { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffbf46;border-left:0.0625rem solid #ffbf46;border-right:0.0625rem solid #ffbf46;border-bottom:0.0625rem solid #ffbf46;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.860375rem;height:4.296875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.1630859375rem;left:4.0693359375rem;display:block; }
#AFWoNsHTUiL0Sb4ZyKU0pxyLGni1lkJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xPkTCB0Jk8deHHyKqpfNSf3LkhCX7DLW { position:absolute;display:block;z-index:15010;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:15.8125rem;width:26.4375rem;top:5.5rem;left:33.439743589744rem;overflow:hidden;display:block; }
#Mlyp0F7xZ0FCry4VU5Cg3ETfWMqpUoxK { color:rgba(var(--color-tertiary-2),1);display:block;width:55.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:39.18603515625rem;left:2.12548828125rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv { position:relative;display:block; }#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv { background-color: transparent; background-image: none; }#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv > .row .container > .video-iframe-container { display: none; }#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv > .row > .video-iframe-container { display: none; }#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv > .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); }#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv { border-width: 0; border-radius: 0; }#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv > .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; }#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:62.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h0coHwsUD6FXRE8wzC1AHOJCJeAH6IA2 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.9;letter-spacing:0;top:5rem;left:0rem;height:5.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0ntTTKKb36XQPdaiEfuK1KOUe015MnL { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:33.625rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }#T0ntTTKKb36XQPdaiEfuK1KOUe015MnL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T0ntTTKKb36XQPdaiEfuK1KOUe015MnL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bd4595796a849bddc69ff6524333a6f.svg); }
#xSuOQBbhNLBc5XCObLqaFyh2ovE0erHD { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:10.72265625rem;text-align:left;text-align-last:left;display:block; }
#slCTR2QzMpTF4K4GN6ur9TaG4hZXy2CF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffbf46;border-left:0.0625rem solid #ffbf46;border-right:0.0625rem solid #ffbf46;border-bottom:0.0625rem solid #ffbf46;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.860375rem;height:4.296875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.3125rem;left:4.0693359375rem;display:block; }
#F4ks6wMC3hrn8JxcTZtZcsVJ9ldOqI8e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 { position:relative;display:block; }#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 { background-color: transparent; background-image: none; }#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 > .row .container > .video-iframe-container { display: none; }#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 > .row > .video-iframe-container { display: none; }#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 > .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); }#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 { border-width: 0; border-radius: 0; }#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 > .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; }#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:71.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JPIgAT1IkOUMintXsbWXgrJnP73XMlBv { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.9;letter-spacing:0;top:5rem;left:0rem;height:2.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LtAonwWmNtybAKK3fLkVc2Gxz9XHeETM { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:33.625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }#LtAonwWmNtybAKK3fLkVc2Gxz9XHeETM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LtAonwWmNtybAKK3fLkVc2Gxz9XHeETM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bd4595796a849bddc69ff6524333a6f.svg); }
#sVgV0vTMF62KDkqeoHDIQSi4bwgTq2rp { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:16.08400625rem;text-align:left;text-align-last:left;display:block; }
#p6WO4ytX9hFhBEzGblLf3VVswD9guPQ6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffbf46;border-left:0.0625rem solid #ffbf46;border-right:0.0625rem solid #ffbf46;border-bottom:0.0625rem solid #ffbf46;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.860375rem;height:4.296875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:59rem;left:4.0693359375rem;display:block; }
#soIsaFRKiJVRtmVN1pBpwNDDtWLT20E1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTJR22V5DEe3xUpvKXKFCTGTRt5wlJ4W { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:45.98876953125rem;left:0rem;height:7.14844375rem;text-align:left;text-align-last:left;display:block; }
#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y { position:relative;display:block; }#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y { background-color: transparent; background-image: none; }#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y > .row .container > .video-iframe-container { display: none; }#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y > .row > .video-iframe-container { display: none; }#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y > .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); }#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y { border-width: 0; border-radius: 0; }#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y > .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; }#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R9FXs3ti1gD3uqnB9pPeGueyogEE45eH { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.9;letter-spacing:0;top:5rem;left:0rem;height:2.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aGCtpeRTOpiJvXOVGfzkNR8i5Ryq2UNs { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:14.3125rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }#aGCtpeRTOpiJvXOVGfzkNR8i5Ryq2UNs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aGCtpeRTOpiJvXOVGfzkNR8i5Ryq2UNs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bd4595796a849bddc69ff6524333a6f.svg); }
#JNiVn5fv4BvT9hX8hTGVKwkmtACtsE7u { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffbf46;border-left:0.0625rem solid #ffbf46;border-right:0.0625rem solid #ffbf46;border-bottom:0.0625rem solid #ffbf46;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.860375rem;height:4.296875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:47.75rem;left:3.5068359375rem;display:block; }
#c3HbfPZCF3ECvoG8R1gmUv1Iv3W50OIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPCsGcnGPATNNZiQeXGMVEgsaeVdirqd { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.17626953125rem;left:0rem;height:5.3613375rem;text-align:left;text-align-last:left;display:block; }
#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB { position:relative;display:block; }#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB { background-color: transparent; background-image: none; }#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB > .row .container > .video-iframe-container { display: none; }#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB > .row > .video-iframe-container { display: none; }#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB > .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); }#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB { border-width: 0; border-radius: 0; }#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB > .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; }#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:70.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cfywhKoGTITQ9uB8N8fGIAnUv51vmo9s { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.9;letter-spacing:0;top:5rem;left:0rem;height:2.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KNUuaKET4xeDHMfSCpT5xyciI7Ze4kla { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:22.5rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }#KNUuaKET4xeDHMfSCpT5xyciI7Ze4kla li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KNUuaKET4xeDHMfSCpT5xyciI7Ze4kla li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fbc5a3ba9475d192c0d4152f03a35914.svg); }
#JzwZPMQod8u9KGeFJfVGJciDUSALtDDO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffbf46;border-left:0.0625rem solid #ffbf46;border-right:0.0625rem solid #ffbf46;border-bottom:0.0625rem solid #ffbf46;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.860375rem;height:4.296875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:58.375rem;left:4.0693359375rem;display:block; }
#eT0GCb9UQScVN6WZcMupuDl0L54hl1Bg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zsEdZ0cIGorCGWL0eiRo8oNQS8BD6V6X { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.48828125rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#ls14P0iG44hz1cIzUqsyuQHgaPVQWLbS { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:50.3125rem;left:0rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ { position:relative;display:block; }#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ { background-color: transparent; background-image: none; }#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ > .row .container > .video-iframe-container { display: none; }#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ > .row > .video-iframe-container { display: none; }#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ > .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); }#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ { border-width: 0; border-radius: 0; }#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ > .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; }#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:79.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mVIZslP9d25zfTWUXNPJlCBEL2BHiT34 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.9;letter-spacing:0;top:5rem;left:0rem;height:2.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LG0CQaK4lGpei993sCuVTFNkIirEdPT1 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:21.375rem;left:0rem;height:10.9375rem;text-align:left;text-align-last:left;display:block; }#LG0CQaK4lGpei993sCuVTFNkIirEdPT1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LG0CQaK4lGpei993sCuVTFNkIirEdPT1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fbc5a3ba9475d192c0d4152f03a35914.svg); }
#rlwBOSdz6PhlUelzCITPQnT4iQoyVU8q { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffbf46;border-left:0.0625rem solid #ffbf46;border-right:0.0625rem solid #ffbf46;border-bottom:0.0625rem solid #ffbf46;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.860375rem;height:4.296875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:64.1875rem;left:4.0693359375rem;display:block; }
#vKToGIhhJdcL2iwmm3tNNUDpJeddqQtx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WkhJiXhTPC7k3eRo6pqiE4qnSkTxhXku { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.48828125rem;left:0rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#LXAdKDbtTV64CE5lJqHD7hXURHcucdi0 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:40.6875rem;left:0rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#r5EVrmzOTmR3kPvfMgFvC7ImLTkQfZ5W { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:2;letter-spacing:0;top:47.5rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }#r5EVrmzOTmR3kPvfMgFvC7ImLTkQfZ5W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r5EVrmzOTmR3kPvfMgFvC7ImLTkQfZ5W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46a1fdad84f7c551da27e7c037af3d0d3b1d41a7.svg); }
#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r { position:relative;display:block; }#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r { background-color: transparent; background-image: none; }#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r > .row .container > .video-iframe-container { display: none; }#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r > .row > .video-iframe-container { display: none; }#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r > .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); }#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r { border-width: 0; border-radius: 0; }#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r > .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; }#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:59.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EsKP1f9bbnV7O5R05Siz5hCkRbxFkgGl { box-sizing:content-box;height:19.25rem;width:19.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:14.1875rem;left:40.75rem;display:block; }
#bc85iOTa6CW6tL6OF3EMDKmN7qdMniuU { position:absolute;display:block;z-index:15015;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:17rem;width:17rem;top:14.8125rem;left:41.875rem;overflow:hidden;display:block; }
#R0PeAaA0qFCGIdqD9iKsUr3oGz6poRzg { color:rgba(var(--color-tertiary-3),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:15.375rem;left:0rem;height:18rem;text-align:left;text-align-last:left;display:block; }
#x6tuJKmq3DhKcoG9ZsBZcL67fTNs7gLT { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.9;letter-spacing:0;top:5.75rem;left:0rem;height:3.4433625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTE6WcZ3MzmqqvFEKDhlqcBwbheiUJOG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffbf46;border-left:0.0625rem solid #ffbf46;border-right:0.0625rem solid #ffbf46;border-bottom:0.0625rem solid #ffbf46;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.860375rem;height:4.296875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:48.0625rem;left:3.4443359375rem;display:block; }
#eVu8M5wvExHsNAFrwC8y57owOnhOyhpZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0e6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi > .row .container { background-color: transparent; background-image: none; }#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi > .row .container > .video-iframe-container { display: none; }#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi > .row > .video-iframe-container { display: none; }#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi > .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); }#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi > .row .container { border-width: 0; border-radius: 0; }#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi > .row .container { font-size:0.875rem;font-family:arial;height:103.375rem;width:60rem;position:relative;display:block; }#qn60P1pucKIB0bzAVR2G30rIlIc216qt { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:11.5rem;left:0rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Use9NwozknsurTVBs1hBdbFNyw7IqpFv { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.9;letter-spacing:0;top:3.24951171875rem;left:0rem;height:4.75rem;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; }
#zXBkgpn8a8ZgOtlAw8IxEVIaXePJPouS { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.9;letter-spacing:0;top:36.25rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }#zXBkgpn8a8ZgOtlAw8IxEVIaXePJPouS li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#zXBkgpn8a8ZgOtlAw8IxEVIaXePJPouS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_595224c5cefab2de85c446b158ad83b70889e82c.svg); }
#qEm3e4S9oZVpWUC6Z2sE4KV8Tp4FKJvh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffbf46;border-left:0.0625rem solid #ffbf46;border-right:0.0625rem solid #ffbf46;border-bottom:0.0625rem solid #ffbf46;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.860375rem;height:4.296875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:95.375rem;left:4.0693359375rem;display:block; }
#Qm1dvFL51UmQIoI8FFfd3ryBaeSIcp7P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrPab2skTwgoJtyMWWmvLZk0blC5ynVZ { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.9;letter-spacing:0;top:30.56201171875rem;left:0rem;height:2.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#d3VgSJDagno9onp4Pap7mTb192oDnDPN { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.9;letter-spacing:0;top:55.62451171875rem;left:0rem;height:4.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dHLFJX4yvLZ62e6nL4v9kchQXRlqC5Ig { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.9;letter-spacing:0;top:65.3125rem;left:0rem;height:19.25rem;text-align:left;text-align-last:left;display:block; }#dHLFJX4yvLZ62e6nL4v9kchQXRlqC5Ig li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#dHLFJX4yvLZ62e6nL4v9kchQXRlqC5Ig li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_595224c5cefab2de85c446b158ad83b70889e82c.svg); }
#aQo4rQoP8796CHEBR461LLESblfTkNqX { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.9;letter-spacing:0;top:89.75rem;left:0rem;height:2.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f0e6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu > .row .container { background-color: transparent; background-image: none; }#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu > .row .container > .video-iframe-container { display: none; }#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu > .row > .video-iframe-container { display: none; }#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu > .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); }#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu > .row .container { border-width: 0; border-radius: 0; }#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#m67d8zeVyrswfFI84heJ2OPvVZ9qLW0C { color:#6e466e;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.9;letter-spacing:0;top:1.7496738433838rem;left:0rem;height:3.5625rem;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; }
#POx4OTybRtXFrxVauoIGvtHUCdLVUpmg { position:absolute;display:block;z-index:15009;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:23.8115rem;width:39.562rem;top:2.56103515625rem;left:10.84326171875rem;overflow:hidden;display:block; }
#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eae8e2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT > .row .container { background-color: transparent; background-image: none; }#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT > .row .container > .video-iframe-container { display: none; }#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT > .row > .video-iframe-container { display: none; }#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT > .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); }#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT > .row .container { border-width: 0; border-radius: 0; }#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:60rem;position:relative;display:block; }#bAT150p3mPIgRV5I29h9rTrOriBK0qgn { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:1.75rem;left:0rem;height:4.25rem;display:block; }
#cI9od9J8ETFaeyJCMO2h7okae6ATQmDi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:38.1875rem;top:9.90625rem;left:10.90625rem;overflow:hidden;display:block; }
#I5lH6xoFTvWcVowCHoL5P66wvu7A1Z7e { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:34.0625rem;top:30.21875rem;left:12.96875rem;overflow:hidden;display:block; }
#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f2ed;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH > .row .container { background-color: transparent; background-image: none; }#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH > .row .container > .video-iframe-container { display: none; }#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH > .row > .video-iframe-container { display: none; }#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH > .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); }#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH > .row .container { border-width: 0; border-radius: 0; }#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;position:relative;display:block; }#bA3gTfpGE0CKzALC0hf5Mrdqp0GPCczB { color:#c56565;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:2.5rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .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:#e3e3e3;background-image:none;vertical-align:top; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .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; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family); }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .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_eff05642f75ddcf428f7a7378a2b5ec3.svg");background-size:contain !important; }#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .accordion-trigger.adaptive-delivery-prevent-bg, #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .accordion-trigger.lazyload, #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .accordion-trigger.lazyloading { background-image: none; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7rem;left:0rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #l5uKw1wTRKoiFoi6X20ZxbLsqyCvdOBD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #JpySu7xBDTFkrLsvzbAdyTxHMsV3wByG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #F8eSngem4ia4bFsV2X9NmHypbgggkVPp { display:block;position:relative; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #ar5m9zwdPSQylTIPBKvl2Iya72wW40y8 {  }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #QTzFgFOUDTTOKP0kiVre4QVUIu2G3sLX {  }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #Va8mIqlCtXsUcgc8A4fxm9k6wiuH5NID { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #DkQUbFJSyq8lVg9QxPXsZxMTiUHpngmE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #m5WLsCaNmMQDTiq1TtUHNgTnWc3hSFhu { display:block;position:relative; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #wPthueeQkyRAe9LyirOJyfRd7uJOxfC5 {  }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #WuJqFicoWAKEnm37qftQ7TDTzxCx0LbL { display:none; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #O0ZU7UfrAolD9fR0TKmF2DzTt9UZrzOV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #luNMIIbThzcWXUSVx4N9ZJLUe8STJW4Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #qaBkG7ogNEHoRIbx3VmToQRP036cqaz9 { display:block;position:relative; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #tf3Z6z5sSn78R0zpJDm5SWqm3i0xugoM {  }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #kEANb2HGJuTZRw3x8A4GyWqT2vF7ywrw { display:none; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #aaRG8uXvwx4vLTmbSLGbVMT17Dg0ohTS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #sd04d6ifkmMKybuBFo3h9MpdHkPZmdo4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #bcPadKcFJJDcOqz5wPf04fxlqFGfhtmJ { display:block;position:relative; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #TJBcOzb7WdAM0VkP6peVfKfW3Ohi3VXw {  }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #cpwbnCn11Lka7TBcyxUyQcf6259iS6qx { display:none; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #Bxz7BTlITXoieWf5W7LcoqPqMsbBHPuX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #AKg6BAq5IolilnTeFvewCLUSyVXgC6qN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #MJM5RrMR4DwAuKkyDxMNwZpUtGTzJLht { display:block;position:relative; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #tT7MTU9ZHSiAsbHLyPhcqkbl9nhySdBZ {  }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #TDE7X99IK921BwpAeoZOmEIHuKrFgb8r { display:none; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #JEQBhmuTUdv7PpWB6eTy8FK8Z6tuTDqN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #gfV3qTzrwLIh4KdfKsTtNep2z7W3Q6Z7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #wCxoOBTiE5N7v6tciaiwoEFWFaFhKQfW { display:block;position:relative; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #J2JZ5Uyq46xMc1NTfuWTAUtnPRu6qVI2 {  }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #gfewS7sqENNeuOH8OTh8HkhRE4EdQyxd { display:none; }
#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f2ed;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI > .row .container { background-color: transparent; background-image: none; }#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI > .row .container > .video-iframe-container { display: none; }#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI > .row > .video-iframe-container { display: none; }#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI > .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); }#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI > .row .container { border-width: 0; border-radius: 0; }#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#it9oMOKF049nhlZUTU3F70lcs4zg1CmA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,191,70,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.930368rem;height:4.36794925rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.9686431884766rem;left:3.9995670318604rem;display:block; }
#EWcT4QPD8yytmfxFQAfLcVDnfgxlhH4r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov { position:relative;display:block; }#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov { background-color: transparent; background-image: none; }#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov > .row .container > .video-iframe-container { display: none; }#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov > .row > .video-iframe-container { display: none; }#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov > .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); }#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov { border-width: 0; border-radius: 0; }#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov > .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; }#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aPMdJhzAtDSiX6IrO5rPxrttKbooPQnr { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:marcellus;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1484375rem;left:18.156251907349rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#q1CdiGLg60y9gtLFKcymQn1vWDlA8lNI { color:rgba(var(--color-tertiary-4),1);display:block;width:56.625rem;position:absolute;font-family:marcellus;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.59843826293945rem;left:1.7875003814698rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl { display:block; }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xE8eGgXnyJl4KuyS4qfolLEJEERTT1kq { top:27.25rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seEKdR5Rr6KO76U5wsy79zw4abqPq20a { top:1.9375rem;left:0rem;width:32.5rem;height:20.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz3WgCrOTEKeHWTSgfVp0gaFMyuqkFqk { width:46.625rem;height:4.25rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFWoNsHTUiL0Sb4ZyKU0pxyLGni1lkJJ { display:block; }
 }@media only screen and (max-width: 763px) { #xPkTCB0Jk8deHHyKqpfNSf3LkhCX7DLW { top:5.5rem;left:21.3125rem;width:26.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlyp0F7xZ0FCry4VU5Cg3ETfWMqpUoxK { top:39.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q17O7rcswDbkrRuaLkTGTbFIyDviE5xv { display:block; }#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0coHwsUD6FXRE8wzC1AHOJCJeAH6IA2 { top:5rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ntTTKKb36XQPdaiEfuK1KOUe015MnL { top:33.625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#T0ntTTKKb36XQPdaiEfuK1KOUe015MnL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bd4595796a849bddc69ff6524333a6f.svg); }
 }@media only screen and (max-width: 763px) { #xSuOQBbhNLBc5XCObLqaFyh2ovE0erHD { top:14.75rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slCTR2QzMpTF4K4GN6ur9TaG4hZXy2CF { width:46.625rem;height:4.25rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ks6wMC3hrn8JxcTZtZcsVJ9ldOqI8e { display:block; }
 }@media only screen and (max-width: 763px) { #MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 { display:block; }#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPIgAT1IkOUMintXsbWXgrJnP73XMlBv { top:5rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtAonwWmNtybAKK3fLkVc2Gxz9XHeETM { top:33.625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#LtAonwWmNtybAKK3fLkVc2Gxz9XHeETM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bd4595796a849bddc69ff6524333a6f.svg); }
 }@media only screen and (max-width: 763px) { #sVgV0vTMF62KDkqeoHDIQSi4bwgTq2rp { top:14.75rem;left:0rem;width:47.75rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6WO4ytX9hFhBEzGblLf3VVswD9guPQ6 { width:46.625rem;height:4.25rem;top:59rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soIsaFRKiJVRtmVN1pBpwNDDtWLT20E1 { display:block; }
 }@media only screen and (max-width: 763px) { #GTJR22V5DEe3xUpvKXKFCTGTRt5wlJ4W { top:45.9375rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y { display:block; }#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9FXs3ti1gD3uqnB9pPeGueyogEE45eH { top:5rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGCtpeRTOpiJvXOVGfzkNR8i5Ryq2UNs { top:14.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#aGCtpeRTOpiJvXOVGfzkNR8i5Ryq2UNs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bd4595796a849bddc69ff6524333a6f.svg); }
 }@media only screen and (max-width: 763px) { #JNiVn5fv4BvT9hX8hTGVKwkmtACtsE7u { width:46.625rem;height:4.25rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3HbfPZCF3ECvoG8R1gmUv1Iv3W50OIg { display:block; }
 }@media only screen and (max-width: 763px) { #wPCsGcnGPATNNZiQeXGMVEgsaeVdirqd { top:34.125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB { display:block; }#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfywhKoGTITQ9uB8N8fGIAnUv51vmo9s { top:5rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNUuaKET4xeDHMfSCpT5xyciI7Ze4kla { top:22.5rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#KNUuaKET4xeDHMfSCpT5xyciI7Ze4kla li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fbc5a3ba9475d192c0d4152f03a35914.svg); }
 }@media only screen and (max-width: 763px) { #JzwZPMQod8u9KGeFJfVGJciDUSALtDDO { width:46.625rem;height:4.25rem;top:58.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT0GCb9UQScVN6WZcMupuDl0L54hl1Bg { display:block; }
 }@media only screen and (max-width: 763px) { #zsEdZ0cIGorCGWL0eiRo8oNQS8BD6V6X { top:13.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls14P0iG44hz1cIzUqsyuQHgaPVQWLbS { top:50.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ { display:block; }#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVIZslP9d25zfTWUXNPJlCBEL2BHiT34 { top:5rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG0CQaK4lGpei993sCuVTFNkIirEdPT1 { top:21.375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#LG0CQaK4lGpei993sCuVTFNkIirEdPT1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fbc5a3ba9475d192c0d4152f03a35914.svg); }
 }@media only screen and (max-width: 763px) { #rlwBOSdz6PhlUelzCITPQnT4iQoyVU8q { width:46.625rem;height:4.25rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKToGIhhJdcL2iwmm3tNNUDpJeddqQtx { display:block; }
 }@media only screen and (max-width: 763px) { #WkhJiXhTPC7k3eRo6pqiE4qnSkTxhXku { top:13.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXAdKDbtTV64CE5lJqHD7hXURHcucdi0 { top:40.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5EVrmzOTmR3kPvfMgFvC7ImLTkQfZ5W { top:47.5rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.125rem;display:block; }#r5EVrmzOTmR3kPvfMgFvC7ImLTkQfZ5W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46a1fdad84f7c551da27e7c037af3d0d3b1d41a7.svg); }
 }@media only screen and (max-width: 763px) { #KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r { display:block; }#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsKP1f9bbnV7O5R05Siz5hCkRbxFkgGl { top:14.1875rem;left:28.5rem;width:19.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc85iOTa6CW6tL6OF3EMDKmN7qdMniuU { top:14.8125rem;left:30.75rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0PeAaA0qFCGIdqD9iKsUr3oGz6poRzg { top:15.375rem;left:0rem;width:34.25rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6tuJKmq3DhKcoG9ZsBZcL67fTNs7gLT { top:5.75rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTE6WcZ3MzmqqvFEKDhlqcBwbheiUJOG { width:46.625rem;height:4.25rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVu8M5wvExHsNAFrwC8y57owOnhOyhpZ { display:block; }
 }@media only screen and (max-width: 763px) { #yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi { display:block; }#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qn60P1pucKIB0bzAVR2G30rIlIc216qt { top:11.5rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Use9NwozknsurTVBs1hBdbFNyw7IqpFv { top:3.1875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXBkgpn8a8ZgOtlAw8IxEVIaXePJPouS { top:36.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#zXBkgpn8a8ZgOtlAw8IxEVIaXePJPouS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_595224c5cefab2de85c446b158ad83b70889e82c.svg); }
 }@media only screen and (max-width: 763px) { #qEm3e4S9oZVpWUC6Z2sE4KV8Tp4FKJvh { width:46.625rem;height:4.25rem;top:95.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm1dvFL51UmQIoI8FFfd3ryBaeSIcp7P { display:block; }
 }@media only screen and (max-width: 763px) { #yrPab2skTwgoJtyMWWmvLZk0blC5ynVZ { top:30.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3VgSJDagno9onp4Pap7mTb192oDnDPN { top:55.5625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHLFJX4yvLZ62e6nL4v9kchQXRlqC5Ig { top:65.3125rem;left:0rem;width:47.75rem;height:19.25rem;font-size:1rem;display:block; }#dHLFJX4yvLZ62e6nL4v9kchQXRlqC5Ig li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_595224c5cefab2de85c446b158ad83b70889e82c.svg); }
 }@media only screen and (max-width: 763px) { #aQo4rQoP8796CHEBR461LLESblfTkNqX { top:89.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu { display:block; }#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m67d8zeVyrswfFI84heJ2OPvVZ9qLW0C { top:1.6875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POx4OTybRtXFrxVauoIGvtHUCdLVUpmg { top:2.5rem;left:4.71826171875rem;width:39.5rem;height:23.774183559982rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT { display:block; }#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAT150p3mPIgRV5I29h9rTrOriBK0qgn { top:1.75rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI9od9J8ETFaeyJCMO2h7okae6ATQmDi { top:9.875rem;left:4.78125rem;width:38.1875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5lH6xoFTvWcVowCHoL5P66wvu7A1Z7e { top:30.1875rem;left:6.84375rem;width:34.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH { display:block; }#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bA3gTfpGE0CKzALC0hf5Mrdqp0GPCczB { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA { display:flex;height:auto;width:45.25rem;top:7.625rem;left:0rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #l5uKw1wTRKoiFoi6X20ZxbLsqyCvdOBD {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #JpySu7xBDTFkrLsvzbAdyTxHMsV3wByG {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #F8eSngem4ia4bFsV2X9NmHypbgggkVPp {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #ar5m9zwdPSQylTIPBKvl2Iya72wW40y8 {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #QTzFgFOUDTTOKP0kiVre4QVUIu2G3sLX {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #Va8mIqlCtXsUcgc8A4fxm9k6wiuH5NID {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #DkQUbFJSyq8lVg9QxPXsZxMTiUHpngmE {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #m5WLsCaNmMQDTiq1TtUHNgTnWc3hSFhu {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #wPthueeQkyRAe9LyirOJyfRd7uJOxfC5 {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #WuJqFicoWAKEnm37qftQ7TDTzxCx0LbL {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #O0ZU7UfrAolD9fR0TKmF2DzTt9UZrzOV {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #luNMIIbThzcWXUSVx4N9ZJLUe8STJW4Q {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #qaBkG7ogNEHoRIbx3VmToQRP036cqaz9 {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #tf3Z6z5sSn78R0zpJDm5SWqm3i0xugoM {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #kEANb2HGJuTZRw3x8A4GyWqT2vF7ywrw {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #aaRG8uXvwx4vLTmbSLGbVMT17Dg0ohTS {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #sd04d6ifkmMKybuBFo3h9MpdHkPZmdo4 {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #bcPadKcFJJDcOqz5wPf04fxlqFGfhtmJ {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #TJBcOzb7WdAM0VkP6peVfKfW3Ohi3VXw {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #cpwbnCn11Lka7TBcyxUyQcf6259iS6qx {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #Bxz7BTlITXoieWf5W7LcoqPqMsbBHPuX {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #AKg6BAq5IolilnTeFvewCLUSyVXgC6qN {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #MJM5RrMR4DwAuKkyDxMNwZpUtGTzJLht {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #tT7MTU9ZHSiAsbHLyPhcqkbl9nhySdBZ {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #TDE7X99IK921BwpAeoZOmEIHuKrFgb8r {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #JEQBhmuTUdv7PpWB6eTy8FK8Z6tuTDqN {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #gfV3qTzrwLIh4KdfKsTtNep2z7W3Q6Z7 {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #wCxoOBTiE5N7v6tciaiwoEFWFaFhKQfW {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #J2JZ5Uyq46xMc1NTfuWTAUtnPRu6qVI2 {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #gfewS7sqENNeuOH8OTh8HkhRE4EdQyxd {  }
 }@media only screen and (max-width: 763px) { #vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI { display:block; }#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #it9oMOKF049nhlZUTU3F70lcs4zg1CmA { width:46.625rem;height:4.3125rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWcT4QPD8yytmfxFQAfLcVDnfgxlhH4r { display:block; }
 }@media only screen and (max-width: 763px) { #T7Tz6ECkV90BEH8SQDdABghfF7ny2vov { display:block; }#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPMdJhzAtDSiX6IrO5rPxrttKbooPQnr { top:3.125rem;left:12.031251907349rem;width:26.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1CdiGLg60y9gtLFKcymQn1vWDlA8lNI { top:0.5625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl { display:block; }#P4n8yJ0cRlwPSHyBv5mPJLOFnxPS5pNl > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xE8eGgXnyJl4KuyS4qfolLEJEERTT1kq { width:20rem;height:7.312rem;top:20.748046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seEKdR5Rr6KO76U5wsy79zw4abqPq20a { width:20rem;height:12.9980625rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pz3WgCrOTEKeHWTSgfVp0gaFMyuqkFqk { width:20rem;height:4.4375rem;top:57.310546875rem;left:0rem;font-size:1.1875rem;background-color:#7b1e3f;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,191,70,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #AFWoNsHTUiL0Sb4ZyKU0pxyLGni1lkJJ { display:block; }
 }@media only screen and (max-width: 763px) { #xPkTCB0Jk8deHHyKqpfNSf3LkhCX7DLW { width:20rem;height:11.9619375rem;top:41.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlyp0F7xZ0FCry4VU5Cg3ETfWMqpUoxK { width:20rem;height:5.84960625rem;top:32.310546875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q17O7rcswDbkrRuaLkTGTbFIyDviE5xv { display:block; }#q17O7rcswDbkrRuaLkTGTbFIyDviE5xv > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0coHwsUD6FXRE8wzC1AHOJCJeAH6IA2 { width:20rem;height:7.5rem;top:3.89453125rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0ntTTKKb36XQPdaiEfuK1KOUe015MnL { width:20rem;height:18.625rem;top:38.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#T0ntTTKKb36XQPdaiEfuK1KOUe015MnL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bd4595796a849bddc69ff6524333a6f.svg); }
 }@media only screen and (max-width: 763px) { #xSuOQBbhNLBc5XCObLqaFyh2ovE0erHD { width:20rem;height:19.0112125rem;top:14.6748046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slCTR2QzMpTF4K4GN6ur9TaG4hZXy2CF { width:19rem;height:4.25rem;top:61.0625rem;left:0.5rem;font-size:1.1875rem;background-color:#7b1e3f;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,191,70,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #F4ks6wMC3hrn8JxcTZtZcsVJ9ldOqI8e { display:block; }
 }@media only screen and (max-width: 763px) { #MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 { display:block; }#MrnUmWNi7UqMG2vI9CIGluPbHcqCap82 > .row .container { width:20rem;height:79.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPIgAT1IkOUMintXsbWXgrJnP73XMlBv { width:20rem;height:5.625rem;top:3.89453125rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LtAonwWmNtybAKK3fLkVc2Gxz9XHeETM { width:20rem;height:16.375rem;top:38.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#LtAonwWmNtybAKK3fLkVc2Gxz9XHeETM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bd4595796a849bddc69ff6524333a6f.svg); }
 }@media only screen and (max-width: 763px) { #sVgV0vTMF62KDkqeoHDIQSi4bwgTq2rp { width:20rem;height:21.936025rem;top:14.6748046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6WO4ytX9hFhBEzGblLf3VVswD9guPQ6 { width:19rem;height:4.25rem;top:70.4365rem;left:0.5rem;font-size:1.1875rem;background-color:#7b1e3f;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,191,70,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #soIsaFRKiJVRtmVN1pBpwNDDtWLT20E1 { display:block; }
 }@media only screen and (max-width: 763px) { #GTJR22V5DEe3xUpvKXKFCTGTRt5wlJ4W { width:20rem;height:7.31200625rem;top:58.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y { display:block; }#PWzbN5kzqR7G8JVI2rQfrLTXHvc3tq1y > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9FXs3ti1gD3uqnB9pPeGueyogEE45eH { width:20rem;height:3rem;top:2.51953125rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGCtpeRTOpiJvXOVGfzkNR8i5Ryq2UNs { width:20rem;height:35rem;top:9.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#aGCtpeRTOpiJvXOVGfzkNR8i5Ryq2UNs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bd4595796a849bddc69ff6524333a6f.svg); }
 }@media only screen and (max-width: 763px) { #JNiVn5fv4BvT9hX8hTGVKwkmtACtsE7u { width:19rem;height:4.25rem;top:60.68603515625rem;left:0.5rem;font-size:1.1875rem;background-color:#7b1e3f;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,191,70,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #c3HbfPZCF3ECvoG8R1gmUv1Iv3W50OIg { display:block; }
 }@media only screen and (max-width: 763px) { #wPCsGcnGPATNNZiQeXGMVEgsaeVdirqd { width:20rem;height:7.31200625rem;top:49.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB { display:block; }#kc5Bih7V1Qc8caNX65PgQqWNsFmSNsHB > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfywhKoGTITQ9uB8N8fGIAnUv51vmo9s { width:20rem;height:1.5rem;top:2.51953125rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNUuaKET4xeDHMfSCpT5xyciI7Ze4kla { width:20rem;height:31.125rem;top:8.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#KNUuaKET4xeDHMfSCpT5xyciI7Ze4kla li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fbc5a3ba9475d192c0d4152f03a35914.svg); }
 }@media only screen and (max-width: 763px) { #JzwZPMQod8u9KGeFJfVGJciDUSALtDDO { width:19rem;height:4.25rem;top:57.8984375rem;left:0.5rem;font-size:1.1875rem;background-color:#7b1e3f;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,191,70,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eT0GCb9UQScVN6WZcMupuDl0L54hl1Bg { display:block; }
 }@media only screen and (max-width: 763px) { #zsEdZ0cIGorCGWL0eiRo8oNQS8BD6V6X { width:20rem;height:4.38720625rem;top:42.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ls14P0iG44hz1cIzUqsyuQHgaPVQWLbS { width:20rem;height:4.38720625rem;top:50.51171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ { display:block; }#bvuZxyBX90eDUMx0OOqLi5vTuZZFR7kZ > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVIZslP9d25zfTWUXNPJlCBEL2BHiT34 { width:20rem;height:1.5rem;top:2.58203125rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LG0CQaK4lGpei993sCuVTFNkIirEdPT1 { width:20rem;height:18.1465rem;top:8.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }#LG0CQaK4lGpei993sCuVTFNkIirEdPT1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fbc5a3ba9475d192c0d4152f03a35914.svg); }
 }@media only screen and (max-width: 763px) { #rlwBOSdz6PhlUelzCITPQnT4iQoyVU8q { width:19rem;height:4.25rem;top:52.111328125rem;left:0.5rem;font-size:1.1875rem;background-color:#7b1e3f;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,191,70,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #vKToGIhhJdcL2iwmm3tNNUDpJeddqQtx { display:block; }
 }@media only screen and (max-width: 763px) { #WkhJiXhTPC7k3eRo6pqiE4qnSkTxhXku { width:20rem;height:1.4624rem;top:6.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LXAdKDbtTV64CE5lJqHD7hXURHcucdi0 { width:20rem;height:1.4624rem;top:30.5869140625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r5EVrmzOTmR3kPvfMgFvC7ImLTkQfZ5W { width:20rem;height:12.097625rem;top:35.673828125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }#r5EVrmzOTmR3kPvfMgFvC7ImLTkQfZ5W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46a1fdad84f7c551da27e7c037af3d0d3b1d41a7.svg); }
 }@media only screen and (max-width: 763px) { #KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r { display:block; }#KhlHTZDN3l6CFvoWsrJO5nwEmfrtVm9r > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsKP1f9bbnV7O5R05Siz5hCkRbxFkgGl { width:8.9375rem;height:8.9375rem;top:7.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc85iOTa6CW6tL6OF3EMDKmN7qdMniuU { width:6.75rem;height:6.75rem;top:7.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0PeAaA0qFCGIdqD9iKsUr3oGz6poRzg { width:20rem;height:20.794925rem;top:18.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x6tuJKmq3DhKcoG9ZsBZcL67fTNs7gLT { width:20rem;height:1.4624rem;top:3.8125rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OTE6WcZ3MzmqqvFEKDhlqcBwbheiUJOG { width:19rem;height:4.25rem;top:48.5rem;left:0.5rem;font-size:1.1875rem;background-color:#7b1e3f;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,191,70,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eVu8M5wvExHsNAFrwC8y57owOnhOyhpZ { display:block; }
 }@media only screen and (max-width: 763px) { #yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi { display:block; }#yqEUusmSoTL13yeE5dCZwUx9IRq4b7Xi > .row .container { width:20rem;height:127.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qn60P1pucKIB0bzAVR2G30rIlIc216qt { width:20rem;height:11.1992125rem;top:12.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Use9NwozknsurTVBs1hBdbFNyw7IqpFv { width:20rem;height:7.3120125rem;top:2.13427734375rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXBkgpn8a8ZgOtlAw8IxEVIaXePJPouS { width:20rem;height:27.8461875rem;top:31.00927734375rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }#zXBkgpn8a8ZgOtlAw8IxEVIaXePJPouS li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#zXBkgpn8a8ZgOtlAw8IxEVIaXePJPouS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_595224c5cefab2de85c446b158ad83b70889e82c.svg); }
 }@media only screen and (max-width: 763px) { #qEm3e4S9oZVpWUC6Z2sE4KV8Tp4FKJvh { width:20rem;height:4.25rem;top:117.5rem;left:0rem;font-size:1.1875rem;background-color:#7b1e3f;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,191,70,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Qm1dvFL51UmQIoI8FFfd3ryBaeSIcp7P { display:block; }
 }@media only screen and (max-width: 763px) { #yrPab2skTwgoJtyMWWmvLZk0blC5ynVZ { width:20rem;height:1.6875rem;top:27.38427734375rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d3VgSJDagno9onp4Pap7mTb192oDnDPN { width:20rem;height:6.75rem;top:64.625rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHLFJX4yvLZ62e6nL4v9kchQXRlqC5Ig { width:20rem;height:32.420875rem;top:76.66455078125rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }#dHLFJX4yvLZ62e6nL4v9kchQXRlqC5Ig li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#dHLFJX4yvLZ62e6nL4v9kchQXRlqC5Ig li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_595224c5cefab2de85c446b158ad83b70889e82c.svg); }
 }@media only screen and (max-width: 763px) { #aQo4rQoP8796CHEBR461LLESblfTkNqX { width:20rem;height:1.6875rem;top:111.85791015625rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu { display:block; }#TQwDKrIZHoZvZ4b02mh2iHRvWOqnQKnu > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m67d8zeVyrswfFI84heJ2OPvVZ9qLW0C { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POx4OTybRtXFrxVauoIGvtHUCdLVUpmg { width:20rem;height:12.036625rem;top:2.6064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT { display:block; }#CBAo1x4t8OJTF3CikPJibxIgbN9sGfIT > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAT150p3mPIgRV5I29h9rTrOriBK0qgn { width:20rem;height:7.6484375rem;top:1.25rem;left:0rem;font-size:1.125rem;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cI9od9J8ETFaeyJCMO2h7okae6ATQmDi { width:20rem;height:7.297875rem;top:10.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5lH6xoFTvWcVowCHoL5P66wvu7A1Z7e { width:20rem;height:5.50390625rem;top:18.6963125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH { display:block; }#p7OVsRi3xVq0GFpAMT7CGZtvVGaTT6nH > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bA3gTfpGE0CKzALC0hf5Mrdqp0GPCczB { width:20rem;height:1.23730625rem;top:1.25rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .accordion-heading-text { font-size:1.125rem;height:auto;font-weight:400;font-style:normal; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA { display:flex;height:31.25rem;width:17.5rem;top:3.73730625rem;left:0rem; }
#ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #l5uKw1wTRKoiFoi6X20ZxbLsqyCvdOBD {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #JpySu7xBDTFkrLsvzbAdyTxHMsV3wByG {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #F8eSngem4ia4bFsV2X9NmHypbgggkVPp {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #ar5m9zwdPSQylTIPBKvl2Iya72wW40y8 {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #QTzFgFOUDTTOKP0kiVre4QVUIu2G3sLX {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #Va8mIqlCtXsUcgc8A4fxm9k6wiuH5NID {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #DkQUbFJSyq8lVg9QxPXsZxMTiUHpngmE {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #m5WLsCaNmMQDTiq1TtUHNgTnWc3hSFhu {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #wPthueeQkyRAe9LyirOJyfRd7uJOxfC5 {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #WuJqFicoWAKEnm37qftQ7TDTzxCx0LbL {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #O0ZU7UfrAolD9fR0TKmF2DzTt9UZrzOV {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #luNMIIbThzcWXUSVx4N9ZJLUe8STJW4Q {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #qaBkG7ogNEHoRIbx3VmToQRP036cqaz9 {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #tf3Z6z5sSn78R0zpJDm5SWqm3i0xugoM {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #kEANb2HGJuTZRw3x8A4GyWqT2vF7ywrw {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #aaRG8uXvwx4vLTmbSLGbVMT17Dg0ohTS {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #sd04d6ifkmMKybuBFo3h9MpdHkPZmdo4 {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #bcPadKcFJJDcOqz5wPf04fxlqFGfhtmJ {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #TJBcOzb7WdAM0VkP6peVfKfW3Ohi3VXw {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #cpwbnCn11Lka7TBcyxUyQcf6259iS6qx {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #Bxz7BTlITXoieWf5W7LcoqPqMsbBHPuX {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #AKg6BAq5IolilnTeFvewCLUSyVXgC6qN {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #MJM5RrMR4DwAuKkyDxMNwZpUtGTzJLht {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #tT7MTU9ZHSiAsbHLyPhcqkbl9nhySdBZ {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #TDE7X99IK921BwpAeoZOmEIHuKrFgb8r {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #JEQBhmuTUdv7PpWB6eTy8FK8Z6tuTDqN {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #gfV3qTzrwLIh4KdfKsTtNep2z7W3Q6Z7 {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #wCxoOBTiE5N7v6tciaiwoEFWFaFhKQfW {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #J2JZ5Uyq46xMc1NTfuWTAUtnPRu6qVI2 {  }
 }@media only screen and (max-width: 763px) { #ldAD09EtUhD8F4uqbEzkWoAcKzmtTtCA #gfewS7sqENNeuOH8OTh8HkhRE4EdQyxd {  }
 }@media only screen and (max-width: 763px) { #vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI { display:block; }#vXXmUCwJtCwRe09M8tKulOFiCBhiz1tI > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #it9oMOKF049nhlZUTU3F70lcs4zg1CmA { width:20rem;height:4.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;background-color:#6e466e;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,191,70,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #EWcT4QPD8yytmfxFQAfLcVDnfgxlhH4r { display:block; }
 }@media only screen and (max-width: 763px) { #T7Tz6ECkV90BEH8SQDdABghfF7ny2vov { display:block; }#T7Tz6ECkV90BEH8SQDdABghfF7ny2vov > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPMdJhzAtDSiX6IrO5rPxrttKbooPQnr { width:20rem;height:1.13720625rem;top:5.91113125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1CdiGLg60y9gtLFKcymQn1vWDlA8lNI { width:20rem;height:3.41161875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }