.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:220,222,226;--color-primary-1:137,144,158;--color-primary-2:19,33,60;--color-primary-3:10,17,30;--color-primary-4:3,5,9;--color-secondary-0:254,254,253;--color-secondary-1:253,251,248;--color-secondary-2:251,246,240;--color-secondary-3:126,123,120;--color-secondary-4:38,37,36;--color-tertiary-0:217,227,225;--color-tertiary-1:128,160,155;--color-tertiary-2:0,65,54;--color-tertiary-3:0,33,27;--color-tertiary-4:0,10,8;--headlines-font-family:"Manuka";--paragraphs-font-family:"Newsreader"; }@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-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container { background-color: transparent; background-image: none; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container > .video-iframe-container { display: none; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row > .video-iframe-container { display: none; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .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); }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container { border-width: 0; border-radius: 0; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;overflow:visible;position:relative;display:block; }#rs9tQNJUt8FkC4rg6m1rqvJbWe3G5lgS { position:absolute;display:block;z-index:15003;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:3.125rem;width:29.5rem;top:1rem;left:2.125rem;overflow:hidden;display:block; }
#DtqeJwvZHGWXAak0B2hiMcKCfzA5G8EC { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:1.875rem;left:66.75rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rBLsszRh3wJr23ufJ85URrNz2brLns62 { position:absolute;display:block;z-index:15005;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:2.5rem;width:2.5rem;top:1.3125rem;left:64.375rem;overflow:hidden;display:block; }
#e2yCK7mZCbRHJkNxCXX3qIWVs88daM9s { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:mutualidad;font-size:1rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:1.88671875rem;left:66.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;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; }#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx > .row .container { background-color: transparent; background-image: none; }#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx > .row .container > .video-iframe-container { display: none; }#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx > .row > .video-iframe-container { display: none; }#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx > .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); }#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx > .row .container { border-width: 0; border-radius: 0; }#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;overflow:visible;position:relative;display:block; }#tOTQc1zumml4UI9ilm4gTw68u3RmtqHv { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:mutualidad;font-size:1rem;font-weight:300;z-index:15004;line-height:1.35;letter-spacing:0;top:1.88671875rem;left:66.875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c52ca394-cdf0-49c1-a24f-e8db0eb01820/Imagen_cabecera_V2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw.adaptive-delivery-prevent-bg, #wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw.lazyload, #wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw.lazyloading { background-image: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { background-color: transparent; background-image: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container > .video-iframe-container { display: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row > .video-iframe-container { display: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .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); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { border-width: 0; border-radius: 0; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#PaOJB12hfcA4b74ShZOz7UGxsiwmAncI { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.35;letter-spacing:0;top:4.037109375rem;left:2.5rem;height:7.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pfZtTtDK2QemDWOE1VMSG3d9SZhyTUPW { color:#ffffff;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:14.6875rem;left:2.5rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZqIuw14OAQe5NpIrXdqMtcUHZM3N8BDv { box-sizing:content-box;height:30.125rem;width:32.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.912109375rem;left:39.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#J1TTwu6CWoE3iy3MgSZzUJstBQdHEAqq { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:22.1875rem;left:4.0625rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qOdHT2G49oibVfbuQ7lTWsqGsqxC7f7n { position:absolute;display:block;z-index:15007;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:1rem;width:1rem;top:22.375rem;left:2.5rem;overflow:hidden;display:block; }
#gWL4Qtn113nupTDWSiGUlIzNxIAvIAbC { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:24.2255859375rem;left:4.0625rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IPLXw0MTh3XRJSxyaP7iwu9aVU3aJuga { position:absolute;display:block;z-index:15009;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:1rem;width:1rem;top:24.36279296875rem;left:2.5rem;overflow:hidden;display:block; }
#lvhBq1mRqD5fCAPtiDK9HnXRc4oEUrNc { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.25rem;top:9.5625rem;left:0rem;display:none; }
#cBe713dE0wZTHQA1yJB56mdA0V715q83 { position:absolute;display:block;z-index:15010;height:4.1875rem;width:7.5rem;top:28.912109375rem;left:30.375rem;display:block; }
#HTtlAL7L1wwLtRmNUu9N9kvcdbV8Grl6 { position:absolute;display:block;z-index:15044;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:1rem;width:1rem;top:26.3125rem;left:2.5rem;overflow:hidden;display:block; }
#SI6RmBKPQnG9ceEhAPanSUmiO0IxbSSv { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:26.2373046875rem;left:4.0625rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vs1TG6XQBGAPlyXfQllu6i4zLBvzOXnO { color:#293956;display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15045;line-height:1.35;letter-spacing:0;top:4.662109375rem;left:45.25rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UDCiaxC1dn5IL6Oku8dF55zRIHtJ6f0O { position:absolute;display:block;z-index:15046;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.125rem;width:14.25rem;top:28.6875rem;left:10.03125rem;overflow:hidden;display:block; }
#QG6FOGCTKlPveRiFLutsJuzRlv1Q2J18 { color:#293956;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.35;letter-spacing:0;top:12.755859375rem;left:45.25rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pZu9ZXKHlqZ77nZf2IHskzLSTnsfhOBu { color:#293956;display:block;width:21.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15047;line-height:1.35;letter-spacing:0;top:15.26220703125rem;left:45.25rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KJaTSoqGJoAhHtIhXVyc52wXOuo5OQrl { color:#293956;display:block;width:21.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15048;line-height:1.35;letter-spacing:0;top:18.88671875rem;left:45.25rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nxPMHgFR9ylmDIBTycsIkIVbbp1eB4ef { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.5625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.412109375rem;left:50.84375rem;display:block; }
#ed1ZNT1dTDCW2JJk4ZaCdaro7kre4IFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oVtqPMex0mycTU3CgEsPbZi1ubUK3p5R { color:#293956;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.35;letter-spacing:0;top:23.58642578125rem;left:45.25rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nZ3hOQqbvnJVlORkb14BNlMTmZSsGxhl { position:absolute;display:block;z-index:15050;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:1.25rem;width:1.25rem;top:15.3125rem;left:45.5rem;overflow:hidden;display:block; }
#HPw2rdKv3kKVuWq2t2o32rfEO2cRL2f6 { position:absolute;display:block;z-index:15051;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:1.5rem;width:1.5rem;top:18.88671875rem;left:50.1875rem;overflow:hidden;display:block; }
#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR > .row .container { background-color: transparent; background-image: none; }#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR > .row .container > .video-iframe-container { display: none; }#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR > .row > .video-iframe-container { display: none; }#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR > .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); }#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR > .row .container { border-width: 0; border-radius: 0; }#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#k2kuENix2oJOhMVKHyXQxeiPdpeeFX6a { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.1875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWu6WL3I5bsaa1JfVNfBoWbqsekqtAlq { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.9375rem;left:16.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 > .row .container { background-color: transparent; background-image: none; }#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 > .row .container > .video-iframe-container { display: none; }#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 > .row > .video-iframe-container { display: none; }#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 > .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); }#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 > .row .container { border-width: 0; border-radius: 0; }#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#MZ39FsiX6ATUfvdo28i9CIZf0AIznay9 { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.125rem;left:16.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S7401Eq6tdy1gvQwrwEwd5vuhrLyIogh { background-color:#817047;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.9873046875rem;left:31.25rem;display:block; }
#JWsZ2IXabgK0wLe1xSICFDO0Z1pFV0QS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz { position:relative;display:none; }#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz { border-width: 0; border-radius: 0; }#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe { position:relative;display:block; }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe { background-color: transparent; background-image: none; }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe > .row .container > .video-iframe-container { display: none; }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe > .row > .video-iframe-container { display: none; }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe > .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); }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe { border-width: 0; border-radius: 0; }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WqaHoqW9X33e83hgKsCT5AhkK3v4RKUh { box-sizing:content-box;height:54.1875rem;width:57.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:8.6875rem;display:block; }
#c1M4pa4OQ3rECpOKv9b5ZCAv9L9W4fpp { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.9375rem;left:12.9375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D9akRHRAmhc4gEt0XahqHyqeihrqDLEu { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:13.3125rem;left:12.9375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iVAODFgs3gJRQGhdCcOVnDVQvyRJfiLG { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:17.75rem;left:12.9375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pTVIAUSf7vJZmFxUe0rTZ4QbdWvUHA44 { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:43.3125rem;left:12.9375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yN6pW4Ah1vLvEOVzgriBTa6Tth9iiSA2 { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:47.6875rem;left:12.9375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L7DX9VK5sCqtTtFB4KfGM3K4ybkCzELi { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:21.8125rem;left:12.9375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rNAZfIRUNLeCoqzpQEKbwXoGczrsv3JU { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:26.1875rem;left:12.9375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GZcP3TJGSW3IeWOIPIrmuZIrUX71fWO4 { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:30.625rem;left:12.9375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uCqdcxkUR1wBDUEb25txoehz4zx96A9e { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:35.25rem;left:12.9375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aLoE9DPtCGqRKyDVCp3TxubK7NXVb4V6 { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:39.625rem;left:12.9375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hI6cnlITzITmyTiTqUC5DR00TXW1ifKW { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:12.9375rem;display:block; }
#kZfDMEBg9ypmRbb2X0oFpcMMuqSHo8cS { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:12.9375rem;display:block; }
#fuAVxDaraV39Kb0imGoF0uArWJAw1ITW { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:12.9375rem;display:block; }
#gfE9G4rEzTIco14chrkvuaSPCPzcT3G0 { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.625rem;left:12.9375rem;display:block; }
#X8q1XhhGnl4HRbOVV7vNFORLoK7PIb6w { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.0625rem;left:12.9375rem;display:block; }
#uvfXahagupcxg3shRdT5IEGsGQyH8pq0 { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:12.9375rem;display:block; }
#sM9xpx7ekKzxbmDeLItbfRaW2sIQcBZF { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:12.9375rem;display:block; }
#rUFyJTTDH5TWiWdrv4wOT4K686ixVFbQ { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.125rem;left:12.9375rem;display:block; }
#Xlba20PW9kMF8Lt7XPTyiLA8y5F74fK0 { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.5625rem;left:12.9375rem;display:block; }
#LdIT1pRL2GldXUfMZbELMgGtX42nEego { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.0625rem;left:12.9375rem;display:block; }
#IhimTG9dwAU1fNFLmZlnFBwdbKWUvgNl { color:rgba(var(--color-primary-2),1);display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:3.375rem;left:46.78125rem;height:3.25rem;display:block; }
#BcXOpGPnMUs33D6ZyTmCdmN7KfvZFlZF { color:#817047;display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:3.375rem;left:57.125rem;height:3.25rem;display:block; }
#CkLTAVnm0nAAGSFxyyOS7QFv5p8TehNg { position:absolute;display:block;z-index:15040;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:1.25rem;width:6.9375rem;top:6.625rem;left:45.0625rem;overflow:hidden;display:block; }
#WJM4l7rG6CyD0e9DsBPXhRw887Ameb9l { position:absolute;display:block;z-index:15041;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:1.25rem;width:6.8125rem;top:6.625rem;left:55.65625rem;overflow:hidden;display:block; }
#zJoLWODfNNhkxwQR56qx6RS834gTUJhk { position:absolute;display:block;z-index:15042;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:1.5rem;width:1.5rem;top:8.875rem;left:47.75rem;overflow:hidden;display:block; }
#dkO1Lxhm5qTcM6NTz4McVfQEWHtISBaP { position:absolute;display:block;z-index:15043;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:1.5rem;width:1.5rem;top:13.25rem;left:47.75rem;overflow:hidden;display:block; }
#Fpn7kTr3ZLQayPOwUDCylh423T6ATPR2 { position:absolute;display:block;z-index:15044;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:1.5rem;width:1.5rem;top:17.6875rem;left:47.75rem;overflow:hidden;display:block; }
#faV6QwqA364Qq3ZcwqR70Pkc6qxZ7XGx { position:absolute;display:block;z-index:15045;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:1.5rem;width:1.5rem;top:43.25rem;left:47.75rem;overflow:hidden;display:block; }
#BMb5n5Fxpe3Pi9HR1vmBbeGnRbGCAHFL { position:absolute;display:block;z-index:15047;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:1.5rem;width:1.5rem;top:21.75rem;left:47.75rem;overflow:hidden;display:block; }
#UNgbmkqtLHDyLrFrxGJaWHCnwc9ptrXs { position:absolute;display:block;z-index:15048;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:1.5rem;width:1.5rem;top:26.125rem;left:47.75rem;overflow:hidden;display:block; }
#qkavN45l5DWTqEDdTJASIdzzLQSnRPbm { position:absolute;display:block;z-index:15049;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:1.5rem;width:1.5rem;top:30.5625rem;left:47.75rem;overflow:hidden;display:block; }
#fxcfTXyoFBsVl7IxRGLQaUppsTgmkItM { position:absolute;display:block;z-index:15050;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:1.5rem;width:1.5rem;top:35.25rem;left:47.75rem;overflow:hidden;display:block; }
#qpGLcGSGTHJSt4lkqdiHkJP7FiwK39qg { position:absolute;display:block;z-index:15051;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:1.5rem;width:1.5rem;top:39.625rem;left:47.75rem;overflow:hidden;display:block; }
#B0yMGRpTx70XJdAOOxQnkGloOh6KqiOF { position:absolute;display:block;z-index:15043;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:1.5rem;width:1.5rem;top:8.875rem;left:58.3125rem;overflow:hidden;display:block; }
#iZQIFoTbAKlLkc9cSDCpNkF5d54MDV6d { position:absolute;display:block;z-index:15044;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:1.5rem;width:1.5rem;top:13.25rem;left:58.3125rem;overflow:hidden;display:block; }
#tic7G86BS76SOdZG0AWe7sfdIV9eq8uL { position:absolute;display:block;z-index:15045;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:1.5rem;width:1.5rem;top:17.6875rem;left:58.3125rem;overflow:hidden;display:block; }
#apxLNLnZ5tSasJQRVRKzw08yJ0ROq6AX { position:absolute;display:block;z-index:15046;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:1.5rem;width:1.5rem;top:43.25rem;left:58.3125rem;overflow:hidden;display:block; }
#UvPQH26mEiFBTf7udNnXz9ln5GPxGvzk { position:absolute;display:block;z-index:15047;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:1.5rem;width:1.5rem;top:47.5rem;left:58.3125rem;overflow:hidden;display:block; }
#SEw2Pt29RPHHW83BS5DtfFzdA5DVUSJr { position:absolute;display:block;z-index:15048;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:1.5rem;width:1.5rem;top:21.75rem;left:58.3125rem;overflow:hidden;display:block; }
#MMGhn7mdRKTLhZUF9oLWV8PxhwtutUHv { position:absolute;display:block;z-index:15049;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:1.5rem;width:1.5rem;top:26.125rem;left:58.3125rem;overflow:hidden;display:block; }
#f86D2ZfftqFN4vulemPkuh0eZMsFJPgS { position:absolute;display:block;z-index:15050;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:1.5rem;width:1.5rem;top:30.5625rem;left:58.3125rem;overflow:hidden;display:block; }
#thWl5glR1DLXWo3WMnGixBHkppSyZq5E { position:absolute;display:block;z-index:15051;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:1.5rem;width:1.5rem;top:35.25rem;left:58.3125rem;overflow:hidden;display:block; }
#E5V2sUe3WkvUvIMiTV5nFhJesgTg4Z5T { position:absolute;display:block;z-index:15052;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:1.5rem;width:1.5rem;top:39.625rem;left:58.3125rem;overflow:hidden;display:block; }
#mtPF8L4w0dQ9DCVyuRIxOOg6oXFJF1at { background-color:#817047;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:56.125rem;left:31.25rem;display:block; }
#DltPhEDOW9nT03S6B7SLgVeiSdO4WFBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk { position:relative;display:none; }#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk { border-width: 0; border-radius: 0; }#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#G8xusMyWExoXNrbC1z1Ork4xwpr56TuM { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:16rem;left:2.5625rem;display:none; }
#uwmO2EfOChgQ8EHMxgTMH7GeX29X1Fko { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:20.4375rem;display:none; }
#KPcynpViTLeeihkCTJEDfbZuwlzs77sw { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:12.9375rem;display:none; }
#eLGuRzaGEsRKIphTcxeO2UhUpvXIKXbq { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.9375rem;left:12.9375rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ulU2cCWRFovHXZPQD5MvBgzgZznt1hhu { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.9375rem;left:12.9375rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CWLSqhaffVM2B9abBGkln4sgJkxz05cK { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:12.9375rem;display:none; }
#yKtv6t75zKJ0vJDbGxZGfKJz8Phkf4uD { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.9375rem;left:12.9375rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iAqn2MTZrrLoXivkL9K157hl14iuTyQi { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.9375rem;left:12.9375rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SOR1HlSKDJvmrpR3krKTlHxlnRuVDHQ8 { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.9375rem;left:12.9375rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zeXBfTb4wqMWL508updU6FwHS3H7FQcz { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:12.9375rem;display:none; }
#UVVRFpuFn0C3WTtSHx3CoqK6qCO3vDdJ { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:12.9375rem;display:none; }
#EVvi3wmcIHZVZNbhRW2IURa3eHI8xO6v { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:12.9375rem;display:none; }
#Sw8mpcpafyzOFfTltcqWB14PoTbu0tM3 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.25rem;left:15.9375rem;display:none; }
#HXQC6NtZdELGAzMSqMGrEzICTA9lol7K { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:12.9375rem;display:none; }
#RW5VkxyuiTE0Eqbdv6TuU9X5UXPFRCPw { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:12.9375rem;display:none; }
#uOCn87HKTLfPpDpgXdfLBBhfTDuSwqKC { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:12.9375rem;display:none; }
#W2oPoSCV4ieLZDwt2Tc5yhqEEWVNonBz { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.9375rem;left:12.9375rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wMt0xNFZApGwzQDVHX6cS0dP0ChuamRR { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.9375rem;left:12.9375rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OOdkb4VSul9BGcWCGgi7wv5bXK3ZNqaN { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.9375rem;left:12.9375rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KBT3B8HH86Jr35nTQ7MG9noAoXtscx2O { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.9375rem;left:12.9375rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 { position:relative;display:none; }#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 { border-width: 0; border-radius: 0; }#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OTFwHgTPoNv82D2vcREkIuoxqPt85TdV { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.25rem;left:1rem;display:none; }
#fQ2a8API9TyI2NsXK6t1mQmcBoExxkkL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:20.4375rem;display:none; }
#ntoFlT5eKulxhykImXgQB0qq2y6HoTLZ { box-sizing:content-box;height:0.0625rem;width:51.375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:12.9375rem;display:none; }
#LkbLE2RZNZhoSU5KTuJyQqlw84RPTCiZ { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.9375rem;left:12.9375rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RPWXITQMdSEVkft42Qbn5QD5zCC5A08o { color:rgba(var(--color-primary-2),1);display:block;width:36.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.9375rem;left:12.9375rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TcVA8e8e8Qvx6poM1qfuym330IBP8V7w { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.6875rem;left:16rem;display:none; }
#JWgP5qfvBF0LphEdPTFNs5AXbGNaWsIm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JWgP5qfvBF0LphEdPTFNs5AXbGNaWsIm > .row .container { border-width: 0; border-radius: 0; }#JWgP5qfvBF0LphEdPTFNs5AXbGNaWsIm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JWgP5qfvBF0LphEdPTFNs5AXbGNaWsIm > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:none; }#Lv2TL9qTXGgu4H9dTSyNVHIAmwelcpt6 { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.8369140625rem;left:16.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U3Q8uup0OcvHO2ozH0Gww1hylLR3kHGS { 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:2.25rem;width:27.1875rem;top:5rem;left:23.90625rem;overflow:hidden;display:block; }
#wS96fMHtJBk2TXafLcpHMpwTAlBdZNne { 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:2.0625rem;width:27.1875rem;top:9.6875rem;left:23.90625rem;overflow:hidden;display:block; }
#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { background-color: transparent; background-image: none; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container > .video-iframe-container { display: none; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row > .video-iframe-container { display: none; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .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); }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { border-width: 0; border-radius: 0; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#uTy28QWxUFWJdfSZCDAy71Tznu2Nwdng { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6875rem;left:16.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KABdThQJqHKGGh1IwkVIWmcH7R8OSfLN { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:6.625rem;left:16.15625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uZ9eTnc9Ia7dPIKn5ZBUJMMtqtbINxkc { 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:22.875rem;width:32.625rem;top:11.9375rem;left:21.1875rem;overflow:hidden;display:block; }
#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX { position:relative;display:block; }#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX { background-color: transparent; background-image: none; }#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX > .row .container > .video-iframe-container { display: none; }#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX > .row > .video-iframe-container { display: none; }#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX > .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); }#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX { border-width: 0; border-radius: 0; }#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hi2Huva7LfmbUuRR9HpSydO1QNRzT2HS { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G .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; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-2),1); }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G .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:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G .accordion-trigger.adaptive-delivery-prevent-bg, #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G .accordion-trigger.lazyload, #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G .accordion-trigger.lazyloading { background-image: none; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G { box-sizing:content-box;height:auto;width:56.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.3125rem;left:9.71875rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #gwUFAHDeK1KbeBaeiNs6BH1LKqx6ZG32 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #einZtaKVGWb4sVzhTWZms0TKTD83lFpP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #G1CXNbvvHryfCGF780McqE5Hqx5Gq4PV { display:block;position:relative; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #KSTZ0rlilqyruscgoH0CxgPA9kbB784y {  }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #kRhs9zZ1Ie5aqDMeTPTLZf0cohGApu6l {  }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #KJLm19UXQp4zy9BvAxlQh40XTkywKt8k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #CGtXPrVlHQHSAyRCwAA15VEz7q9gFHrI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #d3PFgfGsNZvAmUZES4qBCXFZEew2KTqk { display:block;position:relative; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #gZQKTUh22kFU8GXSnFlQTEs8MnTGlWOs {  }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #Ew1h0MyzZXfDnWC02AqnTuUc6F9Jm1AG { display:none; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #s2Irwi3c6k0lxrXdu5JsvgsDyxkkQiP1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #eW7a1TMXmIN8bB72W67HOCbqkpFoBhNl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #BLlvkMoTLIQiTW2vT52zX1U8ZTZlmkRy { display:block;position:relative; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #qh206wdCo7llD6o11I35lIV3lk2T33ne {  }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #xb0tonAuXwsASyNNZyuEneeyqJyyqUBf { display:none; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #UFdOSSyQu0sISOBfWEJfebUsSFgqi7ho { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #aEHDrTX267hAmFkDbNa69XAl9LygeQSU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #BHTHqcNn0ctOSxewEq3SCrdemxqyKa28 { display:block;position:relative; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #ZpiEckoiPXCKeUwNklzDdHVQyNShrLik {  }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #nbChsAflwG4VyTKQrbqB732KTPVSk134 { display:none; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #DyFg0linc6KwIaV6neQcIzLt9oWRf7TM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #gLivwZUb5C42QALdkMtMVMwMxpI2w4E5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #HwzWOXx95JyBCWg9gV34TJcX4tGFGOnX { display:block;position:relative; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #Lehk72CRbpnkRogLlqglDGmDH3rbBAgX {  }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #DHgCnUzTaKdIc77W2qxuBrLr9iGCTab3 { display:none; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #y5hAqgIsndRD8TnSKbK6TT7AIe3PmebA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #XDkcgFQ47cnHsczLOZhKLRcDnI3cnPG5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #RyosaPqyp8SnoALSbaBpsbJGgLHpb9Fr { display:block;position:relative; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #Ry5ZSSSqO6GFweyJu6K8TE32Hk4bip5O {  }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #aDHSFL6mZzc1XawQn6dtTU5GxZEZ7bod { display:none; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #tga2MmmRo7JzhL2RcRNVtETCl5p4vmf1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #IwmyreTvF6SAe3TTbZaNG15NTEQ22E6w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #p0H376v62d7Z3SWgO4dERCTL94lpE1h5 { display:block;position:relative; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #Bf2hwZMJZBgg2q9aycKrfUkAUsayWmHi {  }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #xgGuB9xevLBF8wX81JUFEzD1osNVBDIt { display:none; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #uevTLTPkn1s3oIrX37Tsw7CXnDNVmmbg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #m0wU7dMr8XZXv6ih8tkodPOyec0L2Urr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #ULtbvI3rl53Tb2wr1T2PVKDEADmdvXaG { display:block;position:relative; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #IxEUzaEV349hCPFbyU1VmTHTT1FWswL3 {  }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #p76NyF3wKkwC632TpJSnMmx8S7cw7UBG { display:none; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #yqc5t9ixUNnRn9nQGTBQR97Tp1l5iw97 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #l9JgRiX2pObUKXug7o5sW7aCOa8UUBmF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #ivPtgCc9x7OEESm8P73WFieucaeJ0BMn { display:block;position:relative; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #pe2pDHJMZ63TSLziz5T8ocLFSnFy20lO {  }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #zX64sSJCrtreSppsS69X0cSLWcyaow84 { display:none; }
#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { background-color: transparent; background-image: none; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container > .video-iframe-container { display: none; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row > .video-iframe-container { display: none; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .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); }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { border-width: 0; border-radius: 0; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Eg5Fl020Uf0MwrC818KpNKr1HSzVBWnJ { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.681640625rem;left:2rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#PT6qWNO0zcOvcL0fWz10DNbObASbzzIS { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:1.681640625rem;left:12.9375rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#cRBkKsGQP58sQm2QLEs4emTASKOhb4HM { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.681640625rem;left:23.875rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ { display:block; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs9tQNJUt8FkC4rg6m1rqvJbWe3G5lgS { top:1rem;left:0rem;width:29.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtqeJwvZHGWXAak0B2hiMcKCfzA5G8EC { top:1.875rem;left:38.9375rem;width:8.8125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBLsszRh3wJr23ufJ85URrNz2brLns62 { top:1.3125rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2yCK7mZCbRHJkNxCXX3qIWVs88daM9s { top:4.875rem;left:0rem;width:7.1875rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCqh79vDvz6LZpFQJHyxdESs9TwKttmx { display:block; }#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOTQc1zumml4UI9ilm4gTw68u3RmtqHv { top:7.5rem;left:0rem;width:7.1875rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw { display:block; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaOJB12hfcA4b74ShZOz7UGxsiwmAncI { top:4rem;left:0rem;width:29.3125rem;height:7.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfZtTtDK2QemDWOE1VMSG3d9SZhyTUPW { top:14.6875rem;left:0rem;width:29rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqIuw14OAQe5NpIrXdqMtcUHZM3N8BDv { top:2.875rem;left:14.875rem;width:32.875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1TTwu6CWoE3iy3MgSZzUJstBQdHEAqq { top:22.1875rem;left:0rem;width:22.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOdHT2G49oibVfbuQ7lTWsqGsqxC7f7n { top:22.375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWL4Qtn113nupTDWSiGUlIzNxIAvIAbC { top:24.1875rem;left:0rem;width:21.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPLXw0MTh3XRJSxyaP7iwu9aVU3aJuga { top:24.3125rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvhBq1mRqD5fCAPtiDK9HnXRc4oEUrNc { top:9.5625rem;left:0rem;width:20rem;height:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBe713dE0wZTHQA1yJB56mdA0V715q83 { top:28.875rem;left:16.75rem;width:7.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTtlAL7L1wwLtRmNUu9N9kvcdbV8Grl6 { top:26.3125rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI6RmBKPQnG9ceEhAPanSUmiO0IxbSSv { top:26.1875rem;left:0rem;width:26.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs1TG6XQBGAPlyXfQllu6i4zLBvzOXnO { top:4.625rem;left:26rem;width:21.75rem;height:5.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDCiaxC1dn5IL6Oku8dF55zRIHtJ6f0O { top:28.6875rem;left:0rem;width:14.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG6FOGCTKlPveRiFLutsJuzRlv1Q2J18 { top:12.75rem;left:26rem;width:21.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZu9ZXKHlqZ77nZf2IHskzLSTnsfhOBu { top:15.25rem;left:26rem;width:21.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJaTSoqGJoAhHtIhXVyc52wXOuo5OQrl { top:18.875rem;left:26rem;width:21.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxPMHgFR9ylmDIBTycsIkIVbbp1eB4ef { width:10.5625rem;height:2.5625rem;top:26.375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed1ZNT1dTDCW2JJk4ZaCdaro7kre4IFb { display:block; }
 }@media only screen and (max-width: 763px) { #oVtqPMex0mycTU3CgEsPbZi1ubUK3p5R { top:23.5625rem;left:26rem;width:21.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ3hOQqbvnJVlORkb14BNlMTmZSsGxhl { top:15.3125rem;left:27.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPw2rdKv3kKVuWq2t2o32rfEO2cRL2f6 { top:18.875rem;left:36.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR { display:block; }#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2kuENix2oJOhMVKHyXQxeiPdpeeFX6a { top:2.0625rem;left:2.5625rem;width:42.6875rem;height:4.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWu6WL3I5bsaa1JfVNfBoWbqsekqtAlq { top:6.9375rem;left:2.5625rem;width:42.6875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 { display:block; }#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ39FsiX6ATUfvdo28i9CIZf0AIznay9 { top:0.125rem;left:2.53125rem;width:42.6875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7401Eq6tdy1gvQwrwEwd5vuhrLyIogh { width:12.5rem;height:3rem;top:1.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWsZ2IXabgK0wLe1xSICFDO0Z1pFV0QS { display:block; }
 }@media only screen and (max-width: 763px) { #UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz { display:none; }#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe { display:block; }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqaHoqW9X33e83hgKsCT5AhkK3v4RKUh { top:0rem;left:0rem;width:47.75rem;height:54.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1M4pa4OQ3rECpOKv9b5ZCAv9L9W4fpp { top:8.9375rem;left:0rem;width:36.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9akRHRAmhc4gEt0XahqHyqeihrqDLEu { top:13.3125rem;left:0rem;width:36.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVAODFgs3gJRQGhdCcOVnDVQvyRJfiLG { top:17.75rem;left:0rem;width:36.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTVIAUSf7vJZmFxUe0rTZ4QbdWvUHA44 { top:43.3125rem;left:0rem;width:36.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN6pW4Ah1vLvEOVzgriBTa6Tth9iiSA2 { top:47.6875rem;left:0rem;width:36.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DX9VK5sCqtTtFB4KfGM3K4ybkCzELi { top:21.8125rem;left:0rem;width:36.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNAZfIRUNLeCoqzpQEKbwXoGczrsv3JU { top:26.1875rem;left:0rem;width:36.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZcP3TJGSW3IeWOIPIrmuZIrUX71fWO4 { top:30.625rem;left:0rem;width:36.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCqdcxkUR1wBDUEb25txoehz4zx96A9e { top:35.25rem;left:0rem;width:36.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLoE9DPtCGqRKyDVCp3TxubK7NXVb4V6 { top:39.625rem;left:0rem;width:36.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI6cnlITzITmyTiTqUC5DR00TXW1ifKW { top:11.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZfDMEBg9ypmRbb2X0oFpcMMuqSHo8cS { top:15.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuAVxDaraV39Kb0imGoF0uArWJAw1ITW { top:20.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfE9G4rEzTIco14chrkvuaSPCPzcT3G0 { top:45.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8q1XhhGnl4HRbOVV7vNFORLoK7PIb6w { top:50.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvfXahagupcxg3shRdT5IEGsGQyH8pq0 { top:24.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM9xpx7ekKzxbmDeLItbfRaW2sIQcBZF { top:28.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUFyJTTDH5TWiWdrv4wOT4K686ixVFbQ { top:33.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlba20PW9kMF8Lt7XPTyiLA8y5F74fK0 { top:37.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdIT1pRL2GldXUfMZbELMgGtX42nEego { top:42.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhimTG9dwAU1fNFLmZlnFBwdbKWUvgNl { top:3.375rem;left:33.15625rem;width:3.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcXOpGPnMUs33D6ZyTmCdmN7KfvZFlZF { top:3.375rem;left:43.5rem;width:3.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkLTAVnm0nAAGSFxyyOS7QFv5p8TehNg { top:6.625rem;left:31.4375rem;width:6.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJM4l7rG6CyD0e9DsBPXhRw887Ameb9l { top:6.625rem;left:40.9375rem;width:6.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJoLWODfNNhkxwQR56qx6RS834gTUJhk { top:8.875rem;left:34.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkO1Lxhm5qTcM6NTz4McVfQEWHtISBaP { top:13.25rem;left:34.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpn7kTr3ZLQayPOwUDCylh423T6ATPR2 { top:17.6875rem;left:34.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #faV6QwqA364Qq3ZcwqR70Pkc6qxZ7XGx { top:43.25rem;left:34.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMb5n5Fxpe3Pi9HR1vmBbeGnRbGCAHFL { top:21.75rem;left:34.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNgbmkqtLHDyLrFrxGJaWHCnwc9ptrXs { top:26.125rem;left:34.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkavN45l5DWTqEDdTJASIdzzLQSnRPbm { top:30.5625rem;left:34.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxcfTXyoFBsVl7IxRGLQaUppsTgmkItM { top:35.25rem;left:34.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpGLcGSGTHJSt4lkqdiHkJP7FiwK39qg { top:39.625rem;left:34.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0yMGRpTx70XJdAOOxQnkGloOh6KqiOF { top:8.875rem;left:44.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZQIFoTbAKlLkc9cSDCpNkF5d54MDV6d { top:13.25rem;left:44.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tic7G86BS76SOdZG0AWe7sfdIV9eq8uL { top:17.6875rem;left:44.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apxLNLnZ5tSasJQRVRKzw08yJ0ROq6AX { top:43.25rem;left:44.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvPQH26mEiFBTf7udNnXz9ln5GPxGvzk { top:47.5rem;left:44.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEw2Pt29RPHHW83BS5DtfFzdA5DVUSJr { top:21.75rem;left:44.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMGhn7mdRKTLhZUF9oLWV8PxhwtutUHv { top:26.125rem;left:44.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f86D2ZfftqFN4vulemPkuh0eZMsFJPgS { top:30.5625rem;left:44.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thWl5glR1DLXWo3WMnGixBHkppSyZq5E { top:35.25rem;left:44.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5V2sUe3WkvUvIMiTV5nFhJesgTg4Z5T { top:39.625rem;left:44.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtPF8L4w0dQ9DCVyuRIxOOg6oXFJF1at { width:12.5rem;height:3rem;top:56.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DltPhEDOW9nT03S6B7SLgVeiSdO4WFBZ { display:block; }
 }@media only screen and (max-width: 763px) { #wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk { display:none; }#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G8xusMyWExoXNrbC1z1Ork4xwpr56TuM { top:16rem;left:0rem;width:20rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwmO2EfOChgQ8EHMxgTMH7GeX29X1Fko { width:20.4375rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPcynpViTLeeihkCTJEDfbZuwlzs77sw { top:11.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLGuRzaGEsRKIphTcxeO2UhUpvXIKXbq { top:8.9375rem;left:0rem;width:36.25rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulU2cCWRFovHXZPQD5MvBgzgZznt1hhu { top:16.4375rem;left:0rem;width:17rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWLSqhaffVM2B9abBGkln4sgJkxz05cK { top:11.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKtv6t75zKJ0vJDbGxZGfKJz8Phkf4uD { top:20.0625rem;left:0rem;width:18.8125rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAqn2MTZrrLoXivkL9K157hl14iuTyQi { top:24.5625rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOR1HlSKDJvmrpR3krKTlHxlnRuVDHQ8 { top:27.875rem;left:0rem;width:18.75rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeXBfTb4wqMWL508updU6FwHS3H7FQcz { top:11.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVVRFpuFn0C3WTtSHx3CoqK6qCO3vDdJ { top:11.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVvi3wmcIHZVZNbhRW2IURa3eHI8xO6v { top:11.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sw8mpcpafyzOFfTltcqWB14PoTbu0tM3 { top:1.25rem;left:2.34375rem;width:2.9375rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXQC6NtZdELGAzMSqMGrEzICTA9lol7K { top:11.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RW5VkxyuiTE0Eqbdv6TuU9X5UXPFRCPw { top:11.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOCn87HKTLfPpDpgXdfLBBhfTDuSwqKC { top:11.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2oPoSCV4ieLZDwt2Tc5yhqEEWVNonBz { top:31.3125rem;left:0rem;width:16.875rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMt0xNFZApGwzQDVHX6cS0dP0ChuamRR { top:34.8125rem;left:0rem;width:16.875rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOdkb4VSul9BGcWCGgi7wv5bXK3ZNqaN { top:38.4375rem;left:0rem;width:16.875rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBT3B8HH86Jr35nTQ7MG9noAoXtscx2O { top:41.875rem;left:0rem;width:16.875rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 { display:none; }#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OTFwHgTPoNv82D2vcREkIuoxqPt85TdV { top:1.25rem;left:0rem;width:2.9375rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQ2a8API9TyI2NsXK6t1mQmcBoExxkkL { width:20.4375rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntoFlT5eKulxhykImXgQB0qq2y6HoTLZ { top:11.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkbLE2RZNZhoSU5KTuJyQqlw84RPTCiZ { top:12.5625rem;left:0rem;width:16.5625rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPWXITQMdSEVkft42Qbn5QD5zCC5A08o { top:16.3125rem;left:0rem;width:17.25rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcVA8e8e8Qvx6poM1qfuym330IBP8V7w { top:1.6875rem;left:2.40625rem;width:2.9375rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWgP5qfvBF0LphEdPTFNs5AXbGNaWsIm { display:block; }#JWgP5qfvBF0LphEdPTFNs5AXbGNaWsIm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lv2TL9qTXGgu4H9dTSyNVHIAmwelcpt6 { top:1.8125rem;left:2.53125rem;width:42.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Q8uup0OcvHO2ozH0Gww1hylLR3kHGS { top:5rem;left:10.28125rem;width:27.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS96fMHtJBk2TXafLcpHMpwTAlBdZNne { top:9.6875rem;left:10.28125rem;width:27.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 { display:block; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTy28QWxUFWJdfSZCDAy71Tznu2Nwdng { top:2.6875rem;left:2.53125rem;width:42.6875rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KABdThQJqHKGGh1IwkVIWmcH7R8OSfLN { top:6.625rem;left:2.53125rem;width:42.6875rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ9eTnc9Ia7dPIKn5ZBUJMMtqtbINxkc { top:11.9375rem;left:7.5625rem;width:32.625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWzHxDGIwLWgsKc90KywTZSit3aXU4EX { display:block; }#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hi2Huva7LfmbUuRR9HpSydO1QNRzT2HS { top:1.75rem;left:2.53125rem;width:42.6875rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G { display:flex;height:auto;width:27.8125rem;top:5.75rem;left:9.40625rem; }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #gwUFAHDeK1KbeBaeiNs6BH1LKqx6ZG32 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #einZtaKVGWb4sVzhTWZms0TKTD83lFpP {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #G1CXNbvvHryfCGF780McqE5Hqx5Gq4PV {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #KSTZ0rlilqyruscgoH0CxgPA9kbB784y {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #kRhs9zZ1Ie5aqDMeTPTLZf0cohGApu6l {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #KJLm19UXQp4zy9BvAxlQh40XTkywKt8k {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #CGtXPrVlHQHSAyRCwAA15VEz7q9gFHrI {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #d3PFgfGsNZvAmUZES4qBCXFZEew2KTqk {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #gZQKTUh22kFU8GXSnFlQTEs8MnTGlWOs {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #Ew1h0MyzZXfDnWC02AqnTuUc6F9Jm1AG {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #s2Irwi3c6k0lxrXdu5JsvgsDyxkkQiP1 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #eW7a1TMXmIN8bB72W67HOCbqkpFoBhNl {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #BLlvkMoTLIQiTW2vT52zX1U8ZTZlmkRy {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #qh206wdCo7llD6o11I35lIV3lk2T33ne {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #xb0tonAuXwsASyNNZyuEneeyqJyyqUBf {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #UFdOSSyQu0sISOBfWEJfebUsSFgqi7ho {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #aEHDrTX267hAmFkDbNa69XAl9LygeQSU {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #BHTHqcNn0ctOSxewEq3SCrdemxqyKa28 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #ZpiEckoiPXCKeUwNklzDdHVQyNShrLik {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #nbChsAflwG4VyTKQrbqB732KTPVSk134 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #DyFg0linc6KwIaV6neQcIzLt9oWRf7TM {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #gLivwZUb5C42QALdkMtMVMwMxpI2w4E5 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #HwzWOXx95JyBCWg9gV34TJcX4tGFGOnX {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #Lehk72CRbpnkRogLlqglDGmDH3rbBAgX {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #DHgCnUzTaKdIc77W2qxuBrLr9iGCTab3 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #y5hAqgIsndRD8TnSKbK6TT7AIe3PmebA {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #XDkcgFQ47cnHsczLOZhKLRcDnI3cnPG5 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #RyosaPqyp8SnoALSbaBpsbJGgLHpb9Fr {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #Ry5ZSSSqO6GFweyJu6K8TE32Hk4bip5O {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #aDHSFL6mZzc1XawQn6dtTU5GxZEZ7bod {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #tga2MmmRo7JzhL2RcRNVtETCl5p4vmf1 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #IwmyreTvF6SAe3TTbZaNG15NTEQ22E6w {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #p0H376v62d7Z3SWgO4dERCTL94lpE1h5 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #Bf2hwZMJZBgg2q9aycKrfUkAUsayWmHi {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #xgGuB9xevLBF8wX81JUFEzD1osNVBDIt {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #uevTLTPkn1s3oIrX37Tsw7CXnDNVmmbg {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #m0wU7dMr8XZXv6ih8tkodPOyec0L2Urr {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #ULtbvI3rl53Tb2wr1T2PVKDEADmdvXaG {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #IxEUzaEV349hCPFbyU1VmTHTT1FWswL3 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #p76NyF3wKkwC632TpJSnMmx8S7cw7UBG {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #yqc5t9ixUNnRn9nQGTBQR97Tp1l5iw97 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #l9JgRiX2pObUKXug7o5sW7aCOa8UUBmF {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #ivPtgCc9x7OEESm8P73WFieucaeJ0BMn {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #pe2pDHJMZ63TSLziz5T8ocLFSnFy20lO {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #zX64sSJCrtreSppsS69X0cSLWcyaow84 {  }
 }@media only screen and (max-width: 763px) { #ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St { display:block; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eg5Fl020Uf0MwrC818KpNKr1HSzVBWnJ { top:1.6875rem;left:0rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT6qWNO0zcOvcL0fWz10DNbObASbzzIS { top:1.625rem;left:0rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRBkKsGQP58sQm2QLEs4emTASKOhb4HM { top:1.625rem;left:10.25rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ { position:relative;z-index:auto;display:block; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs9tQNJUt8FkC4rg6m1rqvJbWe3G5lgS { width:20rem;height:2.1186440677966rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtqeJwvZHGWXAak0B2hiMcKCfzA5G8EC { width:7.1875rem;height:0;top:7.5625rem;left:8.6875rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rBLsszRh3wJr23ufJ85URrNz2brLns62 { width:2.5rem;height:2.5rem;top:4.2998046875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2yCK7mZCbRHJkNxCXX3qIWVs88daM9s { width:9.75rem;height:1.3496125rem;top:4.875rem;left:8.125rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15005;font-family:"plus jakarta sans";display:block; }
 }@media only screen and (max-width: 763px) { #tCqh79vDvz6LZpFQJHyxdESs9TwKttmx { position:relative;z-index:auto;display:none; }#tCqh79vDvz6LZpFQJHyxdESs9TwKttmx > .row .container { width:20rem;height:10.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tOTQc1zumml4UI9ilm4gTw68u3RmtqHv { width:7.1875rem;height:1.3496125rem;top:7.125rem;left:8rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d490dc00-4879-4bde-9a2f-c4c0e605f688/Imagen_cabecera_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw.adaptive-delivery-prevent-bg, #wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw.lazyload, #wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw.lazyloading { background-image: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { background-color: transparent; background-image: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container > .video-iframe-container { display: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row > .video-iframe-container { display: none; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .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); }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { border-width: 0; border-radius: 0; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnCIc2FxAg0onSh3SoKXXDzmepT6eXLw > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaOJB12hfcA4b74ShZOz7UGxsiwmAncI { width:19.6875rem;height:4.5rem;top:2.40625rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pfZtTtDK2QemDWOE1VMSG3d9SZhyTUPW { width:18.125rem;height:4.19824375rem;top:26.0146484375rem;left:0.59375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqIuw14OAQe5NpIrXdqMtcUHZM3N8BDv { width:20rem;height:28.4375rem;top:30.6103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1TTwu6CWoE3iy3MgSZzUJstBQdHEAqq { width:16.625rem;height:2.0996125rem;top:15.9375rem;left:1.375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qOdHT2G49oibVfbuQ7lTWsqGsqxC7f7n { width:1rem;height:1rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWL4Qtn113nupTDWSiGUlIzNxIAvIAbC { width:18.625rem;height:1.2246125rem;top:19.07470703125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPLXw0MTh3XRJSxyaP7iwu9aVU3aJuga { width:1rem;height:1rem;top:19.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvhBq1mRqD5fCAPtiDK9HnXRc4oEUrNc { top:9rem;left:0rem;width:20rem;height:5.19921875rem;z-index:15012;font-family:newsreader;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBe713dE0wZTHQA1yJB56mdA0V715q83 { width:3.75rem;height:3.0625rem;top:23.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTtlAL7L1wwLtRmNUu9N9kvcdbV8Grl6 { width:1rem;height:1rem;top:21.88720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI6RmBKPQnG9ceEhAPanSUmiO0IxbSSv { width:15.9375rem;height:2.44921875rem;top:21.77490234375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs1TG6XQBGAPlyXfQllu6i4zLBvzOXnO { width:15.4375rem;height:2.25rem;top:33.2353515625rem;left:2.28125rem;font-size:1.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDCiaxC1dn5IL6Oku8dF55zRIHtJ6f0O { width:11.5rem;height:4.0625rem;top:25.1728515625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG6FOGCTKlPveRiFLutsJuzRlv1Q2J18 { width:20rem;height:1.19970625rem;top:37.7978515625rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZu9ZXKHlqZ77nZf2IHskzLSTnsfhOBu { width:20rem;height:1.04980625rem;top:40.8095703125rem;left:0rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJaTSoqGJoAhHtIhXVyc52wXOuo5OQrl { width:20rem;height:1.04980625rem;top:44.30419921875rem;left:0rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxPMHgFR9ylmDIBTycsIkIVbbp1eB4ef { width:10.5625rem;height:2.5625rem;top:53.1572265625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed1ZNT1dTDCW2JJk4ZaCdaro7kre4IFb { display:block; }
 }@media only screen and (max-width: 763px) { #oVtqPMex0mycTU3CgEsPbZi1ubUK3p5R { width:20rem;height:1.19970625rem;top:50.6455078125rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZ3hOQqbvnJVlORkb14BNlMTmZSsGxhl { width:1.25rem;height:1.25rem;top:40.70947265625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPw2rdKv3kKVuWq2t2o32rfEO2cRL2f6 { width:1.5rem;height:1.5rem;top:44.0791015625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR { display:block; }#AdMnvFENG4R9XpmK07zOvmEEV6BRNAJR > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2kuENix2oJOhMVKHyXQxeiPdpeeFX6a { width:19.375rem;height:3.0874rem;top:1.875rem;left:0.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWu6WL3I5bsaa1JfVNfBoWbqsekqtAlq { width:20rem;height:2.92480625rem;top:5.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 { display:block; }#XG9DbKQF55aMTdZJNVMzqCBTO03LCFn4 > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ39FsiX6ATUfvdo28i9CIZf0AIznay9 { width:20rem;height:2.92480625rem;top:1.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7401Eq6tdy1gvQwrwEwd5vuhrLyIogh { width:12.0625rem;height:3.0625rem;top:5.125rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWsZ2IXabgK0wLe1xSICFDO0Z1pFV0QS { display:block; }
 }@media only screen and (max-width: 763px) { #UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz { display:block; }#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz { background-color: transparent; background-image: none; }#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz > .row .container > .video-iframe-container { display: none; }#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz > .row > .video-iframe-container { display: none; }#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz > .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); }#UapNal8U9LF1RC9LSQLRpXA0tJAlzuTz > .row .container { width:20rem;height:6.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe { display:none; }#xLXiQe2hw4r9NB34y3Tmu2uTCb3RTbEe > .row .container { width:20rem;height:58.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WqaHoqW9X33e83hgKsCT5AhkK3v4RKUh { width:20rem;height:49.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1M4pa4OQ3rECpOKv9b5ZCAv9L9W4fpp { width:20rem;height:2.798825rem;top:10.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9akRHRAmhc4gEt0XahqHyqeihrqDLEu { width:20rem;height:1.3994125rem;top:14.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVAODFgs3gJRQGhdCcOVnDVQvyRJfiLG { width:20rem;height:2.798825rem;top:19rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTVIAUSf7vJZmFxUe0rTZ4QbdWvUHA44 { width:20rem;height:1.3994125rem;top:23.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN6pW4Ah1vLvEOVzgriBTa6Tth9iiSA2 { width:20rem;height:1.3994125rem;top:27.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DX9VK5sCqtTtFB4KfGM3K4ybkCzELi { width:20rem;height:2.798825rem;top:32.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNAZfIRUNLeCoqzpQEKbwXoGczrsv3JU { width:20rem;height:2.798825rem;top:36.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZcP3TJGSW3IeWOIPIrmuZIrUX71fWO4 { width:20rem;height:2.798825rem;top:41.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCqdcxkUR1wBDUEb25txoehz4zx96A9e { width:20rem;height:2.798825rem;top:45.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLoE9DPtCGqRKyDVCp3TxubK7NXVb4V6 { width:20rem;height:1.3994125rem;top:50.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI6cnlITzITmyTiTqUC5DR00TXW1ifKW { width:20rem;height:0.0625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZfDMEBg9ypmRbb2X0oFpcMMuqSHo8cS { width:20rem;height:0.0625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuAVxDaraV39Kb0imGoF0uArWJAw1ITW { width:20rem;height:0.0625rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfE9G4rEzTIco14chrkvuaSPCPzcT3G0 { width:20rem;height:0.0625rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8q1XhhGnl4HRbOVV7vNFORLoK7PIb6w { width:20rem;height:0.0625rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvfXahagupcxg3shRdT5IEGsGQyH8pq0 { width:20rem;height:0.0625rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM9xpx7ekKzxbmDeLItbfRaW2sIQcBZF { width:20rem;height:0.0625rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUFyJTTDH5TWiWdrv4wOT4K686ixVFbQ { width:20rem;height:0.0625rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlba20PW9kMF8Lt7XPTyiLA8y5F74fK0 { width:20rem;height:0.0625rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdIT1pRL2GldXUfMZbELMgGtX42nEego { width:20rem;height:0.0625rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhimTG9dwAU1fNFLmZlnFBwdbKWUvgNl { width:3.875rem;height:2.5996125rem;top:4.625rem;left:16.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcXOpGPnMUs33D6ZyTmCdmN7KfvZFlZF { width:3.875rem;height:2.5996125rem;top:4.625rem;left:9.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkLTAVnm0nAAGSFxyyOS7QFv5p8TehNg { width:6.9375rem;height:1.25rem;top:7.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJM4l7rG6CyD0e9DsBPXhRw887Ameb9l { width:6.25rem;height:1.25rem;top:7.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJoLWODfNNhkxwQR56qx6RS834gTUJhk { width:1.5rem;height:1.5rem;top:10.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkO1Lxhm5qTcM6NTz4McVfQEWHtISBaP { width:1.5rem;height:1.5rem;top:14.5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpn7kTr3ZLQayPOwUDCylh423T6ATPR2 { width:1.5rem;height:1.5rem;top:18.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #faV6QwqA364Qq3ZcwqR70Pkc6qxZ7XGx { width:1.5rem;height:1.5rem;top:23.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMb5n5Fxpe3Pi9HR1vmBbeGnRbGCAHFL { width:1.5rem;height:1.5rem;top:32.1875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNgbmkqtLHDyLrFrxGJaWHCnwc9ptrXs { width:1.5rem;height:1.5rem;top:36.5625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkavN45l5DWTqEDdTJASIdzzLQSnRPbm { width:1.5rem;height:1.5rem;top:41rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxcfTXyoFBsVl7IxRGLQaUppsTgmkItM { width:1.5rem;height:1.5rem;top:45.6875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpGLcGSGTHJSt4lkqdiHkJP7FiwK39qg { width:1.5rem;height:1.5rem;top:50.0625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0yMGRpTx70XJdAOOxQnkGloOh6KqiOF { width:1.5rem;height:1.5rem;top:10.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZQIFoTbAKlLkc9cSDCpNkF5d54MDV6d { width:1.5rem;height:1.5rem;top:14.5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tic7G86BS76SOdZG0AWe7sfdIV9eq8uL { width:1.5rem;height:1.5rem;top:18.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #apxLNLnZ5tSasJQRVRKzw08yJ0ROq6AX { width:1.5rem;height:1.5rem;top:23.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvPQH26mEiFBTf7udNnXz9ln5GPxGvzk { width:1.5rem;height:1.5rem;top:27.625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEw2Pt29RPHHW83BS5DtfFzdA5DVUSJr { width:1.5rem;height:1.5rem;top:32.1875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMGhn7mdRKTLhZUF9oLWV8PxhwtutUHv { width:1.5rem;height:1.5rem;top:36.5625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f86D2ZfftqFN4vulemPkuh0eZMsFJPgS { width:1.5rem;height:1.5rem;top:41rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thWl5glR1DLXWo3WMnGixBHkppSyZq5E { width:1.5rem;height:1.5rem;top:45.6875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5V2sUe3WkvUvIMiTV5nFhJesgTg4Z5T { width:1.5rem;height:1.5rem;top:50.0625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtPF8L4w0dQ9DCVyuRIxOOg6oXFJF1at { width:12.5rem;height:3rem;top:54.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DltPhEDOW9nT03S6B7SLgVeiSdO4WFBZ { display:block; }
 }@media only screen and (max-width: 763px) { #wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk { display:block; }#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk { background-color: transparent; background-image: none; }#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk > .row .container > .video-iframe-container { display: none; }#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk > .row > .video-iframe-container { display: none; }#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk > .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); }#wbJuXVpqUTsHmmkx9okyZgiwgCWW56vk > .row .container { width:20rem;height:46.9375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8xusMyWExoXNrbC1z1Ork4xwpr56TuM { top:1.25rem;left:1.03125rem;width:2.9375rem;height:2.4375rem;z-index:15000;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwmO2EfOChgQ8EHMxgTMH7GeX29X1Fko { top:4.4375rem;left:0rem;width:20rem;height:5.9375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KPcynpViTLeeihkCTJEDfbZuwlzs77sw { width:20rem;height:0.0625rem;top:15.875rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #eLGuRzaGEsRKIphTcxeO2UhUpvXIKXbq { width:18.625rem;height:2.44921875rem;top:12.375rem;left:1.375rem;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ulU2cCWRFovHXZPQD5MvBgzgZznt1hhu { width:17rem;height:2.44921875rem;top:16.4375rem;left:1.375rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #CWLSqhaffVM2B9abBGkln4sgJkxz05cK { width:20rem;height:0.0625rem;top:19.4375rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #yKtv6t75zKJ0vJDbGxZGfKJz8Phkf4uD { width:17.375rem;height:2.44921875rem;top:20.0625rem;left:1.375rem;font-size:0.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #iAqn2MTZrrLoXivkL9K157hl14iuTyQi { width:18.6875rem;height:1.2246125rem;top:24.375rem;left:1.3125rem;font-size:0.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #SOR1HlSKDJvmrpR3krKTlHxlnRuVDHQ8 { width:16.875rem;height:2.44921875rem;top:27.375rem;left:1.3125rem;font-size:0.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zeXBfTb4wqMWL508updU6FwHS3H7FQcz { width:20rem;height:0.0625rem;top:23.0625rem;left:0rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #UVVRFpuFn0C3WTtSHx3CoqK6qCO3vDdJ { width:20rem;height:0.0625rem;top:26.6875rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #EVvi3wmcIHZVZNbhRW2IURa3eHI8xO6v { width:20rem;height:0.0625rem;top:30.32421875rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #Sw8mpcpafyzOFfTltcqWB14PoTbu0tM3 { top:1.73828125rem;left:16.03125rem;width:2.9375rem;height:1.4624rem;z-index:15001;font-size:1.125rem;font-family:"plus jakarta sans";display:block; }
 }@media only screen and (max-width: 763px) { #HXQC6NtZdELGAzMSqMGrEzICTA9lol7K { width:20rem;height:0.0625rem;top:34.13671875rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #RW5VkxyuiTE0Eqbdv6TuU9X5UXPFRCPw { width:20rem;height:0.0625rem;top:37.88671875rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #uOCn87HKTLfPpDpgXdfLBBhfTDuSwqKC { width:20rem;height:0.0625rem;top:40.82421875rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #W2oPoSCV4ieLZDwt2Tc5yhqEEWVNonBz { width:16.875rem;height:2.44921875rem;top:31.0625rem;left:1.28125rem;font-size:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #wMt0xNFZApGwzQDVHX6cS0dP0ChuamRR { width:16.875rem;height:2.44921875rem;top:34.8125rem;left:1.3125rem;font-size:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #OOdkb4VSul9BGcWCGgi7wv5bXK3ZNqaN { width:16.875rem;height:1.2246125rem;top:38.6875rem;left:1.3125rem;font-size:0.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #KBT3B8HH86Jr35nTQ7MG9noAoXtscx2O { width:16.875rem;height:1.2246125rem;top:41.8125rem;left:1.34375rem;font-size:0.875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 { display:block; }#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 { background-color: transparent; background-image: none; }#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 > .row .container > .video-iframe-container { display: none; }#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 > .row > .video-iframe-container { display: none; }#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 > .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); }#hnbQOhK7UP13FSl24RDJco1S4DBJxxy6 > .row .container { width:20rem;height:20.625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTFwHgTPoNv82D2vcREkIuoxqPt85TdV { top:1.25rem;left:1.03125rem;width:3.125rem;height:2.4375rem;z-index:15000;font-size:1.875rem;color:#817047;display:block; }
 }@media only screen and (max-width: 763px) { #fQ2a8API9TyI2NsXK6t1mQmcBoExxkkL { top:4.4375rem;left:0rem;width:20rem;height:5.9375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ntoFlT5eKulxhykImXgQB0qq2y6HoTLZ { width:20rem;height:0.0625rem;top:15.875rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #LkbLE2RZNZhoSU5KTuJyQqlw84RPTCiZ { width:16.5625rem;height:2.44921875rem;top:12.3125rem;left:1.15625rem;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #RPWXITQMdSEVkft42Qbn5QD5zCC5A08o { width:17.25rem;height:2.44921875rem;top:16.5625rem;left:1.1875rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TcVA8e8e8Qvx6poM1qfuym330IBP8V7w { top:1.73828125rem;left:15.78125rem;width:3.1875rem;height:1.4624rem;z-index:15001;font-size:1.125rem;font-family:"plus jakarta sans";color:#817047;display:block; }
 }@media only screen and (max-width: 763px) { #JWgP5qfvBF0LphEdPTFNs5AXbGNaWsIm { display:none; }#JWgP5qfvBF0LphEdPTFNs5AXbGNaWsIm > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lv2TL9qTXGgu4H9dTSyNVHIAmwelcpt6 { width:13.1875rem;height:2.5996125rem;top:0.9482421875rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Q8uup0OcvHO2ozH0Gww1hylLR3kHGS { width:17.875rem;height:1.375rem;top:4.861328125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS96fMHtJBk2TXafLcpHMpwTAlBdZNne { width:17.875rem;height:1.1875rem;top:8.21875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 { display:block; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTy28QWxUFWJdfSZCDAy71Tznu2Nwdng { width:20rem;height:1.23730625rem;top:2.3125rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KABdThQJqHKGGh1IwkVIWmcH7R8OSfLN { width:20rem;height:3.41161875rem;top:4.69921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ9eTnc9Ia7dPIKn5ZBUJMMtqtbINxkc { width:18.4375rem;height:12.9375rem;top:9.0859375rem;left:0.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wWzHxDGIwLWgsKc90KywTZSit3aXU4EX { display:block; }#wWzHxDGIwLWgsKc90KywTZSit3aXU4EX > .row .container { width:20rem;height:62.4150390625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hi2Huva7LfmbUuRR9HpSydO1QNRzT2HS { width:20rem;height:2.0625rem;top:2.6875rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G .accordion-heading-text { font-family:"plus jakarta sans";font-size:1rem;height:auto; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G .accordion-desc-text { font-size:0.875rem;height:auto;line-height:1.4;overflow:hidden; }
#GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G { display:flex;height:auto;width:17.5rem;top:4.7431640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #gwUFAHDeK1KbeBaeiNs6BH1LKqx6ZG32 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #einZtaKVGWb4sVzhTWZms0TKTD83lFpP {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #G1CXNbvvHryfCGF780McqE5Hqx5Gq4PV {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #KSTZ0rlilqyruscgoH0CxgPA9kbB784y {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #kRhs9zZ1Ie5aqDMeTPTLZf0cohGApu6l {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #KJLm19UXQp4zy9BvAxlQh40XTkywKt8k {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #CGtXPrVlHQHSAyRCwAA15VEz7q9gFHrI {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #d3PFgfGsNZvAmUZES4qBCXFZEew2KTqk {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #gZQKTUh22kFU8GXSnFlQTEs8MnTGlWOs {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #Ew1h0MyzZXfDnWC02AqnTuUc6F9Jm1AG {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #s2Irwi3c6k0lxrXdu5JsvgsDyxkkQiP1 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #eW7a1TMXmIN8bB72W67HOCbqkpFoBhNl {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #BLlvkMoTLIQiTW2vT52zX1U8ZTZlmkRy {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #qh206wdCo7llD6o11I35lIV3lk2T33ne {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #xb0tonAuXwsASyNNZyuEneeyqJyyqUBf {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #UFdOSSyQu0sISOBfWEJfebUsSFgqi7ho {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #aEHDrTX267hAmFkDbNa69XAl9LygeQSU {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #BHTHqcNn0ctOSxewEq3SCrdemxqyKa28 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #ZpiEckoiPXCKeUwNklzDdHVQyNShrLik {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #nbChsAflwG4VyTKQrbqB732KTPVSk134 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #DyFg0linc6KwIaV6neQcIzLt9oWRf7TM {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #gLivwZUb5C42QALdkMtMVMwMxpI2w4E5 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #HwzWOXx95JyBCWg9gV34TJcX4tGFGOnX {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #Lehk72CRbpnkRogLlqglDGmDH3rbBAgX {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #DHgCnUzTaKdIc77W2qxuBrLr9iGCTab3 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #y5hAqgIsndRD8TnSKbK6TT7AIe3PmebA {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #XDkcgFQ47cnHsczLOZhKLRcDnI3cnPG5 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #RyosaPqyp8SnoALSbaBpsbJGgLHpb9Fr {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #Ry5ZSSSqO6GFweyJu6K8TE32Hk4bip5O {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #aDHSFL6mZzc1XawQn6dtTU5GxZEZ7bod {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #tga2MmmRo7JzhL2RcRNVtETCl5p4vmf1 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #IwmyreTvF6SAe3TTbZaNG15NTEQ22E6w {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #p0H376v62d7Z3SWgO4dERCTL94lpE1h5 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #Bf2hwZMJZBgg2q9aycKrfUkAUsayWmHi {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #xgGuB9xevLBF8wX81JUFEzD1osNVBDIt {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #uevTLTPkn1s3oIrX37Tsw7CXnDNVmmbg {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #m0wU7dMr8XZXv6ih8tkodPOyec0L2Urr {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #ULtbvI3rl53Tb2wr1T2PVKDEADmdvXaG {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #IxEUzaEV349hCPFbyU1VmTHTT1FWswL3 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #p76NyF3wKkwC632TpJSnMmx8S7cw7UBG {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #yqc5t9ixUNnRn9nQGTBQR97Tp1l5iw97 {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #l9JgRiX2pObUKXug7o5sW7aCOa8UUBmF {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #ivPtgCc9x7OEESm8P73WFieucaeJ0BMn {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #pe2pDHJMZ63TSLziz5T8ocLFSnFy20lO {  }
 }@media only screen and (max-width: 763px) { #GKx9kSEo8sMoNzLoJyel2HX0N4TuHW8G #zX64sSJCrtreSppsS69X0cSLWcyaow84 {  }
 }@media only screen and (max-width: 763px) { #ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St { display:block; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eg5Fl020Uf0MwrC818KpNKr1HSzVBWnJ { width:11.8125rem;height:1.13720625rem;top:1.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT6qWNO0zcOvcL0fWz10DNbObASbzzIS { width:10.9375rem;height:1.13720625rem;top:3.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRBkKsGQP58sQm2QLEs4emTASKOhb4HM { width:10.9375rem;height:1.13720625rem;top:5.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }