.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:223,229,230;--color-primary-1:149,168,172;--color-primary-2:43,80,88;--color-primary-3:22,40,44;--color-primary-4:6,12,13;--color-secondary-0:246,241,230;--color-secondary-1:226,208,172;--color-secondary-2:197,160,89;--color-secondary-3:99,80,45;--color-secondary-4:30,24,13;--color-tertiary-0:255,255,255;--color-tertiary-1:246,248,250;--color-tertiary-2:224,230,237;--color-tertiary-3:112,115,119;--color-tertiary-4:22,23,24;--headlines-font-family:"Lora";--paragraphs-font-family:"DM Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:#525b2f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { border-width: 0; border-radius: 0; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { color:#e7f1bf;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:14.3125rem;left:12.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { background-color:#2a9e23;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.625rem rgba(26,164,90,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.75rem;left:25.6875rem;display:block; }
#tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmDl4334MpLmwHuv0Gs2NcpleVkSfgmO { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:26.75rem;left:14.375rem;height:3.2986125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NKK23zm7bTzIIkNZdZEOUqHZAa7STTyD { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.8125rem;top:2.5rem;left:32.125rem;overflow:hidden;display:block; }
#hNDwP4b7wJlawWIde3F8ZDuI8i16xCT9 { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SPEgo6paKM1s2k6mgBNCLklLqMtWUoGD { box-sizing:content-box;height:2.875rem;width:37.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #eb96f2;border-left:0.125rem solid #eb96f2;border-right:0.125rem solid #eb96f2;border-bottom:0.125rem solid #eb96f2;top:31.3125rem;left:18.625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#WlDXU8NiXvg2Jmcea73fAJBqwq7WhHcd { color:#ffffff;display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:40.8125rem;left:26.9375rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iV6uOa6SCUbPNpqhHQiv4Rypfe3AxJNb { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:40.8125rem;left:34.625rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uXTmGxTm27h1U88Aa2c60m5iZgR9GWgk { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:40.8125rem;left:43.25rem;height:1.2000875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nlLkW45pUs6zvIbvMRFBi8o7E8qIv9sM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:40.6875rem;left:25.5rem; }
#v2T5ceRatefk6PURBww34cMJTlP48FTI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:40.75rem;left:33.1875rem; }
#MdkvehTbTJFHvFW6QhoMs8yRngBUxSxX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:40.75rem;left:42rem; }
#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7decd;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; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container { background-color: transparent; background-image: none; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container > .video-iframe-container { display: none; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row > .video-iframe-container { display: none; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .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); }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container { border-width: 0; border-radius: 0; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container { font-size:0.875rem;font-family:arial;height:121.1875rem;width:75rem;position:relative;display:block; }#dT7hnO6sTzzqwm2oTsgnbdBSUDyCyTMb { color:#525b2f;display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.3125rem;left:18rem;height:2.40625rem;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; }
#TVn8PBwPp8D6gH36I2pmPaRmoU09qp3v { color:#525b2f;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:14.3125rem;left:6.125rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#orCc4JIkNDJHCC6xUAc2mnOZJhXIS7Tf { box-sizing:content-box;height:22.5rem;width:69.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.375rem;left:2.75rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#SqkzVc30VodxFCpmTzmQgTqXrTVwHmXD { background-color:#2a9e23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(22,139,77,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.875rem;left:6.125rem;display:block; }
#zW2b8NXbHzFTbRT6gRgsefTgDpGP5JMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vDMTfM7nGQVQmuxMBJ1q7iZtSBwtTbq6 { color:#525b2f;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:21.375rem;left:6.125rem;height:3.14995625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#quqTzOQ4H4mTszvRFP8H3nLTky38azqM { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.3125rem;width:14.5rem;top:11.875rem;left:24rem;overflow:hidden;display:block; }
#S7h7STSC55GpDPm7ubHe6K7ryTrwvQAg { color:#525b2f;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:17.25rem;left:6.25rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#A7Kko5TdupgwHqclWr4yX4Xa26bi2vN2 { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:9.625rem;left:6.8125rem;height:1.349825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uqC3JnGwD9zlsaWqp8APbOv1TeV43gHd { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:#8e4d94;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:6.125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#PDH5N9KqMPItI6Gwc47nzTq2PQ8x5kCS { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.3125rem;width:14.5rem;top:11.875rem;left:39.5625rem;overflow:hidden;display:block; }
#QK8qlrocF735p4RlnyEXV8BWG3Sm99mw { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.3125rem;width:14.5rem;top:11.875rem;left:55.0625rem;overflow:hidden;display:block; }
#eEhnkfXwDTzBTVe6inHZbfCpbr1SpVDO { box-sizing:content-box;height:22.5rem;width:69.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.75rem;left:2.75rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#GUtnKenSWHI6bpH3MVKO1LAMqpAlL45T { background-color:#2a9e23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(22,139,77,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:51.25rem;left:6.125rem;display:block; }
#QyavhnHkkGBvZ5fUo6b3fU5xNKLpheoz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DLowiTqTRWo5rxSbLeXpgtykJtM8FDzz { color:#525b2f;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.8;letter-spacing:0;top:46.75rem;left:6.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wIiWcTlGx33TaNwerJiipybtwGgZP2yG { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.3125rem;width:14.5rem;top:37.25rem;left:24rem;overflow:hidden;display:block; }
#szPpxf5SHLi1PU4Ol1P54L9ADcct2dAV { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.3125rem;width:14.5rem;top:37.25rem;left:39.5625rem;overflow:hidden;display:block; }
#sk8PZ13tzk9wChdgnRlBR6Ha60J6dtO8 { color:#525b2f;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:39.6875rem;left:6.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BystMeeNqHutxUpEHzehntTxmEt3gPe9 { color:#525b2f;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:42.625rem;left:6.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UunFIkksDTUoQcZeR48Sh0TvpSwxLt5q { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.3125rem;width:14.5rem;top:37.25rem;left:55.0625rem;overflow:hidden;display:block; }
#fFEe65o71shrXzGI3yuL1KlerNVyttgT { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15045;background-color:#8e4d94;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.4375rem;left:6.125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#hoJaVVZOsdwVpHeyhO6TTaDm7dgNLQRd { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:35rem;left:6.8125rem;height:1.349825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o7Q00JA1nU3RngsnHLTZvLg6OLqcqAoM { box-sizing:content-box;height:22.5rem;width:69.5rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:61.25rem;left:2.75rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#qU8MxtmC3OUnmL79TNZrgTiizKRgXmM8 { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.3125rem;width:14.5rem;top:62.75rem;left:24rem;overflow:hidden;display:block; }
#eAVXwhniuv5ZXxGVW5UTys4vTO4eIRBa { background-color:#2a9e23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(22,139,77,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.0625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:76.75rem;left:6.125rem;display:block; }
#hPo6ltw5DKJerlcb4O1RpAEWEnzy4aWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PhrQqmodc11aIT5vw60tAOenmdTq5eZI { color:#525b2f;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.8;letter-spacing:0;top:72.25rem;left:6.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WLRLq7Bimh47tCrzhcrbFKJV1nPXTtGS { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.3125rem;width:14.5rem;top:62.75rem;left:39.5625rem;overflow:hidden;display:block; }
#qds3QbZLKBWzLGFHUd4S0KKTP2yMpc6T { color:#525b2f;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:68.125rem;left:6.25rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#x1RTBgaUaw01Ttb6a5vvh0KxSe2LXL2P { color:#525b2f;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.8;letter-spacing:0;top:65.1875rem;left:6.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hixkBPHHtIpsACvZOVXlZyQBW1VSe6m0 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.3125rem;width:14.5rem;top:62.75rem;left:55.0625rem;overflow:hidden;display:block; }
#TvGF6mIyrTSJ0FeF8vZlg0T9yKyJhvaL { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15055;background-color:#8e4d94;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.9375rem;left:6.125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#OPPurAEAR4FfH6CyGk5gp8Fvvg1GA6Nz { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:60.5rem;left:6.8125rem;height:1.349825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x4runS53qxp6KEAfNDRVpwN1B76iPkLJ { box-sizing:content-box;height:22.5rem;width:69.5rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:86.5625rem;left:2.75rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#aiTknoxAaZFaHSA7iJcdPzmZPDInGc4U { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.3125rem;width:14.5rem;top:88.0625rem;left:24rem;overflow:hidden;display:block; }
#kqvgncTXLFq4AytdQuCFZOVXuDUO1K9r { background-color:#2a9e23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(22,139,77,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.0625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:102.0625rem;left:6.125rem;display:block; }
#Rdri965c1w8L57SCM1btw1zAa7mOcAmA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SiSAIrO2QZdRuoDegV49TtODND03PzIS { color:#525b2f;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.8;letter-spacing:0;top:97.5625rem;left:6.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AB9QSXmsguaVTQiQzZyIZmdeUGwiVytU { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.3125rem;width:14.5rem;top:88.0625rem;left:39.5625rem;overflow:hidden;display:block; }
#ziPW8ydKgqbUdzdDdCiR9XixiSo3UFTt { color:#525b2f;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:93.4375rem;left:6.25rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PvAaKyoguqEz6o3lO7soLyCSwAoTTM7I { color:#525b2f;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.8;letter-spacing:0;top:90.5rem;left:6.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LgotOh6vT2qMBuDa9RQiPWMb7ZG61Jgm { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.3125rem;width:14.5rem;top:88.0625rem;left:55.0625rem;overflow:hidden;display:block; }
#ZBgLacqX8Uvbhd7zG1JFPUbPkK8PIQDB { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15065;background-color:#8e4d94;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:85.25rem;left:6.125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#LMAbBxS7RVTclrvTtNgxFi0KqOPIwEvp { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.2;letter-spacing:0;top:85.8125rem;left:6.8125rem;height:1.349825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WrVTLThXtIotAf9NUJ9SsCKd2aHJpfEe { background-color:#b363ba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 1.25rem rgba(181,86,190,0.67) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8125rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:112.84375rem;left:22.09375rem;display:block; }
#aka1m4KbOPT8qBP5rzbHPE0Ih5RATiLv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DlVhTdZdh4e3Sfu2qWGuTuVD9iqp065r { background-color:#b363ba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 1.25rem rgba(181,86,190,0.67) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8125rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:112.84375rem;left:22.09375rem;display:none; }
#LhlB9GTV1EfivxmBtOlvniENL0nAkq5d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5f693c;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; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container { background-color: transparent; background-image: none; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container > .video-iframe-container { display: none; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row > .video-iframe-container { display: none; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .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); }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container { border-width: 0; border-radius: 0; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#UUiMadenuWc4THJG3MZNEJSLJEotTdyb { color:#ffffff;display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:4.75rem;left:18rem;height:2.40625rem;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; }
#e9ZzbHXTlin9FzvcczWBWTMKt8HduxuB { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.0625rem;left:14.8125rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a1k6FvKEp7gNTyKhCzO7XC8Nwh6OtWxf { background-color:#2a9e23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:3.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:13.0625rem;left:25.125rem;display:block; }
#l8msZTAxMkAXE8OLzZunv7BgRVzT4iCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl > .row .container { background-color: transparent; background-image: none; }#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl > .row .container > .video-iframe-container { display: none; }#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl > .row > .video-iframe-container { display: none; }#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl > .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); }#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl > .row .container { border-width: 0; border-radius: 0; }#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#S0BgNJNivbf0XJZvkkgTBfD7AdXAo5fB { color:#5f693c;display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:6.125rem;left:23.21875rem;height:4.8112rem;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; }
#avXTp0nTFQWaVHTzw472cxoBpJqpmRiX { color:#5f693c;display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:11.5625rem;left:24.46875rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#w46opmA4Lcy6w95MWB6UEv4qEkMx69TU { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:17.1875rem;left:23.4375rem;overflow:hidden;display:block; }
#pTA0JzctTzqdNGWAXSWW1ehcOzlpA2ND { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:17.1875rem;left:34.5625rem;overflow:hidden;display:block; }
#klTzK9gM1W4JxEKOXgOtGaxyTZmwKaUV { color:#5f693c;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:23.8125rem;left:21.8125rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fmeIxLcO3xTOeL5ktUUWbkEewCqzTDZw { color:#5f693c;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:23.8125rem;left:32.1875rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fNosTrwUl55WHnrxTkwEAJrqNs07F9Bm { color:#5f693c;display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:23.8125rem;left:44.1875rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dX18Ontw4kQ8mHOWDHRQMgOZgG5IepP0 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:17.1875rem;left:45.125rem;overflow:hidden;display:block; }
#iiVwF6ytdqkTnKGqfBPuhNfZMwvyeCJ7 { box-sizing:content-box;height:27.8125rem;width:44.125rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(22,23,24,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9375rem;left:15.4375rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container { background-color: transparent; background-image: none; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container > .video-iframe-container { display: none; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row > .video-iframe-container { display: none; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .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); }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container { border-width: 0; border-radius: 0; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#OVwhcGCu2VNUVlOXpUpdoNFdTWxW4ilT { color:#5f693c;display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.0625rem;left:25.3125rem;height:2.40625rem;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; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:#f8e3f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .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; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.125rem;color:#5f693c;height:auto; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#455a64;line-height:1.4;overflow:hidden;height:auto; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .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_6c8fada2a64b5f8c84976bd049152c2f91ad462c.svg");background-size:contain !important; }#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-trigger.adaptive-delivery-prevent-bg, #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-trigger.lazyload, #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-trigger.lazyloading { background-image: none; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc { box-sizing:content-box;height:auto;width:44.125rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.75rem;left:14.1875rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #zkcT1IK5c0Fn6kInG9LDR0TUczUfW31e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #eOaoGJHcSgJ4f0MmH9coI9E6bECBtT0U { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #JdRoAV6lqEzQmy22acsWRTs32wCkx8tV { display:block;position:relative; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ABUX5TpBJ6huPZzwlFVJyZJmgIFbg2re {  }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #g1JlyAAsTAWEHH3AxL6c7viZvI1zXusz {  }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #XrUi6hmeLOg0Xm6ktHUCKvtnIDbwZyN5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #pzDZJm9K2qTVowTAJpSHMVTKMNRXdJNC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #nX5vXCz0rSPM4JgbyvEkSpM6cenkD2nL { display:block;position:relative; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #n3yaUMlb2p7T7VFAcor3UXhFPCBToQTf {  }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #owwgGcMcZkEmZQ74Mf36yEe0kZouyOcT { display:none; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #P9Kiemk3dbRP4uU3wTeb3tVWoclBky2K { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ULBG9S4zJLnauderDnzrxpOxoF9tgThm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #yKGXT6L9JfTE8OZ72QuDXonJduEliRwd { display:block;position:relative; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #SRD5ILRSbsr4zRPVzzcq6pQB7C6yaJKF {  }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ewhoRlT5ROnN5JbrplSTPZh4AW6qoEfx { display:none; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #TIm5svCzyZZGo28iPCQFbrVKqdZVeZay { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #wuEGFOufv5ZAydmzPDVdbRqSbg2G9pxi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #gDNdAL2LeNhMWLO36rTp00ZwcMdbU1yl { display:block;position:relative; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #XJKyWxT5OdfuvhQvZNOetsKyVNPavJkp {  }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #LLfKiTwKi99kDBCQUPLwdbnAekTmAmCk { display:none; }
#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5f693c;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; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container { background-color: transparent; background-image: none; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container > .video-iframe-container { display: none; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row > .video-iframe-container { display: none; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .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); }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container { border-width: 0; border-radius: 0; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#xo6xqfbSaG49tAywKLISzaX9TMoma7Hu { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:4.5625rem;left:16.8125rem;height:2.40625rem;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; }
#TH6MGe8fr0CMyaS32cXcIEaEFdMveeiB { color:rgba(var(--color-tertiary-0),1);display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:7.4375rem;left:17rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#somZ8KRdx4HZLeP5HkCxlDVos1nGpAP3 { background-color:#2a9e23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:3.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:12.4375rem;left:25.125rem;display:block; }
#RSSXF7e1iDZs8mzGQWhHUwBiMMWkZA3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVkSXPBGrisK3uruykJReMOFSkwohuKU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container { background-color: transparent; background-image: none; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container > .video-iframe-container { display: none; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row > .video-iframe-container { display: none; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .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); }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container { border-width: 0; border-radius: 0; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#gp8sN6HwTBOU0zVx01otzdEdxSy0BqAd { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:0.90625rem;left:18.125rem;overflow:hidden;display:block; }
#LJMI6nz6EHOPNFr8Pnmx0qFOZEBzqJyO { color:#5f693c;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:9.6875rem;left:36.875rem;height:2.69965rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#noPw7M9AO5fzoyzIRQsggnVRSuWVnlib { color:#5f693c;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.875rem;left:36.875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CiRgrJQPba9yfb8bqgGMLbHopLA1d9hs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.4375rem;left:34.625rem; }
#AAmQ543WuJspT5Sv2xQ4LqskVXwwBOeg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.6875rem;left:34.625rem; }
#KpQUwyFfVyzfDGt5vQan1oCwTGVaJl7e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.8125rem;left:34.625rem; }
#TuOLcsLFTsLa4UZrRqEviq4LGqPRwFy6 { color:#5f693c;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:6.5rem;left:36.875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e1db;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; }#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas > .row .container { background-color: transparent; background-image: none; }#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas > .row .container > .video-iframe-container { display: none; }#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas > .row > .video-iframe-container { display: none; }#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas > .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); }#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas > .row .container { border-width: 0; border-radius: 0; }#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#fS8Uz6qUqFWNoEHL9w4FnbBZzJ6aJ6Mb { color:#5f693c;display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.568359375rem;left:16.1875rem;height:1.79904375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:47.75rem;height:;top:14.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { width:23.625rem;height:4rem;top:35.75rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block; }
 }@media only screen and (max-width: 763px) { #BmDl4334MpLmwHuv0Gs2NcpleVkSfgmO { width:46.3125rem;height:3.25rem;top:26.75rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKK23zm7bTzIIkNZdZEOUqHZAa7STTyD { width:10.8125rem;height:10.8125rem;top:2.5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDwP4b7wJlawWIde3F8ZDuI8i16xCT9 { width:35.3125rem;height:;top:32.1875rem;left:6.1872825622559rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPEgo6paKM1s2k6mgBNCLklLqMtWUoGD { width:37.625rem;height:2.875rem;top:31.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlDXU8NiXvg2Jmcea73fAJBqwq7WhHcd { width:5.1875rem;height:1.1875rem;top:40.75rem;left:13.311847686767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV6uOa6SCUbPNpqhHQiv4Rypfe3AxJNb { width:6.25rem;height:1.1875rem;top:40.75rem;left:20.999568939209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXTmGxTm27h1U88Aa2c60m5iZgR9GWgk { width:6.25rem;height:1.1875rem;top:40.75rem;left:29.624782562256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlLkW45pUs6zvIbvMRFBi8o7E8qIv9sM { width:1.3125rem;height:1.3125rem;top:40.6875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2T5ceRatefk6PURBww34cMJTlP48FTI { width:1.3125rem;height:1.3125rem;top:40.75rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdkvehTbTJFHvFW6QhoMs8yRngBUxSxX { width:1.3125rem;height:1.3125rem;top:40.75rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfM2tklOqiGyEkBx4FH741yMbvOvFHWb { display:block; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT7hnO6sTzzqwm2oTsgnbdBSUDyCyTMb { width:39rem;height:2.375rem;top:4.3125rem;left:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVn8PBwPp8D6gH36I2pmPaRmoU09qp3v { width:12.9375rem;height:3.375rem;top:14.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orCc4JIkNDJHCC6xUAc2mnOZJhXIS7Tf { width:47.75rem;height:22.5rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqkzVc30VodxFCpmTzmQgTqXrTVwHmXD { width:15.1875rem;height:3.0625rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW2b8NXbHzFTbRT6gRgsefTgDpGP5JMG { display:block; }
 }@media only screen and (max-width: 763px) { #vDMTfM7nGQVQmuxMBJ1q7iZtSBwtTbq6 { width:12.9375rem;height:3.125rem;top:21.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqTzOQ4H4mTszvRFP8H3nLTky38azqM { width:14.5rem;height:19.3125rem;top:11.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7h7STSC55GpDPm7ubHe6K7ryTrwvQAg { width:12.75rem;height:3rem;top:17.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7Kko5TdupgwHqclWr4yX4Xa26bi2vN2 { width:11.1875rem;height:1.3125rem;top:9.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqC3JnGwD9zlsaWqp8APbOv1TeV43gHd { width:12.5rem;height:2.25rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDH5N9KqMPItI6Gwc47nzTq2PQ8x5kCS { width:14.5rem;height:19.3125rem;top:11.875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK8qlrocF735p4RlnyEXV8BWG3Sm99mw { width:14.5rem;height:19.3125rem;top:11.875rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEhnkfXwDTzBTVe6inHZbfCpbr1SpVDO { width:47.75rem;height:22.5rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUtnKenSWHI6bpH3MVKO1LAMqpAlL45T { width:15.1875rem;height:3.0625rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyavhnHkkGBvZ5fUo6b3fU5xNKLpheoz { display:block; }
 }@media only screen and (max-width: 763px) { #DLowiTqTRWo5rxSbLeXpgtykJtM8FDzz { width:12.9375rem;height:;top:46.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIiWcTlGx33TaNwerJiipybtwGgZP2yG { width:14.5rem;height:19.3125rem;top:37.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szPpxf5SHLi1PU4Ol1P54L9ADcct2dAV { width:14.5rem;height:19.3125rem;top:37.25rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk8PZ13tzk9wChdgnRlBR6Ha60J6dtO8 { width:12.9375rem;height:;top:39.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BystMeeNqHutxUpEHzehntTxmEt3gPe9 { width:12.75rem;height:;top:42.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UunFIkksDTUoQcZeR48Sh0TvpSwxLt5q { width:14.5rem;height:19.3125rem;top:37.25rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFEe65o71shrXzGI3yuL1KlerNVyttgT { width:12.5rem;height:2.25rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoJaVVZOsdwVpHeyhO6TTaDm7dgNLQRd { width:11.1875rem;height:1.3125rem;top:35rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Q00JA1nU3RngsnHLTZvLg6OLqcqAoM { width:47.75rem;height:22.5rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU8MxtmC3OUnmL79TNZrgTiizKRgXmM8 { width:14.5rem;height:19.3125rem;top:62.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAVXwhniuv5ZXxGVW5UTys4vTO4eIRBa { width:15.1875rem;height:3.0625rem;top:76.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPo6ltw5DKJerlcb4O1RpAEWEnzy4aWk { display:block; }
 }@media only screen and (max-width: 763px) { #PhrQqmodc11aIT5vw60tAOenmdTq5eZI { width:12.9375rem;height:;top:72.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLRLq7Bimh47tCrzhcrbFKJV1nPXTtGS { width:14.5rem;height:19.3125rem;top:62.75rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qds3QbZLKBWzLGFHUd4S0KKTP2yMpc6T { width:14.5rem;height:3rem;top:68.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1RTBgaUaw01Ttb6a5vvh0KxSe2LXL2P { width:12.9375rem;height:;top:65.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hixkBPHHtIpsACvZOVXlZyQBW1VSe6m0 { width:14.5rem;height:19.3125rem;top:62.75rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvGF6mIyrTSJ0FeF8vZlg0T9yKyJhvaL { width:12.5rem;height:2.25rem;top:59.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPPurAEAR4FfH6CyGk5gp8Fvvg1GA6Nz { width:11.1875rem;height:1.3125rem;top:60.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4runS53qxp6KEAfNDRVpwN1B76iPkLJ { width:47.75rem;height:22.5rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiTknoxAaZFaHSA7iJcdPzmZPDInGc4U { width:14.5rem;height:19.3125rem;top:88.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqvgncTXLFq4AytdQuCFZOVXuDUO1K9r { width:15.1875rem;height:3.0625rem;top:102.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdri965c1w8L57SCM1btw1zAa7mOcAmA { display:block; }
 }@media only screen and (max-width: 763px) { #SiSAIrO2QZdRuoDegV49TtODND03PzIS { width:12.9375rem;height:;top:97.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB9QSXmsguaVTQiQzZyIZmdeUGwiVytU { width:14.5rem;height:19.3125rem;top:88.0625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziPW8ydKgqbUdzdDdCiR9XixiSo3UFTt { width:14rem;height:3rem;top:93.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvAaKyoguqEz6o3lO7soLyCSwAoTTM7I { width:12.9375rem;height:;top:90.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgotOh6vT2qMBuDa9RQiPWMb7ZG61Jgm { width:14.5rem;height:19.3125rem;top:88.0625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBgLacqX8Uvbhd7zG1JFPUbPkK8PIQDB { width:12.5rem;height:2.25rem;top:85.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMAbBxS7RVTclrvTtNgxFi0KqOPIwEvp { width:11.1875rem;height:1.3125rem;top:85.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrVTLThXtIotAf9NUJ9SsCKd2aHJpfEe { width:30.8125rem;height:4rem;top:112.8125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aka1m4KbOPT8qBP5rzbHPE0Ih5RATiLv { display:block; }
 }@media only screen and (max-width: 763px) { #DlVhTdZdh4e3Sfu2qWGuTuVD9iqp065r { width:30.8125rem;height:4rem;top:112.8125rem;left:8.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhlB9GTV1EfivxmBtOlvniENL0nAkq5d { display:block; }
 }@media only screen and (max-width: 763px) { #uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP { display:block; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUiMadenuWc4THJG3MZNEJSLJEotTdyb { width:39rem;height:2.375rem;top:4.75rem;left:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ZzbHXTlin9FzvcczWBWTMKt8HduxuB { width:45.375rem;height:3.25rem;top:8.0625rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1k6FvKEp7gNTyKhCzO7XC8Nwh6OtWxf { width:24.8125rem;height:3.875rem;top:13.0625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8msZTAxMkAXE8OLzZunv7BgRVzT4iCN { display:block; }
 }@media only screen and (max-width: 763px) { #tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl { display:block; }#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0BgNJNivbf0XJZvkkgTBfD7AdXAo5fB { width:28.5625rem;height:4.8125rem;top:6.125rem;left:9.59375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avXTp0nTFQWaVHTzw472cxoBpJqpmRiX { width:26.0625rem;height:3.25rem;top:11.5625rem;left:10.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w46opmA4Lcy6w95MWB6UEv4qEkMx69TU { width:5.8125rem;height:5.8125rem;top:17.1875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTA0JzctTzqdNGWAXSWW1ehcOzlpA2ND { width:5.8125rem;height:5.8125rem;top:17.1875rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTzK9gM1W4JxEKOXgOtGaxyTZmwKaUV { width:9.0625rem;height:3.25rem;top:23.8125rem;left:8.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmeIxLcO3xTOeL5ktUUWbkEewCqzTDZw { width:10.625rem;height:3.25rem;top:23.8125rem;left:18.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNosTrwUl55WHnrxTkwEAJrqNs07F9Bm { width:7.6875rem;height:3.25rem;top:23.8125rem;left:30.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX18Ontw4kQ8mHOWDHRQMgOZgG5IepP0 { width:5.8125rem;height:5.8125rem;top:17.1875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVwF6ytdqkTnKGqfBPuhNfZMwvyeCJ7 { width:44.125rem;height:27.8125rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 { display:block; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVwhcGCu2VNUVlOXpUpdoNFdTWxW4ilT { width:24.4375rem;height:2.375rem;top:4.0625rem;left:11.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc { display:flex;height:auto;width:44.125rem;top:9.3125rem;left:0.5625rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #zkcT1IK5c0Fn6kInG9LDR0TUczUfW31e {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #eOaoGJHcSgJ4f0MmH9coI9E6bECBtT0U {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #JdRoAV6lqEzQmy22acsWRTs32wCkx8tV {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ABUX5TpBJ6huPZzwlFVJyZJmgIFbg2re {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #g1JlyAAsTAWEHH3AxL6c7viZvI1zXusz {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #XrUi6hmeLOg0Xm6ktHUCKvtnIDbwZyN5 {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #pzDZJm9K2qTVowTAJpSHMVTKMNRXdJNC {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #nX5vXCz0rSPM4JgbyvEkSpM6cenkD2nL {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #n3yaUMlb2p7T7VFAcor3UXhFPCBToQTf {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #owwgGcMcZkEmZQ74Mf36yEe0kZouyOcT {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #P9Kiemk3dbRP4uU3wTeb3tVWoclBky2K {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ULBG9S4zJLnauderDnzrxpOxoF9tgThm {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #yKGXT6L9JfTE8OZ72QuDXonJduEliRwd {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #SRD5ILRSbsr4zRPVzzcq6pQB7C6yaJKF {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ewhoRlT5ROnN5JbrplSTPZh4AW6qoEfx {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #TIm5svCzyZZGo28iPCQFbrVKqdZVeZay {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #wuEGFOufv5ZAydmzPDVdbRqSbg2G9pxi {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #gDNdAL2LeNhMWLO36rTp00ZwcMdbU1yl {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #XJKyWxT5OdfuvhQvZNOetsKyVNPavJkp {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #LLfKiTwKi99kDBCQUPLwdbnAekTmAmCk {  }
 }@media only screen and (max-width: 763px) { #xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp { display:block; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo6xqfbSaG49tAywKLISzaX9TMoma7Hu { width:41.4375rem;height:2.375rem;top:4.5625rem;left:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH6MGe8fr0CMyaS32cXcIEaEFdMveeiB { width:41.0625rem;height:3.25rem;top:7.4375rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #somZ8KRdx4HZLeP5HkCxlDVos1nGpAP3 { width:24.8125rem;height:3.875rem;top:12.4375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSSXF7e1iDZs8mzGQWhHUwBiMMWkZA3A { display:block; }
 }@media only screen and (max-width: 763px) { #JVkSXPBGrisK3uruykJReMOFSkwohuKU { display:block; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp8sN6HwTBOU0zVx01otzdEdxSy0BqAd { width:13.9375rem;height:13.9375rem;top:0.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJMI6nz6EHOPNFr8Pnmx0qFOZEBzqJyO { width:18.125rem;height:2.6875rem;top:9.6875rem;left:23.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noPw7M9AO5fzoyzIRQsggnVRSuWVnlib { width:9.9375rem;height:1.5rem;top:3.875rem;left:23.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiRgrJQPba9yfb8bqgGMLbHopLA1d9hs { width:1.625rem;height:1.625rem;top:6.4375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAmQ543WuJspT5Sv2xQ4LqskVXwwBOeg { width:1.625rem;height:1.625rem;top:9.6875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpQUwyFfVyzfDGt5vQan1oCwTGVaJl7e { width:1.625rem;height:1.625rem;top:3.8125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuOLcsLFTsLa4UZrRqEviq4LGqPRwFy6 { width:9.9375rem;height:1.5rem;top:6.5rem;left:23.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas { display:block; }#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fS8Uz6qUqFWNoEHL9w4FnbBZzJ6aJ6Mb { width:42.625rem;height:1.75rem;top:1.5625rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:#525b2f;background-image:none;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:20rem;height:14.2469375rem;top:10.187500953674rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { width:20rem;height:3.4375rem;top:34.827259063721rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block; }
 }@media only screen and (max-width: 763px) { #BmDl4334MpLmwHuv0Gs2NcpleVkSfgmO { width:20rem;height:8.12175rem;top:25.504123687744rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NKK23zm7bTzIIkNZdZEOUqHZAa7STTyD { width:10.625rem;height:10.625rem;top:0rem;left:4.6875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDwP4b7wJlawWIde3F8ZDuI8i16xCT9 { width:18.75rem;height:2.400175rem;top:40.312068939209rem;left:0.62500005960463rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SPEgo6paKM1s2k6mgBNCLklLqMtWUoGD { width:19.875rem;height:3.8125rem;top:39.5625rem;left:0rem;border-top:0.125rem solid #eb96f2;border-left:0.125rem solid #eb96f2;border-right:0.125rem solid #eb96f2;border-bottom:0.125rem solid #eb96f2;display:block; }
 }@media only screen and (max-width: 763px) { #WlDXU8NiXvg2Jmcea73fAJBqwq7WhHcd { width:5.25rem;height:1.2999125rem;top:44.999351024628rem;left:3.6870663762093rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iV6uOa6SCUbPNpqhHQiv4Rypfe3AxJNb { width:6.3125rem;height:1.2999125rem;top:44.999351024628rem;left:11.562500298023rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uXTmGxTm27h1U88Aa2c60m5iZgR9GWgk { width:6.25rem;height:1.2999125rem;top:47.12500333786rem;left:7.686632454395rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nlLkW45pUs6zvIbvMRFBi8o7E8qIv9sM { display:flex;width:1.3125rem;height:1.3125rem;top:44.999351024628rem;left:2.1245661377907rem; }
 }@media only screen and (max-width: 763px) { #v2T5ceRatefk6PURBww34cMJTlP48FTI { display:flex;width:1.3125rem;height:1.3125rem;top:44.999351024628rem;left:10.000000298023rem; }
 }@media only screen and (max-width: 763px) { #MdkvehTbTJFHvFW6QhoMs8yRngBUxSxX { display:flex;width:1.3125rem;height:1.3125rem;top:47.12500333786rem;left:6.1241324543953rem; }
 }@media only screen and (max-width: 763px) { #hfM2tklOqiGyEkBx4FH741yMbvOvFHWb { display:block; }#hfM2tklOqiGyEkBx4FH741yMbvOvFHWb > .row .container { width:20rem;height:342.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT7hnO6sTzzqwm2oTsgnbdBSUDyCyTMb { width:20rem;height:4.39886875rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVn8PBwPp8D6gH36I2pmPaRmoU09qp3v { width:12.9375rem;height:2.8125rem;top:14rem;left:3.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #orCc4JIkNDJHCC6xUAc2mnOZJhXIS7Tf { width:19.875rem;height:77.125rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqkzVc30VodxFCpmTzmQgTqXrTVwHmXD { width:18.1875rem;height:3.0625rem;top:86.125rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW2b8NXbHzFTbRT6gRgsefTgDpGP5JMG { display:block; }
 }@media only screen and (max-width: 763px) { #vDMTfM7nGQVQmuxMBJ1q7iZtSBwtTbq6 { width:12.9375rem;height:2.8125rem;top:20.6875rem;left:3.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #quqTzOQ4H4mTszvRFP8H3nLTky38azqM { width:14.5rem;height:19.25rem;top:24.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7h7STSC55GpDPm7ubHe6K7ryTrwvQAg { width:12.75rem;height:3rem;top:16.8125rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A7Kko5TdupgwHqclWr4yX4Xa26bi2vN2 { width:11.1875rem;height:1.6875rem;top:10.3125rem;left:4.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uqC3JnGwD9zlsaWqp8APbOv1TeV43gHd { width:12.5rem;height:2.25rem;top:9.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDH5N9KqMPItI6Gwc47nzTq2PQ8x5kCS { width:14.5rem;height:19.3125rem;top:44.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK8qlrocF735p4RlnyEXV8BWG3Sm99mw { width:14.5rem;height:19.3125rem;top:64.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEhnkfXwDTzBTVe6inHZbfCpbr1SpVDO { width:20rem;height:75.3125rem;top:92.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUtnKenSWHI6bpH3MVKO1LAMqpAlL45T { width:18.1875rem;height:3.0625rem;top:166.3125rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyavhnHkkGBvZ5fUo6b3fU5xNKLpheoz { display:block; }
 }@media only screen and (max-width: 763px) { #DLowiTqTRWo5rxSbLeXpgtykJtM8FDzz { width:12.9375rem;height:2.8125rem;top:101.875rem;left:3.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wIiWcTlGx33TaNwerJiipybtwGgZP2yG { width:14.5rem;height:19.3125rem;top:105.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #szPpxf5SHLi1PU4Ol1P54L9ADcct2dAV { width:14.5rem;height:19.3125rem;top:125.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk8PZ13tzk9wChdgnRlBR6Ha60J6dtO8 { width:12.9375rem;height:2.8125rem;top:95.8125rem;left:3.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BystMeeNqHutxUpEHzehntTxmEt3gPe9 { width:12.75rem;height:3rem;top:98.5625rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UunFIkksDTUoQcZeR48Sh0TvpSwxLt5q { width:14.5rem;height:19.3125rem;top:145.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFEe65o71shrXzGI3yuL1KlerNVyttgT { width:12.5rem;height:2.25rem;top:91.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoJaVVZOsdwVpHeyhO6TTaDm7dgNLQRd { width:11.1875rem;height:1.6875rem;top:92.3125rem;left:4.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o7Q00JA1nU3RngsnHLTZvLg6OLqcqAoM { width:20rem;height:76.375rem;top:173.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU8MxtmC3OUnmL79TNZrgTiizKRgXmM8 { width:14.5rem;height:19.3125rem;top:186.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAVXwhniuv5ZXxGVW5UTys4vTO4eIRBa { width:18.1875rem;height:3.0625rem;top:247.4375rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPo6ltw5DKJerlcb4O1RpAEWEnzy4aWk { display:block; }
 }@media only screen and (max-width: 763px) { #PhrQqmodc11aIT5vw60tAOenmdTq5eZI { width:12.9375rem;height:2.8125rem;top:183.375rem;left:3.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WLRLq7Bimh47tCrzhcrbFKJV1nPXTtGS { width:14.5rem;height:19.3125rem;top:206.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qds3QbZLKBWzLGFHUd4S0KKTP2yMpc6T { width:14.5rem;height:3rem;top:179.3125rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x1RTBgaUaw01Ttb6a5vvh0KxSe2LXL2P { width:12.9375rem;height:2.8125rem;top:176.4375rem;left:3.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hixkBPHHtIpsACvZOVXlZyQBW1VSe6m0 { width:14.5rem;height:19.3125rem;top:226.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvGF6mIyrTSJ0FeF8vZlg0T9yKyJhvaL { width:12.5rem;height:2.25rem;top:172.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPPurAEAR4FfH6CyGk5gp8Fvvg1GA6Nz { width:11.1875rem;height:1.6875rem;top:172.625rem;left:4.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #x4runS53qxp6KEAfNDRVpwN1B76iPkLJ { width:20rem;height:75.625rem;top:254.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiTknoxAaZFaHSA7iJcdPzmZPDInGc4U { width:14.5rem;height:19.3125rem;top:267.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqvgncTXLFq4AytdQuCFZOVXuDUO1K9r { width:18.1875rem;height:3.0625rem;top:328.3125rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdri965c1w8L57SCM1btw1zAa7mOcAmA { display:block; }
 }@media only screen and (max-width: 763px) { #SiSAIrO2QZdRuoDegV49TtODND03PzIS { width:12.9375rem;height:2.8125rem;top:263.875rem;left:3.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AB9QSXmsguaVTQiQzZyIZmdeUGwiVytU { width:14.5rem;height:19.3125rem;top:287.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziPW8ydKgqbUdzdDdCiR9XixiSo3UFTt { width:14rem;height:3rem;top:260.0625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PvAaKyoguqEz6o3lO7soLyCSwAoTTM7I { width:12.9375rem;height:2.8125rem;top:257.125rem;left:3.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LgotOh6vT2qMBuDa9RQiPWMb7ZG61Jgm { width:14.5rem;height:19.3125rem;top:307.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBgLacqX8Uvbhd7zG1JFPUbPkK8PIQDB { width:12.5rem;height:2.25rem;top:253.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMAbBxS7RVTclrvTtNgxFi0KqOPIwEvp { width:11.1875rem;height:1.6875rem;top:253.75rem;left:4.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WrVTLThXtIotAf9NUJ9SsCKd2aHJpfEe { width:19rem;height:4rem;top:332.625rem;left:0.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aka1m4KbOPT8qBP5rzbHPE0Ih5RATiLv { display:block; }
 }@media only screen and (max-width: 763px) { #DlVhTdZdh4e3Sfu2qWGuTuVD9iqp065r { width:19rem;height:5.125rem;top:334.25rem;left:0.5rem;font-size:1.5625rem;z-index:15009;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LhlB9GTV1EfivxmBtOlvniENL0nAkq5d { display:block; }
 }@media only screen and (max-width: 763px) { #uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP { display:block; }#uSyr6uWhos3JJKMBIyg0kDnMI0tFOHtP > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUiMadenuWc4THJG3MZNEJSLJEotTdyb { width:20rem;height:4.39886875rem;top:3.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9ZzbHXTlin9FzvcczWBWTMKt8HduxuB { width:20rem;height:9.619125rem;top:9.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a1k6FvKEp7gNTyKhCzO7XC8Nwh6OtWxf { width:20rem;height:3.875rem;top:20.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8msZTAxMkAXE8OLzZunv7BgRVzT4iCN { display:block; }
 }@media only screen and (max-width: 763px) { #tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl { display:block; }#tfTlXLzc9U99aobuxBWDNDqUHwGaF1cl > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0BgNJNivbf0XJZvkkgTBfD7AdXAo5fB { width:20rem;height:6.5983125rem;top:5.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avXTp0nTFQWaVHTzw472cxoBpJqpmRiX { width:17.4375rem;height:4.4987rem;top:12.6875rem;left:1.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w46opmA4Lcy6w95MWB6UEv4qEkMx69TU { width:5.8125rem;height:5.8125rem;top:19.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTA0JzctTzqdNGWAXSWW1ehcOzlpA2ND { width:5.8125rem;height:5.8125rem;top:31.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTzK9gM1W4JxEKOXgOtGaxyTZmwKaUV { width:9.0625rem;height:3.298825rem;top:26.4375rem;left:5.5rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fmeIxLcO3xTOeL5ktUUWbkEewCqzTDZw { width:10.625rem;height:3.298825rem;top:38.5rem;left:4.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fNosTrwUl55WHnrxTkwEAJrqNs07F9Bm { width:7.6875rem;height:3.298825rem;top:50.5rem;left:6.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dX18Ontw4kQ8mHOWDHRQMgOZgG5IepP0 { width:5.8125rem;height:5.8125rem;top:44rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVwF6ytdqkTnKGqfBPuhNfZMwvyeCJ7 { width:19.125rem;height:53.6875rem;top:2.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 { display:block; }#rPF4QwSv9HsfZVwiNCrLb0IrQW1DNXG4 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVwhcGCu2VNUVlOXpUpdoNFdTWxW4ilT { width:14rem;height:4.39886875rem;top:2.625rem;left:3rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc { display:flex;height:auto;width:20rem;top:7.8743553161619rem;left:-0.62500001490119rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;gap:1.25rem; }
#nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #zkcT1IK5c0Fn6kInG9LDR0TUczUfW31e {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #eOaoGJHcSgJ4f0MmH9coI9E6bECBtT0U {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #JdRoAV6lqEzQmy22acsWRTs32wCkx8tV {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ABUX5TpBJ6huPZzwlFVJyZJmgIFbg2re {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #g1JlyAAsTAWEHH3AxL6c7viZvI1zXusz {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #XrUi6hmeLOg0Xm6ktHUCKvtnIDbwZyN5 {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #pzDZJm9K2qTVowTAJpSHMVTKMNRXdJNC {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #nX5vXCz0rSPM4JgbyvEkSpM6cenkD2nL {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #n3yaUMlb2p7T7VFAcor3UXhFPCBToQTf {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #owwgGcMcZkEmZQ74Mf36yEe0kZouyOcT {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #P9Kiemk3dbRP4uU3wTeb3tVWoclBky2K {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ULBG9S4zJLnauderDnzrxpOxoF9tgThm {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #yKGXT6L9JfTE8OZ72QuDXonJduEliRwd {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #SRD5ILRSbsr4zRPVzzcq6pQB7C6yaJKF {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #ewhoRlT5ROnN5JbrplSTPZh4AW6qoEfx {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #TIm5svCzyZZGo28iPCQFbrVKqdZVeZay {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #wuEGFOufv5ZAydmzPDVdbRqSbg2G9pxi {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #gDNdAL2LeNhMWLO36rTp00ZwcMdbU1yl {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #XJKyWxT5OdfuvhQvZNOetsKyVNPavJkp {  }
 }@media only screen and (max-width: 763px) { #nnHuFrOg7u5R4wZi47qtXM5yA4MlvfLc #LLfKiTwKi99kDBCQUPLwdbnAekTmAmCk {  }
 }@media only screen and (max-width: 763px) { #xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp { display:block; }#xC4Smpn7iltNuIrN6szuuCbCfIpIcqkp > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xo6xqfbSaG49tAywKLISzaX9TMoma7Hu { width:20rem;height:6.5983125rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TH6MGe8fr0CMyaS32cXcIEaEFdMveeiB { width:19.3125rem;height:7.1484375rem;top:10.9375rem;left:0.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #somZ8KRdx4HZLeP5HkCxlDVos1nGpAP3 { width:20rem;height:3.875rem;top:19.5625rem;left:0rem;font-size:1.25rem;background-color:#2a9e23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RSSXF7e1iDZs8mzGQWhHUwBiMMWkZA3A { display:block; }
 }@media only screen and (max-width: 763px) { #JVkSXPBGrisK3uruykJReMOFSkwohuKU { display:block; }#JVkSXPBGrisK3uruykJReMOFSkwohuKU > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp8sN6HwTBOU0zVx01otzdEdxSy0BqAd { width:11.3125rem;height:11.3125rem;top:1.375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJMI6nz6EHOPNFr8Pnmx0qFOZEBzqJyO { width:11.875rem;height:4.72330625rem;top:18.8125rem;left:5.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #noPw7M9AO5fzoyzIRQsggnVRSuWVnlib { width:9.9375rem;height:1.875rem;top:12.9375rem;left:6.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CiRgrJQPba9yfb8bqgGMLbHopLA1d9hs { display:flex;width:1.625rem;height:1.625rem;top:15.75rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #AAmQ543WuJspT5Sv2xQ4LqskVXwwBOeg { display:flex;width:1.625rem;height:1.625rem;top:18.8125rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #KpQUwyFfVyzfDGt5vQan1oCwTGVaJl7e { display:flex;width:1.625rem;height:1.625rem;top:13.0625rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #TuOLcsLFTsLa4UZrRqEviq4LGqPRwFy6 { width:9.9375rem;height:1.875rem;top:15.625rem;left:6.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas { display:block; }#rAIraok3cL8bhEh8Zx4BTfb1m6VPBmas > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fS8Uz6qUqFWNoEHL9w4FnbBZzJ6aJ6Mb { width:16.25rem;height:5.2463125rem;top:1.65625rem;left:1.875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }